diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2008-11-19 22:20:20 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2008-11-19 22:20:20 +0800 |
commit | e419656f05a1fe93de908016edda0c8bbcea7d4a (patch) | |
tree | ce7da0af7054b017f55b321ee9cf11f0af6c0ef2 /games | |
parent | 8959376b1120d70c8d9486d8da1c2a0845fb4f4d (diff) | |
download | freebsd-ports-gnome-e419656f05a1fe93de908016edda0c8bbcea7d4a.tar.gz freebsd-ports-gnome-e419656f05a1fe93de908016edda0c8bbcea7d4a.tar.zst freebsd-ports-gnome-e419656f05a1fe93de908016edda0c8bbcea7d4a.zip |
- Update to 2.5.0
- While here, use SF macro
PR: 128975
Submitted by: Chess Griffin <chess at chessgriffin dot com>
Diffstat (limited to 'games')
-rw-r--r-- | games/prboom/Makefile | 6 | ||||
-rw-r--r-- | games/prboom/distinfo | 6 | ||||
-rw-r--r-- | games/prboom/files/patch-Makefile.in | 10 |
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) \ |