diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-03-15 17:08:53 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-03-15 17:08:53 +0000 |
commit | 1b989cb195cdaf9b1ab53b7e332f25af3936bf92 (patch) | |
tree | d1e5b6b61d041beb9fd32e880bbf5292190b99b3 /devel/cproto | |
parent | eb5b8ec8dc4be0502aefcf289e4c93c42628e890 (diff) | |
download | ports-1b989cb195cdaf9b1ab53b7e332f25af3936bf92.tar.gz ports-1b989cb195cdaf9b1ab53b7e332f25af3936bf92.zip |
- Update to 4.7c
PR: ports/78877
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=131314
Diffstat (limited to 'devel/cproto')
-rw-r--r-- | devel/cproto/Makefile | 3 | ||||
-rw-r--r-- | devel/cproto/distinfo | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/devel/cproto/Makefile b/devel/cproto/Makefile index 1bdae9442a9d..816ba9a6a148 100644 --- a/devel/cproto/Makefile +++ b/devel/cproto/Makefile @@ -7,7 +7,7 @@ # PORTNAME= cproto -PORTVERSION= 4.7b +PORTVERSION= 4.7c CATEGORIES= devel MASTER_SITES= ftp://invisible-island.net/cproto/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/./_/} @@ -17,6 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Generate C function prototypes and convert function definitions GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= cproto.1 PLIST_FILES= bin/cproto diff --git a/devel/cproto/distinfo b/devel/cproto/distinfo index e84edcb6b694..e16a61fa0d2f 100644 --- a/devel/cproto/distinfo +++ b/devel/cproto/distinfo @@ -1,2 +1,2 @@ -MD5 (cproto-4_7b.tgz) = d104c057997a082bd2eb4e119e916208 -SIZE (cproto-4_7b.tgz) = 99902 +MD5 (cproto-4_7c.tgz) = c7fb8586a4b402e830d1310f3aadef91 +SIZE (cproto-4_7c.tgz) = 118592 |