Bug 177205 - [MAINTAINER] games/rocksndiamonds: fix for Distilator
Summary: [MAINTAINER] games/rocksndiamonds: fix for Distilator
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Beech Rintoul
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-21 16:40 UTC by nemysis
Modified: 2013-03-22 22:30 UTC (History)
1 user (show)

See Also:


Attachments
rocksndiamonds-3.3.0.1_3.patch (1.79 KB, patch)
2013-03-21 16:40 UTC, nemysis
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description nemysis 2013-03-21 16:40:01 UTC
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/
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-03-21 16:40:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->beech

beech@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-03-22 22:22:13 UTC
Author: beech
Date: Fri Mar 22 22:22:00 2013
New Revision: 314970
URL: http://svnweb.freebsd.org/changeset/ports/314970

Log:
  - Makefile tweaks
  - Fix distilator
  
  PR:		ports/177205
  Submitted by:	nemysis <nemysis@gmx.ch> (maintainer)

Modified:
  head/games/rocksndiamonds/Makefile
  head/games/rocksndiamonds/pkg-plist   (contents, props changed)

Modified: head/games/rocksndiamonds/Makefile
==============================================================================
--- head/games/rocksndiamonds/Makefile	Fri Mar 22 22:10:18 2013	(r314969)
+++ head/games/rocksndiamonds/Makefile	Fri Mar 22 22:22:00 2013	(r314970)
@@ -5,15 +5,15 @@ PORTNAME=	rocksndiamonds
 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/} \

Modified: head/games/rocksndiamonds/pkg-plist
==============================================================================
--- head/games/rocksndiamonds/pkg-plist	Fri Mar 22 22:10:18 2013	(r314969)
+++ head/games/rocksndiamonds/pkg-plist	Fri Mar 22 22:22:00 2013	(r314970)
@@ -541,15 +541,3 @@ share/pixmaps/rocksndiamonds.png
 @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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Beech Rintoul freebsd_committer freebsd_triage 2013-03-22 22:22:25 UTC
State Changed
From-To: open->closed

Committed, Thanks!