Date: Sat, 14 Sep 2019 12:54:11 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r512011 - in head/www/mod_scgi: . files Message-ID: <201909141254.x8ECsBvI015937@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@aon.at +MAINTAINER= w.schwarzenfeld@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909141254.x8ECsBvI015937>