mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
Don't define DISTNAME with USE_GITHUB.
Sponsored by: Absolight
This commit is contained in:
parent
03e662e9e2
commit
35803a77f3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386470
@ -3,9 +3,9 @@
|
||||
|
||||
PORTNAME= GeoIP2
|
||||
PORTVERSION= 2.1.0
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= net python geography
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= ${PORTNAME}-Python-${PORTVERSION}
|
||||
|
||||
MAINTAINER= olivier@cochard.me
|
||||
COMMENT= MaxMind GeoIP2 Python API
|
||||
@ -19,7 +19,6 @@ LIB_DEPENDS= libmaxminddb.so:${PORTSDIR}/net/libmaxminddb
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= maxmind
|
||||
GH_PROJECT= GeoIP2-python
|
||||
GH_TAGNAME= v${PORTVERSION}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (GeoIP2-Python-2.1.0_GH0.tar.gz) = 1f0326b5e92212c1ed81f5e387438e73ff61154ea2194656f4dc366d2314554e
|
||||
SIZE (GeoIP2-Python-2.1.0_GH0.tar.gz) = 28215
|
||||
SHA256 (maxmind-GeoIP2-python-v2.1.0_GH0.tar.gz) = 1f0326b5e92212c1ed81f5e387438e73ff61154ea2194656f4dc366d2314554e
|
||||
SIZE (maxmind-GeoIP2-python-v2.1.0_GH0.tar.gz) = 28215
|
||||
|
Loading…
Reference in New Issue
Block a user