diff options
author | adamw <adamw@FreeBSD.org> | 2014-10-30 05:47:25 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-10-30 05:47:25 +0800 |
commit | 14255de0f5fa6ed306a8f2af6d79a509c8042c20 (patch) | |
tree | c2eecab60f120b4de19388f9d03d1fd6934dd637 /net/GeoIP | |
parent | dca915da03669af2fdd66edefb553d0e89503771 (diff) | |
download | freebsd-ports-gnome-14255de0f5fa6ed306a8f2af6d79a509c8042c20.tar.gz freebsd-ports-gnome-14255de0f5fa6ed306a8f2af6d79a509c8042c20.tar.zst freebsd-ports-gnome-14255de0f5fa6ed306a8f2af6d79a509c8042c20.zip |
Update to 1.6.3. Add LICENSE.
Diffstat (limited to 'net/GeoIP')
-rw-r--r-- | net/GeoIP/Makefile | 8 | ||||
-rw-r--r-- | net/GeoIP/distinfo | 4 | ||||
-rw-r--r-- | net/GeoIP/pkg-plist | 2 |
3 files changed, 8 insertions, 6 deletions
diff --git a/net/GeoIP/Makefile b/net/GeoIP/Makefile index 06f8a51a19f7..83895347658a 100644 --- a/net/GeoIP/Makefile +++ b/net/GeoIP/Makefile @@ -2,18 +2,19 @@ # $FreeBSD$ PORTNAME= GeoIP -PORTVERSION= 1.6.2 -PORTREVISION= 2 +PORTVERSION= 1.6.3 CATEGORIES= net geography MAINTAINER= adamw@FreeBSD.org COMMENT= Find the country that any IP address or hostname originates from +LICENSE= GPLv2 + USE_GITHUB= yes GH_ACCOUNT= maxmind GH_PROJECT= geoip-api-c GH_TAGNAME= v${PORTVERSION} -GH_COMMIT= 2e9100a +GH_COMMIT= b00cc50 USES= autoreconf libtool pathfix PATHFIX_MAKEFILEIN= Makefile.am @@ -22,6 +23,7 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes SUB_FILES= geoipupdate.sh pkg-message +PLIST_SUB+= PORTVERSION="${PORTVERSION}" OPTIONS_DEFINE= DOCS PORTDOCS= COPYING ChangeLog LICENSE README.md diff --git a/net/GeoIP/distinfo b/net/GeoIP/distinfo index 8f2e084edc85..462b591b186d 100644 --- a/net/GeoIP/distinfo +++ b/net/GeoIP/distinfo @@ -1,2 +1,2 @@ -SHA256 (GeoIP-1.6.2.tar.gz) = 7f57a87823e202e18dec0e2cb78c59d23114be9b8a599a5cefdbde058816ec44 -SIZE (GeoIP-1.6.2.tar.gz) = 162951 +SHA256 (GeoIP-1.6.3.tar.gz) = 33138e0a34d473bae3a632c709d5c59b7b400c6f9937483e7cc130bfd03c7154 +SIZE (GeoIP-1.6.3.tar.gz) = 164215 diff --git a/net/GeoIP/pkg-plist b/net/GeoIP/pkg-plist index 6fea605b962d..cf8629c4f0b2 100644 --- a/net/GeoIP/pkg-plist +++ b/net/GeoIP/pkg-plist @@ -6,7 +6,7 @@ include/GeoIPCity.h lib/libGeoIP.a lib/libGeoIP.so lib/libGeoIP.so.1 -lib/libGeoIP.so.1.6.2 +lib/libGeoIP.so.%%PORTVERSION%% libdata/pkgconfig/geoip.pc man/man1/geoiplookup.1.gz man/man1/geoiplookup6.1.gz |