diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-05-14 03:01:28 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-05-14 03:01:28 +0800 |
commit | bb192cc4be17edbd5df549d0e33931af73a80000 (patch) | |
tree | 7d8884a761343fdc919556b21752d40eca695321 | |
parent | d2dd554006390b390bc90755818ff65622ad9827 (diff) | |
download | freebsd-ports-gnome-bb192cc4be17edbd5df549d0e33931af73a80000.tar.gz freebsd-ports-gnome-bb192cc4be17edbd5df549d0e33931af73a80000.tar.zst freebsd-ports-gnome-bb192cc4be17edbd5df549d0e33931af73a80000.zip |
- Cleanup GH_* knobs:
- Use DISTVERSIONPREFIX
- Remove GH_PROJECT
-rw-r--r-- | math/py-numexpr/Makefile | 3 | ||||
-rw-r--r-- | math/py-numexpr/distinfo | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/math/py-numexpr/Makefile b/math/py-numexpr/Makefile index 3b79b64c6c51..f49e182baaa2 100644 --- a/math/py-numexpr/Makefile +++ b/math/py-numexpr/Makefile @@ -3,6 +3,7 @@ PORTNAME= numexpr PORTVERSION= 2.4 +DISTVERSIONPREFIX= v CATEGORIES= math python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,8 +19,6 @@ USE_PYTHON= autoplist distutils USES= python GH_ACCOUNT= pydata -GH_PROJECT= ${PORTNAME} -GH_TAGNAME= v${PORTVERSION} USE_GITHUB= yes .include <bsd.port.mk> diff --git a/math/py-numexpr/distinfo b/math/py-numexpr/distinfo index ef1b44078d55..0222507d0b0f 100644 --- a/math/py-numexpr/distinfo +++ b/math/py-numexpr/distinfo @@ -1,2 +1,2 @@ -SHA256 (pydata-numexpr-2.4-v2.4_GH0.tar.gz) = b3d5f998d1e489c6e3e672d75c2e6b4a871d67fefc6b6154b90795010bee14c0 -SIZE (pydata-numexpr-2.4-v2.4_GH0.tar.gz) = 89752 +SHA256 (pydata-numexpr-v2.4_GH0.tar.gz) = b3d5f998d1e489c6e3e672d75c2e6b4a871d67fefc6b6154b90795010bee14c0 +SIZE (pydata-numexpr-v2.4_GH0.tar.gz) = 89752 |