diff options
author | vs <vs@FreeBSD.org> | 2005-04-20 13:39:17 +0000 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-04-20 13:39:17 +0000 |
commit | 4a37a34410e28f94006d19b7b295e5cb33de6c3a (patch) | |
tree | 74a715f517215932a8097e8005b097132e9bf150 /lang/afnix | |
parent | b05f9061107862a91733fb2f57e2fc948506d8d0 (diff) | |
download | FreeBSD-ports-4a37a34410e28f94006d19b7b295e5cb33de6c3a.zip FreeBSD-ports-4a37a34410e28f94006d19b7b295e5cb33de6c3a.tar.gz |
Update to 1.0.3
PR: ports/80131
Submitted by: maintainer
Diffstat (limited to 'lang/afnix')
-rw-r--r-- | lang/afnix/Makefile | 6 | ||||
-rw-r--r-- | lang/afnix/distinfo | 4 |
2 files changed, 3 insertions, 7 deletions
diff --git a/lang/afnix/Makefile b/lang/afnix/Makefile index 557c4b8..77113c6 100644 --- a/lang/afnix/Makefile +++ b/lang/afnix/Makefile @@ -7,7 +7,7 @@ # PORTNAME= afnix -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.3 CATEGORIES= lang MASTER_SITES= http://www.afnix.org/ftp/%SUBDIR%/ MASTER_SITE_SUBDIR= ${PORTNAME}-${PORTVERSION:S,.,-,g} @@ -26,10 +26,6 @@ MAN1= afnix.1 axc.1 axd.1 axl.1 .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 600000 && ${ARCH} == "sparc64" -BROKEN= "Does not compile on sparc64 FreeBSD >= 6.x" -.endif - do-configure: @${WRKSRC}/cnf/bin/${PORTNAME}-setup -o diff --git a/lang/afnix/distinfo b/lang/afnix/distinfo index 6ddcb04..a5ec64b 100644 --- a/lang/afnix/distinfo +++ b/lang/afnix/distinfo @@ -1,2 +1,2 @@ -MD5 (afnix-src-1-0-1.tgz) = aeb777afcb065bf5a73d5a73ec10a9b4 -SIZE (afnix-src-1-0-1.tgz) = 521037 +MD5 (afnix-src-1-0-3.tgz) = 84b5af474c095b4c1c6e59ecaf61232a +SIZE (afnix-src-1-0-3.tgz) = 521211 |