diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-05-07 15:17:32 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-05-07 15:17:32 +0000 |
commit | 02415c68f5ac766ae5bd0ae4858762c8e570d62b (patch) | |
tree | 6045e0b5eebbf9e77caf4567713449680e5fa549 /graphics/seq2gif/Makefile | |
parent | da97618e2058f2d4d7b8c51f5c995cdf831cf9ed (diff) |
Update ports in the games category to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=385633
Diffstat (limited to 'graphics/seq2gif/Makefile')
-rw-r--r-- | graphics/seq2gif/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/seq2gif/Makefile b/graphics/seq2gif/Makefile index 514e4cf91ba2..ebfe53472ab9 100644 --- a/graphics/seq2gif/Makefile +++ b/graphics/seq2gif/Makefile @@ -2,6 +2,7 @@ PORTNAME= seq2gif PORTVERSION= 0.10.4 +DISTVERSIONPREFIX= v CATEGORIES= graphics MAINTAINER= sue@iwmt.org @@ -12,9 +13,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING USE_GITHUB= yes GH_ACCOUNT= saitoha -#GH_TAGNAME= v${PORTVERSION} -GH_TAGNAME= ${GH_COMMIT} -GH_COMMIT= 798a2fe USE_LDCONFIG= yes USES= libtool |