diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-12-23 08:42:45 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-12-23 08:42:45 +0000 |
commit | fbac221c16ca15cb861abb54ba0af3a8badbed40 (patch) | |
tree | a368e5a94e8de37ac2790ef294e3b8b18818ff7d /www/neon29 | |
parent | 42fc6552858a05650e98a6021c3e1bf9d30670ef (diff) | |
download | ports-fbac221c16ca15cb861abb54ba0af3a8badbed40.tar.gz ports-fbac221c16ca15cb861abb54ba0af3a8badbed40.zip |
Update port to version 0.18.2.
PR: 33103
Submitted by: Garrett Rooney <rooneg@electricjellyfish.net>
Notes
Notes:
svn path=/head/; revision=52028
Diffstat (limited to 'www/neon29')
-rw-r--r-- | www/neon29/Makefile | 3 | ||||
-rw-r--r-- | www/neon29/distinfo | 2 | ||||
-rw-r--r-- | www/neon29/pkg-plist | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/www/neon29/Makefile b/www/neon29/Makefile index 73f7a0e48408..7673f26c93b4 100644 --- a/www/neon29/Makefile +++ b/www/neon29/Makefile @@ -6,7 +6,7 @@ # PORTNAME= neon -PORTVERSION= 0.17.2 +PORTVERSION= 0.18.2 CATEGORIES= www MASTER_SITES= http://www.webdav.org/neon/ @@ -23,6 +23,7 @@ CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE} \ --enable-xml \ --enable-shared \ --with-libxml1 +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} .ifndef NOPORTDOCS post-install: diff --git a/www/neon29/distinfo b/www/neon29/distinfo index 81a36c22f25b..7414080975f6 100644 --- a/www/neon29/distinfo +++ b/www/neon29/distinfo @@ -1 +1 @@ -MD5 (neon-0.17.2.tar.gz) = b99e82af7a6cb1f67212924f910c111e +MD5 (neon-0.18.2.tar.gz) = 540a4d3c70ea574a92da3f02e69165e8 diff --git a/www/neon29/pkg-plist b/www/neon29/pkg-plist index eb377641d787..ca4bbc885294 100644 --- a/www/neon29/pkg-plist +++ b/www/neon29/pkg-plist @@ -20,7 +20,7 @@ include/neon/ne_redirect.h include/neon/ne_auth.h include/neon/ne_compress.h include/neon/ne_acl.h -lib/libneon.so.17 +lib/libneon.so.18 lib/libneon.so lib/libneon.la lib/libneon.a |