Update to 1.6.3. Add LICENSE.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user