aboutsummaryrefslogtreecommitdiff
path: root/games/prboom
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2008-11-19 14:20:20 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2008-11-19 14:20:20 +0000
commit97a6994dde18c96f0c8cc7092c910b732df4aa50 (patch)
tree46c57bf4f1e506cfd87558baa37c23b4e94b974f /games/prboom
parentb9fc01a6c41154542337fea6abe85978c4fac7ce (diff)
downloadports-97a6994dde18c96f0c8cc7092c910b732df4aa50.tar.gz
ports-97a6994dde18c96f0c8cc7092c910b732df4aa50.zip
- Update to 2.5.0
- While here, use SF macro PR: 128975 Submitted by: Chess Griffin <chess at chessgriffin dot com>
Notes
Notes: svn path=/head/; revision=223039
Diffstat (limited to 'games/prboom')
-rw-r--r--games/prboom/Makefile6
-rw-r--r--games/prboom/distinfo6
-rw-r--r--games/prboom/files/patch-Makefile.in10
3 files changed, 10 insertions, 12 deletions
diff --git a/games/prboom/Makefile b/games/prboom/Makefile
index 7c6f85b90dc0..01e6d9423e03 100644
--- a/games/prboom/Makefile
+++ b/games/prboom/Makefile
@@ -6,11 +6,9 @@
#
PORTNAME= prboom
-PORTVERSION= 2.4.7
-PORTREVISION= 2
+PORTVERSION= 2.5.0
CATEGORIES= games
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
+MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= A multiplayer-capable and modified version of ID's classic DOOM game
diff --git a/games/prboom/distinfo b/games/prboom/distinfo
index e792f0c817cc..1bc53f36f7de 100644
--- a/games/prboom/distinfo
+++ b/games/prboom/distinfo
@@ -1,3 +1,3 @@
-MD5 (prboom-2.4.7.tar.gz) = 9942f521764d7f89df2218a456da4f02
-SHA256 (prboom-2.4.7.tar.gz) = de22dbaacd25a0f0b16c507aa2326a90b7f5dcfcf862c3dc7076996c6187cd2f
-SIZE (prboom-2.4.7.tar.gz) = 999524
+MD5 (prboom-2.5.0.tar.gz) = a8a15f61fa2626ab98051ab2703378c4
+SHA256 (prboom-2.5.0.tar.gz) = 226c1c470f8cc983327536404f405a1d026cf0a5188c694a1243cc8630014bae
+SIZE (prboom-2.5.0.tar.gz) = 1049505
diff --git a/games/prboom/files/patch-Makefile.in b/games/prboom/files/patch-Makefile.in
index 478fa5701776..3bb84a8dde19 100644
--- a/games/prboom/files/patch-Makefile.in
+++ b/games/prboom/files/patch-Makefile.in
@@ -1,11 +1,11 @@
---- Makefile.in.orig Fri Oct 12 14:26:41 2007
-+++ Makefile.in Fri Oct 12 14:27:32 2007
-@@ -269,22 +269,8 @@
+--- Makefile.in.orig 2008-11-09 14:22:16.000000000 -0500
++++ Makefile.in 2008-11-18 18:16:54.000000000 -0500
+@@ -258,22 +258,8 @@
+ prboom.spec: $(top_builddir)/config.status $(srcdir)/prboom.spec.in
cd $(top_builddir) && $(SHELL) ./config.status $@
- uninstall-info-am:
install-docDATA: $(doc_DATA)
- @$(NORMAL_INSTALL)
-- test -z "$(docdir)" || $(mkdir_p) "$(DESTDIR)$(docdir)"
+- test -z "$(docdir)" || $(MKDIR_P) "$(DESTDIR)$(docdir)"
- @list='$(doc_DATA)'; for p in $$list; do \
- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- f=$(am__strip_dir) \