diff --git a/games/crimson/Makefile b/games/crimson/Makefile index cc62e477bc21..a1e41e399314 100644 --- a/games/crimson/Makefile +++ b/games/crimson/Makefile @@ -2,13 +2,15 @@ # Date created: 3 May 2001 # Whom: Jan Jungnickel # +# $Carpetsmoker: ports/games/crimson/Makefile,v 1.2 2008/01/26 16:04:12 carpetsmoker Exp $ # $FreeBSD$ PORTNAME= crimson -PORTVERSION= 0.5.1 -PORTREVISION= 2 +PORTVERSION= 0.5.2 CATEGORIES= games -MASTER_SITES= http://crimson.seul.org/files/ +MASTER_SITES= http://crimson.seul.org/files/ \ + http://www.carpetsmoker.net/distfiles/ \ + http://www.xs4all.nl/~tournoij/distfiles/ MAINTAINER= carpetsmoker@xs4all.nl COMMENT= Tactical war game in the tradition of Battle Isle @@ -17,6 +19,6 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_SDL= mixer sdl ttf -MAN6= crimson.6 +MAN6= crimson.6 .include diff --git a/games/crimson/distinfo b/games/crimson/distinfo index 729c81531ba2..13f5bbc780c2 100644 --- a/games/crimson/distinfo +++ b/games/crimson/distinfo @@ -1,3 +1,3 @@ -MD5 (crimson-0.5.1.tar.gz) = 86541f2489427dd1f7e6f4d8d07e7a12 -SHA256 (crimson-0.5.1.tar.gz) = 20eb8e8814e3e1674d4a682613242a4aefae11cad7b5807c276fa80d54704b4a -SIZE (crimson-0.5.1.tar.gz) = 952361 +MD5 (crimson-0.5.2.tar.gz) = c8dd416ee3c523b4b1e666af6d1c60d4 +SHA256 (crimson-0.5.2.tar.gz) = 6ecf7c8fc2429be48a7f0aece137f894fd0b0fbdfe3b0e1d4bb3ad0120b35936 +SIZE (crimson-0.5.2.tar.gz) = 986330 diff --git a/games/crimson/pkg-plist b/games/crimson/pkg-plist index fbb03db59a3b..fc4c1de8f70e 100644 --- a/games/crimson/pkg-plist +++ b/games/crimson/pkg-plist @@ -1,9 +1,10 @@ bin/crimson -share/applications/crimson.desktop -%%DATADIR%%/Bepa-Roman.ttf +share/pixmaps/crimson.png %%DATADIR%%/cf.dat %%DATADIR%%/default.tiles %%DATADIR%%/default.units +%%DATADIR%%/title.bmp +%%DATADIR%%/Bepa-Roman.ttf %%DATADIR%%/levels/Anthill.lev %%DATADIR%%/levels/ArmsRace.lev %%DATADIR%%/levels/Baptism.lev @@ -41,11 +42,10 @@ share/applications/crimson.desktop %%DATADIR%%/sound/menu.wav %%DATADIR%%/sound/repair.wav %%DATADIR%%/sound/select.wav -%%DATADIR%%/title.bmp -share/pixmaps/crimson.png -@dirrmtry share/applications -@dirrm %%DATADIR%%/levels -@dirrm %%DATADIR%%/locale -@dirrm %%DATADIR%%/music +share/applications/crimson.desktop @dirrm %%DATADIR%%/sound +@dirrm %%DATADIR%%/music +@dirrm %%DATADIR%%/locale +@dirrm %%DATADIR%%/levels @dirrm %%DATADIR%% +@dirrmtry share/applications