Update port to version 0.17.2.
Submitted by: Garrett Rooney <rooneg@electricjellyfish.net>
This commit is contained in:
parent
0edf77d105
commit
f04178dcc6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=50293
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= neon
|
||||
PORTVERSION= 0.15.3
|
||||
PORTVERSION= 0.17.2
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://www.webdav.org/neon/
|
||||
|
||||
@ -18,7 +18,7 @@ LIB_DEPENDS= xml.5:${PORTSDIR}/textproc/libxml
|
||||
USE_OPENSSL= yes
|
||||
.endif
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE} \
|
||||
--enable-xml \
|
||||
--enable-shared \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (neon-0.15.3.tar.gz) = 790ef01f17405881b63e94cbbce02194
|
||||
MD5 (neon-0.17.2.tar.gz) = b99e82af7a6cb1f67212924f910c111e
|
||||
|
@ -1,26 +1,29 @@
|
||||
bin/neon-config
|
||||
include/neon/ne_207.h
|
||||
include/neon/ne_alloc.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_uri.h
|
||||
include/neon/ne_socket.h
|
||||
include/neon/ne_basic.h
|
||||
include/neon/ne_207.h
|
||||
include/neon/ne_props.h
|
||||
include/neon/ne_xml.h
|
||||
lib/libneon.a
|
||||
include/neon/ne_dates.h
|
||||
include/neon/ne_string.h
|
||||
include/neon/ne_cookies.h
|
||||
include/neon/ne_defs.h
|
||||
include/neon/ne_locks.h
|
||||
include/neon/ne_alloc.h
|
||||
include/neon/ne_md5.h
|
||||
include/neon/ne_i18n.h
|
||||
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
|
||||
lib/libneon.so.15
|
||||
lib/libneon.la
|
||||
lib/libneon.a
|
||||
%%PORTDOCS%%share/doc/neon/using-neon.txt
|
||||
%%PORTDOCS%%@dirrm share/doc/neon
|
||||
@dirrm include/neon
|
||||
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= neon
|
||||
PORTVERSION= 0.15.3
|
||||
PORTVERSION= 0.17.2
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://www.webdav.org/neon/
|
||||
|
||||
@ -18,7 +18,7 @@ LIB_DEPENDS= xml.5:${PORTSDIR}/textproc/libxml
|
||||
USE_OPENSSL= yes
|
||||
.endif
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE} \
|
||||
--enable-xml \
|
||||
--enable-shared \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (neon-0.15.3.tar.gz) = 790ef01f17405881b63e94cbbce02194
|
||||
MD5 (neon-0.17.2.tar.gz) = b99e82af7a6cb1f67212924f910c111e
|
||||
|
@ -1,26 +1,29 @@
|
||||
bin/neon-config
|
||||
include/neon/ne_207.h
|
||||
include/neon/ne_alloc.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_uri.h
|
||||
include/neon/ne_socket.h
|
||||
include/neon/ne_basic.h
|
||||
include/neon/ne_207.h
|
||||
include/neon/ne_props.h
|
||||
include/neon/ne_xml.h
|
||||
lib/libneon.a
|
||||
include/neon/ne_dates.h
|
||||
include/neon/ne_string.h
|
||||
include/neon/ne_cookies.h
|
||||
include/neon/ne_defs.h
|
||||
include/neon/ne_locks.h
|
||||
include/neon/ne_alloc.h
|
||||
include/neon/ne_md5.h
|
||||
include/neon/ne_i18n.h
|
||||
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
|
||||
lib/libneon.so.15
|
||||
lib/libneon.la
|
||||
lib/libneon.a
|
||||
%%PORTDOCS%%share/doc/neon/using-neon.txt
|
||||
%%PORTDOCS%%@dirrm share/doc/neon
|
||||
@dirrm include/neon
|
||||
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= neon
|
||||
PORTVERSION= 0.15.3
|
||||
PORTVERSION= 0.17.2
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://www.webdav.org/neon/
|
||||
|
||||
@ -18,7 +18,7 @@ LIB_DEPENDS= xml.5:${PORTSDIR}/textproc/libxml
|
||||
USE_OPENSSL= yes
|
||||
.endif
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE} \
|
||||
--enable-xml \
|
||||
--enable-shared \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (neon-0.15.3.tar.gz) = 790ef01f17405881b63e94cbbce02194
|
||||
MD5 (neon-0.17.2.tar.gz) = b99e82af7a6cb1f67212924f910c111e
|
||||
|
@ -1,26 +1,29 @@
|
||||
bin/neon-config
|
||||
include/neon/ne_207.h
|
||||
include/neon/ne_alloc.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_uri.h
|
||||
include/neon/ne_socket.h
|
||||
include/neon/ne_basic.h
|
||||
include/neon/ne_207.h
|
||||
include/neon/ne_props.h
|
||||
include/neon/ne_xml.h
|
||||
lib/libneon.a
|
||||
include/neon/ne_dates.h
|
||||
include/neon/ne_string.h
|
||||
include/neon/ne_cookies.h
|
||||
include/neon/ne_defs.h
|
||||
include/neon/ne_locks.h
|
||||
include/neon/ne_alloc.h
|
||||
include/neon/ne_md5.h
|
||||
include/neon/ne_i18n.h
|
||||
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
|
||||
lib/libneon.so.15
|
||||
lib/libneon.la
|
||||
lib/libneon.a
|
||||
%%PORTDOCS%%share/doc/neon/using-neon.txt
|
||||
%%PORTDOCS%%@dirrm share/doc/neon
|
||||
@dirrm include/neon
|
||||
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= neon
|
||||
PORTVERSION= 0.15.3
|
||||
PORTVERSION= 0.17.2
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://www.webdav.org/neon/
|
||||
|
||||
@ -18,7 +18,7 @@ LIB_DEPENDS= xml.5:${PORTSDIR}/textproc/libxml
|
||||
USE_OPENSSL= yes
|
||||
.endif
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE} \
|
||||
--enable-xml \
|
||||
--enable-shared \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (neon-0.15.3.tar.gz) = 790ef01f17405881b63e94cbbce02194
|
||||
MD5 (neon-0.17.2.tar.gz) = b99e82af7a6cb1f67212924f910c111e
|
||||
|
@ -1,26 +1,29 @@
|
||||
bin/neon-config
|
||||
include/neon/ne_207.h
|
||||
include/neon/ne_alloc.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_uri.h
|
||||
include/neon/ne_socket.h
|
||||
include/neon/ne_basic.h
|
||||
include/neon/ne_207.h
|
||||
include/neon/ne_props.h
|
||||
include/neon/ne_xml.h
|
||||
lib/libneon.a
|
||||
include/neon/ne_dates.h
|
||||
include/neon/ne_string.h
|
||||
include/neon/ne_cookies.h
|
||||
include/neon/ne_defs.h
|
||||
include/neon/ne_locks.h
|
||||
include/neon/ne_alloc.h
|
||||
include/neon/ne_md5.h
|
||||
include/neon/ne_i18n.h
|
||||
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
|
||||
lib/libneon.so.15
|
||||
lib/libneon.la
|
||||
lib/libneon.a
|
||||
%%PORTDOCS%%share/doc/neon/using-neon.txt
|
||||
%%PORTDOCS%%@dirrm share/doc/neon
|
||||
@dirrm include/neon
|
||||
|
Loading…
Reference in New Issue
Block a user