Index: MOVED =================================================================== --- MOVED +++ MOVED @@ -7319,3 +7319,4 @@ textproc/xerces-c2|textproc/xerces-c3|2014-12-12|Unused, conflicting with xerces-c3 textproc/xerces-c2-devel|textproc/xerces-c3|2014-12-12|Unused, conflicting with xerces-c3 games/empire|games/vms-empire|2014-12-15|Moved to match upstream name +www/neon29|www/neon|2014-12-15|Rename to reflect upstream Index: UPDATING =================================================================== --- UPDATING +++ UPDATING @@ -6,6 +6,19 @@ you update your ports collection, before attempting any port upgrades. 20141215: + AFFECTS: users of lang/neon29 + AUTHOR: ohauer@FreeBSD.org + + The port www/neon29 was renamed to www/neon + + If you use pkgng, simply upgrade: + # pkg upgrade + + If you use portmaster, rebuild ports dependding on neon + # portmaster -o www/neon www/neon29 + # portmaster -R -r neon + +20141215: AFFECTS: users of emulators/linux_base-f10 and emulators/linux_base-c6 AUTHOR: sbruno@freebsd.org Index: audio/libcoverart/Makefile =================================================================== --- audio/libcoverart/Makefile +++ audio/libcoverart/Makefile @@ -2,7 +2,7 @@ PORTNAME= libcoverart PORTVERSION= 1.0.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= https://cloud.github.com/downloads/metabrainz/${PORTNAME}/ @@ -12,7 +12,7 @@ LICENSE= LGPL20 LIB_DEPENDS= libjansson.so:${PORTSDIR}/devel/jansson \ - libneon.so:${PORTSDIR}/www/neon29 + libneon.so:${PORTSDIR}/www/neon USES= cmake USE_LDCONFIG= yes Index: audio/libmusicbrainz3/Makefile =================================================================== --- audio/libmusicbrainz3/Makefile +++ audio/libmusicbrainz3/Makefile @@ -2,7 +2,7 @@ PORTNAME= libmusicbrainz PORTVERSION= 3.0.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/ \ http://ftp.osuosl.org/pub/musicbrainz/ @@ -14,7 +14,7 @@ LICENSE= LGPL21 LIB_DEPENDS= libdiscid.so:${PORTSDIR}/audio/libdiscid \ - libneon.so:${PORTSDIR}/www/neon29 + libneon.so:${PORTSDIR}/www/neon USES= cmake USE_LDCONFIG= yes Index: audio/libmusicbrainz5/Makefile =================================================================== --- audio/libmusicbrainz5/Makefile +++ audio/libmusicbrainz5/Makefile @@ -2,6 +2,7 @@ PORTNAME= libmusicbrainz PORTVERSION= 5.0.1 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= https://cloud.github.com/downloads/metabrainz/${PORTNAME}/ PKGNAMESUFFIX= 5 @@ -11,7 +12,7 @@ LICENSE= LGPL21 -LIB_DEPENDS= libneon.so:${PORTSDIR}/www/neon29 +LIB_DEPENDS= libneon.so:${PORTSDIR}/www/neon USES= cmake USE_LDCONFIG= yes Index: deskutils/libopensync-plugin-sunbird/Makefile =================================================================== --- deskutils/libopensync-plugin-sunbird/Makefile +++ deskutils/libopensync-plugin-sunbird/Makefile @@ -3,7 +3,7 @@ PORTNAME= libopensync-plugin-sunbird PORTVERSION= 0.22 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= deskutils MASTER_SITES= http://www.opensync.org/download/releases/${PORTVERSION}/ @@ -11,7 +11,7 @@ COMMENT= Sunbird plugin for the OpenSync framework LIB_DEPENDS= libopensync.so:${PORTSDIR}/devel/libopensync022 \ - libneon.so:${PORTSDIR}/www/neon29 + libneon.so:${PORTSDIR}/www/neon USES= libtool pkgconfig tar:bzip2 GNU_CONFIGURE= yes Index: deskutils/mirall/Makefile =================================================================== --- deskutils/mirall/Makefile +++ deskutils/mirall/Makefile @@ -3,6 +3,7 @@ PORTNAME= mirall PORTVERSION= 1.6.3 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= http://download.owncloud.com/desktop/stable/ @@ -13,7 +14,7 @@ LIB_DEPENDS= libinotify.so:${PORTSDIR}/devel/libinotify \ libqtkeychain.so:${PORTSDIR}/security/qtkeychain \ - libneon.so:${PORTSDIR}/www/neon29 + libneon.so:${PORTSDIR}/www/neon USES= cmake:outsource compiler:c++11-lang gmake pkgconfig tar:bzip2 USE_QT4= corelib dbus gui network qtestlib webkit xml \ Index: devel/anjuta/Makefile =================================================================== --- devel/anjuta/Makefile +++ devel/anjuta/Makefile @@ -4,7 +4,7 @@ PORTNAME= anjuta PORTVERSION= 2.32.1.1 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -72,7 +72,7 @@ .if ${PORT_OPTIONS:MSVN} BUILD_DEPENDS+= svn:${PORTSDIR}/devel/subversion LIB_DEPENDS+= libapr-1.so:${PORTSDIR}/devel/apr1 -LIB_DEPENDS+= libneon.so:${PORTSDIR}/www/neon29 +LIB_DEPENDS+= libneon.so:${PORTSDIR}/www/neon RUN_DEPENDS+= svn:${PORTSDIR}/devel/subversion PLIST_SUB+= SVN="" .else Index: devel/php5-dav/Makefile =================================================================== --- devel/php5-dav/Makefile +++ devel/php5-dav/Makefile @@ -3,6 +3,7 @@ PORTNAME= dav PORTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://download.pureftpd.org/php-webdav/ PKGNAMEPREFIX= php5- @@ -13,7 +14,7 @@ LICENSE= BSD -LIB_DEPENDS= libneon.so:${PORTSDIR}/www/neon29 +LIB_DEPENDS= libneon.so:${PORTSDIR}/www/neon USE_PHP= yes USE_PHPIZE= yes Index: devel/pysvn/Makefile =================================================================== --- devel/pysvn/Makefile +++ devel/pysvn/Makefile @@ -3,6 +3,7 @@ PORTNAME= pysvn PORTVERSION= 1.7.8 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://pysvn.barrys-emacs.org/source_kits/ @@ -12,7 +13,7 @@ LICENSE= APACHE20 LIB_DEPENDS= libsvn_client-1.so:${PORTSDIR}/devel/subversion \ - libneon.so:${PORTSDIR}/www/neon29 + libneon.so:${PORTSDIR}/www/neon # Python3 ready USES= python Index: devel/subversion16/Makefile.common =================================================================== --- devel/subversion16/Makefile.common +++ devel/subversion16/Makefile.common @@ -3,7 +3,7 @@ PORTNAME= subversion PORTVERSION= #please edit Makefile.inc for PORTVERSION, so ../svnmerge can stay in sync. -PORTREVISION?= 8 +PORTREVISION?= 9 CATEGORIES+= devel PKGNAMESUFFIX= 16 MASTER_SITES= http://subversion.tigris.org/downloads/ @@ -60,7 +60,7 @@ NEON_CONFIGURE_OFF= --without-neon NEON_CONFIGURE_ON= --with-neon=${LOCALBASE} -NEON_LIB_DEPENDS= libneon.so:${PORTSDIR}/www/neon29 +NEON_LIB_DEPENDS= libneon.so:${PORTSDIR}/www/neon NLS_CONFIGURE_OFF= --disable-nls NLS_USES= gettext Index: devel/subversion17/Makefile.common =================================================================== --- devel/subversion17/Makefile.common +++ devel/subversion17/Makefile.common @@ -3,7 +3,7 @@ PORTNAME= subversion PORTVERSION= 1.7.18 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES+= devel MASTER_SITES= ${MASTER_SITE_APACHE} DIST_SUBDIR= subversion17 @@ -59,7 +59,7 @@ NEON_CONFIGURE_OFF= --without-neon NEON_CONFIGURE_ON= --with-neon=${LOCALBASE} -NEON_LIB_DEPENDS= libneon.so:${PORTSDIR}/www/neon29 +NEON_LIB_DEPENDS= libneon.so:${PORTSDIR}/www/neon NLS_CONFIGURE_OFF= --disable-nls NLS_USES= gettext Index: editors/libreoffice/Makefile =================================================================== --- editors/libreoffice/Makefile +++ editors/libreoffice/Makefile @@ -2,7 +2,7 @@ .include "${.CURDIR}/Makefile.common" -PORTREVISION= 0 +PORTREVISION= 1 COMMENT= Full integrated office productivity suite @@ -267,7 +267,7 @@ TEST_CONFIGURE_ENABLE= cve-tests -WEBDAV_LIB_DEPENDS= libneon.so:${PORTSDIR}/www/neon29 +WEBDAV_LIB_DEPENDS= libneon.so:${PORTSDIR}/www/neon WEBDAV_CONFIGURE_ENABLE= neon .include Index: games/live-f1/Makefile =================================================================== --- games/live-f1/Makefile +++ games/live-f1/Makefile @@ -3,7 +3,7 @@ PORTNAME= live-f1 PORTVERSION= 0.2.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= https://launchpad.net/${PORTNAME}/${PORTVERSION:R}/${PORTVERSION}/+download/ @@ -12,7 +12,7 @@ LICENSE= GPLv2 -LIB_DEPENDS= libneon.so:${PORTSDIR}/www/neon29 +LIB_DEPENDS= libneon.so:${PORTSDIR}/www/neon WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION} Index: multimedia/audacious-plugins/Makefile =================================================================== --- multimedia/audacious-plugins/Makefile +++ multimedia/audacious-plugins/Makefile @@ -3,7 +3,7 @@ PORTNAME= audacious-plugins PORTVERSION= 3.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= multimedia audio MASTER_SITES= http://distfiles.audacious-media-player.org/ @@ -262,7 +262,7 @@ .endif .if ${PORT_OPTIONS:MNEON} -LIB_DEPENDS+= libneon.so:${PORTSDIR}/www/neon29 +LIB_DEPENDS+= libneon.so:${PORTSDIR}/www/neon CONFIGURE_ARGS+=--enable-neon PLIST_SUB+= NEONPLUGIN="" .else Index: multimedia/gstreamer-plugins/Makefile =================================================================== --- multimedia/gstreamer-plugins/Makefile +++ multimedia/gstreamer-plugins/Makefile @@ -6,7 +6,7 @@ PORTVERSION?= ${BASE_PORTVERSION} # When chasing a shared library for a plug-in bump the PORTREVISION in the # plug-in port instead, like ${category}/gstreamer-plugin-${PLUGIN}. -PORTREVISION?= 4 +PORTREVISION?= 5 PORTEPOCH= 3 CATEGORIES?= multimedia audio MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-plugins-base/:base \ Index: multimedia/gstreamer-plugins/Makefile.common =================================================================== --- multimedia/gstreamer-plugins/Makefile.common +++ multimedia/gstreamer-plugins/Makefile.common @@ -415,7 +415,7 @@ ${GST_LIB_DIR}/libgstnassink.so # neon -gst_neon_LIB_DEPENDS+= libneon.so:${PORTSDIR}/www/neon29 +gst_neon_LIB_DEPENDS+= libneon.so:${PORTSDIR}/www/neon gst_neon_CONFIGURE_ENV+= NEON_CFLAGS="-I${LOCALBASE}/include/neon" gst_neon_PLIST_FILES= ${GST_LIB_DIR}/libgstneonhttpsrc.la \ ${GST_LIB_DIR}/libgstneonhttpsrc.so Index: multimedia/gstreamer1-plugins/Makefile =================================================================== --- multimedia/gstreamer1-plugins/Makefile +++ multimedia/gstreamer1-plugins/Makefile @@ -6,7 +6,7 @@ PORTVERSION?= ${BASE_PORTVERSION} # When chasing a shared library for a plug-in bump the PORTREVISION in the # plug-in port instead, like ${category}/gstreamer1-plugin-${PLUGIN}. -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= multimedia audio MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-plugins-base/:base \ http://gstreamer.freedesktop.org/src/gst-plugins-bad/:bad \ Index: multimedia/gstreamer1-plugins/Makefile.common =================================================================== --- multimedia/gstreamer1-plugins/Makefile.common +++ multimedia/gstreamer1-plugins/Makefile.common @@ -306,7 +306,7 @@ gst_mpeg2dec_LIB_DEPENDS= libmpeg2.so:${PORTSDIR}/multimedia/libmpeg2 # neon -gst_neon_LIB_DEPENDS+= libneon.so:${PORTSDIR}/www/neon29 +gst_neon_LIB_DEPENDS+= libneon.so:${PORTSDIR}/www/neon gst_neon_PLIST_FILES= ${GST_LIB_DIR}/libgstneonhttpsrc.la \ ${GST_LIB_DIR}/libgstneonhttpsrc.so Index: net/asterisk/Makefile =================================================================== --- net/asterisk/Makefile +++ net/asterisk/Makefile @@ -3,7 +3,7 @@ PORTNAME= asterisk PORTVERSION= 1.8.32.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \ http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ @@ -107,7 +107,7 @@ SPANDSP_CONFIGURE_WITH= spandsp SPANDSP_LIB_DEPENDS= libspandsp.so.2:${PORTSDIR}/comms/spandsp-devel EXCHANGE_CONFIGURE_OFF= --without-neon --without-neon29 -EXCHANGE_LIB_DEPENDS= libneon.so:${PORTSDIR}/www/neon29 +EXCHANGE_LIB_DEPENDS= libneon.so:${PORTSDIR}/www/neon SRTP_CONFIGURE_WITH= srtp SRTP_BUILD_DEPENDS= libsrtp>=1.4.4:${PORTSDIR}/net/libsrtp LUA_CONFIGURE_WITH= lua Index: net/asterisk11/Makefile =================================================================== --- net/asterisk11/Makefile +++ net/asterisk11/Makefile @@ -2,7 +2,7 @@ PORTNAME= asterisk PORTVERSION= 11.14.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \ http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ @@ -100,7 +100,7 @@ SPANDSP_CONFIGURE_WITH= spandsp SPANDSP_LIB_DEPENDS= libspandsp.so.2:${PORTSDIR}/comms/spandsp-devel EXCHANGE_CONFIGURE_OFF= --without-neon --without-neon29 -EXCHANGE_LIB_DEPENDS= libneon.so:${PORTSDIR}/www/neon29 +EXCHANGE_LIB_DEPENDS= libneon.so:${PORTSDIR}/www/neon SRTP_CONFIGURE_WITH= srtp SRTP_BUILD_DEPENDS= libsrtp>=1.4.4:${PORTSDIR}/net/libsrtp LUA_CONFIGURE_WITH= lua Index: net/owncloud-csync/Makefile =================================================================== --- net/owncloud-csync/Makefile +++ net/owncloud-csync/Makefile @@ -3,7 +3,7 @@ PORTNAME= owncloud-csync PORTVERSION= 0.91.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net kde MASTER_SITES= http://download.owncloud.com/desktop/stable/ DISTNAME= ocsync-${PORTVERSION} @@ -16,7 +16,7 @@ LIB_DEPENDS= libiniparser.so:${PORTSDIR}/devel/iniparser \ libsmbclient.so:${PORTSDIR}/net/samba-libsmbclient \ libssh.so.4:${PORTSDIR}/security/libssh \ - libneon.so:${PORTSDIR}/www/neon29 + libneon.so:${PORTSDIR}/www/neon USES= cmake:outsource iconv pkgconfig tar:bzip2 USE_SQLITE= yes Index: sysutils/nut/Makefile =================================================================== --- sysutils/nut/Makefile +++ sysutils/nut/Makefile @@ -3,7 +3,7 @@ PORTNAME= nut PORTVERSION= 2.7.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= sysutils MASTER_SITES= http://www.networkupstools.org/source/${PORTVERSION:R}/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig @@ -105,7 +105,7 @@ .endif .if ${PORT_OPTIONS:MNEON} -LIB_DEPENDS+= libneon.so:${PORTSDIR}/www/neon29 +LIB_DEPENDS+= libneon.so:${PORTSDIR}/www/neon CONFIGURE_ARGS+= --with-neonxml PLIST_SUB+= NUT_NEON="" .else Index: sysutils/pecl-mogilefs/Makefile =================================================================== --- sysutils/pecl-mogilefs/Makefile +++ sysutils/pecl-mogilefs/Makefile @@ -3,6 +3,7 @@ PORTNAME= mogilefs PORTVERSION= 0.9.2 +PORTREVISION= 1 CATEGORIES= sysutils pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -13,7 +14,7 @@ LICENSE= BSD -LIB_DEPENDS= libneon.so:${PORTSDIR}/www/neon29 +LIB_DEPENDS= libneon.so:${PORTSDIR}/www/neon USE_PHP= yes USE_PHP_BUILD= spl Index: www/Makefile =================================================================== --- www/Makefile +++ www/Makefile @@ -528,7 +528,7 @@ SUBDIR += mythplugin-mythweb SUBDIR += nanoblogger SUBDIR += nanoblogger-extra - SUBDIR += neon29 + SUBDIR += neon SUBDIR += netoffice SUBDIR += netrik SUBDIR += netstiff Index: www/cadaver/Makefile =================================================================== --- www/cadaver/Makefile +++ www/cadaver/Makefile @@ -3,7 +3,7 @@ PORTNAME= cadaver PORTVERSION= 0.23.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= http://www.webdav.org/cadaver/ \ http://www.tcbug.org/ @@ -11,7 +11,7 @@ MAINTAINER= jpaetzel@FreeBSD.org COMMENT= Commandline client for DAV -LIB_DEPENDS= libneon.so:${PORTSDIR}/www/neon29 +LIB_DEPENDS= libneon.so:${PORTSDIR}/www/neon GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-netrc Index: www/neon/Makefile =================================================================== --- www/neon/Makefile +++ www/neon/Makefile @@ -1,12 +1,11 @@ # Created by: Mikhail Teterin # $FreeBSD$ -PORTNAME= neon29 +PORTNAME= neon PORTVERSION= 0.29.6 PORTREVISION= 7 CATEGORIES= www MASTER_SITES= http://www.webdav.org/neon/ -DISTNAME= neon-${PORTVERSION} MAINTAINER= lev@FreeBSD.org COMMENT= HTTP and WebDAV client library for Unix systems Index: www/neon29/Makefile =================================================================== --- www/neon29/Makefile +++ /dev/null @@ -1,64 +0,0 @@ -# Created by: Mikhail Teterin -# $FreeBSD$ - -PORTNAME= neon29 -PORTVERSION= 0.29.6 -PORTREVISION= 7 -CATEGORIES= www -MASTER_SITES= http://www.webdav.org/neon/ -DISTNAME= neon-${PORTVERSION} - -MAINTAINER= lev@FreeBSD.org -COMMENT= HTTP and WebDAV client library for Unix systems - -LICENSE= GPLv2 - -USES= pathfix libtool -USE_LDCONFIG= yes -GNU_CONFIGURE= yes - -OPTIONS_SUB= yes -OPTIONS_DEFINE= CA_BUNDLE DOCS GSSAPI NLS OPENSSL PROXY -OPTIONS_DEFAULT= CA_BUNDLE EXPAT GSSAPI NLS OPENSSL -OPTIONS_SINGLE= XML -OPTIONS_SINGLE_XML= EXPAT LIBXML - -CA_BUNDLE_DESC= Install CA bundle for OpenSSL -LIBXML_DESC= libxml2 XML parser support -PROXY_DESC= libproxy support -XML_DESC= XML parser library - -CA_BUNDLE_CONFIGURE_ON= --with-ca-bundle=${LOCALBASE}/share/certs/ca-root-nss.crt -CA_BUNDLE_RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss -EXPAT_CONFIGURE_WITH= expat -EXPAT_LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 -GSSAPI_CONFIGURE_WITH= gssapi -LIBXML_CONFIGURE_WITH= libxml2 -LIBXML_USE= GNOME=libxml2 -NLS_CONFIGURE_ENABLE= nls -NLS_USES= gettext -OPENSSL_CONFIGURE_WITH= ssl -OPENSSL_USE= OPENSSL=yes -PROXY_CONFIGURE_WITH= libproxy -PROXY_LIB_DEPENDS= libproxy.so:${PORTSDIR}/net/libproxy - -.include - -CONFIGURE_ARGS+=--enable-shared \ - --with-libs=${LOCALBASE}:${PREFIX} - -.if ${PORT_OPTIONS:MCA_BUNDLE} && !${PORT_OPTIONS:MOPENSSL} -WARNING+= "OpenSSL need for CA bundle support" -WARNING+= "Enable the OPENSSL option or disable the CA_BUNDLE option" -.endif - -PLIST_SUB+= PORTVERSION=${PORTVERSION} -DOCSDIR= ${PREFIX}/share/doc/neon - -post-patch: - ${REINPLACE_CMD} -e 's|-@NEON_VERSION@$$||' ${WRKSRC}/Makefile.in - -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libneon.so.27.* - -.include Index: www/neon29/distinfo =================================================================== --- www/neon29/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (neon-0.29.6.tar.gz) = 9c640b728d6dc80ef1e48f83181166ab6bc95309cece5537e01ffdd01b96eb43 -SIZE (neon-0.29.6.tar.gz) = 882267 Index: www/neon29/pkg-descr =================================================================== --- www/neon29/pkg-descr +++ /dev/null @@ -1,19 +0,0 @@ -Neon is an HTTP and WebDAV client library for Unix systems, with a C -interface. Featuring: - - . High-level interface to HTTP and WebDAV methods - (PUT, GET, HEAD etc) - . Low-level interface to HTTP request handling, to allow - implementing new methods easily. - . HTTP/1.1 and HTTP/1.0 persistent connections - . RFC2617 basic and digest authentication - (including auth-int, md5-sess) - . Proxy support (including basic/digest authentication) - . Generic WebDAV 207 XML response handling mechanism - . XML parsing using the expat or libxml parsers - . Easy generation of error messages from 207 error responses - . WebDAV resource manipulation: MOVE, COPY, DELETE, MKCOL - . WebDAV metadata support: set and remove properties, query - any set of properties (PROPPATCH/PROPFIND). - -WWW: http://www.webdav.org/neon/ Index: www/neon29/pkg-plist =================================================================== --- www/neon29/pkg-plist +++ /dev/null @@ -1,180 +0,0 @@ -bin/neon-config -include/neon/ne_207.h -include/neon/ne_acl.h -include/neon/ne_acl3744.h -include/neon/ne_alloc.h -include/neon/ne_auth.h -include/neon/ne_basic.h -include/neon/ne_compress.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_pkcs11.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_ssl.h -include/neon/ne_string.h -include/neon/ne_uri.h -include/neon/ne_utils.h -include/neon/ne_xml.h -include/neon/ne_xmlreq.h -lib/libneon.a -lib/libneon.so -lib/libneon.so.27 -lib/libneon.so.27.2.6 -libdata/pkgconfig/neon.pc -man/man1/neon-config.1.gz -man/man3/ne_add_request_header.3.gz -man/man3/ne_addr_destroy.3.gz -man/man3/ne_addr_error.3.gz -man/man3/ne_addr_first.3.gz -man/man3/ne_addr_next.3.gz -man/man3/ne_addr_resolve.3.gz -man/man3/ne_addr_result.3.gz -man/man3/ne_buffer.3.gz -man/man3/ne_buffer_altered.3.gz -man/man3/ne_buffer_append.3.gz -man/man3/ne_buffer_clear.3.gz -man/man3/ne_buffer_concat.3.gz -man/man3/ne_buffer_create.3.gz -man/man3/ne_buffer_destroy.3.gz -man/man3/ne_buffer_finish.3.gz -man/man3/ne_buffer_grow.3.gz -man/man3/ne_buffer_ncreate.3.gz -man/man3/ne_buffer_zappend.3.gz -man/man3/ne_calloc.3.gz -man/man3/ne_close_connection.3.gz -man/man3/ne_forget_auth.3.gz -man/man3/ne_get_error.3.gz -man/man3/ne_get_request_flag.3.gz -man/man3/ne_get_response_header.3.gz -man/man3/ne_get_scheme.3.gz -man/man3/ne_get_server_hostport.3.gz -man/man3/ne_get_session_flag.3.gz -man/man3/ne_get_status.3.gz -man/man3/ne_has_support.3.gz -man/man3/ne_i18n_init.3.gz -man/man3/ne_iaddr_cmp.3.gz -man/man3/ne_iaddr_free.3.gz -man/man3/ne_iaddr_make.3.gz -man/man3/ne_iaddr_parse.3.gz -man/man3/ne_iaddr_print.3.gz -man/man3/ne_iaddr_raw.3.gz -man/man3/ne_iaddr_reverse.3.gz -man/man3/ne_iaddr_typeof.3.gz -man/man3/ne_malloc.3.gz -man/man3/ne_oom_callback.3.gz -man/man3/ne_print_request_header.3.gz -man/man3/ne_qtoken.3.gz -man/man3/ne_realloc.3.gz -man/man3/ne_request_create.3.gz -man/man3/ne_request_destroy.3.gz -man/man3/ne_request_dispatch.3.gz -man/man3/ne_response_header_iterate.3.gz -man/man3/ne_session_create.3.gz -man/man3/ne_session_destroy.3.gz -man/man3/ne_session_proxy.3.gz -man/man3/ne_set_connect_timeout.3.gz -man/man3/ne_set_error.3.gz -man/man3/ne_set_proxy_auth.3.gz -man/man3/ne_set_read_timeout.3.gz -man/man3/ne_set_request_body_buffer.3.gz -man/man3/ne_set_request_body_fd.3.gz -man/man3/ne_set_request_body_fd64.3.gz -man/man3/ne_set_request_flag.3.gz -man/man3/ne_set_server_auth.3.gz -man/man3/ne_set_session_flag.3.gz -man/man3/ne_set_useragent.3.gz -man/man3/ne_shave.3.gz -man/man3/ne_sock_exit.3.gz -man/man3/ne_sock_init.3.gz -man/man3/ne_ssl_cert_cmp.3.gz -man/man3/ne_ssl_cert_export.3.gz -man/man3/ne_ssl_cert_free.3.gz -man/man3/ne_ssl_cert_identity.3.gz -man/man3/ne_ssl_cert_import.3.gz -man/man3/ne_ssl_cert_issuer.3.gz -man/man3/ne_ssl_cert_read.3.gz -man/man3/ne_ssl_cert_signedby.3.gz -man/man3/ne_ssl_cert_subject.3.gz -man/man3/ne_ssl_cert_write.3.gz -man/man3/ne_ssl_clicert_decrypt.3.gz -man/man3/ne_ssl_clicert_encrypted.3.gz -man/man3/ne_ssl_clicert_free.3.gz -man/man3/ne_ssl_clicert_name.3.gz -man/man3/ne_ssl_clicert_owner.3.gz -man/man3/ne_ssl_clicert_read.3.gz -man/man3/ne_ssl_dname_cmp.3.gz -man/man3/ne_ssl_readable_dname.3.gz -man/man3/ne_ssl_set_verify.3.gz -man/man3/ne_ssl_trust_cert.3.gz -man/man3/ne_ssl_trust_default_ca.3.gz -man/man3/ne_status.3.gz -man/man3/ne_strdup.3.gz -man/man3/ne_strndup.3.gz -man/man3/ne_token.3.gz -man/man3/ne_version_match.3.gz -man/man3/ne_version_string.3.gz -man/man3/ne_xml_create.3.gz -man/man3/ne_xml_destroy.3.gz -man/man3/neon.3.gz -%%PORTDOCS%%%%DOCSDIR%%/html/api.html -%%PORTDOCS%%%%DOCSDIR%%/html/biblio.html -%%PORTDOCS%%%%DOCSDIR%%/html/compliance.html -%%PORTDOCS%%%%DOCSDIR%%/html/features.html -%%PORTDOCS%%%%DOCSDIR%%/html/index.html -%%PORTDOCS%%%%DOCSDIR%%/html/intro.html -%%PORTDOCS%%%%DOCSDIR%%/html/ref.html -%%PORTDOCS%%%%DOCSDIR%%/html/refalloc.html -%%PORTDOCS%%%%DOCSDIR%%/html/refauth.html -%%PORTDOCS%%%%DOCSDIR%%/html/refbuf.html -%%PORTDOCS%%%%DOCSDIR%%/html/refbufapp.html -%%PORTDOCS%%%%DOCSDIR%%/html/refbufcr.html -%%PORTDOCS%%%%DOCSDIR%%/html/refbufdest.html -%%PORTDOCS%%%%DOCSDIR%%/html/refbufutil.html -%%PORTDOCS%%%%DOCSDIR%%/html/refcert.html -%%PORTDOCS%%%%DOCSDIR%%/html/refclicert.html -%%PORTDOCS%%%%DOCSDIR%%/html/refconfig.html -%%PORTDOCS%%%%DOCSDIR%%/html/referr.html -%%PORTDOCS%%%%DOCSDIR%%/html/reffeat.html -%%PORTDOCS%%%%DOCSDIR%%/html/refgetst.html -%%PORTDOCS%%%%DOCSDIR%%/html/refi18n.html -%%PORTDOCS%%%%DOCSDIR%%/html/refiaddr.html -%%PORTDOCS%%%%DOCSDIR%%/html/refneon.html -%%PORTDOCS%%%%DOCSDIR%%/html/refopts.html -%%PORTDOCS%%%%DOCSDIR%%/html/refreq.html -%%PORTDOCS%%%%DOCSDIR%%/html/refreqbody.html -%%PORTDOCS%%%%DOCSDIR%%/html/refreqflags.html -%%PORTDOCS%%%%DOCSDIR%%/html/refreqhdr.html -%%PORTDOCS%%%%DOCSDIR%%/html/refresolve.html -%%PORTDOCS%%%%DOCSDIR%%/html/refresphdr.html -%%PORTDOCS%%%%DOCSDIR%%/html/refsess.html -%%PORTDOCS%%%%DOCSDIR%%/html/refsessflags.html -%%PORTDOCS%%%%DOCSDIR%%/html/refshave.html -%%PORTDOCS%%%%DOCSDIR%%/html/refsockinit.html -%%PORTDOCS%%%%DOCSDIR%%/html/refsslca.html -%%PORTDOCS%%%%DOCSDIR%%/html/refsslcert2.html -%%PORTDOCS%%%%DOCSDIR%%/html/refsslcertio.html -%%PORTDOCS%%%%DOCSDIR%%/html/refssldname.html -%%PORTDOCS%%%%DOCSDIR%%/html/refsslvfy.html -%%PORTDOCS%%%%DOCSDIR%%/html/refstatus.html -%%PORTDOCS%%%%DOCSDIR%%/html/reftok.html -%%PORTDOCS%%%%DOCSDIR%%/html/refvers.html -%%PORTDOCS%%%%DOCSDIR%%/html/refxml.html -%%PORTDOCS%%%%DOCSDIR%%/html/security.html -%%PORTDOCS%%%%DOCSDIR%%/html/using.html -%%PORTDOCS%%%%DOCSDIR%%/html/xml.html -%%NLS%%share/locale/cs/LC_MESSAGES/neon.mo -%%NLS%%share/locale/de/LC_MESSAGES/neon.mo -%%NLS%%share/locale/fr/LC_MESSAGES/neon.mo -%%NLS%%share/locale/ja/LC_MESSAGES/neon.mo -%%NLS%%share/locale/nn/LC_MESSAGES/neon.mo -%%NLS%%share/locale/pl/LC_MESSAGES/neon.mo -%%NLS%%share/locale/ru/LC_MESSAGES/neon.mo -%%NLS%%share/locale/tr/LC_MESSAGES/neon.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/neon.mo Index: www/sitecopy/Makefile =================================================================== --- www/sitecopy/Makefile +++ www/sitecopy/Makefile @@ -3,7 +3,7 @@ PORTNAME= sitecopy PORTVERSION= 0.16.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www MASTER_SITES= http://www.manyfish.co.uk/${PORTNAME}/ \ ${MASTER_SITE_GENTOO} @@ -12,7 +12,7 @@ MAINTAINER= sitecopy@oldach.net COMMENT= Maintains remote websites, uses FTP or WebDAV to sync up w/ local copy -LIB_DEPENDS= libneon.so:${PORTSDIR}/www/neon29 +LIB_DEPENDS= libneon.so:${PORTSDIR}/www/neon GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include