svn commit: r375407 - head/net/pecl-geoip
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Dec 24 06:15:08 UTC 2014
Author: sunpoet
Date: Wed Dec 24 06:15:06 2014
New Revision: 375407
URL: https://svnweb.freebsd.org/changeset/ports/375407
QAT: https://qat.redports.org/buildarchive/r375407/
Log:
- Add LICENSE
- Change DIST_SUBDIR to PECL
- Silence patch message
- Reformat pkg-descr
- Use PECL as primary WWW
- Take maintainership
Modified:
head/net/pecl-geoip/Makefile
head/net/pecl-geoip/distinfo
head/net/pecl-geoip/pkg-descr
Modified: head/net/pecl-geoip/Makefile
==============================================================================
--- head/net/pecl-geoip/Makefile Wed Dec 24 06:15:00 2014 (r375406)
+++ head/net/pecl-geoip/Makefile Wed Dec 24 06:15:06 2014 (r375407)
@@ -7,18 +7,20 @@ PORTREVISION= 1
CATEGORIES= net www
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
-EXTRACT_SUFX= .tgz
-DIST_SUBDIR= ${PORTNAME}
+DIST_SUBDIR= PECL
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= sunpoet at FreeBSD.org
COMMENT= Map IP address to geographic places
+LICENSE= PHP301
+
LIB_DEPENDS= libGeoIP.so:${PORTSDIR}/net/GeoIP
USE_PHP= yes
USE_PHPEXT= yes
+USES= tar:tgz
post-patch:
- ${REINPLACE_CMD} -e 's/-ldl//g' ${WRKSRC}/config.m4
+ @${REINPLACE_CMD} -e 's|-ldl||g' ${WRKSRC}/config.m4
.include <bsd.port.mk>
Modified: head/net/pecl-geoip/distinfo
==============================================================================
--- head/net/pecl-geoip/distinfo Wed Dec 24 06:15:00 2014 (r375406)
+++ head/net/pecl-geoip/distinfo Wed Dec 24 06:15:06 2014 (r375407)
@@ -1,2 +1,2 @@
-SHA256 (geoip/geoip-1.0.8.tgz) = 08beeb2cbe9ab729d06b026795f5b9084aead6a1762493b0be53c4393d68d08a
-SIZE (geoip/geoip-1.0.8.tgz) = 10061
+SHA256 (PECL/geoip-1.0.8.tgz) = 08beeb2cbe9ab729d06b026795f5b9084aead6a1762493b0be53c4393d68d08a
+SIZE (PECL/geoip-1.0.8.tgz) = 10061
Modified: head/net/pecl-geoip/pkg-descr
==============================================================================
--- head/net/pecl-geoip/pkg-descr Wed Dec 24 06:15:00 2014 (r375406)
+++ head/net/pecl-geoip/pkg-descr Wed Dec 24 06:15:06 2014 (r375407)
@@ -1,5 +1,6 @@
-This PHP extension allows you to find the location of an IP address -
-City, State, Country, Longitude, Latitude, and other information as
-all, such as ISP and connection type.
+This PHP extension allows you to find the location of an IP address - City,
+State, Country, Longitude, Latitude, and other information as all, such as ISP
+and connection type. For more info, please visit Maxmind's website.
-WWW: http://www.maxmind.com/
+WWW: http://pecl.php.net/package/geoip
+WWW: http://www.maxmind.com/
More information about the svn-ports-all
mailing list