Date: Sat, 7 Aug 2004 21:00:10 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/70116: Update port: games/six to 0.5.2 Message-ID: <20040807210010.242220c3.tkato432@yahoo.com> Resent-Message-ID: <200408071210.i77CAN9t093944@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 70116 >Category: ports >Synopsis: Update port: games/six to 0.5.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Aug 07 12:10:23 GMT 2004 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.10-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 0.5.2 >How-To-Repeat: >Fix: diff -urN /usr/ports/games/six/Makefile games/six/Makefile --- /usr/ports/games/six/Makefile Mon Jul 26 22:24:19 2004 +++ games/six/Makefile Fri Aug 6 01:04:51 2004 @@ -5,7 +5,7 @@ # $FreeBSD: ports/games/six/Makefile,v 1.6 2004/07/25 16:24:13 krion Exp $ PORTNAME= six -PORTVERSION= 0.5.1 +PORTVERSION= 0.5.2 CATEGORIES= games kde MASTER_SITES= http://six.retes.hu/download/ @@ -23,5 +23,7 @@ @${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 -urN /usr/ports/games/six/distinfo games/six/distinfo --- /usr/ports/games/six/distinfo Mon Jul 26 22:24:19 2004 +++ games/six/distinfo Fri Aug 6 01:04:02 2004 @@ -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 -urN /usr/ports/games/six/pkg-plist games/six/pkg-plist --- /usr/ports/games/six/pkg-plist Mon Jul 26 22:24:19 2004 +++ games/six/pkg-plist Fri Aug 6 01:04:02 2004 @@ -21,3 +21,5 @@ 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 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040807210010.242220c3.tkato432>