svn commit: r343880 - in head/games/tomenet: . files

Frederic Culot culot at FreeBSD.org
Wed Feb 12 10:14:52 UTC 2014


Author: culot
Date: Wed Feb 12 10:14:51 2014
New Revision: 343880
URL: http://svnweb.freebsd.org/changeset/ports/343880
QAT: https://qat.redports.org/buildarchive/r343880/

Log:
  - Update to 4.5.6
  
  Changes:	http://tomenet.net/phpBB3/viewtopic.php?f=4&t=58&p=1768#p1768

Deleted:
  head/games/tomenet/files/patch-client_nclient.c
Modified:
  head/games/tomenet/Makefile
  head/games/tomenet/distinfo
  head/games/tomenet/files/patch-makefile
  head/games/tomenet/pkg-plist

Modified: head/games/tomenet/Makefile
==============================================================================
--- head/games/tomenet/Makefile	Wed Feb 12 10:01:17 2014	(r343879)
+++ head/games/tomenet/Makefile	Wed Feb 12 10:14:51 2014	(r343880)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	tomenet
-PORTVERSION=	4.5.5
+PORTVERSION=	4.5.6
 CATEGORIES=	games
 MASTER_SITES=	http://tomenet.net/downloads/
 
@@ -28,7 +28,7 @@ do-install:
 	${MKDIR} ${STAGEDIR}${ETCDIR}
 	${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/.tomenetrc ${STAGEDIR}${ETCDIR}/tomenetrc
 
-OPTIONS_DEFINE=	DOCS 
+OPTIONS_DEFINE=	DOCS
 
 .include <bsd.port.options.mk>
 

Modified: head/games/tomenet/distinfo
==============================================================================
--- head/games/tomenet/distinfo	Wed Feb 12 10:01:17 2014	(r343879)
+++ head/games/tomenet/distinfo	Wed Feb 12 10:14:51 2014	(r343880)
@@ -1,2 +1,2 @@
-SHA256 (tomenet-4.5.5.tar.bz2) = 788a3dbbcb24ad747763a1ff4e80d859d521ac29df3da1d33842e5c39ecbd197
-SIZE (tomenet-4.5.5.tar.bz2) = 2787559
+SHA256 (tomenet-4.5.6.tar.bz2) = d715cc42d8d86d92d6627e80738ee02b9b16a47314113bf266bdfd12bb0aa2bb
+SIZE (tomenet-4.5.6.tar.bz2) = 2802114

Modified: head/games/tomenet/files/patch-makefile
==============================================================================
--- head/games/tomenet/files/patch-makefile	Wed Feb 12 10:01:17 2014	(r343879)
+++ head/games/tomenet/files/patch-makefile	Wed Feb 12 10:14:51 2014	(r343880)
@@ -1,5 +1,14 @@
---- makefile.orig	2013-08-20 08:00:23.000000000 -0400
-+++ makefile	2013-08-20 08:03:26.000000000 -0400
+--- makefile.orig	2013-01-13 17:58:32.000000000 +0100
++++ makefile	2014-02-12 10:16:43.223223949 +0100
+@@ -203,7 +203,7 @@
+ #
+ # This is my compiler of choice, it seems to work most everywhere
+ #
+-CC = gcc
++CC = cc
+ 
+ # For allowing #if..#else..#endif constructs in LUA files - C. Blue
+ # Note: The flags must contain
 @@ -256,8 +256,8 @@
  # attempt to "guess" at many of these flags based on your system.
  #

Modified: head/games/tomenet/pkg-plist
==============================================================================
--- head/games/tomenet/pkg-plist	Wed Feb 12 10:01:17 2014	(r343879)
+++ head/games/tomenet/pkg-plist	Wed Feb 12 10:14:51 2014	(r343880)
@@ -122,7 +122,6 @@ bin/tomenet.server
 %%DATADIR%%/lib/user/font-ibm.prf
 %%DATADIR%%/lib/user/font-win.prf
 %%DATADIR%%/lib/user/font-win(solid).prf
-%%DATADIR%%/lib/user/font-x11.prf
 %%DATADIR%%/lib/user/graf-ami.prf
 %%DATADIR%%/lib/user/graf-win.prf
 %%DATADIR%%/lib/user/linux_caster.prf


More information about the svn-ports-all mailing list