svn commit: r512011 - in head/www/mod_scgi: . files
Steve Wills
swills at FreeBSD.org
Sat Sep 14 12:54:12 UTC 2019
Author: swills
Date: Sat Sep 14 12:54:11 2019
New Revision: 512011
URL: https://svnweb.freebsd.org/changeset/ports/512011
Log:
www/mod_scgi: update to 2.0
While here, update maintainer email
PR: 240542
Submitted by: Walter Schwarzenfeld <w.schwarzenfeld at utanet.at> (maintainer)
Deleted:
head/www/mod_scgi/files/
Modified:
head/www/mod_scgi/Makefile (contents, props changed)
head/www/mod_scgi/distinfo (contents, props changed)
Modified: head/www/mod_scgi/Makefile
==============================================================================
--- head/www/mod_scgi/Makefile Sat Sep 14 12:45:56 2019 (r512010)
+++ head/www/mod_scgi/Makefile Sat Sep 14 12:54:11 2019 (r512011)
@@ -2,28 +2,23 @@
# $FreeBSD$
PORTNAME= mod_scgi
-PORTVERSION= 1.15
+PORTVERSION= 2.0
CATEGORIES= www
MASTER_SITES= http://python.ca/scgi/releases/
DISTNAME= scgi-${PORTVERSION:S/.a/a/}
-MAINTAINER= w.schwarzenfeld at aon.at
+MAINTAINER= w.schwarzenfeld at utanet.at
COMMENT= Apache module that implements the client side of the SCGI protocol
LICENSE= MIT
LICENSE_FILE= ${WRKDIR}/${DISTNAME}/LICENSE.txt
+USES= apache:2.4
+
SCGI_DIR= apache2
WRKSRC= ${WRKDIR}/${DISTNAME}/${SCGI_DIR}
-USES= apache:2.2+
AP_FAST_BUILD= yes
AP_GENPLIST= yes
-.include <bsd.port.pre.mk>
-
-.if ${APACHE_VERSION} == 2.4
-EXTRA_PATCHES= ${FILESDIR}/apache24-compat-mod__scgi.c
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/www/mod_scgi/distinfo
==============================================================================
--- head/www/mod_scgi/distinfo Sat Sep 14 12:45:56 2019 (r512010)
+++ head/www/mod_scgi/distinfo Sat Sep 14 12:54:11 2019 (r512011)
@@ -1,2 +1,3 @@
-SHA256 (scgi-1.15.tar.gz) = e6cd197b089cca6478e9995ed076975756c30ebb903aabce912f404ee75a6d6f
-SIZE (scgi-1.15.tar.gz) = 32984
+TIMESTAMP = 1568303948
+SHA256 (scgi-2.0.tar.gz) = fc59ec13cb989d14216e78426a2f84bd3d46f712a35bca0f4806cd3c38050a72
+SIZE (scgi-2.0.tar.gz) = 32726
More information about the svn-ports-head
mailing list