Date: Wed, 11 Aug 2004 03:00:12 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/70263: Update port: mail/bbmail Message-ID: <20040811030012.2e9f63f9.tkato432@yahoo.com> Resent-Message-ID: <200408101810.i7AIAR8L048725@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 70263 >Category: ports >Synopsis: Update port: mail/bbmail >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: Tue Aug 10 18:10:26 GMT 2004 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.10-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update MASTER_SITES and WWW: line - Support PLIST_FILES Remove file: pkg-plist >How-To-Repeat: >Fix: diff -urN /usr/ports/mail/bbmail/Makefile mail/bbmail/Makefile --- /usr/ports/mail/bbmail/Makefile Tue Dec 16 11:35:35 2003 +++ mail/bbmail/Makefile Wed Aug 11 02:18:12 2004 @@ -8,16 +8,21 @@ PORTNAME= bbmail PORTVERSION= 0.8.3 CATEGORIES= mail -MASTER_SITES= http://easynews.dl.sourceforge.net/sourceforge/bbtools/ \ - http://bbtools.thelinuxcommunity.org/sources/ \ - http://www.esperance-linux.co.uk/src/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= bbtools MAINTAINER= ports@FreeBSD.org COMMENT= A tool intended for Blackbox that checks for new mail USE_X_PREFIX= yes GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= bbmail.1 +PLIST_FILES= bin/bbmail share/bbtools/bbmail.bb + +post-install: + @${ECHO_CMD} "@unexec rmdir %D/share/bbtools 2>/dev/null || true" \ + >> ${TMPPLIST} .include <bsd.port.mk> diff -urN /usr/ports/mail/bbmail/pkg-descr mail/bbmail/pkg-descr --- /usr/ports/mail/bbmail/pkg-descr Tue Dec 16 11:35:35 2003 +++ mail/bbmail/pkg-descr Wed Aug 11 02:04:20 2004 @@ -2,4 +2,4 @@ you when new mail has arrived. It was designed to be used with the Blackbox window manager but should work with any window manager. -WWW: http://bbtools.thelinuxcommunity.org/ +WWW: http://bbtools.sourceforge.net/ diff -urN /usr/ports/mail/bbmail/pkg-plist mail/bbmail/pkg-plist --- /usr/ports/mail/bbmail/pkg-plist Sat Apr 12 22:54:23 2003 +++ mail/bbmail/pkg-plist Thu Jan 1 09:00:00 1970 @@ -1,3 +0,0 @@ -bin/bbmail -share/bbtools/bbmail.bb -@dirrm share/bbtools >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040811030012.2e9f63f9.tkato432>