Skip site navigation (1)Skip section navigation (2)
Date:      13 Oct 2002 22:45:54 -0000
From:      Sergei Kolobov <sergei@kolobov.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/44023: [MAINTAINER] Update mail/qconfirm to 0.5.2
Message-ID:  <20021013224554.37566.qmail@outpost.globcon.net>

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

>Number:         44023
>Category:       ports
>Synopsis:       [MAINTAINER] Update mail/qconfirm to 0.5.2
>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:   Sun Oct 13 15:50:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Sergei Kolobov
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:
System: FreeBSD outpost.globcon.net 4.6-STABLE FreeBSD 4.6-STABLE #0: Thu Aug 1 02:44:26 MSD 2002 sgk@outpost.globcon.net:/data/FreeBSD/obj/data/FreeBSD/src/sys/OUTPOST i386
>Description:
- Update to 0.5.2
- Clarify the port's purpose in pkg-descr
>How-To-Repeat:
>Fix:

--- qconfirm-0.5.2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/qconfirm/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	8 Oct 2002 15:24:25 -0000	1.1
+++ Makefile	13 Oct 2002 22:44:19 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	qconfirm
-PORTVERSION=	0.4.0
+PORTVERSION=	0.5.2
 CATEGORIES=	mail
 MASTER_SITES=	http://smarden.org/qconfirm/
 
@@ -15,8 +15,8 @@
 WRKSRC=		${WRKDIR}/mail/${DISTNAME}/src
 ALL_TARGET=	default
 
-PROGS=		qconfirm-accept qconfirm-check qconfirm-conf
-MAN1=		qconfirm-accept.1 qconfirm-check.1 qconfirm-conf.1
+PROGS=		qconfirm qconfirm-accept qconfirm-check qconfirm-conf
+MAN1=		qconfirm.1 qconfirm-accept.1 qconfirm-check.1 qconfirm-conf.1
 
 do-install:
 .for file in ${PROGS}
@@ -26,7 +26,7 @@
 	${INSTALL_MAN} ${WRKSRC}/../man/${file} ${PREFIX}/man/man1
 .endfor
 .if !defined(NOPORTDOCS)
-	${MKDIR} ${DOCSDIR}
+	@${MKDIR} ${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/../doc/*.html ${DOCSDIR}
 .endif
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/mail/qconfirm/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	8 Oct 2002 15:24:25 -0000	1.1
+++ distinfo	13 Oct 2002 22:44:19 -0000
@@ -1 +1 @@
-MD5 (qconfirm-0.4.0.tar.gz) = 0136ebbec79583732d52f74719ede532
+MD5 (qconfirm-0.5.2.tar.gz) = 29b587445fb39d3b7c7a7dc1ed241488
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/mail/qconfirm/pkg-descr,v
retrieving revision 1.1
diff -u -r1.1 pkg-descr
--- pkg-descr	8 Oct 2002 15:24:25 -0000	1.1
+++ pkg-descr	13 Oct 2002 22:44:20 -0000
@@ -2,6 +2,6 @@
 address under qmail. It is invoked by qmail-local through a .qmail file.
 
 qconfirm performs this delivery confirmation process either sender based or
-message based.
+message based. It is similar in concept to qsecretary or TMDA.
 	
 WWW:	http://smarden.org/qconfirm/
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/mail/qconfirm/pkg-plist,v
retrieving revision 1.1
diff -u -r1.1 pkg-plist
--- pkg-plist	8 Oct 2002 15:24:25 -0000	1.1
+++ pkg-plist	13 Oct 2002 22:44:20 -0000
@@ -1,3 +1,4 @@
+bin/qconfirm
 bin/qconfirm-accept
 bin/qconfirm-check
 bin/qconfirm-conf
@@ -5,6 +6,7 @@
 %%PORTDOCS%%share/doc/qconfirm/faq.html
 %%PORTDOCS%%share/doc/qconfirm/index.html
 %%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-check.1.html
 %%PORTDOCS%%share/doc/qconfirm/qconfirm-conf.1.html
--- qconfirm-0.5.2.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?20021013224554.37566.qmail>