aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-03-10 14:14:05 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-03-10 14:14:05 +0000
commit0507314b8027fbe2d4bc9510ebb27b15a0afbd8f (patch)
tree48a8c695d6facdc97263949fbb342cff5a524af7
parentb188ab4e66789b81c1482cb891377bfbd91ebc7a (diff)
downloadports-0507314b8027fbe2d4bc9510ebb27b15a0afbd8f.tar.gz
ports-0507314b8027fbe2d4bc9510ebb27b15a0afbd8f.zip
Notes
-rw-r--r--devel/cproto/Makefile11
-rw-r--r--devel/cproto/distinfo4
-rw-r--r--devel/cproto/pkg-descr2
-rw-r--r--devel/cproto/pkg-plist2
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