From ab7e4d3e1c64bd890d7694f2e4dcfd396be0d48c Mon Sep 17 00:00:00 2001 From: johans Date: Thu, 22 Jun 2006 14:03:19 +0000 Subject: - Update to version 1.2.2 - Replace INSTALLS_SHLIB by USE_LDCONFIG Approved by: flz (mentor) --- lang/afnix/Makefile | 4 ++-- 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 -- cgit