svn commit: r351685 - head/games/xbattle
Rusmir Dusko
nemysis at FreeBSD.org
Mon Apr 21 14:07:52 UTC 2014
Author: nemysis
Date: Mon Apr 21 14:07:51 2014
New Revision: 351685
URL: http://svnweb.freebsd.org/changeset/ports/351685
QAT: https://qat.redports.org/buildarchive/r351685/
Log:
- Bump PORTREVISION for MAINTAINER change , LICENSE adding
- Transfer maintainership to games@ team
- Add custom license
Modified:
head/games/xbattle/Makefile
Modified: head/games/xbattle/Makefile
==============================================================================
--- head/games/xbattle/Makefile Mon Apr 21 13:50:30 2014 (r351684)
+++ head/games/xbattle/Makefile Mon Apr 21 14:07:51 2014 (r351685)
@@ -3,16 +3,21 @@
PORTNAME= xbattle
PORTVERSION= 5.4.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= games
MASTER_SITES= GENTOO/distfiles \
SF/nemysisfreebsdp/${CATEGORIES}/${PORTNAME}/:icons
DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \
${PORTNAME}_icons${EXTRACT_SUFX}:icons
-MAINTAINER= nemysis at FreeBSD.org
+MAINTAINER= games at FreeBSD.org
COMMENT= Concurrent multi-player battle strategy game
+LICENSE= XBATTLE_LICENSE
+LICENSE_NAME= XBATTLE License
+LICENSE_FILE= ${WRKSRC}/COPYRIGHT
+LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
+
RUN_DEPENDS= xdialog>0:${PORTSDIR}/x11/xdialog
USES= imake
More information about the svn-ports-head
mailing list