Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Mar 2013 17:30:20 +0100
From:      nemysis <nemysis@gmx.ch>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/177205: [MAINTAINER] games/rocksndiamonds: fix for Distilator
Message-ID:  <20130321163030.F350929B@hub.freebsd.org>
Resent-Message-ID: <201303211640.r2LGe15e018088@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         177205
>Category:       ports
>Synopsis:       [MAINTAINER] games/rocksndiamonds: fix for Distilator
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 21 16:40:01 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     nemysis
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD FreeBSD_Ports 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec  4 09:23:10
>Description:

Generated and tested manually, tested with port test and with RedPorts, sent with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports)
>How-To-Repeat:

Build log

https://redports.org/buildarchive/20130321150301-5827/

>Fix:

--- rocksndiamonds-3.3.0.1_3.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/games/rocksndiamonds/Makefile ./Makefile
--- /usr/ports/games/rocksndiamonds/Makefile	2013-02-06 16:27:58.000000000 +0100
+++ ./Makefile	2013-03-21 15:59:06.000000000 +0100
@@ -5,15 +5,15 @@
 PORTVERSION=	3.3.0.1
 PORTREVISION=	3
 CATEGORIES=	games
-MASTER_SITES=	http://www.artsoft.org/RELEASES/unix/rocksndiamonds/ \
-		http://www.jb-line.de/rnd/ \
-		SF/${PORTNAME}.mirror/ \
+MASTER_SITES=	http://www.artsoft.org/RELEASES/unix/rocksndiamonds/:game \
+		SF/${PORTNAME}.mirror/:game \
+		http://www.jb-line.de/rnd/:rnd \
 		http://www.artsoft.org/RELEASES/rocksndiamonds/levels/:levels \
 		http://www.bd-fans.com/Files/RnD/Levels/ \
 		SF/nemysisfreebsdp/${PORTNAME}/:icons
 # Please contact the MAINTAINER if a Level is missing
-DISTFILES=	${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \
-		rnd_jue-3.3.0.0.tar.gz \
+DISTFILES=	${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}:game \
+		rnd_jue-3.3.0.0.tar.gz:rnd \
 		Sokoban-1.0.0.zip:levels \
 		Contributions-1.2.0.zip:levels \
 		${LEVELS_BD_FANS:S/$/.zip/} \
diff -ruN --exclude=CVS /usr/ports/games/rocksndiamonds/pkg-plist ./pkg-plist
--- /usr/ports/games/rocksndiamonds/pkg-plist	2013-01-14 17:55:38.000000000 +0100
+++ ./pkg-plist	2013-03-21 15:31:54.000000000 +0100
@@ -541,15 +541,3 @@
 @dirrm %%DATADIR%%/levels/Classic_Games
 @dirrm %%DATADIR%%/graphics/gfx_classic
 @dirrm %%DATADIR%%/graphics
-@dirrmtry share/icons/hicolor/96x96/apps
-@dirrmtry share/icons/hicolor/96x96
-@dirrmtry share/icons/hicolor/72x72/apps
-@dirrmtry share/icons/hicolor/72x72
-@dirrmtry share/icons/hicolor/64x64/apps
-@dirrmtry share/icons/hicolor/64x64
-@dirrmtry share/icons/hicolor/48x48/apps
-@dirrmtry share/icons/hicolor/48x48
-@dirrmtry share/icons/hicolor/32x32/apps
-@dirrmtry share/icons/hicolor/32x32
-@dirrmtry share/icons/hicolor
-@dirrmtry share/icons
--- rocksndiamonds-3.3.0.1_3.patch ends here ---

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130321163030.F350929B>