diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-07 19:13:50 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-07 19:13:50 +0000 |
commit | 9b8f83f74cecd3601b953db25e506ffa25d12f0a (patch) | |
tree | 668974be5155f634063ff087804b495c31d0e980 /games/six | |
parent | c24d15dd62ab28a674bff37c61ed44f3dee0c775 (diff) | |
download | ports-9b8f83f74cecd3601b953db25e506ffa25d12f0a.tar.gz ports-9b8f83f74cecd3601b953db25e506ffa25d12f0a.zip |
Update to version 0.5.2
PR: ports/70116
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=115569
Diffstat (limited to 'games/six')
-rw-r--r-- | games/six/Makefile | 4 | ||||
-rw-r--r-- | games/six/distinfo | 4 | ||||
-rw-r--r-- | games/six/pkg-plist | 2 |
3 files changed, 7 insertions, 3 deletions
diff --git a/games/six/Makefile b/games/six/Makefile index 84d6d12bed55..e8f5748f5aa5 100644 --- a/games/six/Makefile +++ b/games/six/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= six -PORTVERSION= 0.5.1 +PORTVERSION= 0.5.2 CATEGORIES= games kde MASTER_SITES= http://six.retes.hu/download/ @@ -23,5 +23,7 @@ post-patch: @${REINPLACE_CMD} -e \ 's,-lkdeprint$$,$$(LIB_KDEPRINT) $$(LIBPTHREAD),g' \ ${WRKSRC}/six/Makefile.in + @${REINPLACE_CMD} -e \ + 's,<machine/limits.h>,<limits.h>,g' ${WRKSRC}/six/batch.h .include <bsd.port.mk> diff --git a/games/six/distinfo b/games/six/distinfo index 1fe8b4629123..c94763cd951b 100644 --- a/games/six/distinfo +++ b/games/six/distinfo @@ -1,2 +1,2 @@ -MD5 (six-0.5.1.tar.gz) = 562b6bb1f574b73a0c5324cfc6676fb2 -SIZE (six-0.5.1.tar.gz) = 815737 +MD5 (six-0.5.2.tar.gz) = 129da56864fc2ca8c8c949dcc2239604 +SIZE (six-0.5.2.tar.gz) = 927829 diff --git a/games/six/pkg-plist b/games/six/pkg-plist index 831e483cf172..45a4c4ceefbd 100644 --- a/games/six/pkg-plist +++ b/games/six/pkg-plist @@ -21,3 +21,5 @@ share/icons/locolor/32x32/apps/six.png share/mimelnk/application/vnd.kde.six.desktop @dirrm share/doc/HTML/en/six @dirrm share/apps/six +@unexec rmdir %D/share/applnk/Games/Board 2>/dev/null || true +@unexec rmdir %D/share/applnk/Games 2>/dev/null || true |