svn commit: r314970 - head/games/rocksndiamonds

Beech Rintoul beech at FreeBSD.org
Fri Mar 22 22:22:01 UTC 2013


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 at 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
- at dirrmtry share/icons/hicolor/96x96/apps
- at dirrmtry share/icons/hicolor/96x96
- at dirrmtry share/icons/hicolor/72x72/apps
- at dirrmtry share/icons/hicolor/72x72
- at dirrmtry share/icons/hicolor/64x64/apps
- at dirrmtry share/icons/hicolor/64x64
- at dirrmtry share/icons/hicolor/48x48/apps
- at dirrmtry share/icons/hicolor/48x48
- at dirrmtry share/icons/hicolor/32x32/apps
- at dirrmtry share/icons/hicolor/32x32
- at dirrmtry share/icons/hicolor
- at dirrmtry share/icons


More information about the svn-ports-all mailing list