Date: 8 Jan 2003 12:53:54 -0000 From: Sergei Kolobov <sergei@kolobov.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/46864: [MAINTAINER] Update mail/qconfirm to 0.8.0 Message-ID: <20030108125354.10969.qmail@outpost.globcon.net>
next in thread | raw e-mail | index | archive | help
>Number: 46864 >Category: ports >Synopsis: [MAINTAINER] Update mail/qconfirm to 0.8.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Jan 08 05:00:14 PST 2003 >Closed-Date: >Last-Modified: >Originator: Sergei Kolobov >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD outpost.globcon.net 4.7-STABLE FreeBSD 4.7-STABLE #0: Mon Oct 14 02:23:23 MSD 2002 sgk@outpost.globcon.net:/data/FreeBSD/obj/data/FreeBSD/src/sys/OUTPOST i386 >Description: - Update to 0.8.0 - Now includes optional support for CDB address database - Simplify Makefile by merging two loops into one and removing one of (almost) duplicate lists (PROGS and MAN1) >How-To-Repeat: >Fix: --- qconfirm-0.8.0.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/mail/qconfirm/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- Makefile 2002/11/20 11:05:27 1.8 +++ Makefile 2003/01/08 12:35:46 @@ -6,7 +6,7 @@ # PORTNAME= qconfirm -PORTVERSION= 0.7.1 +PORTVERSION= 0.8.0 CATEGORIES= mail MASTER_SITES= http://smarden.org/qconfirm/ @@ -15,16 +15,13 @@ WRKSRC= ${WRKDIR}/mail/${DISTNAME}/src ALL_TARGET= default -PROGS= qconfirm qconfirm-accept qconfirm-check qconfirm-conf \ - qconfirm-control qconfirm-return MAN1= qconfirm.1 qconfirm-accept.1 qconfirm-check.1 qconfirm-conf.1 \ + qconfirm-cdb-check.1 qconfirm-cdb-update.1 \ qconfirm-control.1 qconfirm-return.1 do-install: -.for file in ${PROGS} - ${INSTALL_PROGRAM} ${WRKSRC}/${file} ${PREFIX}/bin -.endfor .for file in ${MAN1} + ${INSTALL_PROGRAM} ${WRKSRC}/${file:S/.1//} ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/../man/${file} ${PREFIX}/man/man1 .endfor .if !defined(NOPORTDOCS) Index: distinfo =================================================================== RCS file: /home/ncvs/ports/mail/qconfirm/distinfo,v retrieving revision 1.6 diff -u -r1.6 distinfo --- distinfo 2002/11/20 11:05:27 1.6 +++ distinfo 2003/01/08 12:35:46 @@ -1 +1 @@ -MD5 (qconfirm-0.7.1.tar.gz) = c81001d39a95be613421525574f7c2a0 +MD5 (qconfirm-0.8.0.tar.gz) = 143a950efeb5a9b7c2800fe361decd38 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/mail/qconfirm/pkg-plist,v retrieving revision 1.4 diff -u -r1.4 pkg-plist --- pkg-plist 2002/11/17 06:45:08 1.4 +++ pkg-plist 2003/01/08 12:35:46 @@ -1,10 +1,14 @@ bin/qconfirm bin/qconfirm-accept +bin/qconfirm-cdb-check +bin/qconfirm-cdb-update bin/qconfirm-check bin/qconfirm-conf bin/qconfirm-control bin/qconfirm-return +%%PORTDOCS%%share/doc/qconfirm/benefits.html %%PORTDOCS%%share/doc/qconfirm/bounces.html +%%PORTDOCS%%share/doc/qconfirm/cdb.html %%PORTDOCS%%share/doc/qconfirm/configuration.html %%PORTDOCS%%share/doc/qconfirm/control.html %%PORTDOCS%%share/doc/qconfirm/faq.html @@ -12,6 +16,8 @@ %%PORTDOCS%%share/doc/qconfirm/install.html %%PORTDOCS%%share/doc/qconfirm/qconfirm.1.html %%PORTDOCS%%share/doc/qconfirm/qconfirm-accept.1.html +%%PORTDOCS%%share/doc/qconfirm/qconfirm-cdb-check.1.html +%%PORTDOCS%%share/doc/qconfirm/qconfirm-cdb-update.1.html %%PORTDOCS%%share/doc/qconfirm/qconfirm-check.1.html %%PORTDOCS%%share/doc/qconfirm/qconfirm-conf.1.html %%PORTDOCS%%share/doc/qconfirm/qconfirm-control.1.html --- qconfirm-0.8.0.patch ends here --- >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?20030108125354.10969.qmail>