Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Mar 2016 13:47:32 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r411070 - in branches/2016Q1/www: lighttpd lighttpd-mod_geoip
Message-ID:  <201603141347.u2EDlWYj092275@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Mon Mar 14 13:47:32 2016
New Revision: 411070
URL: https://svnweb.freebsd.org/changeset/ports/411070

Log:
  MFH: r411067
  
  www/lighttpd-mod_geoip: Unbreak port
  
  PR:		205939
  Approved by:	ports-secteam (with hat)

Modified:
  branches/2016Q1/www/lighttpd-mod_geoip/Makefile
  branches/2016Q1/www/lighttpd/distinfo
Directory Properties:
  branches/2016Q1/   (props changed)

Modified: branches/2016Q1/www/lighttpd-mod_geoip/Makefile
==============================================================================
--- branches/2016Q1/www/lighttpd-mod_geoip/Makefile	Mon Mar 14 13:47:06 2016	(r411069)
+++ branches/2016Q1/www/lighttpd-mod_geoip/Makefile	Mon Mar 14 13:47:32 2016	(r411070)
@@ -8,8 +8,6 @@ DISTNAME=	lighttpd-${PORTVERSION}
 
 COMMENT=	GeoIP module for lighttpd
 
-BROKEN=		incompatibility with new Lighttpd API
-
 LIB_DEPENDS=	libGeoIP.so:${PORTSDIR}/net/GeoIP
 BUILD_DEPENDS=	${LOCALBASE}/sbin/lighttpd:${PORTSDIR}/www/lighttpd
 RUN_DEPENDS=	${LOCALBASE}/sbin/lighttpd:${PORTSDIR}/www/lighttpd
@@ -18,8 +16,8 @@ MASTERDIR=	${.CURDIR}/../lighttpd
 DESCR=		${.CURDIR}/pkg-descr
 PLIST=		${.CURDIR}/pkg-plist
 
-PATCH_SITES+=	LOCAL/mm
-PATCHFILES+=	lighttpd-1.4.26_mod_geoip.patch.gz
+PATCH_SITES+=	https://raw.githubusercontent.com/pkubaj/lighttpd-mod_geoip/master/
+PATCHFILES+=	lighttpd-1.4.26_mod_geoip.patch
 
 BUILD_WRKSRC=	${WRKSRC}/src
 ALL_TARGET=	${PORTNAME}.la

Modified: branches/2016Q1/www/lighttpd/distinfo
==============================================================================
--- branches/2016Q1/www/lighttpd/distinfo	Mon Mar 14 13:47:06 2016	(r411069)
+++ branches/2016Q1/www/lighttpd/distinfo	Mon Mar 14 13:47:32 2016	(r411070)
@@ -2,5 +2,5 @@ SHA256 (lighttpd-1.4.38.tar.xz) = 491256
 SIZE (lighttpd-1.4.38.tar.xz) = 578452
 SHA256 (lighttpd-1.4.26_mod_h264_streaming-2.2.9.patch.gz) = d7c3704d5253c4f3c18459f89059063b311e50096cd2c38fc982cec683c32e61
 SIZE (lighttpd-1.4.26_mod_h264_streaming-2.2.9.patch.gz) = 44695
-SHA256 (lighttpd-1.4.26_mod_geoip.patch.gz) = db43cc0ed7c808b5eed3185d97346e70dea0f1ef4fa9ed436d08e4faff7f97e7
-SIZE (lighttpd-1.4.26_mod_geoip.patch.gz) = 3267
+SHA256 (lighttpd-1.4.26_mod_geoip.patch) = 2858036310b778852d9f039a81629902edffc368658e13bf4779f3642ee1a5ba
+SIZE (lighttpd-1.4.26_mod_geoip.patch) = 15173



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603141347.u2EDlWYj092275>