diff options
author | krion <krion@FreeBSD.org> | 2004-03-10 22:14:05 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-03-10 22:14:05 +0800 |
commit | 7a82231033cf8cfe8487237186a5dfc9b58746bb (patch) | |
tree | 4be347f6a87975a8ccdef50b53fb5d1dfb64d8ed | |
parent | 350050f54bf385a9962c96f3e5407a1dcd781d9f (diff) | |
download | freebsd-ports-gnome-7a82231033cf8cfe8487237186a5dfc9b58746bb.tar.gz freebsd-ports-gnome-7a82231033cf8cfe8487237186a5dfc9b58746bb.tar.zst freebsd-ports-gnome-7a82231033cf8cfe8487237186a5dfc9b58746bb.zip |
- Update to version 4.7b
PR: ports/64042
Submitted by: Ports Fury
-rw-r--r-- | devel/cproto/Makefile | 11 | ||||
-rw-r--r-- | devel/cproto/distinfo | 4 | ||||
-rw-r--r-- | devel/cproto/pkg-descr | 2 | ||||
-rw-r--r-- | devel/cproto/pkg-plist | 2 |
4 files changed, 10 insertions, 9 deletions
diff --git a/devel/cproto/Makefile b/devel/cproto/Makefile index b5582394ebe6..1bdae9442a9d 100644 --- a/devel/cproto/Makefile +++ b/devel/cproto/Makefile @@ -7,15 +7,18 @@ # PORTNAME= cproto -PORTVERSION= 4.6 +PORTVERSION= 4.7b CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= cproto +MASTER_SITES= ftp://invisible-island.net/cproto/ +DISTNAME= ${PORTNAME}-${PORTVERSION:S/./_/} +EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Generate C function prototypes and convert function definitions -GNU_CONFIGURE= YES +GNU_CONFIGURE= yes + MAN1= cproto.1 +PLIST_FILES= bin/cproto .include <bsd.port.mk> diff --git a/devel/cproto/distinfo b/devel/cproto/distinfo index c9e7830152f4..e84edcb6b694 100644 --- a/devel/cproto/distinfo +++ b/devel/cproto/distinfo @@ -1,2 +1,2 @@ -MD5 (cproto-4.6.tar.gz) = 5968d18e9508b2892471e6ef16e140e3 -SIZE (cproto-4.6.tar.gz) = 124251 +MD5 (cproto-4_7b.tgz) = d104c057997a082bd2eb4e119e916208 +SIZE (cproto-4_7b.tgz) = 99902 diff --git a/devel/cproto/pkg-descr b/devel/cproto/pkg-descr index 19e5922f4b0b..a59f8a152d10 100644 --- a/devel/cproto/pkg-descr +++ b/devel/cproto/pkg-descr @@ -12,7 +12,7 @@ Cproto is in the public domain, except for the configure script which is copyrighted by the Free Software Foundation, Inc. If you have any comments or find any bugs, please let me know. -WWW: http://cproto.sourceforge.net/ +WWW: http://invisible-island.net/cproto/ Chin Huang cthuang@vex.net diff --git a/devel/cproto/pkg-plist b/devel/cproto/pkg-plist deleted file mode 100644 index 5a6ada800320..000000000000 --- a/devel/cproto/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -@comment $FreeBSD$ -bin/cproto |