From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 2 14:50:04 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DD8371065670 for ; Wed, 2 Jun 2010 14:50:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (unknown [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CC4D68FC1F for ; Wed, 2 Jun 2010 14:50:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o52Eo4W8006455 for ; Wed, 2 Jun 2010 14:50:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o52Eo4Vi006454; Wed, 2 Jun 2010 14:50:04 GMT (envelope-from gnats) Date: Wed, 2 Jun 2010 14:50:04 GMT Message-Id: <201006021450.o52Eo4Vi006454@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Eric F Crist Cc: Subject: Re: ports/147330: [PATCH] security/openvpn-devel update X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Eric F Crist List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jun 2010 14:50:04 -0000 The following reply was made to PR ports/147330; it has been noted by GNATS. From: Eric F Crist To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/147330: [PATCH] security/openvpn-devel update Date: Wed, 2 Jun 2010 09:42:25 -0500 --Apple-Mail-17-829802414 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii The previous patch was incorrect, please use the attached patch. Sorry = for the noise. --- Eric Crist --Apple-Mail-17-829802414 Content-Disposition: attachment; filename=ovpn.diff Content-Type: application/octet-stream; x-unix-mode=0664; name="ovpn.diff" Content-Transfer-Encoding: 7bit Index: Makefile =================================================================== RCS file: /home/ncvs/ports/security/openvpn-devel/Makefile,v retrieving revision 1.57 diff -r1.57 Makefile 9c9 < DISTVERSION= 201019 --- > DISTVERSION= 201022 25c25,26 < --with-lzo-headers=${LOCALBASE}/include --- > --with-lzo-headers=${LOCALBASE}/include \ > --disable-depr-random-resolv Index: distinfo =================================================================== RCS file: /home/ncvs/ports/security/openvpn-devel/distinfo,v retrieving revision 1.39 diff -r1.39 distinfo 0a1,5 > <<<<<<< distinfo > MD5 (openvpn-201022.tar.gz) = 45c0c63d8638b8411ddba9727a47312c > SHA256 (openvpn-201022.tar.gz) = 413d1bea8bbd1745074e0242757755fcdfaab0fe8b7e1b69b0a212130a6574e6 > SIZE (openvpn-201022.tar.gz) = 1041310 > ======= 3a9 > >>>>>>> 1.39 Index: files/pkg-req.in =================================================================== RCS file: /home/ncvs/ports/security/openvpn-devel/files/pkg-req.in,v retrieving revision 1.3 diff -r1.3 pkg-req.in 24c24,25 < Please update your ports tree and install security/openvpn from there. --- > Please update your ports tree and install security/openvpn-devel > from there. --Apple-Mail-17-829802414--