ports/77842: [PATCH] games/moonlander: fix unfetchable

Sam Lawrance boris at brooknet.com.au
Mon Feb 21 10:10:17 UTC 2005


>Number:         77842
>Category:       ports
>Synopsis:       [PATCH] games/moonlander: fix unfetchable
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 21 10:10:16 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Sam Lawrance
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD dirk.no.domain 5.3-STABLE FreeBSD 5.3-STABLE #3: Wed Feb  9 00:12:24 EST
>Description:
Debian has the source for this.

>How-To-Repeat:
>Fix:

--- moonlander-1.0_2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/FreeBSD/ports/games/moonlander/Makefile,v
retrieving revision 1.7
diff -u -u -r1.7 Makefile
--- Makefile	21 Mar 2004 10:01:42 -0000	1.7
+++ Makefile	21 Feb 2005 10:05:44 -0000
@@ -9,8 +9,9 @@
 PORTVERSION=	1.0
 PORTREVISION=	2
 CATEGORIES=	games
-MASTER_SITES=	http://downloads.daveblood.com/lunar_lander/
-DISTNAME=	moon-lander-1.0
+MASTER_SITES=	${MASTER_SITE_DEBIAN}
+MASTER_SITE_SUBDIR=pool/main/m/moon-lander
+DISTNAME=	moon-lander_1.0.orig
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Land a spacecraft on the moon
@@ -42,7 +43,7 @@
 	${INSTALL_PROGRAM} ${WRKSRC}/moonlander ${PREFIX}/bin; \
 	${MKDIR} ${PREFIX}/share/moonlander
 .for i in ${install_dirs}
-	@cp -R ${WRKSRC}/${i} ${PREFIX}/share/moonlander
+	@${CP} -R ${WRKSRC}/${i} ${PREFIX}/share/moonlander
 .endfor
 
 post-install:
Index: distinfo
===================================================================
RCS file: /home/ncvs/FreeBSD/ports/games/moonlander/distinfo,v
retrieving revision 1.2
diff -u -u -r1.2 distinfo
--- distinfo	29 Jan 2004 07:23:58 -0000	1.2
+++ distinfo	21 Feb 2005 10:04:46 -0000
@@ -1,4 +1,2 @@
-MD5 (moon-lander-1.0.tar.gz) = 5726de9d85b9e8b60c27f2ea6428bc96
-RMD160 (moon-lander-1.0.tar.gz) = a87d858f456a46100934937196efa401b4ec9c20
-SHA1 (moon-lander-1.0.tar.gz) = 87a5d85fc841d7b13a0b65c7a858907b9d676843
-SIZE (moon-lander-1.0.tar.gz) = 1364913
+MD5 (moon-lander_1.0.orig.tar.gz) = 5726de9d85b9e8b60c27f2ea6428bc96
+SIZE (moon-lander_1.0.orig.tar.gz) = 1364913
--- moonlander-1.0_2.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list