ports/62155: Update port: deskutils/wmpinboard

KATO Tsuguru tkato at prontomail.com
Sat Jan 31 14:11:19 UTC 2004


>Number:         62155
>Category:       ports
>Synopsis:       Update port: deskutils/wmpinboard
>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 Jan 31 06:10:22 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.9-RELEASE-p1 i386
>Organization:
>Environment:
>Description:
- Fix MASTER_SITES
- Remove obsolete WWW: line
- Utilize USE_GETOPT_LONG

Remove file:
files/patch-src::Makefile.in
files/patch-src::getopt.c
pkg-plist

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/deskutils/wmpinboard/Makefile deskutils/wmpinboard/Makefile
--- /usr/ports/deskutils/wmpinboard/Makefile	Mon Dec 15 18:16:06 2003
+++ deskutils/wmpinboard/Makefile	Fri Jan 30 00:32:11 2004
@@ -8,18 +8,23 @@
 PORTNAME=	wmpinboard
 PORTVERSION=	1.0
 CATEGORIES=	deskutils afterstep windowmaker
-MASTER_SITES=	http://www.tu-ilmenau.de/~gomar/stuff/wmpinboard/ \
-		http://soupnazi.org/FreeBSD/ports/distfiles/
+MASTER_SITES=	${MASTER_SITE_DEBIAN_POOL}
+DISTNAME=	${PORTNAME}_${PORTVERSION}.orig
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Post-it notes for the WindowMaker dock or AfterStep Wharf
 
-USE_BZIP2=	yes
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}.orig
+
 USE_XPM=	yes
+USE_GETOPT_LONG=	yes
+USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
-
-INSTALL_TARGET=	install-strip
+MAKE_ARGS=	ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
+		AUTOHEADER="${TRUE}"
 
 MAN1=		wmpinboard.1
+
+PLIST_FILES=	bin/wmpinboard
 
 .include <bsd.port.mk>
diff -urN /usr/ports/deskutils/wmpinboard/distinfo deskutils/wmpinboard/distinfo
--- /usr/ports/deskutils/wmpinboard/distinfo	Thu Jan 29 20:21:00 2004
+++ deskutils/wmpinboard/distinfo	Fri Jan 30 00:26:44 2004
@@ -1,2 +1,2 @@
-MD5 (wmpinboard-1.0.tar.bz2) = 5a270397f7765b3416abae43d020a0c9
-SIZE (wmpinboard-1.0.tar.bz2) = 112267
+MD5 (wmpinboard_1.0.orig.tar.gz) = b5940439704ea7ae368b382d7f9ff3ed
+SIZE (wmpinboard_1.0.orig.tar.gz) = 132912
diff -urN /usr/ports/deskutils/wmpinboard/files/patch-src::Makefile.in deskutils/wmpinboard/files/patch-src::Makefile.in
--- /usr/ports/deskutils/wmpinboard/files/patch-src::Makefile.in	Thu Apr 19 17:54:31 2001
+++ deskutils/wmpinboard/files/patch-src::Makefile.in	Thu Jan  1 09:00:00 1970
@@ -1,11 +0,0 @@
---- Makefile.in.orig	Wed Apr 18 13:15:59 2001
-+++ src/Makefile.in	Wed Apr 18 13:16:06 2001
-@@ -86,7 +86,7 @@
- X_LIBS = @X_LIBS@
- X_EXTRA_LIBS = @X_EXTRA_LIBS@
- X_PRE_LIBS = @X_PRE_LIBS@
--wmpinboard_OBJECTS =  misc.o notes.o wmpinboard.o xmisc.o
-+wmpinboard_OBJECTS =  misc.o notes.o wmpinboard.o xmisc.o getopt.o getopt1.o
- wmpinboard_LDADD = $(LDADD)
- wmpinboard_DEPENDENCIES = 
- wmpinboard_LDFLAGS = 
diff -urN /usr/ports/deskutils/wmpinboard/files/patch-src::getopt.c deskutils/wmpinboard/files/patch-src::getopt.c
--- /usr/ports/deskutils/wmpinboard/files/patch-src::getopt.c	Thu Apr 19 17:54:31 2001
+++ deskutils/wmpinboard/files/patch-src::getopt.c	Thu Jan  1 09:00:00 1970
@@ -1,30 +0,0 @@
---- getopt.c.orig	Wed Sep  1 17:49:35 1999
-+++ src/getopt.c	Wed Apr 18 13:26:19 2001
-@@ -73,9 +73,9 @@
- 
- #ifdef VMS
- #include <unixlib.h>
--#if HAVE_STRING_H - 0
--#include <string.h>
- #endif
-+#if HAVE_STRING_H
-+#include <string.h>
- #endif
- 
- #if defined (WIN32) && !defined (__CYGWIN32__)
-@@ -650,6 +650,7 @@
- 				else
- 				{
- 					if (opterr)
-+					{
- 						if (argv[optind - 1][1] == '-')
- 							/* --option */
- 							fprintf(stderr,
-@@ -660,6 +661,7 @@
- 							fprintf(stderr,
- 								_("%s: option `%c%s' doesn't allow an argument\n"),
- 								argv[0], argv[optind - 1][0], pfound->name);
-+					}
- 
- 					nextchar += strlen(nextchar);
- 
diff -urN /usr/ports/deskutils/wmpinboard/pkg-descr deskutils/wmpinboard/pkg-descr
--- /usr/ports/deskutils/wmpinboard/pkg-descr	Sat Aug 14 20:04:54 1999
+++ deskutils/wmpinboard/pkg-descr	Fri Jan 30 00:23:36 2004
@@ -1,5 +1,3 @@
 Post-it notes for the WindowMaker dock or AfterStep Wharf.
 
-WWW: http://www.tu-ilmenau.de/~gomar/stuff/wmpinboard/
-
 - Jim <jim at FreeBSD.org>
diff -urN /usr/ports/deskutils/wmpinboard/pkg-plist deskutils/wmpinboard/pkg-plist
--- /usr/ports/deskutils/wmpinboard/pkg-plist	Sat Aug  7 17:01:06 1999
+++ deskutils/wmpinboard/pkg-plist	Thu Jan  1 09:00:00 1970
@@ -1 +0,0 @@
-bin/wmpinboard
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list