[Midnightbsd-cvs] mports: games/linux-enemyterritory-tce: Update to newer version

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Mar 21 18:38:58 EDT 2008


Log Message:
-----------
Update to newer version

Modified Files:
--------------
    mports/games/linux-enemyterritory-tce:
        Makefile (r1.1 -> r1.2)
        distinfo (r1.1 -> r1.2)
        pkg-plist (r1.1 -> r1.2)

-------------- next part --------------
Index: pkg-plist
===================================================================
RCS file: /home/cvs/mports/games/linux-enemyterritory-tce/pkg-plist,v
retrieving revision 1.1
retrieving revision 1.2
diff -L games/linux-enemyterritory-tce/pkg-plist -L games/linux-enemyterritory-tce/pkg-plist -u -r1.1 -r1.2
--- games/linux-enemyterritory-tce/pkg-plist
+++ games/linux-enemyterritory-tce/pkg-plist
@@ -1,20 +1,14 @@
 bin/et-tce
 bin/etded-tce
+lib/enemyterritory/tcetest/autoexec.cfg
 lib/enemyterritory/tcetest/cgame.mp.i386.so
-lib/enemyterritory/tcetest/elitelogoicon.ico
-lib/enemyterritory/tcetest/maps.cfg
 lib/enemyterritory/tcetest/mp_bin.pk3
+lib/enemyterritory/tcetest/official.dat
 lib/enemyterritory/tcetest/pak0.pk3
 lib/enemyterritory/tcetest/pak1.pk3
 lib/enemyterritory/tcetest/pak2.pk3
 lib/enemyterritory/tcetest/pak3.pk3
 lib/enemyterritory/tcetest/qagame.mp.i386.so
-lib/enemyterritory/tcetest/server.cfg
+lib/enemyterritory/tcetest/tce_icon_pc.ico
 lib/enemyterritory/tcetest/ui.mp.i386.so
-%%PORTDOCS%%%%DOCSDIR%%/README.TXT
-%%PORTDOCS%%%%DOCSDIR%%/TCEeula1.0.rtf
-%%PORTDOCS%%%%DOCSDIR%%/changelog.txt
-%%PORTDOCS%%%%DOCSDIR%%/description.txt
 @dirrm lib/enemyterritory/tcetest
- at dirrmtry lib/enemyterritory
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/games/linux-enemyterritory-tce/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -L games/linux-enemyterritory-tce/Makefile -L games/linux-enemyterritory-tce/Makefile -u -r1.1 -r1.2
--- games/linux-enemyterritory-tce/Makefile
+++ games/linux-enemyterritory-tce/Makefile
@@ -7,31 +7,35 @@
 #
 
 PORTNAME=	enemyterritory-tce
-PORTVERSION=	0.48
-PORTREVISION=	3
+PORTVERSION=	0.49
 CATEGORIES=	games linux
-MASTER_SITES=	http://ftp.games.skynet.be/pub/www.filesnetwork.com/Wolfenstein_Enemy_Territory/Mods/Total_Conversions/:full,update \
-		http://darkstar.ist.utl.pt/pub/games/:full,update \
-		http://ftp.wireplay.co.uk/pub/enemyterritory/mods/tcelite/Linux/:full \
-		http://et2.migamer.com/:full \
-		http://jogos.bragatel.pt/downloads/et/tcE/linux/:update
+MASTER_SITES=	http://ftp.games.skynet.be/pub/www.filesnetwork.com/Wolfenstein_Enemy_Territory/Mods/Total_Conversions/
 PKGNAMEPREFIX=	linux-
 DISTNAME=	tcetest
-DISTFILES=	tcetest_0209_full.zip:full \
-		tcetest_0.48_update.zip:update
+DISTFILES=	tcetest049.zip
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	A modern tactical Enemy Territory modification
+LICENSE=	restricted
 
-RUN_DEPENDS=	et:${PORTSDIR}/games/linux-enemyterritory
+BUILD_DEPENDS=	et:${PORTSDIR}/games/linux-enemyterritory
+RUN_DEPENDS=	${BUILD_DEPENDS)
 
-ONLY_FOR_ARCHS=	i386
+ONLY_FOR_ARCHS=	i386 amd64
 USE_ZIP=	yes
 USE_LINUX=	yes
-NO_PACKAGE=	Distfiles are 135MB, set FORCE_PACKAGE if you really want to build this package
 RESTRICTED=	Redistribution is limited, see license
 ETDIR=		${PREFIX}/lib/enemyterritory
 
+PORTDOCS=	*
+
+DESKTOP_ENTRIES="Enemy Territory TrueCombat:Elite" \
+		"Play Enemy Territory TrueCombat:Elite" \
+		"${ETDIR}/tcetest/tce_icon_pc.ico" \
+		"et-tce" \
+		"" \
+		false
+
 do-build:
 .for f in et etded
 	@${ECHO_CMD} '#!/bin/sh' > ${WRKSRC}/${f}-tce
@@ -44,8 +48,9 @@
 .endfor
 
 	${MKDIR} ${ETDIR}/tcetest
-.for f in cgame.mp.i386.so elitelogoicon.ico maps.cfg mp_bin.pk3 pak0.pk3 \
-	pak1.pk3 pak2.pk3 pak3.pk3 qagame.mp.i386.so server.cfg ui.mp.i386.so
+.for f in autoexec.cfg cgame.mp.i386.so mp_bin.pk3 official.dat pak0.pk3 \
+	pak1.pk3 pak2.pk3 pak3.pk3 qagame.mp.i386.so tce_icon_pc.ico \
+	ui.mp.i386.so
 	${INSTALL_DATA} ${WRKSRC}/${f} ${ETDIR}/tcetest
 .endfor
 .for f in cgame.mp.i386.so qagame.mp.i386.so ui.mp.i386.so
@@ -55,7 +60,7 @@
 
 .if !defined(NOPORTDOCS)
 	${MKDIR} ${DOCSDIR}
-.for f in README.TXT TCEeula1.0.rtf changelog.txt description.txt
+.for f in *.txt *.rtf	
 	${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
 .endfor
 .endif
Index: distinfo
===================================================================
RCS file: /home/cvs/mports/games/linux-enemyterritory-tce/distinfo,v
retrieving revision 1.1
retrieving revision 1.2
diff -L games/linux-enemyterritory-tce/distinfo -L games/linux-enemyterritory-tce/distinfo -u -r1.1 -r1.2
--- games/linux-enemyterritory-tce/distinfo
+++ games/linux-enemyterritory-tce/distinfo
@@ -1,4 +1,3 @@
-MD5 (tcetest_0209_full.zip) = e01cb2add0bc5c6509f6923419b0515d
-SIZE (tcetest_0209_full.zip) = 134902370
-MD5 (tcetest_0.48_update.zip) = efc04e68d324bbab0f5d736866ed98e5
-SIZE (tcetest_0.48_update.zip) = 7017159
+MD5 (tcetest049.zip) = 996ef2743e36103a351199f3fd72e70f
+SHA256 (tcetest049.zip) = 73d0fff098bfef196d6efc4bb2f0635ab8da2ebe19b5ead5801b1664d3b4b4d4
+SIZE (tcetest049.zip) = 472749193


More information about the Midnightbsd-cvs mailing list