svn commit: r321192 - in head: . games games/linux-rtcw games/rtcw
Alexey Dokuchaev
danfe at FreeBSD.org
Tue Jun 18 14:45:22 UTC 2013
Author: danfe
Date: Tue Jun 18 14:45:21 2013
New Revision: 321192
URL: http://svnweb.freebsd.org/changeset/ports/321192
Log:
- Since it is a Linux binary port, rename to have linux- prefix and set
PKGNAMEPREFIX as appropriate; as a nice side effect, this allows up to
drop PORTREVISION and (!) PORTEPOCH; this change is warranted also by
the fact that RtCW source code was released on August 12 2010, so one
day we might see native port added to the Ports Collection
- While here, switch from PORTVERSION to DISTVERSION
Added:
head/games/linux-rtcw/
- copied from r321191, head/games/rtcw/
Deleted:
head/games/rtcw/
Modified:
head/MOVED
head/games/Makefile
head/games/linux-rtcw/Makefile
Modified: head/MOVED
==============================================================================
--- head/MOVED Tue Jun 18 14:27:24 2013 (r321191)
+++ head/MOVED Tue Jun 18 14:45:21 2013 (r321192)
@@ -4389,3 +4389,4 @@ mail/claws-mail-cachesaver||2013-06-11|H
deskutils/contacts||2013-06-13|Has expired: upstream project discontinued for years, upstream sources are gone
www/libxul19|www/libxul|2013-06-15|Has been vulnerable for a long time, unsupported upstream
chinese/cxterm||2013-06-17|Has expired: does not compile
+games/rtcw|games/linux-rtcw|2013-06-18|Renamed (Linux binary port)
Modified: head/games/Makefile
==============================================================================
--- head/games/Makefile Tue Jun 18 14:27:24 2013 (r321191)
+++ head/games/Makefile Tue Jun 18 14:45:21 2013 (r321192)
@@ -544,6 +544,7 @@
SUBDIR += linux-quake3-demo
SUBDIR += linux-quake4
SUBDIR += linux-quake4-demo
+ SUBDIR += linux-rtcw
SUBDIR += linux-savage
SUBDIR += linux-savage-samuraiwars
SUBDIR += linux-skulltag
@@ -848,7 +849,6 @@
SUBDIR += rottdc
SUBDIR += rt2-demo
SUBDIR += rtb
- SUBDIR += rtcw
SUBDIR += rubix
SUBDIR += ruby-exmars
SUBDIR += sampsvr
Modified: head/games/linux-rtcw/Makefile
==============================================================================
--- head/games/rtcw/Makefile Tue Jun 18 14:27:24 2013 (r321191)
+++ head/games/linux-rtcw/Makefile Tue Jun 18 14:45:21 2013 (r321192)
@@ -2,13 +2,12 @@
# $FreeBSD$
PORTNAME= rtcw
-PORTVERSION= 1.41b
-PORTREVISION= 2
-PORTEPOCH= 1
+DISTVERSION= 1.41b
CATEGORIES= games linux
MASTER_SITES= ${MASTER_SITE_IDSOFTWARE}
MASTER_SITE_SUBDIR= wolf/linux
-DISTNAME= wolf-linux-${PORTVERSION}.x86
+PKGNAMEPREFIX= linux-
+DISTNAME= wolf-linux-${DISTVERSION}.x86
MAINTAINER= ports at FreeBSD.org
COMMENT= Return to Castle Wolfenstein (Linux version)
More information about the svn-ports-all
mailing list