svn commit: r318483 - head/emulators/fceu-server
Bryan Drewery
bdrewery at FreeBSD.org
Sun May 19 04:07:41 UTC 2013
Author: bdrewery
Date: Sun May 19 04:07:40 2013
New Revision: 318483
URL: http://svnweb.freebsd.org/changeset/ports/318483
Log:
- Mark deprecated: This is replaced by games/fceux
PR: ports/177329
Submitted by: Chris Petrik <c.petrik.sosa at gmail.com>
Approved by: maintainer timeout
Modified:
head/emulators/fceu-server/Makefile
Modified: head/emulators/fceu-server/Makefile
==============================================================================
--- head/emulators/fceu-server/Makefile Sun May 19 03:57:57 2013 (r318482)
+++ head/emulators/fceu-server/Makefile Sun May 19 04:07:40 2013 (r318483)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: fceu-server
-# Date created: 28 July 2007
-# Whom: Pontus Stenetorp <ninjin at kth.se>
-#
+# Created by: Pontus Stenetorp <ninjin at kth.se>
# $FreeBSD$
-#
PORTNAME= fceu-server
PORTVERSION= 0.0.5
@@ -18,6 +14,9 @@ CFLAGS+= -DSOL_TCP=6
USE_GMAKE= yes
USE_SDL= sdl
+EXPIRATION_DATE= 2013-06-19
+DEPRECATED= Replaced by the games/fceux port
+
post-patch:
@${REINPLACE_CMD} -e 's|/etc/fceu-standard.conf|${ETCDIR}/fceu-standard.conf|g' \
${WRKSRC}/server.cpp
More information about the svn-ports-head
mailing list