mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
upgrade to 0.5.2
PR: 44023 Submitted by: maintainer
This commit is contained in:
parent
74c43352a7
commit
fd43c6e008
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68032
@ -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 @@ MAINTAINER= sergei@kolobov.com
|
||||
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 @@ do-install:
|
||||
${INSTALL_MAN} ${WRKSRC}/../man/${file} ${PREFIX}/man/man1
|
||||
.endfor
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/../doc/*.html ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (qconfirm-0.4.0.tar.gz) = 0136ebbec79583732d52f74719ede532
|
||||
MD5 (qconfirm-0.5.2.tar.gz) = 29b587445fb39d3b7c7a7dc1ed241488
|
||||
|
@ -2,6 +2,6 @@ qconfirm is an implementation of a delivery confirmation process for a mail
|
||||
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/
|
||||
|
@ -1,3 +1,4 @@
|
||||
bin/qconfirm
|
||||
bin/qconfirm-accept
|
||||
bin/qconfirm-check
|
||||
bin/qconfirm-conf
|
||||
@ -5,6 +6,7 @@ bin/qconfirm-conf
|
||||
%%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
|
||||
|
Loading…
Reference in New Issue
Block a user