aboutsummaryrefslogtreecommitdiffstats
path: root/mail/qconfirm
diff options
context:
space:
mode:
authorpetef <petef@FreeBSD.org>2003-01-10 15:05:08 +0800
committerpetef <petef@FreeBSD.org>2003-01-10 15:05:08 +0800
commitd8171cdd0a6c46d13b819796a5e7e1698c3a26d0 (patch)
treeda6b1ddab6c31443bdddc96d6de283655be26524 /mail/qconfirm
parent7d034d0e8e332135e7abc5ccb001bb17a6f42f90 (diff)
downloadfreebsd-ports-gnome-d8171cdd0a6c46d13b819796a5e7e1698c3a26d0.tar.gz
freebsd-ports-gnome-d8171cdd0a6c46d13b819796a5e7e1698c3a26d0.tar.zst
freebsd-ports-gnome-d8171cdd0a6c46d13b819796a5e7e1698c3a26d0.zip
Update to 0.8.0.
PR: 46864 Submitted by: maintainer
Diffstat (limited to 'mail/qconfirm')
-rw-r--r--mail/qconfirm/Makefile9
-rw-r--r--mail/qconfirm/distinfo2
-rw-r--r--mail/qconfirm/pkg-plist6
3 files changed, 10 insertions, 7 deletions
diff --git a/mail/qconfirm/Makefile b/mail/qconfirm/Makefile
index 2557da55de21..84c9b63d9e30 100644
--- a/mail/qconfirm/Makefile
+++ b/mail/qconfirm/Makefile
@@ -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 @@ MAINTAINER= sergei@kolobov.com
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)
diff --git a/mail/qconfirm/distinfo b/mail/qconfirm/distinfo
index 491b762ef6af..95c1605a55f3 100644
--- a/mail/qconfirm/distinfo
+++ b/mail/qconfirm/distinfo
@@ -1 +1 @@
-MD5 (qconfirm-0.7.1.tar.gz) = c81001d39a95be613421525574f7c2a0
+MD5 (qconfirm-0.8.0.tar.gz) = 143a950efeb5a9b7c2800fe361decd38
diff --git a/mail/qconfirm/pkg-plist b/mail/qconfirm/pkg-plist
index 4f683318e71f..fa9f89e2b6da 100644
--- a/mail/qconfirm/pkg-plist
+++ b/mail/qconfirm/pkg-plist
@@ -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 @@ bin/qconfirm-return
%%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