diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-06-05 20:50:03 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-06-05 20:50:03 +0000 |
commit | 7735abce4317bac377c71fbc592e335214f9f640 (patch) | |
tree | f10eb30014f84dcf082598b7ad976f4451a48c4a /www/neon29 | |
parent | be4b0c1efe160041a2239fae6681b37e9c6ffcbb (diff) | |
download | ports-7735abce4317bac377c71fbc592e335214f9f640.tar.gz ports-7735abce4317bac377c71fbc592e335214f9f640.zip |
Upgrade port to version 0.15.0
Submitted by: sobomax
Notes
Notes:
svn path=/head/; revision=43551
Diffstat (limited to 'www/neon29')
-rw-r--r-- | www/neon29/Makefile | 6 | ||||
-rw-r--r-- | www/neon29/distinfo | 2 | ||||
-rw-r--r-- | www/neon29/pkg-plist | 37 |
3 files changed, 24 insertions, 21 deletions
diff --git a/www/neon29/Makefile b/www/neon29/Makefile index c675257358de..8f714d9ecb8e 100644 --- a/www/neon29/Makefile +++ b/www/neon29/Makefile @@ -6,7 +6,7 @@ # PORTNAME= neon -PORTVERSION= 0.12.0 +PORTVERSION= 0.15.0 CATEGORIES= www MASTER_SITES= http://www.webdav.org/neon/ @@ -20,7 +20,9 @@ USE_OPENSSL= yes USE_LIBTOOL= yes CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE} \ - --enable-xml + --enable-xml \ + --enable-shared \ + --with-libxml1 .ifndef NOPORTDOCS post-install: diff --git a/www/neon29/distinfo b/www/neon29/distinfo index 974e05b82b18..cc9d3f5bed22 100644 --- a/www/neon29/distinfo +++ b/www/neon29/distinfo @@ -1 +1 @@ -MD5 (neon-0.12.0.tar.gz) = 3a2b77eaafe140bea57fd3d66835a44f +MD5 (neon-0.15.0.tar.gz) = a50194fe1bfbd86f34ae0d656e277f63 diff --git a/www/neon29/pkg-plist b/www/neon29/pkg-plist index 109194049248..555e178f8541 100644 --- a/www/neon29/pkg-plist +++ b/www/neon29/pkg-plist @@ -1,25 +1,26 @@ bin/neon-config -include/neon/dates.h -include/neon/dav_207.h -include/neon/dav_basic.h -include/neon/dav_locks.h -include/neon/dav_props.h -include/neon/hip_xml.h -include/neon/http_basic.h -include/neon/http_cookies.h -include/neon/http_redirect.h -include/neon/http_request.h -include/neon/http_utils.h +include/neon/ne_207.h include/neon/ne_alloc.h -include/neon/neon_defs.h -include/neon/neon_i18n.h -include/neon/neon_md5.h -include/neon/nsocket.h -include/neon/string_utils.h -include/neon/uri.h +include/neon/ne_auth.h +include/neon/ne_basic.h +include/neon/ne_cookies.h +include/neon/ne_dates.h +include/neon/ne_defs.h +include/neon/ne_i18n.h +include/neon/ne_locks.h +include/neon/ne_md5.h +include/neon/ne_props.h +include/neon/ne_redirect.h +include/neon/ne_request.h +include/neon/ne_session.h +include/neon/ne_socket.h +include/neon/ne_string.h +include/neon/ne_uri.h +include/neon/ne_utils.h +include/neon/ne_xml.h lib/libneon.a lib/libneon.so -lib/libneon.so.12 +lib/libneon.so.15 %%PORTDOCS%%share/doc/neon/using-neon.txt %%PORTDOCS%%@dirrm share/doc/neon @dirrm include/neon |