diff options
author | rakuco <rakuco@FreeBSD.org> | 2016-01-01 19:36:35 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2016-01-01 19:36:35 +0800 |
commit | dc68fff4539fe969a61ca49934890947c895197a (patch) | |
tree | 3708ff77bbfb5cf51fef5845d69f91dd51d3a144 /games/mvdsv | |
parent | c1e2ea455bb08aebd17d731697d4eae31291bbe7 (diff) | |
download | freebsd-ports-gnome-dc68fff4539fe969a61ca49934890947c895197a.tar.gz freebsd-ports-gnome-dc68fff4539fe969a61ca49934890947c895197a.tar.zst freebsd-ports-gnome-dc68fff4539fe969a61ca49934890947c895197a.zip |
Start fetching from GitHub and unmark BROKEN.
The original MASTER_SITE is gone, and the project appears to be maintained in
GitHub these days. diff -upr between the old zip file from
distcache.FreeBSD.org and the new tarball from GitHub only shows that the .svn/
directory is no longer shipped, and the $Id$ tags in the files are not expanded
anymore.
Diffstat (limited to 'games/mvdsv')
-rw-r--r-- | games/mvdsv/Makefile | 7 | ||||
-rw-r--r-- | games/mvdsv/distinfo | 4 |
2 files changed, 5 insertions, 6 deletions
diff --git a/games/mvdsv/Makefile b/games/mvdsv/Makefile index 35494ddefc56..f54ce1c23959 100644 --- a/games/mvdsv/Makefile +++ b/games/mvdsv/Makefile @@ -3,23 +3,22 @@ PORTNAME?= mvdsv PORTVERSION= 0.29 +DISTVERSIONPREFIX= v PORTEPOCH= 2 CATEGORIES?= games -MASTER_SITES= http://qw-dev.net/attachments/download/201/ DISTNAME= mvdsv_${PORTVERSION}-sources MAINTAINER= danfe@FreeBSD.org COMMENT?= Enhanced QuakeWorld server with multi-view demos capability -BROKEN= unfetchable LICENSE= GPLv2 -USES= zip +USE_GITHUB= yes +GH_ACCOUNT= deurk HAS_CONFIGURE= yes CONFIGURE_ARGS= ${OPSYS} ${ARCH:C/.*(64)/\1/} ALL_TARGET= ${PORTNAME} -WRKSRC= ${WRKDIR}/mvdsv PLIST_FILES= bin/${PORTNAME} diff --git a/games/mvdsv/distinfo b/games/mvdsv/distinfo index e5cc48cfba5d..c3007ee79132 100644 --- a/games/mvdsv/distinfo +++ b/games/mvdsv/distinfo @@ -1,2 +1,2 @@ -SHA256 (mvdsv_0.29-sources.zip) = fec7ad92b0aed139b4c454450e4776ec23ff35f34e6f1e1d4a65a4e7c6c638c4 -SIZE (mvdsv_0.29-sources.zip) = 1628556 +SHA256 (mvdsv_0.29-sources_GH0.tar.gz) = 7d7d73da029315b0ab3761b9dcbf97eefb7640d0e3868fbe4763fc20550b5f12 +SIZE (mvdsv_0.29-sources_GH0.tar.gz) = 696126 |