diff options
author | danfe <danfe@FreeBSD.org> | 2011-08-09 20:05:22 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2011-08-09 20:05:22 +0800 |
commit | 30227521849d83c4bca4504b49fffaa40827acd2 (patch) | |
tree | d5851135bd314974295e866619138146ccb2fa88 /games/mvdsv | |
parent | 58c3bb7715ec8f10ab313ac8cd7fc50b4295a7e4 (diff) | |
download | freebsd-ports-gnome-30227521849d83c4bca4504b49fffaa40827acd2.tar.gz freebsd-ports-gnome-30227521849d83c4bca4504b49fffaa40827acd2.tar.zst freebsd-ports-gnome-30227521849d83c4bca4504b49fffaa40827acd2.zip |
- Update mvdsv (and thus qwdtools slave port) to version 0.29
- Define LICENSE knob (GPLv2)
Diffstat (limited to 'games/mvdsv')
-rw-r--r-- | games/mvdsv/Makefile | 12 | ||||
-rw-r--r-- | games/mvdsv/distinfo | 4 |
2 files changed, 7 insertions, 9 deletions
diff --git a/games/mvdsv/Makefile b/games/mvdsv/Makefile index 35890f9b2642..deff8e81e5f1 100644 --- a/games/mvdsv/Makefile +++ b/games/mvdsv/Makefile @@ -6,21 +6,23 @@ # PORTNAME?= mvdsv -PORTVERSION= 0.28 +PORTVERSION= 0.29 PORTEPOCH= 2 CATEGORIES?= games -MASTER_SITES= http://qw-dev.net/attachments/download/130/ +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 +LICENSE= GPLv2 + USE_ZIP= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= ${OPSYS} ALL_TARGET= ${PORTNAME} -WRKSRC= ${WRKDIR}/mvdsv-${PORTVERSION} +WRKSRC= ${WRKDIR}/mvdsv MAKE_JOBS_UNSAFE= yes PLIST_FILES= bin/${PORTNAME} @@ -40,10 +42,6 @@ MAKE_ARGS+= -DNOKQUEUE MAKE_ARGS+= -DWITHOUT_X86_ASM .endif -post-extract: -# Allow execution of configure script (fix permissions) - @${CHMOD} +x ${WRKSRC}/configure - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin diff --git a/games/mvdsv/distinfo b/games/mvdsv/distinfo index 22cf69ab5f08..e5cc48cfba5d 100644 --- a/games/mvdsv/distinfo +++ b/games/mvdsv/distinfo @@ -1,2 +1,2 @@ -SHA256 (mvdsv_0.28-sources.zip) = 8fb64f7dcc582d9cd1b42b7d78493b4e17bf345cebc5840f9574602a9c897257 -SIZE (mvdsv_0.28-sources.zip) = 1576287 +SHA256 (mvdsv_0.29-sources.zip) = fec7ad92b0aed139b4c454450e4776ec23ff35f34e6f1e1d4a65a4e7c6c638c4 +SIZE (mvdsv_0.29-sources.zip) = 1628556 |