diff options
author | mat <mat@FreeBSD.org> | 2015-05-07 23:17:32 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-05-07 23:17:32 +0800 |
commit | a9e706d15b1f24e58f8ef7ba73580fc4a8879519 (patch) | |
tree | 6045e0b5eebbf9e77caf4567713449680e5fa549 /graphics/libepoxy/Makefile | |
parent | 1e786b3a1c53ad5cce169ab361aa5f54f145b6ac (diff) | |
download | freebsd-ports-gnome-a9e706d15b1f24e58f8ef7ba73580fc4a8879519.tar.gz freebsd-ports-gnome-a9e706d15b1f24e58f8ef7ba73580fc4a8879519.tar.zst freebsd-ports-gnome-a9e706d15b1f24e58f8ef7ba73580fc4a8879519.zip |
Update ports in the games category to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'graphics/libepoxy/Makefile')
-rw-r--r-- | graphics/libepoxy/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/libepoxy/Makefile b/graphics/libepoxy/Makefile index 360184ee65ab..28a1b270218b 100644 --- a/graphics/libepoxy/Makefile +++ b/graphics/libepoxy/Makefile @@ -2,6 +2,7 @@ PORTNAME= libepoxy PORTVERSION= 1.2 +DISTVERSIONPREFIX= v CATEGORIES= graphics MAINTAINER= x11@FreeBSD.org @@ -11,8 +12,6 @@ LICENSE= MIT USE_GITHUB= yes GH_ACCOUNT= anholt -GH_COMMIT= 7422de5 -GH_TAGNAME= v${PORTVERSION} USES= autoreconf libtool pathfix pkgconfig python:3,build USE_XORG= xorg-macros x11 |