mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Upgrade port to version 0.15.0
Submitted by: sobomax
This commit is contained in:
parent
be4b0c1efe
commit
7735abce43
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43551
@ -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:
|
||||
|
@ -1 +1 @@
|
||||
MD5 (neon-0.12.0.tar.gz) = 3a2b77eaafe140bea57fd3d66835a44f
|
||||
MD5 (neon-0.15.0.tar.gz) = a50194fe1bfbd86f34ae0d656e277f63
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
@ -1 +1 @@
|
||||
MD5 (neon-0.12.0.tar.gz) = 3a2b77eaafe140bea57fd3d66835a44f
|
||||
MD5 (neon-0.15.0.tar.gz) = a50194fe1bfbd86f34ae0d656e277f63
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
@ -1 +1 @@
|
||||
MD5 (neon-0.12.0.tar.gz) = 3a2b77eaafe140bea57fd3d66835a44f
|
||||
MD5 (neon-0.15.0.tar.gz) = a50194fe1bfbd86f34ae0d656e277f63
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
@ -1 +1 @@
|
||||
MD5 (neon-0.12.0.tar.gz) = 3a2b77eaafe140bea57fd3d66835a44f
|
||||
MD5 (neon-0.15.0.tar.gz) = a50194fe1bfbd86f34ae0d656e277f63
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user