diff options
author | wes <wes@FreeBSD.org> | 2009-12-07 01:37:38 +0800 |
---|---|---|
committer | wes <wes@FreeBSD.org> | 2009-12-07 01:37:38 +0800 |
commit | 9d0b18466cd5968ed990f6dcf4b78f20ca795a75 (patch) | |
tree | 03d9639ed1ab97700b2da3dd67b5717e56126abf /lang | |
parent | 6be998439072c75b4499c627572a82c243243774 (diff) | |
download | freebsd-ports-gnome-9d0b18466cd5968ed990f6dcf4b78f20ca795a75.tar.gz freebsd-ports-gnome-9d0b18466cd5968ed990f6dcf4b78f20ca795a75.tar.zst freebsd-ports-gnome-9d0b18466cd5968ed990f6dcf4b78f20ca795a75.zip |
Update to 1.2, remove dead patch incorporated upstream, fix descr
to make portlint happy. Extensive testing of plist with both
make deinstall and pkg_delete.
PR: ports/139540
Submitted by: Sahil Tandon <sahil@tandon.net>
Diffstat (limited to 'lang')
-rw-r--r-- | lang/snobol4/Makefile | 8 | ||||
-rw-r--r-- | lang/snobol4/distinfo | 6 | ||||
-rw-r--r-- | lang/snobol4/files/patch-Makefile2.m4 | 11 | ||||
-rw-r--r-- | lang/snobol4/pkg-descr | 1 | ||||
-rw-r--r-- | lang/snobol4/pkg-plist | 3 |
5 files changed, 11 insertions, 18 deletions
diff --git a/lang/snobol4/Makefile b/lang/snobol4/Makefile index 9e02b7c19fac..ca05e0a30046 100644 --- a/lang/snobol4/Makefile +++ b/lang/snobol4/Makefile @@ -5,16 +5,18 @@ # $FreeBSD$ PORTNAME= snobol4 -PORTVERSION= 1.1 +PORTVERSION= 1.2 CATEGORIES= lang MASTER_SITES= ftp://ftp.ultimate.com/snobol/ MAINTAINER= wes@FreeBSD.org -COMMENT= A port of Macro SNOBOL4, supports full SNOBOL4 plus SPITBOL. +COMMENT= A port of Macro SNOBOL4, supports full SNOBOL4 plus SPITBOL -#GNU_CONFIGURE= yes +HAS_CONFIGURE= yes +CONFIGURE_ARGS= --prefix=${PREFIX} USE_GMAKE= yes MAN1= snobol4.1 +MAN3= snolib.3 snobol4dbm.3 snobol4tcl.3 .include <bsd.port.mk> diff --git a/lang/snobol4/distinfo b/lang/snobol4/distinfo index 08a278d4e7af..e9460a099cb6 100644 --- a/lang/snobol4/distinfo +++ b/lang/snobol4/distinfo @@ -1,3 +1,3 @@ -MD5 (snobol4-1.1.tar.gz) = 101df7f3c74abb5703a01a85e58b4e9d -SHA256 (snobol4-1.1.tar.gz) = 53503e412953ddf31149cd36aa3cd7ce164c2a149e33309fe7c583be54c791ae -SIZE (snobol4-1.1.tar.gz) = 677333 +MD5 (snobol4-1.2.tar.gz) = 5265d1e21b8d1963e0c7fe830c3d5172 +SHA256 (snobol4-1.2.tar.gz) = bc3b1a644a966dc8121590495e2835252c7ff4e22f138c1cd96a19ed57f4f5eb +SIZE (snobol4-1.2.tar.gz) = 658128 diff --git a/lang/snobol4/files/patch-Makefile2.m4 b/lang/snobol4/files/patch-Makefile2.m4 deleted file mode 100644 index 603d53558710..000000000000 --- a/lang/snobol4/files/patch-Makefile2.m4 +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile2.m4.orig Thu Dec 7 21:26:31 2006 -+++ Makefile2.m4 Thu Dec 7 21:26:45 2006 -@@ -560,7 +560,7 @@ - @echo '*********************************************************' 1>&2 - - pv: version.c -- make -f Makefile pv -+ $(MAKE) -f Makefile pv - - ################ - MAKEFILE2=Makefile2 diff --git a/lang/snobol4/pkg-descr b/lang/snobol4/pkg-descr index 877b03b916e7..5c4468d1ef0d 100644 --- a/lang/snobol4/pkg-descr +++ b/lang/snobol4/pkg-descr @@ -9,3 +9,4 @@ is its simple syntax, and lack of "structured programming" constructs. However some consider the spareness of SNOBOL4 syntax a strength when compared to some "modern" agglomerations such as perl. +WWW: http://www.snobol4.org/ diff --git a/lang/snobol4/pkg-plist b/lang/snobol4/pkg-plist index 4135b4080440..bd5789d7bb2f 100644 --- a/lang/snobol4/pkg-plist +++ b/lang/snobol4/pkg-plist @@ -1,5 +1,6 @@ bin/snobol4 -bin/snobol4-1.1 +bin/snobol4-1.2 +man/man1/snobol4.1 man/man3/snolib.3 man/man3/snobol4dbm.3 man/man3/snobol4tcl.3 |