diff options
author | mat <mat@FreeBSD.org> | 2015-12-08 17:05:15 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-12-08 17:05:15 +0800 |
commit | 240b133669de8d449c5cb439815bee4f2b25360e (patch) | |
tree | a77b74f292c12d41f78b9ee7163ba78031669316 /sysutils | |
parent | 73fe5c815bc770230f34590b2108363655190d55 (diff) | |
download | freebsd-ports-gnome-240b133669de8d449c5cb439815bee4f2b25360e.tar.gz freebsd-ports-gnome-240b133669de8d449c5cb439815bee4f2b25360e.tar.zst freebsd-ports-gnome-240b133669de8d449c5cb439815bee4f2b25360e.zip |
Don't use GH_TAGNAME when DISTVERSION* variables can be used.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/py-glances/Makefile | 3 | ||||
-rw-r--r-- | sysutils/py-glances/distinfo | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/sysutils/py-glances/Makefile b/sysutils/py-glances/Makefile index 2eba1254f09d..4766f7c7d5bf 100644 --- a/sysutils/py-glances/Makefile +++ b/sysutils/py-glances/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= glances -PORTVERSION= 2.5.0 +PORTVERSION= 2.5 DISTVERSIONPREFIX= v CATEGORIES= sysutils python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,7 +20,6 @@ OPTIONS_SUB= yes USE_GITHUB= yes GH_ACCOUNT= nicolargo -GH_TAGNAME= v2.5 USES= python USE_PYTHON= autoplist distutils diff --git a/sysutils/py-glances/distinfo b/sysutils/py-glances/distinfo index 88770bafb943..5fc3adfed7d0 100644 --- a/sysutils/py-glances/distinfo +++ b/sysutils/py-glances/distinfo @@ -1,2 +1,2 @@ -SHA256 (nicolargo-glances-v2.5.0-v2.5_GH0.tar.gz) = 352d863d115870f0823203ffe29119f3ebfa12236b76af525e920356f822cad0 -SIZE (nicolargo-glances-v2.5.0-v2.5_GH0.tar.gz) = 3239078 +SHA256 (nicolargo-glances-v2.5_GH0.tar.gz) = 352d863d115870f0823203ffe29119f3ebfa12236b76af525e920356f822cad0 +SIZE (nicolargo-glances-v2.5_GH0.tar.gz) = 3239078 |