Date: Sat, 7 Aug 1999 17:46:59 +1000 (EST) From: jim@blues.ghis.net To: FreeBSD-gnats-submit@freebsd.org Subject: ports/13010: update port: wmpinboard-0.8.5 to 0.9 Message-ID: <199908070746.RAA39856@blues.ghis.net>
next in thread | raw e-mail | index | archive | help
>Number: 13010 >Category: ports >Synopsis: update port: wmpinboard-0.8.5 to 0.9 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Aug 7 00:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jim Mock >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: >Description: Patch updates the wmpinboard port to the latest version. Removed README install from Makefile - now comes with man page instead. Also changed MAINTAINER to reflect my current email address. >How-To-Repeat: >Fix: Apply the following diffs.. Index: wmpinboard/Makefile =================================================================== RCS file: /home/ncvs/cvs-rep/ports/deskutils/wmpinboard/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- Makefile 1999/06/10 08:51:56 1.4 +++ Makefile 1999/08/07 07:04:59 @@ -1,16 +1,16 @@ # New ports collection makefile for: wmpinboard -# Version required: 0.8.5 +# Version required: 0.9 # Date created: 17 January 1999 -# Whom: Jim Mock <jim@phrantic.phear.net> +# Whom: Jim Mock <jim@blues.ghis.net> # # $Id: Makefile,v 1.4 1999/06/10 08:51:56 tg Exp $ # -DISTNAME= wmpinboard-0.8.5 +DISTNAME= wmpinboard-0.9 CATEGORIES= deskutils afterstep windowmaker MASTER_SITES= http://www.tu-ilmenau.de/~gomar/stuff/wmpinboard/ -MAINTAINER= jim@phrantic.phear.net +MAINTAINER= jim@blues.ghis.net LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm @@ -18,18 +18,14 @@ USE_BZIP2= yes USE_IMAKE= yes -NO_INSTALL_MANPAGES= yes +MAN1= wmpinboard.1 +MANCOMPRESSED= no + do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/wmpinboard ${X11BASE}/bin + @${INSTALL_PROGRAM} ${WRKSRC}/wmpinboard ${X11BASE}/bin post-install: - @${ECHO} " " - @${ECHO} "------------------------------------------------------------" - @${ECHO} "===> Installing README in ${PREFIX}/share/doc/wmpinboard" - @${ECHO} "------------------------------------------------------------" - @${ECHO} " " - @${MKDIR} ${PREFIX}/share/doc/wmpinboard && chmod a+rx ${PREFIX}/share/doc/wmpinboard - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/wmpinboard + @${INSTALL_MAN} ${WRKSRC}/wmpinboard.1 ${PREFIX}/man/man1 .include <bsd.port.mk> Index: wmpinboard/files/md5 =================================================================== RCS file: /home/ncvs/cvs-rep/ports/deskutils/wmpinboard/files/md5,v retrieving revision 1.4 diff -u -r1.4 md5 --- md5 1999/06/10 08:51:59 1.4 +++ md5 1999/08/07 07:02:28 @@ -1 +1 @@ -MD5 (wmpinboard-0.8.5.tar.bz2) = 0e64847471f69f80bd8e7baf532018ae +MD5 (wmpinboard-0.9.tar.bz2) = ede143a0be02609221b9075f6c1f2ec7 Index: wmpinboard/pkg/PLIST =================================================================== RCS file: /home/ncvs/cvs-rep/ports/deskutils/wmpinboard/pkg/PLIST,v retrieving revision 1.2 diff -u -r1.2 PLIST --- PLIST 1999/03/24 17:54:02 1.2 +++ PLIST 1999/08/07 06:40:46 @@ -1,3 +1 @@ bin/wmpinboard -share/doc/wmpinboard/README -@dirrm share/doc/wmpinboard >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908070746.RAA39856>