From owner-freebsd-ports-bugs Sat Jan 25 14:10:59 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 626FB37B405 for ; Sat, 25 Jan 2003 14:10:31 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDAB543F93 for ; Sat, 25 Jan 2003 14:10:13 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h0PMADNS021206 for ; Sat, 25 Jan 2003 14:10:13 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h0PMADFM021205; Sat, 25 Jan 2003 14:10:13 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C128737B401 for ; Sat, 25 Jan 2003 14:02:12 -0800 (PST) Received: from socigeog.hmt.toyama-u.ac.jp (socigeog.hmt.toyama-u.ac.jp [160.26.63.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9751B43F5F for ; Sat, 25 Jan 2003 14:02:09 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost (localhost [127.0.0.1]) by socigeog.hmt.toyama-u.ac.jp (Postfix) with SMTP id 86CE995F for ; Sun, 26 Jan 2003 07:02:06 +0900 (JST) Message-Id: <20030126070130.067d70a1.tkato@prontomail.com> Date: Sun, 26 Jan 2003 07:01:30 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/47490: Update port: mail/muttzilla Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 47490 >Category: ports >Synopsis: Update port: mail/muttzilla >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 25 14:10:12 PST 2003 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.7-RELEASE-p3 i386 >Organization: >Environment: >Description: - Use MASTER_SITE_SOURCEFORGE to MASTER_SITES - Support install macros - Utilize NOPORTDOCS >How-To-Repeat: >Fix: diff -urN /usr/ports/mail/muttzilla/Makefile mail/muttzilla/Makefile --- /usr/ports/mail/muttzilla/Makefile Mon Nov 11 19:00:18 2002 +++ mail/muttzilla/Makefile Sat Jan 18 12:30:07 2003 @@ -9,7 +9,8 @@ PORTNAME= muttzilla PORTVERSION= 0.40 CATEGORIES= mail www -MASTER_SITES= http://www3.bc.sympatico.ca/brian_winters/mutt/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org @@ -23,8 +24,8 @@ post-install: .if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/muttzilla - @${INSTALL_DATA} ${WRKSRC}/INSTALL ${PREFIX}/share/doc/muttzilla + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/INSTALL ${DOCSDIR} .endif .include diff -urN /usr/ports/mail/muttzilla/files/patch-Makefile mail/muttzilla/files/patch-Makefile --- /usr/ports/mail/muttzilla/files/patch-Makefile Sun Dec 3 05:03:24 2000 +++ mail/muttzilla/files/patch-Makefile Sat Jan 18 12:32:23 2003 @@ -19,8 +19,8 @@ - install --mode=0755 mzmail.sh mzmail.py mznews.sh mznews.py $(BINDIR) - install --mode=0644 $(MAILERLIBS) $(MZLIBDIR) - install --mode=0644 -b muttzilla.conf $(ETCDIR) -+ install -m 0755 -c muttzilla.so $(LIBDIR) -+ install -m 0755 -d $(MZLIBDIR) -+ install -m 0755 -c mzmail.sh mzmail.py mznews.sh mznews.py $(BINDIR) -+ install -m 0644 -c $(MAILERLIBS) $(MZLIBDIR) -+ install -m 0644 -c muttzilla.conf $(ETCDIR) ++ ${BSD_INSTALL_DATA} muttzilla.so $(LIBDIR) ++ -mkdir -p $(MZLIBDIR) ++ ${BSD_INSTALL_SCRIPT} mzmail.sh mzmail.py mznews.sh mznews.py $(BINDIR) ++ ${BSD_INSTALL_DATA} $(MAILERLIBS) $(MZLIBDIR) ++ ${BSD_INSTALL_DATA} muttzilla.conf $(ETCDIR) diff -urN /usr/ports/mail/muttzilla/pkg-plist mail/muttzilla/pkg-plist --- /usr/ports/mail/muttzilla/pkg-plist Mon Jul 3 12:45:35 2000 +++ mail/muttzilla/pkg-plist Sat Jan 18 12:33:42 2003 @@ -3,13 +3,13 @@ bin/mzmail.py bin/mznews.sh bin/mznews.py +etc/muttzilla.conf lib/muttzilla.so lib/muttzilla/mutt lib/muttzilla/pine lib/muttzilla/dtmail lib/muttzilla/VM lib/muttzilla/tin -etc/muttzilla.conf -share/doc/muttzilla/INSTALL +%%PORTDOCS%%share/doc/muttzilla/INSTALL +%%PORTDOCS%%@dirrm share/doc/muttzilla @dirrm lib/muttzilla -@dirrm share/doc/muttzilla >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message