diff options
author | mat <mat@FreeBSD.org> | 2015-05-19 01:07:45 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-05-19 01:07:45 +0800 |
commit | 2574893f2308874906f621f7c7435d7f8d5b2e33 (patch) | |
tree | 912fc46258efb2d48bb6aedc0d0b7102da00f29c /games | |
parent | 03e238719c2d43ed160b7409281f5f7295a8710a (diff) | |
download | freebsd-ports-gnome-2574893f2308874906f621f7c7435d7f8d5b2e33.tar.gz freebsd-ports-gnome-2574893f2308874906f621f7c7435d7f8d5b2e33.tar.zst freebsd-ports-gnome-2574893f2308874906f621f7c7435d7f8d5b2e33.zip |
Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'games')
-rw-r--r-- | games/pioneer/Makefile | 4 | ||||
-rw-r--r-- | games/pioneer/distinfo | 4 | ||||
-rw-r--r-- | games/qqwing/Makefile | 4 | ||||
-rw-r--r-- | games/qqwing/distinfo | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/games/pioneer/Makefile b/games/pioneer/Makefile index 08edfe7a299a..24ec5ab2a314 100644 --- a/games/pioneer/Makefile +++ b/games/pioneer/Makefile @@ -4,7 +4,6 @@ PORTNAME= pioneer PORTVERSION= 0.0.${GH_TAGNAME} CATEGORIES= games -MASTER_SITES= http://github.com/${GH_ACCOUNT}/${GH_PROJECT}/archive/${GH_TAGNAME}${EXTRACT_SUFX}?dummy=/ MAINTAINER= lightside@gmx.com COMMENT= Space adventure game set in the Milky Way galaxy @@ -37,11 +36,10 @@ LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ libpng.so:${PORTSDIR}/graphics/png \ libassimp.so:${PORTSDIR}/multimedia/assimp +USE_GITHUB= yes GH_ACCOUNT= pioneerspacesim -GH_PROJECT= ${PORTNAME} GH_TAGNAME= 20150314 -WRKSRC= ${WRKDIR}/${GH_PROJECT}-${GH_TAGNAME} USES= autoreconf gmake pkgconfig USE_GL= gl diff --git a/games/pioneer/distinfo b/games/pioneer/distinfo index e0379ae4e887..424eeb2a5f33 100644 --- a/games/pioneer/distinfo +++ b/games/pioneer/distinfo @@ -1,2 +1,2 @@ -SHA256 (pioneer-0.0.20150314.tar.gz) = ee487c6e160123e5a6c341374efaa172ef0d77cdeb52f66d9a65ac78302dcb8f -SIZE (pioneer-0.0.20150314.tar.gz) = 180423484 +SHA256 (pioneerspacesim-pioneer-0.0.20150314-20150314_GH0.tar.gz) = ee487c6e160123e5a6c341374efaa172ef0d77cdeb52f66d9a65ac78302dcb8f +SIZE (pioneerspacesim-pioneer-0.0.20150314-20150314_GH0.tar.gz) = 180423484 diff --git a/games/qqwing/Makefile b/games/qqwing/Makefile index 5790fe3fab77..ba0d9fdd4fa9 100644 --- a/games/qqwing/Makefile +++ b/games/qqwing/Makefile @@ -2,8 +2,8 @@ PORTNAME= qqwing PORTVERSION= 1.3.3 +DISTVERSIONPREFIX= v CATEGORIES= games gnome -MASTER_SITES= http://github.com/stephenostermiller/${PORTNAME}/archive/v${PORTVERSION}.zip?dummy=/ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org @@ -15,6 +15,8 @@ BUILD_DEPENDS= automake>=0:${PORTSDIR}/devel/automake \ USES= gmake libtool pathfix pkgconfig USE_GNOME= glib20 introspection:build +USE_GITHUB= yes +GH_ACCOUNT= stephenostermiller USE_LDCONFIG= yes CONFIGURE_ENV+= CC=cc CXX=c++ CPP=cpp diff --git a/games/qqwing/distinfo b/games/qqwing/distinfo index 793ac5d2ca7a..1be46d47a234 100644 --- a/games/qqwing/distinfo +++ b/games/qqwing/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome3/qqwing-1.3.3.tar.gz) = 863bf063a6cac930eb5ce441d514d5afd2f192ea02d77692f8b16910c5149357 -SIZE (gnome3/qqwing-1.3.3.tar.gz) = 159027 +SHA256 (gnome3/stephenostermiller-qqwing-v1.3.3_GH0.tar.gz) = e037748255d821439dfef9fb4bae2969e7ea600bb4e4cb0a0c1d7bc7883c596e +SIZE (gnome3/stephenostermiller-qqwing-v1.3.3_GH0.tar.gz) = 89629 |