ports/103829: Fix games/atitd so that it is fetchable

Kevin Brunelle kruptos at mlinux.org
Fri Sep 29 23:30:27 UTC 2006


>Number:         103829
>Category:       ports
>Synopsis:       Fix games/atitd so that it is fetchable
>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:   Fri Sep 29 23:30:15 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Kevin Brunelle
>Release:        FreeBSD 6.1-RELEASE-p6 i386
>Organization:
>Environment:
System: FreeBSD fnord.quux.edu 6.1-RELEASE-p6 FreeBSD 6.1-RELEASE-p6 #10: Sat Sep 9 12:00:43 EDT 2006 root at fnord.quux.edu:/usr/obj/usr/src/sys/FOOKERN i386


>Description:
	The game atitd was unfetchable because the file and the
location of it changed.  This fixes that.  Also, updates the pkg-descr
to include the current requirements.

>How-To-Repeat:
>Fix:

diff -ruN atitd.old/Makefile atitd/Makefile
--- atitd.old/Makefile	Fri Sep 29 18:48:05 2006
+++ atitd/Makefile	Fri Sep 29 19:16:28 2006
@@ -9,8 +9,8 @@
 PORTVERSION=	1.0
 PORTREVISION=	2
 CATEGORIES=	games graphics linux
-MASTER_SITES=	http://www.atitd.com/
-DISTNAME=	eClient-linux.run
+MASTER_SITES=	http://game3.atitd.com/dl/files/
+DISTNAME=	eClient-linux-i686.run
 EXTRACT_SUFX=
 EXTRACT_ONLY=
 
@@ -18,10 +18,6 @@
 COMMENT=	The Linux "A Tale in the Desert" (ATITD) client
 
 RUN_DEPENDS=	${X11BASE}/bin/xhost:${X_CLIENTS_PORT}
-
-BROKEN=		Unfetchable
-DEPRECATED=	${BROKEN}
-EXPIRATION_DATE=2006-12-01
 
 .include <bsd.port.pre.mk>
 
diff -ruN atitd.old/distinfo atitd/distinfo
--- atitd.old/distinfo	Fri Sep 29 18:48:05 2006
+++ atitd/distinfo	Fri Sep 29 18:55:18 2006
@@ -1 +1,3 @@
-MD5 (eClient-linux.run) = 679c95850b77c0fee1caa4b97d4304a5
+MD5 (eClient-linux-i686.run) = 2d649ec921a81ad8022b562826380fa0
+SHA256 (eClient-linux-i686.run) = 09d2f6e73e48d08212d5adb456403c434a075d8dc3b30dd8bd88b8b63d47dc2c
+SIZE (eClient-linux-i686.run) = 218247927
diff -ruN atitd.old/pkg-descr atitd/pkg-descr
--- atitd.old/pkg-descr	Fri Sep 29 18:48:05 2006
+++ atitd/pkg-descr	Fri Sep 29 19:04:20 2006
@@ -6,13 +6,14 @@
 System Requirements:
 
 	Required:
-		Pentium 400
-		192Mb Ram
-		3D Accelerator
+		Pentium III 700
+		512 MB RAM
+		32MB 3D Accelerator Graphics Card
+
 	Recommended:
-		Pentium 700+
-		256Mb Ram
-		GeForce video card
+		Pentium 4 1 GHz
+		768 MB RAM
+		GeForce FX/Radeon 9600+
 
 - NVIDIA users may have to reinstall the nvidia-driver port as installing
   this port may cause the linux_dri port to be installed.  Alternately move
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list