From admin@mail.westbend.net  Thu May  9 18:06:52 2002
Return-Path: <admin@mail.westbend.net>
Received: from mail.westbend.net (ns1.westbend.net [216.47.253.3])
	by hub.freebsd.org (Postfix) with ESMTP id 94A9B37B408
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  9 May 2002 18:06:50 -0700 (PDT)
Received: from mail.westbend.net (localhost [127.0.0.1])
	by mail.westbend.net (8.12.3/8.12.3) with ESMTP id g4A16mM3049331
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 9 May 2002 20:06:48 -0500 (CDT)
	(envelope-from admin@mail.westbend.net)
Received: (from root@localhost)
	by mail.westbend.net (8.12.3/8.12.3/Submit) id g4A16iPn049330;
	Thu, 9 May 2002 20:06:44 -0500 (CDT)
Message-Id: <200205100106.g4A16iPn049330@mail.westbend.net>
Date: Thu, 9 May 2002 20:06:44 -0500 (CDT)
From: "Scot W. Hetzel" <hetzels@westbend.net>
Reply-To: "Scot W. Hetzel" <hetzels@westbend.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: security/cyrus-sasl: Fix sourceforge download problem
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         37913
>Category:       ports
>Synopsis:       security/cyrus-sasl: Fix sourceforge download problem
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    dinoex
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 09 18:10:01 PDT 2002
>Closed-Date:    Wed May 15 19:45:52 PDT 2002
>Last-Modified:  Wed May 15 19:45:52 PDT 2002
>Originator:     Scot W. Hetzel
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
West Bend Internet
>Environment:
System:

FreeBSD wbiW009.westbend.net 4.5-STABLE FreeBSD 4.5-STABLE #7: Wed Apr 24 10:46:07 CDT 2002     root@wbiW009.westbend.net:/usr/obj/usr/src/sys/GENERIC-SMP  i386


>Description:

	Sourceforge changed the prdownloads site, so that a web page with a selection
	of sites to download the sasl-1.5.27-ldap-ssl-filter-mysql-patch3.tgz file
	is shown.  This causes fetch to download the web page instead of the file.

>How-To-Repeat:
	Remove /usr/ports/distfiles/sasl-1.5.27-ldap-ssl-filter-mysql-patch3.tgz
	Then try to build the port.

>Fix:

	Remove http://prdownloads.sourceforge.net/cyrus-utils/ from the Makefile.

	Update to sasl-1.5.27-ldap-ssl-filter-mysql-patch4.tgz

	Changed file:
		Makefile
		distinfo

	Removed file:
		files/patch-lib::checkpw.c


Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/security/cyrus-sasl/Makefile,v
retrieving revision 1.40
diff -u -r1.40 Makefile
--- Makefile	25 Mar 2002 09:19:20 -0000	1.40
+++ Makefile	10 May 2002 00:21:15 -0000
@@ -7,10 +7,9 @@
 
 PORTNAME=	cyrus-sasl
 PORTVERSION=	1.5.27
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	security ipv6
 MASTER_SITES=	ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/%SUBDIR%/ \
-		http://prdownloads.sourceforge.net/cyrus-utils/ \
 		http://www.surf.org.uk/downloads/ \
 		ftp://ftp.westbend.net/pub/cyrus-mail/%SUBDIR%/ \
 		${MASTER_SITE_SOURCEFORGE} \
@@ -18,7 +17,7 @@
 MASTER_SITE_SUBDIR=	. OLD-VERSIONS/sasl cyrus-utils
 
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX} \
-		sasl-${PORTVERSION}-ldap-ssl-filter-mysql-patch3.tgz
+		sasl-${PORTVERSION}-ldap-ssl-filter-mysql-patch4.tgz
 
 PATCH_SITES=	ftp://ftp.westbend.net/pub/cyrus-mail/contrib/ \
 		http://www.imasy.or.jp/~ume/ipv6/
