diff options
author | krion <krion@FreeBSD.org> | 2004-02-28 02:37:06 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-02-28 02:37:06 +0800 |
commit | 40d1e56f4e884972267b68282002877ebe30f4df (patch) | |
tree | 68c56cc91242d600a4e7b0ffa24dbcda5516d1d7 /lang/nawk | |
parent | e23c7d873887c09ba122fb74628c32956a52177b (diff) | |
download | freebsd-ports-gnome-40d1e56f4e884972267b68282002877ebe30f4df.tar.gz freebsd-ports-gnome-40d1e56f4e884972267b68282002877ebe30f4df.tar.zst freebsd-ports-gnome-40d1e56f4e884972267b68282002877ebe30f4df.zip |
- Update to version 20040207. The changes in the new version
include several bug fixes only.
PR: ports/63460
Submitted by: hrs
Diffstat (limited to 'lang/nawk')
-rw-r--r-- | lang/nawk/Makefile | 7 | ||||
-rw-r--r-- | lang/nawk/distinfo | 3 |
2 files changed, 4 insertions, 6 deletions
diff --git a/lang/nawk/Makefile b/lang/nawk/Makefile index d3fe7bff0b81..b7fde74a05a4 100644 --- a/lang/nawk/Makefile +++ b/lang/nawk/Makefile @@ -7,7 +7,7 @@ # PORTNAME= nawk -PORTVERSION= 20030731 +PORTVERSION= 20040207 CATEGORIES= lang MASTER_SITES= http://cm.bell-labs.com/who/bwk/ DISTNAME= awk @@ -15,12 +15,11 @@ DISTNAME= awk MAINTAINER= ports@FreeBSD.org COMMENT= Brian Kernighan's pattern scanning and processing language -BROKEN= "Checksum mismatch" - NO_WRKSUBDIR= yes MAKEFILE= makefile ALL_TARGET= a.out MAN1= nawk.1 +CFLAGS+= -DHAS_ISBLANK do-install: ${INSTALL_PROGRAM} ${WRKSRC}/a.out ${PREFIX}/bin/nawk @@ -28,5 +27,3 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/nawk.1 ${PREFIX}/man/man1 .include <bsd.port.mk> - -CFLAGS+= -DHAS_ISBLANK diff --git a/lang/nawk/distinfo b/lang/nawk/distinfo index 5aaaa793d4c6..cec7811bf858 100644 --- a/lang/nawk/distinfo +++ b/lang/nawk/distinfo @@ -1 +1,2 @@ -MD5 (awk.tar.gz) = b234e6f79ce91ff45e1cd95b78b8fd48 +MD5 (awk.tar.gz) = e529168ac32cf43cb7ff8901e9cee785 +SIZE (awk.tar.gz) = 85779 |