diff options
author | mat <mat@FreeBSD.org> | 2015-05-08 01:26:05 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-05-08 01:26:05 +0800 |
commit | a634dbbe3eda148d9b16649b61ec88fafcd95299 (patch) | |
tree | e02c8ff8239303ab6a2e3d529b26e0934364cdcf /net/py-GeoIP | |
parent | fa854ea607334d361da8e126e398dbf81bd6b191 (diff) | |
download | freebsd-ports-gnome-a634dbbe3eda148d9b16649b61ec88fafcd95299.tar.gz freebsd-ports-gnome-a634dbbe3eda148d9b16649b61ec88fafcd95299.tar.zst freebsd-ports-gnome-a634dbbe3eda148d9b16649b61ec88fafcd95299.zip |
Update ports in the n* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'net/py-GeoIP')
-rw-r--r-- | net/py-GeoIP/Makefile | 4 | ||||
-rw-r--r-- | net/py-GeoIP/distinfo | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/net/py-GeoIP/Makefile b/net/py-GeoIP/Makefile index 1b5b49b1dbe6..880ba53ef661 100644 --- a/net/py-GeoIP/Makefile +++ b/net/py-GeoIP/Makefile @@ -3,10 +3,10 @@ PORTNAME= GeoIP PORTVERSION= 1.2.8 +DISTVERSIONPREFIX= v PORTREVISION= 1 CATEGORIES= net python geography PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= ${PORTNAME}-Python-${PORTVERSION} MAINTAINER= stefan@FreeBSD.org COMMENT= Mapping of IP addresses/hostnames to country names in Python @@ -18,8 +18,6 @@ LIB_DEPENDS= libGeoIP.so:${PORTSDIR}/net/GeoIP USE_GITHUB= yes GH_ACCOUNT= maxmind GH_PROJECT= geoip-api-python -GH_TAGNAME= v${PORTVERSION} -GH_COMMIT= 993f63c USES= python USE_PYTHON= distutils diff --git a/net/py-GeoIP/distinfo b/net/py-GeoIP/distinfo index 5ec98a5d4904..da83ad5fa353 100644 --- a/net/py-GeoIP/distinfo +++ b/net/py-GeoIP/distinfo @@ -1,2 +1,2 @@ -SHA256 (GeoIP-Python-1.2.8.tar.gz) = b876c23ddf0356dc92f7391ef1ed83a24d8b8c2f3860c73b09c398ec0bfc7dba -SIZE (GeoIP-Python-1.2.8.tar.gz) = 15755 +SHA256 (maxmind-geoip-api-python-v1.2.8_GH0.tar.gz) = 461f98ac76fadac87350567ac775ec9b4a3729c12594448056d4c2a0311ead96 +SIZE (maxmind-geoip-api-python-v1.2.8_GH0.tar.gz) = 15747 |