Date: Thu, 9 May 2002 20:06:44 -0500 (CDT) From: "Scot W. Hetzel" <hetzels@westbend.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/37913: security/cyrus-sasl: Fix sourceforge download problem Message-ID: <200205100106.g4A16iPn049330@mail.westbend.net>
next in thread | raw e-mail | index | archive | help
>Number: 37913 >Category: ports >Synopsis: security/cyrus-sasl: Fix sourceforge download problem >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu May 09 18:10:01 PDT 2002 >Closed-Date: >Last-Modified: >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: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205100106.g4A16iPn049330>