@@ -99,7 +98,7 @@
 		EBONES=${EBONES} \
 		DOCSDIR=${DOCSDIR:S/^${PREFIX}\///} \
 
-LDAP_MYSQL_PATCH=	ldap-mysql_sasl/sasl-ldap+mysql.patch
+LDAP_MYSQL_PATCH=	ldap-mysql_sasl-${PORTVERSION}/sasl-ldap+mysql.patch
 
 PKGDEINSTALL=	${WRKDIR}/pkg-deinstall
 PKGINSTALL=	${WRKDIR}/pkg-install
@@ -123,8 +122,7 @@
 	@${CP} ${FILESDIR}/pwcheck_pam.c ${WRKSRC}/pwcheck
 
 pre-patch:
-	@(cd ${WRKSRC} && ${PATCH} -p1 < ${WRKDIR}/${LDAP_MYSQL_PATCH} && \
-	${MV} configure.orig configure)
+	@(cd ${WRKSRC} && ${PATCH} -p1 < ${WRKDIR}/${LDAP_MYSQL_PATCH})
 
 # Fix sasldb name in pkg-install/deinstall scripts
 post-patch:
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/security/cyrus-sasl/distinfo,v
retrieving revision 1.7
diff -u -r1.7 distinfo
--- distinfo	17 Jan 2002 15:04:35 -0000	1.7
+++ distinfo	10 May 2002 00:01:55 -0000
@@ -1,4 +1,4 @@
 MD5 (cyrus-sasl-1.5.27.tar.gz) = 76ea426e2e2da3b8d2e3a43af5488f3b
-MD5 (sasl-1.5.27-ldap-ssl-filter-mysql-patch3.tgz) = 19e6783c1f4095e265648d26c4679544
+MD5 (sasl-1.5.27-ldap-ssl-filter-mysql-patch4.tgz) = 3dc800b8a173adb419b6ea9ed8ba5f20
 MD5 (sasl_apop_patch.gz) = 6bf7a34b73d1c8d139d2269069d1ba4c
 MD5 (cyrus-sasl-1.5.27-ipv6-20020106.diff.gz) = b2956a084954a46ba2d751f56a80a275
>Release-Note:
>Audit-Trail:

From: Paul Richards <paul@freebsd-services.com>
To: "Scot W. Hetzel" <hetzels@westbend.net>
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: ports/37913: security/cyrus-sasl: Fix sourceforge download
	problem
Date: 10 May 2002 04:13:03 +0100

 On Fri, 2002-05-10 at 02:06, Scot W. Hetzel wrote:
 > 
 
 > 
 > 	Sourceforge changed the prdownloads site, so that a web page with a selection
 > 	of sites to download the sasl-1.5.27-ldap-ssl-filter-mysql-patch3.tgz file
 > 	is shown.  This causes fetch to download the web page instead of the file.
 
 I suspect this affects all ports that download from Sourceforge. It
 certainly affected the expat2 port as well.
  
 -- 
 Paul Richards                   |  FreeBSD DVD releases and merchandise.
 FreeBSD Services Ltd            |  Hardware, support and development.
 http://www.freebsd-services.com |  Domain names and mail/web hosting.
 
Responsible-Changed-From-To: freebsd-ports->dinoex 
Responsible-Changed-By: dinoex 
Responsible-Changed-When: Mon May 13 19:37:58 PDT 2002 
Responsible-Changed-Why:  
I will take care of it. 

The port does not build with this patch, 
It looks like files/patch-lib::checkpw.c is obsolte now. 
Please check and send me feedback. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=37913 

From: "Scot W. Hetzel" <hetzels@westbend.net>
To: <dinoex@FreeBSD.ORG>
Cc: <FreeBSD-gnats-submit@FreeBSD.ORG>
Subject: Re: ports/37913: security/cyrus-sasl: Fix sourceforge download problem
Date: Wed, 15 May 2002 21:12:59 -0500

 From: <dinoex@FreeBSD.ORG>
 > Synopsis: security/cyrus-sasl: Fix sourceforge download problem
 >
 > Responsible-Changed-From-To: freebsd-ports->dinoex
 > Responsible-Changed-By: dinoex
 > Responsible-Changed-When: Mon May 13 19:37:58 PDT 2002
 > Responsible-Changed-Why:
 > I will take care of it.
 >
 > The port does not build with this patch,
 > It looks like files/patch-lib::checkpw.c is obsolte now.
 > Please check and send me feedback.
 >
 Yes, that file is obsolete as mentioned in the PR under "Removed files".
 
 I also got a message from trevor, who had comited PR 38100, which only
 removed the prdownloads site.  Please commit the rest of this PR.
 
 Thanks,
 
 Scot
 
State-Changed-From-To: open->closed 
State-Changed-By: dinoex 
State-Changed-When: Wed May 15 19:44:17 PDT 2002 
State-Changed-Why:  
Committed, Thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=37913 
>Unformatted:
