From owner-svn-ports-all@FreeBSD.ORG Thu Jun 5 14:58:35 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 246E2625; Thu, 5 Jun 2014 14:58:35 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0428C26AA; Thu, 5 Jun 2014 14:58:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s55EwYia006652; Thu, 5 Jun 2014 14:58:34 GMT (envelope-from ume@svn.freebsd.org) Received: (from ume@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s55EwYbD006650; Thu, 5 Jun 2014 14:58:34 GMT (envelope-from ume@svn.freebsd.org) Message-Id: <201406051458.s55EwYbD006650@svn.freebsd.org> From: Hajimu UMEMOTO Date: Thu, 5 Jun 2014 14:58:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356641 - in head/mail: cyrus-imapd23 cyrus-imapd24 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jun 2014 14:58:35 -0000 Author: ume Date: Thu Jun 5 14:58:34 2014 New Revision: 356641 URL: http://svnweb.freebsd.org/changeset/ports/356641 QAT: https://qat.redports.org/buildarchive/r356641/ Log: Install the manpages of HTML version which were no longer installed accidentally at the time of stagefy. Modified: head/mail/cyrus-imapd23/Makefile head/mail/cyrus-imapd24/Makefile Modified: head/mail/cyrus-imapd23/Makefile ============================================================================== --- head/mail/cyrus-imapd23/Makefile Thu Jun 5 14:39:39 2014 (r356640) +++ head/mail/cyrus-imapd23/Makefile Thu Jun 5 14:58:34 2014 (r356641) @@ -2,7 +2,7 @@ PORTNAME= cyrus-imapd PORTVERSION= 2.3.18 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.cyrusimap.org/cyrus-imapd/ PKGNAMESUFFIX= 23 @@ -138,25 +138,29 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch- CYRUS_USER?= cyrus CYRUS_GROUP?= cyrus +MAN_MAN1= cyradm.1 imtest.1 installsieve.1 lmtptest.1 mupdatetest.1 \ + nntptest.1 pop3test.1 sieveshell.1 sivtest.1 smtptest.1 +MAN_MAN3= imclient.3 +MAN_MAN5= cyrus.conf.5 imapd.conf.5 krb.equiv.5 CYRUS_MAN3= Cyrus::IMAP.3 Cyrus::IMAP::Admin.3 Cyrus::IMAP::IMSP.3 \ Cyrus::IMAP::Shell.3 Cyrus::SIEVE::managesieve.3 -CYRUS_MAN8= arbitron.8 chk_cyrus.8 nntpd.8 ctl_cyrusdb.8 ctl_deliver.8 \ - cyr_dbtool.8 cyr_df.8 cyr_expire.8 cyr_synclog.8 \ - ctl_mboxlist.8 cvt_cyrusdb.8 deliver.8 fetchnews.8 fud.8 \ +CYRUS_MAN8= arbitron.8 chk_cyrus.8 ctl_cyrusdb.8 ctl_deliver.8 \ + ctl_mboxlist.8 cvt_cyrusdb.8 cyr_dbtool.8 cyr_df.8 \ + cyr_expire.8 cyr_synclog.8 deliver.8 fetchnews.8 fud.8 \ idled.8 imapd.8 ipurge.8 lmtpd.8 make_md5.8 make_sha1.8 \ - master.8 mbexamine.8 mbpath.8 notifyd.8 pop3d.8 quota.8 \ - reconstruct.8 rmnews.8 smmapd.8 squatter.8 sync_client.8 \ - sync_reset.8 sync_server.8 syncnews.8 timsieved.8 \ - tls_prune.8 unexpunge.8 + master.8 mbexamine.8 mbpath.8 nntpd.8 notifyd.8 pop3d.8 \ + quota.8 reconstruct.8 rmnews.8 smmapd.8 squatter.8 \ + sync_client.8 sync_reset.8 sync_server.8 syncnews.8 \ + timsieved.8 tls_prune.8 unexpunge.8 DOCS= altnamespace anoncvs bugs changes faq feedback index \ - install install-admin-mb install-auth install-compile \ + install-admin-mb install-auth install-compile \ install-configure install-murder install-netnews \ install-perf install-prereq install-replication \ install-sieve install-snmpmon install-testing \ - install-upgrade install-virtdomains mailing-list man \ - notes os overview questions readme sieve sieve-protocol \ - specs + install-upgrade install-virtdomains install mailing-list \ + man notes os overview questions readme sieve-protocol \ + sieve specs CONFS= cmu-frontend.conf prefork.conf cmu-backend.conf normal.conf \ small.conf @@ -208,7 +212,7 @@ post-install: @${INSTALL_DATA} ${WRKSRC}/doc/${f}.html ${STAGEDIR}${DOCSDIR} @${ECHO_CMD} share/doc/${PORTNAME}/${f}.html >>${TMPPLIST} .endfor -.for f in ${MAN1} ${MAN3} ${MAN5} ${CYRUS_MAN8} +.for f in ${MAN_MAN1} ${MAN_MAN3} ${MAN_MAN5} ${CYRUS_MAN8} @if [ -f ${WRKSRC}/doc/man/${f}.html ]; then \ ${INSTALL_DATA} ${WRKSRC}/doc/man/${f}.html \ ${STAGEDIR}${DOCSDIR}/man/${f}.html; \ Modified: head/mail/cyrus-imapd24/Makefile ============================================================================== --- head/mail/cyrus-imapd24/Makefile Thu Jun 5 14:39:39 2014 (r356640) +++ head/mail/cyrus-imapd24/Makefile Thu Jun 5 14:58:34 2014 (r356641) @@ -2,7 +2,7 @@ PORTNAME= cyrus-imapd PORTVERSION= 2.4.17 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.cyrusimap.org/cyrus-imapd/ \ http://cyrusimap.org/releases/ @@ -132,24 +132,28 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch- CYRUS_USER?= cyrus CYRUS_GROUP?= cyrus +MAN_MAN1= cyradm.1 imtest.1 installsieve.1 lmtptest.1 mupdatetest.1 \ + nntptest.1 pop3test.1 sieveshell.1 sivtest.1 smtptest.1 +MAN_MAN3= imclient.3 +MAN_MAN5= cyrus.conf.5 imapd.conf.5 krb.equiv.5 CYRUS_MAN3= Cyrus::IMAP.3 Cyrus::IMAP::Admin.3 Cyrus::IMAP::IMSP.3 \ Cyrus::IMAP::Shell.3 Cyrus::SIEVE::managesieve.3 -CYRUS_MAN8= arbitron.8 chk_cyrus.8 nntpd.8 ctl_cyrusdb.8 ctl_deliver.8 \ - cyr_dbtool.8 cyr_df.8 cyr_expire.8 cyr_synclog.8 \ - ctl_mboxlist.8 cvt_cyrusdb.8 deliver.8 fetchnews.8 fud.8 \ +CYRUS_MAN8= arbitron.8 chk_cyrus.8 ctl_cyrusdb.8 ctl_deliver.8 \ + ctl_mboxlist.8 cvt_cyrusdb.8 cyr_dbtool.8 cyr_df.8 \ + cyr_expire.8 cyr_synclog.8 deliver.8 fetchnews.8 fud.8 \ idled.8 imapd.8 ipurge.8 lmtpd.8 master.8 mbexamine.8 \ - mbpath.8 notifyd.8 pop3d.8 quota.8 reconstruct.8 rmnews.8 \ - smmapd.8 squatter.8 sync_client.8 sync_reset.8 sync_server.8 \ - syncnews.8 timsieved.8 tls_prune.8 unexpunge.8 + mbpath.8 nntpd.8 notifyd.8 pop3d.8 quota.8 reconstruct.8 \ + rmnews.8 smmapd.8 squatter.8 sync_client.8 sync_reset.8 \ + sync_server.8 syncnews.8 timsieved.8 tls_prune.8 unexpunge.8 DOCS= ag altnamespace anoncvs bugs changes faq feedback index \ - install install-admin-mb install-auth install-compile \ + install-admin-mb install-auth install-compile \ install-configure install-murder install-netnews \ install-perf install-prereq install-replication \ install-sieve install-snmpmon install-testing \ - install-upgrade install-virtdomains mailing-list man \ - notes os overview questions readme sieve sieve-protocol \ - specs + install-upgrade install-virtdomains install mailing-list \ + man notes os overview questions readme sieve-protocol \ + sieve specs CONFS= cmu-frontend.conf prefork.conf cmu-backend.conf normal.conf \ small.conf @@ -207,7 +211,7 @@ post-install: @${INSTALL_DATA} ${WRKSRC}/doc/${f}.html ${STAGEDIR}${DOCSDIR} @${ECHO_CMD} share/doc/${PORTNAME}/${f}.html >>${TMPPLIST} .endfor -.for f in ${MAN1} ${MAN3} ${MAN5} ${CYRUS_MAN8} +.for f in ${MAN_MAN1} ${MAN_MAN3} ${MAN_MAN5} ${CYRUS_MAN8} @if [ -f ${WRKSRC}/doc/man/${f}.html ]; then \ ${INSTALL_DATA} ${WRKSRC}/doc/man/${f}.html \ ${STAGEDIR}${DOCSDIR}/man/${f}.html; \