Bug 7553

Summary: Update port: games/3dpong
Product: Ports & Packages Reporter: Andrey Zakhvatov <andy>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Andrey Zakhvatov 1998-08-10 10:40:01 UTC
   This is a patch to update games/3dpong port.


diff -Nru 3dpong/Makefile 3dpong-0.3/Makefile
--- 3dpong/Makefile	Wed Aug  5 10:19:29 1998
+++ 3dpong-0.3/Makefile	Mon Aug 10 17:31:36 1998
@@ -9,7 +9,7 @@
 DISTNAME=	3dpong.0.3
 PKGNAME=	3dpong-0.3
 CATEGORIES=	games
-MASTER_SITES=	http://zippy.sonoma.edu/kendrick/nbs/unix/x/3dpong/
+MASTER_SITES=	ftp://ftp.sonic.net/pub/users/nbs/unix/x/3dpong/
 
 MAINTAINER=	andy@icc.surw.chel.su
 
@@ -21,7 +21,9 @@
 	@ ${INSTALL_PROGRAM} ${WRKSRC}/3dpong ${PREFIX}/bin
 	@ ${MKDIR} ${PREFIX}/share/3dpong
 	@ ${INSTALL_DATA} ${WRKSRC}/sounds/*.au ${PREFIX}/share/3dpong
+.if !defined(NOPORTDOCS)
 	@ ${MKDIR} ${PREFIX}/share/doc/3dpong
 	@ ${INSTALL_DATA} ${WRKSRC}/README.txt ${PREFIX}/share/doc/3dpong
+.endif
 
 .include <bsd.port.mk>
diff -Nru 3dpong/files/md5 3dpong-0.3/files/md5
--- 3dpong/files/md5	Mon Apr 27 03:51:03 1998
+++ 3dpong-0.3/files/md5	Mon Aug 10 17:34:31 1998
@@ -1 +1 @@
-MD5 (3dpong.0.3.tar.gz) = 4158e42189730d2cebce82689b2677dc
+MD5 (3dpong.0.3.tar.gz) = 0055972f485d4c48231ce7c41ca074a8

Fix: 

Please, check and apply this patch.
Comment 1 Steve Price freebsd_committer freebsd_triage 1998-08-10 13:17:03 UTC
State Changed
From-To: open->closed

Patch committed, thanks!