summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-10-03 16:40:17 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-10-03 16:40:17 +0000
commitf671a8c275fed4996aa47adce6ffe490d5df330f (patch)
treef4757092f41c1850c6b81500a23700cf80b0463d /www
parentmail/dovecot2: use PORTEXAMPLES unconditionally (diff)
Update to v1.1.0
Switch to USE_GITHUB Upstream now needs gmake Upstream now also needs aclocal Support stage Drop maintainership
Notes
Notes: svn path=/head/; revision=329210
Diffstat (limited to 'www')
-rw-r--r--www/fcgiwrap/Makefile21
-rw-r--r--www/fcgiwrap/distinfo4
2 files changed, 13 insertions, 12 deletions
diff --git a/www/fcgiwrap/Makefile b/www/fcgiwrap/Makefile
index 3c8974c36454..968112fb23f7 100644
--- a/www/fcgiwrap/Makefile
+++ b/www/fcgiwrap/Makefile
@@ -1,31 +1,32 @@
# $FreeBSD$
PORTNAME= fcgiwrap
-PORTVERSION= 1.0.3
-PORTREVISION= 5
+PORTVERSION= 1.1.0
CATEGORIES= www
-MASTER_SITES= http://cloud.github.com/downloads/gnosek/fcgiwrap/
-MAINTAINER= bapt@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Simple FastCGI wrapper for CGI scripts
LICENSE= MIT
-LIB_DEPENDS= fcgi:${PORTSDIR}/www/fcgi
+LIB_DEPENDS= libfcgi.so:${PORTSDIR}/www/fcgi
-WRKSRC= ${WRKDIR}/gnosek-fcgiwrap-2e301c8
+USES= gmake
+
+USE_GITHUB= yes
+GH_ACCOUNT= gnosek
+GH_COMMIT= 333ff99
+GH_TAGNAME= ${PORTVERSION}
USE_RC_SUBR= fcgiwrap
-USE_AUTOTOOLS= autoconf autoheader
+USE_AUTOTOOLS= aclocal autoconf autoheader
CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
GNU_CONFIGURE= yes
-MAN8= fcgiwrap.8
-PLIST_FILES= sbin/fcgiwrap
+PLIST_FILES= sbin/fcgiwrap man/man8/fcgiwrap.8.gz
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} 's/@prefix@@mandir@/@mandir@/' ${WRKSRC}/Makefile.in
diff --git a/www/fcgiwrap/distinfo b/www/fcgiwrap/distinfo
index a2a368a575fa..b398a51edb2a 100644
--- a/www/fcgiwrap/distinfo
+++ b/www/fcgiwrap/distinfo
@@ -1,2 +1,2 @@
-SHA256 (fcgiwrap-1.0.3.tar.gz) = 676015dd1e834fba76fba92ead512f9b13e73fde631cf6aaef6a207d600d6edf
-SIZE (fcgiwrap-1.0.3.tar.gz) = 8828
+SHA256 (fcgiwrap-1.1.0.tar.gz) = bf8f3f864e8dc0a7ab1e24e7692db7320a045fbbf47298286f0786a2f978c911
+SIZE (fcgiwrap-1.1.0.tar.gz) = 9926