diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-08-04 19:29:18 +0800 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-08-04 19:29:18 +0800 |
commit | 63d17e75d7c5e6644a98db2295f9cb82c9cf2746 (patch) | |
tree | 69b22e334637a187ae01d3ef2a75d6dd8cb3698a /games | |
parent | 60d42be396b4256cd0acca972153ae8b49702851 (diff) | |
download | freebsd-ports-gnome-63d17e75d7c5e6644a98db2295f9cb82c9cf2746.tar.gz freebsd-ports-gnome-63d17e75d7c5e6644a98db2295f9cb82c9cf2746.tar.zst freebsd-ports-gnome-63d17e75d7c5e6644a98db2295f9cb82c9cf2746.zip |
Cleanup some abusive use of GH_TAGNAME.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'games')
-rw-r--r-- | games/craft/Makefile | 3 | ||||
-rw-r--r-- | games/craft/distinfo | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/games/craft/Makefile b/games/craft/Makefile index ad69384fcfcb..0244494b6c77 100644 --- a/games/craft/Makefile +++ b/games/craft/Makefile @@ -4,6 +4,8 @@ PORTNAME= craft PORTVERSION= 1.0 PORTREVISION= 1 +DISTVERSIONPREFIX= v +DISTVERSIONSUFFIX= fbsd CATEGORIES= games MAINTAINER= danilo@FreeBSD.org @@ -14,7 +16,6 @@ LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl USE_GITHUB= yes GH_ACCOUNT= daniloegea GH_PROJECT= Craft -GH_TAGNAME= v1.0fbsd OPTIONS_DEFINE= SERVER SERVER_DESC= Install the craft server diff --git a/games/craft/distinfo b/games/craft/distinfo index 450824eff9f3..9ae97ac8d8d1 100644 --- a/games/craft/distinfo +++ b/games/craft/distinfo @@ -1,2 +1,2 @@ -SHA256 (daniloegea-Craft-1.0-v1.0fbsd_GH0.tar.gz) = 01f4fecbb3d353449cb87a44065235fd73db809e0761233c6a847b053b69cc9d -SIZE (daniloegea-Craft-1.0-v1.0fbsd_GH0.tar.gz) = 2373842 +SHA256 (daniloegea-Craft-v1.0fbsd_GH0.tar.gz) = 01f4fecbb3d353449cb87a44065235fd73db809e0761233c6a847b053b69cc9d +SIZE (daniloegea-Craft-v1.0fbsd_GH0.tar.gz) = 2373842 |