summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorJohn-Mark Gurney <jmg@FreeBSD.org>2000-08-11 19:18:38 +0000
committerJohn-Mark Gurney <jmg@FreeBSD.org>2000-08-11 19:18:38 +0000
commit65ad55b3e3c48ebdaabac4e64928407fbd66145b (patch)
treeaad3f0173eec98fc928357fa851fadf2cf88aa99 /www
parentUpdate port to 0.6 (diff)
update to cgiparse 0.9a which now uses the mime library that I wrote to
support multipart/form-data.. also installs a profiling library... This can be built w/o the mim library, but I don't feel like making this port more complicated and making it optional... this port could also be built w/ mime support w/o the mime library having to be installed, but I don't see any easy way to do this with the current port system...
Notes
Notes: svn path=/head/; revision=31540
Diffstat (limited to 'www')
-rw-r--r--www/cgiparse/Makefile6
-rw-r--r--www/cgiparse/distinfo2
-rw-r--r--www/cgiparse/pkg-plist4
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