diff options
author | johans <johans@FreeBSD.org> | 2006-06-22 22:03:19 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2006-06-22 22:03:19 +0800 |
commit | ab7e4d3e1c64bd890d7694f2e4dcfd396be0d48c (patch) | |
tree | 3c292b6b53efd040b6ef3ecf26351dfa0ab16821 /lang | |
parent | 3c7c0838249e5197dc089c4396ee97a0df28155b (diff) | |
download | freebsd-ports-gnome-ab7e4d3e1c64bd890d7694f2e4dcfd396be0d48c.tar.gz freebsd-ports-gnome-ab7e4d3e1c64bd890d7694f2e4dcfd396be0d48c.tar.zst freebsd-ports-gnome-ab7e4d3e1c64bd890d7694f2e4dcfd396be0d48c.zip |
- Update to version 1.2.2
- Replace INSTALLS_SHLIB by USE_LDCONFIG
Approved by: flz (mentor)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/afnix/Makefile | 4 | ||||
-rw-r--r-- | lang/afnix/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/lang/afnix/Makefile b/lang/afnix/Makefile index 4cce1722b1a0..9de86f5ecec8 100644 --- a/lang/afnix/Makefile +++ b/lang/afnix/Makefile @@ -7,7 +7,7 @@ # PORTNAME= afnix -PORTVERSION= 1.2.1 +PORTVERSION= 1.2.2 CATEGORIES= lang MASTER_SITES= http://www.afnix.org/ftp/%SUBDIR%/ \ ftp://ftp.stack.nl/pub/users/johans/afnix/ @@ -19,7 +19,7 @@ MAINTAINER= johans@stack.nl COMMENT= A multi-threaded functional programming language USE_GMAKE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes HAS_CONFIGURE= yes CONFIGURE_SCRIPT= cnf/bin/afnix-setup CONFIGURE_ARGS= -o --prefix "${PREFIX}" --compiler freebsd diff --git a/lang/afnix/distinfo b/lang/afnix/distinfo index e3febd436666..432626346680 100644 --- a/lang/afnix/distinfo +++ b/lang/afnix/distinfo @@ -1,3 +1,3 @@ -MD5 (afnix-src-1-2-1.tgz) = c966f903a844d77bfdb05f737c318622 -SHA256 (afnix-src-1-2-1.tgz) = beeb932a14d92777485226832cd34080e83b254ab091014e6ba2db054c60a080 -SIZE (afnix-src-1-2-1.tgz) = 577448 +MD5 (afnix-src-1-2-2.tgz) = 57f72e1d39c6fb76ecea6a3ae98528d6 +SHA256 (afnix-src-1-2-2.tgz) = 931c80590357dba214b7bdb251247fea4889d19b664b863838228ce69ab2fca6 +SIZE (afnix-src-1-2-2.tgz) = 577477 |