aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpetef <petef@FreeBSD.org>2002-03-26 07:08:17 +0800
committerpetef <petef@FreeBSD.org>2002-03-26 07:08:17 +0800
commit3f79595e5174d662021f54db9c009fa4de04b27d (patch)
tree0f19ae2a224456cff05287c7e58d1178e291d1bf
parent4bdfc7c16211e500f8e3fdef34d65cb4dc1e3aa4 (diff)
downloadfreebsd-ports-gnome-3f79595e5174d662021f54db9c009fa4de04b27d.tar.gz
freebsd-ports-gnome-3f79595e5174d662021f54db9c009fa4de04b27d.tar.zst
freebsd-ports-gnome-3f79595e5174d662021f54db9c009fa4de04b27d.zip
Update to 1.5.4
-rw-r--r--games/dopewars/Makefile6
-rw-r--r--games/dopewars/distinfo2
-rw-r--r--games/dopewars/files/patch-doc::Makefile.in10
-rw-r--r--games/dopewars/pkg-plist1
4 files changed, 12 insertions, 7 deletions
diff --git a/games/dopewars/Makefile b/games/dopewars/Makefile
index 6dd885647511..66f1410b1c91 100644
--- a/games/dopewars/Makefile
+++ b/games/dopewars/Makefile
@@ -6,11 +6,10 @@
#
PORTNAME= dopewars
-PORTVERSION= 1.5.3
+PORTVERSION= 1.5.4
CATEGORIES= games
MASTER_SITES= http://dopewars.sourceforge.net/ \
http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/
-
MAINTAINER= petef@FreeBSD.org
USE_GMAKE= yes
@@ -33,5 +32,8 @@ post-patch:
${WRKSRC}/src/Makefile.in
@${PERL} -pi -e 's!dopewars.sco!dopewars/dopewars.sco!g' \
${WRKSRC}/src/dopewars.c ${WRKSRC}/Makefile.in
+ @${PERL} -pi -e 's!^CFLAGS =!CFLAGS = \@GLIB_CFLAGS\@!' \
+ ${WRKSRC}/src/gui_client/Makefile.in \
+ ${WRKSRC}/src/curses_client/Makefile.in
.include <bsd.port.mk>
diff --git a/games/dopewars/distinfo b/games/dopewars/distinfo
index 9e44d8217b6a..6ecdc49b9903 100644
--- a/games/dopewars/distinfo
+++ b/games/dopewars/distinfo
@@ -1 +1 @@
-MD5 (dopewars-1.5.3.tar.gz) = 8022a5ec7ff20330dd6526671a505022
+MD5 (dopewars-1.5.4.tar.gz) = 063f4eba7aa5aa1ad38f3f4e66182b1e
diff --git a/games/dopewars/files/patch-doc::Makefile.in b/games/dopewars/files/patch-doc::Makefile.in
index 4ea24744254c..8679fcf9df37 100644
--- a/games/dopewars/files/patch-doc::Makefile.in
+++ b/games/dopewars/files/patch-doc::Makefile.in
@@ -1,12 +1,14 @@
---- doc/Makefile.in.orig Sun Feb 3 22:53:46 2002
-+++ doc/Makefile.in Mon Feb 18 21:34:47 2002
-@@ -253,8 +253,10 @@
+--- doc/Makefile.in.orig Sat Mar 2 15:25:02 2002
++++ doc/Makefile.in Mon Mar 25 09:33:45 2002
+@@ -246,10 +246,12 @@
install-data-local:
+ifndef NOPORTDOCS
${INSTALL} -d -m 0755 ${DOCPATH}
- ${INSTALL} -m 0644 ${DOCS} ${DOCPATH}
+ for doc in ${DOCS}; do \
+ ${INSTALL} -m 0644 ${srcdir}/$${doc} ${DOCPATH}; \
+ done
+endif
# Tell versions [3.59,3.63) of GNU make to not export all variables.
diff --git a/games/dopewars/pkg-plist b/games/dopewars/pkg-plist
index b08cc5866029..fe04a90a406f 100644
--- a/games/dopewars/pkg-plist
+++ b/games/dopewars/pkg-plist
@@ -6,6 +6,7 @@ lib/charset.alias
%%PORTDOCS%%share/doc/%%DOPEWARS%%/configfile.html
%%PORTDOCS%%share/doc/%%DOPEWARS%%/credits.html
%%PORTDOCS%%share/doc/%%DOPEWARS%%/developer.html
+%%PORTDOCS%%share/doc/%%DOPEWARS%%/example-cfg
%%PORTDOCS%%share/doc/%%DOPEWARS%%/i18n.html
%%PORTDOCS%%share/doc/%%DOPEWARS%%/index.html
%%PORTDOCS%%share/doc/%%DOPEWARS%%/installation.html