diff options
author | mat <mat@FreeBSD.org> | 2015-05-07 00:04:20 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-05-07 00:04:20 +0800 |
commit | 7347bac4b4705088feb8ffe0b7253dd1193c82ce (patch) | |
tree | 30c0e1ce8ec084d3e802dff7f41cd3875c5dfb6e /games/openxcom | |
parent | 300ee633d06397bd6509f73887cd59c0accc234d (diff) | |
download | freebsd-ports-gnome-7347bac4b4705088feb8ffe0b7253dd1193c82ce.tar.gz freebsd-ports-gnome-7347bac4b4705088feb8ffe0b7253dd1193c82ce.tar.zst freebsd-ports-gnome-7347bac4b4705088feb8ffe0b7253dd1193c82ce.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 'games/openxcom')
-rw-r--r-- | games/openxcom/Makefile | 5 | ||||
-rw-r--r-- | games/openxcom/distinfo | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/games/openxcom/Makefile b/games/openxcom/Makefile index 700a6854aa18..602ded000c3f 100644 --- a/games/openxcom/Makefile +++ b/games/openxcom/Makefile @@ -2,7 +2,8 @@ # $FreeBSD$ PORTNAME= openxcom -PORTVERSION= 1.0.0 +PORTVERSION= 1.0 +DISTVERSIONPREFIX= v PORTREVISION= 1 CATEGORIES= games @@ -17,8 +18,6 @@ LIB_DEPENDS= libyaml-cpp.so:${PORTSDIR}/devel/yaml-cpp USE_GITHUB= yes GH_ACCOUNT= SupSuper GH_PROJECT= OpenXcom -GH_TAGNAME= v1.0 -GH_COMMIT= b396c74 USES= compiler:c++11-lang gmake pkgconfig USE_SDL= sdl mixer image gfx diff --git a/games/openxcom/distinfo b/games/openxcom/distinfo index d6cd7fd20f79..6eae7e442a63 100644 --- a/games/openxcom/distinfo +++ b/games/openxcom/distinfo @@ -1,2 +1,2 @@ -SHA256 (openxcom-1.0.0.tar.gz) = d0bbc9fcd1671ad952c1b825a137a67ac5ed339827cedb660e46678c9a369557 -SIZE (openxcom-1.0.0.tar.gz) = 2069030 +SHA256 (SupSuper-OpenXcom-v1.0_GH0.tar.gz) = 45acb280010a01d60506b1c5f2951ae501c012cc6161aac470bd15c1e6981246 +SIZE (SupSuper-OpenXcom-v1.0_GH0.tar.gz) = 2068640 |