diff options
author | Johan van Selst <johans@FreeBSD.org> | 2006-06-22 14:03:19 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2006-06-22 14:03:19 +0000 |
commit | 57a50405e1198fd01775a59074abeae8a330815b (patch) | |
tree | cf8f43d3a2c9ee2910939e31edd7d859c99a4e74 /lang/afnix | |
parent | f5b4248a61f0caf8bd7e6adf3788094c822120a7 (diff) |
- Update to version 1.2.2
- Replace INSTALLS_SHLIB by USE_LDCONFIG
Approved by: flz (mentor)
Notes
Notes:
svn path=/head/; revision=166033
Diffstat (limited to 'lang/afnix')
-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 |