Date: Sat, 29 Apr 2006 01:00:12 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/96471: Update port: games/wmpuzzle to 0.5.0 Message-ID: <20060429010012.4b629702.tkato432@yahoo.com> Resent-Message-ID: <200604281610.k3SGAH8R059938@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 96471 >Category: ports >Synopsis: Update port: games/wmpuzzle to 0.5.0 >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: Fri Apr 28 16:10:17 GMT 2006 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.11-RELEASE-p15 i386 >Organization: >Environment: >Description: - Update to version 0.5.0 Remove file: files/patch-Makefile.in >How-To-Repeat: >Fix: diff -urN /usr/ports/games/wmpuzzle/Makefile games/wmpuzzle/Makefile --- /usr/ports/games/wmpuzzle/Makefile Tue Apr 12 14:05:47 2005 +++ games/wmpuzzle/Makefile Fri Apr 28 13:14:37 2006 @@ -6,8 +6,7 @@ # PORTNAME= wmpuzzle -PORTVERSION= 0.4.0 -PORTREVISION= 1 +PORTVERSION= 0.5.0 CATEGORIES= games windowmaker afterstep MASTER_SITES= http://www.godisch.de/debian/wmpuzzle/ @@ -29,5 +28,9 @@ CPPFLAGS= -I${X11BASE}/include -DBSD LDFLAGS= -L${X11BASE}/lib + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/wmpuzzle ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/wmpuzzle.6 ${MAN6PREFIX}/man/man6 .include <bsd.port.mk> diff -urN /usr/ports/games/wmpuzzle/distinfo games/wmpuzzle/distinfo --- /usr/ports/games/wmpuzzle/distinfo Fri Nov 25 13:35:25 2005 +++ games/wmpuzzle/distinfo Fri Apr 28 01:52:54 2006 @@ -1,3 +1,3 @@ -MD5 (wmpuzzle-0.4.0.tar.gz) = 891f82a7ef0cf855816529fa43fff019 -SHA256 (wmpuzzle-0.4.0.tar.gz) = 212f5161e3d77469babf681698640bb2f76844d23e64dbcd1cc15dd1a0348aff -SIZE (wmpuzzle-0.4.0.tar.gz) = 77961 +MD5 (wmpuzzle-0.5.0.tar.gz) = 14b0a7dad8c932964b115c9cc9d177f7 +SHA256 (wmpuzzle-0.5.0.tar.gz) = 1986777eefdf51a7dc17929b447d39ea455042ad319d734cfbba572a00476608 +SIZE (wmpuzzle-0.5.0.tar.gz) = 81900 diff -urN /usr/ports/games/wmpuzzle/files/patch-Makefile.in games/wmpuzzle/files/patch-Makefile.in --- /usr/ports/games/wmpuzzle/files/patch-Makefile.in Sat May 3 18:38:02 2003 +++ games/wmpuzzle/files/patch-Makefile.in Thu Jan 1 09:00:00 1970 @@ -1,26 +0,0 @@ ---- Makefile.in.orig Tue Feb 18 01:34:38 2003 -+++ Makefile.in Fri May 2 17:03:57 2003 -@@ -9,9 +9,12 @@ - - CC = @CC@ - CFLAGS = -I. @CFLAGS@ -+CPPFLAGS = @CPPFLAGS@ - LDFLAGS = @LDFLAGS@ - LIBS = @LIBS@ - INSTALL = @INSTALL@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_DATA = @INSTALL_DATA@ - - all: wmpuzzle - -@@ -22,8 +25,8 @@ - wmgeneral.o: wmgeneral.c wmgeneral.h - - install: wmpuzzle wmpuzzle.6 -- $(INSTALL) -D -m 755 wmpuzzle $(DESTDIR)$(bindir)/wmpuzzle -- $(INSTALL) -D -m 644 wmpuzzle.6 $(DESTDIR)$(mandir)/man6/wmpuzzle.6 -+ $(INSTALL_PROGRAM) wmpuzzle $(DESTDIR)$(bindir)/wmpuzzle -+ $(INSTALL_DATA) wmpuzzle.6 $(DESTDIR)$(mandir)/man6/wmpuzzle.6 - - uninstall: - rm -f $(DESTDIR)$(bindir)/wmpuzzle >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060429010012.4b629702.tkato432>