diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2016-01-27 09:16:01 +0800 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2016-01-27 09:16:01 +0800 |
commit | 5c6f3dddeca30162a6f7c1c72d3639ed95b38be6 (patch) | |
tree | 3c8e178ff266b84e4340d48384a95e445e0ea938 /net/geoipupdate | |
parent | 8afa6554da408bc349aa1b5434469bf28fc3ac9b (diff) | |
download | freebsd-ports-gnome-5c6f3dddeca30162a6f7c1c72d3639ed95b38be6.tar.gz freebsd-ports-gnome-5c6f3dddeca30162a6f7c1c72d3639ed95b38be6.tar.zst freebsd-ports-gnome-5c6f3dddeca30162a6f7c1c72d3639ed95b38be6.zip |
Update to 2.2.2.
Also, use localbase.mk instead of setting CPPFLAGS/LDFLAGS manually, and
use the new two-argument @sample instead of renaming and sed-ing.
Diffstat (limited to 'net/geoipupdate')
-rw-r--r-- | net/geoipupdate/Makefile | 15 | ||||
-rw-r--r-- | net/geoipupdate/distinfo | 4 | ||||
-rw-r--r-- | net/geoipupdate/pkg-plist | 2 |
3 files changed, 5 insertions, 16 deletions
diff --git a/net/geoipupdate/Makefile b/net/geoipupdate/Makefile index 30d41b837c40..2cebbcb71343 100644 --- a/net/geoipupdate/Makefile +++ b/net/geoipupdate/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= geoipupdate -PORTVERSION= 2.2.1 +PORTVERSION= 2.2.2 DISTVERSIONPREFIX= v CATEGORIES= net geography @@ -16,19 +16,8 @@ LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl USE_GITHUB= yes GH_ACCOUNT= maxmind -USES= libtool pathfix autoreconf +USES= libtool localbase pathfix autoreconf PATHFIX_MAKEFILEIN= Makefile.am GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - -post-extract: - @${MV} ${WRKSRC}/conf/GeoIP.conf.default ${WRKSRC}/conf/GeoIP.conf.sample - -post-patch: - @${REINPLACE_CMD} -e '/^DEFAULT_CONFIG_FILE =/s/$$/.sample/' \ - -e 's/.default/.sample/' \ - ${WRKSRC}/conf/Makefile.am - .include <bsd.port.mk> diff --git a/net/geoipupdate/distinfo b/net/geoipupdate/distinfo index dc8209fac4fc..68491693173e 100644 --- a/net/geoipupdate/distinfo +++ b/net/geoipupdate/distinfo @@ -1,2 +1,2 @@ -SHA256 (maxmind-geoipupdate-v2.2.1_GH0.tar.gz) = c43278cda58ed0d01fb8ecf853b221dc0a02311519d0fe52e05e224b3b6acd0c -SIZE (maxmind-geoipupdate-v2.2.1_GH0.tar.gz) = 32685 +SHA256 (maxmind-geoipupdate-v2.2.2_GH0.tar.gz) = e2eb95f471b1c8f590361aefe52afd28a04560147d3e2970e17889a5ce2b5746 +SIZE (maxmind-geoipupdate-v2.2.2_GH0.tar.gz) = 33596 diff --git a/net/geoipupdate/pkg-plist b/net/geoipupdate/pkg-plist index 711b4260de83..5482bfd2db8c 100644 --- a/net/geoipupdate/pkg-plist +++ b/net/geoipupdate/pkg-plist @@ -1,4 +1,4 @@ bin/geoipupdate -@sample etc/GeoIP.conf.sample +@sample etc/GeoIP.conf etc/GeoIP.conf.default man/man1/geoipupdate.1.gz man/man5/GeoIP.conf.5.gz |