From e419656f05a1fe93de908016edda0c8bbcea7d4a Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Wed, 19 Nov 2008 14:20:20 +0000 Subject: - Update to 2.5.0 - While here, use SF macro PR: 128975 Submitted by: Chess Griffin --- games/prboom/Makefile | 6 ++---- games/prboom/distinfo | 6 +++--- games/prboom/files/patch-Makefile.in | 10 +++++----- 3 files changed, 10 insertions(+), 12 deletions(-) (limited to 'games') 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) \ -- cgit