Skip site navigation (1)Skip section navigation (2)
Date:      29 Oct 2002 15:10:44 -0000
From:      Sergei Kolobov <sergei@kolobov.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/44591: [MAINTAINER] Update mail/qconfirm to 0.6.0
Message-ID:  <20021029151044.82947.qmail@outpost.globcon.net>

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

>Number:         44591
>Category:       ports
>Synopsis:       [MAINTAINER] Update mail/qconfirm to 0.6.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:   Tue Oct 29 07:20:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Sergei Kolobov
>Release:        FreeBSD 4.6-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.6.0:
  - added new program - qconfirm-return. It can be used to configure qconfirm's
    automatic bounce message handling to reduce the amount of double bounces
    caused by qconfirm

>How-To-Repeat:
>Fix:
--- qconfirm-0.6.0.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/qconfirm/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile	14 Oct 2002 12:41:18 -0000	1.2
+++ Makefile	29 Oct 2002 15:02:56 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	qconfirm
-PORTVERSION=	0.5.2
+PORTVERSION=	0.6.0
 CATEGORIES=	mail
 MASTER_SITES=	http://smarden.org/qconfirm/
 
@@ -15,8 +15,10 @@
 WRKSRC=		${WRKDIR}/mail/${DISTNAME}/src
 ALL_TARGET=	default
 
-PROGS=		qconfirm qconfirm-accept qconfirm-check qconfirm-conf
-MAN1=		qconfirm.1 qconfirm-accept.1 qconfirm-check.1 qconfirm-conf.1
+PROGS=		qconfirm qconfirm-accept qconfirm-check qconfirm-conf \
+		qconfirm-return
+MAN1=		qconfirm.1 qconfirm-accept.1 qconfirm-check.1 qconfirm-conf.1 \
+		qconfirm-return.1
 
 do-install:
 .for file in ${PROGS}
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/mail/qconfirm/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo	14 Oct 2002 12:41:18 -0000	1.2
+++ distinfo	29 Oct 2002 15:02:56 -0000
@@ -1 +1 @@
-MD5 (qconfirm-0.5.2.tar.gz) = 29b587445fb39d3b7c7a7dc1ed241488
+MD5 (qconfirm-0.6.0.tar.gz) = 5d4248a78574af78cab968dbe563056a
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/mail/qconfirm/pkg-plist,v
retrieving revision 1.2
diff -u -r1.2 pkg-plist
--- pkg-plist	14 Oct 2002 12:41:18 -0000	1.2
+++ pkg-plist	29 Oct 2002 15:02:56 -0000
@@ -2,6 +2,8 @@
 bin/qconfirm-accept
 bin/qconfirm-check
 bin/qconfirm-conf
+bin/qconfirm-return
+%%PORTDOCS%%share/doc/qconfirm/bounces.html
 %%PORTDOCS%%share/doc/qconfirm/configuration.html
 %%PORTDOCS%%share/doc/qconfirm/faq.html
 %%PORTDOCS%%share/doc/qconfirm/index.html
@@ -10,6 +12,7 @@
 %%PORTDOCS%%share/doc/qconfirm/qconfirm-accept.1.html
 %%PORTDOCS%%share/doc/qconfirm/qconfirm-check.1.html
 %%PORTDOCS%%share/doc/qconfirm/qconfirm-conf.1.html
+%%PORTDOCS%%share/doc/qconfirm/qconfirm-return.1.html
 %%PORTDOCS%%share/doc/qconfirm/technical.html
 %%PORTDOCS%%share/doc/qconfirm/upgrade.html
 %%PORTDOCS%%@dirrm share/doc/qconfirm
--- qconfirm-0.6.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?20021029151044.82947.qmail>