Date: Thu, 10 Jan 2002 16:40:03 -0800 (PST) From: "Scot W. Hetzel" <hetzels@westbend.net> To: freebsd-ports@FreeBSD.org Subject: Re: ports/33603: Update to cyrus-sasl 1.5.27 Message-ID: <200201110040.g0B0e3R61833@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/33603; it has been noted by GNATS. From: "Scot W. Hetzel" <hetzels@westbend.net> To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: Re: ports/33603: Update to cyrus-sasl 1.5.27 Date: Thu, 10 Jan 2002 18:39:00 -0600 (CST) After applying the previously submitted patch, apply the following patch to add IPv6 back to the port. Scot W. Hetzel diff -ruN cyrus-sasl.0106/Makefile cyrus-sasl/Makefile --- cyrus-sasl.0106/Makefile Sat Jan 5 17:55:42 2002 +++ cyrus-sasl/Makefile Thu Jan 10 18:29:16 2002 @@ -8,7 +8,7 @@ PORTNAME= cyrus-sasl PORTVERSION= 1.5.27 PORTREVISION= 0 -CATEGORIES= security +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/ \ @@ -20,11 +20,11 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ sasl-${PORTVERSION}-ldap-ssl-filter-mysql-patch3.tgz -PATCH_SITES= ftp://ftp.westbend.net/pub/cyrus-mail/contrib/ -PATCHFILES= sasl_apop_patch.gz +PATCH_SITES= ftp://ftp.westbend.net/pub/cyrus-mail/contrib/ \ + http://www.imasy.or.jp/~ume/ipv6/ -#PATCH_SITES= http://www.imasy.or.jp/~ume/ipv6/ -#PATCHFILES= ${DISTNAME}-ipv6-${IPV6_VER}.diff.gz +PATCHFILES= sasl_apop_patch.gz \ + ${DISTNAME}-ipv6-${IPV6_VER}.diff.gz MAINTAINER= hetzels@westbend.net @@ -32,7 +32,8 @@ INSTALLS_SHLIB= yes -IPV6_VER= 20010321 +# IPv6 Patch provided by Hajimu UMEMOTO <ume@mahoroba.org> +IPV6_VER= 20020106 MAN3= sasl.3 sasl_authorize_t.3 sasl_callbacks.3 sasl_checkpass.3 \ sasl_client_init.3 sasl_client_new.3 sasl_client_start.3 \ diff -ruN cyrus-sasl.0106/distinfo cyrus-sasl/distinfo --- cyrus-sasl.0106/distinfo Sat Jan 5 16:07:23 2002 +++ cyrus-sasl/distinfo Thu Jan 10 17:59:46 2002 @@ -1,3 +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_apop_patch.gz) = 6bf7a34b73d1c8d139d2269069d1ba4c +MD5 (cyrus-sasl-1.5.27-ipv6-20020106.diff.gz) = b2956a084954a46ba2d751f56a80a275 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?200201110040.g0B0e3R61833>