diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-05-06 16:04:20 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-05-06 16:04:20 +0000 |
commit | 5392aa00ad0cf63d34e07e34050dac1670bea9d6 (patch) | |
tree | 30c0e1ce8ec084d3e802dff7f41cd3875c5dfb6e /games/unknown-horizons/Makefile | |
parent | 62d98f2dd1f3802105cf10419df5ae5124ebdf7c (diff) | |
download | ports-5392aa00ad0cf63d34e07e34050dac1670bea9d6.tar.gz ports-5392aa00ad0cf63d34e07e34050dac1670bea9d6.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
Notes
Notes:
svn path=/head/; revision=385523
Diffstat (limited to 'games/unknown-horizons/Makefile')
-rw-r--r-- | games/unknown-horizons/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/games/unknown-horizons/Makefile b/games/unknown-horizons/Makefile index 39a68259925b..90d9255de2e4 100644 --- a/games/unknown-horizons/Makefile +++ b/games/unknown-horizons/Makefile @@ -5,8 +5,6 @@ PORTNAME= unknown-horizons PORTVERSION= 2013.3 PORTREVISION= 1 CATEGORIES= games -#MASTER_SITES= SF/unknownhorizons/Unknown%20Horizons/${PORTVERSION}/ -MASTER_SITES= GHL MAINTAINER= fiziologus@gmail.com COMMENT= Real time simulation game @@ -21,8 +19,6 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/fife/__init__.py:${PORTSDIR}/games/py-fife \ ONLY_FOR_ARCHS= i386 amd64 USE_GITHUB= yes -GH_ACCOUNT= ${PORTNAME} -GH_COMMIT= ac7af43 USE_GNOME= intltool USES= gettext-tools python:2 tar:xz |