diff options
author | John-Mark Gurney <jmg@FreeBSD.org> | 2000-08-11 19:18:38 +0000 |
---|---|---|
committer | John-Mark Gurney <jmg@FreeBSD.org> | 2000-08-11 19:18:38 +0000 |
commit | 65ad55b3e3c48ebdaabac4e64928407fbd66145b (patch) | |
tree | aad3f0173eec98fc928357fa851fadf2cf88aa99 /www/cgiparse | |
parent | f31a4a335b358c596febb2c390f191a6195c616e (diff) | |
download | ports-65ad55b3e3c48ebdaabac4e64928407fbd66145b.tar.gz ports-65ad55b3e3c48ebdaabac4e64928407fbd66145b.zip |
Notes
Diffstat (limited to 'www/cgiparse')
-rw-r--r-- | www/cgiparse/Makefile | 6 | ||||
-rw-r--r-- | www/cgiparse/distinfo | 2 | ||||
-rw-r--r-- | www/cgiparse/pkg-plist | 4 |
3 files changed, 8 insertions, 4 deletions
diff --git a/www/cgiparse/Makefile b/www/cgiparse/Makefile index 53b1d4eebb69..2c757ea53274 100644 --- a/www/cgiparse/Makefile +++ b/www/cgiparse/Makefile @@ -6,11 +6,13 @@ # PORTNAME= cgiparse -PORTVERSION= 0.8e +PORTVERSION= 0.9a CATEGORIES= devel www -MASTER_SITES= http://resnet.uoregon.edu/~gurney_j/ \ +MASTER_SITES= http://resnet.uoregon.edu/~gurney_j/jmpc/dist/ \ http://www.funkthat.com/~jmg/ MAINTAINER= jmg@FreeBSD.org +LIB_DEPENDS= mime.1:${PORTSDIR}/devel/mime:install + .include <bsd.port.mk> diff --git a/www/cgiparse/distinfo b/www/cgiparse/distinfo index d2cdf66753e7..66d6020bb41a 100644 --- a/www/cgiparse/distinfo +++ b/www/cgiparse/distinfo @@ -1 +1 @@ -MD5 (cgiparse-0.8e.tar.gz) = 46960c1f91590fa1cdb7e134a9df1466 +MD5 (cgiparse-0.9a.tar.gz) = dc45cfe013d8e85d32621fe53153281d diff --git a/www/cgiparse/pkg-plist b/www/cgiparse/pkg-plist index c578b445d6e5..c63f5661cc08 100644 --- a/www/cgiparse/pkg-plist +++ b/www/cgiparse/pkg-plist @@ -1,7 +1,9 @@ include/cgi.h lib/libcgiparse.a lib/libcgiparse.so.1 -lib/libcgiparse.so +lib/libcgiparse_p.a man/man3/cgigetvalue.3.gz man/man3/cgiclose.3.gz man/man3/cginewquerystr.3.gz +@unexec /usr/bin/env /sbin/ldconfig -R +@exec /usr/bin/env /sbin/ldconfig -m %B |