From owner-cvs-ports@FreeBSD.ORG Sun Oct 25 01:27:20 2009 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9DE0E106566B; Sun, 25 Oct 2009 01:27:20 +0000 (UTC) (envelope-from miwi@bsdcrew.de) Received: from bsdcrew.de (duro.unixfreunde.de [85.214.90.4]) by mx1.freebsd.org (Postfix) with ESMTP id 226778FC08; Sun, 25 Oct 2009 01:27:19 +0000 (UTC) Received: by bsdcrew.de (Postfix, from userid 1001) id 6E42A4AF56; Sun, 25 Oct 2009 02:27:17 +0100 (CET) Date: Sun, 25 Oct 2009 02:27:17 +0100 From: Martin Wilke To: "Lev A. Serebryakov" Message-ID: <20091025012716.GA48099@bsdcrew.de> References: <200910241148.n9OBmbuE080325@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; x-action=pgp-signed Content-Disposition: inline In-Reply-To: <200910241148.n9OBmbuE080325@repoman.freebsd.org> User-Agent: Mutt/1.5.19 (2009-01-05) Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/www/neon28 Makefile distinfo X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Oct 2009 01:27:20 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 this one is a security update why not a note about that? On Sat, Oct 24, 2009 at 11:48:37AM +0000, Lev A. Serebryakov wrote: > lev 2009-10-24 11:48:37 UTC > > FreeBSD ports repository > > Modified files: > www/neon28 Makefile distinfo > Log: > Update to 0.28.6 > > Revision Changes Path > 1.46 +26 -14 ports/www/neon28/Makefile > http://cvsweb.FreeBSD.org/ports/www/neon28/Makefile.diff?r1=1.45&r2=1.46 > | --- ports/www/neon28/Makefile 2009/08/02 19:36:02 1.45 > | +++ ports/www/neon28/Makefile 2009/10/24 11:48:37 1.46 > | @@ -2,38 +2,44 @@ > | # Date created: 13 October 2000 > | # Whom: Mikhail Teterin > | # > | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/www/neon28/Makefile,v 1.45 2009/08/02 19:36:02 mezz Exp $ > | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/www/neon28/Makefile,v 1.46 2009/10/24 11:48:37 lev Exp $ > | # > | > | PORTNAME= neon28 > | -PORTVERSION= 0.28.4 > | +PORTVERSION= 0.28.6 > | CATEGORIES= www > | -MASTER_SITES= http://www.webdav.org/neon/ \ > | - http://keyserver.kjsl.com/~jharris/distfiles/ > | +MASTER_SITES= http://www.webdav.org/neon/ > | DISTNAME= neon-${PORTVERSION} > | > | MAINTAINER= lev@FreeBSD.org > | COMMENT= An HTTP and WebDAV client library for Unix systems > | > | -LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 > | - > | -CONFLICTS= neon26-[0-9]* > | +CONFLICTS= neon2[6|9]-[0-9]* > | > | USE_AUTOTOOLS= libtool:22 > | USE_LDCONFIG= yes > | > | -.ifndef WITHOUT_OPENSSL > | -USE_OPENSSL= yes > | -.endif > | - > | USE_GNOME= gnomehack gnometarget > | GNU_CONFIGURE= yes > | -CONFIGURE_ARGS= --with-ssl \ > | - --enable-xml \ > | - --enable-shared \ > | - --with-expat \ > | +CONFIGURE_ARGS= --enable-shared \ > | --with-libs=${LOCALBASE}:${PREFIX} > | > | +# expat is default unless WITH_XML is choosen > | +.if !defined(WITHOUT_EXPAT) && !defined(WITH_XML) > | +CONFIGURE_ARGS+= --with-expat > | +LIB_DEPENDS+= expat.6:${PORTSDIR}/textproc/expat2 > | +.endif > | + > | +.if defined(WITH_XML) > | +CONFIGURE_ARGS+=--with-libxml2 > | +LIB_DEPENDS+= xml2.5:${PORTSDIR}/textproc/libxml2 > | +.endif > | + > | +.ifndef WITHOUT_OPENSSL > | +USE_OPENSSL= yes > | +CONFIGURE_ARGS+=--with-ssl > | +.endif > | + > | .if defined(WITHOUT_NLS) > | CONFIGURE_ARGS+=--disable-nls > | PLIST_SUB+= NLS="@comment " > | @@ -119,6 +125,12 @@ DOCSDIR= ${PREFIX}/share/doc/neon > | > | .include > | > | +pre-everything:: > | +.if defined(WITH_EXPAT) && defined(WITH_XML) > | + @${ECHO_CMD} "please choose between expat and libxml2 not both" > | + @${FALSE} > | +.endif > | + > | post-install: > | ${INSTALL_MAN} ${WRKSRC}/doc/man/*.1 ${MANPREFIX}/man/man1 > | ${INSTALL_MAN} ${WRKSRC}/doc/man/*.3 ${MANPREFIX}/man/man3 > 1.31 +3 -3 ports/www/neon28/distinfo > http://cvsweb.FreeBSD.org/ports/www/neon28/distinfo.diff?r1=1.30&r2=1.31 > | --- ports/www/neon28/distinfo 2009/04/29 11:35:43 1.30 > | +++ ports/www/neon28/distinfo 2009/10/24 11:48:37 1.31 > | @@ -1,3 +1,3 @@ > | -MD5 (neon-0.28.4.tar.gz) = 6c3b94362af743d046e198e9fcbe4a85 > | -SHA256 (neon-0.28.4.tar.gz) = be151943df34e5884b2c7f4b5f4ebe83b8e74e665d90474aca06006e3b9530bd > | -SIZE (neon-0.28.4.tar.gz) = 775886 > | +MD5 (neon-0.28.6.tar.gz) = 252578ed555552b71d15909641484951 > | +SHA256 (neon-0.28.6.tar.gz) = 06ee8b1aa37a14a956a1158bf6b5a8c3388976d61c1dc3773a3ffe18ac8ecc0e > | +SIZE (neon-0.28.6.tar.gz) = 789193 > - -- +-----------------------+-------------------------------+ | PGP : 0xB1E6FCE9 | Jabber : miwi(at)BSDCrew.de | | Skype : splash_111 | Mail : miwi(at)FreeBSD.org | +-----------------------+-------------------------------+ | Mess with the Best, Die like the Rest! | +-----------------------+-------------------------------+ -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.12 (FreeBSD) iEYEARECAAYFAkrjqXQACgkQdLJIhLHm/OkeIgCfaegM7HkHsOxaiv+acT90riem C2AAoKgJzEmWuopzKrFQk0HPOOCcmqcY =DNVl -----END PGP SIGNATURE-----