summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2007-04-19 20:15:42 +0000
committerThierry Thomas <thierry@FreeBSD.org>2007-04-19 20:15:42 +0000
commite0cce1991bcf3804770ba02f211b066066ae23f8 (patch)
tree4fcc251c5770a5b4666885b6dc7e2290c2ef9011 /games
parentHand over telepathy ports to gnome@. (diff)
Upgrade to 0.8.23.
Changelog at <http://globulation2.org/wiki/Changes>.
Notes
Notes: svn path=/head/; revision=190381
Diffstat (limited to 'games')
-rw-r--r--games/glob2/Makefile11
-rw-r--r--games/glob2/distinfo9
-rw-r--r--games/glob2/files/patch-configure12
3 files changed, 7 insertions, 25 deletions
diff --git a/games/glob2/Makefile b/games/glob2/Makefile
index f5456d57144e..9aa6718f6f63 100644
--- a/games/glob2/Makefile
+++ b/games/glob2/Makefile
@@ -6,13 +6,10 @@
#
PORTNAME= glob2
-PORTVERSION= 0.8.22
+PORTVERSION= 0.8.23
CATEGORIES= games
-MASTER_SITES= http://dl.sv.nongnu.org/releases/glob2/${PORTVERSION}/:src \
- ${MASTER_SITE_LOCAL:S|$|:data|:S|%SUBDIR%|${MASTER_SITE_SUBDIR}|}
+MASTER_SITES= http://dl.sv.nongnu.org/releases/glob2/${PORTVERSION}/
MASTER_SITE_SUBDIR= thierry
-DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:src \
- ${PORTNAME}-data_from_CVS-${PORTVERSION}${EXTRACT_SUFX}:data
MAINTAINER= thierry@FreeBSD.org
COMMENT= Globulation 2 - a free and innovative strategy game
@@ -40,8 +37,8 @@ BROKEN= Does not build on ${ARCH}
pre-configure:
${REINPLACE_CMD} -e "s|-lpthread|${PTHREAD_LIBS}|" \
${WRKSRC}/configure
- ${REINPLACE_CMD} -e "s|Icon=|Icon=${DATADIR}/pixmaps/|" \
- ${WRKSRC}/data/glob2.desktop
+ ${REINPLACE_CMD} -e "s|Icon=|Icon=${DATADIR}/pixmaps/|; \
+ s|x48|x48.png|" ${WRKSRC}/data/glob2.desktop
post-install:
${MKDIR} ${DESKTOPDIR}
diff --git a/games/glob2/distinfo b/games/glob2/distinfo
index 8cdec4e07088..e0ddcf90a4fa 100644
--- a/games/glob2/distinfo
+++ b/games/glob2/distinfo
@@ -1,6 +1,3 @@
-MD5 (glob2-0.8.22.tar.gz) = 0e57a41d6a534c0242c37a424e064b49
-SHA256 (glob2-0.8.22.tar.gz) = f17f1480d65dc20cad85abed1351d44ac3a82bbbda31c04826048ccb2aac3303
-SIZE (glob2-0.8.22.tar.gz) = 8982137
-MD5 (glob2-data_from_CVS-0.8.22.tar.gz) = 5a88f9f325ef9ce8a9f4d4c031ba345d
-SHA256 (glob2-data_from_CVS-0.8.22.tar.gz) = 3f5e161ab513e8b1ff15e0d856943c5c002225c1d2817ef369b4e5ca1d2c7553
-SIZE (glob2-data_from_CVS-0.8.22.tar.gz) = 9271322
+MD5 (glob2-0.8.23.tar.gz) = d8807da21fc32db1727dd62b8d5c786a
+SHA256 (glob2-0.8.23.tar.gz) = 4d6e0ae73a4e0fda33cb5a344d678f379ad177c886f1730268eec27158aeaff1
+SIZE (glob2-0.8.23.tar.gz) = 9845036
diff --git a/games/glob2/files/patch-configure b/games/glob2/files/patch-configure
deleted file mode 100644
index 331178d516af..000000000000
--- a/games/glob2/files/patch-configure
+++ /dev/null
@@ -1,12 +0,0 @@
---- configure.orig Wed Apr 4 03:39:32 2007
-+++ configure Sun Apr 8 18:08:24 2007
-@@ -2374,9 +2374,6 @@
-
- ac_config_headers="$ac_config_headers config.h"
-
--
--CXXFLAGS="-O3 -march=i686"
--
- ac_ext=cpp
- ac_cpp='$CXXCPP $CPPFLAGS'
- ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'