Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Aug 1999 05:06:34 -0400 (EDT)
From:      Will Andrews <andrews@technologist.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/13486: update misc/bidwatcher from v0.9.9-2 to v0.9.9-3
Message-ID:  <199908310906.FAA94398@shadow.blackdawn.com>

next in thread | raw e-mail | index | archive | help

>Number:         13486
>Category:       ports
>Synopsis:       update misc/bidwatcher from v0.9.9-2 to v0.9.9-3
>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:   Tue Aug 31 02:10:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Will Andrews
>Release:        FreeBSD 3.2-STABLE i386
>Organization:
none
>Environment:

FreeBSD shadow.blackdawn.com 3.2-STABLE FreeBSD 3.2-STABLE #0: Sat Aug 14 00:56:46 EDT 1999     root@shadow.blackdawn.com:/usr/src/sys/compile/SHADOW  i386

>Description:

This update was propagated by the author of bidwatcher. Thanks for notifying
me! Anyhow.. this update improves reliability and sports more features than
the last version of bidwatcher.

As for the port, it was simply updated to use the new version, and I also
added some simple installs for shared files.. like README and CHANGES.

>How-To-Repeat:

Apply the following diff to the current bidwatcher port.

>Fix:

diff -urN --exclude=CVS bidwatcher/Makefile bidwatcher.new/Makefile
--- bidwatcher/Makefile	Fri Aug 27 00:00:53 1999
+++ bidwatcher.new/Makefile	Tue Aug 31 05:00:57 1999
@@ -1,17 +1,16 @@
 # New ports collection makefile for:	bidwatcher
-# Version required:	0.9.9-2
+# Version required:	0.9.9-3
 # Date created:		24 Aug 1999
 # Whom:			Will Andrews <andrews@technologist.com>
 #
 # $FreeBSD: ports/misc/bidwatcher/Makefile,v 1.1.1.1 1999/08/27 04:00:53 cpiazza Exp $
 #
 
-DISTNAME=	bidwatcher-0.9.9-2
+DISTNAME=	bidwatcher-0.9.9-3
 PKGNAME=	bidwatcher-0.9.9
 CATEGORIES=	misc
 MASTER_SITES=	${MASTER_SITE_SUNSITE} \
-		http://www.low-fi.com/bw/download/ \
-		http://www.psn.net/~andrews/dist/
+		http://www.low-fi.com/bw/download/
 MASTER_SITE_SUBDIR=	apps/misc
 
 MAINTAINER=	andrews@technologist.com
@@ -23,6 +22,11 @@
 		SYSCONF_MOC=${X11BASE}/bin/moc
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/bidwatcher ${PREFIX}/bin/bidwatcher
+	@${MKDIR} ${PREFIX}/share/bidwatcher
+	@${INSTALL_PROGRAM} ${WRKSRC}/bidwatcher ${PREFIX}/bin/bidwatcher
+	@${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/bidwatcher
+	@${INSTALL_DATA} ${WRKSRC}/INSTALL ${PREFIX}/share/bidwatcher
+	@${INSTALL_DATA} ${WRKSRC}/CHANGES ${PREFIX}/share/bidwatcher
+	@${INSTALL_DATA} ${WRKSRC}/LICENSE ${PREFIX}/share/bidwatcher
 
 .include <bsd.port.mk>
diff -urN --exclude=CVS bidwatcher/files/md5 bidwatcher.new/files/md5
--- bidwatcher/files/md5	Fri Aug 27 00:00:53 1999
+++ bidwatcher.new/files/md5	Tue Aug 31 04:54:39 1999
@@ -1 +1 @@
-MD5 (bidwatcher-0.9.9-2.tar.gz) = 1dd60a4f3ca5f235e7da2838f68815d2
+MD5 (bidwatcher-0.9.9-3.tar.gz) = e1ef3eb29a80acacf4e8fc915d7ab1e1
diff -urN --exclude=CVS bidwatcher/pkg/PLIST bidwatcher.new/pkg/PLIST
--- bidwatcher/pkg/PLIST	Fri Aug 27 00:00:54 1999
+++ bidwatcher.new/pkg/PLIST	Tue Aug 31 04:58:06 1999
@@ -1 +1,6 @@
 bin/bidwatcher
+share/bidwatcher/CHANGES
+share/bidwatcher/LICENSE
+share/bidwatcher/INSTALL
+share/bidwatcher/README
+@dirrm share/bidwatcher

>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?199908310906.FAA94398>