ports/74782: [PATCH] games/angband to 3.0.5

Pav Lucistnik pav at FreeBSD.org
Mon Dec 6 19:20:56 UTC 2004


>Number:         74782
>Category:       ports
>Synopsis:       [PATCH] games/angband to 3.0.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 06 19:20:13 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Pav Lucistnik
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD hood.oook.cz 5.3-STABLE FreeBSD 5.3-STABLE #0: Sun Nov 7 18:41:31 CET 2004 root at hood.oook.cz:/usr/obj/usr/src/sys/PAV i386


	
>Description:
Update games/angband to 3.0.5, latest release, expand description a little.
>How-To-Repeat:
	
>Fix:

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/games/angband/Makefile,v
retrieving revision 1.22
diff -a -u -r1.22 Makefile
--- Makefile	19 Apr 2004 23:35:39 -0000	1.22
+++ Makefile	6 Dec 2004 19:15:45 -0000
@@ -6,10 +6,10 @@
 #
 
 PORTNAME=	angband
-PORTVERSION=	3.0.4
+PORTVERSION=	3.0.5
 CATEGORIES=	games
-MASTER_SITES=	ftp://clockwork.dementia.org/angband/Source/  \
-		ftp://ftp.sunet.se/pub/games/Angband/Source/
+MASTER_SITES=	ftp://ftp.sunet.se/pub/games/Angband/Source/ \
+		ftp://ftp.planetmirror.com/pub/angband/Source/
 
 MAINTAINER=	mph at freebsd.org
 COMMENT=	Rogue-like game with color, X11 support
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/games/angband/distinfo,v
retrieving revision 1.11
diff -a -u -r1.11 distinfo
--- distinfo	19 Apr 2004 23:35:39 -0000	1.11
+++ distinfo	6 Dec 2004 19:15:45 -0000
@@ -1,2 +1,2 @@
-MD5 (angband-3.0.4.tar.gz) = e487da1c54dcbdcc96e0abd8c6d03906
-SIZE (angband-3.0.4.tar.gz) = 1551485
+MD5 (angband-3.0.5.tar.gz) = cc61e55baf4ffdcf9bfc6caa14935ec0
+SIZE (angband-3.0.5.tar.gz) = 1496319
Index: pkg-descr
===================================================================
RCS file: /home/pcvs/ports/games/angband/pkg-descr,v
retrieving revision 1.6
diff -a -u -r1.6 pkg-descr
--- pkg-descr	19 Apr 2004 23:35:39 -0000	1.6
+++ pkg-descr	6 Dec 2004 19:15:45 -0000
@@ -1,4 +1,7 @@
-A roguelike game derived from Moria.  Features unique
-monsters, artifact items, color support, X11 support.
+A roguelike game derived from Moria, based loosely on the books of J.R.R.
+Tolkien.  The ultimate aim of the game is to advance in skill and strength,
+collecting better and more powerful magical items until you are ready to face
+the Master of the dungeon: Morgoth himself!  Your character, the dungeon, and
+all the monsters are represented on the screen using ASCII characters.
 
 WWW: http://www.thangorodrim.net/
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/games/angband/pkg-plist,v
retrieving revision 1.12
diff -a -u -r1.12 pkg-plist
--- pkg-plist	19 Apr 2004 23:35:39 -0000	1.12
+++ pkg-plist	6 Dec 2004 19:15:45 -0000
@@ -107,3 +107,4 @@
 @dirrm share/games/angband/lib/xtra
 @dirrm share/games/angband/lib
 @dirrm share/games/angband
+ at unexec rmdir %D/share/games 2>/dev/null || true
Index: files/patch-aa
===================================================================
RCS file: files/patch-aa
diff -N files/patch-aa
--- files/patch-aa	4 Nov 2002 07:22:15 -0000	1.9
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,11 +0,0 @@
---- ./lib/apex/Makefile.in.orig	Sun Nov  3 23:15:55 2002
-+++ ./lib/apex/Makefile.in	Sun Nov  3 23:16:03 2002
-@@ -203,7 +203,7 @@
- 
- install-data-hook:
- @SET_GID_TRUE@	touch "$(DESTDIR)$(angbanddir)/scores.raw"
-- at SET_GID_TRUE@	chown -R root. at GAMEGROUP@ "$(DESTDIR)$(angbanddir)"
-+ at SET_GID_TRUE@	chown -R root:@GAMEGROUP@ "$(DESTDIR)$(angbanddir)"
- @SET_GID_TRUE@	chmod -R g+w "$(DESTDIR)$(angbanddir)"
- 
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
Index: files/patch-ab
===================================================================
RCS file: files/patch-ab
diff -N files/patch-ab
--- files/patch-ab	4 Nov 2002 07:22:15 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,11 +0,0 @@
---- ./lib/bone/Makefile.in.orig	Sun Nov  3 23:16:11 2002
-+++ ./lib/bone/Makefile.in	Sun Nov  3 23:16:22 2002
-@@ -202,7 +202,7 @@
- 
- 
- install-data-hook:
-- at SET_GID_TRUE@	chown -R root. at GAMEGROUP@ "$(DESTDIR)$(angbanddir)"
-+ at SET_GID_TRUE@	chown -R root:@GAMEGROUP@ "$(DESTDIR)$(angbanddir)"
- @SET_GID_TRUE@	chmod -R 070 "$(DESTDIR)$(angbanddir)"
- 
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
Index: files/patch-ac
===================================================================
RCS file: files/patch-ac
diff -N files/patch-ac
--- files/patch-ac	4 Nov 2002 07:22:15 -0000	1.5
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,11 +0,0 @@
---- ./lib/data/Makefile.in.orig	Sun Nov  3 23:16:31 2002
-+++ ./lib/data/Makefile.in	Sun Nov  3 23:16:37 2002
-@@ -217,7 +217,7 @@
- @SET_GID_TRUE@	  touch "$(DESTDIR)$(angbanddir)/shop_own.raw" && \
- @SET_GID_TRUE@	  touch "$(DESTDIR)$(angbanddir)/terrain.raw" && \
- @SET_GID_TRUE@	  touch "$(DESTDIR)$(angbanddir)/vault.raw" && \
-- at SET_GID_TRUE@	  chown -R root. at GAMEGROUP@ "$(DESTDIR)$(angbanddir)" && \
-+ at SET_GID_TRUE@	  chown -R root:@GAMEGROUP@ "$(DESTDIR)$(angbanddir)" && \
- @SET_GID_TRUE@	  chmod -R g+w "$(DESTDIR)$(angbanddir)" ;\
- @SET_GID_TRUE@	fi
- 
Index: files/patch-ad
===================================================================
RCS file: files/patch-ad
diff -N files/patch-ad
--- files/patch-ad	4 Nov 2002 07:22:15 -0000	1.8
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,11 +0,0 @@
---- ./lib/save/Makefile.in.orig	Sun Nov  3 23:18:07 2002
-+++ ./lib/save/Makefile.in	Sun Nov  3 23:16:48 2002
-@@ -202,7 +202,7 @@
- 
- 
- install-data-hook:
-- at SET_GID_TRUE@	chown -R root. at GAMEGROUP@ "$(DESTDIR)$(angbanddir)"
-+ at SET_GID_TRUE@	chown -R root:@GAMEGROUP@ "$(DESTDIR)$(angbanddir)"
- @SET_GID_TRUE@	chmod -R 070 "$(DESTDIR)$(angbanddir)"
- 
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list