diff options
author | pav <pav@FreeBSD.org> | 2009-01-31 07:29:35 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-01-31 07:29:35 +0800 |
commit | 357905a23bb5ca20b88c098feda62f6b9337a57b (patch) | |
tree | 8bdd3bb4eee167f59057ff9502044a52ccf0e791 /lang | |
parent | f79ca202abcc597ad00b9525878a8aeac45a8c2e (diff) | |
download | freebsd-ports-gnome-357905a23bb5ca20b88c098feda62f6b9337a57b.tar.gz freebsd-ports-gnome-357905a23bb5ca20b88c098feda62f6b9337a57b.tar.zst freebsd-ports-gnome-357905a23bb5ca20b88c098feda62f6b9337a57b.zip |
- Update to 0.3.10 which is available on savannah; the original websitei s gone
Diffstat (limited to 'lang')
-rw-r--r-- | lang/treecc/Makefile | 6 | ||||
-rw-r--r-- | lang/treecc/distinfo | 6 | ||||
-rw-r--r-- | lang/treecc/pkg-descr | 6 |
3 files changed, 7 insertions, 11 deletions
diff --git a/lang/treecc/Makefile b/lang/treecc/Makefile index 7fafcabb7896..4f4436f01d2c 100644 --- a/lang/treecc/Makefile +++ b/lang/treecc/Makefile @@ -6,10 +6,9 @@ # PORTNAME= treecc -PORTVERSION= 0.3.8 +PORTVERSION= 0.3.10 CATEGORIES= lang -MASTER_SITES= ${PNET_MASTER_SITES} -MASTER_SITE_SUBDIR= ${PNET_MASTER_SITE_SUBDIR} +MASTER_SITES= SAVANNAH/dotgnu-pnet MAINTAINER= ports@FreeBSD.org COMMENT= Treecc is designed to assist in the development of compilers @@ -20,5 +19,4 @@ MAN1= treecc.1 INFO= treecc PLIST_FILES= bin/treecc lib/libtreecc.a -.include "${.CURDIR}/../pnet/Makefile.pnet" .include <bsd.port.mk> diff --git a/lang/treecc/distinfo b/lang/treecc/distinfo index b5fab5cb19d2..49b2e0e99909 100644 --- a/lang/treecc/distinfo +++ b/lang/treecc/distinfo @@ -1,3 +1,3 @@ -MD5 (treecc-0.3.8.tar.gz) = ca26c97d00cff28fa312155b2228ff97 -SHA256 (treecc-0.3.8.tar.gz) = 3fbb3f33da3626d503425a7e320a04ce92aca7f0956ecb4951e9d90b7fdd3b2d -SIZE (treecc-0.3.8.tar.gz) = 274151 +MD5 (treecc-0.3.10.tar.gz) = def09f2132f87d6a38a0718e2f14ee61 +SHA256 (treecc-0.3.10.tar.gz) = 5e9d20a6938e0c6fedfed0cabc7e9e984024e4881b748d076e8c75f1aeb6efe7 +SIZE (treecc-0.3.10.tar.gz) = 375762 diff --git a/lang/treecc/pkg-descr b/lang/treecc/pkg-descr index 8dd53ecbb6d0..f432b628e547 100644 --- a/lang/treecc/pkg-descr +++ b/lang/treecc/pkg-descr @@ -1,4 +1,2 @@ -The treecc program is designed to assist in the development of -compilers and other language-based tools. - -WWW: http://www.southern-storm.com.au/treecc.html +The treecc program is designed to assist in the development of +compilers and other language-based tools. |