From owner-freebsd-ports-bugs Mon Feb 10 13: 0:34 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81CDD37B401 for ; Mon, 10 Feb 2003 13:00:32 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C792143FA3 for ; Mon, 10 Feb 2003 13:00:30 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h1AL0UNS018269 for ; Mon, 10 Feb 2003 13:00:30 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h1AL0UCH018268; Mon, 10 Feb 2003 13:00:30 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49C9A37B401 for ; Mon, 10 Feb 2003 12:55:46 -0800 (PST) Received: from noname.csdl.lt (noname.csdl.lt [194.176.40.182]) by mx1.FreeBSD.org (Postfix) with SMTP id 826AA43FCB for ; Mon, 10 Feb 2003 12:55:44 -0800 (PST) (envelope-from paulius@noname.csdl.lt) Received: (qmail 61788 invoked by uid 1000); 10 Feb 2003 20:55:39 -0000 Message-Id: <20030210205539.61787.qmail@noname.csdl.lt> Date: 10 Feb 2003 20:55:39 -0000 From: Paulius Bulotas Reply-To: Paulius Bulotas To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/48162: cyrus-sasl2 upgrade / man page fix (deletion ;) Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 48162 >Category: ports >Synopsis: cyrus-sasl2 upgrade / man page fix (deletion ;) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 10 13:00:27 PST 2003 >Closed-Date: >Last-Modified: >Originator: Paulius Bulotas >Release: FreeBSD 4.7-RELEASE-p3 i386 >Organization: >Environment: System: FreeBSD noname.csdl.lt 4.7-RELEASE-p3 FreeBSD 4.7-RELEASE-p3 #0: Sun Jan 19 15:21:29 EET 2003 root@noname.csdl.lt:/usr/src/sys/compile/NONAME i386 >Description: cyrus-sasl2 upgrade to 2.1.12. saslauthd.8 man page is installed from two sources to two different locations: preformatted version to cat8 and raw mdoc format version to man8. After man saslauthd man8 version is showed, which of course is unreadable (almost ;) >How-To-Repeat: install current version and do man saslauthd.8 >Fix: --- security/cyrus-sasl2/Makefile.orig Sat Feb 1 19:42:38 2003 +++ security/cyrus-sasl2/Makefile Mon Feb 10 22:37:34 2003 @@ -6,7 +6,7 @@ # PORTNAME= cyrus-sasl -PORTVERSION= 2.1.11 +PORTVERSION= 2.1.12 #PORTREVISION= 0 CATEGORIES= security ipv6 MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \ @@ -37,7 +37,7 @@ sasl_server_step.3 sasl_server_userdb_checkpass_t.3 \ sasl_server_userdb_setpass_t.3 sasl_setpass.3 sasl_setprop.3 \ sasl_user_exists.3 sasl_verifyfile_t.3 -MAN8= saslauthd.8 sasldblistusers2.8 saslpasswd2.8 +MAN8= sasldblistusers2.8 saslpasswd2.8 GNU_CONFIGURE= YES @@ -160,8 +160,6 @@ ${MAN8PREFIX}/man/man8/saslpasswd2.8 ${INSTALL_MAN} ${WRKSRC}/utils/sasldblistusers2.8 \ ${MAN8PREFIX}/man/man8/sasldblistusers2.8 - ${INSTALL_MAN} ${WRKSRC}/saslauthd/saslauthd.mdoc \ - ${MAN8PREFIX}/man/man8/saslauthd.8 @${SED} -e "s;%%PREFIX%%;${PREFIX};g" ${PWCHECK_SUB} \ ${FILESDIR}/saslauthd.sh > ${PREFIX}/etc/rc.d/saslauthd.sh @${CHMOD} 755 ${PREFIX}/etc/rc.d/saslauthd.sh --- security/cyrus-sasl2/distinfo.orig Sat Feb 1 19:42:38 2003 +++ security/cyrus-sasl2/distinfo Mon Feb 10 22:27:13 2003 @@ -1 +1 @@ -MD5 (cyrus-sasl-2.1.11.tar.gz) = aad25b5185101bc0803fc91e7e65b7de +MD5 (cyrus-sasl-2.1.12.tar.gz) = 42cdb218959eb46c3ea70728c9da4385 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message