diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2010-02-10 12:30:59 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2010-02-10 12:30:59 +0000 |
commit | eb5f3e1ca8999ded5947eddc811618bcb027adbf (patch) | |
tree | 490d9359ac7bddb7e5dac9380bde13c7cdf0fc57 /www/neon29 | |
parent | a37675c36e4b6785f238c2f70196833a01993228 (diff) | |
download | ports-eb5f3e1ca8999ded5947eddc811618bcb027adbf.tar.gz ports-eb5f3e1ca8999ded5947eddc811618bcb027adbf.zip |
- Update to 0.29.3
- Fix spacing to make portlint happy
Changes: http://lists.manyfish.co.uk/pipermail/neon/2010-January/001150.html
Changes: http://lists.manyfish.co.uk/pipermail/neon/2009-December/001123.html
PR: ports/142185
Submitted by: olli hauer <ohauer xx gmx.de>
Approved by: maintainer timeout (lev; >1 month)
Notes
Notes:
svn path=/head/; revision=249526
Diffstat (limited to 'www/neon29')
-rw-r--r-- | www/neon29/Makefile | 8 | ||||
-rw-r--r-- | www/neon29/distinfo | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/neon29/Makefile b/www/neon29/Makefile index 37b02a35dbff..35486942ea65 100644 --- a/www/neon29/Makefile +++ b/www/neon29/Makefile @@ -6,7 +6,7 @@ # PORTNAME= neon29 -PORTVERSION= 0.29.1 +PORTVERSION= 0.29.3 CATEGORIES= www MASTER_SITES= http://www.webdav.org/neon/ DISTNAME= neon-${PORTVERSION} @@ -21,18 +21,18 @@ USE_LDCONFIG= yes USE_GNOME= gnomehack gnometarget GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-shared \ +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 +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 +LIB_DEPENDS+= xml2.5:${PORTSDIR}/textproc/libxml2 .endif .ifndef WITHOUT_OPENSSL diff --git a/www/neon29/distinfo b/www/neon29/distinfo index f1cd018929d6..09ec9d4188b8 100644 --- a/www/neon29/distinfo +++ b/www/neon29/distinfo @@ -1,3 +1,3 @@ -MD5 (neon-0.29.1.tar.gz) = eb4eac0499cb6fced6e3b11e4b720ebb -SHA256 (neon-0.29.1.tar.gz) = 2b9c10f1f3fd440e0ebcb18de1b7d51c2a8042dc0f542022a2948006d149c8ee -SIZE (neon-0.29.1.tar.gz) = 880945 +MD5 (neon-0.29.3.tar.gz) = ba1015b59c112d44d7797b62fe7bee51 +SHA256 (neon-0.29.3.tar.gz) = 849004a9f3cbb79706cd29461142868c25aceb44785eb81c78db0390e1372cb4 +SIZE (neon-0.29.3.tar.gz) = 881627 |