From owner-svn-ports-head@freebsd.org Sun Feb 7 00:03:19 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 42A55AA0B3A; Sun, 7 Feb 2016 00:03:19 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 15831D57; Sun, 7 Feb 2016 00:03:19 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1703Imh035400; Sun, 7 Feb 2016 00:03:18 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1703Ia4035399; Sun, 7 Feb 2016 00:03:18 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602070003.u1703Ia4035399@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 7 Feb 2016 00:03:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408336 - head/comms/unixcw X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 00:03:19 -0000 Author: marino Date: Sun Feb 7 00:03:17 2016 New Revision: 408336 URL: https://svnweb.freebsd.org/changeset/ports/408336 Log: comms/unixcw: document ncurses requirement (USES+=ncurses) link with ncurses, not curses approved by: infrastructure blanket Modified: head/comms/unixcw/Makefile Modified: head/comms/unixcw/Makefile ============================================================================== --- head/comms/unixcw/Makefile Sat Feb 6 23:58:42 2016 (r408335) +++ head/comms/unixcw/Makefile Sun Feb 7 00:03:17 2016 (r408336) @@ -24,7 +24,7 @@ CONFIGURE_ARGS+= --includedir="${LOCALBA --disable-alsa --disable-pulseaudio USE_LDCONFIG= yes -USES+= gmake libtool pkgconfig +USES+= gmake libtool ncurses pkgconfig USE_CSTD= gnu99 WRKSRC= ${WRKDIR}/unixcw-${PORTVERSION} MAJOR_LIB_VER= 6 @@ -32,6 +32,10 @@ MINOR_LIB_VER= 5.1 PLIST_SUB= MAJOR_LIB_VER=${MAJOR_LIB_VER} PLIST_SUB+= MINOR_LIB_VER=${MINOR_LIB_VER} +post-patch: + ${REINPLACE_CMD} -e 's|curses|ncurses|g' ${WRKSRC}/configure \ + ${WRKSRC}/src/cwcp/Makefile.in + post-install: .ifndef XCWCP ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libcw.so.${MAJOR_LIB_VER}.${MINOR_LIB_VER} From owner-svn-ports-head@freebsd.org Sun Feb 7 00:07:54 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B22A2AA0D16; Sun, 7 Feb 2016 00:07:54 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 80FF6EBE; Sun, 7 Feb 2016 00:07:54 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1707rZD035638; Sun, 7 Feb 2016 00:07:53 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1707rJe035637; Sun, 7 Feb 2016 00:07:53 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602070007.u1707rJe035637@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 7 Feb 2016 00:07:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408337 - head/comms/wy60 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 00:07:54 -0000 Author: marino Date: Sun Feb 7 00:07:53 2016 New Revision: 408337 URL: https://svnweb.freebsd.org/changeset/ports/408337 Log: comms/wy60: document ncurses requirement (USES+=ncurses) approved by: infrastructure blanket Modified: head/comms/wy60/Makefile Modified: head/comms/wy60/Makefile ============================================================================== --- head/comms/wy60/Makefile Sun Feb 7 00:03:17 2016 (r408336) +++ head/comms/wy60/Makefile Sun Feb 7 00:07:53 2016 (r408337) @@ -8,8 +8,8 @@ MASTER_SITES= GOOGLE_CODE MAINTAINER= naddy@FreeBSD.org COMMENT= Curses-based emulator for the Wyse 60 terminal +USES= ncurses GNU_CONFIGURE= yes - MAKE_ARGS= etc_DATA=wy60.rc.sample pre-build: From owner-svn-ports-head@freebsd.org Sun Feb 7 00:16:59 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 239A7A9E18F; Sun, 7 Feb 2016 00:16:59 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E92301278; Sun, 7 Feb 2016 00:16:58 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u170GvfA038695; Sun, 7 Feb 2016 00:16:57 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u170GvSa038688; Sun, 7 Feb 2016 00:16:57 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201602070016.u170GvSa038688@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sun, 7 Feb 2016 00:16:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408338 - in head/databases/py-carbon: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 00:16:59 -0000 Author: swills Date: Sun Feb 7 00:16:57 2016 New Revision: 408338 URL: https://svnweb.freebsd.org/changeset/ports/408338 Log: databases/py-carbon: update to 0.9.15 PR: 206532 Submitted by: Michael Zhilin Deleted: head/databases/py-carbon/files/patch-lib__carbon__util.py Modified: head/databases/py-carbon/Makefile head/databases/py-carbon/distinfo head/databases/py-carbon/files/patch-conf__carbon.amqp.conf.example head/databases/py-carbon/files/patch-conf__carbon.conf.example head/databases/py-carbon/files/patch-setup.cfg head/databases/py-carbon/files/patch-setup.py head/databases/py-carbon/pkg-plist Modified: head/databases/py-carbon/Makefile ============================================================================== --- head/databases/py-carbon/Makefile Sun Feb 7 00:07:53 2016 (r408337) +++ head/databases/py-carbon/Makefile Sun Feb 7 00:16:57 2016 (r408338) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= carbon -PORTVERSION= 0.9.12 -PORTREVISION= 2 +PORTVERSION= 0.9.15 CATEGORIES= databases python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -22,4 +21,8 @@ USE_RC_SUBR= carbon USE_GITHUB= yes GH_ACCOUNT= graphite-project +post-stage: + ${RM} -rf ${STAGEDIR}${PREFIX}/examples/init.d + ${RMDIR} ${STAGEDIR}${PREFIX}/examples + .include Modified: head/databases/py-carbon/distinfo ============================================================================== --- head/databases/py-carbon/distinfo Sun Feb 7 00:07:53 2016 (r408337) +++ head/databases/py-carbon/distinfo Sun Feb 7 00:16:57 2016 (r408338) @@ -1,2 +1,2 @@ -SHA256 (graphite-project-carbon-0.9.12_GH0.tar.gz) = 06003f72fd022a7c571734cf3acdcd9c784d505c145acbf0906a2fef886abaa6 -SIZE (graphite-project-carbon-0.9.12_GH0.tar.gz) = 52107 +SHA256 (graphite-project-carbon-0.9.15_GH0.tar.gz) = 3bfab79b7bf11a0f49414a45fa5fcd71e104fec3242f6dec26869060e69924a0 +SIZE (graphite-project-carbon-0.9.15_GH0.tar.gz) = 57328 Modified: head/databases/py-carbon/files/patch-conf__carbon.amqp.conf.example ============================================================================== --- head/databases/py-carbon/files/patch-conf__carbon.amqp.conf.example Sun Feb 7 00:07:53 2016 (r408337) +++ head/databases/py-carbon/files/patch-conf__carbon.amqp.conf.example Sun Feb 7 00:16:57 2016 (r408338) @@ -1,5 +1,5 @@ ---- conf/carbon.amqp.conf.example.orig 2014-02-13 17:04:10.949705742 +0000 -+++ conf/carbon.amqp.conf.example 2014-02-13 17:04:42.404703056 +0000 +--- conf/carbon.amqp.conf.example.orig 2015-11-27 18:37:07 UTC ++++ conf/carbon.amqp.conf.example @@ -1,7 +1,7 @@ # This is a configuration file with AMQP enabled Modified: head/databases/py-carbon/files/patch-conf__carbon.conf.example ============================================================================== --- head/databases/py-carbon/files/patch-conf__carbon.conf.example Sun Feb 7 00:07:53 2016 (r408337) +++ head/databases/py-carbon/files/patch-conf__carbon.conf.example Sun Feb 7 00:16:57 2016 (r408338) @@ -1,10 +1,10 @@ ---- conf/carbon.conf.example.orig 2014-02-13 16:47:59.689772807 +0000 -+++ conf/carbon.conf.example 2014-02-13 16:48:17.904771292 +0000 +--- conf/carbon.conf.example.orig 2015-11-27 18:37:07 UTC ++++ conf/carbon.conf.example @@ -29,6 +29,7 @@ # PID_DIR = /var/run/ # #LOCAL_DATA_DIR = /opt/graphite/storage/whisper/ +LOCAL_DATA_DIR = /var/db/carbon/whisper/ - # Enable daily log rotation. If disabled, a kill -HUP can be used after a manual rotate - ENABLE_LOGROTATION = True + # Enable daily log rotation. If disabled, carbon will automatically re-open + # the file if it's rotated out of place (e.g. by logrotate daemon) Modified: head/databases/py-carbon/files/patch-setup.cfg ============================================================================== --- head/databases/py-carbon/files/patch-setup.cfg Sun Feb 7 00:07:53 2016 (r408337) +++ head/databases/py-carbon/files/patch-setup.cfg Sun Feb 7 00:16:57 2016 (r408338) @@ -1,6 +1,9 @@ ---- setup.cfg.org 2011-05-05 20:55:25.000000000 -0400 -+++ setup.cfg 2011-05-05 20:55:31.000000000 -0400 -@@ -1,3 +1 @@ +--- setup.cfg.orig 2015-11-27 18:37:07 UTC ++++ setup.cfg +@@ -1,6 +1,4 @@ [install] -prefix = /opt/graphite -install-lib = %(prefix)s/lib + + [bdist_rpm] + requires = python-twisted Modified: head/databases/py-carbon/files/patch-setup.py ============================================================================== --- head/databases/py-carbon/files/patch-setup.py Sun Feb 7 00:07:53 2016 (r408337) +++ head/databases/py-carbon/files/patch-setup.py Sun Feb 7 00:16:57 2016 (r408338) @@ -1,6 +1,6 @@ ---- setup.py.orig 2013-08-20 17:37:08.000000000 +0000 -+++ setup.py 2013-08-21 01:19:40.025390594 +0000 -@@ -13,9 +13,9 @@ +--- setup.py.orig 2015-11-27 18:37:07 UTC ++++ setup.py +@@ -13,9 +13,9 @@ else: setup_kwargs = dict() Modified: head/databases/py-carbon/pkg-plist ============================================================================== --- head/databases/py-carbon/pkg-plist Sun Feb 7 00:07:53 2016 (r408337) +++ head/databases/py-carbon/pkg-plist Sun Feb 7 00:16:57 2016 (r408338) @@ -3,108 +3,108 @@ bin/carbon-cache.py bin/carbon-client.py bin/carbon-relay.py bin/validate-storage-schemas.py -@sample %%ETCDIR%%/rewrite-rules.conf.example etc/carbon/rewrite-rules.conf +@sample %%ETCDIR%%/aggregation-rules.conf.example etc/carbon/aggregation-rules.conf +@sample %%ETCDIR%%/blacklist.conf.example etc/carbon/blacklist.conf @sample %%ETCDIR%%/carbon.amqp.conf.example etc/carbon/carbon.amqp.conf @sample %%ETCDIR%%/carbon.conf.example etc/carbon/carbon.conf -@sample %%ETCDIR%%/aggregation-rules.conf.example etc/carbon/aggregation-rules.conf @sample %%ETCDIR%%/relay-rules.conf.example etc/carbon/relay-rules.conf -@sample %%ETCDIR%%/storage-schemas.conf.example etc/carbon/storage-schemas.conf -@sample %%ETCDIR%%/blacklist.conf.example etc/carbon/blacklist.conf +@sample %%ETCDIR%%/rewrite-rules.conf.example etc/carbon/rewrite-rules.conf @sample %%ETCDIR%%/storage-aggregation.conf.example etc/carbon/storage-aggregation.conf +@sample %%ETCDIR%%/storage-schemas.conf.example etc/carbon/storage-schemas.conf @sample %%ETCDIR%%/whitelist.conf.example etc/carbon/whitelist.conf -%%PYTHON_SITELIBDIR%%/twisted/plugins/carbon_aggregator_plugin.py -%%PYTHON_SITELIBDIR%%/twisted/plugins/carbon_relay_plugin.py -%%PYTHON_SITELIBDIR%%/twisted/plugins/carbon_cache_plugin.py -%%PYTHON_SITELIBDIR%%/twisted/plugins/carbon_aggregator_plugin.pyc -%%PYTHON_SITELIBDIR%%/twisted/plugins/carbon_relay_plugin.pyc -%%PYTHON_SITELIBDIR%%/twisted/plugins/carbon_cache_plugin.pyc -%%PYTHON_SITELIBDIR%%/twisted/plugins/carbon_aggregator_plugin.pyo -%%PYTHON_SITELIBDIR%%/twisted/plugins/carbon_relay_plugin.pyo -%%PYTHON_SITELIBDIR%%/twisted/plugins/carbon_cache_plugin.pyo -%%PYTHON_SITELIBDIR%%/carbon/amqp_publisher.py -%%PYTHON_SITELIBDIR%%/carbon/cache.py -%%PYTHON_SITELIBDIR%%/carbon/client.py -%%PYTHON_SITELIBDIR%%/carbon/exceptions.py -%%PYTHON_SITELIBDIR%%/carbon/util.py -%%PYTHON_SITELIBDIR%%/carbon/relayrules.py -%%PYTHON_SITELIBDIR%%/carbon/hashing.py -%%PYTHON_SITELIBDIR%%/carbon/log.py -%%PYTHON_SITELIBDIR%%/carbon/manhole.py -%%PYTHON_SITELIBDIR%%/carbon/events.py %%PYTHON_SITELIBDIR%%/carbon/__init__.py -%%PYTHON_SITELIBDIR%%/carbon/routers.py -%%PYTHON_SITELIBDIR%%/carbon/conf.py -%%PYTHON_SITELIBDIR%%/carbon/management.py -%%PYTHON_SITELIBDIR%%/carbon/writer.py -%%PYTHON_SITELIBDIR%%/carbon/amqp_listener.py -%%PYTHON_SITELIBDIR%%/carbon/rewrite.py -%%PYTHON_SITELIBDIR%%/carbon/instrumentation.py -%%PYTHON_SITELIBDIR%%/carbon/storage.py -%%PYTHON_SITELIBDIR%%/carbon/state.py -%%PYTHON_SITELIBDIR%%/carbon/service.py -%%PYTHON_SITELIBDIR%%/carbon/protocols.py -%%PYTHON_SITELIBDIR%%/carbon/aggregator/rules.py +%%PYTHON_SITELIBDIR%%/carbon/__init__.pyc +%%PYTHON_SITELIBDIR%%/carbon/__init__.pyo %%PYTHON_SITELIBDIR%%/carbon/aggregator/__init__.py -%%PYTHON_SITELIBDIR%%/carbon/aggregator/receiver.py -%%PYTHON_SITELIBDIR%%/carbon/aggregator/buffers.py -%%PYTHON_SITELIBDIR%%/carbon/aggregator/rules.pyc %%PYTHON_SITELIBDIR%%/carbon/aggregator/__init__.pyc -%%PYTHON_SITELIBDIR%%/carbon/aggregator/receiver.pyc -%%PYTHON_SITELIBDIR%%/carbon/aggregator/buffers.pyc -%%PYTHON_SITELIBDIR%%/carbon/aggregator/rules.pyo %%PYTHON_SITELIBDIR%%/carbon/aggregator/__init__.pyo -%%PYTHON_SITELIBDIR%%/carbon/aggregator/receiver.pyo +%%PYTHON_SITELIBDIR%%/carbon/aggregator/buffers.py +%%PYTHON_SITELIBDIR%%/carbon/aggregator/buffers.pyc %%PYTHON_SITELIBDIR%%/carbon/aggregator/buffers.pyo +%%PYTHON_SITELIBDIR%%/carbon/aggregator/receiver.py +%%PYTHON_SITELIBDIR%%/carbon/aggregator/receiver.pyc +%%PYTHON_SITELIBDIR%%/carbon/aggregator/receiver.pyo +%%PYTHON_SITELIBDIR%%/carbon/aggregator/rules.py +%%PYTHON_SITELIBDIR%%/carbon/aggregator/rules.pyc +%%PYTHON_SITELIBDIR%%/carbon/aggregator/rules.pyo %%PYTHON_SITELIBDIR%%/carbon/amqp0-8.xml -%%PYTHON_SITELIBDIR%%/carbon/amqp_publisher.pyc -%%PYTHON_SITELIBDIR%%/carbon/cache.pyc -%%PYTHON_SITELIBDIR%%/carbon/client.pyc -%%PYTHON_SITELIBDIR%%/carbon/exceptions.pyc -%%PYTHON_SITELIBDIR%%/carbon/util.pyc -%%PYTHON_SITELIBDIR%%/carbon/relayrules.pyc -%%PYTHON_SITELIBDIR%%/carbon/hashing.pyc -%%PYTHON_SITELIBDIR%%/carbon/log.pyc -%%PYTHON_SITELIBDIR%%/carbon/manhole.pyc -%%PYTHON_SITELIBDIR%%/carbon/events.pyc -%%PYTHON_SITELIBDIR%%/carbon/__init__.pyc -%%PYTHON_SITELIBDIR%%/carbon/routers.pyc -%%PYTHON_SITELIBDIR%%/carbon/conf.pyc -%%PYTHON_SITELIBDIR%%/carbon/management.pyc -%%PYTHON_SITELIBDIR%%/carbon/writer.pyc +%%PYTHON_SITELIBDIR%%/carbon/amqp_listener.py %%PYTHON_SITELIBDIR%%/carbon/amqp_listener.pyc -%%PYTHON_SITELIBDIR%%/carbon/rewrite.pyc -%%PYTHON_SITELIBDIR%%/carbon/instrumentation.pyc -%%PYTHON_SITELIBDIR%%/carbon/storage.pyc -%%PYTHON_SITELIBDIR%%/carbon/state.pyc -%%PYTHON_SITELIBDIR%%/carbon/service.pyc -%%PYTHON_SITELIBDIR%%/carbon/protocols.pyc +%%PYTHON_SITELIBDIR%%/carbon/amqp_listener.pyo +%%PYTHON_SITELIBDIR%%/carbon/amqp_publisher.py +%%PYTHON_SITELIBDIR%%/carbon/amqp_publisher.pyc %%PYTHON_SITELIBDIR%%/carbon/amqp_publisher.pyo +%%PYTHON_SITELIBDIR%%/carbon/cache.py +%%PYTHON_SITELIBDIR%%/carbon/cache.pyc %%PYTHON_SITELIBDIR%%/carbon/cache.pyo +%%PYTHON_SITELIBDIR%%/carbon/client.py +%%PYTHON_SITELIBDIR%%/carbon/client.pyc %%PYTHON_SITELIBDIR%%/carbon/client.pyo +%%PYTHON_SITELIBDIR%%/carbon/conf.py +%%PYTHON_SITELIBDIR%%/carbon/conf.pyc +%%PYTHON_SITELIBDIR%%/carbon/conf.pyo +%%PYTHON_SITELIBDIR%%/carbon/events.py +%%PYTHON_SITELIBDIR%%/carbon/events.pyc +%%PYTHON_SITELIBDIR%%/carbon/events.pyo +%%PYTHON_SITELIBDIR%%/carbon/exceptions.py +%%PYTHON_SITELIBDIR%%/carbon/exceptions.pyc %%PYTHON_SITELIBDIR%%/carbon/exceptions.pyo -%%PYTHON_SITELIBDIR%%/carbon/util.pyo -%%PYTHON_SITELIBDIR%%/carbon/relayrules.pyo +%%PYTHON_SITELIBDIR%%/carbon/hashing.py +%%PYTHON_SITELIBDIR%%/carbon/hashing.pyc %%PYTHON_SITELIBDIR%%/carbon/hashing.pyo +%%PYTHON_SITELIBDIR%%/carbon/instrumentation.py +%%PYTHON_SITELIBDIR%%/carbon/instrumentation.pyc +%%PYTHON_SITELIBDIR%%/carbon/instrumentation.pyo +%%PYTHON_SITELIBDIR%%/carbon/log.py +%%PYTHON_SITELIBDIR%%/carbon/log.pyc %%PYTHON_SITELIBDIR%%/carbon/log.pyo -%%PYTHON_SITELIBDIR%%/carbon/manhole.pyo -%%PYTHON_SITELIBDIR%%/carbon/events.pyo -%%PYTHON_SITELIBDIR%%/carbon/__init__.pyo -%%PYTHON_SITELIBDIR%%/carbon/routers.pyo -%%PYTHON_SITELIBDIR%%/carbon/conf.pyo +%%PYTHON_SITELIBDIR%%/carbon/management.py +%%PYTHON_SITELIBDIR%%/carbon/management.pyc %%PYTHON_SITELIBDIR%%/carbon/management.pyo -%%PYTHON_SITELIBDIR%%/carbon/writer.pyo -%%PYTHON_SITELIBDIR%%/carbon/amqp_listener.pyo -%%PYTHON_SITELIBDIR%%/carbon/rewrite.pyo -%%PYTHON_SITELIBDIR%%/carbon/instrumentation.pyo -%%PYTHON_SITELIBDIR%%/carbon/storage.pyo -%%PYTHON_SITELIBDIR%%/carbon/state.pyo -%%PYTHON_SITELIBDIR%%/carbon/service.pyo +%%PYTHON_SITELIBDIR%%/carbon/manhole.py +%%PYTHON_SITELIBDIR%%/carbon/manhole.pyc +%%PYTHON_SITELIBDIR%%/carbon/manhole.pyo +%%PYTHON_SITELIBDIR%%/carbon/protocols.py +%%PYTHON_SITELIBDIR%%/carbon/protocols.pyc %%PYTHON_SITELIBDIR%%/carbon/protocols.pyo %%PYTHON_SITELIBDIR%%/carbon/regexlist.py %%PYTHON_SITELIBDIR%%/carbon/regexlist.pyc %%PYTHON_SITELIBDIR%%/carbon/regexlist.pyo -@dir /var/db/carbon/whisper -@dir /var/db/carbon/rrd -@dir /var/db/carbon/log +%%PYTHON_SITELIBDIR%%/carbon/relayrules.py +%%PYTHON_SITELIBDIR%%/carbon/relayrules.pyc +%%PYTHON_SITELIBDIR%%/carbon/relayrules.pyo +%%PYTHON_SITELIBDIR%%/carbon/rewrite.py +%%PYTHON_SITELIBDIR%%/carbon/rewrite.pyc +%%PYTHON_SITELIBDIR%%/carbon/rewrite.pyo +%%PYTHON_SITELIBDIR%%/carbon/routers.py +%%PYTHON_SITELIBDIR%%/carbon/routers.pyc +%%PYTHON_SITELIBDIR%%/carbon/routers.pyo +%%PYTHON_SITELIBDIR%%/carbon/service.py +%%PYTHON_SITELIBDIR%%/carbon/service.pyc +%%PYTHON_SITELIBDIR%%/carbon/service.pyo +%%PYTHON_SITELIBDIR%%/carbon/state.py +%%PYTHON_SITELIBDIR%%/carbon/state.pyc +%%PYTHON_SITELIBDIR%%/carbon/state.pyo +%%PYTHON_SITELIBDIR%%/carbon/storage.py +%%PYTHON_SITELIBDIR%%/carbon/storage.pyc +%%PYTHON_SITELIBDIR%%/carbon/storage.pyo +%%PYTHON_SITELIBDIR%%/carbon/util.py +%%PYTHON_SITELIBDIR%%/carbon/util.pyc +%%PYTHON_SITELIBDIR%%/carbon/util.pyo +%%PYTHON_SITELIBDIR%%/carbon/writer.py +%%PYTHON_SITELIBDIR%%/carbon/writer.pyc +%%PYTHON_SITELIBDIR%%/carbon/writer.pyo +%%PYTHON_SITELIBDIR%%/twisted/plugins/carbon_aggregator_plugin.py +%%PYTHON_SITELIBDIR%%/twisted/plugins/carbon_aggregator_plugin.pyc +%%PYTHON_SITELIBDIR%%/twisted/plugins/carbon_aggregator_plugin.pyo +%%PYTHON_SITELIBDIR%%/twisted/plugins/carbon_cache_plugin.py +%%PYTHON_SITELIBDIR%%/twisted/plugins/carbon_cache_plugin.pyc +%%PYTHON_SITELIBDIR%%/twisted/plugins/carbon_cache_plugin.pyo +%%PYTHON_SITELIBDIR%%/twisted/plugins/carbon_relay_plugin.py +%%PYTHON_SITELIBDIR%%/twisted/plugins/carbon_relay_plugin.pyc +%%PYTHON_SITELIBDIR%%/twisted/plugins/carbon_relay_plugin.pyo @dir /var/db/carbon/lists +@dir /var/db/carbon/log +@dir /var/db/carbon/rrd +@dir /var/db/carbon/whisper @dir /var/db/carbon From owner-svn-ports-head@freebsd.org Sun Feb 7 00:30:50 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 769E6A9E7A0; Sun, 7 Feb 2016 00:30:50 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 46451185C; Sun, 7 Feb 2016 00:30:50 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u170UnMO041595; Sun, 7 Feb 2016 00:30:49 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u170Un1V041594; Sun, 7 Feb 2016 00:30:49 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602070030.u170Un1V041594@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 7 Feb 2016 00:30:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408339 - head/benchmarks/sipp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 00:30:50 -0000 Author: marino Date: Sun Feb 7 00:30:49 2016 New Revision: 408339 URL: https://svnweb.freebsd.org/changeset/ports/408339 Log: benchmarks/sipp: document ncurses requirement (USES+=ncurses) Also link with ncurses, curses approved by: infrastructure blanket Modified: head/benchmarks/sipp/Makefile Modified: head/benchmarks/sipp/Makefile ============================================================================== --- head/benchmarks/sipp/Makefile Sun Feb 7 00:16:57 2016 (r408338) +++ head/benchmarks/sipp/Makefile Sun Feb 7 00:30:49 2016 (r408339) @@ -16,7 +16,7 @@ GH_ACCOUNT= SIPp PLIST_FILES= bin/sipp man/man1/sipp.1.gz -USES= gmake +USES= gmake ncurses GNU_CONFIGURE= yes OPTIONS_DEFINE= OPENSSL GSL PCAP RTPSTREAM SCTP @@ -43,6 +43,9 @@ PCAP_FILES= dtmf_2833_0.pcap dtmf_2833_1 PCAP_PLIST_FILES= ${PCAP_FILES:S|^|${DATADIR}/pcap/|} +post-patch: + ${REINPLACE_CMD} -e 's|-lcurses|-lncurses|' ${WRKSRC}/configure + post-patch-PCAP-on: @${REINPLACE_CMD} \ 's|\(\\"\)\(pcap/[^"]*\.pcap\\"\)|\1${DATADIR}/\2|' \ From owner-svn-ports-head@freebsd.org Sun Feb 7 00:34:39 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 834AFA9EA47; Sun, 7 Feb 2016 00:34:39 +0000 (UTC) (envelope-from dumbbell@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 53EDA1B7E; Sun, 7 Feb 2016 00:34:39 +0000 (UTC) (envelope-from dumbbell@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u170YclW044387; Sun, 7 Feb 2016 00:34:38 GMT (envelope-from dumbbell@FreeBSD.org) Received: (from dumbbell@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u170YccP044386; Sun, 7 Feb 2016 00:34:38 GMT (envelope-from dumbbell@FreeBSD.org) Message-Id: <201602070034.u170YccP044386@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dumbbell set sender to dumbbell@FreeBSD.org using -f From: =?UTF-8?Q?Jean-S=c3=a9bastien_P=c3=a9dron?= Date: Sun, 7 Feb 2016 00:34:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408340 - head/devel/cargo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 00:34:39 -0000 Author: dumbbell (src committer) Date: Sun Feb 7 00:34:38 2016 New Revision: 408340 URL: https://svnweb.freebsd.org/changeset/ports/408340 Log: devel/cargo: Build on amd64 only Cargo requires a prebuilt bootstrapped version of itself. The only one available for FreeBSD is for amd64. This prevents build failures on i386. Reviewed by: jbeich Approved by: jbeich MFH: 2016Q1 Differential Revision: https://reviews.freebsd.org/D5219 Modified: head/devel/cargo/Makefile Modified: head/devel/cargo/Makefile ============================================================================== --- head/devel/cargo/Makefile Sun Feb 7 00:30:49 2016 (r408339) +++ head/devel/cargo/Makefile Sun Feb 7 00:34:38 2016 (r408340) @@ -44,6 +44,9 @@ GH_ACCOUNT= rust-lang GH_PROJECT= rust-installer:rust_installer GH_TAGNAME= 4915c75:rust_installer +ONLY_FOR_ARCHS= amd64 +ONLY_FOR_ARCHS_REASON= requires prebuilt bootstrap cargo + CARGO_BOOT_SIG= ${ARCH:S/amd64/x86_64/}-unknown-${OPSYS:tl} CARGO_BOOT= ${PORTNAME}-nightly-${CARGO_BOOT_SIG}${EXTRACT_SUFX} CARGO_REGISTRY= ${PORTNAME}-registry-${DISTVERSIONFULL}.tar.xz From owner-svn-ports-head@freebsd.org Sun Feb 7 01:12:20 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C75E2A9FD58; Sun, 7 Feb 2016 01:12:20 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 99E471183; Sun, 7 Feb 2016 01:12:20 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u171CJTZ056037; Sun, 7 Feb 2016 01:12:19 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u171CJWQ056036; Sun, 7 Feb 2016 01:12:19 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602070112.u171CJWQ056036@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 7 Feb 2016 01:12:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408341 - head/emulators/cpmtools2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 01:12:20 -0000 Author: marino Date: Sun Feb 7 01:12:19 2016 New Revision: 408341 URL: https://svnweb.freebsd.org/changeset/ports/408341 Log: emulators/cpmtools2: document ncurses requirement (USES+=ncurses) also link with ncurses, not curses. approved by: infrastructure blanket Modified: head/emulators/cpmtools2/Makefile Modified: head/emulators/cpmtools2/Makefile ============================================================================== --- head/emulators/cpmtools2/Makefile Sun Feb 7 00:34:38 2016 (r408340) +++ head/emulators/cpmtools2/Makefile Sun Feb 7 01:12:19 2016 (r408341) @@ -12,7 +12,7 @@ COMMENT= Tools to access CP/M disks and LICENSE= GPLv3 -USES= desthack +USES= desthack ncurses GNU_CONFIGURE= yes CONFIGURE_ARGS+=--bindir=${STAGEDIR}${PREFIX}/sbin \ --datarootdir=${DATADIR} @@ -30,7 +30,7 @@ LIBDSK_LIB_DEPENDS= libdsk.so:${PORTSDIR # fixes for stage post-patch: @${REINPLACE_CMD} -e 's|getopt$$(OBJEXT)||g; s|getopt1$$(OBJEXT)||g' \ - -e 's|\($$(CC).*fsed.cpm$$(OBJEXT).*$$(DEVICEOBJ)\)|\1 -lcurses|' \ + -e 's|\($$(CC).*fsed.cpm$$(OBJEXT).*$$(DEVICEOBJ)\)|\1 -lncurses|' \ -e '/^CFLAGS=/s|@CFLAGS@|@CFLAGS@ -DDISKDEFS=\\"@datarootdir@/diskdefs\\" -DFORMAT=\\"$$(DEFFORMAT)\\"|' \ -e 's|diskdefs @datarootdir@/diskdefs|diskdefs $$(DESTDIR)@datarootdir@/diskdefs|' \ ${WRKSRC}/Makefile.in From owner-svn-ports-head@freebsd.org Sun Feb 7 01:55:39 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9ECD5A9F22F; Sun, 7 Feb 2016 01:55:39 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 70C8F144E; Sun, 7 Feb 2016 01:55:39 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u171tclO068045; Sun, 7 Feb 2016 01:55:38 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u171tbfF068038; Sun, 7 Feb 2016 01:55:37 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201602070155.u171tbfF068038@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sun, 7 Feb 2016 01:55:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408342 - in head/www/py-graphite-web: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 01:55:39 -0000 Author: swills Date: Sun Feb 7 01:55:37 2016 New Revision: 408342 URL: https://svnweb.freebsd.org/changeset/ports/408342 Log: www/py-graphite-web: update to 0.9.15 PR: 206534 Submitted by: Michael Zhilin Deleted: head/www/py-graphite-web/files/patch-setup.cfg head/www/py-graphite-web/files/patch-webapp__graphite__account__urls.py head/www/py-graphite-web/files/patch-webapp__graphite__browser__urls.py head/www/py-graphite-web/files/patch-webapp__graphite__browser__views.py head/www/py-graphite-web/files/patch-webapp__graphite__cli__urls.py head/www/py-graphite-web/files/patch-webapp__graphite__cli__views.py head/www/py-graphite-web/files/patch-webapp__graphite__composer__urls.py head/www/py-graphite-web/files/patch-webapp__graphite__dashboard__urls.py head/www/py-graphite-web/files/patch-webapp__graphite__dashboard__views.py head/www/py-graphite-web/files/patch-webapp__graphite__events__urls.py head/www/py-graphite-web/files/patch-webapp__graphite__events__views.py head/www/py-graphite-web/files/patch-webapp__graphite__graphlot__urls.py head/www/py-graphite-web/files/patch-webapp__graphite__graphlot__views.py head/www/py-graphite-web/files/patch-webapp__graphite__metrics__urls.py head/www/py-graphite-web/files/patch-webapp__graphite__metrics__views.py head/www/py-graphite-web/files/patch-webapp__graphite__render__urls.py head/www/py-graphite-web/files/patch-webapp__graphite__render__views.py head/www/py-graphite-web/files/patch-webapp__graphite__urls.py head/www/py-graphite-web/files/patch-webapp__graphite__version__urls.py head/www/py-graphite-web/files/patch-webapp__graphite__whitelist__urls.py head/www/py-graphite-web/files/patch-webapp__graphite__whitelist__views.py Modified: head/www/py-graphite-web/Makefile head/www/py-graphite-web/distinfo head/www/py-graphite-web/files/patch-conf__graphite.wsgi.example head/www/py-graphite-web/files/patch-setup.py head/www/py-graphite-web/files/patch-webapp__graphite__local_settings.py.example head/www/py-graphite-web/files/pkg-message.in head/www/py-graphite-web/pkg-plist Modified: head/www/py-graphite-web/Makefile ============================================================================== --- head/www/py-graphite-web/Makefile Sun Feb 7 01:12:19 2016 (r408341) +++ head/www/py-graphite-web/Makefile Sun Feb 7 01:55:37 2016 (r408342) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= graphite-web -PORTVERSION= 0.9.12 -PORTREVISION= 3 +PORTVERSION= 0.9.15 CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,6 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cair ${PYTHON_PKGNAMEPREFIX}carbon>=${PORTVERSION}:${PORTSDIR}/databases/py-carbon \ ${PYTHON_PKGNAMEPREFIX}django18>=1.4:${PORTSDIR}/www/py-django18 \ ${PYTHON_PKGNAMEPREFIX}django-tagging>=0.3.1:${PORTSDIR}/www/py-django-tagging \ + ${PYTHON_PKGNAMEPREFIX}pytz>0:${PORTSDIR}/devel/py-pytz \ xorg-fonts-truetype>=0:${PORTSDIR}/x11-fonts/xorg-fonts-truetype FETCH_ARGS= -o ${DISTNAME}${EXTRACT_SUFX} Modified: head/www/py-graphite-web/distinfo ============================================================================== --- head/www/py-graphite-web/distinfo Sun Feb 7 01:12:19 2016 (r408341) +++ head/www/py-graphite-web/distinfo Sun Feb 7 01:55:37 2016 (r408342) @@ -1,2 +1,2 @@ -SHA256 (graphite-project-graphite-web-0.9.12_GH0.tar.gz) = 03a4403fdb36e5707d3dbd6a71d9be1e80b1adbbe49e3e0989a15829d02f23d2 -SIZE (graphite-project-graphite-web-0.9.12_GH0.tar.gz) = 2334147 +SHA256 (graphite-project-graphite-web-0.9.15_GH0.tar.gz) = 75c53e9de089738280f1ed1084b6b4df79b9f94cb99a20c479645046c80ca677 +SIZE (graphite-project-graphite-web-0.9.15_GH0.tar.gz) = 2434438 Modified: head/www/py-graphite-web/files/patch-conf__graphite.wsgi.example ============================================================================== --- head/www/py-graphite-web/files/patch-conf__graphite.wsgi.example Sun Feb 7 01:12:19 2016 (r408341) +++ head/www/py-graphite-web/files/patch-conf__graphite.wsgi.example Sun Feb 7 01:55:37 2016 (r408342) @@ -1,14 +1,10 @@ ---- conf/graphite.wsgi.example.orig 2013-08-21 17:11:04.000000000 +0000 -+++ conf/graphite.wsgi.example 2014-09-14 03:30:45.456594225 +0000 -@@ -1,8 +1,10 @@ - import os, sys +--- conf/graphite.wsgi.example.orig 2015-11-27 18:37:16 UTC ++++ conf/graphite.wsgi.example +@@ -1,6 +1,6 @@ + import os + import sys -sys.path.append('/opt/graphite/webapp') +sys.path.append('%%PREFIX%%/graphite/webapp') - os.environ['DJANGO_SETTINGS_MODULE'] = 'graphite.settings' - -+import django - import django.core.handlers.wsgi -+django.setup() - - application = django.core.handlers.wsgi.WSGIHandler() + try: + from importlib import import_module Modified: head/www/py-graphite-web/files/patch-setup.py ============================================================================== --- head/www/py-graphite-web/files/patch-setup.py Sun Feb 7 01:12:19 2016 (r408341) +++ head/www/py-graphite-web/files/patch-setup.py Sun Feb 7 01:55:37 2016 (r408342) @@ -1,6 +1,15 @@ ---- setup.py.orig 2013-08-21 17:11:04.000000000 +0000 -+++ setup.py 2014-02-14 04:44:44.290189349 +0000 -@@ -15,11 +15,11 @@ +--- setup.py.orig 2015-11-27 18:37:16 UTC ++++ setup.py +@@ -23,8 +23,6 @@ else: + cf.add_section('install') + except ConfigParser.DuplicateSectionError: + pass +- cf.set('install', 'prefix', '/opt/graphite') +- cf.set('install', 'install-lib', '%(prefix)s/webapp') + + with open('setup.cfg', 'wb') as f: + cf.write(f) +@@ -41,11 +39,11 @@ else: storage_dirs = [] for subdir in ('whisper', 'rrd', 'log', 'log/webapp'): @@ -14,20 +23,21 @@ for filename in files: filepath = os.path.join(root, filename) -@@ -29,7 +29,7 @@ +@@ -55,7 +53,7 @@ for root, dirs, files in os.walk('webapp webapp_content[root].append(filepath) -conf_files = [ ('conf', glob('conf/*.example')) ] -+conf_files = [ ('/usr/local/etc/graphite', glob('conf/*.example')) ] ++conf_files = [ ('%%PREFIX%%/etc/graphite', glob('conf/*.example')) ] examples = [ ('examples', glob('examples/example-*')) ] - setup( -@@ -60,6 +60,6 @@ - package_data={'graphite' : - ['templates/*', 'local_settings.py.example']}, - scripts=glob('bin/*'), -- data_files=webapp_content.items() + storage_dirs + conf_files + examples, -+ data_files=conf_files, - **setup_kwargs - ) + try: +@@ -87,7 +85,7 @@ try: + package_data={'graphite' : + ['templates/*', 'local_settings.py.example']}, + scripts=glob('bin/*'), +- data_files=webapp_content.items() + storage_dirs + conf_files + examples, ++ data_files=conf_files, + **setup_kwargs + ) + finally: Modified: head/www/py-graphite-web/files/patch-webapp__graphite__local_settings.py.example ============================================================================== --- head/www/py-graphite-web/files/patch-webapp__graphite__local_settings.py.example Sun Feb 7 01:12:19 2016 (r408341) +++ head/www/py-graphite-web/files/patch-webapp__graphite__local_settings.py.example Sun Feb 7 01:55:37 2016 (r408342) @@ -1,12 +1,12 @@ ---- webapp/graphite/local_settings.py.example.orig 2013-08-21 17:11:04.000000000 +0000 -+++ webapp/graphite/local_settings.py.example 2014-02-14 05:02:05.550117395 +0000 +--- webapp/graphite/local_settings.py.example.orig 2015-11-27 18:37:16 UTC ++++ webapp/graphite/local_settings.py.example @@ -62,6 +62,9 @@ #CONF_DIR = '/opt/graphite/conf' #STORAGE_DIR = '/opt/graphite/storage' #CONTENT_DIR = '/opt/graphite/webapp/content' +CONF_DIR = '%%PREFIX%%/etc/graphite' +STORAGE_DIR = '/var/db/carbon' -+CONTENT_DIR = '%%DATADIR%%/content' ++CONTENT_DIR = '%%PREFIX%%/share/graphite-web/content' # To further or fully customize the paths, modify the following. Note that the # default settings for each of these are relative to CONF_DIR and STORAGE_DIR Modified: head/www/py-graphite-web/files/pkg-message.in ============================================================================== --- head/www/py-graphite-web/files/pkg-message.in Sun Feb 7 01:12:19 2016 (r408341) +++ head/www/py-graphite-web/files/pkg-message.in Sun Feb 7 01:55:37 2016 (r408342) @@ -58,6 +58,7 @@ Setup Apache by creating a vhost similar Order deny,allow Allow from all + Require all granted # The graphite.wsgi file has to be accessible by apache. It won't @@ -65,11 +66,13 @@ Setup Apache by creating a vhost similar Order deny,allow Allow from all + Require all granted Order deny,allow Allow from all + Require all granted Modified: head/www/py-graphite-web/pkg-plist ============================================================================== --- head/www/py-graphite-web/pkg-plist Sun Feb 7 01:12:19 2016 (r408341) +++ head/www/py-graphite-web/pkg-plist Sun Feb 7 01:55:37 2016 (r408342) @@ -47,36 +47,26 @@ etc/graphite/local_settings.py.example %%DATADIR%%/content/css/default/top_left.gif %%DATADIR%%/content/css/default/top_mid.gif %%DATADIR%%/content/css/default/top_right.gif -%%DATADIR%%/content/css/jquery.autocomplete.css %%DATADIR%%/content/css/table.css %%DATADIR%%/content/html/completerHelp.html %%DATADIR%%/content/html/searchHelp.html %%DATADIR%%/content/html/timeHelp.html -%%DATADIR%%/content/img/I.gif -%%DATADIR%%/content/img/L.gif -%%DATADIR%%/content/img/Lminus.gif -%%DATADIR%%/content/img/Lplus.gif -%%DATADIR%%/content/img/T.gif -%%DATADIR%%/content/img/Tminus.gif -%%DATADIR%%/content/img/Tplus.gif -%%DATADIR%%/content/img/arrow1.gif %%DATADIR%%/content/img/blank.gif -%%DATADIR%%/content/img/calBt.gif +%%DATADIR%%/content/img/calendar.png %%DATADIR%%/content/img/carbon-fiber.png +%%DATADIR%%/content/img/clock.png %%DATADIR%%/content/img/clock_16.png -%%DATADIR%%/content/img/delete.gif -%%DATADIR%%/content/img/error.png -%%DATADIR%%/content/img/folder.png %%DATADIR%%/content/img/graphite.png %%DATADIR%%/content/img/graphite_short.png -%%DATADIR%%/content/img/indicator.png %%DATADIR%%/content/img/leaf.gif -%%DATADIR%%/content/img/line_chart.png %%DATADIR%%/content/img/mini-bottom2.gif %%DATADIR%%/content/img/mini-top2.gif -%%DATADIR%%/content/img/save.gif -%%DATADIR%%/content/img/searching.gif -%%DATADIR%%/content/img/updateGraph.gif +%%DATADIR%%/content/img/overview.png +%%DATADIR%%/content/img/refresh.png +%%DATADIR%%/content/img/save.png +%%DATADIR%%/content/img/share.png +%%DATADIR%%/content/img/trash.png +%%DATADIR%%/content/img/upload.png %%DATADIR%%/content/js/ace/ace.js %%DATADIR%%/content/js/ace/keybinding-vim.js %%DATADIR%%/content/js/ace/mode-c_cpp.js @@ -544,12 +534,6 @@ etc/graphite/local_settings.py.example %%DATADIR%%/content/js/ext/resources/images/default/window/top-bottom.png %%DATADIR%%/content/js/ext/resources/images/default/window/top-bottom.psd %%DATADIR%%/content/js/ext/ux/DataViewTransition.js -%%DATADIR%%/content/js/jquery.autocomplete.js -%%DATADIR%%/content/js/jquery.flot.crosshair.js -%%DATADIR%%/content/js/jquery.flot.js -%%DATADIR%%/content/js/jquery.flot.selection.js -%%DATADIR%%/content/js/jquery.graphite.js -%%DATADIR%%/content/js/jquery.js %%DATADIR%%/content/js/scriptaculous/builder.js %%DATADIR%%/content/js/scriptaculous/controls.js %%DATADIR%%/content/js/scriptaculous/dragdrop.js @@ -650,15 +634,6 @@ etc/graphite/local_settings.py.example %%PYTHON_SITELIBDIR%%/graphite/events/views.py %%PYTHON_SITELIBDIR%%/graphite/events/views.pyc %%PYTHON_SITELIBDIR%%/graphite/events/views.pyo -%%PYTHON_SITELIBDIR%%/graphite/graphlot/__init__.py -%%PYTHON_SITELIBDIR%%/graphite/graphlot/__init__.pyc -%%PYTHON_SITELIBDIR%%/graphite/graphlot/__init__.pyo -%%PYTHON_SITELIBDIR%%/graphite/graphlot/urls.py -%%PYTHON_SITELIBDIR%%/graphite/graphlot/urls.pyc -%%PYTHON_SITELIBDIR%%/graphite/graphlot/urls.pyo -%%PYTHON_SITELIBDIR%%/graphite/graphlot/views.py -%%PYTHON_SITELIBDIR%%/graphite/graphlot/views.pyc -%%PYTHON_SITELIBDIR%%/graphite/graphlot/views.pyo %%PYTHON_SITELIBDIR%%/graphite/local_settings.py.example %%PYTHON_SITELIBDIR%%/graphite/local_settings.py %%PYTHON_SITELIBDIR%%/graphite/logger.py @@ -731,7 +706,6 @@ etc/graphite/local_settings.py.example %%PYTHON_SITELIBDIR%%/graphite/templates/editProfile.html %%PYTHON_SITELIBDIR%%/graphite/templates/event.html %%PYTHON_SITELIBDIR%%/graphite/templates/events.html -%%PYTHON_SITELIBDIR%%/graphite/templates/graphlot.html %%PYTHON_SITELIBDIR%%/graphite/templates/login.html %%PYTHON_SITELIBDIR%%/graphite/templates/version.html %%PYTHON_SITELIBDIR%%/graphite/thirdparty/__init__.py @@ -758,6 +732,18 @@ etc/graphite/local_settings.py.example %%PYTHON_SITELIBDIR%%/graphite/urls.py %%PYTHON_SITELIBDIR%%/graphite/urls.pyc %%PYTHON_SITELIBDIR%%/graphite/urls.pyo +%%PYTHON_SITELIBDIR%%/graphite/url_shortener/__init__.py +%%PYTHON_SITELIBDIR%%/graphite/url_shortener/__init__.pyc +%%PYTHON_SITELIBDIR%%/graphite/url_shortener/__init__.pyo +%%PYTHON_SITELIBDIR%%/graphite/url_shortener/baseconv.py +%%PYTHON_SITELIBDIR%%/graphite/url_shortener/baseconv.pyc +%%PYTHON_SITELIBDIR%%/graphite/url_shortener/baseconv.pyo +%%PYTHON_SITELIBDIR%%/graphite/url_shortener/models.py +%%PYTHON_SITELIBDIR%%/graphite/url_shortener/models.pyc +%%PYTHON_SITELIBDIR%%/graphite/url_shortener/models.pyo +%%PYTHON_SITELIBDIR%%/graphite/url_shortener/views.py +%%PYTHON_SITELIBDIR%%/graphite/url_shortener/views.pyc +%%PYTHON_SITELIBDIR%%/graphite/url_shortener/views.pyo %%PYTHON_SITELIBDIR%%/graphite/util.py %%PYTHON_SITELIBDIR%%/graphite/util.pyc %%PYTHON_SITELIBDIR%%/graphite/util.pyo From owner-svn-ports-head@freebsd.org Sun Feb 7 04:35:31 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 83E8FA9FCE1; Sun, 7 Feb 2016 04:35:31 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4D1BA81F; Sun, 7 Feb 2016 04:35:31 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u174ZUBI014833; Sun, 7 Feb 2016 04:35:30 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u174ZUMB014828; Sun, 7 Feb 2016 04:35:30 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201602070435.u174ZUMB014828@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 7 Feb 2016 04:35:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408343 - in head/sysutils/vagrant: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 04:35:31 -0000 Author: pi Date: Sun Feb 7 04:35:29 2016 New Revision: 408343 URL: https://svnweb.freebsd.org/changeset/ports/408343 Log: sysutils/vagrant: 1.7.4 -> 1.8.1 - patches now generated by makepatch - upgrade fixes problem with rubygem-net-ssh - Changelog: https://github.com/mitchellh/vagrant/blob/master/CHANGELOG.md PR: 206646 Submitted by: Christoph Moench-Tegeder Reviewed by: Tobias Kortkamp Approved by: joe@thrallingpenguin.com (maintainer) Added: head/sysutils/vagrant/files/patch-bin_vagrant - copied, changed from r408342, head/sysutils/vagrant/files/patch-vagrant-is-vagrant-installer.patch Deleted: head/sysutils/vagrant/files/patch-vagrant-is-vagrant-installer.patch Modified: head/sysutils/vagrant/Makefile head/sysutils/vagrant/distinfo head/sysutils/vagrant/files/patch-vagrant.gemspec head/sysutils/vagrant/pkg-plist Modified: head/sysutils/vagrant/Makefile ============================================================================== --- head/sysutils/vagrant/Makefile Sun Feb 7 01:55:37 2016 (r408342) +++ head/sysutils/vagrant/Makefile Sun Feb 7 04:35:29 2016 (r408343) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= vagrant -PORTVERSION= 1.7.4 -PORTREVISION= 1 +PORTVERSION= 1.8.1 DISTVERSIONPREFIX= v CATEGORIES= sysutils rubygems devel @@ -25,7 +24,7 @@ RUN_DEPENDS= rubygem-bundler>=1.5.3:${PO rubygem-log4r>=1.1.10:${PORTSDIR}/sysutils/rubygem-log4r \ rubygem-net-scp>=1.1.0:${PORTSDIR}/security/rubygem-net-scp \ rubygem-net-sftp>=2.1:${PORTSDIR}/security/rubygem-net-sftp \ - rubygem-net-ssh>=2.6.6:${PORTSDIR}/security/rubygem-net-ssh \ + rubygem-net-ssh>=3.0.1:${PORTSDIR}/security/rubygem-net-ssh \ rubygem-nokogiri>=1.6.3.1:${PORTSDIR}/textproc/rubygem-nokogiri \ rubygem-rb-kqueue>=0.2.2:${PORTSDIR}/devel/rubygem-rb-kqueue \ rubygem-rest-client>=1.6.0:${PORTSDIR}/www/rubygem-rest-client \ Modified: head/sysutils/vagrant/distinfo ============================================================================== --- head/sysutils/vagrant/distinfo Sun Feb 7 01:55:37 2016 (r408342) +++ head/sysutils/vagrant/distinfo Sun Feb 7 04:35:29 2016 (r408343) @@ -1,2 +1,2 @@ -SHA256 (mitchellh-vagrant-v1.7.4_GH0.tar.gz) = 76c52baab71bbaea2fbc9f6a6874b12f3abe362c20e61c954367f70f15f90df6 -SIZE (mitchellh-vagrant-v1.7.4_GH0.tar.gz) = 2860040 +SHA256 (mitchellh-vagrant-v1.8.1_GH0.tar.gz) = 12cfa43eb82399d3dd1c3fd24691797fa30187fc142474580c72e5c9f83b9dfd +SIZE (mitchellh-vagrant-v1.8.1_GH0.tar.gz) = 2873082 Copied and modified: head/sysutils/vagrant/files/patch-bin_vagrant (from r408342, head/sysutils/vagrant/files/patch-vagrant-is-vagrant-installer.patch) ============================================================================== --- head/sysutils/vagrant/files/patch-vagrant-is-vagrant-installer.patch Sun Feb 7 01:55:37 2016 (r408342, copy source) +++ head/sysutils/vagrant/files/patch-bin_vagrant Sun Feb 7 04:35:29 2016 (r408343) @@ -1,11 +1,11 @@ ---- bin/vagrant.orig 2014-04-15 12:11:54.000000000 -0700 -+++ bin/vagrant 2014-04-15 12:11:16.000000000 -0700 +--- bin/vagrant.orig 2015-12-24 21:26:53 UTC ++++ bin/vagrant @@ -5,6 +5,9 @@ # initializing which have historically resulted in stack traces. Signal.trap("INT") { abort } +ENV["VAGRANT_INSTALLER_ENV"] = 'true' -+ENV["VAGRANT_INSTALLER_EMBEDDED_DIR"] = '@PREFIX@/share/vagrant/embedded' ++ENV["VAGRANT_INSTALLER_EMBEDDED_DIR"] = '/usr/local/share/vagrant/embedded' + # Split arguments by "--" if its there, we'll recombine them later argv = ARGV.dup Modified: head/sysutils/vagrant/files/patch-vagrant.gemspec ============================================================================== --- head/sysutils/vagrant/files/patch-vagrant.gemspec Sun Feb 7 01:55:37 2016 (r408342) +++ head/sysutils/vagrant/files/patch-vagrant.gemspec Sun Feb 7 04:35:29 2016 (r408343) @@ -1,17 +1,17 @@ ---- vagrant.gemspec.orig 2015-07-24 11:06:28 UTC +--- vagrant.gemspec.orig 2015-12-24 21:26:53 UTC +++ vagrant.gemspec @@ -15,7 +15,7 @@ Gem::Specification.new do |s| s.required_rubygems_version = ">= 1.3.6" s.rubyforge_project = "vagrant" -- s.add_dependency "bundler", ">= 1.5.2", "<= 1.10.5" +- s.add_dependency "bundler", ">= 1.5.2", "<= 1.10.6" + s.add_dependency "bundler", ">= 1.5.2" s.add_dependency "childprocess", "~> 0.5.0" s.add_dependency "erubis", "~> 2.7.0" s.add_dependency "i18n", ">= 0.6.0", "<= 0.8.0" @@ -24,7 +24,7 @@ Gem::Specification.new do |s| s.add_dependency "log4r", "~> 1.1.9", "< 1.1.11" - s.add_dependency "net-ssh", ">= 2.6.6", "< 2.10.0" + s.add_dependency "net-ssh", "~> 3.0.1" s.add_dependency "net-sftp", "~> 2.1" - s.add_dependency "net-scp", "~> 1.1.0" + s.add_dependency "net-scp", ">= 1.1.0" @@ -19,7 +19,7 @@ s.add_dependency "rest-client", ">= 1.6.0", "< 2.0" s.add_dependency "wdm", "~> 0.1.0" @@ -32,7 +32,7 @@ Gem::Specification.new do |s| - s.add_dependency "winrm-fs", "~> 0.2.0" + s.add_dependency "winrm-fs", "~> 0.2.2" # We lock this down to avoid compilation issues. - s.add_dependency "nokogiri", "= 1.6.3.1" Modified: head/sysutils/vagrant/pkg-plist ============================================================================== --- head/sysutils/vagrant/pkg-plist Sun Feb 7 01:55:37 2016 (r408342) +++ head/sysutils/vagrant/pkg-plist Sun Feb 7 04:35:29 2016 (r408343) @@ -20,6 +20,7 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/contrib/st/Ruby.sublime-settings %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/contrib/sudoers/linux-fedora %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/contrib/sudoers/linux-ubuntu +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/contrib/sudoers/linux-suse %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/contrib/sudoers/osx %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/contrib/vim/vagrantfile.vim %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/keys/README.md @@ -41,11 +42,13 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/action/builtin/handle_box.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/action/builtin/handle_box_url.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/action/builtin/handle_forwarded_port_collisions.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/action/builtin/is_env_set.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/action/builtin/is_state.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/action/builtin/lock.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/action/builtin/message.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/action/builtin/mixin_provisioners.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/action/builtin/mixin_synced_folders.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/action/builtin/prepare_clone.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/action/builtin/provision.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/action/builtin/provisioner_cleanup.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/action/builtin/set_hostname.rb @@ -132,9 +135,11 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/util/line_ending_helpers.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/util/network_ip.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/util/platform.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/util/presence.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/util/powershell.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/util/retryable.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/util/safe_chdir.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/util/safe_env.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/util/safe_exec.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/util/safe_puts.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/util/scoped_hash_override.rb @@ -146,10 +151,12 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/util/subprocess.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/util/template_renderer.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/util/which.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/util/windows_path.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/vagrantfile.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/version.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/README.md %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/box/command/add.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/box/command/download_mixins.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/box/command/list.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/box/command/outdated.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/box/command/remove.rb @@ -157,6 +164,8 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/box/command/root.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/box/command/update.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/box/plugin.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/cap/command.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/cap/plugin.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/destroy/command.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/destroy/plugin.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/global-status/command.rb @@ -177,6 +186,14 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/login/plugin.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/package/command.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/package/plugin.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/port/command.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/port/locales/en.yml +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/port/plugin.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/powershell/command.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/powershell/errors.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/powershell/plugin.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/powershell/scripts/enable_psremoting.ps1 +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/powershell/scripts/reset_trustedhosts.ps1 %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/plugin/action.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/plugin/action/install_gem.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/plugin/action/license_plugin.rb @@ -194,6 +211,8 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/plugin/command/update.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/plugin/gem_helper.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/plugin/plugin.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/provider/command.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/provider/plugin.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/provision/command.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/provision/plugin.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/push/command.rb @@ -210,6 +229,15 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/ssh/plugin.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/ssh_config/command.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/ssh_config/plugin.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/snapshot/command/delete.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/snapshot/command/list.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/snapshot/command/pop.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/snapshot/command/push.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/snapshot/command/push_shared.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/snapshot/command/restore.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/snapshot/command/root.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/snapshot/command/save.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/snapshot/plugin.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/status/command.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/status/plugin.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/suspend/command.rb @@ -269,11 +297,9 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/debian/cap/configure_networks.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/debian/cap/nfs_client.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/debian/cap/rsync.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/debian/cap/smb.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/debian/guest.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/debian/plugin.rb -%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/debian8/cap/halt.rb -%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/debian8/guest.rb -%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/debian8/plugin.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/esxi/cap/change_host_name.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/esxi/cap/configure_networks.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/esxi/cap/halt.rb @@ -355,6 +381,7 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/photon/guest.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/photon/plugin.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/pld/cap/change_host_name.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/pld/cap/flavor.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/pld/cap/network_scripts_dir.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/pld/guest.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/pld/plugin.rb @@ -366,6 +393,10 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/redhat/cap/rsync.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/redhat/guest.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/redhat/plugin.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/slackware/cap/change_host_name.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/slackware/cap/configure_networks.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/slackware/guest.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/slackware/plugin.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/smartos/cap/change_host_name.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/smartos/cap/configure_networks.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/smartos/cap/halt.rb @@ -433,9 +464,11 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/bsd/cap/nfs.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/bsd/host.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/bsd/plugin.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/darwin/cap/provider_install_virtualbox.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/darwin/cap/rdp.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/darwin/host.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/darwin/plugin.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/darwin/scripts/install_virtualbox.sh %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/freebsd/cap/nfs.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/freebsd/host.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/freebsd/plugin.rb @@ -458,9 +491,12 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/suse/host.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/suse/plugin.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/windows/cap/nfs.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/windows/cap/provider_install_virtualbox.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/windows/cap/ps.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/windows/cap/rdp.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/windows/host.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/windows/plugin.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/windows/scripts/install_virtualbox.ps1 %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/kernel_v1/config/nfs.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/kernel_v1/config/package.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/kernel_v1/config/ssh.rb @@ -522,6 +558,7 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/action/import.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/action/is_windows.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/action/message_will_not_destroy.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/action/net_set_mac.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/action/net_set_vlan.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/action/read_guest_ip.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/action/read_state.rb @@ -544,6 +581,7 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/scripts/get_vm_status.ps1 %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/scripts/import_vm.ps1 %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/scripts/resume_vm.ps1 +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/scripts/set_network_mac.ps1 %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/scripts/set_network_vlan.ps1 %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/scripts/start_vm.ps1 %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/scripts/stop_vm.ps1 @@ -569,6 +607,7 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/virtualbox/action/forced_halt.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/virtualbox/action/forward_ports.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/virtualbox/action/import.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/virtualbox/action/import_master.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/virtualbox/action/is_paused.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/virtualbox/action/is_running.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/virtualbox/action/is_saved.rb @@ -578,8 +617,10 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/virtualbox/action/message_not_running.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/virtualbox/action/message_will_not_destroy.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/virtualbox/action/network.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/virtualbox/action/network_fix_ipv6.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/virtualbox/action/package.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/virtualbox/action/package_vagrantfile.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/virtualbox/action/prepare_clone_snapshot.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/virtualbox/action/prepare_forwarded_port_collision_params.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/virtualbox/action/prepare_nfs_settings.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/virtualbox/action/prepare_nfs_valid_ids.rb @@ -587,8 +628,12 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/virtualbox/action/sane_defaults.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/virtualbox/action/set_name.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/virtualbox/action/setup_package_files.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/virtualbox/action/snapshot_delete.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/virtualbox/action/snapshot_restore.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/virtualbox/action/snapshot_save.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/virtualbox/action/suspend.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/virtualbox/cap.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/virtualbox/cap/public_address.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/virtualbox/config.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/virtualbox/driver/base.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/virtualbox/driver/meta.rb @@ -602,9 +647,23 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/virtualbox/provider.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/virtualbox/synced_folder.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/virtualbox/util/compile_forwarded_ports.rb -%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/ansible/config.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/ansible/cap/guest/arch/ansible_install.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/ansible/cap/guest/debian/ansible_install.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/ansible/cap/guest/fedora/ansible_install.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/ansible/cap/guest/freebsd/ansible_install.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/ansible/cap/guest/posix/ansible_installed.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/ansible/cap/guest/redhat/ansible_install.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/ansible/cap/guest/suse/ansible_install.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/ansible/cap/guest/ubuntu/ansible_install.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/ansible/config/base.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/ansible/config/guest.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/ansible/config/host.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/ansible/errors.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/ansible/helpers.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/ansible/plugin.rb -%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/ansible/provisioner.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/ansible/provisioner/base.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/ansible/provisioner/guest.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/ansible/provisioner/host.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/cfengine/cap/debian/cfengine_install.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/cfengine/cap/linux/cfengine_installed.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/cfengine/cap/linux/cfengine_needs_bootstrap.rb @@ -618,6 +677,7 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/chef/cap/omnios/chef_install.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/chef/cap/omnios/chef_installed.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/chef/cap/redhat/chef_install.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/chef/cap/windows/chef_install.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/chef/cap/windows/chef_installed.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/chef/command_builder.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/chef/config/base.rb @@ -636,6 +696,7 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/chef/provisioner/chef_zero.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/docker/cap/debian/docker_install.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/docker/cap/debian/docker_start_service.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/docker/cap/fedora/docker_install.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/docker/cap/linux/docker_configure_vagrant_user.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/docker/cap/linux/docker_daemon_running.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/provisioners/docker/cap/linux/docker_installed.rb @@ -718,6 +779,7 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/templates/guests/coreos/etcd.service.erb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/templates/guests/debian/network_dhcp.erb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/templates/guests/debian/network_static.erb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/templates/guests/debian/network_static6.erb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/templates/guests/fedora/network_dhcp.erb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/templates/guests/fedora/network_static.erb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/templates/guests/freebsd/network_dhcp.erb @@ -734,9 +796,12 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/templates/guests/openbsd/network_static.erb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/templates/guests/redhat/network_dhcp.erb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/templates/guests/redhat/network_static.erb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/templates/guests/slackware/network_dhcp.erb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/templates/guests/slackware/network_static.erb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/templates/guests/suse/network_dhcp.erb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/templates/guests/suse/network_static.erb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/templates/locales/comm_winrm.yml +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/templates/locales/command_ps.yml %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/templates/locales/command_rdp.yml %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/templates/locales/en.yml %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/templates/locales/guest_windows.yml @@ -752,8 +817,10 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/templates/provisioners/chef_zero/zero.erb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/templates/rgloader.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/acceptance/base.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/acceptance/provider-virtualbox/linked_clone_spec.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/acceptance/provider-virtualbox/network_intnet_spec.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/acceptance/shared/context_virtualbox.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/acceptance/skeletons/linked_clone/Vagrantfile %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/acceptance/skeletons/network_intnet/Vagrantfile %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/config/acceptance_boxes.yml %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/support/isolated_environment.rb @@ -762,6 +829,7 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/commands/box/command/remove_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/commands/box/command/repackage_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/commands/box/command/update_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/commands/cap/command_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/commands/global-status/command_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/commands/list-commands/command_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/commands/login/client_test.rb @@ -771,7 +839,11 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/commands/plugin/action/plugin_exists_check_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/commands/plugin/action/uninstall_plugin_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/commands/plugin/action/update_gems_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/commands/port/command_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/commands/provider/command_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/commands/push/command_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/commands/snapshot/command/pop_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/commands/snapshot/command/push_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/commands/ssh_config/command_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/communicators/winrm/command_filter_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/communicators/winrm/communicator_test.rb @@ -810,11 +882,13 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/providers/docker/synced_folder_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/providers/hyperv/config_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/providers/hyperv/provider_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/providers/virtualbox/action/network_fix_ipv6_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/providers/virtualbox/action/network_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/providers/virtualbox/action/prepare_nfs_settings_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/providers/virtualbox/action/prepare_nfs_valid_ids_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/providers/virtualbox/base.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/providers/virtualbox/cap_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/providers/virtualbox/cap/public_address_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/providers/virtualbox/config_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/providers/virtualbox/driver/version_4_0_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/providers/virtualbox/driver/version_4_1_test.rb @@ -838,6 +912,7 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/provisioners/file/provisioner_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/provisioners/salt/config_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/provisioners/shell/config_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/provisioners/shell/provisioner_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/provisioners/support/shared/config.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/pushes/atlas/config_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/pushes/atlas/push_test.rb @@ -890,10 +965,12 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/vagrant/action/builtin/env_set_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/vagrant/action/builtin/graceful_halt_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/vagrant/action/builtin/handle_box_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/vagrant/action/builtin/is_env_set_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/vagrant/action/builtin/is_state_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/vagrant/action/builtin/lock_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/vagrant/action/builtin/message_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/vagrant/action/builtin/mixin_synced_folders_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/vagrant/action/builtin/provisioner_cleanup_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/vagrant/action/builtin/ssh_exec_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/vagrant/action/builtin/synced_folder_cleanup_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/vagrant/action/builtin/synced_folders_test.rb @@ -952,6 +1029,7 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/vagrant/util/line_endings_helper_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/vagrant/util/network_ip_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/vagrant/util/platform_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/vagrant/util/presence_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/vagrant/util/retryable_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/vagrant/util/safe_chdir_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/vagrant/util/scoped_hash_override_test.rb From owner-svn-ports-head@freebsd.org Sun Feb 7 07:14:37 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5B479AA0F39; Sun, 7 Feb 2016 07:14:37 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1CB4D1DAB; Sun, 7 Feb 2016 07:14:37 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u177Eauj060735; Sun, 7 Feb 2016 07:14:36 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u177EZA6060733; Sun, 7 Feb 2016 07:14:35 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201602070714.u177EZA6060733@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Sun, 7 Feb 2016 07:14:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408344 - head/x11-toolkits/scintilla X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 07:14:37 -0000 Author: olivierd Date: Sun Feb 7 07:14:35 2016 New Revision: 408344 URL: https://svnweb.freebsd.org/changeset/ports/408344 Log: Update to 3.6.3 PR: 206751 Submitted by: Naram Qashat (maintainer) Modified: head/x11-toolkits/scintilla/Makefile head/x11-toolkits/scintilla/distinfo Modified: head/x11-toolkits/scintilla/Makefile ============================================================================== --- head/x11-toolkits/scintilla/Makefile Sun Feb 7 04:35:29 2016 (r408343) +++ head/x11-toolkits/scintilla/Makefile Sun Feb 7 07:14:35 2016 (r408344) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= scintilla -PORTVERSION= 3.6.2 +PORTVERSION= 3.6.3 CATEGORIES= x11-toolkits MASTER_SITES= SF/scintilla/SciTE/${PORTVERSION} DISTNAME= scite${PORTVERSION:S/.//g} Modified: head/x11-toolkits/scintilla/distinfo ============================================================================== --- head/x11-toolkits/scintilla/distinfo Sun Feb 7 04:35:29 2016 (r408343) +++ head/x11-toolkits/scintilla/distinfo Sun Feb 7 07:14:35 2016 (r408344) @@ -1,2 +1,2 @@ -SHA256 (scite362.tgz) = 6530d0d86c72485b815663e3b2c2987d59779340a71632ed8bb97a43530737a3 -SIZE (scite362.tgz) = 2368491 +SHA256 (scite363.tgz) = f7308c2bcce34720d856af2dde022b29cde6f6a4d808a7ccaae40899115a86f4 +SIZE (scite363.tgz) = 2385888 From owner-svn-ports-head@freebsd.org Sun Feb 7 07:17:26 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B812FA9E01F; Sun, 7 Feb 2016 07:17:26 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 83CED1EB6; Sun, 7 Feb 2016 07:17:26 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u177HPPq060965; Sun, 7 Feb 2016 07:17:25 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u177HPu3060963; Sun, 7 Feb 2016 07:17:25 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201602070717.u177HPu3060963@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Sun, 7 Feb 2016 07:17:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408345 - head/editors/scite X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 07:17:26 -0000 Author: olivierd Date: Sun Feb 7 07:17:25 2016 New Revision: 408345 URL: https://svnweb.freebsd.org/changeset/ports/408345 Log: Update to 3.6.3 PR: 206751 Submitted by: Naram Qashat (maintainer) Modified: head/editors/scite/Makefile head/editors/scite/distinfo Modified: head/editors/scite/Makefile ============================================================================== --- head/editors/scite/Makefile Sun Feb 7 07:14:35 2016 (r408344) +++ head/editors/scite/Makefile Sun Feb 7 07:17:25 2016 (r408345) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= scite -PORTVERSION= 3.6.2 +PORTVERSION= 3.6.3 CATEGORIES= editors gnome MASTER_SITES= SF/scintilla/SciTE/${PORTVERSION} DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} Modified: head/editors/scite/distinfo ============================================================================== --- head/editors/scite/distinfo Sun Feb 7 07:14:35 2016 (r408344) +++ head/editors/scite/distinfo Sun Feb 7 07:17:25 2016 (r408345) @@ -1,2 +1,2 @@ -SHA256 (scite362.tgz) = 6530d0d86c72485b815663e3b2c2987d59779340a71632ed8bb97a43530737a3 -SIZE (scite362.tgz) = 2368491 +SHA256 (scite363.tgz) = f7308c2bcce34720d856af2dde022b29cde6f6a4d808a7ccaae40899115a86f4 +SIZE (scite363.tgz) = 2385888 From owner-svn-ports-head@freebsd.org Sun Feb 7 07:20:26 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 00E22A9E151; Sun, 7 Feb 2016 07:20:25 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BA5DF1FD9; Sun, 7 Feb 2016 07:20:25 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u177KO61061165; Sun, 7 Feb 2016 07:20:24 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u177KOlc061164; Sun, 7 Feb 2016 07:20:24 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201602070720.u177KOlc061164@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Sun, 7 Feb 2016 07:20:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408346 - head/graphics/graphviz X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 07:20:26 -0000 Author: koobs Date: Sun Feb 7 07:20:24 2016 New Revision: 408346 URL: https://svnweb.freebsd.org/changeset/ports/408346 Log: graphics/graphviz: Enable verbose build Approved by: portmgr (framework) Modified: head/graphics/graphviz/Makefile Modified: head/graphics/graphviz/Makefile ============================================================================== --- head/graphics/graphviz/Makefile Sun Feb 7 07:17:25 2016 (r408345) +++ head/graphics/graphviz/Makefile Sun Feb 7 07:20:24 2016 (r408346) @@ -162,7 +162,8 @@ CONFIGURE_ARGS+= --program-transform-nam --with-fontconfigincludedir=${LOCALBASE}/include \ --with-fontconfiglibdir=${LOCALBASE}/lib \ --disable-io --disable-ocaml --disable-java \ - --disable-sharp + --disable-sharp \ + --disable-silent-rules .if ${PORT_OPTIONS:MMING} BROKEN= Ming incomplete, uses removed libgraph From owner-svn-ports-head@freebsd.org Sun Feb 7 07:25:35 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6C225A9E480; Sun, 7 Feb 2016 07:25:35 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 338233E1; Sun, 7 Feb 2016 07:25:35 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u177PYmQ064024; Sun, 7 Feb 2016 07:25:34 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u177PYfP064022; Sun, 7 Feb 2016 07:25:34 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201602070725.u177PYfP064022@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Sun, 7 Feb 2016 07:25:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408347 - head/editors/mg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 07:25:35 -0000 Author: olivierd Date: Sun Feb 7 07:25:33 2016 New Revision: 408347 URL: https://svnweb.freebsd.org/changeset/ports/408347 Log: Update to 20160118 snapshot PR: 206419 Submitted by: myself Approved by: (maintainer, timeout > 2 weeks) Modified: head/editors/mg/Makefile head/editors/mg/distinfo Modified: head/editors/mg/Makefile ============================================================================== --- head/editors/mg/Makefile Sun Feb 7 07:20:24 2016 (r408346) +++ head/editors/mg/Makefile Sun Feb 7 07:25:33 2016 (r408347) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mg -PORTVERSION= 20150323 +PORTVERSION= 20160118 CATEGORIES= editors MASTER_SITES= http://homepage.boetes.org/software/mg/ Modified: head/editors/mg/distinfo ============================================================================== --- head/editors/mg/distinfo Sun Feb 7 07:20:24 2016 (r408346) +++ head/editors/mg/distinfo Sun Feb 7 07:25:33 2016 (r408347) @@ -1,2 +1,2 @@ -SHA256 (mg-20150323.tar.gz) = d71b24d47d3e1426f162e446d92dfa457df96dd47c1289419cba9fd14c2c3afb -SIZE (mg-20150323.tar.gz) = 142105 +SHA256 (mg-20160118.tar.gz) = 26450b2564bec0b0afc465fd24a1917dc31508c5500c3a36823b9c763a2b8636 +SIZE (mg-20160118.tar.gz) = 144823 From owner-svn-ports-head@freebsd.org Sun Feb 7 07:54:50 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D6167A9F1F9; Sun, 7 Feb 2016 07:54:50 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A01BD11D2; Sun, 7 Feb 2016 07:54:50 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u177snct072533; Sun, 7 Feb 2016 07:54:49 GMT (envelope-from johans@FreeBSD.org) Received: (from johans@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u177snDq072531; Sun, 7 Feb 2016 07:54:49 GMT (envelope-from johans@FreeBSD.org) Message-Id: <201602070754.u177snDq072531@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: johans set sender to johans@FreeBSD.org using -f From: Johan van Selst Date: Sun, 7 Feb 2016 07:54:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408348 - head/math/calc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 07:54:50 -0000 Author: johans Date: Sun Feb 7 07:54:49 2016 New Revision: 408348 URL: https://svnweb.freebsd.org/changeset/ports/408348 Log: Update to calc 2.12.5.2 Modified: head/math/calc/Makefile head/math/calc/distinfo Modified: head/math/calc/Makefile ============================================================================== --- head/math/calc/Makefile Sun Feb 7 07:25:33 2016 (r408347) +++ head/math/calc/Makefile Sun Feb 7 07:54:49 2016 (r408348) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= calc -PORTVERSION= 2.12.5.0 +PORTVERSION= 2.12.5.2 CATEGORIES= math MASTER_SITES= SF Modified: head/math/calc/distinfo ============================================================================== --- head/math/calc/distinfo Sun Feb 7 07:25:33 2016 (r408347) +++ head/math/calc/distinfo Sun Feb 7 07:54:49 2016 (r408348) @@ -1,2 +1,2 @@ -SHA256 (calc-2.12.5.0.tar.bz2) = a0e7b47af38330f188970998c8e5039134dadf6f2e3f2c00d7efdae272a4338d -SIZE (calc-2.12.5.0.tar.bz2) = 955430 +SHA256 (calc-2.12.5.2.tar.bz2) = 39f5fad54bdb18d8c05a8b43cd73af24b2797c56e3c9c19d4c198793b53797b6 +SIZE (calc-2.12.5.2.tar.bz2) = 955442 From owner-svn-ports-head@freebsd.org Sun Feb 7 08:08:22 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 506DEA9FAC6; Sun, 7 Feb 2016 08:08:22 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2A1FC164D; Sun, 7 Feb 2016 08:08:22 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1788LjC075678; Sun, 7 Feb 2016 08:08:21 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1788K4Y075675; Sun, 7 Feb 2016 08:08:20 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201602070808.u1788K4Y075675@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 7 Feb 2016 08:08:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408349 - in head/databases/mysql57-server: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 08:08:22 -0000 Author: riggs Date: Sun Feb 7 08:08:20 2016 New Revision: 408349 URL: https://svnweb.freebsd.org/changeset/ports/408349 Log: Revert recent change on performance_schema; introduce OPTION for it The recent port version 5.7.10_2 introduced a change in the default behaviour of performance_schema. Due to an ongoing debate in the community whether the default setting should lean towards performance (previous default before 5.7.10_2) or memory consumption, maintainer had changed the default to memory consumption in 5.7.10_2. This introduces an OPTION knob PERFSCHM to control the default behaviour of performance_schema. It defaults to ON, hence restoring the previous default. Bump PORTREVISION. PR: 206912 Submitted by: smh Reviewed by: mokhi64@gmail.com (maintainer), riggs Approved by: mokhi64@gmail.com (maintainer) MFH: 2016Q1 Modified: head/databases/mysql57-server/Makefile head/databases/mysql57-server/files/mysql-server.in head/databases/mysql57-server/pkg-message Modified: head/databases/mysql57-server/Makefile ============================================================================== --- head/databases/mysql57-server/Makefile Sun Feb 7 07:54:49 2016 (r408348) +++ head/databases/mysql57-server/Makefile Sun Feb 7 08:08:20 2016 (r408349) @@ -3,7 +3,7 @@ PORTNAME= mysql PORTVERSION= 5.7.10 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES= databases ipv6 MASTER_SITES= MYSQL/MySQL-5.7:MySQL SF/boost/boost/1.59.0:boost PKGNAMESUFFIX?= 57-server @@ -102,6 +102,15 @@ INNOBASE_CMAKE_ON= -DWITH_INNOBASE_STORA PARTITION_CMAKE_ON= -DWITH_PARTITION_STORAGE_ENGINE=1 PERFSCHEMA_CMAKE_ON= -DWITH_PERFSCHEMA_STORAGE_ENGINE=1 +OPTIONS_GROUP+= FEATURES +OPTIONS_GROUP_FEATURES= PERFSCHM +FEATURES_DESC= Default features knobs +PERFSCHM_DESC= Enable "Performance Schema" by default (High RAM usage) +OPTIONS_DEFAULT+= PERFSCHM + +PERFSCHM_SUB_LIST+= PERFSCHEMRC="" +PERFSCHM_SUB_LIST_OFF+= PERFSCHEMRC="--skip-performance-schema" + .else USES+= readline .endif Modified: head/databases/mysql57-server/files/mysql-server.in ============================================================================== --- head/databases/mysql57-server/files/mysql-server.in Sun Feb 7 07:54:49 2016 (r408348) +++ head/databases/mysql57-server/files/mysql-server.in Sun Feb 7 08:08:20 2016 (r408349) @@ -41,7 +41,7 @@ mysql_limits_args="-e -U ${mysql_user}" : ${hostname:=`/bin/hostname`} pidfile=${mysql_pidfile:-"${mysql_dbdir}/${hostname}.pid"} command="/usr/sbin/daemon" -command_args="-c -f %%PREFIX%%/bin/mysqld_safe --defaults-extra-file=${mysql_optfile} --user=${mysql_user} --datadir=${mysql_dbdir} --pid-file=${pidfile} ${mysql_args} --skip-performance-schema" +command_args="-c -f %%PREFIX%%/bin/mysqld_safe --defaults-extra-file=${mysql_optfile} --user=${mysql_user} --datadir=${mysql_dbdir} --pid-file=${pidfile} ${mysql_args} %%PERFSCHEMRC%%" procname="%%PREFIX%%/libexec/mysqld" start_precmd="${name}_prestart" start_postcmd="${name}_poststart" Modified: head/databases/mysql57-server/pkg-message ============================================================================== --- head/databases/mysql57-server/pkg-message Sun Feb 7 07:54:49 2016 (r408348) +++ head/databases/mysql57-server/pkg-message Sun Feb 7 08:08:20 2016 (r408349) @@ -3,11 +3,8 @@ Remember to run mysql_upgrade the first time you start the MySQL server after an upgrade from an earlier version. -Init. password for first time use of MySQL is saved in $HOME/.mysql_secret +Initial password for first time use of MySQL is saved in $HOME/.mysql_secret ie. when you want to use "mysql -u root -p" first you should see password in /root/.mysql_secret -performance_schema feature is set off by default, because of using high RAM. -if you need it enable it yourself :) - ***************************************************************************** From owner-svn-ports-head@freebsd.org Sun Feb 7 09:04:45 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6002FAA19EF; Sun, 7 Feb 2016 09:04:45 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2C8151251; Sun, 7 Feb 2016 09:04:45 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1794iLk092924; Sun, 7 Feb 2016 09:04:44 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1794i3p092922; Sun, 7 Feb 2016 09:04:44 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201602070904.u1794i3p092922@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Sun, 7 Feb 2016 09:04:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408350 - in head/net/openldap24-server: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 09:04:45 -0000 Author: delphij Date: Sun Feb 7 09:04:43 2016 New Revision: 408350 URL: https://svnweb.freebsd.org/changeset/ports/408350 Log: Update OpenLDAP to 2.4.44. MFH: 2016Q1 Deleted: head/net/openldap24-server/files/patch-servers__slapd__slapd.conf Modified: head/net/openldap24-server/Makefile head/net/openldap24-server/distinfo Modified: head/net/openldap24-server/Makefile ============================================================================== --- head/net/openldap24-server/Makefile Sun Feb 7 08:08:20 2016 (r408349) +++ head/net/openldap24-server/Makefile Sun Feb 7 09:04:43 2016 (r408350) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= openldap -DISTVERSION= 2.4.43 +DISTVERSION= 2.4.44 PORTREVISION= ${OPENLDAP_PORTREVISION} CATEGORIES= net databases MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/%SUBDIR%/ \ @@ -59,7 +59,7 @@ BROKEN= incompatible OpenLDAP version: PORTREVISION_CLIENT= 0 PORTREVISION_SERVER= 0 OPENLDAP_SHLIB_MAJOR= 2 -OPENLDAP_SHLIB_MINOR= 10.6 +OPENLDAP_SHLIB_MINOR= 10.7 OPENLDAP_MAJOR= ${DISTVERSION:R} OPTIONS_DEFINE= DEBUG FETCH GSSAPI Modified: head/net/openldap24-server/distinfo ============================================================================== --- head/net/openldap24-server/distinfo Sun Feb 7 08:08:20 2016 (r408349) +++ head/net/openldap24-server/distinfo Sun Feb 7 09:04:43 2016 (r408350) @@ -1,2 +1,2 @@ -SHA256 (openldap-2.4.43.tgz) = 34d78e5598a2b0360d26a9050fcdbbe198c65493b013bb607839d5598b6978c8 -SIZE (openldap-2.4.43.tgz) = 5654057 +SHA256 (openldap-2.4.44.tgz) = d7de6bf3c67009c95525dde3a0212cc110d0a70b92af2af8e3ee800e81b88400 +SIZE (openldap-2.4.44.tgz) = 5658830 From owner-svn-ports-head@freebsd.org Sun Feb 7 09:09:39 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9E907AA1CEB; Sun, 7 Feb 2016 09:09:39 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6ED7B18BE; Sun, 7 Feb 2016 09:09:39 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1799cpw093377; Sun, 7 Feb 2016 09:09:38 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1799cjd093375; Sun, 7 Feb 2016 09:09:38 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <201602070909.u1799cjd093375@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Sun, 7 Feb 2016 09:09:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408352 - head/irc/epic5 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 09:09:39 -0000 Author: zeising Date: Sun Feb 7 09:09:38 2016 New Revision: 408352 URL: https://svnweb.freebsd.org/changeset/ports/408352 Log: Update to 1.8 PR: 206997 Submitted by: mp39590@gmail.com (maintainer) Modified: head/irc/epic5/Makefile head/irc/epic5/distinfo Modified: head/irc/epic5/Makefile ============================================================================== --- head/irc/epic5/Makefile Sun Feb 7 09:07:37 2016 (r408351) +++ head/irc/epic5/Makefile Sun Feb 7 09:09:38 2016 (r408352) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= epic5 -PORTVERSION= 1.4 -PORTREVISION= 1 +PORTVERSION= 1.8 CATEGORIES= irc ipv6 MASTER_SITES= http://ftp.epicsol.org/pub/epic/EPIC5-PRODUCTION/ Modified: head/irc/epic5/distinfo ============================================================================== --- head/irc/epic5/distinfo Sun Feb 7 09:07:37 2016 (r408351) +++ head/irc/epic5/distinfo Sun Feb 7 09:09:38 2016 (r408352) @@ -1,2 +1,2 @@ -SHA256 (epic5-1.4.tar.xz) = 3bc04e07768040db266667513158d2c640544abb49cbab29343f6ef05ebd621e -SIZE (epic5-1.4.tar.xz) = 799024 +SHA256 (epic5-1.8.tar.xz) = 006a7cbeeb170b25db06ef6df132af7fdaffa63843db3ebbf70ae76a8eb5a4ab +SIZE (epic5-1.8.tar.xz) = 802904 From owner-svn-ports-head@freebsd.org Sun Feb 7 09:44:26 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A3CC6A9FE32; Sun, 7 Feb 2016 09:44:26 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5D6BA1845; Sun, 7 Feb 2016 09:44:26 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u179iPs8005049; Sun, 7 Feb 2016 09:44:25 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u179iOQd005041; Sun, 7 Feb 2016 09:44:24 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201602070944.u179iOQd005041@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Sun, 7 Feb 2016 09:44:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408353 - in head: . devel/py-fsm graphics graphics/py-graphviz graphics/py-pygraphviz graphics/py-pygraphviz/files math/py-networkx science/gramps X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 09:44:26 -0000 Author: koobs Date: Sun Feb 7 09:44:24 2016 New Revision: 408353 URL: https://svnweb.freebsd.org/changeset/ports/408353 Log: graphics/py-graphviz: Move to py-pygraphviz, Fix 3.x build There are numerous graphviz related packages in PyPI, including: graphviz, graphviz-python and pygraphviz. This port, py-graphviz, is not and does not provide the same package as the 'graphviz' package on PyPI (CHEESESHOP). Further, it blocks the creation of a correctly named py-graphviz port, is a POLA violation in terms of users expecting to find and recieve the package they expect based on a standard search, and is likely to create confusion among other ports if they depend on a python graphviz package, which could result in incorrect packages/dependencies. This is why among other reasons, Python packages should be named exactly what they are called in PyPI, or inside install_requires, setup_requires or tests_requires as dependencies in other packages. This change moves py-graphviz to py-pygraphviz to correct the above incorrect naming. While I'm here: - Remove backup (http) MASTER_SITES, CHEESESHOP is highly-available and provides a Geo-aware CDN by Fastly. - Remove {BUILD,RUN}_DEPENDS in favour of the actual LIB_DEPENDS - Use PYDISTUTILS_* framework variables to customise the build instead of hack patching setup.py - Enable autoplist, fixing builds on Python 3.x [1] - Enable concurrent (Python version) installation - Hack patch setup.py to preclude docs installation, as it adds a directory to --record and breaks pkg-plist output [2] - Remove DOCSDIR override (no longer necessary) - Assign MAINTAINER'ship to python@ - Add TEST_DEPENDS and test target - pkg-descr: Match WWW URL to setup.py:homepage field - pkg-descr: Improve package description text (matching upstream) While I'm sweeping dependencies: - Fix a typo in science/gramps: s|>-|>= [2] https://wiki.freebsd.org/Python (Open task for install_data bug) Reported by: Ben Woods (via IRC) [1] Added: head/graphics/py-pygraphviz/ - copied from r408352, head/graphics/py-graphviz/ Deleted: head/graphics/py-graphviz/ head/graphics/py-pygraphviz/pkg-plist Modified: head/MOVED head/devel/py-fsm/Makefile head/graphics/Makefile head/graphics/py-pygraphviz/Makefile head/graphics/py-pygraphviz/files/patch-setup.py head/graphics/py-pygraphviz/pkg-descr head/math/py-networkx/Makefile head/science/gramps/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sun Feb 7 09:09:38 2016 (r408352) +++ head/MOVED Sun Feb 7 09:44:24 2016 (r408353) @@ -8133,3 +8133,4 @@ databases/py32-sqlite3||2016-02-02|Has e x11-toolkits/py32-tkinter||2016-02-02|Has expired: Full EOL reached. Please update to Python 3.5 sysutils/puppet|sysutils/puppet38|2016-02-05|Renamed devel/etcdctl|devel/etcd|2016-02-06|Has expired: etcdctl is now part of etcd, following the change from the upstream +graphics/py-graphviz|graphics/py-pygraphviz|2016-02-07|Renamed to match upstream (PyPI) name Modified: head/devel/py-fsm/Makefile ============================================================================== --- head/devel/py-fsm/Makefile Sun Feb 7 09:09:38 2016 (r408352) +++ head/devel/py-fsm/Makefile Sun Feb 7 09:44:24 2016 (r408353) @@ -2,7 +2,7 @@ PORTNAME= fsm PORTVERSION= 0.01 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= GOOGLE_CODE PROJECTHOST= python-${PORTNAME} @@ -14,7 +14,7 @@ COMMENT= Pure Python Implementation of a LICENSE= BSD3CLAUSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}graphviz>=1.0:${PORTSDIR}/graphics/py-graphviz +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygraphviz>=1.0:${PORTSDIR}/graphics/py-pygraphviz USES= python USE_PYTHON= distutils Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Sun Feb 7 09:09:38 2016 (r408352) +++ head/graphics/Makefile Sun Feb 7 09:44:24 2016 (r408353) @@ -839,7 +839,6 @@ SUBDIR += py-graph SUBDIR += py-graph-core SUBDIR += py-graph-dot - SUBDIR += py-graphviz SUBDIR += py-graphy SUBDIR += py-gvgen SUBDIR += py-imaging @@ -864,6 +863,7 @@ SUBDIR += py-pyganim SUBDIR += py-pyggel SUBDIR += py-pyglet + SUBDIR += py-pygraphviz SUBDIR += py-pygooglechart SUBDIR += py-pyproj SUBDIR += py-qt4-svg Modified: head/graphics/py-pygraphviz/Makefile ============================================================================== --- head/graphics/py-graphviz/Makefile Sun Feb 7 09:09:38 2016 (r408352) +++ head/graphics/py-pygraphviz/Makefile Sun Feb 7 09:44:24 2016 (r408353) @@ -1,25 +1,25 @@ # Created by: Hye-Shik Chang # $FreeBSD$ -PORTNAME= graphviz +PORTNAME= pygraphviz PORTVERSION= 1.3.1 CATEGORIES= graphics python -MASTER_SITES= CHEESESHOP \ - http://networkx.lanl.gov/download/pygraphviz/ +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= pygraphviz-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= python@FreeBSD.org COMMENT= Python interface to GraphViz agraph -BUILD_DEPENDS= dot:${PORTSDIR}/graphics/graphviz -RUN_DEPENDS= dot:${PORTSDIR}/graphics/graphviz + +LIB_DEPENDS= libcgraph.so:${PORTSDIR}/graphics/graphviz +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=0.10.1:${PORTSDIR}/devel/py-nose USES= pkgconfig python -USE_PYTHON= distutils -PYDISTUTILS_PKGNAME= pygraphviz +USE_PYTHON= autoplist concurrent distutils -DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} +PYDISTUTILS_BUILD_TARGET= build build_ext +PYDISTUTILS_BUILDARGS= --include-dirs=${LOCALBASE}/include \ + --library-dirs=${LOCALBASE}/lib/graphviz post-patch: @${REINPLACE_CMD} -e 's+%%LOCALBASE%%+${LOCALBASE}+; \ @@ -28,4 +28,7 @@ post-patch: post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/pygraphviz/_graphviz.so +do-test: + @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test + .include Modified: head/graphics/py-pygraphviz/files/patch-setup.py ============================================================================== --- head/graphics/py-graphviz/files/patch-setup.py Sun Feb 7 09:09:38 2016 (r408352) +++ head/graphics/py-pygraphviz/files/patch-setup.py Sun Feb 7 09:44:24 2016 (r408353) @@ -1,13 +1,32 @@ ---- setup.py.orig 2015-09-06 13:49:49 UTC +--- setup.py.orig 2016-02-07 08:48:26 UTC +++ setup.py -@@ -54,8 +54,8 @@ if __name__ == "__main__": - Extension( - "pygraphviz._graphviz", - ["pygraphviz/graphviz_wrap.c"], -- include_dirs=[], -- library_dirs=[], -+ include_dirs=["%%LOCALBASE%%/include"], -+ library_dirs=["%%LOCALBASE%%/lib/graphviz"], - libraries=["cgraph", "cdt"], - define_macros=define_macros - ) +@@ -36,14 +36,6 @@ release.write_versionfile() + sys.path.pop(0) + + packages = ["pygraphviz", "pygraphviz.tests"] +-docdirbase = 'share/doc/pygraphviz-%s' % release.version +-data = [ +- (docdirbase, glob("*.txt")), +- (os.path.join(docdirbase, 'examples'), glob("examples/*.py")), +- (os.path.join(docdirbase, 'examples'), glob("examples/*.dat")), +- (os.path.join(docdirbase, 'examples'), glob("examples/*.dat.gz")), +-] +-package_data = {'': ['*.txt'], } + + if __name__ == "__main__": + define_macros = [] +@@ -75,14 +67,11 @@ if __name__ == "__main__": + download_url=release.download_url, + classifiers=release.classifiers, + packages=packages, +- data_files=data, + ext_modules=extension, + cmdclass={ + 'install': AddExtensionInstallCommand, + 'develop': AddExtensionDevelopCommand, + }, +- package_data=package_data, +- include_package_data = True, + test_suite='nose.collector', + tests_require=['nose>=0.10.1', 'doctest-ignore-unicode>=0.1.0',], + ) Modified: head/graphics/py-pygraphviz/pkg-descr ============================================================================== --- head/graphics/py-graphviz/pkg-descr Sun Feb 7 09:09:38 2016 (r408352) +++ head/graphics/py-pygraphviz/pkg-descr Sun Feb 7 09:44:24 2016 (r408353) @@ -1,3 +1,6 @@ -A Python interface to the agraph component of graphviz. +PyGraphviz is a Python interface to the Graphviz graph layout and +visualization package. With PyGraphviz you can create, edit, read, +write, and draw graphs using Python to access the Graphviz graph +data structure and layout algorithms. -WWW: http://networkx.lanl.gov/pygraphviz/ +WWW: http://pygraphviz.github.io Modified: head/math/py-networkx/Makefile ============================================================================== --- head/math/py-networkx/Makefile Sun Feb 7 09:09:38 2016 (r408352) +++ head/math/py-networkx/Makefile Sun Feb 7 09:44:24 2016 (r408353) @@ -3,7 +3,7 @@ PORTNAME= networkx PORTVERSION= 1.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math python MASTER_SITES= http://networkx.lanl.gov/download/networkx/ \ CHEESESHOP @@ -42,7 +42,7 @@ MPL_DESC= Flexible graph rendering MPL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>=1.4.0:${PORTSDIR}/math/py-matplotlib GRAPHVIZ_DESC= Additional graph layout and rendering algorithms -GRAPHVIZ_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}graphviz>=1.2:${PORTSDIR}/graphics/py-graphviz +GRAPHVIZ_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygraphviz>=1.2:${PORTSDIR}/graphics/py-pygraphviz YAML_DESC= Reading and writing YAML files YAML_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=0:${PORTSDIR}/devel/py-yaml Modified: head/science/gramps/Makefile ============================================================================== --- head/science/gramps/Makefile Sun Feb 7 09:09:38 2016 (r408352) +++ head/science/gramps/Makefile Sun Feb 7 09:44:24 2016 (r408353) @@ -3,7 +3,7 @@ PORTNAME= gramps PORTVERSION= 3.4.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science gnome python MASTER_SITES= SF/${PORTNAME}/Stable/${PORTVERSION} @@ -37,7 +37,7 @@ EXIV_DESC= Managing exiv metadata suppo ENCHANT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}enchant>=0:${PORTSDIR}/textproc/py-enchant EXIV_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}exiv2>=0.1.3:${PORTSDIR}/graphics/py-exiv2 GNOME_USE= GNOME=pygnome2,gnomedocutils -GRAPHVIZ_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}graphviz>-0:${PORTSDIR}/graphics/py-graphviz +GRAPHVIZ_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygraphviz>=0:${PORTSDIR}/graphics/py-pygraphviz PYWEBKITGTK_RUN_DEPENDS=${PYTHON_PKGNAMEPREFIX}webkitgtk>=0:${PORTSDIR}/www/py-webkitgtk pre-extract: From owner-svn-ports-head@freebsd.org Sun Feb 7 09:48:58 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 78AD8AA0013; Sun, 7 Feb 2016 09:48:58 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3786A1A1C; Sun, 7 Feb 2016 09:48:58 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u179mv8D005299; Sun, 7 Feb 2016 09:48:57 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u179mvKC005297; Sun, 7 Feb 2016 09:48:57 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602070948.u179mvKC005297@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 7 Feb 2016 09:48:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408354 - head/ports-mgmt/synth X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 09:48:58 -0000 Author: marino Date: Sun Feb 7 09:48:56 2016 New Revision: 408354 URL: https://svnweb.freebsd.org/changeset/ports/408354 Log: ports-mgmt/synth: bug fixes and feature for port developers I had hoped that 0.99_5 would be bug-free and the basis for the first release (1.00), but couple were found. If use of 0.99_6 reveals no further issues after a week or so, I'll re-release it as v1.00. bugs fixed: * if the origin started with a directory separator, an exception would occur. Now it properly labels it as an invalid origin. * The "extract" stage was labelled as "checksum". Internally everything was fine, but on the display, the order was checksum, extract-depends, checksum instead of checksum, extract-depends, extract. * During one phase (build), the DEVELOPER flag was set unconditionally. This was a regression as it wasn't always the case. This code was tweaked several times since 0.99_5 and now the DEVELOPER setting has been moved the builder's make.conf to ensure it's consistently present or absent (as needed). * It turns out that the ports tree scan is affected by the DEVELOPER flag. It turns out the setting can affect the dependencies list so it needs to be set (or absent) appropriately to match how it will be on the builders. The make.conf solution above solves this too. * There was "NO_BACKUP" set in the builders make.conf. This line is for the DragonFly src builder and it's presence caused no harm, but it's been removed now. * Make ports makefile respect CFLAGS new feature: * Provide ability to break into a build at a specific point and interact with it. - Only available on "test" command - Only active when one (1) port origin is given to "test" command - Only active when ENTERAFTER is defined in environment as: > extract > patch > configure > build > stage > install > deinstall - All dependencies are built first with typical display and DEVELOPER=1 set. Afterwards, Synth converts to text mode and builds the specified port up to and including the phase specified by ENTERAFTER. Then it launches a tcsh shell and gives control to the user at the builder's root directory - The user ends the interactive session with the shell cmd "exit" - Synth will clean up and exit (it will not try to continue the build due to possible corruption from the users) * This is a port developers tool. The average user does not need it. * The average user might use "test" command to generate a log to submit as a FreeBSD Bugzilla PR attachment. Modified: head/ports-mgmt/synth/Makefile head/ports-mgmt/synth/distinfo Modified: head/ports-mgmt/synth/Makefile ============================================================================== --- head/ports-mgmt/synth/Makefile Sun Feb 7 09:44:24 2016 (r408353) +++ head/ports-mgmt/synth/Makefile Sun Feb 7 09:48:56 2016 (r408354) @@ -3,7 +3,7 @@ PORTNAME= synth PORTVERSION= 0.99 -PORTREVISION= 5 +PORTREVISION= 6 DISTVERSIONPREFIX= v CATEGORIES= ports-mgmt @@ -21,7 +21,7 @@ USES= ada:6 ncurses:port USE_GITHUB= yes GH_ACCOUNT= jrmarino GH_PROJECT= synth_external:bundle -GH_TAGNAME= v1.3:bundle 75a342d +GH_TAGNAME= v1.3:bundle 4417017 # When framework is moved to Ada6, the ada-util and ini-file-manager # libraries can be used as prebuilt (switch default.gpr url) @@ -39,8 +39,9 @@ post-extract: do-build: # To avoid requiring gprbuild as a dependency, compile C manually .for csrc in ${COBJFILES:R} - (cd ${WRKSRC}/external/include/adacurses && ${SETENV} ${MAKE_ENV} \ - gcc -I. -c ${csrc}.c -o ../../build/adacurses/${csrc}.o) + (cd ${WRKSRC}/external/include/adacurses && \ + ${SETENV} ${MAKE_ENV} gcc -I. ${CFLAGS} -c ${csrc}.c \ + -o ../../build/adacurses/${csrc}.o) .endfor (cd ${WRKSRC}/src && ${SETENV} ${MAKE_ENV} \ gcc -c unix_core.c -o ../build/unix_core.o) Modified: head/ports-mgmt/synth/distinfo ============================================================================== --- head/ports-mgmt/synth/distinfo Sun Feb 7 09:44:24 2016 (r408353) +++ head/ports-mgmt/synth/distinfo Sun Feb 7 09:48:56 2016 (r408354) @@ -1,4 +1,4 @@ -SHA256 (jrmarino-synth-v0.99-75a342d_GH0.tar.gz) = 88c50fce494a09a431e9810996beab3364c151f84aec97beb1f61ef73d7e444c -SIZE (jrmarino-synth-v0.99-75a342d_GH0.tar.gz) = 84582 +SHA256 (jrmarino-synth-v0.99-4417017_GH0.tar.gz) = 5cf9c170e5ed17b58eb07b2056a4d6b409507b6a7bf50d4db9878ccd9a69bbe2 +SIZE (jrmarino-synth-v0.99-4417017_GH0.tar.gz) = 86246 SHA256 (jrmarino-synth_external-v1.3_GH0.tar.gz) = 2afc03e494d2394446eabdb5244967c202a79b449c7cad7ea67a87807cc25f44 SIZE (jrmarino-synth_external-v1.3_GH0.tar.gz) = 209283 From owner-svn-ports-head@freebsd.org Sun Feb 7 09:49:07 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 62ED9AA003E; Sun, 7 Feb 2016 09:49:07 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 348B31AF2; Sun, 7 Feb 2016 09:49:07 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u179n6In005422; Sun, 7 Feb 2016 09:49:06 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u179n6PZ005420; Sun, 7 Feb 2016 09:49:06 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201602070949.u179n6PZ005420@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Sun, 7 Feb 2016 09:49:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408355 - head/security/polarssl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 09:49:07 -0000 Author: delphij Date: Sun Feb 7 09:49:05 2016 New Revision: 408355 URL: https://svnweb.freebsd.org/changeset/ports/408355 Log: Update to 1.2.19. Bugfix * Fix bug in certificate validation that caused valid chains to be rejected when the first intermediate certificate has pathLenConstraint=0. Found by Nicholas Wilson. Introduced in mbed TLS 1.3.15. #280 * Removed potential leak in rsa_rsassa_pkcs1_v15_sign(), found by JayaraghavendranK. #372 MFH: 2016Q1 Modified: head/security/polarssl/Makefile head/security/polarssl/distinfo Modified: head/security/polarssl/Makefile ============================================================================== --- head/security/polarssl/Makefile Sun Feb 7 09:48:56 2016 (r408354) +++ head/security/polarssl/Makefile Sun Feb 7 09:49:05 2016 (r408355) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= polarssl -PORTVERSION= 1.2.18 +PORTVERSION= 1.2.19 DISTVERSIONSUFFIX= -gpl CATEGORIES= security devel MASTER_SITES= https://polarssl.org/download/ Modified: head/security/polarssl/distinfo ============================================================================== --- head/security/polarssl/distinfo Sun Feb 7 09:48:56 2016 (r408354) +++ head/security/polarssl/distinfo Sun Feb 7 09:49:05 2016 (r408355) @@ -1,2 +1,2 @@ -SHA256 (polarssl-1.2.18-gpl.tgz) = 63c4ed4d9f6a241088e2287958f265403f874248d6a98b98f27cd3aa2f90f030 -SIZE (polarssl-1.2.18-gpl.tgz) = 1039402 +SHA256 (polarssl-1.2.19-gpl.tgz) = 24cb1608a160101ead3c7240f35fc447fe7880cd60f7ed6c9db7a1d773ccd4b8 +SIZE (polarssl-1.2.19-gpl.tgz) = 1045813 From owner-svn-ports-head@freebsd.org Sun Feb 7 09:58:04 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 50138AA0476; Sun, 7 Feb 2016 09:58:04 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1A3AE1B3; Sun, 7 Feb 2016 09:58:04 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u179w38A008512; Sun, 7 Feb 2016 09:58:03 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u179w2hi008510; Sun, 7 Feb 2016 09:58:02 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201602070958.u179w2hi008510@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 7 Feb 2016 09:58:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408357 - head/devel/sope X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 09:58:04 -0000 Author: pi Date: Sun Feb 7 09:58:02 2016 New Revision: 408357 URL: https://svnweb.freebsd.org/changeset/ports/408357 Log: devel/sope: 2.3.6 -> 2.3.8 PR: 206967 Submitted by: Euan Thoms (maintainer) Modified: head/devel/sope/Makefile head/devel/sope/distinfo Modified: head/devel/sope/Makefile ============================================================================== --- head/devel/sope/Makefile Sun Feb 7 09:50:37 2016 (r408356) +++ head/devel/sope/Makefile Sun Feb 7 09:58:02 2016 (r408357) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sope -PORTVERSION= 2.3.6 +PORTVERSION= 2.3.8 CATEGORIES= devel gnustep MASTER_SITES= http://www.sogo.nu/files/downloads/SOGo/Sources/ DISTNAME= SOPE-${PORTVERSION} Modified: head/devel/sope/distinfo ============================================================================== --- head/devel/sope/distinfo Sun Feb 7 09:50:37 2016 (r408356) +++ head/devel/sope/distinfo Sun Feb 7 09:58:02 2016 (r408357) @@ -1,2 +1,2 @@ -SHA256 (SOPE-2.3.6.tar.gz) = e8fa039b3b42bbebefc707732aac8fd62478c068c7bc2bd7051d788dea966618 -SIZE (SOPE-2.3.6.tar.gz) = 2275009 +SHA256 (SOPE-2.3.8.tar.gz) = 6fded26f80748bd9628d3c0e54ed44e7689b4df13a596c33a192a008502cd0c3 +SIZE (SOPE-2.3.8.tar.gz) = 2275132 From owner-svn-ports-head@freebsd.org Sun Feb 7 09:59:00 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BC3C2AA04EA; Sun, 7 Feb 2016 09:59:00 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 89C7A2BA; Sun, 7 Feb 2016 09:59:00 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u179wxsS008670; Sun, 7 Feb 2016 09:58:59 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u179wxCp008668; Sun, 7 Feb 2016 09:58:59 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201602070958.u179wxCp008668@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Sun, 7 Feb 2016 09:58:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408358 - in head: . security security/polarssl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 09:59:00 -0000 Author: delphij Date: Sun Feb 7 09:58:59 2016 New Revision: 408358 URL: https://svnweb.freebsd.org/changeset/ports/408358 Log: 2015-12-31 security/polarssl: Upstream is ending support for 1.2.x Deleted: head/security/polarssl/ Modified: head/MOVED head/security/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sun Feb 7 09:58:02 2016 (r408357) +++ head/MOVED Sun Feb 7 09:58:59 2016 (r408358) @@ -8134,3 +8134,4 @@ x11-toolkits/py32-tkinter||2016-02-02|Ha sysutils/puppet|sysutils/puppet38|2016-02-05|Renamed devel/etcdctl|devel/etcd|2016-02-06|Has expired: etcdctl is now part of etcd, following the change from the upstream graphics/py-graphviz|graphics/py-pygraphviz|2016-02-07|Renamed to match upstream (PyPI) name +security/polarssl||2016-02-07|Has expired: Upstream is ending support for 1.2.x Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Sun Feb 7 09:58:02 2016 (r408357) +++ head/security/Makefile Sun Feb 7 09:58:59 2016 (r408358) @@ -783,7 +783,6 @@ SUBDIR += pks SUBDIR += pktsuckers SUBDIR += please - SUBDIR += polarssl SUBDIR += polarssl13 SUBDIR += poly1305aes SUBDIR += pond From owner-svn-ports-head@freebsd.org Sun Feb 7 09:59:25 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BB951AA0524; Sun, 7 Feb 2016 09:59:25 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9346B3ED; Sun, 7 Feb 2016 09:59:25 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u179xOP7008813; Sun, 7 Feb 2016 09:59:24 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u179xO8d008810; Sun, 7 Feb 2016 09:59:24 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201602070959.u179xO8d008810@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 7 Feb 2016 09:59:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408359 - head/www/sogo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 09:59:25 -0000 Author: pi Date: Sun Feb 7 09:59:24 2016 New Revision: 408359 URL: https://svnweb.freebsd.org/changeset/ports/408359 Log: www/sogo: 2.3.6 -> 2.3.8 Changes: http://sogo.nu/news/2016/article/sogo-v238-released.html PR: 206968 Submitted by: Euan Thoms (maintainer) Modified: head/www/sogo/Makefile head/www/sogo/distinfo head/www/sogo/pkg-plist Modified: head/www/sogo/Makefile ============================================================================== --- head/www/sogo/Makefile Sun Feb 7 09:58:59 2016 (r408358) +++ head/www/sogo/Makefile Sun Feb 7 09:59:24 2016 (r408359) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sogo -PORTVERSION= 2.3.6 +PORTVERSION= 2.3.8 CATEGORIES= www gnustep MASTER_SITES= http://www.sogo.nu/files/downloads/SOGo/Sources/ DISTNAME= SOGo-${PORTVERSION} Modified: head/www/sogo/distinfo ============================================================================== --- head/www/sogo/distinfo Sun Feb 7 09:58:59 2016 (r408358) +++ head/www/sogo/distinfo Sun Feb 7 09:59:24 2016 (r408359) @@ -1,2 +1,2 @@ -SHA256 (SOGo-2.3.6.tar.gz) = c74b63ae59febaf552860bfe818870fb0732a7c1fff8998fed0659d084854b31 -SIZE (SOGo-2.3.6.tar.gz) = 12160426 +SHA256 (SOGo-2.3.8.tar.gz) = ae57518d29f256cee73ef29491f92c8d12289146924b07a827be5bb99f8f1bf6 +SIZE (SOGo-2.3.8.tar.gz) = 12200043 Modified: head/www/sogo/pkg-plist ============================================================================== --- head/www/sogo/pkg-plist Sun Feb 7 09:58:59 2016 (r408358) +++ head/www/sogo/pkg-plist Sun Feb 7 09:59:24 2016 (r408359) @@ -580,6 +580,7 @@ GNUstep/Local/Library/SOGo/Administratio GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Catalan.lproj/Localizable.strings GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Croatian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Czech.lproj/Localizable.strings GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Danish.lproj/Localizable.strings GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Dutch.lproj/Localizable.strings @@ -612,6 +613,7 @@ GNUstep/Local/Library/SOGo/Appointments. GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Catalan.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Croatian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Czech.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Danish.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Dutch.lproj/Localizable.strings @@ -647,6 +649,7 @@ GNUstep/Local/Library/SOGo/CommonUI.SOGo GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Catalan.lproj/Localizable.strings GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Croatian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Czech.lproj/Localizable.strings GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Danish.lproj/Localizable.strings GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Dutch.lproj/Localizable.strings @@ -680,6 +683,7 @@ GNUstep/Local/Library/SOGo/Contacts.SOGo GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Catalan.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Croatian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Czech.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Danish.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Dutch.lproj/Localizable.strings @@ -712,6 +716,7 @@ GNUstep/Local/Library/SOGo/ContactsUI.SO GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Catalan.lproj/Localizable.strings GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Croatian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Czech.lproj/Localizable.strings GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Danish.lproj/Localizable.strings GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Dutch.lproj/Localizable.strings @@ -746,6 +751,7 @@ GNUstep/Local/Library/SOGo/MailPartViewe GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Catalan.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Croatian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Czech.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Danish.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Dutch.lproj/Localizable.strings @@ -777,6 +783,7 @@ GNUstep/Local/Library/SOGo/Mailer.SOGo/R GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Basque.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Croatian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Czech.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Danish.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Dutch.lproj/Localizable.strings @@ -811,6 +818,10 @@ GNUstep/Local/Library/SOGo/Mailer.SOGo/R GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailChineseTaiwanForward.wo/SOGoMailChineseTaiwanForward.wod GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailChineseTaiwanReply.wo/SOGoMailChineseTaiwanReply.html GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailChineseTaiwanReply.wo/SOGoMailChineseTaiwanReply.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailCroatianForward.wo/SOGoMailCroatianForward.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailCroatianForward.wo/SOGoMailCroatianForward.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailCroatianReply.wo/SOGoMailCroatianReply.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailCroatianReply.wo/SOGoMailCroatianReply.wod GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailCzechForward.wo/SOGoMailCzechForward.html GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailCzechForward.wo/SOGoMailCzechForward.wod GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailCzechReply.wo/SOGoMailCzechReply.html @@ -916,6 +927,7 @@ GNUstep/Local/Library/SOGo/MailerUI.SOGo GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Catalan.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Croatian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Czech.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Danish.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Dutch.lproj/Localizable.strings @@ -957,6 +969,8 @@ GNUstep/Local/Library/SOGo/MainUI.SOGo/R GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Catalan.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/ChineseTaiwan.lproj/Locale GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Croatian.lproj/Locale +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Croatian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Czech.lproj/Locale GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Czech.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Danish.lproj/Locale @@ -1016,6 +1030,7 @@ GNUstep/Local/Library/SOGo/PreferencesUI GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Catalan.lproj/Localizable.strings GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Croatian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Czech.lproj/Localizable.strings GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Danish.lproj/Localizable.strings GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Dutch.lproj/Localizable.strings @@ -1048,6 +1063,7 @@ GNUstep/Local/Library/SOGo/SchedulerUI.S GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Catalan.lproj/Localizable.strings GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Croatian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Czech.lproj/Localizable.strings GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Danish.lproj/Localizable.strings GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Dutch.lproj/Localizable.strings @@ -1144,6 +1160,9 @@ GNUstep/Local/Library/SOGo/Templates/SOG GNUstep/Local/Library/SOGo/Templates/SOGoACLChineseTaiwanAdditionAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLChineseTaiwanModificationAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLChineseTaiwanRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLCroatianAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLCroatianModificationAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLCroatianRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLCzechAdditionAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLCzechModificationAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLCzechRemovalAdvisory.wox @@ -1220,6 +1239,8 @@ GNUstep/Local/Library/SOGo/Templates/SOG GNUstep/Local/Library/SOGo/Templates/SOGoFolderCatalanRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderChineseTaiwanAdditionAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderChineseTaiwanRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderCroatianAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderCroatianRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderCzechAdditionAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderCzechRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderDanishAdditionAdvisory.wox @@ -1425,6 +1446,7 @@ GNUstep/Local/Library/SOGo/WebServerReso GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/eu.js GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/fi.js GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/fr.js +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/hr.js GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/hu.js GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/is.js GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/it.js @@ -1761,6 +1783,7 @@ GNUstep/Local/Library/SOGo/WebServerReso GNUstep/Local/Library/SOGo/WebServerResources/tb-mail-file-flat-24x24.png GNUstep/Local/Library/SOGo/WebServerResources/tb-mail-forward-flat-24x24.png GNUstep/Local/Library/SOGo/WebServerResources/tb-mail-getmail-flat-24x24.png +GNUstep/Local/Library/SOGo/WebServerResources/tb-mail-junk-flat-17x17.png GNUstep/Local/Library/SOGo/WebServerResources/tb-mail-junk-flat-24x24.png GNUstep/Local/Library/SOGo/WebServerResources/tb-mail-print-flat-24x24.png GNUstep/Local/Library/SOGo/WebServerResources/tb-mail-reply-flat-24x24.png From owner-svn-ports-head@freebsd.org Sun Feb 7 10:10:57 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7CC11AA0B21; Sun, 7 Feb 2016 10:10:57 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 453F3A76; Sun, 7 Feb 2016 10:10:57 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17AAuns011882; Sun, 7 Feb 2016 10:10:56 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17AAuuD011881; Sun, 7 Feb 2016 10:10:56 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602071010.u17AAuuD011881@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 7 Feb 2016 10:10:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408360 - head/graphics/grads X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 10:10:57 -0000 Author: marino Date: Sun Feb 7 10:10:56 2016 New Revision: 408360 URL: https://svnweb.freebsd.org/changeset/ports/408360 Log: graphics/grads: document ncurses requirement (USES+=ncurses) approved by: infrastructure blanket Modified: head/graphics/grads/Makefile Modified: head/graphics/grads/Makefile ============================================================================== --- head/graphics/grads/Makefile Sun Feb 7 09:59:24 2016 (r408359) +++ head/graphics/grads/Makefile Sun Feb 7 10:10:56 2016 (r408360) @@ -21,7 +21,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libuduni LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd \ libpng.so:${PORTSDIR}/graphics/png -USES= jpeg +USES= jpeg ncurses GNU_CONFIGURE= yes CONFIGURE_ENV+= SUPPLIBS="${LOCALBASE}" CONFIGURE_ARGS+= --enable-dyn-supplibs \ From owner-svn-ports-head@freebsd.org Sun Feb 7 10:14:08 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B2D9BAA0D0E; Sun, 7 Feb 2016 10:14:08 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 84662D3E; Sun, 7 Feb 2016 10:14:08 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17AE7NS014558; Sun, 7 Feb 2016 10:14:07 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17AE7f3014556; Sun, 7 Feb 2016 10:14:07 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602071014.u17AE7f3014556@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 7 Feb 2016 10:14:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408361 - in head/graphics/s10sh: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 10:14:08 -0000 Author: marino Date: Sun Feb 7 10:14:07 2016 New Revision: 408361 URL: https://svnweb.freebsd.org/changeset/ports/408361 Log: graphics/s10sh: USES+= ncurses, link with ncurses over termcap Modified: head/graphics/s10sh/Makefile head/graphics/s10sh/files/Makefile.bsd Modified: head/graphics/s10sh/Makefile ============================================================================== --- head/graphics/s10sh/Makefile Sun Feb 7 10:10:56 2016 (r408360) +++ head/graphics/s10sh/Makefile Sun Feb 7 10:14:07 2016 (r408361) @@ -11,7 +11,7 @@ MASTER_SITES= http://www.reynoldsnet.org MAINTAINER= ports@FreeBSD.org COMMENT= USB/serial userspace driver for the Canon PowerShot digital cameras -USES= readline +USES= ncurses readline # Don't extract the libusb bundled with s10sh: EXTRACT_AFTER_ARGS= --exclude '*/libusb*' Modified: head/graphics/s10sh/files/Makefile.bsd ============================================================================== --- head/graphics/s10sh/files/Makefile.bsd Sun Feb 7 10:10:56 2016 (r408360) +++ head/graphics/s10sh/files/Makefile.bsd Sun Feb 7 10:14:07 2016 (r408361) @@ -3,7 +3,7 @@ NO_MAN = oh... SRCS = main.c crc.c serial.c common.c bar.c -LDADD += -lreadline -ltermcap ${LDFLAGS} +LDADD += -lreadline -lncurses ${LDFLAGS} CFLAGS += -DHAVE_READLINE ${CPPFLAGS} .if !defined(WITHOUT_USB) From owner-svn-ports-head@freebsd.org Sun Feb 7 10:33:21 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 13D9AAA049D; Sun, 7 Feb 2016 10:33:21 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D95D3142B; Sun, 7 Feb 2016 10:33:20 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17AXJTJ020278; Sun, 7 Feb 2016 10:33:19 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17AXJaw020277; Sun, 7 Feb 2016 10:33:19 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602071033.u17AXJaw020277@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 7 Feb 2016 10:33:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408362 - head/deskutils/calcurse X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 10:33:21 -0000 Author: marino Date: Sun Feb 7 10:33:19 2016 New Revision: 408362 URL: https://svnweb.freebsd.org/changeset/ports/408362 Log: deskutils/calcurse: document ncurses requirement (USES+=ncurses) approved by: infrastructure blanket Modified: head/deskutils/calcurse/Makefile Modified: head/deskutils/calcurse/Makefile ============================================================================== --- head/deskutils/calcurse/Makefile Sun Feb 7 10:14:07 2016 (r408361) +++ head/deskutils/calcurse/Makefile Sun Feb 7 10:33:19 2016 (r408362) @@ -14,7 +14,7 @@ LICENSE= BSD2CLAUSE OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes -USES= gmake +USES= gmake ncurses GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-asciidoc From owner-svn-ports-head@freebsd.org Sun Feb 7 10:34:06 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 29BFFAA04F7; Sun, 7 Feb 2016 10:34:06 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EFD221588; Sun, 7 Feb 2016 10:34:05 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17AY4GG020406; Sun, 7 Feb 2016 10:34:04 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17AY4NQ020405; Sun, 7 Feb 2016 10:34:04 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602071034.u17AY4NQ020405@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 7 Feb 2016 10:34:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408363 - head/deskutils/rolo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 10:34:06 -0000 Author: marino Date: Sun Feb 7 10:34:04 2016 New Revision: 408363 URL: https://svnweb.freebsd.org/changeset/ports/408363 Log: deskutils/rolo: USES+= ncurses Modified: head/deskutils/rolo/Makefile Modified: head/deskutils/rolo/Makefile ============================================================================== --- head/deskutils/rolo/Makefile Sun Feb 7 10:33:19 2016 (r408362) +++ head/deskutils/rolo/Makefile Sun Feb 7 10:34:04 2016 (r408363) @@ -11,7 +11,7 @@ COMMENT= Text-based contact management s LIB_DEPENDS= libvc.so:${PORTSDIR}/devel/libvc -USES= tar:bzip2 +USES= ncurses tar:bzip2 GNU_CONFIGURE= yes CFLAGS+= -I${PREFIX}/include \ -L${PREFIX}/lib From owner-svn-ports-head@freebsd.org Sun Feb 7 10:34:49 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B6C96AA0546; Sun, 7 Feb 2016 10:34:49 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8B1D61738; Sun, 7 Feb 2016 10:34:49 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17AYmu7020526; Sun, 7 Feb 2016 10:34:48 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17AYmJP020525; Sun, 7 Feb 2016 10:34:48 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602071034.u17AYmJP020525@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 7 Feb 2016 10:34:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408364 - head/deskutils/teapot X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 10:34:49 -0000 Author: marino Date: Sun Feb 7 10:34:48 2016 New Revision: 408364 URL: https://svnweb.freebsd.org/changeset/ports/408364 Log: deskutils/teapot: USES+= ncurses Modified: head/deskutils/teapot/Makefile Modified: head/deskutils/teapot/Makefile ============================================================================== --- head/deskutils/teapot/Makefile Sun Feb 7 10:34:04 2016 (r408363) +++ head/deskutils/teapot/Makefile Sun Feb 7 10:34:48 2016 (r408364) @@ -15,7 +15,7 @@ COMMENT= Full-screen curses based spread LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -USES= cmake +USES= cmake ncurses # We download the prebuilt binary tarball for Linux in order to avoid # having to generate the pdf and html docs from the LyX sourcecode. From owner-svn-ports-head@freebsd.org Sun Feb 7 10:36:32 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 57714AA05EE; Sun, 7 Feb 2016 10:36:32 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 29B4F1835; Sun, 7 Feb 2016 10:36:32 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17AaVXM020686; Sun, 7 Feb 2016 10:36:31 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17AaVXb020685; Sun, 7 Feb 2016 10:36:31 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602071036.u17AaVXb020685@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 7 Feb 2016 10:36:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408365 - head/deskutils/wyrd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 10:36:32 -0000 Author: marino Date: Sun Feb 7 10:36:30 2016 New Revision: 408365 URL: https://svnweb.freebsd.org/changeset/ports/408365 Log: deskutils/wyrd: respect CFLAGS and LDFLAGS approved by: infrastructure blanket (related to ncurses work) Modified: head/deskutils/wyrd/Makefile Modified: head/deskutils/wyrd/Makefile ============================================================================== --- head/deskutils/wyrd/Makefile Sun Feb 7 10:34:48 2016 (r408364) +++ head/deskutils/wyrd/Makefile Sun Feb 7 10:36:30 2016 (r408365) @@ -19,6 +19,9 @@ USE_OCAML= yes USE_OCAML_CAMLP4=yes GNU_CONFIGURE= yes +CONFIGURE_ARGS= CPPFLAGS="${CFLAGS}" +MAKE_ARGS= CLIBFLAGS="${LDFLAGS}" + PLIST_FILES= bin/wyrd etc/wyrdrc man/man1/wyrd.1.gz man/man5/wyrdrc.5.gz PORTDOCS= manual.html manual.pdf From owner-svn-ports-head@freebsd.org Sun Feb 7 10:46:02 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 25E07AA0B53; Sun, 7 Feb 2016 10:46:02 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E89651C19; Sun, 7 Feb 2016 10:46:01 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17Ak0Zi023663; Sun, 7 Feb 2016 10:46:00 GMT (envelope-from vsevolod@FreeBSD.org) Received: (from vsevolod@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17Ak0nk023661; Sun, 7 Feb 2016 10:46:00 GMT (envelope-from vsevolod@FreeBSD.org) Message-Id: <201602071046.u17Ak0nk023661@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vsevolod set sender to vsevolod@FreeBSD.org using -f From: Vsevolod Stakhov Date: Sun, 7 Feb 2016 10:46:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408366 - head/mail/rmilter X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 10:46:02 -0000 Author: vsevolod Date: Sun Feb 7 10:46:00 2016 New Revision: 408366 URL: https://svnweb.freebsd.org/changeset/ports/408366 Log: - Update to 1.7.3 Modified: head/mail/rmilter/Makefile head/mail/rmilter/distinfo Modified: head/mail/rmilter/Makefile ============================================================================== --- head/mail/rmilter/Makefile Sun Feb 7 10:36:30 2016 (r408365) +++ head/mail/rmilter/Makefile Sun Feb 7 10:46:00 2016 (r408366) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rmilter -PORTVERSION= 1.7.2 +PORTVERSION= 1.7.3 CATEGORIES= mail MAINTAINER= vsevolod@FreeBSD.org Modified: head/mail/rmilter/distinfo ============================================================================== --- head/mail/rmilter/distinfo Sun Feb 7 10:36:30 2016 (r408365) +++ head/mail/rmilter/distinfo Sun Feb 7 10:46:00 2016 (r408366) @@ -1,2 +1,2 @@ -SHA256 (vstakhov-rmilter-1.7.2_GH0.tar.gz) = 3033c190667276f1d716784cb6b485971a3249ab9a6151d7a5ae3848e6de61eb -SIZE (vstakhov-rmilter-1.7.2_GH0.tar.gz) = 159934 +SHA256 (vstakhov-rmilter-1.7.3_GH0.tar.gz) = 515e0f69af9f702cc36fd565e30c9f715bff819df250679d0a24e4f07ba5f081 +SIZE (vstakhov-rmilter-1.7.3_GH0.tar.gz) = 160323 From owner-svn-ports-head@freebsd.org Sun Feb 7 10:47:19 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 24FE1AA0BE5; Sun, 7 Feb 2016 10:47:19 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EB8371D16; Sun, 7 Feb 2016 10:47:18 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17AlHt8023798; Sun, 7 Feb 2016 10:47:17 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17AlHXw023797; Sun, 7 Feb 2016 10:47:17 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602071047.u17AlHXw023797@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 7 Feb 2016 10:47:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408367 - head/cad/ghdl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 10:47:19 -0000 Author: marino Date: Sun Feb 7 10:47:17 2016 New Revision: 408367 URL: https://svnweb.freebsd.org/changeset/ports/408367 Log: cad/ghdl: USES+= ncurses libedit, fix with ports ncurses Modified: head/cad/ghdl/Makefile Modified: head/cad/ghdl/Makefile ============================================================================== --- head/cad/ghdl/Makefile Sun Feb 7 10:46:00 2016 (r408366) +++ head/cad/ghdl/Makefile Sun Feb 7 10:47:17 2016 (r408367) @@ -53,6 +53,7 @@ OPTIONS_SINGLE_BACKEND= GCC LLVM GCC_DESC= Code generator is GCC (mature) LLVM_DESC= Code generator is LLVM (experimental) +LLVM_USES= libedit ncurses .if exists (/sbin/hammer) OPTIONS_DEFAULT= LLVM @@ -118,6 +119,7 @@ post-patch: -e 's|(INSTALL_DATA)|(BSD_INSTALL_DATA)|' \ ${WRKSRC}/configure ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|clang++|clang++${LLVMVER}|' \ + -e 's|\((LDFLAGS)\)|\1 -L${LOCALBASE}/lib|' \ ${WRKSRC}/src/ortho/llvm/Makefile .if ${PORT_OPTIONS:MGCC} From owner-svn-ports-head@freebsd.org Sun Feb 7 11:23:00 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D35BEAA17FC; Sun, 7 Feb 2016 11:23:00 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8FB13AE2; Sun, 7 Feb 2016 11:23:00 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17BMxeu035117; Sun, 7 Feb 2016 11:22:59 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17BMxDj035114; Sun, 7 Feb 2016 11:22:59 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602071122.u17BMxDj035114@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 7 Feb 2016 11:22:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408368 - in head/devel/qct: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 11:23:01 -0000 Author: amdmi3 Date: Sun Feb 7 11:22:59 2016 New Revision: 408368 URL: https://svnweb.freebsd.org/changeset/ports/408368 Log: - Add LICENSE_FILE - Switch to options helpers - Fix docfile installation - Regenerate patches with `make makepatch` Modified: head/devel/qct/Makefile head/devel/qct/files/patch-qctlib_vcs_svn.py head/devel/qct/files/patch-setup.py Modified: head/devel/qct/Makefile ============================================================================== --- head/devel/qct/Makefile Sun Feb 7 10:47:17 2016 (r408367) +++ head/devel/qct/Makefile Sun Feb 7 11:22:59 2016 (r408368) @@ -11,6 +11,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= QCT GUI commit tool LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}qt4-gui>=0:${PORTSDIR}/x11-toolkits/py-qt4-gui RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}qt4-gui>=0:${PORTSDIR}/x11-toolkits/py-qt4-gui @@ -18,10 +19,11 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}qt4- USES= python USE_PYTHON= distutils WRKSRC= ${WRKDIR}/qct + OPTIONS_DEFINE= DOCS -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_MAN} ${WRKSRC}/doc/qct.1.txt ${STAGEDIR}${DOCSDIR}/qct.1.txt + ${INSTALL_DATA} ${WRKSRC}/doc/qct.1.txt ${STAGEDIR}${DOCSDIR}/qct.1.txt .include Modified: head/devel/qct/files/patch-qctlib_vcs_svn.py ============================================================================== --- head/devel/qct/files/patch-qctlib_vcs_svn.py Sun Feb 7 10:47:17 2016 (r408367) +++ head/devel/qct/files/patch-qctlib_vcs_svn.py Sun Feb 7 11:22:59 2016 (r408368) @@ -1,7 +1,7 @@ ---- qctlib/vcs/svn.py.orig 2009-02-15 23:49:32.000000000 +0100 -+++ qctlib/vcs/svn.py 2009-07-22 17:58:33.000000000 +0200 +--- qctlib/vcs/svn.py.orig 2009-02-15 22:49:32 UTC ++++ qctlib/vcs/svn.py @@ -84,6 +84,8 @@ class qctVcsSvn: - + if showIgnored: extra = ['--no-ignore'] else: extra = [] + versionOutput = runProgram([self.svn_exe, '--version', '--quiet']) @@ -11,7 +11,7 @@ recs.pop() # remove last entry (which is '') @@ -91,11 +93,19 @@ class qctVcsSvn: if pb: pb.setValue(2) - + for line in recs: - if len(line) < 7: - continue @@ -33,3 +33,4 @@ + self.fileStatus[ fname ] = line[0:6] if status == 'M': # modified itemList.append('M ' + fname) + elif status == 'A': # added Modified: head/devel/qct/files/patch-setup.py ============================================================================== --- head/devel/qct/files/patch-setup.py Sun Feb 7 10:47:17 2016 (r408367) +++ head/devel/qct/files/patch-setup.py Sun Feb 7 11:22:59 2016 (r408368) @@ -1,6 +1,6 @@ ---- setup.py.orig 2009-02-16 01:49:32.000000000 +0300 -+++ setup.py 2012-01-18 19:01:41.000000000 +0400 -@@ -10,20 +10,8 @@ +--- setup.py.orig 2009-02-15 22:49:32 UTC ++++ setup.py +@@ -10,20 +10,8 @@ if not hasattr(sys, 'version_info') or s raise SystemExit, "Qct requires python 2.4 or later." extra = {} From owner-svn-ports-head@freebsd.org Sun Feb 7 11:23:07 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7D1EEAA1849; Sun, 7 Feb 2016 11:23:07 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4F7AABBB; Sun, 7 Feb 2016 11:23:07 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17BN6Cx035221; Sun, 7 Feb 2016 11:23:06 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17BN6L0035220; Sun, 7 Feb 2016 11:23:06 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201602071123.u17BN6L0035220@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 7 Feb 2016 11:23:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408369 - head/multimedia/winff X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 11:23:07 -0000 Author: antoine Date: Sun Feb 7 11:23:05 2016 New Revision: 408369 URL: https://svnweb.freebsd.org/changeset/ports/408369 Log: Unbreak with new lazarus Reported by: pkg-fallout Modified: head/multimedia/winff/Makefile Modified: head/multimedia/winff/Makefile ============================================================================== --- head/multimedia/winff/Makefile Sun Feb 7 11:22:59 2016 (r408368) +++ head/multimedia/winff/Makefile Sun Feb 7 11:23:05 2016 (r408369) @@ -33,7 +33,7 @@ DESKTOP_ENTRIES= "${PORTNAME}" \ true LAZBUILD_CMD= ${LOCALBASE}/bin/lazbuild -d -LAZARUS_VER= 1.4.2 +LAZARUS_VER= 1.6RC2 LAZARUS_DIR= ${LOCALBASE}/share/lazarus-${LAZARUS_VER} LCL_UNITS_DIR= ${LOCALBASE}/share/lazarus-${LAZARUS_VER}/lcl/units/${BUILDNAME} From owner-svn-ports-head@freebsd.org Sun Feb 7 11:33:25 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 63132AA1BEB; Sun, 7 Feb 2016 11:33:25 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 38156F64; Sun, 7 Feb 2016 11:33:25 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17BXORH038248; Sun, 7 Feb 2016 11:33:24 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17BXOSD038247; Sun, 7 Feb 2016 11:33:24 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602071133.u17BXOSD038247@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 7 Feb 2016 11:33:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408370 - head/devel/rvi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 11:33:25 -0000 Author: amdmi3 Date: Sun Feb 7 11:33:24 2016 New Revision: 408370 URL: https://svnweb.freebsd.org/changeset/ports/408370 Log: - Switch to options helpers Modified: head/devel/rvi/Makefile Modified: head/devel/rvi/Makefile ============================================================================== --- head/devel/rvi/Makefile Sun Feb 7 11:23:05 2016 (r408369) +++ head/devel/rvi/Makefile Sun Feb 7 11:33:24 2016 (r408370) @@ -11,17 +11,21 @@ DISTNAME= rvi MAINTAINER= ports@FreeBSD.org COMMENT= Simple interface to RCS -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + PLIST_FILES= bin/rvi -PORTDOCS= rvi.txt +PORTDOCS= * + OPTIONS_DEFINE= DOCS do-build: - @cd ${WRKSRC}/&&${CXX} -I. ${CFLAGS} -o rvi src/rvi.cc + @cd ${WRKSRC} && ${CXX} -I. ${CXXFLAGS} -o rvi src/rvi.cc do-install: ${INSTALL_PROGRAM} ${WRKSRC}/rvi ${STAGEDIR}${PREFIX}/bin/ + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - cd ${WRKSRC}/doc/&&${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/rvi.txt ${STAGEDIR}${DOCSDIR} .include From owner-svn-ports-head@freebsd.org Sun Feb 7 11:36:18 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8B92FAA1D23; Sun, 7 Feb 2016 11:36:18 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5E6BA10C8; Sun, 7 Feb 2016 11:36:18 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17BaHKs038441; Sun, 7 Feb 2016 11:36:17 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17BaH9r038440; Sun, 7 Feb 2016 11:36:17 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602071136.u17BaH9r038440@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 7 Feb 2016 11:36:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408371 - head/devel/robodoc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 11:36:18 -0000 Author: amdmi3 Date: Sun Feb 7 11:36:17 2016 New Revision: 408371 URL: https://svnweb.freebsd.org/changeset/ports/408371 Log: - Clarify LICENSE - Add LICENSE_FILE - Switch to options helpers Modified: head/devel/robodoc/Makefile Modified: head/devel/robodoc/Makefile ============================================================================== --- head/devel/robodoc/Makefile Sun Feb 7 11:33:24 2016 (r408370) +++ head/devel/robodoc/Makefile Sun Feb 7 11:36:17 2016 (r408371) @@ -10,25 +10,29 @@ MASTER_SITES= http://rfsber.home.xs4all. MAINTAINER= ports@FreeBSD.org COMMENT= Code reference program similar to cxref that produces HTML -LICENSE= GPLv3 +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes MAKEFILE= makefile -OPTIONS_DEFINE= DOCS EXAMPLES DOCS_FILES= AUTHORS ChangeLog NEWS README \ Docs/manual.html Docs/manual.css Docs/robodoc_example.rc -.include +OPTIONS_DEFINE= DOCS EXAMPLES do-install: ${INSTALL_PROGRAM} ${WRKSRC}/Source/robodoc ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/Source/robohdrs ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/Docs/robodoc.1 ${STAGEDIR}${MANPREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/Docs/robohdrs.1 ${STAGEDIR}${MANPREFIX}/man/man1 - ${MKDIR} ${STAGEDIR}${DOCSDIR} + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${DOCS_FILES:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} - ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + +do-install-EXAMPLES-on: + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${CP} -R ${WRKSRC}/Examples/* ${STAGEDIR}${EXAMPLESDIR} .include From owner-svn-ports-head@freebsd.org Sun Feb 7 11:37:26 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 316F0AA1D99; Sun, 7 Feb 2016 11:37:26 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0485C11AE; Sun, 7 Feb 2016 11:37:25 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17BbPMX038576; Sun, 7 Feb 2016 11:37:25 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17BbP6I038575; Sun, 7 Feb 2016 11:37:25 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602071137.u17BbP6I038575@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 7 Feb 2016 11:37:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408372 - head/math/aamath X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 11:37:26 -0000 Author: marino Date: Sun Feb 7 11:37:24 2016 New Revision: 408372 URL: https://svnweb.freebsd.org/changeset/ports/408372 Log: math/aamath: document ncurses requirement (USES+=ncurses) Also link with ncurses, not termcap approved by: infrastructure blanket Modified: head/math/aamath/Makefile Modified: head/math/aamath/Makefile ============================================================================== --- head/math/aamath/Makefile Sun Feb 7 11:36:17 2016 (r408371) +++ head/math/aamath/Makefile Sun Feb 7 11:37:24 2016 (r408372) @@ -14,14 +14,13 @@ COMMENT= Renders ASCII art from mathemat LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= readline - +USES= ncurses readline WRKSRC= ${WRKDIR}/${PORTNAME} +CFLAGS+= -I${LOCALBASE}/include +MAKE_ARGS= LIBS="-lreadline -lncurses" PLIST_FILES= bin/aamath man/man1/aamath.1.gz -CFLAGS+= -I${LOCALBASE}/include - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 From owner-svn-ports-head@freebsd.org Sun Feb 7 11:38:17 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3273FAA1DF1; Sun, 7 Feb 2016 11:38:17 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 064B1128B; Sun, 7 Feb 2016 11:38:16 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17BcGZU038709; Sun, 7 Feb 2016 11:38:16 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17BcGHQ038708; Sun, 7 Feb 2016 11:38:16 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602071138.u17BcGHQ038708@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 7 Feb 2016 11:38:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408373 - head/math/add X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 11:38:17 -0000 Author: marino Date: Sun Feb 7 11:38:15 2016 New Revision: 408373 URL: https://svnweb.freebsd.org/changeset/ports/408373 Log: math/add: document ncurses requirement (USES+=ncurses) approved by: infrastructure blanket Modified: head/math/add/Makefile Modified: head/math/add/Makefile ============================================================================== --- head/math/add/Makefile Sun Feb 7 11:37:24 2016 (r408372) +++ head/math/add/Makefile Sun Feb 7 11:38:15 2016 (r408373) @@ -10,7 +10,7 @@ MAINTAINER= culot@FreeBSD.org COMMENT= Full-screen editing calculator GNU_CONFIGURE= yes -USES= tar:tgz +USES= ncurses tar:tgz MAKEFILE= makefile do-install: From owner-svn-ports-head@freebsd.org Sun Feb 7 11:40:21 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 908ACAA1F01; Sun, 7 Feb 2016 11:40:21 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 63B97159C; Sun, 7 Feb 2016 11:40:21 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17BeKOg038928; Sun, 7 Feb 2016 11:40:20 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17BeKSJ038927; Sun, 7 Feb 2016 11:40:20 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602071140.u17BeKSJ038927@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 7 Feb 2016 11:40:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408374 - head/math/foma/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 11:40:21 -0000 Author: marino Date: Sun Feb 7 11:40:20 2016 New Revision: 408374 URL: https://svnweb.freebsd.org/changeset/ports/408374 Log: math/foma: remove linkage with termcap (part of ncurses work) approved by: infrastructure blanket Modified: head/math/foma/files/patch-Makefile Modified: head/math/foma/files/patch-Makefile ============================================================================== --- head/math/foma/files/patch-Makefile Sun Feb 7 11:38:15 2016 (r408373) +++ head/math/foma/files/patch-Makefile Sun Feb 7 11:40:20 2016 (r408374) @@ -14,7 +14,7 @@ LEXCMATRIX = flex -8 --prefix=cmatrix RM = /bin/rm -f -LDFLAGS = -lreadline -lz -ltermcap -+LDFLAGS += -lreadline -lz -ltermcap ++LDFLAGS += -lreadline -lz FLOOKUPLDFLAGS = libfoma.a -lz -CFLAGS = -O3 -Wall -D_GNU_SOURCE -std=c99 -fvisibility=hidden -fPIC +CFLAGS += -Wall -D_GNU_SOURCE -std=c99 -fvisibility=hidden -fPIC ${CPPFLAGS} From owner-svn-ports-head@freebsd.org Sun Feb 7 11:43:27 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7945CA9F17F; Sun, 7 Feb 2016 11:43:27 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4CA2119C5; Sun, 7 Feb 2016 11:43:27 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17BhQVb041685; Sun, 7 Feb 2016 11:43:26 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17BhQcu041684; Sun, 7 Feb 2016 11:43:26 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602071143.u17BhQcu041684@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 7 Feb 2016 11:43:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408375 - head/graphics/png2ico X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 11:43:27 -0000 Author: amdmi3 Date: Sun Feb 7 11:43:26 2016 New Revision: 408375 URL: https://svnweb.freebsd.org/changeset/ports/408375 Log: - Add LICENSE_FILE - Switch to options helpers Modified: head/graphics/png2ico/Makefile Modified: head/graphics/png2ico/Makefile ============================================================================== --- head/graphics/png2ico/Makefile Sun Feb 7 11:40:20 2016 (r408374) +++ head/graphics/png2ico/Makefile Sun Feb 7 11:43:26 2016 (r408375) @@ -11,7 +11,8 @@ DISTNAME= ${PORTNAME}-src-${PORTVERSION: MAINTAINER= ports@FreeBSD.org COMMENT= Converts PNG files to Windows icon resource files -LICENSE= GPLv2 +LICENSE= GPLv2 # only +LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png @@ -23,6 +24,8 @@ LDFLAGS+= $$(libpng-config --ldflags) PORTDOCS= bmp.txt PLIST_FILES= bin/png2ico man/man1/png2ico.1.gz +OPTIONS_DEFINE= DOCS + do-build: (cd ${WRKSRC} && ${CXX} ${CXXFLAGS} ${CPPFLAGS} -o png2ico \ png2ico.cpp ${LDFLAGS}) @@ -30,6 +33,8 @@ do-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/png2ico ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/doc/png2ico.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/doc/|} ${STAGEDIR}${DOCSDIR} From owner-svn-ports-head@freebsd.org Sun Feb 7 11:43:39 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 64F21A9F1BA; Sun, 7 Feb 2016 11:43:39 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 347EB1A9C; Sun, 7 Feb 2016 11:43:39 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17BhcIi041791; Sun, 7 Feb 2016 11:43:38 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17Bhcv9041790; Sun, 7 Feb 2016 11:43:38 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602071143.u17Bhcv9041790@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 7 Feb 2016 11:43:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408376 - head/lang/bwbasic X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 11:43:39 -0000 Author: amdmi3 Date: Sun Feb 7 11:43:37 2016 New Revision: 408376 URL: https://svnweb.freebsd.org/changeset/ports/408376 Log: - Add LICENSE_FILE - Switch to options helpers Modified: head/lang/bwbasic/Makefile Modified: head/lang/bwbasic/Makefile ============================================================================== --- head/lang/bwbasic/Makefile Sun Feb 7 11:43:26 2016 (r408375) +++ head/lang/bwbasic/Makefile Sun Feb 7 11:43:37 2016 (r408376) @@ -10,6 +10,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Bywater Basic interpreter LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING NO_WRKSUBDIR= yes @@ -28,9 +29,11 @@ post-patch: @${CHMOD} a+x ${WRKSRC}/${CONFIGURE_SCRIPT} @${REINPLACE_CMD} 's|bindir)|DESTDIR)$$(&|' ${WRKSRC}/Makefile.in -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.doc ${STAGEDIR}${DOCSDIR} + +post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} (cd ${WRKSRC}/bwbtest; ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) From owner-svn-ports-head@freebsd.org Sun Feb 7 11:44:25 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 95DDCA9F235; Sun, 7 Feb 2016 11:44:25 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4B1AD1B99; Sun, 7 Feb 2016 11:44:25 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17BiO6N041928; Sun, 7 Feb 2016 11:44:24 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17BiO0h041927; Sun, 7 Feb 2016 11:44:24 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602071144.u17BiO0h041927@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 7 Feb 2016 11:44:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408377 - head/irc/pisg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 11:44:25 -0000 Author: amdmi3 Date: Sun Feb 7 11:44:24 2016 New Revision: 408377 URL: https://svnweb.freebsd.org/changeset/ports/408377 Log: - Add LICENSE - Add NO_ARCH - Switch to options helpers - Cosmetic fixes Modified: head/irc/pisg/Makefile Modified: head/irc/pisg/Makefile ============================================================================== --- head/irc/pisg/Makefile Sun Feb 7 11:43:37 2016 (r408376) +++ head/irc/pisg/Makefile Sun Feb 7 11:44:24 2016 (r408377) @@ -10,20 +10,17 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Perl IRC Statistics Generator +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + USES= perl5 shebangfix SHEBANG_FILES= pisg -NO_BUILD= YES +NO_BUILD= yes +NO_ARCH= yes OPTIONS_DEFINE= LOGCHARSET DOCS LOGCHARSET_DESC= Character set for logfiles - -.include - -.if ${PORT_OPTIONS:MLOGCHARSET} -RUN_DEPENDS+= p5-Text-Iconv>=0:${PORTSDIR}/converters/p5-Text-Iconv -.endif - -do-build: +LOGCHARSET_RUN_DEPENDS= p5-Text-Iconv>=0:${PORTSDIR}/converters/p5-Text-Iconv pre-patch: @${REINPLACE_CMD} -e 's|lang.txt|${PREFIX}/share/pisg/lang.txt|; \ @@ -31,10 +28,10 @@ pre-patch: ${WRKSRC}/modules/Pisg.pm do-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/etc/pisg - ${MKDIR} ${STAGEDIR}${DATADIR}/layout - ${MKDIR} ${STAGEDIR}${DATADIR}/gfx - ${MKDIR} ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}/Pisg/Parser/Format + @${MKDIR} ${STAGEDIR}${PREFIX}/etc/pisg + @${MKDIR} ${STAGEDIR}${DATADIR}/layout + @${MKDIR} ${STAGEDIR}${DATADIR}/gfx + @${MKDIR} ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}/Pisg/Parser/Format ${INSTALL_DATA} ${WRKSRC}/pisg.cfg ${STAGEDIR}${PREFIX}/etc/pisg/pisg.cfg.sample ${INSTALL_DATA} ${WRKSRC}/gfx/* ${STAGEDIR}${DATADIR}/gfx ${INSTALL_DATA} ${WRKSRC}/layout/* ${STAGEDIR}${DATADIR}/layout @@ -44,8 +41,9 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/modules/Pisg/Parser/*.pm ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}/Pisg/Parser ${INSTALL_DATA} ${WRKSRC}/modules/Pisg/Parser/Format/*.pm ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}/Pisg/Parser/Format ${INSTALL_SCRIPT} ${WRKSRC}/pisg ${STAGEDIR}${PREFIX}/bin - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/docs/pisg-doc.txt ${STAGEDIR}${DOCSDIR}/pisg-doc.txt +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/docs/pisg-doc.txt ${STAGEDIR}${DOCSDIR}/pisg-doc.txt .include From owner-svn-ports-head@freebsd.org Sun Feb 7 11:44:49 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1EBF8A9F291; Sun, 7 Feb 2016 11:44:49 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E829D1CD9; Sun, 7 Feb 2016 11:44:48 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17BimQ5042037; Sun, 7 Feb 2016 11:44:48 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17BimEB042036; Sun, 7 Feb 2016 11:44:48 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602071144.u17BimEB042036@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 7 Feb 2016 11:44:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408378 - head/math/lambda X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 11:44:49 -0000 Author: marino Date: Sun Feb 7 11:44:47 2016 New Revision: 408378 URL: https://svnweb.freebsd.org/changeset/ports/408378 Log: math/lambda: USES+= ncurses, link to ncurses (not termcap) Modified: head/math/lambda/Makefile Modified: head/math/lambda/Makefile ============================================================================== --- head/math/lambda/Makefile Sun Feb 7 11:44:24 2016 (r408377) +++ head/math/lambda/Makefile Sun Feb 7 11:44:47 2016 (r408378) @@ -11,7 +11,7 @@ COMMENT= Lambda calculus interpreter LICENSE= GPLv2 -USES= perl5 readline shebangfix +USES= perl5 ncurses readline shebangfix USE_PERL5= build SHEBANG_FILES= docs/trans_xml_for_cat.pl GNU_CONFIGURE= yes @@ -25,6 +25,10 @@ PLIST_FILES= bin/lambda \ DOCS= lambda.html lambdamanual.html user_manual_style.css PORTDOCS= * +post-patch: + ${REINPLACE_CMD} -e 's|-ltermcap|-lncurses|' ${WRKSRC}/configure \ + ${WRKSRC}/Makefile.in ${WRKSRC}/Makefile.am + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/lambda ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}${DATADIR} From owner-svn-ports-head@freebsd.org Sun Feb 7 11:45:01 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AC487A9F2D0; Sun, 7 Feb 2016 11:45:01 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7BC071DD2; Sun, 7 Feb 2016 11:45:01 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17Bj0Th042155; Sun, 7 Feb 2016 11:45:00 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17Bj0DS042154; Sun, 7 Feb 2016 11:45:00 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602071145.u17Bj0DS042154@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 7 Feb 2016 11:45:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408379 - head/mail/libesmtp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 11:45:01 -0000 Author: amdmi3 Date: Sun Feb 7 11:45:00 2016 New Revision: 408379 URL: https://svnweb.freebsd.org/changeset/ports/408379 Log: - Clarify LICENSE - Switch to options helpers Modified: head/mail/libesmtp/Makefile Modified: head/mail/libesmtp/Makefile ============================================================================== --- head/mail/libesmtp/Makefile Sun Feb 7 11:44:47 2016 (r408378) +++ head/mail/libesmtp/Makefile Sun Feb 7 11:45:00 2016 (r408379) @@ -13,9 +13,16 @@ MASTER_SITES= http://www.stafford.uklinu MAINTAINER= ports@FreeBSD.org COMMENT= Library for posting electronic mail -LICENSE= LGPL21 +LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING.LIB +USES= gmake libtool tar:bzip2 +GNU_CONFIGURE= yes +# require-all-recipients (implied by enable-all) is required for Balsa +CONFIGURE_ARGS= --enable-all --disable-isoc +INSTALL_TARGET= install-strip +USE_LDCONFIG= yes + OPTIONS_DEFINE= OPENSSL DEBUG DOCS EXAMPLES OPTIONS_DEFAULT=OPENSSL OPTIONS_SUB= yes @@ -24,18 +31,13 @@ DEBUG_CONFIGURE_ENABLE= debug OPENSSL_CONFIGURE_WITH= openssl=${OPENSSLBASE} OPENSSL_USE= OPENSSL=yes -GNU_CONFIGURE= yes -# require-all-recipients (implied by enable-all) is required for Balsa -CONFIGURE_ARGS= --enable-all --disable-isoc -INSTALL_TARGET= install-strip -USES= gmake libtool tar:bzip2 -USE_LDCONFIG= yes - -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in AUTHORS ChangeLog NEWS Notes README TODO ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor + +post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR} From owner-svn-ports-head@freebsd.org Sun Feb 7 11:51:30 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B4FF2A9F621; Sun, 7 Feb 2016 11:51:30 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 860401F91; Sun, 7 Feb 2016 11:51:30 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17BpTKV043389; Sun, 7 Feb 2016 11:51:29 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17BpTx0043388; Sun, 7 Feb 2016 11:51:29 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602071151.u17BpTx0043388@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 7 Feb 2016 11:51:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408380 - head/lang/cmucl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 11:51:30 -0000 Author: amdmi3 Date: Sun Feb 7 11:51:29 2016 New Revision: 408380 URL: https://svnweb.freebsd.org/changeset/ports/408380 Log: - Switch to options helpers Modified: head/lang/cmucl/Makefile Modified: head/lang/cmucl/Makefile ============================================================================== --- head/lang/cmucl/Makefile Sun Feb 7 11:45:00 2016 (r408379) +++ head/lang/cmucl/Makefile Sun Feb 7 11:51:29 2016 (r408380) @@ -30,9 +30,11 @@ OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/lisp ${STAGEDIR}${PREFIX}/bin - (cd ${WRKSRC} && ${COPYTREE_SHARE} lib ${STAGEDIR}${PREFIX}) + cd ${WRKSRC}/lib && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/lib ${INSTALL_MAN} ${WRKSRC}/man/man1/cmucl.1 ${STAGEDIR}${MANPREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/man/man1/lisp.1 ${STAGEDIR}${MANPREFIX}/man/man1 + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/cmucl/* ${STAGEDIR}${DOCSDIR} From owner-svn-ports-head@freebsd.org Sun Feb 7 11:52:59 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7299CA9F6A6; Sun, 7 Feb 2016 11:52:59 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4763B26E; Sun, 7 Feb 2016 11:52:59 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17BqwJc045484; Sun, 7 Feb 2016 11:52:58 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17Bqw0K045483; Sun, 7 Feb 2016 11:52:58 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602071152.u17Bqw0K045483@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 7 Feb 2016 11:52:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408381 - head/irc/infobot X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 11:52:59 -0000 Author: amdmi3 Date: Sun Feb 7 11:52:58 2016 New Revision: 408381 URL: https://svnweb.freebsd.org/changeset/ports/408381 Log: - Add LICENSE - Switch to options helpers Modified: head/irc/infobot/Makefile Modified: head/irc/infobot/Makefile ============================================================================== --- head/irc/infobot/Makefile Sun Feb 7 11:51:29 2016 (r408380) +++ head/irc/infobot/Makefile Sun Feb 7 11:52:58 2016 (r408381) @@ -11,6 +11,9 @@ MASTER_SITES= http://www.infobot.org/src MAINTAINER= ports@FreeBSD.org COMMENT= Bot written in Perl with a rabid AI +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + USES= perl5 shebangfix SHEBANG_FILES= ${PORTNAME} scripts/* USE_PERL5= run @@ -29,14 +32,16 @@ do-install: @${MKDIR} ${STAGEDIR}${DATADIR} ${CP} -r ${WRKSRC}/src ${WRKSRC}/extras ${WRKSRC}/files \ ${WRKSRC}/scripts ${STAGEDIR}${DATADIR}/ - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/* ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/LICENSE ${WRKSRC}/README ${WRKSRC}/REVISIONS ${STAGEDIR}${DOCSDIR} @${MKDIR} ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${WRKSRC}/conf/* ${STAGEDIR}${ETCDIR} ${SED} -e 's,$$param{\(.\)basedir\(.\)} = .*,$$param{\1basedir\2} = "${DATADIR}";,' \ - -e 's,$$param{\(.\)confdir\(.\)} = .*,$$param{\1confdir\2} = "${ETCDIR}";,' \ + -e 's,$$param{\(.\)confdir\(.\)} = .*,$$param{\1confdir\2} = "${ETCDIR}";,' \ ${WRKSRC}/infobot > ${WRKDIR}/infobot ${INSTALL_SCRIPT} ${WRKDIR}/infobot ${STAGEDIR}${PREFIX}/bin +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/* ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/LICENSE ${WRKSRC}/README ${WRKSRC}/REVISIONS ${STAGEDIR}${DOCSDIR} + .include From owner-svn-ports-head@freebsd.org Sun Feb 7 11:55:48 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0E80DA9F7C3; Sun, 7 Feb 2016 11:55:48 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CF2C0385; Sun, 7 Feb 2016 11:55:47 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17BtkQw045702; Sun, 7 Feb 2016 11:55:46 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17BtkAh045701; Sun, 7 Feb 2016 11:55:46 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602071155.u17BtkAh045701@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 7 Feb 2016 11:55:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408382 - head/graphics/megapov X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 11:55:48 -0000 Author: amdmi3 Date: Sun Feb 7 11:55:46 2016 New Revision: 408382 URL: https://svnweb.freebsd.org/changeset/ports/408382 Log: - Switch to USES=localbase - Switch to options helpers Modified: head/graphics/megapov/Makefile Modified: head/graphics/megapov/Makefile ============================================================================== --- head/graphics/megapov/Makefile Sun Feb 7 11:52:58 2016 (r408381) +++ head/graphics/megapov/Makefile Sun Feb 7 11:55:46 2016 (r408382) @@ -17,14 +17,10 @@ LIB_DEPENDS= libpng.so:${PORTSDIR}/graph WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} INSTALL_WRKSRC= ${WRKSRC}/unix -USES= gmake jpeg tar:bzip2 +USES= gmake jpeg localbase tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ARGS= COMPILED_BY="ports@FreeBSD.org" -CFLAGS+= -I${LOCALBASE}/include -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - PORTDOCS= * PORTEXAMPLES= * PLIST_FILES= bin/megapov @@ -46,12 +42,12 @@ post-patch: @${REINPLACE_CMD} -e \ 's|"-O3"|""|' ${WRKSRC}/configure -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} @(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) + +post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} -.for i in include scenes - @(cd ${WRKSRC} && ${COPYTREE_SHARE} ${i} ${STAGEDIR}${EXAMPLESDIR}) -.endfor + @(cd ${WRKSRC} && ${COPYTREE_SHARE} "include scenes" ${STAGEDIR}${EXAMPLESDIR}) .include From owner-svn-ports-head@freebsd.org Sun Feb 7 11:56:27 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E3309A9F82E; Sun, 7 Feb 2016 11:56:27 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B64BB680; Sun, 7 Feb 2016 11:56:27 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17BuQxY045829; Sun, 7 Feb 2016 11:56:26 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17BuQYU045828; Sun, 7 Feb 2016 11:56:26 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602071156.u17BuQYU045828@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 7 Feb 2016 11:56:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408383 - head/graphics/s10sh X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 11:56:28 -0000 Author: amdmi3 Date: Sun Feb 7 11:56:26 2016 New Revision: 408383 URL: https://svnweb.freebsd.org/changeset/ports/408383 Log: - Add LICENSE - Switch to options helpers - Remove unused option Modified: head/graphics/s10sh/Makefile Modified: head/graphics/s10sh/Makefile ============================================================================== --- head/graphics/s10sh/Makefile Sun Feb 7 11:55:46 2016 (r408382) +++ head/graphics/s10sh/Makefile Sun Feb 7 11:56:26 2016 (r408383) @@ -11,6 +11,9 @@ MASTER_SITES= http://www.reynoldsnet.org MAINTAINER= ports@FreeBSD.org COMMENT= USB/serial userspace driver for the Canon PowerShot digital cameras +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + USES= ncurses readline # Don't extract the libusb bundled with s10sh: @@ -18,13 +21,15 @@ EXTRACT_AFTER_ARGS= --exclude '*/libusb* MAKEFILE= ${FILESDIR}/Makefile.bsd -PLIST_FILES= bin/${PORTNAME} PORTDOCS= README +PLIST_FILES= bin/${PORTNAME} -OPTIONS_DEFINE= USB DOCS +OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} From owner-svn-ports-head@freebsd.org Sun Feb 7 11:56:37 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8FD4DA9F86F; Sun, 7 Feb 2016 11:56:37 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 497277B1; Sun, 7 Feb 2016 11:56:37 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17BuaVT045949; Sun, 7 Feb 2016 11:56:36 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17Buard045947; Sun, 7 Feb 2016 11:56:36 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602071156.u17Buard045947@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 7 Feb 2016 11:56:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408384 - in head/graphics/synaesthesia: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 11:56:37 -0000 Author: amdmi3 Date: Sun Feb 7 11:56:36 2016 New Revision: 408384 URL: https://svnweb.freebsd.org/changeset/ports/408384 Log: - Clarify LICENSE - Add LICENSE_FILE - Switch to options helpers - Regenerate patches with `make makepatch` Modified: head/graphics/synaesthesia/Makefile head/graphics/synaesthesia/files/patch-configure Modified: head/graphics/synaesthesia/Makefile ============================================================================== --- head/graphics/synaesthesia/Makefile Sun Feb 7 11:56:26 2016 (r408383) +++ head/graphics/synaesthesia/Makefile Sun Feb 7 11:56:36 2016 (r408384) @@ -10,14 +10,15 @@ MASTER_SITES= http://www.logarithmic.net MAINTAINER= ports@FreeBSD.org COMMENT= Real-time graphical music representation program -LICENSE= GPLv2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING USES= alias gmake GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-sdl-prefix=${LOCALBASE} USE_SDL= sdl -PORTDOCS= README +PORTDOCS= * PLIST_FILES= bin/${PORTNAME} OPTIONS_DEFINE= DOCS @@ -28,7 +29,9 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include Modified: head/graphics/synaesthesia/files/patch-configure ============================================================================== --- head/graphics/synaesthesia/files/patch-configure Sun Feb 7 11:56:26 2016 (r408383) +++ head/graphics/synaesthesia/files/patch-configure Sun Feb 7 11:56:36 2016 (r408384) @@ -1,11 +1,11 @@ ---- configure.orig Sat May 26 11:34:45 2001 -+++ configure Sat May 26 11:34:50 2001 -@@ -785,8 +785,6 @@ - +--- configure.orig 2005-12-29 02:52:19 UTC ++++ configure +@@ -1664,8 +1664,6 @@ fi + ac_config_commands="$ac_config_commands default-1" -CXXFLAGS="-O4" -CFLAGS="-O4" - # Extract the first word of "gcc", so it can be a program name with args. - set dummy gcc; ac_word=$2 + ac_ext=c + ac_cpp='$CPP $CPPFLAGS' From owner-svn-ports-head@freebsd.org Sun Feb 7 11:56:52 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 42EB7A9F8A7; Sun, 7 Feb 2016 11:56:52 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1497B887; Sun, 7 Feb 2016 11:56:52 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17BupuH046054; Sun, 7 Feb 2016 11:56:51 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17BupFg046053; Sun, 7 Feb 2016 11:56:51 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602071156.u17BupFg046053@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 7 Feb 2016 11:56:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408385 - head/math/sc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 11:56:52 -0000 Author: marino Date: Sun Feb 7 11:56:50 2016 New Revision: 408385 URL: https://svnweb.freebsd.org/changeset/ports/408385 Log: math/sc: document ncurses requirement (USES+=ncurses) approved by: infrastructure blanket Modified: head/math/sc/Makefile Modified: head/math/sc/Makefile ============================================================================== --- head/math/sc/Makefile Sun Feb 7 11:56:36 2016 (r408384) +++ head/math/sc/Makefile Sun Feb 7 11:56:50 2016 (r408385) @@ -10,6 +10,8 @@ MASTER_SITES= SUNSITE/apps/financial/spr MAINTAINER= johans@FreeBSD.org COMMENT= Curses-based spreadsheet program +USES= ncurses + post-patch: @${REINPLACE_CMD} -e '/^prefix=/s,=.*,=$${PREFIX},' \ -e '/^CC=/s,=.*,=${CC},' \ From owner-svn-ports-head@freebsd.org Sun Feb 7 11:57:48 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1E7EAA9F8F5; Sun, 7 Feb 2016 11:57:48 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E6B68964; Sun, 7 Feb 2016 11:57:47 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17Bvk1g046182; Sun, 7 Feb 2016 11:57:46 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17BvkQh046181; Sun, 7 Feb 2016 11:57:46 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602071157.u17BvkQh046181@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 7 Feb 2016 11:57:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408386 - head/math/spar X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 11:57:48 -0000 Author: marino Date: Sun Feb 7 11:57:46 2016 New Revision: 408386 URL: https://svnweb.freebsd.org/changeset/ports/408386 Log: math/spar: USES+= ncurses, link with ncurses (not curses) Modified: head/math/spar/Makefile Modified: head/math/spar/Makefile ============================================================================== --- head/math/spar/Makefile Sun Feb 7 11:56:50 2016 (r408385) +++ head/math/spar/Makefile Sun Feb 7 11:57:46 2016 (r408386) @@ -10,7 +10,7 @@ MASTER_SITES= SF/${PORTNAME}/Spar/${PORT MAINTAINER= ports@FreeBSD.org COMMENT= Modular math parser -USES= libtool readline +USES= libtool ncurses readline GNU_CONFIGURE= yes USE_CSTD= gnu89 USE_LDCONFIG= yes @@ -18,6 +18,7 @@ USE_LDCONFIG= yes post-patch: @${REINPLACE_CMD} -e "s,-ldl,,g" \ ${WRKSRC}/lib/Makefile.in ${WRKSRC}/lib/module/Makefile.in + @${REINPLACE_CMD} -e 's|-lcurses|-lncurses|' ${WRKSRC}/configure post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so From owner-svn-ports-head@freebsd.org Sun Feb 7 11:58:43 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 31A89A9F989; Sun, 7 Feb 2016 11:58:43 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0480CA41; Sun, 7 Feb 2016 11:58:42 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17BwgDS046307; Sun, 7 Feb 2016 11:58:42 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17Bwgjl046306; Sun, 7 Feb 2016 11:58:42 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602071158.u17Bwgjl046306@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 7 Feb 2016 11:58:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408387 - head/math/orpie X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 11:58:43 -0000 Author: marino Date: Sun Feb 7 11:58:41 2016 New Revision: 408387 URL: https://svnweb.freebsd.org/changeset/ports/408387 Log: math/orpie: USES+= ncurses Modified: head/math/orpie/Makefile Modified: head/math/orpie/Makefile ============================================================================== --- head/math/orpie/Makefile Sun Feb 7 11:57:46 2016 (r408386) +++ head/math/orpie/Makefile Sun Feb 7 11:58:41 2016 (r408387) @@ -14,7 +14,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libgsl.so:${PORTSDIR}/math/gsl -USES= gmake +USES= gmake ncurses USE_OCAML= yes USE_OCAML_CAMLP4=yes GNU_CONFIGURE= yes From owner-svn-ports-head@freebsd.org Sun Feb 7 11:59:49 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 74436A9F9E9; Sun, 7 Feb 2016 11:59:49 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4366BB1B; Sun, 7 Feb 2016 11:59:49 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17BxmFW046439; Sun, 7 Feb 2016 11:59:48 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17Bxmrx046438; Sun, 7 Feb 2016 11:59:48 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602071159.u17Bxmrx046438@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 7 Feb 2016 11:59:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408388 - head/graphics/icon-slicer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 11:59:49 -0000 Author: amdmi3 Date: Sun Feb 7 11:59:48 2016 New Revision: 408388 URL: https://svnweb.freebsd.org/changeset/ports/408388 Log: - Fix LICENSE - Switch to USES=localbase - Switch to options helpers Modified: head/graphics/icon-slicer/Makefile Modified: head/graphics/icon-slicer/Makefile ============================================================================== --- head/graphics/icon-slicer/Makefile Sun Feb 7 11:58:41 2016 (r408387) +++ head/graphics/icon-slicer/Makefile Sun Feb 7 11:59:48 2016 (r408388) @@ -10,25 +10,23 @@ MASTER_SITES= http://www.freedesktop.org MAINTAINER= ports@FreeBSD.org COMMENT= Utility for generating icon and cursor themes -LICENSE= GPLv2 +LICENSE= MIT # in readme and sources; COPYING seem to be unrelated LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt -USES= pkgconfig +USES= localbase pkgconfig USE_GNOME= gtk20 GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +PORTDOCS= AUTHORS ChangeLog README PLIST_FILES= bin/${PORTNAME} -PORTDOCS= AUTHORS ChangeLog README OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS/ s|examples||' ${WRKSRC}/Makefile.in -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} From owner-svn-ports-head@freebsd.org Sun Feb 7 12:02:04 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C314BAA020D; Sun, 7 Feb 2016 12:02:04 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7B907FF6; Sun, 7 Feb 2016 12:02:04 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17C23nC049194; Sun, 7 Feb 2016 12:02:03 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17C23uY049193; Sun, 7 Feb 2016 12:02:03 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602071202.u17C23uY049193@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 7 Feb 2016 12:02:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408389 - head/graphics/rayshade X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 12:02:04 -0000 Author: amdmi3 Date: Sun Feb 7 12:02:03 2016 New Revision: 408389 URL: https://svnweb.freebsd.org/changeset/ports/408389 Log: - Add LICENSE; commercial distribution is not allowed - Switch to options helpers Modified: head/graphics/rayshade/Makefile Modified: head/graphics/rayshade/Makefile ============================================================================== --- head/graphics/rayshade/Makefile Sun Feb 7 11:59:48 2016 (r408388) +++ head/graphics/rayshade/Makefile Sun Feb 7 12:02:03 2016 (r408389) @@ -3,21 +3,24 @@ PORTNAME= rayshade PORTVERSION= 4.0.6 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics MASTER_SITES= http://ccl.net/cca/software/SOURCES/C/rayshade/ \ http://www.mirrorservice.org/sites/graphics.stanford.edu/pub/rayshade/ \ ftp://graphics.stanford.edu/pub/rayshade/ -DISTFILES= ${PORTNAME}.${PORTVERSION}.tar.Z ${GUIDE_PS_Z} +DISTFILES= ${PORTNAME}.${PORTVERSION}.tar.Z DIST_SUBDIR= rayshade EXTRACT_ONLY= ${PORTNAME}.${PORTVERSION}.tar.Z MAINTAINER= ports@FreeBSD.org COMMENT= Extensible system for creating ray-traced images -BUILD_DEPENDS= $(LOCALBASE)/lib/librle.a:${PORTSDIR}/graphics/urt +LICENSE= rayshade +LICENSE_NAME= Rayshade license +LICENSE_FILE= ${WRKSRC}/Doc/Copyright +LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept -OPTIONS_DEFINE= DOCS EXAMPLES +BUILD_DEPENDS= $(LOCALBASE)/lib/librle.a:${PORTSDIR}/graphics/urt WRKSRC= ${WRKDIR}/${PORTNAME}.${PORTVERSION:R} @@ -29,11 +32,10 @@ PORTDOCS= * PORTEXAMPLES= * PLIST_FILES= bin/rayshade -.include +OPTIONS_DEFINE= DOCS EXAMPLES +DOCS_DISTFILES= guide.ps.Z -.if ${PORT_OPTIONS:MDOCS} -GUIDE_PS_Z= guide.ps.Z -.endif +.include .if defined(BATCH) || defined(PACKAGE_BUILDING) CONFIGURE_ARGS= < ${WRKDIR}/config.ans @@ -48,15 +50,16 @@ pre-configure: < ${FILESDIR}/config.ans > ${WRKDIR}/config.ans do-install: - (cd ${WRKSRC}/rayshade && ${INSTALL_PROGRAM} rayshade \ - ${STAGEDIR}${PREFIX}/bin) -.if ${PORT_OPTIONS:MDOCS} + ${INSTALL_PROGRAM} ${WRKSRC}/rayshade/rayshade \ + ${STAGEDIR}${PREFIX}/bin + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - (cd ${DISTDIR}/${DIST_SUBDIR} && ${INSTALL_DATA} ${GUIDE_PS_Z} \ - ${STAGEDIR}${DOCSDIR}) -.endif + ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/guide.ps.Z \ + ${STAGEDIR}${DOCSDIR} + +do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - (cd ${WRKSRC}/Examples && ${INSTALL_DATA} * \ - ${STAGEDIR}${EXAMPLESDIR}) + ${INSTALL_DATA} ${WRKSRC}/Examples/* ${STAGEDIR}${EXAMPLESDIR} .include From owner-svn-ports-head@freebsd.org Sun Feb 7 12:52:21 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4AAEDAA1979; Sun, 7 Feb 2016 12:52:21 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1C912676; Sun, 7 Feb 2016 12:52:21 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17CqKTV063373; Sun, 7 Feb 2016 12:52:20 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17CqKIC063372; Sun, 7 Feb 2016 12:52:20 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602071252.u17CqKIC063372@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 7 Feb 2016 12:52:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408390 - head/audio/cd-console X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 12:52:21 -0000 Author: marino Date: Sun Feb 7 12:52:19 2016 New Revision: 408390 URL: https://svnweb.freebsd.org/changeset/ports/408390 Log: audio/cd-control: document ncurses rqmt (USES+=ncurses), respect LDFLAGS approved by: infrastructure blanket Modified: head/audio/cd-console/Makefile Modified: head/audio/cd-console/Makefile ============================================================================== --- head/audio/cd-console/Makefile Sun Feb 7 12:02:03 2016 (r408389) +++ head/audio/cd-console/Makefile Sun Feb 7 12:52:19 2016 (r408390) @@ -9,7 +9,8 @@ MASTER_SITES= http://www.oskusoft.com/os MAINTAINER= jdunn@aquezada.com COMMENT= Curses-based console CD player -MAKE_ARGS= BINPATH=${STAGEDIR}${PREFIX}/bin +USES= ncurses +MAKE_ARGS= BINPATH=${STAGEDIR}${PREFIX}/bin LIBS="${LDFLAGS} -lncurses" PLIST_FILES= bin/cd-console From owner-svn-ports-head@freebsd.org Sun Feb 7 12:55:09 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E5052AA1A82; Sun, 7 Feb 2016 12:55:09 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 97A7D898; Sun, 7 Feb 2016 12:55:09 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17Ct8fg063606; Sun, 7 Feb 2016 12:55:08 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17Ct8GC063604; Sun, 7 Feb 2016 12:55:08 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602071255.u17Ct8GC063604@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 7 Feb 2016 12:55:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408391 - head/audio/cmp3/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 12:55:10 -0000 Author: marino Date: Sun Feb 7 12:55:08 2016 New Revision: 408391 URL: https://svnweb.freebsd.org/changeset/ports/408391 Log: audio/cmp3: respect LDFLAGS, bring in dports patch for DF. Added: head/audio/cmp3/files/patch-cmp3.h (contents, props changed) Modified: head/audio/cmp3/files/patch-Makefile.in Modified: head/audio/cmp3/files/patch-Makefile.in ============================================================================== --- head/audio/cmp3/files/patch-Makefile.in Sun Feb 7 12:52:19 2016 (r408390) +++ head/audio/cmp3/files/patch-Makefile.in Sun Feb 7 12:55:08 2016 (r408391) @@ -1,5 +1,5 @@ ---- Makefile.in.orig 2001-07-29 07:43:49.000000000 +0200 -+++ Makefile.in 2014-05-08 00:46:44.189113048 +0200 +--- Makefile.in.orig 2001-07-29 05:43:49 UTC ++++ Makefile.in @@ -5,19 +5,19 @@ # initial_directory is now set in the config file mpg123_location := "mpg123" @@ -23,7 +23,7 @@ ## Define this for bufferring or add other parameters to mpg123 and ogg123 mpg123_params := -b 320 -@@ -35,14 +35,14 @@ +@@ -35,14 +35,14 @@ ogg123_params := -d oss VERSION="2.0pre6" WKGDIR=cmp3-kenrevs @@ -41,7 +41,16 @@ CC= @CC@ OBJS= cmp3common.o cmp3fileio.o cmp3manager.o cmp3curses.o \ cmp3llist.o cmp3main.o cmp3listfiles.o cmp3playlist.o cmp3volume.o \ -@@ -103,7 +103,7 @@ +@@ -83,7 +83,7 @@ shmdump: cmp3shmdump.c + $(CC) $(CFLAGS) cmp3shmdump.c -o cmp3shmdump + + cmp3: lib $(OBJS) +- $(CC) $(CFLAGS) $(OBJS) nevlib/libnev.a $(LIBS) -o cmp3 ++ $(CC) $(CFLAGS) $(OBJS) nevlib/libnev.a $(LDFLAGS) $(LIBS) -o cmp3 + + lib: + @$(MAKE) -C nevlib lib +@@ -103,7 +103,7 @@ tar: distclean install: rnmp3 cmp3 install -c -s cmp3 $(install_directory)/cmp3 install -c -s rnmp3 $(install_directory)/rnmp3 Added: head/audio/cmp3/files/patch-cmp3.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/cmp3/files/patch-cmp3.h Sun Feb 7 12:55:08 2016 (r408391) @@ -0,0 +1,11 @@ +--- cmp3.h.orig 2001-07-01 06:38:08.000000000 +0200 ++++ cmp3.h +@@ -1,7 +1,7 @@ + #ifndef _CMP3_H + #define _CMP3_H + +-#if defined(__FreeBSD__) ++#if defined(__FreeBSD__) || defined(__DragonFly__) + #include + #include + #else From owner-svn-ports-head@freebsd.org Sun Feb 7 12:56:57 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 353FDAA1B6C; Sun, 7 Feb 2016 12:56:57 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 03AF09F6; Sun, 7 Feb 2016 12:56:56 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17CutRt063755; Sun, 7 Feb 2016 12:56:55 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17Cut7c063754; Sun, 7 Feb 2016 12:56:55 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602071256.u17Cut7c063754@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 7 Feb 2016 12:56:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408392 - head/audio/funktrackergold X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 12:56:57 -0000 Author: marino Date: Sun Feb 7 12:56:55 2016 New Revision: 408392 URL: https://svnweb.freebsd.org/changeset/ports/408392 Log: audio/funktrackergold: USES+= ncurses Modified: head/audio/funktrackergold/Makefile Modified: head/audio/funktrackergold/Makefile ============================================================================== --- head/audio/funktrackergold/Makefile Sun Feb 7 12:55:08 2016 (r408391) +++ head/audio/funktrackergold/Makefile Sun Feb 7 12:56:55 2016 (r408392) @@ -14,7 +14,7 @@ OPTIONS_DEFINE= DOCS LICENSE= GPLv2 -USES= compiler:nestedfct tar:tgz +USES= compiler:nestedfct ncurses tar:tgz WRKSRC= ${WRKDIR}/funkgold MAKE_ARGS= EXTRA_LDFLAGS="-lpthread" From owner-svn-ports-head@freebsd.org Sun Feb 7 12:57:47 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D3E6DAA1BE9; Sun, 7 Feb 2016 12:57:47 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A8944AED; Sun, 7 Feb 2016 12:57:47 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17Cvkvu063880; Sun, 7 Feb 2016 12:57:46 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17Cvk1O063879; Sun, 7 Feb 2016 12:57:46 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602071257.u17Cvk1O063879@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 7 Feb 2016 12:57:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408393 - head/audio/juke X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 12:57:47 -0000 Author: marino Date: Sun Feb 7 12:57:46 2016 New Revision: 408393 URL: https://svnweb.freebsd.org/changeset/ports/408393 Log: audio/juke: USES+= ncurses Modified: head/audio/juke/Makefile Modified: head/audio/juke/Makefile ============================================================================== --- head/audio/juke/Makefile Sun Feb 7 12:56:55 2016 (r408392) +++ head/audio/juke/Makefile Sun Feb 7 12:57:46 2016 (r408393) @@ -10,6 +10,7 @@ MASTER_SITES= http://www.moll.no/oyvind/ MAINTAINER= ports@FreeBSD.org COMMENT= Simple (n)curses based juke box program +USES= ncurses GNU_CONFIGURE= yes SUB_FILES= pkg-message From owner-svn-ports-head@freebsd.org Sun Feb 7 12:58:59 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BEB23AA1C9A; Sun, 7 Feb 2016 12:58:59 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 90CEABD8; Sun, 7 Feb 2016 12:58:59 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17Cwwsp064015; Sun, 7 Feb 2016 12:58:58 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17CwwKZ064014; Sun, 7 Feb 2016 12:58:58 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602071258.u17CwwKZ064014@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 7 Feb 2016 12:58:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408394 - head/audio/ksmp3play X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 12:58:59 -0000 Author: marino Date: Sun Feb 7 12:58:58 2016 New Revision: 408394 URL: https://svnweb.freebsd.org/changeset/ports/408394 Log: audio/ksmp3play: USES+= ncurses, link with ncurses (not curses) Modified: head/audio/ksmp3play/Makefile Modified: head/audio/ksmp3play/Makefile ============================================================================== --- head/audio/ksmp3play/Makefile Sun Feb 7 12:57:46 2016 (r408393) +++ head/audio/ksmp3play/Makefile Sun Feb 7 12:58:58 2016 (r408394) @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libsmpeg.so:${PORTSDIR}/multimedia/smpeg GNU_CONFIGURE= yes -USES= pathfix +USES= ncurses pathfix USE_SDL= sdl NO_WRKSUBDIR= yes EXTRACT_AFTER_ARGS= --exclude CVS @@ -26,6 +26,9 @@ LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= DOCS +post-patch: + ${REINPLACE_CMD} -e 's|-lcurses|-lncurses|' ${WRKSRC}/configure + post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} From owner-svn-ports-head@freebsd.org Sun Feb 7 13:00:22 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 47406AA1CF4; Sun, 7 Feb 2016 13:00:22 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 16E9FCC3; Sun, 7 Feb 2016 13:00:22 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17D0Lmo064191; Sun, 7 Feb 2016 13:00:21 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17D0Lrv064190; Sun, 7 Feb 2016 13:00:21 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602071300.u17D0Lrv064190@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 7 Feb 2016 13:00:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408395 - head/audio/libnjb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 13:00:22 -0000 Author: marino Date: Sun Feb 7 13:00:20 2016 New Revision: 408395 URL: https://svnweb.freebsd.org/changeset/ports/408395 Log: audio/libnjb: USES+= ncurses, link with ncurses (not curses) Modified: head/audio/libnjb/Makefile Modified: head/audio/libnjb/Makefile ============================================================================== --- head/audio/libnjb/Makefile Sun Feb 7 12:58:58 2016 (r408394) +++ head/audio/libnjb/Makefile Sun Feb 7 13:00:20 2016 (r408395) @@ -13,7 +13,7 @@ COMMENT= C library, API for communicatin LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= pathfix libtool +USES= pathfix ncurses libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip @@ -33,5 +33,7 @@ post-patch: '/^SHOW_DIRECTORIES/d' ${WRKSRC}/doc/Doxyfile.in @${REINPLACE_CMD} -e \ '/pkgdocdir/s|-$$(VERSION)||g' ${WRKSRC}/doc/Makefile.in + @${REINPLACE_CMD} -e 's|-lcurses|-lncurses|' ${WRKSRC}/configure \ + ${WRKSRC}/sample/Makefile.am ${WRKSRC}/sample/Makefile.in .include From owner-svn-ports-head@freebsd.org Sun Feb 7 13:01:30 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 766FDAA1D87; Sun, 7 Feb 2016 13:01:30 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 467B4ED4; Sun, 7 Feb 2016 13:01:30 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17D1TGE066265; Sun, 7 Feb 2016 13:01:29 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17D1TGC066264; Sun, 7 Feb 2016 13:01:29 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602071301.u17D1TGC066264@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 7 Feb 2016 13:01:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408396 - head/audio/mikmod X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 13:01:30 -0000 Author: marino Date: Sun Feb 7 13:01:29 2016 New Revision: 408396 URL: https://svnweb.freebsd.org/changeset/ports/408396 Log: audio/mikmod: document ncurses requirement (USES+=ncurses) approved by: infrastructure blanket Modified: head/audio/mikmod/Makefile Modified: head/audio/mikmod/Makefile ============================================================================== --- head/audio/mikmod/Makefile Sun Feb 7 13:00:20 2016 (r408395) +++ head/audio/mikmod/Makefile Sun Feb 7 13:01:29 2016 (r408396) @@ -14,7 +14,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libmikmod.so:${PORTSDIR}/audio/libmikmod -USES= gmake +USES= gmake ncurses GNU_CONFIGURE= yes PLIST_FILES= bin/mikmod \ From owner-svn-ports-head@freebsd.org Sun Feb 7 13:02:18 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8B211AA1E89; Sun, 7 Feb 2016 13:02:18 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5D337101F; Sun, 7 Feb 2016 13:02:18 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17D2HEP067005; Sun, 7 Feb 2016 13:02:17 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17D2HoL067004; Sun, 7 Feb 2016 13:02:17 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602071302.u17D2HoL067004@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 7 Feb 2016 13:02:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408397 - head/audio/moc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 13:02:18 -0000 Author: marino Date: Sun Feb 7 13:02:17 2016 New Revision: 408397 URL: https://svnweb.freebsd.org/changeset/ports/408397 Log: audio/moc: document ncurses requirement (USES+=ncurses) approved by: infrastructure blanket Modified: head/audio/moc/Makefile Modified: head/audio/moc/Makefile ============================================================================== --- head/audio/moc/Makefile Sun Feb 7 13:01:29 2016 (r408396) +++ head/audio/moc/Makefile Sun Feb 7 13:02:17 2016 (r408397) @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl -USES= gmake libtool pkgconfig tar:bzip2 +USES= gmake libtool ncurses pkgconfig tar:bzip2 USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_BDB= yes From owner-svn-ports-head@freebsd.org Sun Feb 7 13:03:28 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EF314AA1F1A; Sun, 7 Feb 2016 13:03:28 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C22841139; Sun, 7 Feb 2016 13:03:28 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17D3RV3067139; Sun, 7 Feb 2016 13:03:27 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17D3RQA067138; Sun, 7 Feb 2016 13:03:27 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602071303.u17D3RQA067138@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 7 Feb 2016 13:03:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408398 - head/audio/mp-player X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 13:03:29 -0000 Author: marino Date: Sun Feb 7 13:03:27 2016 New Revision: 408398 URL: https://svnweb.freebsd.org/changeset/ports/408398 Log: audio/mp-player: document ncurses requirement (USES+=ncurses) approved by: infrastructure blanket Modified: head/audio/mp-player/Makefile Modified: head/audio/mp-player/Makefile ============================================================================== --- head/audio/mp-player/Makefile Sun Feb 7 13:02:17 2016 (r408397) +++ head/audio/mp-player/Makefile Sun Feb 7 13:03:27 2016 (r408398) @@ -14,6 +14,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libmikmod.so:${PORTSDIR}/audio/libmikmod +USES= ncurses CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lmikmod -lpthread -lncurses -lpanel DEFINES= -D_REENTRANT From owner-svn-ports-head@freebsd.org Sun Feb 7 13:05:14 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6B2A1AA1F80; Sun, 7 Feb 2016 13:05:14 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 392D5121D; Sun, 7 Feb 2016 13:05:14 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17D5DvY067295; Sun, 7 Feb 2016 13:05:13 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17D5Dln067294; Sun, 7 Feb 2016 13:05:13 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602071305.u17D5Dln067294@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 7 Feb 2016 13:05:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408399 - head/audio/mp3blaster X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 13:05:14 -0000 Author: marino Date: Sun Feb 7 13:05:12 2016 New Revision: 408399 URL: https://svnweb.freebsd.org/changeset/ports/408399 Log: audio/mp3blaster: document ncurses requirement (USES+=ncurses) approved by: infrastructure blanket Modified: head/audio/mp3blaster/Makefile Modified: head/audio/mp3blaster/Makefile ============================================================================== --- head/audio/mp3blaster/Makefile Sun Feb 7 13:03:27 2016 (r408398) +++ head/audio/mp3blaster/Makefile Sun Feb 7 13:05:12 2016 (r408399) @@ -10,7 +10,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME} MAINTAINER= novel@FreeBSD.org COMMENT= MP3 console ncurses-based player -USES= gmake +USES= gmake ncurses GNU_CONFIGURE= yes WANT_GNOME= yes CONFIGURE_ARGS= --with-cxxflags="${CXXFLAGS}" From owner-svn-ports-head@freebsd.org Sun Feb 7 13:07:00 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C434EAA0046; Sun, 7 Feb 2016 13:07:00 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9629D131E; Sun, 7 Feb 2016 13:07:00 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17D6xVs067443; Sun, 7 Feb 2016 13:06:59 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17D6xk7067442; Sun, 7 Feb 2016 13:06:59 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602071306.u17D6xk7067442@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 7 Feb 2016 13:06:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408400 - head/audio/mp3c X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 13:07:00 -0000 Author: marino Date: Sun Feb 7 13:06:59 2016 New Revision: 408400 URL: https://svnweb.freebsd.org/changeset/ports/408400 Log: audio/mp3c: document ncurses requirement (USES+=ncurses) approved by: infrastructure blanket Modified: head/audio/mp3c/Makefile Modified: head/audio/mp3c/Makefile ============================================================================== --- head/audio/mp3c/Makefile Sun Feb 7 13:05:12 2016 (r408399) +++ head/audio/mp3c/Makefile Sun Feb 7 13:06:59 2016 (r408400) @@ -16,6 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= mp3info:${PORTSDIR}/audio/mp3info \ cdrecord:${PORTSDIR}/sysutils/cdrtools +USES= ncurses HAS_CONFIGURE= yes CONFIGURE_ARGS= "--prefix=${PREFIX}" From owner-svn-ports-head@freebsd.org Sun Feb 7 13:08:15 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F1355AA00E6; Sun, 7 Feb 2016 13:08:15 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C106D1436; Sun, 7 Feb 2016 13:08:15 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17D8EZd067585; Sun, 7 Feb 2016 13:08:14 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17D8ExA067584; Sun, 7 Feb 2016 13:08:14 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602071308.u17D8ExA067584@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 7 Feb 2016 13:08:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408401 - head/audio/napster X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 13:08:16 -0000 Author: marino Date: Sun Feb 7 13:08:14 2016 New Revision: 408401 URL: https://svnweb.freebsd.org/changeset/ports/408401 Log: audio/napster: USES+= ncurses Modified: head/audio/napster/Makefile Modified: head/audio/napster/Makefile ============================================================================== --- head/audio/napster/Makefile Sun Feb 7 13:06:59 2016 (r408400) +++ head/audio/napster/Makefile Sun Feb 7 13:08:14 2016 (r408401) @@ -11,6 +11,7 @@ COMMENT?= MP3 sharing, search, and chat CONFLICTS?= ru-nap-* +USES= ncurses GNU_CONFIGURE= yes OPTIONS_DEFINE= DOCS From owner-svn-ports-head@freebsd.org Sun Feb 7 13:09:28 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A27D7AA017D; Sun, 7 Feb 2016 13:09:28 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 74BBD15AF; Sun, 7 Feb 2016 13:09:28 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17D9R3v067717; Sun, 7 Feb 2016 13:09:27 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17D9RQA067716; Sun, 7 Feb 2016 13:09:27 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602071309.u17D9RQA067716@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 7 Feb 2016 13:09:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408402 - head/audio/playmidi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 13:09:28 -0000 Author: marino Date: Sun Feb 7 13:09:27 2016 New Revision: 408402 URL: https://svnweb.freebsd.org/changeset/ports/408402 Log: audio/playmidi: USES+= ncurses Modified: head/audio/playmidi/Makefile Modified: head/audio/playmidi/Makefile ============================================================================== --- head/audio/playmidi/Makefile Sun Feb 7 13:08:14 2016 (r408401) +++ head/audio/playmidi/Makefile Sun Feb 7 13:09:27 2016 (r408402) @@ -12,6 +12,7 @@ COMMENT= MIDI player LICENSE= GPLv2 +USES= ncurses WRKSRC= ${WRKDIR}/${PORTNAME}-2.4 ONLY_FOR_ARCHS= i386 amd64 From owner-svn-ports-head@freebsd.org Sun Feb 7 13:11:08 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 680C7AA0202; Sun, 7 Feb 2016 13:11:08 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 36B2817C3; Sun, 7 Feb 2016 13:11:08 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17DB7hp067902; Sun, 7 Feb 2016 13:11:07 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17DB7kx067901; Sun, 7 Feb 2016 13:11:07 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602071311.u17DB7kx067901@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 7 Feb 2016 13:11:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408403 - head/audio/siren X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 13:11:08 -0000 Author: marino Date: Sun Feb 7 13:11:06 2016 New Revision: 408403 URL: https://svnweb.freebsd.org/changeset/ports/408403 Log: x11/xterm: document ncurses requirement (USES+=ncurses) while here: - fix tab alignment - link with ncurses, not curses approved by: infrastructure blanket Modified: head/audio/siren/Makefile Modified: head/audio/siren/Makefile ============================================================================== --- head/audio/siren/Makefile Sun Feb 7 13:09:27 2016 (r408402) +++ head/audio/siren/Makefile Sun Feb 7 13:11:06 2016 (r408403) @@ -12,13 +12,13 @@ COMMENT= Text-based audio player LICENSE= ISCL LIB_DEPENDS= libFLAC.so:${PORTSDIR}/audio/flac \ - libid3tag.so:${PORTSDIR}/audio/libid3tag \ - libmad.so:${PORTSDIR}/audio/libmad \ - libvorbis.so:${PORTSDIR}/audio/libvorbis \ - libwavpack.so:${PORTSDIR}/audio/wavpack \ - libopusfile.so:${PORTSDIR}/audio/opusfile + libid3tag.so:${PORTSDIR}/audio/libid3tag \ + libmad.so:${PORTSDIR}/audio/libmad \ + libvorbis.so:${PORTSDIR}/audio/libvorbis \ + libwavpack.so:${PORTSDIR}/audio/wavpack \ + libopusfile.so:${PORTSDIR}/audio/opusfile -USES= ncurses pkgconfig +USES= ncurses pkgconfig HAS_CONFIGURE= yes USE_CSTD= c99 @@ -31,12 +31,15 @@ PULSEAUDIO_CONFIGURE_ON= oss=no pulse=ye OPTIONS_SUB= yes CONFIGURE_ARGS= sndfile=no \ - alsa=no \ - ao=no \ - sndio=no \ - sun=no \ - portaudio=no \ - aac=no + alsa=no \ + ao=no \ + sndio=no \ + sun=no \ + portaudio=no \ + aac=no + +post-patch: + @${REINPLACE_CMD} -e 's|-lcurses|-lncurses|' ${WRKSRC}/configure post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/siren From owner-svn-ports-head@freebsd.org Sun Feb 7 13:16:28 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F2036AA0433; Sun, 7 Feb 2016 13:16:28 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A60E41ACA; Sun, 7 Feb 2016 13:16:28 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17DGRAL070734; Sun, 7 Feb 2016 13:16:27 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17DGRA8070732; Sun, 7 Feb 2016 13:16:27 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602071316.u17DGRA8070732@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 7 Feb 2016 13:16:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408404 - in head/audio/streamripper: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 13:16:29 -0000 Author: marino Date: Sun Feb 7 13:16:27 2016 New Revision: 408404 URL: https://svnweb.freebsd.org/changeset/ports/408404 Log: audio/streamripper: USES+= ncurses, respect LDFLAGS Also: * bring in dports patch to support DF * Modify build to avoid potential name clash with menu.h (the same file name exists on ncurses, common issue) Added: head/audio/streamripper/files/ head/audio/streamripper/files/patch-cdk-5.0-20060507_configure (contents, props changed) Modified: head/audio/streamripper/Makefile Modified: head/audio/streamripper/Makefile ============================================================================== --- head/audio/streamripper/Makefile Sun Feb 7 13:11:06 2016 (r408403) +++ head/audio/streamripper/Makefile Sun Feb 7 13:16:27 2016 (r408404) @@ -21,7 +21,7 @@ LIB_DEPENDS= libmad.so:${PORTSDIR}/audio OPTIONS_DEFINE= FAAD VORBIS OPTIONS_DEFAULT=FAAD VORBIS -USES= iconv pkgconfig +USES= iconv ncurses pkgconfig USE_GNOME= glib20 GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-included-libmad \ @@ -47,12 +47,17 @@ VORBIS_LIB_DEPENDS= libvorbis.so:${PORTS post-extract: ${MV} ${WRKDIR}/cdk-${CDK_VERSION} ${WRKSRC} -post-patch: +xpost-patch: @${REINPLACE_CMD} -e '/if test/s|==|=|g' ${WRKSRC}/configure +# avoid potential name conflict with ncurses + @${LN} -sv ${WRKSRC}/cdk-5.0-20060507/include/menu.h \ + ${WRKSRC}/cdk-5.0-20060507/include/cdkmenu.h + @${REINPLACE_CMD} -e "s|||g" \ + ${WRKSRC}/cdk-5.0-20060507/include/cdk.h pre-configure: (cd ${WRKSRC}/cdk-${CDK_VERSION} && ${SETENV} CC="${CC}" \ - CFLAGS="${CFLAGS}" ${SH} ./configure) + CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" ${SH} ./configure) pre-build: (cd ${WRKSRC}/cdk-${CDK_VERSION} && ${SETENV} ${MAKE_ENV} \ Added: head/audio/streamripper/files/patch-cdk-5.0-20060507_configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/streamripper/files/patch-cdk-5.0-20060507_configure Sun Feb 7 13:16:27 2016 (r408404) @@ -0,0 +1,11 @@ +--- cdk-5.0-20060507/configure.orig 2005-12-28 22:41:24 UTC ++++ cdk-5.0-20060507/configure +@@ -1993,7 +1993,7 @@ case $host_os in #(vi + aix[45]*) #(vi + CPPFLAGS="$CPPFLAGS -D_ALL_SOURCE" + ;; +-freebsd*) #(vi ++freebsd*|dragonfly*) #(vi + # 5.x headers associate + # _XOPEN_SOURCE=600 with _POSIX_C_SOURCE=200112L + # _XOPEN_SOURCE=500 with _POSIX_C_SOURCE=199506L From owner-svn-ports-head@freebsd.org Sun Feb 7 13:18:32 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E5A2BAA054F; Sun, 7 Feb 2016 13:18:32 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B44131C14; Sun, 7 Feb 2016 13:18:32 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17DIVY5070899; Sun, 7 Feb 2016 13:18:31 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17DIVho070898; Sun, 7 Feb 2016 13:18:31 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602071318.u17DIVho070898@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 7 Feb 2016 13:18:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408405 - head/audio/stymulator X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 13:18:33 -0000 Author: marino Date: Sun Feb 7 13:18:31 2016 New Revision: 408405 URL: https://svnweb.freebsd.org/changeset/ports/408405 Log: audio/stymulator: document ncurses rqmt (USES+=ncurses), respect LDFLAGS approved by: infrastructure blanket Modified: head/audio/stymulator/Makefile Modified: head/audio/stymulator/Makefile ============================================================================== --- head/audio/stymulator/Makefile Sun Feb 7 13:16:27 2016 (r408404) +++ head/audio/stymulator/Makefile Sun Feb 7 13:18:31 2016 (r408405) @@ -14,7 +14,7 @@ COMMENT= Command-line Yamaha YM2149 (.ym LICENSE= GPLv2 -USES= dos2unix +USES= dos2unix ncurses MAKE_JOBS_UNSAFE= yes WRKSRC= ${WRKDIR}/${DISTNAME}/src @@ -23,6 +23,10 @@ MANPAGE1= ymplayer.1 ym2wav.1 PLIST_FILES= bin/ym2wav bin/ymplayer bin/stymulator man/man1/ymplayer.1.gz \ man/man1/ym2wav.1.gz +post-patch: + @${REINPLACE_CMD} -e 's|-lncurses|$$(LDFLAGS) -lncurses|' \ + ${WRKSRC}/Makefile + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ym2wav ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/ymplayer ${STAGEDIR}${PREFIX}/bin From owner-svn-ports-head@freebsd.org Sun Feb 7 13:21:15 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8332FAA0766; Sun, 7 Feb 2016 13:21:15 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 550A71E9F; Sun, 7 Feb 2016 13:21:15 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17DLEAr071088; Sun, 7 Feb 2016 13:21:14 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17DLEQ6071087; Sun, 7 Feb 2016 13:21:14 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602071321.u17DLEQ6071087@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 7 Feb 2016 13:21:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408406 - head/math/reduce X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 13:21:15 -0000 Author: marino Date: Sun Feb 7 13:21:14 2016 New Revision: 408406 URL: https://svnweb.freebsd.org/changeset/ports/408406 Log: math/reduce: document ncurses requirement (USES+=ncurses) while here: * simplify TARGET_SDIR so inclusion not required * add --build configure argument (from dports, no effect on fbsd) approved by: infrastructure blanket Modified: head/math/reduce/Makefile Modified: head/math/reduce/Makefile ============================================================================== --- head/math/reduce/Makefile Sun Feb 7 13:18:31 2016 (r408405) +++ head/math/reduce/Makefile Sun Feb 7 13:21:14 2016 (r408406) @@ -14,8 +14,9 @@ LICENSE= BSD2CLAUSE RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot -USES= autoreconf:build gmake tar:bzip2 - +USES= autoreconf:build gmake ncurses tar:bzip2 +TARGET_SDIR= ${ARCH:S/amd64/x86_64/}-unknown-${OPSYS:tl}${OSREL} +CONFIGURE_ARGS= --build=${TARGET_SDIR} WRKSRC= ${WRKDIR}/${DISTNAME} # Avoid GNU_CONFIGURE as it breaks staging @@ -47,12 +48,6 @@ LDFLAGS+= `freetype-config --libs` ONLY_FOR_ARCHS= amd64 .endif -.if ${ARCH} == "amd64" -TARGET_SDIR= x86_64-unknown-${OPSYS:tl}${OSREL} -.else -TARGET_SDIR= ${ARCH}-unknown-${OPSYS:tl}${OSREL} -.endif - .if ${PORT_OPTIONS:MCSL} REDUCE_BINS= ${WRKSRC}/cslbuild/${TARGET_SDIR} .else From owner-svn-ports-head@freebsd.org Sun Feb 7 13:24:20 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 28A35AA08F7; Sun, 7 Feb 2016 13:24:20 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E951EBD; Sun, 7 Feb 2016 13:24:19 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17DOJJV073853; Sun, 7 Feb 2016 13:24:19 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17DOJMx073852; Sun, 7 Feb 2016 13:24:19 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602071324.u17DOJMx073852@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 7 Feb 2016 13:24:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408407 - head/science/py-pysal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 13:24:20 -0000 Author: marino Date: Sun Feb 7 13:24:18 2016 New Revision: 408407 URL: https://svnweb.freebsd.org/changeset/ports/408407 Log: science/py-pysal: Avoid interactive build possibility This port checks the release date, and subtracts it from the current date. If the difference is more than 6 months, it interactively asks the user if they want to upgrade. The post-patch target removes this possibility, ensuring the port never reverts to an interactive build. approved by: infrastructure blanket (interactive builds discouraged) Modified: head/science/py-pysal/Makefile Modified: head/science/py-pysal/Makefile ============================================================================== --- head/science/py-pysal/Makefile Sun Feb 7 13:21:14 2016 (r408406) +++ head/science/py-pysal/Makefile Sun Feb 7 13:24:18 2016 (r408407) @@ -23,4 +23,8 @@ NO_ARCH= yes USE_PYTHON= autoplist concurrent distutils USES= python +post-patch: + @${REINPLACE_CMD} -e "s|check_stable=True|check_stable=False|" \ + ${WRKSRC}/pysal/config.py + .include From owner-svn-ports-head@freebsd.org Sun Feb 7 13:38:31 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C3FC2AA1034; Sun, 7 Feb 2016 13:38:31 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5FA5EA40; Sun, 7 Feb 2016 13:38:31 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17DcULD077097; Sun, 7 Feb 2016 13:38:30 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17DcUtE077092; Sun, 7 Feb 2016 13:38:30 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201602071338.u17DcUtE077092@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Sun, 7 Feb 2016 13:38:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408408 - in head/textproc: . kibana44 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 13:38:32 -0000 Author: junovitch Date: Sun Feb 7 13:38:29 2016 New Revision: 408408 URL: https://svnweb.freebsd.org/changeset/ports/408408 Log: New Port: textproc/kibana44 Repo copy textproc/kibana43 to textproc/kibana44: - Update PORTVERSION, PKGNAMESUFFIX, and distinfo for 4.4.0. Kibana is an open source (Apache Licensed), browser based analytics and search dashboard for Elasticsearch. Kibana is a snap to setup and start using. Kibana strives to be easy to get started with, while also being flexible and powerful, just like Elasticsearch. Kibana 4.4 is compatible with Elasticsearch 2.2.x. WWW: https://www.elastic.co/products/kibana Submitted by: Sergey Kozlov Differential Revision: D5222 Added: head/textproc/kibana44/ - copied from r408338, head/textproc/kibana43/ Modified: head/textproc/Makefile head/textproc/kibana44/Makefile head/textproc/kibana44/distinfo head/textproc/kibana44/pkg-descr head/textproc/kibana44/pkg-plist Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sun Feb 7 13:24:18 2016 (r408407) +++ head/textproc/Makefile Sun Feb 7 13:38:29 2016 (r408408) @@ -361,6 +361,7 @@ SUBDIR += kibana41 SUBDIR += kibana42 SUBDIR += kibana43 + SUBDIR += kibana44 SUBDIR += kmfl-european-latin SUBDIR += kmfl-khmer SUBDIR += kmfl-sil-ezra Modified: head/textproc/kibana44/Makefile ============================================================================== --- head/textproc/kibana43/Makefile Sun Feb 7 00:16:57 2016 (r408338) +++ head/textproc/kibana44/Makefile Sun Feb 7 13:38:29 2016 (r408408) @@ -1,8 +1,8 @@ # Created by: Sergey Kozlov # $FreeBSD$ -PORTVERSION= 4.3.1 -PKGNAMESUFFIX= 43 +PORTVERSION= 4.4.0 +PKGNAMESUFFIX= 44 MASTERDIR= ${.CURDIR}/../kibana42 PKGDIR= ${.CURDIR} DISTINFO_FILE= ${.CURDIR}/distinfo Modified: head/textproc/kibana44/distinfo ============================================================================== --- head/textproc/kibana43/distinfo Sun Feb 7 00:16:57 2016 (r408338) +++ head/textproc/kibana44/distinfo Sun Feb 7 13:38:29 2016 (r408408) @@ -1,2 +1,2 @@ -SHA256 (kibana-4.3.1-linux-x86.tar.gz) = fffc2325f1936f9bcedbc0812e2480f085f210229a6d2b5fbc40a3e8379ac8d3 -SIZE (kibana-4.3.1-linux-x86.tar.gz) = 29968948 +SHA256 (kibana-4.4.0-linux-x86.tar.gz) = 460909c0c1a34d7913a4aa3e9d60bf27235b1c42614116042cb3a24647ccb7f9 +SIZE (kibana-4.4.0-linux-x86.tar.gz) = 30437829 Modified: head/textproc/kibana44/pkg-descr ============================================================================== --- head/textproc/kibana43/pkg-descr Sun Feb 7 00:16:57 2016 (r408338) +++ head/textproc/kibana44/pkg-descr Sun Feb 7 13:38:29 2016 (r408408) @@ -3,6 +3,6 @@ dashboard for Elasticsearch. Kibana is a strives to be easy to get started with, while also being flexible and powerful, just like Elasticsearch. -Kibana 4.3 is compatible with Elasticsearch 2.1.x. +Kibana 4.4 is compatible with Elasticsearch 2.2.x. WWW: https://www.elastic.co/products/kibana Modified: head/textproc/kibana44/pkg-plist ============================================================================== --- head/textproc/kibana43/pkg-plist Sun Feb 7 00:16:57 2016 (r408338) +++ head/textproc/kibana44/pkg-plist Sun Feb 7 13:38:29 2016 (r408408) @@ -1,6 +1,7 @@ @sample etc/kibana.yml.sample %%WWWDIR%%/LICENSE.txt %%WWWDIR%%/README.txt +%%WWWDIR%%/node_modules/.bin/@bigfunger/decompress-zip %%WWWDIR%%/node_modules/.bin/autoprefixer %%WWWDIR%%/node_modules/.bin/babel %%WWWDIR%%/node_modules/.bin/babel-external-helpers @@ -18,6 +19,138 @@ %%WWWDIR%%/node_modules/.bin/rimraf %%WWWDIR%%/node_modules/.bin/semver %%WWWDIR%%/node_modules/.bin/webpack +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/README.md +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/bin/decompress-zip +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/lib/decompress-zip.js +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/lib/extractors.js +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/lib/file-details.js +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/lib/signatures.js +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/lib/structures.js +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/.bin/nopt +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/binary/.npmignore +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/binary/.travis.yml +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/binary/README.markdown +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/binary/example/buf.js +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/binary/example/parse.js +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/binary/example/stream.js +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/binary/index.js +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/binary/lib/vars.js +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/binary/node_modules/buffers/README.markdown +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/binary/node_modules/buffers/examples/slice.js +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/binary/node_modules/buffers/examples/splice.js +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/binary/node_modules/buffers/index.js +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/binary/node_modules/buffers/package.json +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/binary/node_modules/chainsaw/.npmignore +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/binary/node_modules/chainsaw/README.markdown +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/binary/node_modules/chainsaw/examples/add_do.js +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/binary/node_modules/chainsaw/examples/prompt.js +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/binary/node_modules/chainsaw/index.js +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/binary/node_modules/chainsaw/node_modules/traverse/.npmignore +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/binary/node_modules/chainsaw/node_modules/traverse/LICENSE +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/binary/node_modules/chainsaw/node_modules/traverse/README.markdown +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/binary/node_modules/chainsaw/node_modules/traverse/examples/json.js +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/binary/node_modules/chainsaw/node_modules/traverse/examples/leaves.js +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/binary/node_modules/chainsaw/node_modules/traverse/examples/negative.js +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/binary/node_modules/chainsaw/node_modules/traverse/examples/stringify.js +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/binary/node_modules/chainsaw/node_modules/traverse/index.js +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/binary/node_modules/chainsaw/node_modules/traverse/package.json +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/binary/node_modules/chainsaw/package.json +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/binary/package.json +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/binary/perf/loop.js +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/binary/perf/small.js +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/graceful-fs/.npmignore +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/graceful-fs/LICENSE +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/graceful-fs/README.md +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/graceful-fs/fs.js +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/graceful-fs/graceful-fs.js +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/graceful-fs/package.json +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/graceful-fs/polyfills.js +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/mkpath/.npmignore +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/mkpath/LICENSE +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/mkpath/README.md +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/mkpath/mkpath.js +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/mkpath/package.json +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/nopt/.npmignore +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/nopt/.travis.yml +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/nopt/LICENSE +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/nopt/README.md +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/nopt/bin/nopt.js +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/nopt/examples/my-program.js +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/nopt/lib/nopt.js +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/nopt/node_modules/abbrev/.npmignore +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/nopt/node_modules/abbrev/.travis.yml +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/nopt/node_modules/abbrev/CONTRIBUTING.md +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/nopt/node_modules/abbrev/LICENSE +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/nopt/node_modules/abbrev/README.md +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/nopt/node_modules/abbrev/abbrev.js +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/nopt/node_modules/abbrev/package.json +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/nopt/node_modules/abbrev/test.js +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/nopt/package.json +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/q/CHANGES.md +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/q/LICENSE +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/q/README.md +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/q/package.json +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/q/q.js +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/q/queue.js +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/readable-stream/.npmignore +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/readable-stream/LICENSE +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/readable-stream/README.md +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/readable-stream/duplex.js +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/readable-stream/float.patch +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/readable-stream/lib/_stream_duplex.js +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/readable-stream/lib/_stream_passthrough.js +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/readable-stream/lib/_stream_readable.js +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/readable-stream/lib/_stream_transform.js +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/readable-stream/lib/_stream_writable.js +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/readable-stream/node_modules/core-util-is/LICENSE +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/readable-stream/node_modules/core-util-is/README.md +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/readable-stream/node_modules/core-util-is/float.patch +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/readable-stream/node_modules/core-util-is/lib/util.js +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/readable-stream/node_modules/core-util-is/package.json +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/readable-stream/node_modules/core-util-is/test.js +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/readable-stream/node_modules/inherits/LICENSE +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/readable-stream/node_modules/inherits/README.md +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/readable-stream/node_modules/inherits/inherits.js +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/readable-stream/node_modules/inherits/inherits_browser.js +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/readable-stream/node_modules/inherits/package.json +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/readable-stream/node_modules/inherits/test.js +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/readable-stream/node_modules/isarray/README.md +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/readable-stream/node_modules/isarray/build/build.js +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/readable-stream/node_modules/isarray/component.json +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/readable-stream/node_modules/isarray/index.js +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/readable-stream/node_modules/isarray/package.json +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/readable-stream/node_modules/string_decoder/.npmignore +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/readable-stream/node_modules/string_decoder/LICENSE +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/readable-stream/node_modules/string_decoder/README.md +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/readable-stream/node_modules/string_decoder/index.js +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/readable-stream/node_modules/string_decoder/package.json +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/readable-stream/package.json +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/readable-stream/passthrough.js +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/readable-stream/readable.js +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/readable-stream/transform.js +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/readable-stream/writable.js +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/touch/LICENSE +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/touch/README.md +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/touch/bin/touch.js +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/touch/node_modules/.bin/nopt +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/touch/node_modules/nopt/.npmignore +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/touch/node_modules/nopt/LICENSE +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/touch/node_modules/nopt/README.md +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/touch/node_modules/nopt/bin/nopt.js +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/touch/node_modules/nopt/examples/my-program.js +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/touch/node_modules/nopt/lib/nopt.js +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/touch/node_modules/nopt/node_modules/abbrev/.npmignore +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/touch/node_modules/nopt/node_modules/abbrev/.travis.yml +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/touch/node_modules/nopt/node_modules/abbrev/CONTRIBUTING.md +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/touch/node_modules/nopt/node_modules/abbrev/LICENSE +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/touch/node_modules/nopt/node_modules/abbrev/README.md +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/touch/node_modules/nopt/node_modules/abbrev/abbrev.js +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/touch/node_modules/nopt/node_modules/abbrev/package.json +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/touch/node_modules/nopt/node_modules/abbrev/test.js +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/touch/node_modules/nopt/package.json +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/touch/package.json +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/node_modules/touch/touch.js +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/package.json %%WWWDIR%%/node_modules/@spalger/angular-bootstrap/package.json %%WWWDIR%%/node_modules/@spalger/angular-bootstrap/ui-bootstrap-tpls.js %%WWWDIR%%/node_modules/@spalger/angular-bootstrap/ui-bootstrap-tpls.min.js @@ -4215,6 +4348,74 @@ %%WWWDIR%%/node_modules/chalk/node_modules/supports-color/readme.md %%WWWDIR%%/node_modules/chalk/package.json %%WWWDIR%%/node_modules/chalk/readme.md +%%WWWDIR%%/node_modules/clipboard/contributing.md +%%WWWDIR%%/node_modules/clipboard/dist/clipboard.js +%%WWWDIR%%/node_modules/clipboard/dist/clipboard.min.js +%%WWWDIR%%/node_modules/clipboard/lib/clipboard-action.js +%%WWWDIR%%/node_modules/clipboard/lib/clipboard.js +%%WWWDIR%%/node_modules/clipboard/node_modules/good-listener/.editorconfig +%%WWWDIR%%/node_modules/clipboard/node_modules/good-listener/.npmignore +%%WWWDIR%%/node_modules/clipboard/node_modules/good-listener/.travis.yml +%%WWWDIR%%/node_modules/clipboard/node_modules/good-listener/bower.json +%%WWWDIR%%/node_modules/clipboard/node_modules/good-listener/demo/destroy.html +%%WWWDIR%%/node_modules/clipboard/node_modules/good-listener/demo/multiple.html +%%WWWDIR%%/node_modules/clipboard/node_modules/good-listener/demo/node.html +%%WWWDIR%%/node_modules/clipboard/node_modules/good-listener/demo/nodelist.html +%%WWWDIR%%/node_modules/clipboard/node_modules/good-listener/demo/selector.html +%%WWWDIR%%/node_modules/clipboard/node_modules/good-listener/dist/good-listener.js +%%WWWDIR%%/node_modules/clipboard/node_modules/good-listener/karma.conf.js +%%WWWDIR%%/node_modules/clipboard/node_modules/good-listener/node_modules/delegate/.editorconfig +%%WWWDIR%%/node_modules/clipboard/node_modules/good-listener/node_modules/delegate/.npmignore +%%WWWDIR%%/node_modules/clipboard/node_modules/good-listener/node_modules/delegate/bower.json +%%WWWDIR%%/node_modules/clipboard/node_modules/good-listener/node_modules/delegate/demo/delegate.html +%%WWWDIR%%/node_modules/clipboard/node_modules/good-listener/node_modules/delegate/demo/multiple.html +%%WWWDIR%%/node_modules/clipboard/node_modules/good-listener/node_modules/delegate/demo/undelegate.html +%%WWWDIR%%/node_modules/clipboard/node_modules/good-listener/node_modules/delegate/dist/delegate.js +%%WWWDIR%%/node_modules/clipboard/node_modules/good-listener/node_modules/delegate/karma.conf.js +%%WWWDIR%%/node_modules/clipboard/node_modules/good-listener/node_modules/delegate/node_modules/closest/.npmignore +%%WWWDIR%%/node_modules/clipboard/node_modules/good-listener/node_modules/delegate/node_modules/closest/README.md +%%WWWDIR%%/node_modules/clipboard/node_modules/good-listener/node_modules/delegate/node_modules/closest/component.json +%%WWWDIR%%/node_modules/clipboard/node_modules/good-listener/node_modules/delegate/node_modules/closest/index.js +%%WWWDIR%%/node_modules/clipboard/node_modules/good-listener/node_modules/delegate/node_modules/closest/node_modules/matches-selector/.npmignore +%%WWWDIR%%/node_modules/clipboard/node_modules/good-listener/node_modules/delegate/node_modules/closest/node_modules/matches-selector/Makefile +%%WWWDIR%%/node_modules/clipboard/node_modules/good-listener/node_modules/delegate/node_modules/closest/node_modules/matches-selector/Readme.md +%%WWWDIR%%/node_modules/clipboard/node_modules/good-listener/node_modules/delegate/node_modules/closest/node_modules/matches-selector/component.json +%%WWWDIR%%/node_modules/clipboard/node_modules/good-listener/node_modules/delegate/node_modules/closest/node_modules/matches-selector/index.js +%%WWWDIR%%/node_modules/clipboard/node_modules/good-listener/node_modules/delegate/node_modules/closest/node_modules/matches-selector/package.json +%%WWWDIR%%/node_modules/clipboard/node_modules/good-listener/node_modules/delegate/node_modules/closest/package.json +%%WWWDIR%%/node_modules/clipboard/node_modules/good-listener/node_modules/delegate/package.json +%%WWWDIR%%/node_modules/clipboard/node_modules/good-listener/node_modules/delegate/readme.md +%%WWWDIR%%/node_modules/clipboard/node_modules/good-listener/node_modules/delegate/src/delegate.js +%%WWWDIR%%/node_modules/clipboard/node_modules/good-listener/package.json +%%WWWDIR%%/node_modules/clipboard/node_modules/good-listener/readme.md +%%WWWDIR%%/node_modules/clipboard/node_modules/good-listener/src/is.js +%%WWWDIR%%/node_modules/clipboard/node_modules/good-listener/src/listen.js +%%WWWDIR%%/node_modules/clipboard/node_modules/select/.editorconfig +%%WWWDIR%%/node_modules/clipboard/node_modules/select/.npmignore +%%WWWDIR%%/node_modules/clipboard/node_modules/select/.travis.yml +%%WWWDIR%%/node_modules/clipboard/node_modules/select/bower.json +%%WWWDIR%%/node_modules/clipboard/node_modules/select/demo/contenteditable.html +%%WWWDIR%%/node_modules/clipboard/node_modules/select/demo/disabled.html +%%WWWDIR%%/node_modules/clipboard/node_modules/select/demo/editable.html +%%WWWDIR%%/node_modules/clipboard/node_modules/select/demo/multiple.html +%%WWWDIR%%/node_modules/clipboard/node_modules/select/demo/nested.html +%%WWWDIR%%/node_modules/clipboard/node_modules/select/demo/non-editable.html +%%WWWDIR%%/node_modules/clipboard/node_modules/select/dist/select.js +%%WWWDIR%%/node_modules/clipboard/node_modules/select/karma.conf.js +%%WWWDIR%%/node_modules/clipboard/node_modules/select/package.json +%%WWWDIR%%/node_modules/clipboard/node_modules/select/readme.md +%%WWWDIR%%/node_modules/clipboard/node_modules/select/saucelabs.js +%%WWWDIR%%/node_modules/clipboard/node_modules/select/src/select.js +%%WWWDIR%%/node_modules/clipboard/node_modules/tiny-emitter/.npmignore +%%WWWDIR%%/node_modules/clipboard/node_modules/tiny-emitter/README.md +%%WWWDIR%%/node_modules/clipboard/node_modules/tiny-emitter/bower.json +%%WWWDIR%%/node_modules/clipboard/node_modules/tiny-emitter/dist/tinyemitter.js +%%WWWDIR%%/node_modules/clipboard/node_modules/tiny-emitter/dist/tinyemitter.min.js +%%WWWDIR%%/node_modules/clipboard/node_modules/tiny-emitter/index.js +%%WWWDIR%%/node_modules/clipboard/node_modules/tiny-emitter/package.json +%%WWWDIR%%/node_modules/clipboard/package.js +%%WWWDIR%%/node_modules/clipboard/package.json +%%WWWDIR%%/node_modules/clipboard/readme.md %%WWWDIR%%/node_modules/commander/History.md %%WWWDIR%%/node_modules/commander/LICENSE %%WWWDIR%%/node_modules/commander/Readme.md @@ -4355,6 +4556,10 @@ %%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/css-list/package.json %%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/decamelize/index.js %%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/decamelize/license +%%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/decamelize/node_modules/escape-string-regexp/index.js +%%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/decamelize/node_modules/escape-string-regexp/license +%%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/decamelize/node_modules/escape-string-regexp/package.json +%%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/decamelize/node_modules/escape-string-regexp/readme.md %%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/decamelize/package.json %%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/decamelize/readme.md %%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/defined/.travis.yml @@ -4425,9 +4630,9 @@ %%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/postcss-colormin/node_modules/color/node_modules/color-string/LICENSE %%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/postcss-colormin/node_modules/color/node_modules/color-string/README.md %%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/postcss-colormin/node_modules/color/node_modules/color-string/color-string.js +%%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/postcss-colormin/node_modules/color/node_modules/color-string/node_modules/color-name/LICENSE %%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/postcss-colormin/node_modules/color/node_modules/color-string/node_modules/color-name/README.md -%%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/postcss-colormin/node_modules/color/node_modules/color-string/node_modules/color-name/UNLICENSE -%%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/postcss-colormin/node_modules/color/node_modules/color-string/node_modules/color-name/index.json +%%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/postcss-colormin/node_modules/color/node_modules/color-string/node_modules/color-name/index.js %%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/postcss-colormin/node_modules/color/node_modules/color-string/node_modules/color-name/package.json %%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/postcss-colormin/node_modules/color/node_modules/color-string/package.json %%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/postcss-colormin/node_modules/color/package.json @@ -4440,6 +4645,28 @@ %%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/postcss-colormin/node_modules/colormin/dist/lib/toLonghand.js %%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/postcss-colormin/node_modules/colormin/dist/lib/toShorthand.js %%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/postcss-colormin/node_modules/colormin/dist/lib/trimLeadingZero.js +%%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/postcss-colormin/node_modules/colormin/node_modules/color/CHANGELOG.md +%%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/postcss-colormin/node_modules/colormin/node_modules/color/LICENSE +%%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/postcss-colormin/node_modules/colormin/node_modules/color/README.md +%%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/postcss-colormin/node_modules/colormin/node_modules/color/index.js +%%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/postcss-colormin/node_modules/colormin/node_modules/color/node_modules/color-convert/.travis.yml +%%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/postcss-colormin/node_modules/colormin/node_modules/color/node_modules/color-convert/CHANGELOG.md +%%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/postcss-colormin/node_modules/colormin/node_modules/color/node_modules/color-convert/LICENSE +%%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/postcss-colormin/node_modules/colormin/node_modules/color/node_modules/color-convert/README.md +%%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/postcss-colormin/node_modules/colormin/node_modules/color/node_modules/color-convert/component.json +%%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/postcss-colormin/node_modules/colormin/node_modules/color/node_modules/color-convert/conversions.js +%%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/postcss-colormin/node_modules/colormin/node_modules/color/node_modules/color-convert/index.js +%%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/postcss-colormin/node_modules/colormin/node_modules/color/node_modules/color-convert/package.json +%%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/postcss-colormin/node_modules/colormin/node_modules/color/node_modules/color-string/CHANGELOG.md +%%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/postcss-colormin/node_modules/colormin/node_modules/color/node_modules/color-string/LICENSE +%%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/postcss-colormin/node_modules/colormin/node_modules/color/node_modules/color-string/README.md +%%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/postcss-colormin/node_modules/colormin/node_modules/color/node_modules/color-string/color-string.js +%%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/postcss-colormin/node_modules/colormin/node_modules/color/node_modules/color-string/node_modules/color-name/LICENSE +%%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/postcss-colormin/node_modules/colormin/node_modules/color/node_modules/color-string/node_modules/color-name/README.md +%%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/postcss-colormin/node_modules/colormin/node_modules/color/node_modules/color-string/node_modules/color-name/index.js +%%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/postcss-colormin/node_modules/colormin/node_modules/color/node_modules/color-string/node_modules/color-name/package.json +%%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/postcss-colormin/node_modules/colormin/node_modules/color/node_modules/color-string/package.json +%%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/postcss-colormin/node_modules/colormin/node_modules/color/package.json %%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/postcss-colormin/node_modules/colormin/node_modules/css-color-names/Makefile %%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/postcss-colormin/node_modules/colormin/node_modules/css-color-names/README.md %%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/postcss-colormin/node_modules/colormin/node_modules/css-color-names/css-color-names.json @@ -5717,17 +5944,6 @@ %%WWWDIR%%/node_modules/good/node_modules/traverse/package.json %%WWWDIR%%/node_modules/good/node_modules/traverse/readme.markdown %%WWWDIR%%/node_modules/good/node_modules/traverse/testling/leaves.js -%%WWWDIR%%/node_modules/good/node_modules/wreck/.npmignore -%%WWWDIR%%/node_modules/good/node_modules/wreck/.travis.yml -%%WWWDIR%%/node_modules/good/node_modules/wreck/CONTRIBUTING.md -%%WWWDIR%%/node_modules/good/node_modules/wreck/LICENSE -%%WWWDIR%%/node_modules/good/node_modules/wreck/README.md -%%WWWDIR%%/node_modules/good/node_modules/wreck/images/wreck.png -%%WWWDIR%%/node_modules/good/node_modules/wreck/lib/index.js -%%WWWDIR%%/node_modules/good/node_modules/wreck/lib/payload.js -%%WWWDIR%%/node_modules/good/node_modules/wreck/lib/recorder.js -%%WWWDIR%%/node_modules/good/node_modules/wreck/lib/tap.js -%%WWWDIR%%/node_modules/good/node_modules/wreck/package.json %%WWWDIR%%/node_modules/good/package.json %%WWWDIR%%/node_modules/gridster/.bowerrc %%WWWDIR%%/node_modules/gridster/.npmignore @@ -6889,6 +7105,10 @@ %%WWWDIR%%/node_modules/jade/node_modules/uglify-js/node_modules/yargs/node_modules/cliui/package.json %%WWWDIR%%/node_modules/jade/node_modules/uglify-js/node_modules/yargs/node_modules/decamelize/index.js %%WWWDIR%%/node_modules/jade/node_modules/uglify-js/node_modules/yargs/node_modules/decamelize/license +%%WWWDIR%%/node_modules/jade/node_modules/uglify-js/node_modules/yargs/node_modules/decamelize/node_modules/escape-string-regexp/index.js +%%WWWDIR%%/node_modules/jade/node_modules/uglify-js/node_modules/yargs/node_modules/decamelize/node_modules/escape-string-regexp/license +%%WWWDIR%%/node_modules/jade/node_modules/uglify-js/node_modules/yargs/node_modules/decamelize/node_modules/escape-string-regexp/package.json +%%WWWDIR%%/node_modules/jade/node_modules/uglify-js/node_modules/yargs/node_modules/decamelize/node_modules/escape-string-regexp/readme.md %%WWWDIR%%/node_modules/jade/node_modules/uglify-js/node_modules/yargs/node_modules/decamelize/package.json %%WWWDIR%%/node_modules/jade/node_modules/uglify-js/node_modules/yargs/node_modules/decamelize/readme.md %%WWWDIR%%/node_modules/jade/node_modules/uglify-js/node_modules/yargs/node_modules/window-size/LICENSE-MIT @@ -7233,6 +7453,864 @@ %%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/lib/help/added_formatters.js %%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/lib/help/formatter.js %%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/lib/namespace.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/LICENSE +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/README.md +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_Hash.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_LazyWrapper.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_LodashWrapper.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_Map.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_MapCache.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_Reflect.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_Set.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_SetCache.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_Stack.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_Symbol.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_Uint8Array.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_WeakMap.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_addMapEntry.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_addSetEntry.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_apply.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_arrayAggregator.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_arrayConcat.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_arrayEach.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_arrayEachRight.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_arrayEvery.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_arrayFilter.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_arrayIncludes.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_arrayIncludesWith.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_arrayMap.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_arrayPush.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_arrayReduce.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_arrayReduceRight.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_arraySome.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_assignInDefaults.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_assignMergeValue.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_assignValue.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_assocDelete.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_assocGet.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_assocHas.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_assocIndexOf.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_assocSet.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseAggregator.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseAssign.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseAt.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseClamp.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseClone.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseConforms.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseCreate.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseDelay.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseDifference.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseEach.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseEachRight.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseEvery.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseExtremum.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseFill.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseFilter.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseFind.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseFindIndex.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseFlatten.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseFor.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseForIn.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseForOwn.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseForOwnRight.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseForRight.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseFunctions.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseGet.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseHas.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseHasIn.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseInRange.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseIndexOf.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseIntersection.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseInverter.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseInvoke.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseIsEqual.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseIsEqualDeep.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseIsMatch.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseIteratee.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseKeys.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseKeysIn.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseLodash.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseMap.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseMatches.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseMatchesProperty.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseMerge.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseMergeDeep.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseOrderBy.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_basePick.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_basePickBy.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseProperty.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_basePropertyDeep.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_basePullAll.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_basePullAllBy.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_basePullAt.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseRandom.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseRange.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseReduce.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseSet.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseSetData.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseSlice.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseSome.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseSortBy.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseSortedIndex.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseSortedIndexBy.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseSortedUniq.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseSortedUniqBy.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseSum.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseTimes.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseToPairs.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseToPath.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseUnary.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseUniq.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseUnset.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseValues.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseWhile.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseWrapperValue.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseXor.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseZipObject.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_cacheHas.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_cachePush.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_charsEndIndex.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_charsStartIndex.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_cloneBuffer.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_cloneMap.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_cloneRegExp.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_cloneSet.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_cloneSymbol.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_cloneTypedArray.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_compareAscending.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_compareMultiple.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_composeArgs.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_composeArgsRight.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_copyArray.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_copyObject.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_copyObjectWith.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_copySymbols.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_createAggregator.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_createAssigner.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_createBaseEach.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_createBaseFor.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_createBaseWrapper.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_createCaseFirst.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_createCompounder.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_createCtorWrapper.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_createCurryWrapper.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_createFlow.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_createHybridWrapper.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_createInverter.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_createOver.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_createPadding.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_createPartialWrapper.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_createRange.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_createRecurryWrapper.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_createRound.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_createSet.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_createWrapper.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_deburrLetter.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_equalArrays.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_equalByTag.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_equalObjects.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_escapeHtmlChar.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_escapeStringChar.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_getData.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_getFuncName.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_getLength.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_getMatchData.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_getNative.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_getSymbols.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_getTag.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_getView.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_hasPath.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_hashDelete.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_hashGet.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_hashHas.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_hashSet.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_indexKeys.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_indexOfNaN.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_initCloneArray.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_initCloneByTag.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_initCloneObject.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_isHostObject.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_isIndex.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_isIterateeCall.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_isKey.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_isKeyable.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_isLaziable.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_isPrototype.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_isStrictComparable.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_iteratorToArray.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_lazyClone.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_lazyReverse.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_lazyValue.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_mapClear.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_mapDelete.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_mapGet.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_mapHas.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_mapSet.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_mapToArray.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_mergeData.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_mergeDefaults.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_metaMap.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_nativeCreate.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_parent.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_reEscape.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_reEvaluate.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_reInterpolate.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_realNames.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_reorder.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_replaceHolders.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_setData.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_setToArray.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_stackClear.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_stackDelete.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_stackGet.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_stackHas.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_stackSet.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_stringSize.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_stringToArray.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_stringToPath.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_toArrayLikeObject.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_toFunction.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_unescapeHtmlChar.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_wrapperClone.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/add.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/after.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/array.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/ary.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/assign.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/assignIn.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/assignInWith.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/assignWith.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/at.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/attempt.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/before.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/bind.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/bindAll.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/bindKey.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/camelCase.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/capitalize.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/ceil.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/chain.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/chunk.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/clamp.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/clone.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/cloneDeep.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/cloneDeepWith.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/cloneWith.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/collection.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/commit.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/compact.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/concat.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/cond.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/conforms.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/constant.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/core.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/countBy.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/create.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/curry.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/curryRight.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/date.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/debounce.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/deburr.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/defaults.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/defaultsDeep.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/defer.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/delay.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/difference.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/differenceBy.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/differenceWith.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/drop.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/dropRight.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/dropRightWhile.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/dropWhile.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/each.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/eachRight.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/endsWith.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/eq.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/escape.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/escapeRegExp.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/every.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/extend.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/extendWith.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fill.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/filter.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/find.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/findIndex.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/findKey.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/findLast.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/findLastIndex.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/findLastKey.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/flatMap.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/flatten.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/flattenDeep.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/flip.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/floor.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/flow.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/flowRight.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/forEach.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/forEachRight.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/forIn.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/forInRight.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/forOwn.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/forOwnRight.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/_baseConvert.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/_convertBrowser.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/_mapping.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/_util.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/add.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/after.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/all.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/allPass.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/apply.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/array.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/ary.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/assign.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/assignIn.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/assignInWith.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/assignWith.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/at.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/attempt.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/before.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/bind.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/bindAll.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/bindKey.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/camelCase.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/capitalize.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/ceil.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/chain.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/chunk.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/clamp.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/clone.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/cloneDeep.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/cloneDeepWith.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/cloneWith.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/collection.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/commit.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/compact.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/compose.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/concat.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/cond.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/conforms.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/constant.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/contains.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/convert.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/countBy.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/create.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/curry.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/curryN.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/curryRight.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/curryRightN.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/date.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/debounce.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/deburr.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/defaults.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/defaultsDeep.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/defer.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/delay.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/difference.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/differenceBy.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/differenceWith.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/dissoc.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/drop.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/dropRight.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/dropRightWhile.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/dropWhile.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/each.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/eachRight.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/endsWith.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/eq.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/equals.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/escape.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/escapeRegExp.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/every.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/extend.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/extendWith.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/fill.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/filter.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/find.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/findIndex.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/findKey.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/findLast.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/findLastIndex.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/findLastKey.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/first.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/flatMap.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/flatten.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/flattenDeep.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/flip.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/floor.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/flow.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/flowRight.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/forEach.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/forEachRight.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/forIn.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/forInRight.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/forOwn.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/forOwnRight.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/fromPairs.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/function.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/functions.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/functionsIn.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/get.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/getOr.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/groupBy.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/gt.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/gte.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/has.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/hasIn.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/head.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/identity.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/inRange.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/includes.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/indexOf.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/init.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/initial.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/intersection.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/intersectionBy.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/intersectionWith.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/invert.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/invertBy.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/invoke.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/invokeMap.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/isArguments.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/isArray.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/isArrayLike.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/isArrayLikeObject.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/isBoolean.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/isDate.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/isElement.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/isEmpty.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/isEqual.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/isEqualWith.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/isError.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/isFinite.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/isFunction.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/isInteger.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/isLength.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/isMatch.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/isMatchWith.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/isNaN.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/isNative.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/isNil.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/isNull.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/isNumber.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/isObject.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/isObjectLike.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/isPlainObject.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/isRegExp.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/isSafeInteger.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/isString.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/isSymbol.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/isTypedArray.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/isUndefined.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/iteratee.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/join.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/kebabCase.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/keyBy.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/keys.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/keysIn.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/lang.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/last.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/lastIndexOf.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/lowerCase.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/lowerFirst.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/lt.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/lte.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/map.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/mapKeys.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/mapObj.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/mapValues.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/matches.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/matchesProperty.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/math.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/max.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/maxBy.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/mean.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/memoize.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/merge.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/mergeWith.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/method.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/methodOf.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/min.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/minBy.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/mixin.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/nAry.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/negate.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/next.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/noop.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/now.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/nthArg.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/number.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/object.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/omit.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/omitAll.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/omitBy.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/once.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/orderBy.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/over.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/overArgs.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/overEvery.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/overSome.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/pad.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/padEnd.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/padStart.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/parseInt.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/partial.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/partialRight.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/partition.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/path.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/pathEq.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/pathOr.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/pick.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/pickAll.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/pickBy.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/pipe.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/plant.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/prop.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/propOf.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/propOr.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/property.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/propertyOf.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/pull.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/pullAll.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/pullAllBy.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/pullAt.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/random.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/range.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/rangeRight.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/rearg.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/reduce.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/reduceRight.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/reject.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/remove.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/repeat.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/replace.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/rest.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/result.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/reverse.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/round.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/sample.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/sampleSize.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/seq.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/set.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/setWith.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/shuffle.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/size.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/slice.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/snakeCase.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/some.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/somePass.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/sortBy.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/sortedIndex.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/sortedIndexBy.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/sortedIndexOf.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/sortedLastIndex.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/sortedLastIndexBy.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/sortedLastIndexOf.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/sortedUniq.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/sortedUniqBy.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/split.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/spread.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/startCase.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/startsWith.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/string.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/subtract.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/sum.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/sumBy.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/tail.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/take.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/takeRight.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/takeRightWhile.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/takeWhile.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/tap.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/template.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/templateSettings.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/throttle.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/thru.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/times.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/toArray.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/toInteger.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/toIterator.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/toJSON.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/toLength.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/toLower.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/toNumber.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/toPairs.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/toPairsIn.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/toPath.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/toPlainObject.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/toSafeInteger.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/toString.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/toUpper.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/transform.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/trim.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/trimEnd.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/trimStart.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/truncate.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/unapply.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/unary.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/unescape.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/union.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/unionBy.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/unionWith.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/uniq.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/uniqBy.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/uniqWith.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/uniqueId.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/unnest.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/unset.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/unzip.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/unzipWith.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/upperCase.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/upperFirst.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/useWith.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/util.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/value.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/valueOf.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/values.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/valuesIn.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/whereEq.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/without.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/words.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/wrap.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/wrapperAt.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/wrapperChain.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/wrapperFlatMap.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/wrapperLodash.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/wrapperReverse.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/wrapperValue.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/xor.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/xorBy.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/xorWith.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/zip.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/zipObj.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/zipObject.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/zipObjectDeep.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/zipWith.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fromPairs.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/function.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/functions.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/functionsIn.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/get.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/groupBy.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/gt.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/gte.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/has.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/hasIn.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/head.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/identity.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/inRange.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/includes.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/index.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/indexOf.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/initial.js *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Sun Feb 7 13:44:27 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7C654AA130D; Sun, 7 Feb 2016 13:44:27 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4DA7EDD1; Sun, 7 Feb 2016 13:44:27 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17DiQZ1079959; Sun, 7 Feb 2016 13:44:26 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17DiQPk079958; Sun, 7 Feb 2016 13:44:26 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602071344.u17DiQPk079958@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 7 Feb 2016 13:44:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408409 - head/audio/streamripper X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 13:44:27 -0000 Author: marino Date: Sun Feb 7 13:44:26 2016 New Revision: 408409 URL: https://svnweb.freebsd.org/changeset/ports/408409 Log: audio/streamripper: re-enable post-patch target Modified: head/audio/streamripper/Makefile Modified: head/audio/streamripper/Makefile ============================================================================== --- head/audio/streamripper/Makefile Sun Feb 7 13:38:29 2016 (r408408) +++ head/audio/streamripper/Makefile Sun Feb 7 13:44:26 2016 (r408409) @@ -47,7 +47,7 @@ VORBIS_LIB_DEPENDS= libvorbis.so:${PORTS post-extract: ${MV} ${WRKDIR}/cdk-${CDK_VERSION} ${WRKSRC} -xpost-patch: +post-patch: @${REINPLACE_CMD} -e '/if test/s|==|=|g' ${WRKSRC}/configure # avoid potential name conflict with ncurses @${LN} -sv ${WRKSRC}/cdk-5.0-20060507/include/menu.h \ From owner-svn-ports-head@freebsd.org Sun Feb 7 14:07:17 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 15590AA1B85; Sun, 7 Feb 2016 14:07:17 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D6809155B; Sun, 7 Feb 2016 14:07:16 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17E7Fjf085858; Sun, 7 Feb 2016 14:07:15 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17E7FRC085857; Sun, 7 Feb 2016 14:07:15 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602071407.u17E7FRC085857@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 7 Feb 2016 14:07:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408410 - head/math/calctool X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 14:07:17 -0000 Author: marino Date: Sun Feb 7 14:07:15 2016 New Revision: 408410 URL: https://svnweb.freebsd.org/changeset/ports/408410 Log: math/calctool: USES+= ncurses, link with ncurses, not curses Also use OPTIONS_SUB=yes. More options framework could be used as well. Modified: head/math/calctool/Makefile Modified: head/math/calctool/Makefile ============================================================================== --- head/math/calctool/Makefile Sun Feb 7 13:44:26 2016 (r408409) +++ head/math/calctool/Makefile Sun Feb 7 14:07:15 2016 (r408410) @@ -15,33 +15,26 @@ USE_LDCONFIG= yes OPTIONS_DEFINE= X11 TTY XVIEW OPTIONS_DEFAULT= X11 TTY +OPTIONS_SUB= yes X11_DESC= Build X11 version of calctool TTY_DESC= Build tty version of calctool XVIEW_DESC= Build tty version of calctool +TTY_USES= ncurses .include .if ${PORT_OPTIONS:MX11} USE_XORG= x11 BINARIES+= xcalctool -PLIST_SUB+= X11="" -.else -PLIST_SUB+= X11="@comment " .endif .if ${PORT_OPTIONS:MTTY} BINARIES+= tty_calctool -PLIST_SUB+= TTY="" -.else -PLIST_SUB+= TTY="@comment " .endif .if ${PORT_OPTIONS:MXVIEW} BINARIES+= xv_calctool LIB_DEPENDS+= libxview.so:${PORTSDIR}/x11-toolkits/xview -PLIST_SUB+= XVIEW="" -.else -PLIST_SUB+= XVIEW="@comment " .endif .if ${ARCH} == "sparc64" @@ -55,6 +48,7 @@ post-patch: -e "s#%%LOCALBASE%%#${LOCALBASE}#g" \ -e "s#%%BINARIES%%#${BINARIES}#g" \ -e "s#%%DATADIR%%#${DATADIR}#g" \ + -e 's|-ltermcap|$${LDFLAGS} -lncurses|g' \ ${WRKSRC}/Makefile do-install: From owner-svn-ports-head@freebsd.org Sun Feb 7 14:35:17 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F3C13AA0825; Sun, 7 Feb 2016 14:35:16 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C46552BA; Sun, 7 Feb 2016 14:35:16 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17EZFm1094620; Sun, 7 Feb 2016 14:35:15 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17EZFsa094619; Sun, 7 Feb 2016 14:35:15 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201602071435.u17EZFsa094619@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Sun, 7 Feb 2016 14:35:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408411 - head/ftp/libfilezilla X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 14:35:17 -0000 Author: novel Date: Sun Feb 7 14:35:15 2016 New Revision: 408411 URL: https://svnweb.freebsd.org/changeset/ports/408411 Log: ftp/libfilezilla: fix build on 10.1 PR: 206981 Submitted by: matthew@reztek.cz (maintainer) Modified: head/ftp/libfilezilla/Makefile Modified: head/ftp/libfilezilla/Makefile ============================================================================== --- head/ftp/libfilezilla/Makefile Sun Feb 7 14:07:15 2016 (r408410) +++ head/ftp/libfilezilla/Makefile Sun Feb 7 14:35:15 2016 (r408411) @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_FreeBSD_9= requires C++14 complier, 9.x lacks C++11 standard library -USES= compiler:c++14-lang gmake libtool localbase pathfix pkgconfig tar:bzip2 +USES= compiler:c++14-lang gmake iconv libtool localbase pathfix pkgconfig tar:bzip2 USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip From owner-svn-ports-head@freebsd.org Sun Feb 7 14:42:14 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E62BFAA0C79; Sun, 7 Feb 2016 14:42:14 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B713C879; Sun, 7 Feb 2016 14:42:14 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17EgDx0097388; Sun, 7 Feb 2016 14:42:13 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17EgDR5097387; Sun, 7 Feb 2016 14:42:13 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602071442.u17EgDR5097387@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 7 Feb 2016 14:42:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408412 - head/games/pokerth X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 14:42:15 -0000 Author: amdmi3 Date: Sun Feb 7 14:42:13 2016 New Revision: 408412 URL: https://svnweb.freebsd.org/changeset/ports/408412 Log: - Fix LICENSE - Fix build with boost 1.60 - Strip binary Approved by: portmgr blanket Modified: head/games/pokerth/Makefile Modified: head/games/pokerth/Makefile ============================================================================== --- head/games/pokerth/Makefile Sun Feb 7 14:35:15 2016 (r408411) +++ head/games/pokerth/Makefile Sun Feb 7 14:42:13 2016 (r408412) @@ -11,7 +11,7 @@ DISTNAME= PokerTH-${PORTVERSION}-src MAINTAINER= madpilot@FreeBSD.org COMMENT= Poker game written in C++/Qt4 -LICENSE= GPLv2 +LICENSE= AGPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs \ @@ -40,8 +40,11 @@ post-patch: -e 's|LIB_DIRS =.*|LIB_DIRS = ${LOCALBASE}/lib|g' \ -e '/.*QMAKE_CXXFLAGS.*/d' \ ${WRKSRC}/*.pro + @${FIND} ${WRKSRC} -name '*.cpp' -print0 | ${XARGS} -0 \ + ${REINPLACE_CMD} -e 's|[io]fstream|std::&|' post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/pokerth ${INSTALL_PROGRAM} ${WRKSRC}/bin/pokerth_server ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/docs/pokerth.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 @${MKDIR} ${STAGEDIR}${DOCSDIR} From owner-svn-ports-head@freebsd.org Sun Feb 7 14:44:00 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 10D89AA0D2F; Sun, 7 Feb 2016 14:44:00 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D541F992; Sun, 7 Feb 2016 14:43:59 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17Ehwgr097529; Sun, 7 Feb 2016 14:43:58 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17Ehwli097528; Sun, 7 Feb 2016 14:43:58 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602071443.u17Ehwli097528@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 7 Feb 2016 14:43:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408413 - head/games/traingame X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 14:44:00 -0000 Author: amdmi3 Date: Sun Feb 7 14:43:58 2016 New Revision: 408413 URL: https://svnweb.freebsd.org/changeset/ports/408413 Log: - Fix build with boost 1.60 - Switch to options helpers Approved by: portmgr blanket Modified: head/games/traingame/Makefile Modified: head/games/traingame/Makefile ============================================================================== --- head/games/traingame/Makefile Sun Feb 7 14:42:13 2016 (r408412) +++ head/games/traingame/Makefile Sun Feb 7 14:43:58 2016 (r408413) @@ -37,6 +37,10 @@ ICON_SIZES= 22x22 32x32 48x48 64x64 72x7 SUB_FILES= ${PORTNAME} pkg-message +post-patch: + @${REINPLACE_CMD} -e 's|[io]fstream|std::&|g' \ + ${WRKSRC}/src/*.cpp ${WRKSRC}/include/*.hpp + do-install: ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}-map.sh ${STAGEDIR}${PREFIX}/bin/${PORTNAME}-map @@ -55,9 +59,11 @@ do-install: ${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/ +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} +post-install: @${ECHO_CMD} @${ECHO_CMD} =============================================================================== @${ECHO_CMD} From owner-svn-ports-head@freebsd.org Sun Feb 7 14:51:54 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C0A83AA1003; Sun, 7 Feb 2016 14:51:54 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8D2ABC4C; Sun, 7 Feb 2016 14:51:54 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17Epr5M000556; Sun, 7 Feb 2016 14:51:53 GMT (envelope-from johans@FreeBSD.org) Received: (from johans@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17Epr67000554; Sun, 7 Feb 2016 14:51:53 GMT (envelope-from johans@FreeBSD.org) Message-Id: <201602071451.u17Epr67000554@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: johans set sender to johans@FreeBSD.org using -f From: Johan van Selst Date: Sun, 7 Feb 2016 14:51:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408414 - head/games/freeciv X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 14:51:54 -0000 Author: johans Date: Sun Feb 7 14:51:53 2016 New Revision: 408414 URL: https://svnweb.freebsd.org/changeset/ports/408414 Log: Update FreeCiv to 2.5.3 (bugfix release) Modified: head/games/freeciv/Makefile head/games/freeciv/distinfo Modified: head/games/freeciv/Makefile ============================================================================== --- head/games/freeciv/Makefile Sun Feb 7 14:43:58 2016 (r408413) +++ head/games/freeciv/Makefile Sun Feb 7 14:51:53 2016 (r408414) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= freeciv -PORTVERSION= 2.5.2 +PORTVERSION= 2.5.3 CATEGORIES= games MASTER_SITES= SF/freeciv/Freeciv%20${PORTVERSION:R}/${PORTVERSION} \ http://download.gna.org/freeciv/stable/ Modified: head/games/freeciv/distinfo ============================================================================== --- head/games/freeciv/distinfo Sun Feb 7 14:43:58 2016 (r408413) +++ head/games/freeciv/distinfo Sun Feb 7 14:51:53 2016 (r408414) @@ -1,2 +1,2 @@ -SHA256 (freeciv-2.5.2.tar.bz2) = 2b5665da849c8f95b9225857fc02935140de2d44cd1a112f9cf3086a84d0b5be -SIZE (freeciv-2.5.2.tar.bz2) = 40819394 +SHA256 (freeciv-2.5.3.tar.bz2) = 480b0381c64bf1a9423f2507a75d76bda9bf45c3c3badd30b5bad105e75d805c +SIZE (freeciv-2.5.3.tar.bz2) = 41010519 From owner-svn-ports-head@freebsd.org Sun Feb 7 14:58:48 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E8684AA12DD; Sun, 7 Feb 2016 14:58:48 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B51CBF15; Sun, 7 Feb 2016 14:58:48 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17Ewlix000884; Sun, 7 Feb 2016 14:58:47 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17EwlCd000883; Sun, 7 Feb 2016 14:58:47 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602071458.u17EwlCd000883@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 7 Feb 2016 14:58:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408415 - head/devel/codeblocks X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 14:58:49 -0000 Author: amdmi3 Date: Sun Feb 7 14:58:47 2016 New Revision: 408415 URL: https://svnweb.freebsd.org/changeset/ports/408415 Log: - Fix build with boost-1.60 PR: 199601 Modified: head/devel/codeblocks/Makefile Modified: head/devel/codeblocks/Makefile ============================================================================== --- head/devel/codeblocks/Makefile Sun Feb 7 14:51:53 2016 (r408414) +++ head/devel/codeblocks/Makefile Sun Feb 7 14:58:47 2016 (r408415) @@ -27,7 +27,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-wx-config=${WX_CONFIG} --with-contrib-plugins=all \ --disable-pch CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib +LIBS+= -L${LOCALBASE}/lib -lboost_system INSTALLS_ICONS= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes From owner-svn-ports-head@freebsd.org Sun Feb 7 15:25:05 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8CFF3AA1D59; Sun, 7 Feb 2016 15:25:05 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 567691AA4; Sun, 7 Feb 2016 15:25:05 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17FP46X009447; Sun, 7 Feb 2016 15:25:04 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17FP4Ex009445; Sun, 7 Feb 2016 15:25:04 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602071525.u17FP4Ex009445@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 7 Feb 2016 15:25:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408416 - in head/www/anyterm: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 15:25:05 -0000 Author: amdmi3 Date: Sun Feb 7 15:25:03 2016 New Revision: 408416 URL: https://svnweb.freebsd.org/changeset/ports/408416 Log: - Fix build with boost 1.60 PR: 199601 Submitted by: sperber Approved by: portmgr blanket Added: head/www/anyterm/files/patch-common.mk (contents, props changed) Modified: head/www/anyterm/Makefile Modified: head/www/anyterm/Makefile ============================================================================== --- head/www/anyterm/Makefile Sun Feb 7 14:58:47 2016 (r408415) +++ head/www/anyterm/Makefile Sun Feb 7 15:25:03 2016 (r408416) @@ -3,7 +3,7 @@ PORTNAME= anyterm PORTVERSION= 1.1.29 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://anyterm.org/download/ \ http://apt.douglasthrift.net/files/${PORTNAME}/ \ Added: head/www/anyterm/files/patch-common.mk ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/anyterm/files/patch-common.mk Sun Feb 7 15:25:03 2016 (r408416) @@ -0,0 +1,11 @@ +--- common.mk.orig 2016-01-17 11:49:59.217894060 +0100 ++++ common.mk 2016-01-17 11:50:27.299328924 +0100 +@@ -49,7 +49,7 @@ + CC_COMPILE_FLAGS=$(COMPILE_FLAGS) + + LINK_FLAGS=${GCC_FLAGS} ${DEBUG_FLAGS} \ +- -lutil ++ -lutil -lboost_system + + ifeq (${UNAME_S},OpenBSD) + LINK_FLAGS+=-liconv From owner-svn-ports-head@freebsd.org Sun Feb 7 15:41:36 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CA1DBAA05DD; Sun, 7 Feb 2016 15:41:36 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9637A987; Sun, 7 Feb 2016 15:41:36 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17FfZVn015367; Sun, 7 Feb 2016 15:41:35 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17FfZQN015365; Sun, 7 Feb 2016 15:41:35 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201602071541.u17FfZQN015365@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Sun, 7 Feb 2016 15:41:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408417 - head/math/octave-forge-mapping X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 15:41:36 -0000 Author: stephen Date: Sun Feb 7 15:41:35 2016 New Revision: 408417 URL: https://svnweb.freebsd.org/changeset/ports/408417 Log: - Update to 1.2.1. Modified: head/math/octave-forge-mapping/Makefile head/math/octave-forge-mapping/distinfo Modified: head/math/octave-forge-mapping/Makefile ============================================================================== --- head/math/octave-forge-mapping/Makefile Sun Feb 7 15:25:03 2016 (r408416) +++ head/math/octave-forge-mapping/Makefile Sun Feb 7 15:41:35 2016 (r408417) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= octave-forge-mapping -PORTVERSION= 1.2.0 -PORTREVISION= 1 +PORTVERSION= 1.2.1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -14,12 +13,13 @@ LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYIN # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. -OCTSRC= ${OCTAVE_PKGNAME} +OCTSRC= ${DISTNAME} -.include "${.CURDIR}/../../Mk/bsd.octave.mk" +WRKSRC= ${WRKDIR}/${OCTSRC}/src +GNU_CONFIGURE= yes +ALL_TARGET= # nada -do-build: - @${DO_NADA} +.include "${.CURDIR}/../../Mk/bsd.octave.mk" post-build: ${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure Modified: head/math/octave-forge-mapping/distinfo ============================================================================== --- head/math/octave-forge-mapping/distinfo Sun Feb 7 15:25:03 2016 (r408416) +++ head/math/octave-forge-mapping/distinfo Sun Feb 7 15:41:35 2016 (r408417) @@ -1,2 +1,2 @@ -SHA256 (octave-forge/mapping-1.2.0.tar.gz) = 51430299ef5baa8b1b23281bd5244bc165292bf87ac252f31d837e907dd9e715 -SIZE (octave-forge/mapping-1.2.0.tar.gz) = 62999 +SHA256 (octave-forge/mapping-1.2.1.tar.gz) = c9bbdf4e17fbe3127d62b60da80c82c362d39a39fe72adf0d49e4dc703cce85e +SIZE (octave-forge/mapping-1.2.1.tar.gz) = 114279 From owner-svn-ports-head@freebsd.org Sun Feb 7 15:53:51 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8B1F0AA0DA1; Sun, 7 Feb 2016 15:53:51 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4138CE8E; Sun, 7 Feb 2016 15:53:51 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17FroTr018448; Sun, 7 Feb 2016 15:53:50 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17FroKn018446; Sun, 7 Feb 2016 15:53:50 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602071553.u17FroKn018446@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 7 Feb 2016 15:53:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408418 - in head/audio/csound6: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 15:53:51 -0000 Author: amdmi3 Date: Sun Feb 7 15:53:49 2016 New Revision: 408418 URL: https://svnweb.freebsd.org/changeset/ports/408418 Log: - Fix build with boost 1.60 - Fix license - Switch to USES=localbase Added: head/audio/csound6/files/patch-Opcodes_chua_ChuaOscillator.cpp (contents, props changed) Modified: head/audio/csound6/Makefile Modified: head/audio/csound6/Makefile ============================================================================== --- head/audio/csound6/Makefile Sun Feb 7 15:41:35 2016 (r408417) +++ head/audio/csound6/Makefile Sun Feb 7 15:53:49 2016 (r408418) @@ -12,7 +12,8 @@ DIST_SUBDIR= csound MAINTAINER= ports@FreeBSD.org COMMENT= Sound synthesizer -LICENSE= LGPL21 +LICENSE= LGPL21+ +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= boost-libs>0:${PORTSDIR}/devel/boost-libs \ swig>2:${PORTSDIR}/devel/swig20 \ @@ -21,7 +22,7 @@ BUILD_DEPENDS= boost-libs>0:${PORTSDIR}/ LIB_DEPENDS= libsamplerate.so:${PORTSDIR}/audio/libsamplerate \ libsndfile.so:${PORTSDIR}/audio/libsndfile -USES= bison cmake python:2 +USES= bison cmake localbase python:2 CMAKE_ARGS= -DBUILD_CSOUNDVST:BOOL=OFF \ -DBUILD_JAVA_INTERFACE:BOOL=OFF \ -DBUILD_P5GLOVE_OPCODES:BOOL=OFF \ @@ -33,9 +34,6 @@ CMAKE_ARGS= -DBUILD_CSOUNDVST:BOOL=OFF \ USE_LDCONFIG= yes SSP_UNSAFE= yes -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - SUB_FILES= pkg-message CONFLICTS= csound-5.* Added: head/audio/csound6/files/patch-Opcodes_chua_ChuaOscillator.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/csound6/files/patch-Opcodes_chua_ChuaOscillator.cpp Sun Feb 7 15:53:49 2016 (r408418) @@ -0,0 +1,12 @@ +--- Opcodes/chua/ChuaOscillator.cpp.orig 2015-09-29 11:13:27 UTC ++++ Opcodes/chua/ChuaOscillator.cpp +@@ -117,8 +117,8 @@ + // d = sys_variables(12); + // gnor = a*(x.^3) + b*(x.^2) + c*x + d; + +-#include + #include ++#include + using namespace boost::numeric; + #include + From owner-svn-ports-head@freebsd.org Sun Feb 7 15:56:27 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EF4BBAA0E8D; Sun, 7 Feb 2016 15:56:26 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AF538FB2; Sun, 7 Feb 2016 15:56:26 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17FuP03018659; Sun, 7 Feb 2016 15:56:25 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17FuPa8018657; Sun, 7 Feb 2016 15:56:25 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602071556.u17FuPa8018657@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 7 Feb 2016 15:56:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408419 - in head/graphics/evolvotron: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 15:56:27 -0000 Author: amdmi3 Date: Sun Feb 7 15:56:25 2016 New Revision: 408419 URL: https://svnweb.freebsd.org/changeset/ports/408419 Log: - Fix LICENSE - Fix build with boost 1.60 - Switch to options helpers - Cosmetic fixes PR: 199601 Added: head/graphics/evolvotron/files/patch-libfunction_useful.h (contents, props changed) Modified: head/graphics/evolvotron/Makefile Modified: head/graphics/evolvotron/Makefile ============================================================================== --- head/graphics/evolvotron/Makefile Sun Feb 7 15:53:49 2016 (r408418) +++ head/graphics/evolvotron/Makefile Sun Feb 7 15:56:25 2016 (r408419) @@ -13,8 +13,7 @@ DISTFILES= ${PORTNAME}-${DISTVERSION}${E MAINTAINER= ports@FreeBSD.org COMMENT= Generative software that evolves images/textures/patterns -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE= GPLv3+ # LICENSE file is GPLv2 though LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs @@ -22,7 +21,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} USES= python qmake USE_QT4= corelib gui xml moc_build -QMAKE_ARGS+= VERSION_NUMBER="${PORTVERSION}" +QMAKE_ARGS= VERSION_NUMBER="${PORTVERSION}" QMAKE_SOURCE_PATH= ${WRKSRC}/main.pro MAKE_JOBS_UNSAFE= yes @@ -49,11 +48,9 @@ do-install: .for i in evolvotron evolvotron_mutate evolvotron_render ${INSTALL_PROGRAM} ${WRKSRC}/${i}/${i} ${STAGEDIR}${PREFIX}/bin/ .endfor - .for lib in libevolvotron libfunction ${INSTALL_DATA} ${WRKSRC}/${lib}/${lib}.a ${STAGEDIR}${PREFIX}/lib/ .endfor - .for s in ${ICON_SIZES} @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${s}/apps/ ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}_${s}.png \ @@ -61,12 +58,12 @@ do-install: .endfor ${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/ - .for m in evolvotron.1 evolvotron_mutate.1 evolvotron_render.1 cd ${WRKSRC}/man/man1 && ${INSTALL_MAN} ${m} \ ${STAGEDIR}${MAN1PREFIX}/man/man1/ .endfor +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} Added: head/graphics/evolvotron/files/patch-libfunction_useful.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/evolvotron/files/patch-libfunction_useful.h Sun Feb 7 15:56:25 2016 (r408419) @@ -0,0 +1,18 @@ +--- libfunction/useful.h.orig 2013-01-26 12:49:04 UTC ++++ libfunction/useful.h +@@ -40,6 +40,7 @@ + #include + #include + ++#ifndef Q_MOC_RUN + #include + #include + #include +@@ -49,6 +50,7 @@ + #include + #include + #include ++#endif + + //! Convenience typedef. + typedef unsigned int uint; From owner-svn-ports-head@freebsd.org Sun Feb 7 16:22:53 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E9778AA19B2; Sun, 7 Feb 2016 16:22:52 +0000 (UTC) (envelope-from alfred@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A9DFF1EBE; Sun, 7 Feb 2016 16:22:52 +0000 (UTC) (envelope-from alfred@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17GMpwY027531; Sun, 7 Feb 2016 16:22:51 GMT (envelope-from alfred@FreeBSD.org) Received: (from alfred@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17GMok3027518; Sun, 7 Feb 2016 16:22:50 GMT (envelope-from alfred@FreeBSD.org) Message-Id: <201602071622.u17GMok3027518@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: alfred set sender to alfred@FreeBSD.org using -f From: Alfred Perlstein Date: Sun, 7 Feb 2016 16:22:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408420 - in head/www: . py-djangorestframework py-djangorestframework-csv py-djangorestframework-filters py-djangorestframework-xml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 16:22:53 -0000 Author: alfred (src committer) Date: Sun Feb 7 16:22:50 2016 New Revision: 408420 URL: https://svnweb.freebsd.org/changeset/ports/408420 Log: Add django rest framework and some of its modules. Differential Revision: https://reviews.freebsd.org/D3806 Added: head/www/py-djangorestframework/ head/www/py-djangorestframework-csv/ head/www/py-djangorestframework-csv/Makefile (contents, props changed) head/www/py-djangorestframework-csv/distinfo (contents, props changed) head/www/py-djangorestframework-csv/pkg-descr (contents, props changed) head/www/py-djangorestframework-filters/ head/www/py-djangorestframework-filters/Makefile (contents, props changed) head/www/py-djangorestframework-filters/distinfo (contents, props changed) head/www/py-djangorestframework-filters/pkg-descr (contents, props changed) head/www/py-djangorestframework-xml/ head/www/py-djangorestframework-xml/Makefile (contents, props changed) head/www/py-djangorestframework-xml/distinfo (contents, props changed) head/www/py-djangorestframework-xml/pkg-descr (contents, props changed) head/www/py-djangorestframework/Makefile (contents, props changed) head/www/py-djangorestframework/distinfo (contents, props changed) head/www/py-djangorestframework/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sun Feb 7 15:56:25 2016 (r408419) +++ head/www/Makefile Sun Feb 7 16:22:50 2016 (r408420) @@ -1560,6 +1560,10 @@ SUBDIR += py-django-registration SUBDIR += py-django-registration-defaults SUBDIR += py-django-registration-redux + SUBDIR += py-djangorestframework + SUBDIR += py-djangorestframework-csv + SUBDIR += py-djangorestframework-filters + SUBDIR += py-djangorestframework-xml SUBDIR += py-django-reversion SUBDIR += py-django-sekizai SUBDIR += py-django-signals-ahoy Added: head/www/py-djangorestframework-csv/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-djangorestframework-csv/Makefile Sun Feb 7 16:22:50 2016 (r408420) @@ -0,0 +1,18 @@ +# Created by: Alfred Perlstein +# $FreeBSD$ + +PORTNAME= djangorestframework-csv +PORTVERSION= 1.3.3 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alfred@FreeBSD.org +COMMENT= Django REST framework + +LICENSE= BSD2CLAUSE + +USES= python +USE_PYTHON= distutils autoplist + +.include Added: head/www/py-djangorestframework-csv/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-djangorestframework-csv/distinfo Sun Feb 7 16:22:50 2016 (r408420) @@ -0,0 +1,2 @@ +SHA256 (djangorestframework-csv-1.3.3.tar.gz) = 5e1199ae8c46937b1a7a5dfa4b83f3f249c2fa2b490f492e41fdb8a91ba5c331 +SIZE (djangorestframework-csv-1.3.3.tar.gz) = 12517 Added: head/www/py-djangorestframework-csv/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-djangorestframework-csv/pkg-descr Sun Feb 7 16:22:50 2016 (r408420) @@ -0,0 +1,3 @@ +CSV Tools for Django REST Framework + +WWW: https://github.com/mjumbewu/django-rest-framework-csv Added: head/www/py-djangorestframework-filters/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-djangorestframework-filters/Makefile Sun Feb 7 16:22:50 2016 (r408420) @@ -0,0 +1,18 @@ +# Created by: Alfred Perlstein +# $FreeBSD$ + +PORTNAME= djangorestframework-filters +PORTVERSION= 0.2.2 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alfred@FreeBSD.org +COMMENT= Filtering extension to Django REST Framework + +LICENSE= BSD2CLAUSE + +USES= python +USE_PYTHON= distutils autoplist + +.include Added: head/www/py-djangorestframework-filters/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-djangorestframework-filters/distinfo Sun Feb 7 16:22:50 2016 (r408420) @@ -0,0 +1,2 @@ +SHA256 (djangorestframework-filters-0.2.2.tar.gz) = 993b7c7006551afb9ec1f5f9521a297b04ec3fc41b36c4df9f7c0febeace2523 +SIZE (djangorestframework-filters-0.2.2.tar.gz) = 8966 Added: head/www/py-djangorestframework-filters/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-djangorestframework-filters/pkg-descr Sun Feb 7 16:22:50 2016 (r408420) @@ -0,0 +1,7 @@ +django-rest-framework-filters (formerly django-rest-framework-chain) +is an extension to Django REST Framework that makes working with +filtering much easier. In addition to fixing some underlying warts +and limitations of django-filter, we allow arbitrary chaining of +both relations and lookup filters. + +WWW: https://github.com/philipn/django-rest-framework-filters Added: head/www/py-djangorestframework-xml/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-djangorestframework-xml/Makefile Sun Feb 7 16:22:50 2016 (r408420) @@ -0,0 +1,18 @@ +# Created by: Alfred Perlstein +# $FreeBSD$ + +PORTNAME= djangorestframework-xml +PORTVERSION= 1.0.1 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alfred@FreeBSD.org +COMMENT= Django REST framework + +LICENSE= BSD2CLAUSE + +USES= python +USE_PYTHON= distutils autoplist + +.include Added: head/www/py-djangorestframework-xml/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-djangorestframework-xml/distinfo Sun Feb 7 16:22:50 2016 (r408420) @@ -0,0 +1,2 @@ +SHA256 (djangorestframework-xml-1.0.1.tar.gz) = 4e3cbb4d0cce3564a709600c9931b4b2c282d1cdf1b7e179768273a28211bd98 +SIZE (djangorestframework-xml-1.0.1.tar.gz) = 3637 Added: head/www/py-djangorestframework-xml/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-djangorestframework-xml/pkg-descr Sun Feb 7 16:22:50 2016 (r408420) @@ -0,0 +1,8 @@ +XML support for Django REST Framework + +XML support extracted as a third party package directly from the +official Django REST Framework implementation. It requires the +defusedxml package only because it safeguards against some security +issues that were discovered. + +WWW: http://jpadilla.github.io/django-rest-framework-xml/ Added: head/www/py-djangorestframework/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-djangorestframework/Makefile Sun Feb 7 16:22:50 2016 (r408420) @@ -0,0 +1,18 @@ +# Created by: Alfred Perlstein +# $FreeBSD$ + +PORTNAME= djangorestframework +PORTVERSION= 3.1.1 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alfred@FreeBSD.org +COMMENT= Django REST framework + +LICENSE= BSD2CLAUSE + +USES= python +USE_PYTHON= distutils autoplist + +.include Added: head/www/py-djangorestframework/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-djangorestframework/distinfo Sun Feb 7 16:22:50 2016 (r408420) @@ -0,0 +1,2 @@ +SHA256 (djangorestframework-3.1.1.tar.gz) = a4baf8efd66f0af53286a7289e49f46d80c4d0709c3249ee9c8759766664205f +SIZE (djangorestframework-3.1.1.tar.gz) = 332302 Added: head/www/py-djangorestframework/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-djangorestframework/pkg-descr Sun Feb 7 16:22:50 2016 (r408420) @@ -0,0 +1,5 @@ +Django REST framework is a powerful and flexible toolkit that makes +it easy to build Web APIs. + + +WWW: http://www.django-rest-framework.org/ From owner-svn-ports-head@freebsd.org Sun Feb 7 16:25:35 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 55405AA1B70; Sun, 7 Feb 2016 16:25:35 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0CFBB17F; Sun, 7 Feb 2016 16:25:34 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17GPY0E027768; Sun, 7 Feb 2016 16:25:34 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17GPXC8027765; Sun, 7 Feb 2016 16:25:33 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201602071625.u17GPXC8027765@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 7 Feb 2016 16:25:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408421 - in head: devel/py-game_sdl2 devel/renpy net-p2p/transmission-cli X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 16:25:35 -0000 Author: jbeich Date: Sun Feb 7 16:25:33 2016 New Revision: 408421 URL: https://svnweb.freebsd.org/changeset/ports/408421 Log: Clarify LICENSE Modified: head/devel/py-game_sdl2/Makefile (contents, props changed) head/devel/renpy/Makefile (contents, props changed) head/net-p2p/transmission-cli/Makefile (contents, props changed) Modified: head/devel/py-game_sdl2/Makefile ============================================================================== --- head/devel/py-game_sdl2/Makefile Sun Feb 7 16:22:50 2016 (r408420) +++ head/devel/py-game_sdl2/Makefile Sun Feb 7 16:25:33 2016 (r408421) @@ -11,7 +11,7 @@ DISTNAME= py${PORTNAME}-for-renpy-${DIST MAINTAINER= jbeich@FreeBSD.org COMMENT= Reimplementation of portions of the pygame API using SDL2 -LICENSE= LGPL21 ZLIB +LICENSE= LGPL21+ ZLIB LICENSE_COMB= multi BUILD_DEPENDS= cython:${PORTSDIR}/lang/cython Modified: head/devel/renpy/Makefile ============================================================================== --- head/devel/renpy/Makefile Sun Feb 7 16:22:50 2016 (r408420) +++ head/devel/renpy/Makefile Sun Feb 7 16:25:33 2016 (r408421) @@ -9,7 +9,7 @@ MASTER_SITES= http://www.renpy.org/dl/${ MAINTAINER= jbeich@FreeBSD.org COMMENT= Framework for developing visual-novel type games -LICENSE= APACHE20 BSD3CLAUSE DejaVu LGPL21 MIT OFL11 ZLIB +LICENSE= APACHE20 BSD3CLAUSE DejaVu LGPL21+ MIT OFL11 ZLIB LICENSE_COMB= multi LICENSE_NAME_DejaVu= Bitstream Vera and Arev fonts license LICENSE_FILE_DejaVu= ${WRKSRC}/renpy/common/DejaVuSans.txt Modified: head/net-p2p/transmission-cli/Makefile ============================================================================== --- head/net-p2p/transmission-cli/Makefile Sun Feb 7 16:22:50 2016 (r408420) +++ head/net-p2p/transmission-cli/Makefile Sun Feb 7 16:25:33 2016 (r408421) @@ -13,7 +13,7 @@ COMMENT?= Lightweight CLI (command line) SLAVEPORT?= cli -LICENSE= GPLv2 +LICENSE= GPLv2+ .if ${SLAVEPORT} == cli LICENSE+= MIT LICENSE_COMB= multi From owner-svn-ports-head@freebsd.org Sun Feb 7 16:26:03 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 49415AA1BE3; Sun, 7 Feb 2016 16:26:03 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F2CD6269; Sun, 7 Feb 2016 16:26:02 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17GQ130027882; Sun, 7 Feb 2016 16:26:01 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17GQ11l027880; Sun, 7 Feb 2016 16:26:01 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201602071626.u17GQ11l027880@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 7 Feb 2016 16:26:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408422 - head/devel/libzvbi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 16:26:03 -0000 Author: jbeich Date: Sun Feb 7 16:26:01 2016 New Revision: 408422 URL: https://svnweb.freebsd.org/changeset/ports/408422 Log: devel/libzvbi: modernize - Pass -DLIBICONV_PLUG [1] - Make NLS optional [2] - Convert to USES=localbase - Don't try to detect Doxygen - Strip binaries - Drop unused USES=pkgconfig - Define LICENSE PR: 206966 Reported by: vvd@unislabs.com (via koobs) [1] Approved by: oliver (maintainer) [1][2], portmgr blanket Modified: head/devel/libzvbi/Makefile (contents, props changed) head/devel/libzvbi/pkg-plist (contents, props changed) Modified: head/devel/libzvbi/Makefile ============================================================================== --- head/devel/libzvbi/Makefile Sun Feb 7 16:25:33 2016 (r408421) +++ head/devel/libzvbi/Makefile Sun Feb 7 16:26:01 2016 (r408422) @@ -3,7 +3,7 @@ PORTNAME= libzvbi PORTVERSION= 0.2.35 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= SF/zapping/zvbi/${PORTVERSION} DISTNAME= ${PORTNAME:S/lib//}-${PORTVERSION} @@ -11,15 +11,22 @@ DISTNAME= ${PORTNAME:S/lib//}-${PORTVERS MAINTAINER= oliver@FreeBSD.org COMMENT= Routines to access raw VBI capture devices +LICENSE= GPLv2+ + LIB_DEPENDS+= libpng.so:${PORTSDIR}/graphics/png \ libunicode.so:${PORTSDIR}/devel/libunicode -USES= gettext libtool pathfix pkgconfig tar:bzip2 +USES= iconv libtool localbase pathfix tar:bzip2 GNU_CONFIGURE= yes +CONFIGURE_ARGS= --without-doxygen +INSTALL_TARGET= install-strip USE_LDCONFIG= yes -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib +OPTIONS_DEFINE= NLS +OPTIONS_SUB= yes + +NLS_CONFIGURE_ENABLE=nls +NLS_USES= gettext-runtime post-patch: @${REINPLACE_CMD} -e 's|#cpu (\([^)]*\))|defined(__\1__)|g' \ Modified: head/devel/libzvbi/pkg-plist ============================================================================== --- head/devel/libzvbi/pkg-plist Sun Feb 7 16:25:33 2016 (r408421) +++ head/devel/libzvbi/pkg-plist Sun Feb 7 16:26:01 2016 (r408422) @@ -6,11 +6,11 @@ lib/libzvbi.so.0 lib/libzvbi.so.0.13.2 libdata/pkgconfig/zvbi-0.2.pc man/man1/zvbi-ntsc-cc.1.gz -share/locale/de/LC_MESSAGES/zvbi.mo -share/locale/en@boldquot/LC_MESSAGES/zvbi.mo -share/locale/en@quot/LC_MESSAGES/zvbi.mo -share/locale/es/LC_MESSAGES/zvbi.mo -share/locale/fr/LC_MESSAGES/zvbi.mo -share/locale/it/LC_MESSAGES/zvbi.mo -share/locale/nl/LC_MESSAGES/zvbi.mo -share/locale/pl/LC_MESSAGES/zvbi.mo +%%NLS%%share/locale/de/LC_MESSAGES/zvbi.mo +%%NLS%%share/locale/en@boldquot/LC_MESSAGES/zvbi.mo +%%NLS%%share/locale/en@quot/LC_MESSAGES/zvbi.mo +%%NLS%%share/locale/es/LC_MESSAGES/zvbi.mo +%%NLS%%share/locale/fr/LC_MESSAGES/zvbi.mo +%%NLS%%share/locale/it/LC_MESSAGES/zvbi.mo +%%NLS%%share/locale/nl/LC_MESSAGES/zvbi.mo +%%NLS%%share/locale/pl/LC_MESSAGES/zvbi.mo From owner-svn-ports-head@freebsd.org Sun Feb 7 16:26:38 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7183BAA1C3A; Sun, 7 Feb 2016 16:26:38 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3309E37B; Sun, 7 Feb 2016 16:26:38 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17GQb1J028105; Sun, 7 Feb 2016 16:26:37 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17GQawP028097; Sun, 7 Feb 2016 16:26:36 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201602071626.u17GQawP028097@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 7 Feb 2016 16:26:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408423 - in head/x11-drivers/xf86-input-wacom: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 16:26:38 -0000 Author: jbeich Date: Sun Feb 7 16:26:36 2016 New Revision: 408423 URL: https://svnweb.freebsd.org/changeset/ports/408423 Log: x11-drivers/xf86-input-wacom: new device and hotplug support - Add device IDs for the following tablets: Intuos Draw small Intuos Art/Photo/Comic small Intuos Draw medium Intuos Art medium - Add and enable devd(8) hotplug support - Work around devd failing to remove stale device files opened by Xserver - Drop Xserver 1.7 tip from pkg-message after r374982 PR: 206086 Submitted by: rozhuk.im@gmail.com Added: head/x11-drivers/xf86-input-wacom/files/patch-src-wcmValidateDevice.c (contents, props changed) head/x11-drivers/xf86-input-wacom/files/patch-src-xf86Wacom.c (contents, props changed) Modified: head/x11-drivers/xf86-input-wacom/Makefile (contents, props changed) head/x11-drivers/xf86-input-wacom/files/patch-src-wcmUSB.c (contents, props changed) head/x11-drivers/xf86-input-wacom/files/pkg-message.in (contents, props changed) head/x11-drivers/xf86-input-wacom/files/wacom.conf.sample (contents, props changed) head/x11-drivers/xf86-input-wacom/pkg-plist (contents, props changed) Modified: head/x11-drivers/xf86-input-wacom/Makefile ============================================================================== --- head/x11-drivers/xf86-input-wacom/Makefile Sun Feb 7 16:26:01 2016 (r408422) +++ head/x11-drivers/xf86-input-wacom/Makefile Sun Feb 7 16:26:36 2016 (r408423) @@ -2,6 +2,7 @@ PORTNAME= xf86-input-wacom PORTVERSION= 0.32.0 +PORTREVISION= 1 CATEGORIES= x11-drivers MASTER_SITES= SF/linuxwacom/${PORTNAME} @@ -37,10 +38,6 @@ post-patch: --define-variable prefix="$$prefix"/' \ ${WRKSRC}/configure -# XXX adjust MatchProduct to whatever Xorg/devd reports - @${REINPLACE_CMD} -e '/^SUBDIRS/s/ conf//' \ - ${WRKSRC}/Makefile.in - post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/etc/X11/xorg.conf.d ${INSTALL_DATA} ${FILESDIR}/wacom.conf.sample \ Modified: head/x11-drivers/xf86-input-wacom/files/patch-src-wcmUSB.c ============================================================================== --- head/x11-drivers/xf86-input-wacom/files/patch-src-wcmUSB.c Sun Feb 7 16:26:01 2016 (r408422) +++ head/x11-drivers/xf86-input-wacom/files/patch-src-wcmUSB.c Sun Feb 7 16:26:36 2016 (r408423) @@ -18,3 +18,15 @@ #define MAX_USB_EVENTS 32 +@@ -276,6 +283,11 @@ static struct WacomModelDesc + { WACOM_VENDOR_ID, 0x315,200000, 200000, &usbIntuosPro, "Intuos Pro M" }, + { WACOM_VENDOR_ID, 0x317,200000, 200000, &usbIntuosPro, "Intuos Pro L" }, + ++ { WACOM_VENDOR_ID, 0x33B,200000, 200000, &usbIntuos5, "Intuos Draw small" }, ++ { WACOM_VENDOR_ID, 0x33C,200000, 200000, &usbIntuos5, "Intuos Art/Photo/Comic small"}, ++ { WACOM_VENDOR_ID, 0x33D,200000, 200000, &usbIntuos5, "Intuos Draw medium" }, ++ { WACOM_VENDOR_ID, 0x33E,200000, 200000, &usbIntuos5, "Intuos Art medium" }, ++ + { WACOM_VENDOR_ID, 0x3F, 200000, 200000, &usbCintiqV5, "Cintiq 21UX" }, + { WACOM_VENDOR_ID, 0xC5, 200000, 200000, &usbCintiqV5, "Cintiq 20WSX" }, + { WACOM_VENDOR_ID, 0xC6, 200000, 200000, &usbCintiqV5, "Cintiq 12WX" }, Added: head/x11-drivers/xf86-input-wacom/files/patch-src-wcmValidateDevice.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-drivers/xf86-input-wacom/files/patch-src-wcmValidateDevice.c Sun Feb 7 16:26:36 2016 (r408423) @@ -0,0 +1,55 @@ +--- src/wcmValidateDevice.c.orig 2015-10-23 17:26:33 UTC ++++ src/wcmValidateDevice.c +@@ -34,6 +34,7 @@ static Bool wcmCheckSource(InputInfoPtr + { + int match = 0; + InputInfoPtr pDevices = xf86FirstLocalDevice(); ++ char* fsource = xf86CheckStrOption(pInfo->options, "_source", ""); + + for (; !match && pDevices != NULL; pDevices = pDevices->next) + { +@@ -51,7 +52,6 @@ static Bool wcmCheckSource(InputInfoPtr + if (pInfo != pDevices) + { + WacomCommonPtr pCommon = ((WacomDevicePtr)pDevices->private)->common; +- char* fsource = xf86CheckStrOption(pInfo->options, "_source", ""); + char* psource = xf86CheckStrOption(pDevices->options, "_source", ""); + + if (pCommon->min_maj && +@@ -62,10 +62,11 @@ static Bool wcmCheckSource(InputInfoPtr + if (strcmp(fsource, psource)) + match = 1; + } +- free(fsource); + free(psource); + } + } ++ free(fsource); ++ + if (match) + xf86Msg(X_WARNING, "%s: device file already in use by %s. " + "Ignoring.\n", pInfo->name, pDevices->name); +@@ -205,6 +206,10 @@ int wcmDeviceTypeKeys(InputInfoPtr pInfo + case 0x314: /* Intuos Pro S */ + case 0x315: /* Intuos Pro M */ + case 0x317: /* Intuos Pro L */ ++ case 0x33B: /* Intuos Draw small */ ++ case 0x33C: /* Intuos Art/Photo/Comic small */ ++ case 0x33D: /* Intuos Draw medium */ ++ case 0x33E: /* Intuos Art medium */ + case 0x26: /* I5 */ + case 0x27: /* I5 */ + case 0x28: /* I5 */ +@@ -623,8 +628,10 @@ int wcmNeedAutoHotplug(InputInfoPtr pInf + + if (!source) /* xorg.conf device, don't auto-pick type */ + goto out; +- +- if (source && strcmp(source, "server/hal") && strcmp(source, "server/udev")) ++ if (strcmp(source, "server/hal") && ++ strcmp(source, "server/udev") && ++ strcmp(source, "server/devd") && ++ strcmp(source, "server/wscons")) + goto out; + + /* no type specified, so we need to pick the first one applicable Added: head/x11-drivers/xf86-input-wacom/files/patch-src-xf86Wacom.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-drivers/xf86-input-wacom/files/patch-src-xf86Wacom.c Sun Feb 7 16:26:36 2016 (r408423) @@ -0,0 +1,20 @@ +--- src/xf86Wacom.c.orig 2015-10-23 17:26:33 UTC ++++ src/xf86Wacom.c +@@ -667,6 +667,17 @@ void wcmReadPacket(InputInfoPtr pInfo) + + if (len <= 0) + { ++ /* BSD specific code. */ ++ /* Hotplug code does not send remove dev notify because ++ * opened cuse dev cant be removed. */ ++ if (priv->isParent && errno == EINVAL) { ++ WacomDevicePtr other; ++ for (other = common->wcmDevices; other; other = other->next) { ++ xf86Msg(X_INFO, "%s: removing automatically added device.\n", ++ other->pInfo->name); ++ DeleteInputDeviceRequest(other->pInfo->dev); ++ } ++ } else + /* for all other errors, hope that the hotplugging code will + * remove the device */ + if (errno != EAGAIN && errno != EINTR) Modified: head/x11-drivers/xf86-input-wacom/files/pkg-message.in ============================================================================== --- head/x11-drivers/xf86-input-wacom/files/pkg-message.in Sun Feb 7 16:26:01 2016 (r408422) +++ head/x11-drivers/xf86-input-wacom/files/pkg-message.in Sun Feb 7 16:26:36 2016 (r408423) @@ -1,17 +1,9 @@ -To configure the driver with HAL just reattach the tablet for Xserver -to pick it up. Otherwise, use/edit the sample configuration file: +wacom(4x) is configured automatically via devd or HAL. However, if you +prefer to do so manually copy and edit the sample: $ cd %%PREFIX%%/etc/X11/xorg.conf.d/ $ cp wacom.conf.sample wacom.conf -On xorg-server-1.7 and earlier you may need to also merge wacom.conf -into xorg.conf and add the following lines to ServerLayout section - - InputDevice "wacom stylus" - InputDevice "wacom eraser" - InputDevice "wacom touch" - InputDevice "wacom pad" - moused(8) may interfere with tablet input by attaching to fake /dev/ums*. To prevent that add a usb_quirk(4) then detach and attach the tablet. %%PREFIX%%/etc/rc.d/wacom is an example how preserve quirks across reboot. Modified: head/x11-drivers/xf86-input-wacom/files/wacom.conf.sample ============================================================================== --- head/x11-drivers/xf86-input-wacom/files/wacom.conf.sample Sun Feb 7 16:26:01 2016 (r408422) +++ head/x11-drivers/xf86-input-wacom/files/wacom.conf.sample Sun Feb 7 16:26:36 2016 (r408423) @@ -1,4 +1,4 @@ -# A static configuration example for Bamboo P&T for use without HAL. +# Manual configuration example for Bamboo Pen & Touch for use without devd or HAL. Section "InputDevice" Identifier "wacom stylus" Modified: head/x11-drivers/xf86-input-wacom/pkg-plist ============================================================================== --- head/x11-drivers/xf86-input-wacom/pkg-plist Sun Feb 7 16:26:01 2016 (r408422) +++ head/x11-drivers/xf86-input-wacom/pkg-plist Sun Feb 7 16:26:36 2016 (r408423) @@ -11,3 +11,4 @@ lib/xorg/modules/input/wacom_drv.so libdata/pkgconfig/xorg-wacom.pc man/man1/xsetwacom.1.gz man/man4/wacom.4x.gz +share/X11/xorg.conf.d/50-wacom.conf From owner-svn-ports-head@freebsd.org Sun Feb 7 16:36:09 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2B0B1AA001E; Sun, 7 Feb 2016 16:36:09 +0000 (UTC) (envelope-from alfred@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E8C2695A; Sun, 7 Feb 2016 16:36:08 +0000 (UTC) (envelope-from alfred@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17Ga7kB031105; Sun, 7 Feb 2016 16:36:07 GMT (envelope-from alfred@FreeBSD.org) Received: (from alfred@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17Ga7ox031103; Sun, 7 Feb 2016 16:36:07 GMT (envelope-from alfred@FreeBSD.org) Message-Id: <201602071636.u17Ga7ox031103@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: alfred set sender to alfred@FreeBSD.org using -f From: Alfred Perlstein Date: Sun, 7 Feb 2016 16:36:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408424 - head/www/py-djangorestframework X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 16:36:09 -0000 Author: alfred (src committer) Date: Sun Feb 7 16:36:07 2016 New Revision: 408424 URL: https://svnweb.freebsd.org/changeset/ports/408424 Log: - Update to 3.3.2. Modified: head/www/py-djangorestframework/Makefile (contents, props changed) head/www/py-djangorestframework/distinfo (contents, props changed) Modified: head/www/py-djangorestframework/Makefile ============================================================================== --- head/www/py-djangorestframework/Makefile Sun Feb 7 16:26:36 2016 (r408423) +++ head/www/py-djangorestframework/Makefile Sun Feb 7 16:36:07 2016 (r408424) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= djangorestframework -PORTVERSION= 3.1.1 +PORTVERSION= 3.3.2 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/www/py-djangorestframework/distinfo ============================================================================== --- head/www/py-djangorestframework/distinfo Sun Feb 7 16:26:36 2016 (r408423) +++ head/www/py-djangorestframework/distinfo Sun Feb 7 16:36:07 2016 (r408424) @@ -1,2 +1,2 @@ -SHA256 (djangorestframework-3.1.1.tar.gz) = a4baf8efd66f0af53286a7289e49f46d80c4d0709c3249ee9c8759766664205f -SIZE (djangorestframework-3.1.1.tar.gz) = 332302 +SHA256 (djangorestframework-3.3.2.tar.gz) = 4962418a57804f8323282728a4f9b9496e78caec1adda352170697752eff01bf +SIZE (djangorestframework-3.3.2.tar.gz) = 413276 From owner-svn-ports-head@freebsd.org Sun Feb 7 16:38:09 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6AD74AA011D; Sun, 7 Feb 2016 16:38:09 +0000 (UTC) (envelope-from alfred@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3706FA55; Sun, 7 Feb 2016 16:38:09 +0000 (UTC) (envelope-from alfred@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17Gc8Jk031281; Sun, 7 Feb 2016 16:38:08 GMT (envelope-from alfred@FreeBSD.org) Received: (from alfred@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17Gc8LN031279; Sun, 7 Feb 2016 16:38:08 GMT (envelope-from alfred@FreeBSD.org) Message-Id: <201602071638.u17Gc8LN031279@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: alfred set sender to alfred@FreeBSD.org using -f From: Alfred Perlstein Date: Sun, 7 Feb 2016 16:38:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408425 - head/www/py-djangorestframework-filters X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 16:38:09 -0000 Author: alfred (src committer) Date: Sun Feb 7 16:38:07 2016 New Revision: 408425 URL: https://svnweb.freebsd.org/changeset/ports/408425 Log: - Update to 0.7.0. Modified: head/www/py-djangorestframework-filters/Makefile (contents, props changed) head/www/py-djangorestframework-filters/distinfo (contents, props changed) Modified: head/www/py-djangorestframework-filters/Makefile ============================================================================== --- head/www/py-djangorestframework-filters/Makefile Sun Feb 7 16:36:07 2016 (r408424) +++ head/www/py-djangorestframework-filters/Makefile Sun Feb 7 16:38:07 2016 (r408425) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= djangorestframework-filters -PORTVERSION= 0.2.2 +PORTVERSION= 0.7.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/www/py-djangorestframework-filters/distinfo ============================================================================== --- head/www/py-djangorestframework-filters/distinfo Sun Feb 7 16:36:07 2016 (r408424) +++ head/www/py-djangorestframework-filters/distinfo Sun Feb 7 16:38:07 2016 (r408425) @@ -1,2 +1,2 @@ -SHA256 (djangorestframework-filters-0.2.2.tar.gz) = 993b7c7006551afb9ec1f5f9521a297b04ec3fc41b36c4df9f7c0febeace2523 -SIZE (djangorestframework-filters-0.2.2.tar.gz) = 8966 +SHA256 (djangorestframework-filters-0.7.0.tar.gz) = 032f1ac24e3671c5c70c9aa5ec4806623c470d007ed49b28f44196fa6695ccf3 +SIZE (djangorestframework-filters-0.7.0.tar.gz) = 8580 From owner-svn-ports-head@freebsd.org Sun Feb 7 16:39:22 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0AE9CAA019E; Sun, 7 Feb 2016 16:39:22 +0000 (UTC) (envelope-from alfred@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CBD48B39; Sun, 7 Feb 2016 16:39:21 +0000 (UTC) (envelope-from alfred@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17GdK4J031433; Sun, 7 Feb 2016 16:39:20 GMT (envelope-from alfred@FreeBSD.org) Received: (from alfred@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17GdK6E031431; Sun, 7 Feb 2016 16:39:20 GMT (envelope-from alfred@FreeBSD.org) Message-Id: <201602071639.u17GdK6E031431@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: alfred set sender to alfred@FreeBSD.org using -f From: Alfred Perlstein Date: Sun, 7 Feb 2016 16:39:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408426 - head/www/py-djangorestframework-xml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 16:39:22 -0000 Author: alfred (src committer) Date: Sun Feb 7 16:39:20 2016 New Revision: 408426 URL: https://svnweb.freebsd.org/changeset/ports/408426 Log: - Update to 1.3.0. Modified: head/www/py-djangorestframework-xml/Makefile (contents, props changed) head/www/py-djangorestframework-xml/distinfo (contents, props changed) Modified: head/www/py-djangorestframework-xml/Makefile ============================================================================== --- head/www/py-djangorestframework-xml/Makefile Sun Feb 7 16:38:07 2016 (r408425) +++ head/www/py-djangorestframework-xml/Makefile Sun Feb 7 16:39:20 2016 (r408426) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= djangorestframework-xml -PORTVERSION= 1.0.1 +PORTVERSION= 1.3.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/www/py-djangorestframework-xml/distinfo ============================================================================== --- head/www/py-djangorestframework-xml/distinfo Sun Feb 7 16:38:07 2016 (r408425) +++ head/www/py-djangorestframework-xml/distinfo Sun Feb 7 16:39:20 2016 (r408426) @@ -1,2 +1,2 @@ -SHA256 (djangorestframework-xml-1.0.1.tar.gz) = 4e3cbb4d0cce3564a709600c9931b4b2c282d1cdf1b7e179768273a28211bd98 -SIZE (djangorestframework-xml-1.0.1.tar.gz) = 3637 +SHA256 (djangorestframework-xml-1.3.0.tar.gz) = caea8e446298b7fe1eb9a79306f35554db7531c2e637734d32de3cf99afbdc5a +SIZE (djangorestframework-xml-1.3.0.tar.gz) = 3563 From owner-svn-ports-head@freebsd.org Sun Feb 7 16:41:13 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B3ACEAA0273; Sun, 7 Feb 2016 16:41:13 +0000 (UTC) (envelope-from alfred@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 84544CA3; Sun, 7 Feb 2016 16:41:13 +0000 (UTC) (envelope-from alfred@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17GfCbP032232; Sun, 7 Feb 2016 16:41:12 GMT (envelope-from alfred@FreeBSD.org) Received: (from alfred@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17GfC7F032230; Sun, 7 Feb 2016 16:41:12 GMT (envelope-from alfred@FreeBSD.org) Message-Id: <201602071641.u17GfC7F032230@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: alfred set sender to alfred@FreeBSD.org using -f From: Alfred Perlstein Date: Sun, 7 Feb 2016 16:41:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408427 - head/www/py-djangorestframework-csv X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 16:41:13 -0000 Author: alfred (src committer) Date: Sun Feb 7 16:41:12 2016 New Revision: 408427 URL: https://svnweb.freebsd.org/changeset/ports/408427 Log: - Update to 1.4.1. Modified: head/www/py-djangorestframework-csv/Makefile (contents, props changed) head/www/py-djangorestframework-csv/distinfo (contents, props changed) Modified: head/www/py-djangorestframework-csv/Makefile ============================================================================== --- head/www/py-djangorestframework-csv/Makefile Sun Feb 7 16:39:20 2016 (r408426) +++ head/www/py-djangorestframework-csv/Makefile Sun Feb 7 16:41:12 2016 (r408427) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= djangorestframework-csv -PORTVERSION= 1.3.3 +PORTVERSION= 1.4.1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/www/py-djangorestframework-csv/distinfo ============================================================================== --- head/www/py-djangorestframework-csv/distinfo Sun Feb 7 16:39:20 2016 (r408426) +++ head/www/py-djangorestframework-csv/distinfo Sun Feb 7 16:41:12 2016 (r408427) @@ -1,2 +1,2 @@ -SHA256 (djangorestframework-csv-1.3.3.tar.gz) = 5e1199ae8c46937b1a7a5dfa4b83f3f249c2fa2b490f492e41fdb8a91ba5c331 -SIZE (djangorestframework-csv-1.3.3.tar.gz) = 12517 +SHA256 (djangorestframework-csv-1.4.1.tar.gz) = 93bfcfd4b4f6d96a42663ec0a7b6aa86070483c08c10e334d607c2051aa280f7 +SIZE (djangorestframework-csv-1.4.1.tar.gz) = 16675 From owner-svn-ports-head@freebsd.org Sun Feb 7 16:43:00 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4EAF8AA0473; Sun, 7 Feb 2016 16:43:00 +0000 (UTC) (envelope-from alfred@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1ADE51063; Sun, 7 Feb 2016 16:43:00 +0000 (UTC) (envelope-from alfred@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17Ggxxh034390; Sun, 7 Feb 2016 16:42:59 GMT (envelope-from alfred@FreeBSD.org) Received: (from alfred@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17GgwU7034388; Sun, 7 Feb 2016 16:42:58 GMT (envelope-from alfred@FreeBSD.org) Message-Id: <201602071642.u17GgwU7034388@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: alfred set sender to alfred@FreeBSD.org using -f From: Alfred Perlstein Date: Sun, 7 Feb 2016 16:42:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408428 - head/devel/py-monotonic X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 16:43:00 -0000 Author: alfred (src committer) Date: Sun Feb 7 16:42:58 2016 New Revision: 408428 URL: https://svnweb.freebsd.org/changeset/ports/408428 Log: - Update to 0.6 Modified: head/devel/py-monotonic/Makefile head/devel/py-monotonic/distinfo Modified: head/devel/py-monotonic/Makefile ============================================================================== --- head/devel/py-monotonic/Makefile Sun Feb 7 16:41:12 2016 (r408427) +++ head/devel/py-monotonic/Makefile Sun Feb 7 16:42:58 2016 (r408428) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= monotonic -PORTVERSION= 0.5 +PORTVERSION= 0.6 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-monotonic/distinfo ============================================================================== --- head/devel/py-monotonic/distinfo Sun Feb 7 16:41:12 2016 (r408427) +++ head/devel/py-monotonic/distinfo Sun Feb 7 16:42:58 2016 (r408428) @@ -1,2 +1,2 @@ -SHA256 (monotonic-0.5.tar.gz) = 8c1f882aa66c41daffa701cbf7121d8d264d0cb7722bbb78a6eccd2d8b12c880 -SIZE (monotonic-0.5.tar.gz) = 6493 +SHA256 (monotonic-0.6.tar.gz) = 2bc780a16024427cb4bfbfff77ed328484cf6937a787cc50055b83b13b653e74 +SIZE (monotonic-0.6.tar.gz) = 7044 From owner-svn-ports-head@freebsd.org Sun Feb 7 16:46:50 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3552DAA06F5; Sun, 7 Feb 2016 16:46:50 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0683018E2; Sun, 7 Feb 2016 16:46:49 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17GknZu034823; Sun, 7 Feb 2016 16:46:49 GMT (envelope-from cs@FreeBSD.org) Received: (from cs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17Gkm07034821; Sun, 7 Feb 2016 16:46:48 GMT (envelope-from cs@FreeBSD.org) Message-Id: <201602071646.u17Gkm07034821@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cs set sender to cs@FreeBSD.org using -f From: Carlo Strub Date: Sun, 7 Feb 2016 16:46:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408429 - head/www/py-django-annoying X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 16:46:50 -0000 Author: cs Date: Sun Feb 7 16:46:48 2016 New Revision: 408429 URL: https://svnweb.freebsd.org/changeset/ports/408429 Log: Update to 0.8.7 Modified: head/www/py-django-annoying/Makefile head/www/py-django-annoying/distinfo Modified: head/www/py-django-annoying/Makefile ============================================================================== --- head/www/py-django-annoying/Makefile Sun Feb 7 16:42:58 2016 (r408428) +++ head/www/py-django-annoying/Makefile Sun Feb 7 16:46:48 2016 (r408429) @@ -2,14 +2,13 @@ # $FreeBSD$ PORTNAME= django-annoying -PORTVERSION= 0.8.4 -PORTREVISION= 1 -DISTVERSIONPREFIX= release- +PORTVERSION= 0.8.7 +DISTVERSIONPREFIX= v CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= cs@FreeBSD.org -COMMENT= Application to eliminate annoying things in the Django framework +COMMENT= Eliminate annoying things in the Django framework RUN_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:${PORTSDIR}/www/py-django18 Modified: head/www/py-django-annoying/distinfo ============================================================================== --- head/www/py-django-annoying/distinfo Sun Feb 7 16:42:58 2016 (r408428) +++ head/www/py-django-annoying/distinfo Sun Feb 7 16:46:48 2016 (r408429) @@ -1,2 +1,2 @@ -SHA256 (skorokithakis-django-annoying-release-0.8.4_GH0.tar.gz) = 158c2914276ba7e3fdc3eb2df37ab0241eca26c75eb8cc3a9f50c1d4b015d196 -SIZE (skorokithakis-django-annoying-release-0.8.4_GH0.tar.gz) = 11978 +SHA256 (skorokithakis-django-annoying-v0.8.7_GH0.tar.gz) = cf293a45812aa0fbe7c6b6cc11e5a67d9cc92bf374a89ef527da51a40c6ddb64 +SIZE (skorokithakis-django-annoying-v0.8.7_GH0.tar.gz) = 13823 From owner-svn-ports-head@freebsd.org Sun Feb 7 17:28:27 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 02221AA1A17; Sun, 7 Feb 2016 17:28:27 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D1ACE108D; Sun, 7 Feb 2016 17:28:26 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17HSP23046576; Sun, 7 Feb 2016 17:28:25 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17HSP0N046572; Sun, 7 Feb 2016 17:28:25 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201602071728.u17HSP0N046572@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Sun, 7 Feb 2016 17:28:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408430 - in head/www: nginx nginx-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 17:28:27 -0000 Author: osa Date: Sun Feb 7 17:28:25 2016 New Revision: 408430 URL: https://svnweb.freebsd.org/changeset/ports/408430 Log: Upgrade third-party ldap_auth module from be8ff8eecb to 8517bb0. Modified: head/www/nginx-devel/Makefile head/www/nginx-devel/distinfo head/www/nginx/Makefile head/www/nginx/distinfo Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Sun Feb 7 16:46:48 2016 (r408429) +++ head/www/nginx-devel/Makefile Sun Feb 7 17:28:25 2016 (r408430) @@ -329,7 +329,7 @@ USES+= gssapi:base,flags .if ${PORT_OPTIONS:MHTTP_AUTH_LDAP} # WWW: https://github.com/kvspb/nginx-auth-ldap -GIT_HTTP_AUTH_LDAP_VERSION= be8ff8eecb +GIT_HTTP_AUTH_LDAP_VERSION= 8517bb0 GH_ACCOUNT+= kvspb:http_auth_ldap GH_PROJECT+= nginx-auth-ldap:http_auth_ldap GH_TAGNAME+= ${GIT_HTTP_AUTH_LDAP_VERSION}:http_auth_ldap Modified: head/www/nginx-devel/distinfo ============================================================================== --- head/www/nginx-devel/distinfo Sun Feb 7 16:46:48 2016 (r408429) +++ head/www/nginx-devel/distinfo Sun Feb 7 17:28:25 2016 (r408430) @@ -36,8 +36,8 @@ SHA256 (samizdatco-nginx-http-auth-diges SIZE (samizdatco-nginx-http-auth-digest-bd1c86a_GH0.tar.gz) = 14458 SHA256 (stnoonan-spnego-http-auth-nginx-module-f76d5d9_GH0.tar.gz) = 86edc9fd1da3f06501b1aafe19b235981ee4c10908224d50dfa4a0eac0d3dbc0 SIZE (stnoonan-spnego-http-auth-nginx-module-f76d5d9_GH0.tar.gz) = 18152 -SHA256 (kvspb-nginx-auth-ldap-be8ff8eecb_GH0.tar.gz) = b2824a9c09f46f7c7bf705b3229c62424e5fe9f8b00ae3dc19b0d72797211b29 -SIZE (kvspb-nginx-auth-ldap-be8ff8eecb_GH0.tar.gz) = 15304 +SHA256 (kvspb-nginx-auth-ldap-8517bb0_GH0.tar.gz) = a69cf8d5490620d5507d712fa234e137d9404e9c250563f2eb421eafa6209975 +SIZE (kvspb-nginx-auth-ldap-8517bb0_GH0.tar.gz) = 16947 SHA256 (yaoweibin-nginx_ajp_module-bf6cd93_GH0.tar.gz) = 9e3f78ea73e2d606a95ee64fd3affa4c249f9b342e66b6b11b63061791f28316 SIZE (yaoweibin-nginx_ajp_module-bf6cd93_GH0.tar.gz) = 109704 SHA256 (nginx-clojure-nginx-clojure-v0.4.3_GH0.tar.gz) = fba7db2d16c0a2cf9a8d759baa6fdde1176bb9a4f0c747a218d3efd9f37298e8 Modified: head/www/nginx/Makefile ============================================================================== --- head/www/nginx/Makefile Sun Feb 7 16:46:48 2016 (r408429) +++ head/www/nginx/Makefile Sun Feb 7 17:28:25 2016 (r408430) @@ -320,7 +320,7 @@ USES+= gssapi:base,flags .if ${PORT_OPTIONS:MHTTP_AUTH_LDAP} # WWW: https://github.com/kvspb/nginx-auth-ldap -GIT_HTTP_AUTH_LDAP_VERSION= be8ff8eecb +GIT_HTTP_AUTH_LDAP_VERSION= 8517bb0 GH_ACCOUNT+= kvspb:http_auth_ldap GH_PROJECT+= nginx-auth-ldap:http_auth_ldap GH_TAGNAME+= ${GIT_HTTP_AUTH_LDAP_VERSION}:http_auth_ldap Modified: head/www/nginx/distinfo ============================================================================== --- head/www/nginx/distinfo Sun Feb 7 16:46:48 2016 (r408429) +++ head/www/nginx/distinfo Sun Feb 7 17:28:25 2016 (r408430) @@ -36,8 +36,8 @@ SHA256 (samizdatco-nginx-http-auth-diges SIZE (samizdatco-nginx-http-auth-digest-bd1c86a_GH0.tar.gz) = 14458 SHA256 (stnoonan-spnego-http-auth-nginx-module-f76d5d9_GH0.tar.gz) = 86edc9fd1da3f06501b1aafe19b235981ee4c10908224d50dfa4a0eac0d3dbc0 SIZE (stnoonan-spnego-http-auth-nginx-module-f76d5d9_GH0.tar.gz) = 18152 -SHA256 (kvspb-nginx-auth-ldap-be8ff8eecb_GH0.tar.gz) = b2824a9c09f46f7c7bf705b3229c62424e5fe9f8b00ae3dc19b0d72797211b29 -SIZE (kvspb-nginx-auth-ldap-be8ff8eecb_GH0.tar.gz) = 15304 +SHA256 (kvspb-nginx-auth-ldap-8517bb0_GH0.tar.gz) = a69cf8d5490620d5507d712fa234e137d9404e9c250563f2eb421eafa6209975 +SIZE (kvspb-nginx-auth-ldap-8517bb0_GH0.tar.gz) = 16947 SHA256 (yaoweibin-nginx_ajp_module-bf6cd93_GH0.tar.gz) = 9e3f78ea73e2d606a95ee64fd3affa4c249f9b342e66b6b11b63061791f28316 SIZE (yaoweibin-nginx_ajp_module-bf6cd93_GH0.tar.gz) = 109704 SHA256 (nginx-clojure-nginx-clojure-v0.4.3_GH0.tar.gz) = fba7db2d16c0a2cf9a8d759baa6fdde1176bb9a4f0c747a218d3efd9f37298e8 From owner-svn-ports-head@freebsd.org Sun Feb 7 17:36:59 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C5EC9AA1DF1; Sun, 7 Feb 2016 17:36:59 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A0BF314CD; Sun, 7 Feb 2016 17:36:59 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17Haw1x049566; Sun, 7 Feb 2016 17:36:58 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17Hawjr049562; Sun, 7 Feb 2016 17:36:58 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201602071736.u17Hawjr049562@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Sun, 7 Feb 2016 17:36:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408431 - in head/www: nginx nginx-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 17:37:00 -0000 Author: osa Date: Sun Feb 7 17:36:58 2016 New Revision: 408431 URL: https://svnweb.freebsd.org/changeset/ports/408431 Log: Upgrade third-party fancy_index module from 0.3.5 to 0.3.6. Modified: head/www/nginx-devel/Makefile head/www/nginx-devel/distinfo head/www/nginx/Makefile head/www/nginx/distinfo Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Sun Feb 7 17:28:25 2016 (r408430) +++ head/www/nginx-devel/Makefile Sun Feb 7 17:36:58 2016 (r408431) @@ -432,7 +432,7 @@ CONFIGURE_ARGS+=--add-module=${WRKSRC_ev .endif .if ${PORT_OPTIONS:MHTTP_FANCYINDEX} -NGINX_FANCYINDEX_VERSION= 0.3.5 +NGINX_FANCYINDEX_VERSION= 0.3.6 GH_ACCOUNT+= aperezdc:fancyindex GH_PROJECT+= ngx-fancyindex:fancyindex GH_TAGNAME+= v${NGINX_FANCYINDEX_VERSION}:fancyindex Modified: head/www/nginx-devel/distinfo ============================================================================== --- head/www/nginx-devel/distinfo Sun Feb 7 17:28:25 2016 (r408430) +++ head/www/nginx-devel/distinfo Sun Feb 7 17:36:58 2016 (r408431) @@ -52,8 +52,8 @@ SHA256 (arut-nginx-dav-ext-module-v0.0.3 SIZE (arut-nginx-dav-ext-module-v0.0.3_GH0.tar.gz) = 6260 SHA256 (vkholodkov-nginx-eval-module-1.0.3_GH0.tar.gz) = 849381433a9020ee1162fa6211b047369fde38dc1a8b5de79f03f8fff2407fe2 SIZE (vkholodkov-nginx-eval-module-1.0.3_GH0.tar.gz) = 5724 -SHA256 (aperezdc-ngx-fancyindex-v0.3.5_GH0.tar.gz) = e0998e83be58bc5787fa9243a76a9d21de3cd01088d3cf63177ba88a562634a1 -SIZE (aperezdc-ngx-fancyindex-v0.3.5_GH0.tar.gz) = 14837 +SHA256 (aperezdc-ngx-fancyindex-v0.3.6_GH0.tar.gz) = e73f1f0444f8c53601b51da8684b174c5ffd3b4ed6eb7956dd57f8b95485b68f +SIZE (aperezdc-ngx-fancyindex-v0.3.6_GH0.tar.gz) = 17252 SHA256 (alibaba-nginx-http-footer-filter-1.2.2_GH0.tar.gz) = 3493b54460c59370f9f60c6e662862752f1920fc6e684f7a66bb2b3260692813 SIZE (alibaba-nginx-http-footer-filter-1.2.2_GH0.tar.gz) = 3934 SHA256 (kr-nginx-notice-3c95966_GH0.tar.gz) = e829fc94178cc8c91fef15a1fc44ee7ac162c13eddc0bba4c9427aaa23386885 Modified: head/www/nginx/Makefile ============================================================================== --- head/www/nginx/Makefile Sun Feb 7 17:28:25 2016 (r408430) +++ head/www/nginx/Makefile Sun Feb 7 17:36:58 2016 (r408431) @@ -423,7 +423,7 @@ CONFIGURE_ARGS+=--add-module=${WRKSRC_ev .endif .if ${PORT_OPTIONS:MHTTP_FANCYINDEX} -NGINX_FANCYINDEX_VERSION= 0.3.5 +NGINX_FANCYINDEX_VERSION= 0.3.6 GH_ACCOUNT+= aperezdc:fancyindex GH_PROJECT+= ngx-fancyindex:fancyindex GH_TAGNAME+= v${NGINX_FANCYINDEX_VERSION}:fancyindex Modified: head/www/nginx/distinfo ============================================================================== --- head/www/nginx/distinfo Sun Feb 7 17:28:25 2016 (r408430) +++ head/www/nginx/distinfo Sun Feb 7 17:36:58 2016 (r408431) @@ -52,8 +52,8 @@ SHA256 (arut-nginx-dav-ext-module-v0.0.3 SIZE (arut-nginx-dav-ext-module-v0.0.3_GH0.tar.gz) = 6260 SHA256 (vkholodkov-nginx-eval-module-1.0.3_GH0.tar.gz) = 849381433a9020ee1162fa6211b047369fde38dc1a8b5de79f03f8fff2407fe2 SIZE (vkholodkov-nginx-eval-module-1.0.3_GH0.tar.gz) = 5724 -SHA256 (aperezdc-ngx-fancyindex-v0.3.5_GH0.tar.gz) = e0998e83be58bc5787fa9243a76a9d21de3cd01088d3cf63177ba88a562634a1 -SIZE (aperezdc-ngx-fancyindex-v0.3.5_GH0.tar.gz) = 14837 +SHA256 (aperezdc-ngx-fancyindex-v0.3.6_GH0.tar.gz) = e73f1f0444f8c53601b51da8684b174c5ffd3b4ed6eb7956dd57f8b95485b68f +SIZE (aperezdc-ngx-fancyindex-v0.3.6_GH0.tar.gz) = 17252 SHA256 (alibaba-nginx-http-footer-filter-1.2.2_GH0.tar.gz) = 3493b54460c59370f9f60c6e662862752f1920fc6e684f7a66bb2b3260692813 SIZE (alibaba-nginx-http-footer-filter-1.2.2_GH0.tar.gz) = 3934 SHA256 (kr-nginx-notice-3c95966_GH0.tar.gz) = e829fc94178cc8c91fef15a1fc44ee7ac162c13eddc0bba4c9427aaa23386885 From owner-svn-ports-head@freebsd.org Sun Feb 7 17:39:37 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BDF3EAA1F3F; Sun, 7 Feb 2016 17:39:37 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 98B81163C; Sun, 7 Feb 2016 17:39:37 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17Hdad2049941; Sun, 7 Feb 2016 17:39:36 GMT (envelope-from bsam@FreeBSD.org) Received: (from bsam@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17HdZCi049927; Sun, 7 Feb 2016 17:39:35 GMT (envelope-from bsam@FreeBSD.org) Message-Id: <201602071739.u17HdZCi049927@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bsam set sender to bsam@FreeBSD.org using -f From: Boris Samorodov Date: Sun, 7 Feb 2016 17:39:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408432 - in head: chinese/eric6 devel/cs-eric6 devel/eric6 devel/es-eric6 devel/it-eric6 devel/tr-eric6 french/eric6 german/eric6 portuguese/eric6 russian/eric6 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 17:39:37 -0000 Author: bsam Date: Sun Feb 7 17:39:35 2016 New Revision: 408432 URL: https://svnweb.freebsd.org/changeset/ports/408432 Log: eric6 ports: Update to version 6.1.2. Modified: head/chinese/eric6/Makefile head/chinese/eric6/distinfo head/devel/cs-eric6/distinfo head/devel/eric6/Makefile.inc head/devel/eric6/distinfo head/devel/es-eric6/distinfo head/devel/it-eric6/distinfo head/devel/tr-eric6/distinfo head/french/eric6/distinfo head/german/eric6/distinfo head/portuguese/eric6/distinfo head/russian/eric6/distinfo Modified: head/chinese/eric6/Makefile ============================================================================== --- head/chinese/eric6/Makefile Sun Feb 7 17:36:58 2016 (r408431) +++ head/chinese/eric6/Makefile Sun Feb 7 17:39:35 2016 (r408432) @@ -2,6 +2,6 @@ # $FreeBSD$ CATEGORIES= chinese devel python -I18N_LANG= zh_CN.GB2312 +I18N_LANG= zh_CN .include "${.CURDIR}/../../devel/eric6/Makefile.inc" Modified: head/chinese/eric6/distinfo ============================================================================== --- head/chinese/eric6/distinfo Sun Feb 7 17:36:58 2016 (r408431) +++ head/chinese/eric6/distinfo Sun Feb 7 17:39:35 2016 (r408432) @@ -1,2 +1,2 @@ -SHA256 (eric6-i18n-zh_CN.GB2312-6.1.1.tar.gz) = 8764c356536eee46076974d421e7341c942c87da35088cf50f341700f30e6bd9 -SIZE (eric6-i18n-zh_CN.GB2312-6.1.1.tar.gz) = 456336 +SHA256 (eric6-i18n-zh_CN-6.1.2.tar.gz) = 25f8a498aa64a0f70846300c3f9e7d2ab7970b9bb054efbcbd9f4eb5bc4c85a9 +SIZE (eric6-i18n-zh_CN-6.1.2.tar.gz) = 456343 Modified: head/devel/cs-eric6/distinfo ============================================================================== --- head/devel/cs-eric6/distinfo Sun Feb 7 17:36:58 2016 (r408431) +++ head/devel/cs-eric6/distinfo Sun Feb 7 17:39:35 2016 (r408432) @@ -1,2 +1,2 @@ -SHA256 (eric6-i18n-cs-6.1.1.tar.gz) = 61cb7e2d711983450fab8274449819b06b60dad0e3e565323edc09ad76b48554 -SIZE (eric6-i18n-cs-6.1.1.tar.gz) = 565641 +SHA256 (eric6-i18n-cs-6.1.2.tar.gz) = 6a1f571e32e164fbb2cb081b7b9b75e73ad234b76a18344c7905075111ac0428 +SIZE (eric6-i18n-cs-6.1.2.tar.gz) = 565646 Modified: head/devel/eric6/Makefile.inc ============================================================================== --- head/devel/eric6/Makefile.inc Sun Feb 7 17:36:58 2016 (r408431) +++ head/devel/eric6/Makefile.inc Sun Feb 7 17:39:35 2016 (r408432) @@ -6,7 +6,7 @@ # french/eric6, german/eric6, russian/eric6 PORTNAME= eric6 -PORTVERSION= 6.1.1 +PORTVERSION= 6.1.2 MASTER_SITES= SF/eric-ide/${PORTNAME}/stable/${PORTVERSION} DISTNAME?= ${PORTNAME}-i18n-${I18N_LANG}-${PORTVERSION} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} Modified: head/devel/eric6/distinfo ============================================================================== --- head/devel/eric6/distinfo Sun Feb 7 17:36:58 2016 (r408431) +++ head/devel/eric6/distinfo Sun Feb 7 17:39:35 2016 (r408432) @@ -1,2 +1,2 @@ -SHA256 (eric6-6.1.1.tar.gz) = a6f3b01d596c16d6506fe448dd3cd7a0f5fadfe1db1a5c9a38cabd79fb752e20 -SIZE (eric6-6.1.1.tar.gz) = 10871112 +SHA256 (eric6-6.1.2.tar.gz) = 047e4bc589aa3e8ad7fb60e40effdc7df2cf2ea7f5edb2f661a5e902460359ed +SIZE (eric6-6.1.2.tar.gz) = 10877820 Modified: head/devel/es-eric6/distinfo ============================================================================== --- head/devel/es-eric6/distinfo Sun Feb 7 17:36:58 2016 (r408431) +++ head/devel/es-eric6/distinfo Sun Feb 7 17:39:35 2016 (r408432) @@ -1,2 +1,2 @@ -SHA256 (eric6-i18n-es-6.1.1.tar.gz) = 25097b2f5136efdd9a5f9a358688fe0978f4e630f7983dd591581715bb742f65 -SIZE (eric6-i18n-es-6.1.1.tar.gz) = 788987 +SHA256 (eric6-i18n-es-6.1.2.tar.gz) = c72a02c811d03cc121ae33480fb61d5f8fd3a5d4ebb0f3b74ef98690e3216990 +SIZE (eric6-i18n-es-6.1.2.tar.gz) = 788999 Modified: head/devel/it-eric6/distinfo ============================================================================== --- head/devel/it-eric6/distinfo Sun Feb 7 17:36:58 2016 (r408431) +++ head/devel/it-eric6/distinfo Sun Feb 7 17:39:35 2016 (r408432) @@ -1,2 +1,2 @@ -SHA256 (eric6-i18n-it-6.1.1.tar.gz) = 6b9a3b39ecedddab09ce17e9e8f4922ee657f2185822a83ddb74a033d86feca6 -SIZE (eric6-i18n-it-6.1.1.tar.gz) = 641853 +SHA256 (eric6-i18n-it-6.1.2.tar.gz) = e22119139a48482cad6a76c6121e0f7e7145221929713d212bf2f96e190b65d5 +SIZE (eric6-i18n-it-6.1.2.tar.gz) = 641857 Modified: head/devel/tr-eric6/distinfo ============================================================================== --- head/devel/tr-eric6/distinfo Sun Feb 7 17:36:58 2016 (r408431) +++ head/devel/tr-eric6/distinfo Sun Feb 7 17:39:35 2016 (r408432) @@ -1,2 +1,2 @@ -SHA256 (eric6-i18n-tr-6.1.1.tar.gz) = 3ce61890fdab665884201bc72a15e102e08dc4ae93bc23e047c3022df604b363 -SIZE (eric6-i18n-tr-6.1.1.tar.gz) = 491286 +SHA256 (eric6-i18n-tr-6.1.2.tar.gz) = 72e027d7fe538d6217b12667591c8819e34ab327fb1ca3309f6383c1c473f11c +SIZE (eric6-i18n-tr-6.1.2.tar.gz) = 491290 Modified: head/french/eric6/distinfo ============================================================================== --- head/french/eric6/distinfo Sun Feb 7 17:36:58 2016 (r408431) +++ head/french/eric6/distinfo Sun Feb 7 17:39:35 2016 (r408432) @@ -1,2 +1,2 @@ -SHA256 (eric6-i18n-fr-6.1.1.tar.gz) = 09acfbcc5561c4ec77e9331b0b20dc1131dd09bf2037f3488c2292f3bff87768 -SIZE (eric6-i18n-fr-6.1.1.tar.gz) = 513303 +SHA256 (eric6-i18n-fr-6.1.2.tar.gz) = bf9796b7bcdd4b5a119dc9719e7a8f0c58cd7ba0d5ec8c4ff6a3658a7ff6938c +SIZE (eric6-i18n-fr-6.1.2.tar.gz) = 513309 Modified: head/german/eric6/distinfo ============================================================================== --- head/german/eric6/distinfo Sun Feb 7 17:36:58 2016 (r408431) +++ head/german/eric6/distinfo Sun Feb 7 17:39:35 2016 (r408432) @@ -1,2 +1,2 @@ -SHA256 (eric6-i18n-de-6.1.1.tar.gz) = 8f815a67152cafbc51ce82be17ef801f7ab28ad33158873c57923f6abfb1d287 -SIZE (eric6-i18n-de-6.1.1.tar.gz) = 786391 +SHA256 (eric6-i18n-de-6.1.2.tar.gz) = fb2da712db513673c3ba6c3aef46c4665770a05b92742497604482fc391c77e5 +SIZE (eric6-i18n-de-6.1.2.tar.gz) = 786398 Modified: head/portuguese/eric6/distinfo ============================================================================== --- head/portuguese/eric6/distinfo Sun Feb 7 17:36:58 2016 (r408431) +++ head/portuguese/eric6/distinfo Sun Feb 7 17:39:35 2016 (r408432) @@ -1,2 +1,2 @@ -SHA256 (eric6-i18n-pt-6.1.1.tar.gz) = e4b7af07b779a662f5cf754618c77bc51a5e934b0f175f2901359cf7cbb3610a -SIZE (eric6-i18n-pt-6.1.1.tar.gz) = 565601 +SHA256 (eric6-i18n-pt-6.1.2.tar.gz) = 96acafa8e16f93d11c5fb50c0d0e4a89df66cd33214f10f9b4d7549021437504 +SIZE (eric6-i18n-pt-6.1.2.tar.gz) = 565599 Modified: head/russian/eric6/distinfo ============================================================================== --- head/russian/eric6/distinfo Sun Feb 7 17:36:58 2016 (r408431) +++ head/russian/eric6/distinfo Sun Feb 7 17:39:35 2016 (r408432) @@ -1,2 +1,2 @@ -SHA256 (eric6-i18n-ru-6.1.1.tar.gz) = 5c35e66ba55db858ddcd03729007ef3118a619e89cc743386943406bfe811abe -SIZE (eric6-i18n-ru-6.1.1.tar.gz) = 802884 +SHA256 (eric6-i18n-ru-6.1.2.tar.gz) = b96d69497da4fecd556887de4526e09cf0be6f343e20e0d9a5b1da86421d2de1 +SIZE (eric6-i18n-ru-6.1.2.tar.gz) = 802890 From owner-svn-ports-head@freebsd.org Sun Feb 7 17:41:52 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 60DC0AA1FDA; Sun, 7 Feb 2016 17:41:52 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2F5B319CF; Sun, 7 Feb 2016 17:41:52 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17Hfp3x050149; Sun, 7 Feb 2016 17:41:51 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17Hfp6G050147; Sun, 7 Feb 2016 17:41:51 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201602071741.u17Hfp6G050147@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 7 Feb 2016 17:41:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408433 - in head/math/p5-Math-BigInt: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 17:41:52 -0000 Author: pi Date: Sun Feb 7 17:41:50 2016 New Revision: 408433 URL: https://svnweb.freebsd.org/changeset/ports/408433 Log: math/p5-Math-BigInt: the overload of '..' is still not supported in perl - Similar patch is done in the lang/perl* ports PR: 196773 Submitted by: papowell@astart.com Approved by: tobez (maintainer timeout) Added: head/math/p5-Math-BigInt/files/ head/math/p5-Math-BigInt/files/patch-lib_Math_BigInt.pm (contents, props changed) Modified: head/math/p5-Math-BigInt/Makefile Modified: head/math/p5-Math-BigInt/Makefile ============================================================================== --- head/math/p5-Math-BigInt/Makefile Sun Feb 7 17:39:35 2016 (r408432) +++ head/math/p5-Math-BigInt/Makefile Sun Feb 7 17:41:50 2016 (r408433) @@ -3,6 +3,7 @@ PORTNAME= Math-BigInt PORTVERSION= 1.999715 +PORTREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PJACKLAM Added: head/math/p5-Math-BigInt/files/patch-lib_Math_BigInt.pm ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/p5-Math-BigInt/files/patch-lib_Math_BigInt.pm Sun Feb 7 17:41:50 2016 (r408433) @@ -0,0 +1,11 @@ +--- lib/Math/BigInt.pm.orig 2016-02-07 17:28:38 UTC ++++ lib/Math/BigInt.pm +@@ -65,7 +65,7 @@ use overload + '>>=' => sub { $_[0]->brsft($_[1]); }, + + # not supported by Perl yet +-'..' => \&_pointpoint, ++#'..' => \&_pointpoint, + + '<=>' => sub { my $rc = $_[2] ? + ref($_[0])->bcmp($_[1],$_[0]) : From owner-svn-ports-head@freebsd.org Sun Feb 7 18:04:12 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DA133AA0B5D; Sun, 7 Feb 2016 18:04:12 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AAE3738F; Sun, 7 Feb 2016 18:04:12 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17I4BOY058558; Sun, 7 Feb 2016 18:04:11 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17I4B5g058557; Sun, 7 Feb 2016 18:04:11 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201602071804.u17I4B5g058557@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sun, 7 Feb 2016 18:04:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408434 - head/graphics/digikam-kde4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 18:04:13 -0000 Author: rakuco Date: Sun Feb 7 18:04:11 2016 New Revision: 408434 URL: https://svnweb.freebsd.org/changeset/ports/408434 Log: Adjust MASTER_SITES for all digiKam ports. digiKam 4.2.0 which is currently in ports is quite old, and was moved along with all releases older than 4.10.0 to another location in download.kde.org. This should fix `make fetch' for graphics/digikam* and graphics/kipi-plugin*. Modified: head/graphics/digikam-kde4/Makefile.common Modified: head/graphics/digikam-kde4/Makefile.common ============================================================================== --- head/graphics/digikam-kde4/Makefile.common Sun Feb 7 17:41:50 2016 (r408433) +++ head/graphics/digikam-kde4/Makefile.common Sun Feb 7 18:04:11 2016 (r408434) @@ -13,7 +13,7 @@ # net/libmediawiki DIGIKAM_VER= 4.2.0 -MASTER_SITES= KDE/stable/digikam +MASTER_SITES= KDE/Attic/digikam KIPI_PLUGINS_ALL= acquireimages \ advancedslideshow \ From owner-svn-ports-head@freebsd.org Sun Feb 7 18:09:30 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 17EADAA0D9A; Sun, 7 Feb 2016 18:09:30 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E3BAA81F; Sun, 7 Feb 2016 18:09:29 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17I9Sno059067; Sun, 7 Feb 2016 18:09:28 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17I9Sjx059061; Sun, 7 Feb 2016 18:09:28 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201602071809.u17I9Sjx059061@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Sun, 7 Feb 2016 18:09:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408436 - in head/www: nginx nginx-devel nginx-devel/files nginx/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 18:09:30 -0000 Author: osa Date: Sun Feb 7 18:09:28 2016 New Revision: 408436 URL: https://svnweb.freebsd.org/changeset/ports/408436 Log: Upgrade third-party modsecurity module from 2.9.0 to 2.9.1-rc1. Modified: head/www/nginx-devel/Makefile head/www/nginx-devel/distinfo head/www/nginx-devel/files/extra-patch-nginx-modsecurity-configure head/www/nginx/Makefile head/www/nginx/distinfo head/www/nginx/files/extra-patch-nginx-modsecurity-configure Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Sun Feb 7 18:05:44 2016 (r408435) +++ head/www/nginx-devel/Makefile Sun Feb 7 18:09:28 2016 (r408436) @@ -691,7 +691,7 @@ CONFIGURE_ARGS+=--add-module=${WRKSRC_me .endif .if ${PORT_OPTIONS:MMODSECURITY} -NGINX_MODSECURITY_VERSION= 2.9.0 +NGINX_MODSECURITY_VERSION= 2.9.1-RC1 LIB_DEPENDS+= libapr-1.so:${PORTSDIR}/devel/apr1 \ libcurl.so:${PORTSDIR}/ftp/curl \ libluajit-5.1.so:${PORTSDIR}/lang/luajit \ @@ -699,7 +699,7 @@ LIB_DEPENDS+= libapr-1.so:${PORTSDIR}/de libyajl.so:${PORTSDIR}/devel/yajl USE_APACHE= 22+ USE_GNOME+= libxml2 -MASTER_SITES+= http://www.modsecurity.org/tarball/${NGINX_MODSECURITY_VERSION}/:modsecurity +MASTER_SITES+= http://www.modsecurity.org/tarball/${NGINX_MODSECURITY_VERSION:S/RC/rc/}/:modsecurity DISTFILES+= modsecurity-${NGINX_MODSECURITY_VERSION}.tar.gz:modsecurity CONFIGURE_ARGS+=--add-module=${WRKDIR}/modsecurity-${NGINX_MODSECURITY_VERSION}/nginx/modsecurity EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-nginx-modsecurity-configure Modified: head/www/nginx-devel/distinfo ============================================================================== --- head/www/nginx-devel/distinfo Sun Feb 7 18:05:44 2016 (r408435) +++ head/www/nginx-devel/distinfo Sun Feb 7 18:09:28 2016 (r408436) @@ -20,8 +20,8 @@ SHA256 (1.2.4.tar.gz) = f79521a25322cb4f SIZE (1.2.4.tar.gz) = 120448 SHA256 (mod_zip-1.1.6.tar.gz) = d30546b4be8308c721df0240ebc38c474c6b577381a110321eded6dbed5104b1 SIZE (mod_zip-1.1.6.tar.gz) = 21991 -SHA256 (modsecurity-2.9.0.tar.gz) = e2bbf789966c1f80094d88d9085a81bde082b2054f8e38e0db571ca49208f434 -SIZE (modsecurity-2.9.0.tar.gz) = 4246467 +SHA256 (modsecurity-2.9.1-RC1.tar.gz) = 86fd2462c556a11f812d76a3b97716cec2de0e81ee0a095d8280fdd6be384455 +SIZE (modsecurity-2.9.1-RC1.tar.gz) = 4265101 SHA256 (passenger-5.0.24.tar.gz) = 06b9cdd18c1ef283628b753815ae1c6eaf764f212fd8d439d7035c9257288f79 SIZE (passenger-5.0.24.tar.gz) = 5415880 SHA256 (nginx-sflow-module-0.9.7.tar.gz) = 508d15a43059abab08281bfa66d2dd520e2e7635d0b17043549bb331c8755b76 Modified: head/www/nginx-devel/files/extra-patch-nginx-modsecurity-configure ============================================================================== --- head/www/nginx-devel/files/extra-patch-nginx-modsecurity-configure Sun Feb 7 18:05:44 2016 (r408435) +++ head/www/nginx-devel/files/extra-patch-nginx-modsecurity-configure Sun Feb 7 18:09:28 2016 (r408436) @@ -1,11 +1,11 @@ ---- ../modsecurity-2.9.0/configure.orig 2015-02-12 22:08:46.000000000 +0300 -+++ ../modsecurity-2.9.0/configure 2015-08-10 02:53:29.046156000 +0300 +--- ../modsecurity-2.9.1-RC1/configure.orig 2016-02-07 12:45:53.346098000 -0500 ++++ ../modsecurity-2.9.1-RC1/configure 2016-02-07 12:47:50.081558000 -0500 @@ -14949,7 +14949,7 @@ LUA_LDADD="" LUA_LDFLAGS="" LUA_CONFIG=${PKG_CONFIG} --LUA_PKGNAMES="lua5.1 lua-5.1 lua_5.1 lua-51 lua_51 lua51 lua5 lua" -+LUA_PKGNAMES="luajit" +-LUA_PKGNAMES="lua5.1 lua-5.1 lua_5.1 lua-51 lua_51 lua51 lua5 lua lua5.2 lua-5.2 lua_5.2 lua-52 lua_52 lua52 lua5.3 lua-5.3 lua_5.3 lua-53 lua_53 lua53 " ++LUA_PKGNAMES="luajit " LUA_SONAMES="so la sl dll dylib a" Modified: head/www/nginx/Makefile ============================================================================== --- head/www/nginx/Makefile Sun Feb 7 18:05:44 2016 (r408435) +++ head/www/nginx/Makefile Sun Feb 7 18:09:28 2016 (r408436) @@ -670,7 +670,7 @@ CONFIGURE_ARGS+=--add-module=${WRKSRC_me .endif .if ${PORT_OPTIONS:MMODSECURITY} -NGINX_MODSECURITY_VERSION= 2.9.0 +NGINX_MODSECURITY_VERSION= 2.9.1-RC1 LIB_DEPENDS+= libapr-1.so:${PORTSDIR}/devel/apr1 \ libcurl.so:${PORTSDIR}/ftp/curl \ libluajit-5.1.so:${PORTSDIR}/lang/luajit \ @@ -678,7 +678,7 @@ LIB_DEPENDS+= libapr-1.so:${PORTSDIR}/de libyajl.so:${PORTSDIR}/devel/yajl USE_APACHE= 22+ USE_GNOME+= libxml2 -MASTER_SITES+= http://www.modsecurity.org/tarball/${NGINX_MODSECURITY_VERSION}/:modsecurity +MASTER_SITES+= http://www.modsecurity.org/tarball/${NGINX_MODSECURITY_VERSION:S/RC/rc/}/:modsecurity DISTFILES+= modsecurity-${NGINX_MODSECURITY_VERSION}.tar.gz:modsecurity CONFIGURE_ARGS+=--add-module=${WRKDIR}/modsecurity-${NGINX_MODSECURITY_VERSION}/nginx/modsecurity EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-nginx-modsecurity-configure Modified: head/www/nginx/distinfo ============================================================================== --- head/www/nginx/distinfo Sun Feb 7 18:05:44 2016 (r408435) +++ head/www/nginx/distinfo Sun Feb 7 18:09:28 2016 (r408436) @@ -20,8 +20,8 @@ SHA256 (1.2.4.tar.gz) = f79521a25322cb4f SIZE (1.2.4.tar.gz) = 120448 SHA256 (mod_zip-1.1.6.tar.gz) = d30546b4be8308c721df0240ebc38c474c6b577381a110321eded6dbed5104b1 SIZE (mod_zip-1.1.6.tar.gz) = 21991 -SHA256 (modsecurity-2.9.0.tar.gz) = e2bbf789966c1f80094d88d9085a81bde082b2054f8e38e0db571ca49208f434 -SIZE (modsecurity-2.9.0.tar.gz) = 4246467 +SHA256 (modsecurity-2.9.1-RC1.tar.gz) = 86fd2462c556a11f812d76a3b97716cec2de0e81ee0a095d8280fdd6be384455 +SIZE (modsecurity-2.9.1-RC1.tar.gz) = 4265101 SHA256 (passenger-5.0.24.tar.gz) = 06b9cdd18c1ef283628b753815ae1c6eaf764f212fd8d439d7035c9257288f79 SIZE (passenger-5.0.24.tar.gz) = 5415880 SHA256 (nginx-sflow-module-0.9.7.tar.gz) = 508d15a43059abab08281bfa66d2dd520e2e7635d0b17043549bb331c8755b76 Modified: head/www/nginx/files/extra-patch-nginx-modsecurity-configure ============================================================================== --- head/www/nginx/files/extra-patch-nginx-modsecurity-configure Sun Feb 7 18:05:44 2016 (r408435) +++ head/www/nginx/files/extra-patch-nginx-modsecurity-configure Sun Feb 7 18:09:28 2016 (r408436) @@ -1,11 +1,11 @@ ---- ../modsecurity-2.9.0/configure.orig 2015-02-12 22:08:46.000000000 +0300 -+++ ../modsecurity-2.9.0/configure 2015-08-10 02:53:29.046156000 +0300 +--- ../modsecurity-2.9.1-RC1/configure.orig 2016-02-07 12:45:53.346098000 -0500 ++++ ../modsecurity-2.9.1-RC1/configure 2016-02-07 12:47:50.081558000 -0500 @@ -14949,7 +14949,7 @@ LUA_LDADD="" LUA_LDFLAGS="" LUA_CONFIG=${PKG_CONFIG} --LUA_PKGNAMES="lua5.1 lua-5.1 lua_5.1 lua-51 lua_51 lua51 lua5 lua" -+LUA_PKGNAMES="luajit" +-LUA_PKGNAMES="lua5.1 lua-5.1 lua_5.1 lua-51 lua_51 lua51 lua5 lua lua5.2 lua-5.2 lua_5.2 lua-52 lua_52 lua52 lua5.3 lua-5.3 lua_5.3 lua-53 lua_53 lua53 " ++LUA_PKGNAMES="luajit " LUA_SONAMES="so la sl dll dylib a" From owner-svn-ports-head@freebsd.org Sun Feb 7 18:10:48 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 02A97AA0E63; Sun, 7 Feb 2016 18:10:48 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C4FC997B; Sun, 7 Feb 2016 18:10:47 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17IAklK059229; Sun, 7 Feb 2016 18:10:46 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17IAkqB059227; Sun, 7 Feb 2016 18:10:46 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201602071810.u17IAkqB059227@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 7 Feb 2016 18:10:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408437 - head/net/balance X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 18:10:48 -0000 Author: pi Date: Sun Feb 7 18:10:46 2016 New Revision: 408437 URL: https://svnweb.freebsd.org/changeset/ports/408437 Log: net/balance: 3.56 -> 3.57 - MAXGROUPS has been increased to 32 PR: 206964 Submitted by: Chris Hutchinson (maintainer) Modified: head/net/balance/Makefile head/net/balance/distinfo Modified: head/net/balance/Makefile ============================================================================== --- head/net/balance/Makefile Sun Feb 7 18:09:28 2016 (r408436) +++ head/net/balance/Makefile Sun Feb 7 18:10:46 2016 (r408437) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= balance -PORTVERSION= 3.56 +PORTVERSION= 3.57 CATEGORIES= net MASTER_SITES= http://www.inlab.de/ Modified: head/net/balance/distinfo ============================================================================== --- head/net/balance/distinfo Sun Feb 7 18:09:28 2016 (r408436) +++ head/net/balance/distinfo Sun Feb 7 18:10:46 2016 (r408437) @@ -1,2 +1,2 @@ -SHA256 (balance-3.56.tar.gz) = 939a04eb5c89bd1a6b309a30507e36758dd9f1e90c76ed457c2c67b651dde89c -SIZE (balance-3.56.tar.gz) = 35477 +SHA256 (balance-3.57.tar.gz) = b355f98932a9f4c9786cb61012e8bdf913c79044434b7d9621e2fa08370afbe1 +SIZE (balance-3.57.tar.gz) = 35547 From owner-svn-ports-head@freebsd.org Sun Feb 7 18:26:55 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D2664AA15D2; Sun, 7 Feb 2016 18:26:55 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A51E8F8C; Sun, 7 Feb 2016 18:26:55 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17IQsqw064885; Sun, 7 Feb 2016 18:26:54 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17IQsIX064884; Sun, 7 Feb 2016 18:26:54 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602071826.u17IQsIX064884@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 7 Feb 2016 18:26:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408438 - head/devel/cunit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 18:26:55 -0000 Author: marino Date: Sun Feb 7 18:26:54 2016 New Revision: 408438 URL: https://svnweb.freebsd.org/changeset/ports/408438 Log: devel/cunit: link with ncurses, not curses (part of ncurses work) approved by: infrastructure blanket Modified: head/devel/cunit/Makefile Modified: head/devel/cunit/Makefile ============================================================================== --- head/devel/cunit/Makefile Sun Feb 7 18:10:46 2016 (r408437) +++ head/devel/cunit/Makefile Sun Feb 7 18:26:54 2016 (r408438) @@ -46,7 +46,7 @@ AUTOMATED_CONFIGURE_ENABLE= automated BASIC_CONFIGURE_ENABLE= basic CONSOLE_CONFIGURE_ENABLE= console CURSES_CONFIGURE_ENABLE=curses -CURSES_LDFLAGS= -lcurses +CURSES_LDFLAGS= -lncurses CURSES_USES= ncurses DEBUG_CONFIGURE_ENABLE= debug EXAMPLES_CONFIGURE_ENABLE= examples From owner-svn-ports-head@freebsd.org Sun Feb 7 18:29:00 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2E24AAA16B8; Sun, 7 Feb 2016 18:29:00 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F3BE31086; Sun, 7 Feb 2016 18:28:59 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17ISxcp065049; Sun, 7 Feb 2016 18:28:59 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17ISw9k065048; Sun, 7 Feb 2016 18:28:59 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602071828.u17ISw9k065048@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 7 Feb 2016 18:28:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408439 - head/devel/hexcompare X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 18:29:00 -0000 Author: marino Date: Sun Feb 7 18:28:58 2016 New Revision: 408439 URL: https://svnweb.freebsd.org/changeset/ports/408439 Log: devel/hexcompare: document ncurses rqmt (USES+=ncurses), respect LD/CFLAGS Also link with ncurses, not curses. approved by: infrastructure blanket Modified: head/devel/hexcompare/Makefile Modified: head/devel/hexcompare/Makefile ============================================================================== --- head/devel/hexcompare/Makefile Sun Feb 7 18:26:54 2016 (r408438) +++ head/devel/hexcompare/Makefile Sun Feb 7 18:28:58 2016 (r408439) @@ -12,10 +12,13 @@ COMMENT= Compare and identify difference LICENSE= GPLv3 +USES= ncurses PLIST_FILES= bin/hexcompare post-patch: - ${REINPLACE_CMD} -e 's|gcc|${CC}|g' ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e 's|gcc|${CC}|g' ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e 's|-lncurses|$$(CFLAGS) $$(LDFLAGS) -lncurses|' \ + ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin From owner-svn-ports-head@freebsd.org Sun Feb 7 18:30:31 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 26320AA175E; Sun, 7 Feb 2016 18:30:31 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E88CA1186; Sun, 7 Feb 2016 18:30:30 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17IUTDR065226; Sun, 7 Feb 2016 18:30:29 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17IUToA065225; Sun, 7 Feb 2016 18:30:29 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602071830.u17IUToA065225@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 7 Feb 2016 18:30:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408440 - head/devel/global X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 18:30:31 -0000 Author: marino Date: Sun Feb 7 18:30:29 2016 New Revision: 408440 URL: https://svnweb.freebsd.org/changeset/ports/408440 Log: devel/global: document ncurses requirement (USES+=ncurses) approved by: infrastructure blanket Modified: head/devel/global/Makefile Modified: head/devel/global/Makefile ============================================================================== --- head/devel/global/Makefile Sun Feb 7 18:28:58 2016 (r408439) +++ head/devel/global/Makefile Sun Feb 7 18:30:29 2016 (r408440) @@ -16,7 +16,7 @@ OPTIONS_DEFINE= DOCS GNU_CONFIGURE= yes INSTALL_TARGET= install-strip TEST_TARGET= check -USES= libtool perl5 +USES= libtool ncurses perl5 INFO= global PORTDOCS= AUTHORS COPYING ChangeLog FAQ INSTALL LICENSE NEWS README THANKS From owner-svn-ports-head@freebsd.org Sun Feb 7 18:33:19 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3B712AA1947; Sun, 7 Feb 2016 18:33:19 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0F2F514B7; Sun, 7 Feb 2016 18:33:18 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17IXIHn067875; Sun, 7 Feb 2016 18:33:18 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17IXIjQ067874; Sun, 7 Feb 2016 18:33:18 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602071833.u17IXIjQ067874@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 7 Feb 2016 18:33:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408441 - head/devel/clewn X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 18:33:19 -0000 Author: marino Date: Sun Feb 7 18:33:17 2016 New Revision: 408441 URL: https://svnweb.freebsd.org/changeset/ports/408441 Log: devel/clewn: document ncurses requirement (USES+=ncurses) Also link with ncurses, not curses approved by: infrastructure blanket Modified: head/devel/clewn/Makefile Modified: head/devel/clewn/Makefile ============================================================================== --- head/devel/clewn/Makefile Sun Feb 7 18:30:29 2016 (r408440) +++ head/devel/clewn/Makefile Sun Feb 7 18:33:17 2016 (r408441) @@ -12,8 +12,11 @@ COMMENT= Clewn provides Gdb support with RUN_DEPENDS= vim:${PORTSDIR}/editors/vim -USES= gmake readline +USES= gmake ncurses readline GNU_CONFIGURE= yes CONFIGURE_ENV= vimdir=${PREFIX}/share/vim/vimfiles +post-patch: + ${REINPLACE_CMD} -e 's|-lcurses|-lncurses|' ${WRKSRC}/configure + .include From owner-svn-ports-head@freebsd.org Sun Feb 7 19:09:38 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5A14FAA0938; Sun, 7 Feb 2016 19:09:38 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2CF60991; Sun, 7 Feb 2016 19:09:38 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17J9bWs076963; Sun, 7 Feb 2016 19:09:37 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17J9bdm076962; Sun, 7 Feb 2016 19:09:37 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602071909.u17J9bdm076962@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 7 Feb 2016 19:09:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408442 - head/devel/libtermkey X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 19:09:38 -0000 Author: marino Date: Sun Feb 7 19:09:36 2016 New Revision: 408442 URL: https://svnweb.freebsd.org/changeset/ports/408442 Log: devel/libtermkey: document ncurses requirement (USES+=ncurses) approved by: infrastructure blanket Modified: head/devel/libtermkey/Makefile Modified: head/devel/libtermkey/Makefile ============================================================================== --- head/devel/libtermkey/Makefile Sun Feb 7 18:33:17 2016 (r408441) +++ head/devel/libtermkey/Makefile Sun Feb 7 19:09:36 2016 (r408442) @@ -12,7 +12,7 @@ COMMENT= Easy processing of keyboard ent LICENSE= MIT -USES= gmake libtool:build +USES= gmake libtool:build ncurses pkgconfig LIB_DEPENDS= libunibilium.so:${PORTSDIR}/devel/unibilium USE_LDCONFIG= yes MAKE_ARGS= MANDIR=${MANPREFIX}/man From owner-svn-ports-head@freebsd.org Sun Feb 7 19:15:07 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 871A5AA0CCC; Sun, 7 Feb 2016 19:15:07 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5C5C7D51; Sun, 7 Feb 2016 19:15:07 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17JF6t3079857; Sun, 7 Feb 2016 19:15:06 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17JF6xB079856; Sun, 7 Feb 2016 19:15:06 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602071915.u17JF6xB079856@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 7 Feb 2016 19:15:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408443 - head/devel/mspdebug X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 19:15:07 -0000 Author: marino Date: Sun Feb 7 19:15:06 2016 New Revision: 408443 URL: https://svnweb.freebsd.org/changeset/ports/408443 Log: devel/mspdebug: remove termcap requirement (part of ncurses work) Found missing pkgconfig during effort. approved by: infrastructure blanket Modified: head/devel/mspdebug/Makefile Modified: head/devel/mspdebug/Makefile ============================================================================== --- head/devel/mspdebug/Makefile Sun Feb 7 19:09:36 2016 (r408442) +++ head/devel/mspdebug/Makefile Sun Feb 7 19:15:06 2016 (r408443) @@ -18,7 +18,7 @@ OPTIONS_DEFINE= READLINE LIBMSP430 OPTIONS_DEFAULT= READLINE LIBMSP430 LIBMSP430_DESC= Use TI libmsp430 USB driver -READLINE_USES= readline +READLINE_USES= readline pkgconfig READLINE_MAKE_ARGS_OFF= WITHOUT_READLINE=1 LIBMSP430_LIB_DEPENDS= libmsp430.so:${PORTSDIR}/devel/msp430-debug-stack @@ -32,4 +32,7 @@ PLIST_FILES= bin/mspdebug \ share/doc/mspdebug/EmbeddedMode.txt \ share/doc/mspdebug/README +post-patch: + @${REINPLACE_CMD} -e 's|-ltermcap||' ${WRKSRC}/Makefile + .include From owner-svn-ports-head@freebsd.org Sun Feb 7 19:17:39 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 40B83AA0E59; Sun, 7 Feb 2016 19:17:39 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 15B5CEFD; Sun, 7 Feb 2016 19:17:39 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17JHcX3080026; Sun, 7 Feb 2016 19:17:38 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17JHcA2080024; Sun, 7 Feb 2016 19:17:38 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602071917.u17JHcA2080024@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 7 Feb 2016 19:17:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408444 - head/devel/libreadline-java X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 19:17:39 -0000 Author: marino Date: Sun Feb 7 19:17:37 2016 New Revision: 408444 URL: https://svnweb.freebsd.org/changeset/ports/408444 Log: devel/libreadline-java: USES+= ncurses, link to ncurses (not termcap) Modified: head/devel/libreadline-java/Makefile Modified: head/devel/libreadline-java/Makefile ============================================================================== --- head/devel/libreadline-java/Makefile Sun Feb 7 19:15:06 2016 (r408443) +++ head/devel/libreadline-java/Makefile Sun Feb 7 19:17:37 2016 (r408444) @@ -20,7 +20,7 @@ PLIST_FILES= %%JAVAJARDIR%%/libreadline- lib/libJavaEditline.so \ lib/libJavaGetline.so PORTDOCS= README.1st README jython.sh JReadlineCompleter.py -USES= gmake libedit readline +USES= gmake libedit ncurses readline USE_JAVA= yes USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} @@ -28,6 +28,10 @@ MAKE_JOBS_UNSAFE= yes OPTIONS_DEFINE= DOCS +post-patch: + ${REINPLACE_CMD} -e 's|-ltermcap|-lncurses|' \ + ${WRKSRC}/src/native/Makefile + do-install: ${INSTALL_DATA} ${WRKSRC}/libreadline-java.jar \ ${STAGEDIR}${JAVAJARDIR} From owner-svn-ports-head@freebsd.org Sun Feb 7 19:19:12 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1FE9AAA0F38; Sun, 7 Feb 2016 19:19:12 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E75F2FF5; Sun, 7 Feb 2016 19:19:11 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17JJAjF080177; Sun, 7 Feb 2016 19:19:10 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17JJAQr080176; Sun, 7 Feb 2016 19:19:10 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602071919.u17JJAQr080176@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 7 Feb 2016 19:19:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408445 - head/devel/terminality X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 19:19:12 -0000 Author: marino Date: Sun Feb 7 19:19:10 2016 New Revision: 408445 URL: https://svnweb.freebsd.org/changeset/ports/408445 Log: devel/terminality: USES+= ncurses, respect LDFLAGS Modified: head/devel/terminality/Makefile Modified: head/devel/terminality/Makefile ============================================================================== --- head/devel/terminality/Makefile Sun Feb 7 19:17:37 2016 (r408444) +++ head/devel/terminality/Makefile Sun Feb 7 19:19:10 2016 (r408445) @@ -10,10 +10,15 @@ DISTNAME= tn-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Cross-platform terminal manipulation library +USES= ncurses USE_CSTD= gnu89 OPTIONS_DEFINE= DOCS +post-patch: + @${REINPLACE_CMD} -e 's@-lncurses@$$(LDFLAGS) -lncurses@g' \ + ${WRKSRC}/demo/Makefile ${WRKSRC}/dlgc/Makefile + do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/include/tn ${INSTALL_DATA} ${WRKSRC}/*.h ${STAGEDIR}${PREFIX}/include/tn From owner-svn-ports-head@freebsd.org Sun Feb 7 19:21:04 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B5873AA0FD8; Sun, 7 Feb 2016 19:21:04 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8ADD1112C; Sun, 7 Feb 2016 19:21:04 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17JL3HF080341; Sun, 7 Feb 2016 19:21:03 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17JL3Nc080340; Sun, 7 Feb 2016 19:21:03 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602071921.u17JL3Nc080340@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 7 Feb 2016 19:21:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408446 - head/devel/ncc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 19:21:04 -0000 Author: marino Date: Sun Feb 7 19:21:03 2016 New Revision: 408446 URL: https://svnweb.freebsd.org/changeset/ports/408446 Log: devel/ncc: USES+= ncurses, respect LDFLAGS/CFLAGS Modified: head/devel/ncc/Makefile Modified: head/devel/ncc/Makefile ============================================================================== --- head/devel/ncc/Makefile Sun Feb 7 19:19:10 2016 (r408445) +++ head/devel/ncc/Makefile Sun Feb 7 19:21:03 2016 (r408446) @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/doc/LICENSE ALL_TARGET= # empty MAKE_ARGS+= CC="${CXX}" LCFLAGS="${CFLAGS}" -USES= python:run +USES= ncurses python:run CFLAGS+= -DNOGNU='\"${PREFIX}/include/ncc/nognu\"' -fpermissive PLIST_FILES= bin/ncc bin/nccnav bin/nccnavi bin/ncc-gengraph.py \ @@ -30,6 +30,8 @@ OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e '/NOGNU/d' ${WRKSRC}/config.h @${REINPLACE_CMD} -e '/#include /d' ${WRKSRC}/dbstree.h + @${REINPLACE_CMD} -e 's|-lncurses|$$(CFLAGS) $$(LDFLAGS) -lncurses|' \ + ${WRKSRC}/nccnav/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/objdir/ncc ${STAGEDIR}${PREFIX}/bin From owner-svn-ports-head@freebsd.org Sun Feb 7 19:22:08 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 29E08AA11C2; Sun, 7 Feb 2016 19:22:08 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ED8A513B5; Sun, 7 Feb 2016 19:22:07 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17JM6Kt082930; Sun, 7 Feb 2016 19:22:06 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17JM6vQ082929; Sun, 7 Feb 2016 19:22:06 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602071922.u17JM6vQ082929@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 7 Feb 2016 19:22:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408447 - head/devel/xwpe X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 19:22:08 -0000 Author: marino Date: Sun Feb 7 19:22:06 2016 New Revision: 408447 URL: https://svnweb.freebsd.org/changeset/ports/408447 Log: devel/xwpe: USES+= ncurses Modified: head/devel/xwpe/Makefile Modified: head/devel/xwpe/Makefile ============================================================================== --- head/devel/xwpe/Makefile Sun Feb 7 19:21:03 2016 (r408446) +++ head/devel/xwpe/Makefile Sun Feb 7 19:22:06 2016 (r408447) @@ -11,7 +11,7 @@ MASTER_SITES= SUNSITE/apps/editors/X \ MAINTAINER= ports@FreeBSD.org COMMENT= Borland-like IDE programming environment -USES= desthack gmake +USES= desthack gmake ncurses DESTDIRNAME= STAGEDIR USE_XORG= sm ice x11 GNU_CONFIGURE= yes From owner-svn-ports-head@freebsd.org Sun Feb 7 19:23:24 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 428BDAA128E; Sun, 7 Feb 2016 19:23:24 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1506D1598; Sun, 7 Feb 2016 19:23:24 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17JNNA9083064; Sun, 7 Feb 2016 19:23:23 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17JNNFU083063; Sun, 7 Feb 2016 19:23:23 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602071923.u17JNNFU083063@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 7 Feb 2016 19:23:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408448 - head/devel/avr-gdb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 19:23:24 -0000 Author: marino Date: Sun Feb 7 19:23:22 2016 New Revision: 408448 URL: https://svnweb.freebsd.org/changeset/ports/408448 Log: devel/avr-gdb: document ncurses requirement (USES+=ncurses) approved by: infrastructure blanket Modified: head/devel/avr-gdb/Makefile Modified: head/devel/avr-gdb/Makefile ============================================================================== --- head/devel/avr-gdb/Makefile Sun Feb 7 19:22:06 2016 (r408447) +++ head/devel/avr-gdb/Makefile Sun Feb 7 19:23:22 2016 (r408448) @@ -13,7 +13,7 @@ MAINTAINER= joerg@FreeBSD.org COMMENT= GNU GDB for the AVR target LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 -USES= gmake tar:bzip2 +USES= gmake ncurses tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --target=avr --program-prefix=avr --disable-nls \ From owner-svn-ports-head@freebsd.org Sun Feb 7 19:43:59 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 77399AA1A3F; Sun, 7 Feb 2016 19:43:59 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 48FC31D61; Sun, 7 Feb 2016 19:43:59 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17JhwVi089166; Sun, 7 Feb 2016 19:43:58 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17Jhua8089151; Sun, 7 Feb 2016 19:43:56 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201602071943.u17Jhua8089151@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Sun, 7 Feb 2016 19:43:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408449 - in head: . Mk Mk/Uses archivers/peazip audio/jokosher devel/dee emulators/darcnes multimedia/avidemux multimedia/mpeg4ip multimedia/mplayer multimedia/winff net-im/libpurple n... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 19:43:59 -0000 Author: kwm Date: Sun Feb 7 19:43:56 2016 New Revision: 408449 URL: https://svnweb.freebsd.org/changeset/ports/408449 Log: Move Mk/bsd.gnome.mk and Mk/bsd.mate.mk to Mk/Uses/. To use the GNOME or MATE components activate it by adding gnome or mate to USES. The usage of USE_GNOME/INSTALL_ICONS and for example GLIB_SCHEMAS has stayed the same. Like with USES, the use of USE_GNOME and so after bsd.port.pre.mk is now forbidden. And adapt ports that where still doing that. Exp-runs done by: antoine@ PR: 205432 Reviewed by: antoine@, mat@ Approved by: portmgr (antoine@) Differential Revision: https://reviews.freebsd.org/D3653 Added: head/Mk/Uses/gnome.mk - copied, changed from r408448, head/Mk/bsd.gnome.mk head/Mk/Uses/mate.mk - copied, changed from r408448, head/Mk/bsd.mate.mk Deleted: head/Mk/bsd.gnome.mk head/Mk/bsd.mate.mk Modified: head/CHANGES head/Mk/bsd.port.mk head/archivers/peazip/Makefile head/audio/jokosher/Makefile head/devel/dee/Makefile head/emulators/darcnes/Makefile head/multimedia/avidemux/Makefile.common head/multimedia/mpeg4ip/Makefile head/multimedia/mplayer/Makefile head/multimedia/winff/Makefile head/net-im/libpurple/Makefile head/net-p2p/transmission-remote-gui/Makefile head/sysutils/ntfsprogs/Makefile Modified: head/CHANGES ============================================================================== --- head/CHANGES Sun Feb 7 19:23:22 2016 (r408448) +++ head/CHANGES Sun Feb 7 19:43:56 2016 (r408449) @@ -10,6 +10,18 @@ in the release notes and/or placed into All ports committers are allowed to commit to this file. +20160207: +AUTHOR: kwm@FreeBSD.org + + The GNOME and MATE framework activation changed. To use the frameworks + now either gnome or mate needs to be added USES. + + The usage of USE_GNOME, USE_MATE, INSTALLS_ICONS and for example + GLIB_SCHEMAS stays the same. + + Like with USES, the use of USE_GNOME and so after bsd.port.pre.mk + is now forbidden. + 20160112: AUTHOR: amdmi3@FreeBSD.org Copied and modified: head/Mk/Uses/gnome.mk (from r408448, head/Mk/bsd.gnome.mk) ============================================================================== --- head/Mk/bsd.gnome.mk Sun Feb 7 19:23:22 2016 (r408448, copy source) +++ head/Mk/Uses/gnome.mk Sun Feb 7 19:43:56 2016 (r408449) @@ -1,4 +1,4 @@ -#-*- tab-width: 4; -*- +#-*- mode: Fundamental; tab-width: 4; -*- # ex:ts=4 # # $FreeBSD$ @@ -13,12 +13,8 @@ # # ======================= /USERS ================================ -.if !defined(_POSTMKINCLUDED) && !defined(Gnome_Pre_Include) - # Please make sure all changes to this file are passed through the maintainer. # Do not commit them yourself (unless of course you're the Port's Wraith ;). -Gnome_Include_MAINTAINER= gnome@FreeBSD.org -Gnome_Pre_Include= bsd.gnome.mk # This section defines possible names of GNOME components and all information # necessary for ports to use those components. @@ -59,6 +55,16 @@ Gnome_Pre_Include= bsd.gnome.mk # and will display correctly. This macro isn't needed # for QT based applications, which use a different method. # +# MAINTAINER: gnome@FreeBSD.org + +.if !defined(_INCLUDE_USES_GNOME_MK) +_INCLUDE_USES_GNOME_MK= yes + +_USES_POST+= gnome + +.if !empty(gnome_ARGS) +IGNORE= USES=gnome takes no arguments +.endif # non-version specific components _USE_GNOME_ALL= esound intlhack intltool introspection \ @@ -554,17 +560,6 @@ HAVE_GNOME+= ${component} . endif .endif -.endif -# End of optional part. - -.if defined(_POSTMKINCLUDED) && !defined(Gnome_Post_Include) - -Gnome_Post_Include= bsd.gnome.mk - -.if !defined(Gnome_Pre_Include) -.error The Pre include part of bsd.gnome.mk part is not included. Did you forget WANT_GNOME=yes before bsd.port.pre.mk? -.endif - .if defined(USE_GNOME) # First of all expand all USE_GNOME_IMPL recursively . for component in ${_USE_GNOME_ALL} @@ -653,14 +648,6 @@ MAKE_ENV+= GCONF_DISABLE_MAKEFILE_SCHEMA . endif .endif -.if defined(GNOME_PRE_PATCH) - -pre-patch: gnome-pre-patch - -gnome-pre-patch: - @${GNOME_PRE_PATCH:C/^;//1} -.endif - .if defined(WANT_GNOME) USE_GNOME?= . if ${_USE_GNOME_SAVED}==${USE_GNOME} @@ -676,9 +663,23 @@ RUN_DEPENDS+= ${GNOME_SUBR}:${PORTSDIR}/ SUB_LIST+= GNOME_SUBR=${GNOME_SUBR} .endif +.endif +# end of the part + +.if defined(_POSTMKINCLUDED) && !defined(_INCLUDE_USES_GNOME_POST_MK) +_INCLUDE_USES_GNOME_POST_MK= yes + +.if defined(GNOME_PRE_PATCH) + +_USES_patch+= 290:gnome-pre-patch + +gnome-pre-patch: + @${GNOME_PRE_PATCH:C/^;//1} +.endif + .if defined(GCONF_SCHEMAS) || defined(INSTALLS_OMF) || defined(INSTALLS_ICONS) \ || defined(GLIB_SCHEMAS) -post-install: gnome-post-install +_USES_install+= 690:gnome-post-install gnome-post-install: . if defined(GCONF_SCHEMAS) Copied and modified: head/Mk/Uses/mate.mk (from r408448, head/Mk/bsd.mate.mk) ============================================================================== --- head/Mk/bsd.mate.mk Sun Feb 7 19:23:22 2016 (r408448, copy source) +++ head/Mk/Uses/mate.mk Sun Feb 7 19:43:56 2016 (r408449) @@ -2,31 +2,29 @@ # ex:ts=4 # # $FreeBSD$ -# $NetBSD$ -# $MCom: ports-experimental/Mk/bsd.mate.mk,v 1.13 2012/09/03 17:02:31 mezz Exp $ # # Please view me with 4 column tabs! -####################################################### -# -# *** WARNING: Disable MARCUSCOM before merge in FreeBSD! -# Please also remove this section before merging into FreeBSD. -# -#MARCUSCOM_CVS=yes - # ======================= USERS ================================= # # There are no significant user-definable settings in here. # This file is a framework to make it easier to create MATE ports. # # ======================= /USERS ================================ - -.if !defined(_POSTMKINCLUDED) && !defined(Mate_Pre_Include) - +# # Please make sure all changes to this file are passed through the maintainer. # Do not commit them yourself (unless of course you're the Port's Wraith ;). -Mate_Include_MAINTAINER= gnome@FreeBSD.org -Mate_Pre_Include= bsd.mate.mk +# +# MAINTAINER: gnome@FreeBSD.org + +.if !defined(_INCLUDE_USES_MATE_MK) +_INCLUDE_USES_MATE_MK= yes + +_USES_POST+= mate + +.if !empty(mate_ARGS) +IGNORE= USES=mate takes no arguments +.endif # This section defines possible names of MATE components and all information # necessary for ports to use those components. @@ -142,13 +140,6 @@ settingsdaemon_RUN_DEPENDS= ${settingsda # End component definition section -.endif -# End of optional part. - -.if defined(_POSTMKINCLUDED) && !defined(Mate_Post_Include) - -Mate_Post_Include= bsd.mate.mk - .if defined(USE_MATE) # Comparing between USE_MATE and _USE_MATE_ALL to make sure the component # exists in _USE_MATE_ALL. If it does not exist then give an error about it. @@ -202,11 +193,17 @@ MATE_PRE_PATCH+= ; ${${component}_PRE_PA . endfor .endif # USE_MATE check +.endif +# End of optional part. + +.if defined(_POSTMKINCLUDED) && !defined(_INCLUDE_USES_MATE_POST_MK) +_INCLUDE_USES_MATE_POST_MK= yes + .if ${USE_MATE:Mautogen}!="" CONFIGURE_ENV+= NOCONFIGURE=yes -pre-configure: mate-pre-configure +_USES_configure+= 295:mate-pre-configure mate-pre-configure: @(cd ${CONFIGURE_WRKSRC} ; ${SETENV} ${CONFIGURE_ENV} ./autogen.sh) @@ -214,15 +211,11 @@ mate-pre-configure: .if defined(MATE_PRE_PATCH) -pre-configure-script: mate-pre-configure-script +_USES_configure+= 445:mate-pre-configure-script mate-pre-configure-script: @${MATE_PRE_PATCH:C/^;//1} .endif -.if ${MAINTAINER}=="gnome@FreeBSD.org" -CONFIGURE_FAIL_MESSAGE= "Please run the gnomelogalyzer, available from \"http://www.freebsd.org/gnome/gnomelogalyzer.sh\", which will diagnose the problem and suggest a solution. If - and only if - the gnomelogalyzer cannot solve the problem, report the build failure to the FreeBSD MATE team at ${MAINTAINER}, and attach (a) \"${CONFIGURE_WRKSRC}/${CONFIGURE_LOG}\", (b) the output of the failed make command, and (c) the gnomelogalyzer output. Also, it might be a good idea to provide an overview of all packages installed on your system (i.e. an \`ls ${PKG_DBDIR}\`). Put your attachment up on any website, copy-and-paste into http://freebsd-gnome.pastebin.com, or use send-pr(1) with the attachment. Try to avoid sending any attachments to the mailing list (${MAINTAINER}), because attachments sent to FreeBSD mailing lists are usually discarded by the mailing list software." -.endif - .endif # End of use part. Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Sun Feb 7 19:23:22 2016 (r408448) +++ head/Mk/bsd.port.mk Sun Feb 7 19:43:56 2016 (r408449) @@ -388,16 +388,6 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org # USE_GECKO - If set, this port uses the Gecko/Mozilla product. # See bsd.gecko.mk for more details. ## -# USE_GNOME - A list of the Gnome dependencies the port has (e.g., -# glib12, gtk12). Implies that the port needs Gnome. -# Implies inclusion of bsd.gnome.mk. See bsd.gnome.mk -# or http://www.FreeBSD.org/gnome/docs/porting.html -# for more details. -## -# USE_MATE - A list of the MATE dependencies the port has. Implies -# that the port needs MATE. Implies inclusion of -# bsd.mate.mk. See bsd.mate.mk for more details. -## # USE_WX - If set, this port uses the WxWidgets library and related # components. See bsd.wx.mk for more details. ## @@ -1398,11 +1388,11 @@ PKGCOMPATDIR?= ${LOCALBASE}/lib/compat/ .endif .if defined(WANT_GNOME) || defined(USE_GNOME) || defined(INSTALLS_ICONS) -.include "${PORTSDIR}/Mk/bsd.gnome.mk" +USES+= gnome .endif .if defined(USE_MATE) -.include "${PORTSDIR}/Mk/bsd.mate.mk" +USES+= mate .endif .if defined(WANT_WX) || defined(USE_WX) || defined(USE_WX_NOT) @@ -1913,14 +1903,6 @@ _FORCE_POST_PATTERNS= rmdir kldxref mkfo .include "${PORTSDIR}/Mk/bsd.gecko.mk" .endif -.if defined(WANT_GNOME) || defined(USE_GNOME) -.include "${PORTSDIR}/Mk/bsd.gnome.mk" -.endif - -.if defined(USE_MATE) -.include "${PORTSDIR}/Mk/bsd.mate.mk" -.endif - .if defined(USE_KDE4) .include "${PORTSDIR}/Mk/bsd.kde4.mk" .endif Modified: head/archivers/peazip/Makefile ============================================================================== --- head/archivers/peazip/Makefile Sun Feb 7 19:23:22 2016 (r408448) +++ head/archivers/peazip/Makefile Sun Feb 7 19:43:56 2016 (r408449) @@ -40,7 +40,7 @@ QT4_DESC= Use qt4 interface OPTIONS_DEFAULT= GTK2 7Z -.include +.include .if ${PORT_OPTIONS:MGTK2} USE_FPC+= gtk2 @@ -112,4 +112,4 @@ do-install: ${INSTALL_DATA} peazip.png ${STAGEDIR}${PREFIX}/share/pixmaps/ ${INSTALL_SCRIPT} ${WRKDIR}/pea ${WRKDIR}/pealauncher ${WRKDIR}/peazip ${STAGEDIR}${PREFIX}/bin/ -.include +.include Modified: head/audio/jokosher/Makefile ============================================================================== --- head/audio/jokosher/Makefile Sun Feb 7 19:23:22 2016 (r408448) +++ head/audio/jokosher/Makefile Sun Feb 7 19:43:56 2016 (r408449) @@ -26,14 +26,14 @@ PIDGIN_DESC= Pidgin status extension PROFILES_DESC= Gnome Audio Profiels extension PULSE_DESC= ${PULSEAUDIO_DESC} -.include +.include .if ${PORT_OPTIONS:MDBUS} RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus .endif .if ${PORT_OPTIONS:MGNOME} || ${PORT_OPTIONS:MPROFILES} \ - || ${HAVE_GNOME:Mpygnome2}!="" + || exists(${LOCALBASE}/libdata/pkgconfig/gnome-python-2.0.pc) USE_GNOME+= pygnome2 .endif @@ -64,4 +64,4 @@ post-patch: .SILENT 's|"update-desktop-database"|&, "${PREFIX}/share/applications"|' \ ${WRKSRC}/bin/${PORTNAME} ${WRKSRC}/${PYSETUP} -.include +.include Modified: head/devel/dee/Makefile ============================================================================== --- head/devel/dee/Makefile Sun Feb 7 19:23:22 2016 (r408448) +++ head/devel/dee/Makefile Sun Feb 7 19:43:56 2016 (r408449) @@ -16,9 +16,9 @@ LICENSE= GPLv3 BUILD_DEPENDS= vapigen:${PORTSDIR}/lang/vala LIB_DEPENDS= libicutu.so:${PORTSDIR}/devel/icu -USES= gmake libtool pkgconfig pathfix python +USES= gmake libtool pkgconfig pathfix python:2 GNU_CONFIGURE= yes -USE_GNOME= glib20 introspection:build +USE_GNOME= glib20 introspection:build pygobject3 USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-gtk-doc-html \ @@ -29,15 +29,7 @@ CONFIGURE_ARGS= --disable-gtk-doc-html \ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -.include - -.if ${PYTHON_REL} >= 3000 -USE_GNOME+= py3gobject3 -.else -USE_GNOME+= pygobject3 -.endif - post-patch: ${REINPLACE_CMD} -e 's| -Wempty-body||' ${WRKSRC}/configure -.include +.include Modified: head/emulators/darcnes/Makefile ============================================================================== --- head/emulators/darcnes/Makefile Sun Feb 7 19:23:22 2016 (r408448) +++ head/emulators/darcnes/Makefile Sun Feb 7 19:43:56 2016 (r408449) @@ -27,7 +27,7 @@ OPTIONS_SINGLE_BACKEND= X11 GTK1 SVGALIB OPTIONS_DEFAULT=X11 BACKEND_DESC= GUI backend -.include +.include .if ${ARCH} != "i386" || defined(WITHOUT_X86_ASM) MAKE_ARGS+= C_ONLY=-DC_ONLY @@ -59,4 +59,4 @@ do-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/readme ${STAGEDIR}${DOCSDIR} -.include +.include Modified: head/multimedia/avidemux/Makefile.common ============================================================================== --- head/multimedia/avidemux/Makefile.common Sun Feb 7 19:23:22 2016 (r408448) +++ head/multimedia/avidemux/Makefile.common Sun Feb 7 19:43:56 2016 (r408449) @@ -57,17 +57,6 @@ CMAKE_ARGS+= -DNO_NLS:BOOL=ON PLIST_SUB+= NLS="@comment " QT_NLS="@comment " .endif -.include - -# is this kosher? the result seems to run tho... (see ports/185997) -.if $(COMPILER_FEATURES:Mlibc++) -LDFLAGS+= -lc++ -.endif - -#.if ${COMPILER_TYPE} == clang -USE_GCC= yes -#.endif - # for libexecinfo: (so that __builtin_frame_address() finds the top # of the stack) .if ${ARCH} == "amd64" @@ -265,6 +254,17 @@ CMAKE_ARGS+= -DOPENCORE_AMRWB:BOOL=OFF PLIST_SUB+= AMRWB="@comment " .endif +.include + +# is this kosher? the result seems to run tho... (see ports/185997) +.if $(COMPILER_FEATURES:Mlibc++) +LDFLAGS+= -lc++ +.endif + +#.if ${COMPILER_TYPE} == clang +USE_GCC= yes +#.endif + .if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" BROKEN= Does not compile on ia64, powerpc, or sparc64 .endif Modified: head/multimedia/mpeg4ip/Makefile ============================================================================== --- head/multimedia/mpeg4ip/Makefile Sun Feb 7 19:23:22 2016 (r408448) +++ head/multimedia/mpeg4ip/Makefile Sun Feb 7 19:43:56 2016 (r408449) @@ -45,7 +45,7 @@ PORTDOCS= MAINREADME.html MP4LIVE_INTERN ReadingList.txt encoding.htm m4rm.html \ mp4player.jpg mrm.html pi.html prm.html -.include +.include ### ## Auto detect possible extensions @@ -170,4 +170,4 @@ CONFIGURE_ARGS+= --disable-mmx CFLAGS+= -O3 -ffast-math -fomit-frame-pointer .endif -.include +.include Modified: head/multimedia/mplayer/Makefile ============================================================================== --- head/multimedia/mplayer/Makefile Sun Feb 7 19:23:22 2016 (r408448) +++ head/multimedia/mplayer/Makefile Sun Feb 7 19:43:56 2016 (r408449) @@ -48,7 +48,7 @@ CONFFILES= example.conf input.conf menu. USES+= iconv pkgconfig .include "${.CURDIR}/../../multimedia/mplayer/Makefile.optvars" -.include +.include CONFIGURE_ARGS+= --disable-arts \ --disable-directfb \ @@ -64,8 +64,6 @@ CONFIGURE_ARGS+= --disable-arts \ --disable-musepack \ --disable-theora -.include "${.CURDIR}/../../multimedia/mplayer/Makefile.options" - .if ${PORT_OPTIONS:MGUI} && ${PORT_OPTIONS:MX11} PLIST_SUB+= GMPLAYER="" DESKTOP_ENTRIES= "MPlayer" "High performance media player" "mplayer" "gmplayer" "" false @@ -115,6 +113,9 @@ CONFIGURE_ARGS+=--enable-xvmc --with-xvm CONFIGURE_ARGS+=--disable-x11 .endif +.include +.include "${.CURDIR}/../../multimedia/mplayer/Makefile.options" + pre-everything:: @${ECHO_MSG} "N - O - T - E" @${ECHO_MSG} "" Modified: head/multimedia/winff/Makefile ============================================================================== --- head/multimedia/winff/Makefile Sun Feb 7 19:23:22 2016 (r408448) +++ head/multimedia/winff/Makefile Sun Feb 7 19:43:56 2016 (r408449) @@ -45,7 +45,7 @@ QT4_DESC= Use qt4 interface OPTIONS_DEFAULT= GTK2 -.include +.include .if ${PORT_OPTIONS:MGTK2} USE_FPC+= gtk2 @@ -80,4 +80,4 @@ do-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/docs/*.pdf ${STAGEDIR}${DOCSDIR} -.include +.include Modified: head/net-im/libpurple/Makefile ============================================================================== --- head/net-im/libpurple/Makefile Sun Feb 7 19:23:22 2016 (r408448) +++ head/net-im/libpurple/Makefile Sun Feb 7 19:43:56 2016 (r408449) @@ -121,14 +121,10 @@ PLIST_SUB+= PERL:="@comment not install PERLMAN:="@comment not installed: " .endif -.include - .if !defined(PIDGIN_SLAVE) -.if ${HAVE_GNOME:Mgconf2}!="" || exists(${LOCALBASE}/bin/gconftool-2) USE_GNOME+= gconf2 GCONF_SCHEMAS= purple.schemas .endif -.endif #.if defined(WITH_GTKUI) && ${HAVE_GNOME:Mevolutiondataserver}!="" #USE_GNOME+= evolutiondataserver @@ -331,6 +327,8 @@ post-patch: .if defined(PIDGIN_SLAVE) @${FIND} ${BUILD_WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ 's|$$(top_builddir)/libpurple/libpurple.la|-lpurple|' + @${REINPLACE_CMD} -e 's|gconftool-2|gconftool-disabled|g' \ + ${WRKSRC}/configure .endif .if !defined(PIDGIN_SLAVE) && ${PORT_OPTIONS:MPERL} @@ -339,4 +337,4 @@ post-stage: ${STAGEDIR}${PREFIX}/lib/purple-2/perl/auto/Purple/.packlist .endif -.include +.include Modified: head/net-p2p/transmission-remote-gui/Makefile ============================================================================== --- head/net-p2p/transmission-remote-gui/Makefile Sun Feb 7 19:23:22 2016 (r408448) +++ head/net-p2p/transmission-remote-gui/Makefile Sun Feb 7 19:43:56 2016 (r408449) @@ -40,7 +40,7 @@ QT4_DESC= Use qt4 interface OPTIONS_DEFAULT= GTK2 -.include +.include .if ${PORT_OPTIONS:MGTK2} USE_FPC+= gtk2 @@ -63,4 +63,4 @@ do-install: @cd ${WRKSRC}/units && \ ${INSTALL_PROGRAM} transgui ${STAGEDIR}${PREFIX}/bin -.include +.include Modified: head/sysutils/ntfsprogs/Makefile ============================================================================== --- head/sysutils/ntfsprogs/Makefile Sun Feb 7 19:23:22 2016 (r408448) +++ head/sysutils/ntfsprogs/Makefile Sun Feb 7 19:43:56 2016 (r408449) @@ -42,12 +42,6 @@ SUB_FILES= pkg-message WANT_GNOME= yes .endif -.include - -.if ${ARCH} == "i386" -CFLAGS:= ${CFLAGS:C/-O.?/-O0/g} -.endif - .if ${PORT_OPTIONS:MGNOMEVFS2} CONFIGURE_ARGS+=--enable-gnome-vfs USE_GNOME= gnomevfs2 @@ -57,6 +51,12 @@ CONFIGURE_ARGS+=--disable-gnome-vfs PLIST_SUB+= GNOMEVFS2="@comment " .endif +.include + +.if ${ARCH} == "i386" +CFLAGS:= ${CFLAGS:C/-O.?/-O0/g} +.endif + .if ${PORT_OPTIONS:MLOCK} CFLAGS+= -DUSE_LOCK .endif From owner-svn-ports-head@freebsd.org Sun Feb 7 19:45:33 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BD557AA1AA6; Sun, 7 Feb 2016 19:45:33 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 90FE81E81; Sun, 7 Feb 2016 19:45:33 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17JjWPw089355; Sun, 7 Feb 2016 19:45:32 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17JjW1v089354; Sun, 7 Feb 2016 19:45:32 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602071945.u17JjW1v089354@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 7 Feb 2016 19:45:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408450 - head/devel/gcc-msp430-ti-toolchain X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 19:45:33 -0000 Author: marino Date: Sun Feb 7 19:45:32 2016 New Revision: 408450 URL: https://svnweb.freebsd.org/changeset/ports/408450 Log: devel/gcc-msp430-it-toolchain: document ncurses requirement (USES+=ncurses) approved by: infrastructure blanket Modified: head/devel/gcc-msp430-ti-toolchain/Makefile Modified: head/devel/gcc-msp430-ti-toolchain/Makefile ============================================================================== --- head/devel/gcc-msp430-ti-toolchain/Makefile Sun Feb 7 19:43:56 2016 (r408449) +++ head/devel/gcc-msp430-ti-toolchain/Makefile Sun Feb 7 19:45:32 2016 (r408450) @@ -45,7 +45,7 @@ NOT_FOR_ARCHS= aarch64 arm armeb armv6 mips mips64 mips64el mipsel mipsn32 NOT_FOR_ARCHS_REASON= Very slow to build on emulator -USES= bison compiler cpe gmake libtool makeinfo tar:bzip2 +USES= bison compiler cpe gmake libtool makeinfo ncurses tar:bzip2 USE_CSTD= gnu89 GNU_CONFIGURE= yes From owner-svn-ports-head@freebsd.org Sun Feb 7 20:08:56 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 18FE8AA03C0; Sun, 7 Feb 2016 20:08:56 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DCED4843; Sun, 7 Feb 2016 20:08:55 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17K8s1e095212; Sun, 7 Feb 2016 20:08:54 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17K8sSa095211; Sun, 7 Feb 2016 20:08:54 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602072008.u17K8sSa095211@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 7 Feb 2016 20:08:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408451 - head/devel/editline X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 20:08:56 -0000 Author: marino Date: Sun Feb 7 20:08:54 2016 New Revision: 408451 URL: https://svnweb.freebsd.org/changeset/ports/408451 Log: x11/xterm: remove termcap linkage (part of ncurses work) The linking isn't required. approved by: infrastructure blanket Modified: head/devel/editline/Makefile Modified: head/devel/editline/Makefile ============================================================================== --- head/devel/editline/Makefile Sun Feb 7 19:45:32 2016 (r408450) +++ head/devel/editline/Makefile Sun Feb 7 20:08:54 2016 (r408451) @@ -22,4 +22,7 @@ PORTDOCS= * CONFLICTS_INSTALL= libedit-* +post-patch: + ${REINPLACE_CMD} -e 's|-ltermcap||' ${WRKSRC}/examples/Makefile.am + .include From owner-svn-ports-head@freebsd.org Sun Feb 7 20:26:53 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CC7BDAA0CBA; Sun, 7 Feb 2016 20:26:53 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AC03FF72; Sun, 7 Feb 2016 20:26:53 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17KQqbg001162; Sun, 7 Feb 2016 20:26:52 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17KQqmW001159; Sun, 7 Feb 2016 20:26:52 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201602072026.u17KQqmW001159@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sun, 7 Feb 2016 20:26:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408452 - head/net/libkvkontakte X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 20:26:53 -0000 Author: rakuco Date: Sun Feb 7 20:26:52 2016 New Revision: 408452 URL: https://svnweb.freebsd.org/changeset/ports/408452 Log: Update to 4.12.0. Since 4.11.0, libkvkontakte was split out of the digiKam tarball and is released independently. Submitted by: Tobias Berner via the area51 repository Added: head/net/libkvkontakte/distinfo (contents, props changed) Modified: head/net/libkvkontakte/Makefile head/net/libkvkontakte/pkg-plist Modified: head/net/libkvkontakte/Makefile ============================================================================== --- head/net/libkvkontakte/Makefile Sun Feb 7 20:08:54 2016 (r408451) +++ head/net/libkvkontakte/Makefile Sun Feb 7 20:26:52 2016 (r408452) @@ -1,16 +1,24 @@ # $FreeBSD$ PORTNAME= libkvkontakte -PORTVERSION= ${DIGIKAM_VER} +PORTVERSION= 4.12.0 CATEGORIES= net kde +MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/src +DIST_SUBDIR= KDE/digikam MAINTAINER= kde@FreeBSD.org COMMENT= KDE library for accessing vk.com -.include "${.CURDIR:H:H}/graphics/digikam-kde4/Makefile.common" +LICENSE= LGPL21+ +LICENSE_FILE= ${WRKSRC}/COPYING.LIB LIB_DEPENDS= libqjson.so:${PORTSDIR}/devel/qjson + +USES= cmake:outsource gettext pkgconfig tar:xz +USE_QT4= moc_build qmake_build rcc_build uic_build +USE_KDE4= automoc4 kdeprefix kdelibs USE_LDCONFIG= yes -USES+= pkgconfig + +PLIST_SUB+= SHLIB_VER="${PORTVERSION}" .include Added: head/net/libkvkontakte/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/libkvkontakte/distinfo Sun Feb 7 20:26:52 2016 (r408452) @@ -0,0 +1,2 @@ +SHA256 (KDE/digikam/libkvkontakte-4.12.0.tar.xz) = 4229f0e6b21451d04b9ff5cdc965a2eb9b9dd4a73d51ac52ec7b53ad2ec6cd02 +SIZE (KDE/digikam/libkvkontakte-4.12.0.tar.xz) = 57696 Modified: head/net/libkvkontakte/pkg-plist ============================================================================== --- head/net/libkvkontakte/pkg-plist Sun Feb 7 20:08:54 2016 (r408451) +++ head/net/libkvkontakte/pkg-plist Sun Feb 7 20:26:52 2016 (r408452) @@ -2,6 +2,7 @@ include/libkvkontakte/albuminfo.h include/libkvkontakte/albumlistjob.h include/libkvkontakte/allmessageslistjob.h include/libkvkontakte/allnoteslistjob.h +include/libkvkontakte/apppermissions.h include/libkvkontakte/authenticationdialog.h include/libkvkontakte/cidsnamesjob.h include/libkvkontakte/createalbumjob.h @@ -30,6 +31,7 @@ include/libkvkontakte/userinfo.h include/libkvkontakte/userinfofulljob.h include/libkvkontakte/userinfojob.h include/libkvkontakte/version.h +include/libkvkontakte/vkapi.h include/libkvkontakte/vkontaktejobs.h lib/cmake/LibKVkontakte/LibKVkontakteConfig.cmake lib/cmake/LibKVkontakte/LibKVkontakteConfigVersion.cmake @@ -37,4 +39,35 @@ lib/cmake/LibKVkontakte/LibKVkontakteTar lib/cmake/LibKVkontakte/LibKVkontakteTargets.cmake lib/libkvkontakte.so lib/libkvkontakte.so.1 -lib/libkvkontakte.so.1.0.0 +lib/libkvkontakte.so.%%SHLIB_VER%% +share/locale/ar/LC_MESSAGES/libkvkontakte.mo +share/locale/bs/LC_MESSAGES/libkvkontakte.mo +share/locale/cs/LC_MESSAGES/libkvkontakte.mo +share/locale/da/LC_MESSAGES/libkvkontakte.mo +share/locale/de/LC_MESSAGES/libkvkontakte.mo +share/locale/el/LC_MESSAGES/libkvkontakte.mo +share/locale/en_GB/LC_MESSAGES/libkvkontakte.mo +share/locale/es/LC_MESSAGES/libkvkontakte.mo +share/locale/et/LC_MESSAGES/libkvkontakte.mo +share/locale/fi/LC_MESSAGES/libkvkontakte.mo +share/locale/fr/LC_MESSAGES/libkvkontakte.mo +share/locale/gl/LC_MESSAGES/libkvkontakte.mo +share/locale/hu/LC_MESSAGES/libkvkontakte.mo +share/locale/it/LC_MESSAGES/libkvkontakte.mo +share/locale/kk/LC_MESSAGES/libkvkontakte.mo +share/locale/km/LC_MESSAGES/libkvkontakte.mo +share/locale/ko/LC_MESSAGES/libkvkontakte.mo +share/locale/nb/LC_MESSAGES/libkvkontakte.mo +share/locale/nds/LC_MESSAGES/libkvkontakte.mo +share/locale/nl/LC_MESSAGES/libkvkontakte.mo +share/locale/pl/LC_MESSAGES/libkvkontakte.mo +share/locale/pt/LC_MESSAGES/libkvkontakte.mo +share/locale/pt_BR/LC_MESSAGES/libkvkontakte.mo +share/locale/ro/LC_MESSAGES/libkvkontakte.mo +share/locale/ru/LC_MESSAGES/libkvkontakte.mo +share/locale/sk/LC_MESSAGES/libkvkontakte.mo +share/locale/sl/LC_MESSAGES/libkvkontakte.mo +share/locale/sv/LC_MESSAGES/libkvkontakte.mo +share/locale/tr/LC_MESSAGES/libkvkontakte.mo +share/locale/uk/LC_MESSAGES/libkvkontakte.mo +share/locale/zh_TW/LC_MESSAGES/libkvkontakte.mo From owner-svn-ports-head@freebsd.org Sun Feb 7 20:46:01 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 81132AA1566; Sun, 7 Feb 2016 20:46:01 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5B0C31839; Sun, 7 Feb 2016 20:46:01 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17Kk0fk006959; Sun, 7 Feb 2016 20:46:00 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17Kk0i3006956; Sun, 7 Feb 2016 20:46:00 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201602072046.u17Kk0i3006956@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Sun, 7 Feb 2016 20:46:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408453 - head/net/liferea X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 20:46:01 -0000 Author: kwm Date: Sun Feb 7 20:45:59 2016 New Revision: 408453 URL: https://svnweb.freebsd.org/changeset/ports/408453 Log: Update liferea to 1.10.18. Modified: head/net/liferea/Makefile head/net/liferea/distinfo head/net/liferea/pkg-plist Modified: head/net/liferea/Makefile ============================================================================== --- head/net/liferea/Makefile Sun Feb 7 20:26:52 2016 (r408452) +++ head/net/liferea/Makefile Sun Feb 7 20:45:59 2016 (r408453) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= liferea -PORTVERSION= 1.10.17 +PORTVERSION= 1.10.18 CATEGORIES= net gnome MASTER_SITES= https://github.com/lwindolf/liferea/releases/download/v${PORTVERSION}/ Modified: head/net/liferea/distinfo ============================================================================== --- head/net/liferea/distinfo Sun Feb 7 20:26:52 2016 (r408452) +++ head/net/liferea/distinfo Sun Feb 7 20:45:59 2016 (r408453) @@ -1,2 +1,2 @@ -SHA256 (liferea-1.10.17.tar.bz2) = dd77d9a4a7203e948977bf03359918cca0c600d582545d6c1851c1c141a16f6b -SIZE (liferea-1.10.17.tar.bz2) = 1446634 +SHA256 (liferea-1.10.18.tar.bz2) = 0f55a3ee77b84d2494a8c27fc0c3ea92eefda519af42e162324b08382a06de77 +SIZE (liferea-1.10.18.tar.bz2) = 1446932 Modified: head/net/liferea/pkg-plist ============================================================================== --- head/net/liferea/pkg-plist Sun Feb 7 20:26:52 2016 (r408452) +++ head/net/liferea/pkg-plist Sun Feb 7 20:45:59 2016 (r408453) @@ -16,113 +16,115 @@ share/icons/hicolor/24x24/apps/liferea.p share/icons/hicolor/32x32/apps/liferea.png share/icons/hicolor/48x48/apps/liferea.png share/icons/hicolor/scalable/apps/liferea.svg -share/liferea/auth.ui -share/liferea/css/adblock.css -share/liferea/css/liferea.css -share/liferea/css/user.css -share/liferea/doc/html/about_de.html -share/liferea/doc/html/about_en.html -share/liferea/doc/html/concepts_de.html -share/liferea/doc/html/concepts_en.html -share/liferea/doc/html/enclosures_de.html -share/liferea/doc/html/enclosures_en.html -share/liferea/doc/html/faq_de.html -share/liferea/doc/html/faq_en.html -share/liferea/doc/html/folders_de.html -share/liferea/doc/html/folders_en.html -share/liferea/doc/html/headlines_de.html -share/liferea/doc/html/headlines_en.html -share/liferea/doc/html/help_feed_default.png -share/liferea/doc/html/help_feed_error.png -share/liferea/doc/html/help_feed_prop_adv_1.6.0.png -share/liferea/doc/html/help_feed_prop_cache_1.6.0.png -share/liferea/doc/html/help_feed_prop_downl_1.6.0.png -share/liferea/doc/html/help_feed_prop_general_1.6.0.png -share/liferea/doc/html/help_feed_prop_source_1.6.0.png -share/liferea/doc/html/help_folder.png -share/liferea/doc/html/help_item_flag.png -share/liferea/doc/html/help_item_unread.png -share/liferea/doc/html/help_opml.png -share/liferea/doc/html/help_prefs_browser_1.6.0.png -share/liferea/doc/html/help_prefs_enclosures_1.6.0.png -share/liferea/doc/html/help_prefs_feeds_1.6.0.png -share/liferea/doc/html/help_prefs_folders_1.6.0.png -share/liferea/doc/html/help_prefs_gui_1.6.0.png -share/liferea/doc/html/help_prefs_headlines_1.6.0.png -share/liferea/doc/html/help_prefs_proxy_1.6.0.png -share/liferea/doc/html/help_search_1.6.0.png -share/liferea/doc/html/help_subscribe_1.6.0.png -share/liferea/doc/html/help_subscribe_adv_1.6.0.png -share/liferea/doc/html/help_vfolder_1.6.0.png -share/liferea/doc/html/newsbin_de.html -share/liferea/doc/html/newsbin_en.html -share/liferea/doc/html/onlineservices_de.html -share/liferea/doc/html/onlineservices_en.html -share/liferea/doc/html/preferences_de.html -share/liferea/doc/html/preferences_en.html -share/liferea/doc/html/reference.css -share/liferea/doc/html/reference_de.html -share/liferea/doc/html/reference_en.html -share/liferea/doc/html/searching_de.html -share/liferea/doc/html/searching_en.html -share/liferea/doc/html/subscriptions_de.html -share/liferea/doc/html/subscriptions_en.html -share/liferea/doc/html/topics_de.html -share/liferea/doc/html/topics_en.html -share/liferea/doc/html/updating_de.html -share/liferea/doc/html/updating_en.html -share/liferea/dtd/html.ent -share/liferea/gir-1.0/Liferea-3.0.gir -share/liferea/google_source.ui -share/liferea/inoreader_source.ui -share/liferea/liferea.ui -share/liferea/new_subscription.ui -share/liferea/node_source.ui -share/liferea/opml/feedlist_bg.opml -share/liferea/opml/feedlist_ca.opml -share/liferea/opml/feedlist_de.opml -share/liferea/opml/feedlist_en.opml -share/liferea/opml/feedlist_es.opml -share/liferea/opml/feedlist_eu.opml -share/liferea/opml/feedlist_fr.opml -share/liferea/opml/feedlist_gl.opml -share/liferea/opml/feedlist_he.opml -share/liferea/opml/feedlist_hu.opml -share/liferea/opml/feedlist_it.opml -share/liferea/opml/feedlist_nl.opml -share/liferea/opml/feedlist_pl.opml -share/liferea/opml/feedlist_pt.opml -share/liferea/opml/feedlist_pt_BR.opml -share/liferea/opml/feedlist_sk.opml -share/liferea/opml/feedlist_sv.opml -share/liferea/opml_source.ui -share/liferea/pixmaps/attachment.png -share/liferea/pixmaps/available.png -share/liferea/pixmaps/available_offline.png -share/liferea/pixmaps/bookmark.png -share/liferea/pixmaps/comments.png -share/liferea/pixmaps/default.png -share/liferea/pixmaps/directory.png -share/liferea/pixmaps/empty.png -share/liferea/pixmaps/empty_offline.png -share/liferea/pixmaps/fl_opml.png -share/liferea/pixmaps/flag.png -share/liferea/pixmaps/grayflag.png -share/liferea/pixmaps/newsbin.png -share/liferea/pixmaps/unread.png -share/liferea/pixmaps/vfolder.png -share/liferea/prefs.ui -share/liferea/reedah_source.ui -share/liferea/simple_subscription.ui -share/liferea/theoldreader_source.ui -share/liferea/ttrss_source.ui -share/liferea/xslt/feed.xml -share/liferea/xslt/folder.xml -share/liferea/xslt/i18n-filter.xslt -share/liferea/xslt/item.xml -share/liferea/xslt/newsbin.xml -share/liferea/xslt/source.xml -share/liferea/xslt/vfolder.xml +%%DATADIR%%/auth.ui +%%DATADIR%%/css/adblock.css +%%DATADIR%%/css/liferea.css +%%DATADIR%%/css/user.css +%%DATADIR%%/doc/html/about_de.html +%%DATADIR%%/doc/html/about_en.html +%%DATADIR%%/doc/html/concepts_de.html +%%DATADIR%%/doc/html/concepts_en.html +%%DATADIR%%/doc/html/enclosures_de.html +%%DATADIR%%/doc/html/enclosures_en.html +%%DATADIR%%/doc/html/faq_de.html +%%DATADIR%%/doc/html/faq_en.html +%%DATADIR%%/doc/html/folders_de.html +%%DATADIR%%/doc/html/folders_en.html +%%DATADIR%%/doc/html/headlines_de.html +%%DATADIR%%/doc/html/headlines_en.html +%%DATADIR%%/doc/html/help_feed_default.png +%%DATADIR%%/doc/html/help_feed_error.png +%%DATADIR%%/doc/html/help_feed_prop_adv_1.6.0.png +%%DATADIR%%/doc/html/help_feed_prop_cache_1.6.0.png +%%DATADIR%%/doc/html/help_feed_prop_downl_1.6.0.png +%%DATADIR%%/doc/html/help_feed_prop_general_1.6.0.png +%%DATADIR%%/doc/html/help_feed_prop_source_1.6.0.png +%%DATADIR%%/doc/html/help_folder.png +%%DATADIR%%/doc/html/help_item_flag.png +%%DATADIR%%/doc/html/help_item_unread.png +%%DATADIR%%/doc/html/help_opml.png +%%DATADIR%%/doc/html/help_prefs_browser_1.6.0.png +%%DATADIR%%/doc/html/help_prefs_enclosures_1.6.0.png +%%DATADIR%%/doc/html/help_prefs_feeds_1.6.0.png +%%DATADIR%%/doc/html/help_prefs_folders_1.6.0.png +%%DATADIR%%/doc/html/help_prefs_gui_1.6.0.png +%%DATADIR%%/doc/html/help_prefs_headlines_1.6.0.png +%%DATADIR%%/doc/html/help_prefs_proxy_1.6.0.png +%%DATADIR%%/doc/html/help_search_1.6.0.png +%%DATADIR%%/doc/html/help_subscribe_1.6.0.png +%%DATADIR%%/doc/html/help_subscribe_adv_1.6.0.png +%%DATADIR%%/doc/html/help_vfolder_1.6.0.png +%%DATADIR%%/doc/html/newsbin_de.html +%%DATADIR%%/doc/html/newsbin_en.html +%%DATADIR%%/doc/html/onlineservices_de.html +%%DATADIR%%/doc/html/onlineservices_en.html +%%DATADIR%%/doc/html/preferences_de.html +%%DATADIR%%/doc/html/preferences_en.html +%%DATADIR%%/doc/html/reference.css +%%DATADIR%%/doc/html/reference_de.html +%%DATADIR%%/doc/html/reference_en.html +%%DATADIR%%/doc/html/searching_de.html +%%DATADIR%%/doc/html/searching_en.html +%%DATADIR%%/doc/html/subscriptions_de.html +%%DATADIR%%/doc/html/subscriptions_en.html +%%DATADIR%%/doc/html/topics_de.html +%%DATADIR%%/doc/html/topics_en.html +%%DATADIR%%/doc/html/updating_de.html +%%DATADIR%%/doc/html/updating_en.html +%%DATADIR%%/dtd/html.ent +%%DATADIR%%/gir-1.0/Liferea-3.0.gir +%%DATADIR%%/google_source.ui +%%DATADIR%%/inoreader_source.ui +%%DATADIR%%/liferea.ui +%%DATADIR%%/new_subscription.ui +%%DATADIR%%/node_source.ui +%%DATADIR%%/opml/feedlist_bg.opml +%%DATADIR%%/opml/feedlist_ca.opml +%%DATADIR%%/opml/feedlist_de.opml +%%DATADIR%%/opml/feedlist_en.opml +%%DATADIR%%/opml/feedlist_es.opml +%%DATADIR%%/opml/feedlist_eu.opml +%%DATADIR%%/opml/feedlist_fr.opml +%%DATADIR%%/opml/feedlist_gl.opml +%%DATADIR%%/opml/feedlist_he.opml +%%DATADIR%%/opml/feedlist_hu.opml +%%DATADIR%%/opml/feedlist_it.opml +%%DATADIR%%/opml/feedlist_nl.opml +%%DATADIR%%/opml/feedlist_pl.opml +%%DATADIR%%/opml/feedlist_pt.opml +%%DATADIR%%/opml/feedlist_pt_BR.opml +%%DATADIR%%/opml/feedlist_sk.opml +%%DATADIR%%/opml/feedlist_sv.opml +%%DATADIR%%/opml_source.ui +%%DATADIR%%/pixmaps/attachment.png +%%DATADIR%%/pixmaps/available.png +%%DATADIR%%/pixmaps/available_offline.png +%%DATADIR%%/pixmaps/bookmark.png +%%DATADIR%%/pixmaps/comments.png +%%DATADIR%%/pixmaps/default.png +%%DATADIR%%/pixmaps/directory.png +%%DATADIR%%/pixmaps/empty.png +%%DATADIR%%/pixmaps/empty_offline.png +%%DATADIR%%/pixmaps/fl_opml.png +%%DATADIR%%/pixmaps/flag.png +%%DATADIR%%/pixmaps/grayflag.png +%%DATADIR%%/pixmaps/newsbin.png +%%DATADIR%%/pixmaps/unread.png +%%DATADIR%%/pixmaps/vfolder.png +%%DATADIR%%/prefs.ui +%%DATADIR%%/reedah_source.ui +%%DATADIR%%/search.ui +%%DATADIR%%/search_folder.ui +%%DATADIR%%/simple_subscription.ui +%%DATADIR%%/theoldreader_source.ui +%%DATADIR%%/ttrss_source.ui +%%DATADIR%%/xslt/feed.xml +%%DATADIR%%/xslt/folder.xml +%%DATADIR%%/xslt/i18n-filter.xslt +%%DATADIR%%/xslt/item.xml +%%DATADIR%%/xslt/newsbin.xml +%%DATADIR%%/xslt/source.xml +%%DATADIR%%/xslt/vfolder.xml share/locale/ar/LC_MESSAGES/liferea.mo share/locale/ast/LC_MESSAGES/liferea.mo share/locale/be@latin/LC_MESSAGES/liferea.mo From owner-svn-ports-head@freebsd.org Sun Feb 7 21:04:44 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0037EAA0180; Sun, 7 Feb 2016 21:04:44 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C890C7B3; Sun, 7 Feb 2016 21:04:43 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17L4gjS012793; Sun, 7 Feb 2016 21:04:42 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17L4g2n012792; Sun, 7 Feb 2016 21:04:42 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201602072104.u17L4g2n012792@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Sun, 7 Feb 2016 21:04:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408454 - head/Mk/Uses X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 21:04:44 -0000 Author: kwm Date: Sun Feb 7 21:04:42 2016 New Revision: 408454 URL: https://svnweb.freebsd.org/changeset/ports/408454 Log: Reapply https://svnweb.freebsd.org/changeset/ports/406559 which got lost in https://svnweb.freebsd.org/changeset/ports/408449. Noticed by: rakuco@ Modified: head/Mk/Uses/gnome.mk Modified: head/Mk/Uses/gnome.mk ============================================================================== --- head/Mk/Uses/gnome.mk Sun Feb 7 20:45:59 2016 (r408453) +++ head/Mk/Uses/gnome.mk Sun Feb 7 21:04:42 2016 (r408454) @@ -1,4 +1,4 @@ -#-*- mode: Fundamental; tab-width: 4; -*- +#-*- tab-width: 4; -*- # ex:ts=4 # # $FreeBSD$ From owner-svn-ports-head@freebsd.org Sun Feb 7 21:13:45 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E5D60AA0536; Sun, 7 Feb 2016 21:13:45 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BB4B9B82; Sun, 7 Feb 2016 21:13:45 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17LDia3015633; Sun, 7 Feb 2016 21:13:44 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17LDigV015632; Sun, 7 Feb 2016 21:13:44 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602072113.u17LDigV015632@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 7 Feb 2016 21:13:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408455 - head/graphics/gimp-beautify-plugin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 21:13:46 -0000 Author: marino Date: Sun Feb 7 21:13:44 2016 New Revision: 408455 URL: https://svnweb.freebsd.org/changeset/ports/408455 Log: graphics/gimp-beautify-plugin: reassign TMPDIR This port uses more than 200Mb of tmp space so reassign TMPDIR to $WRKDIR (deleted by intentionally constrained DF poudriere) Modified: head/graphics/gimp-beautify-plugin/Makefile Modified: head/graphics/gimp-beautify-plugin/Makefile ============================================================================== --- head/graphics/gimp-beautify-plugin/Makefile Sun Feb 7 21:04:42 2016 (r408454) +++ head/graphics/gimp-beautify-plugin/Makefile Sun Feb 7 21:13:44 2016 (r408455) @@ -28,6 +28,7 @@ USES= gettext gmake pkgconfig USE_GCC= yes USE_GNOME= atk cairo gdkpixbuf2 gtk20 USE_XORG= x11 xcomposite xcursor xdamage xext xfixes xi xinerama xrandr xrender +TMPDIR= ${WRKDIR} PLUGIN_DIR?= libexec/gimp/2.2/plug-ins PLUGINS= beautify \ From owner-svn-ports-head@freebsd.org Sun Feb 7 21:22:16 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 81BEEAA0A0E; Sun, 7 Feb 2016 21:22:16 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 51CD2EE8; Sun, 7 Feb 2016 21:22:16 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17LMFYf018580; Sun, 7 Feb 2016 21:22:15 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17LMFVq018579; Sun, 7 Feb 2016 21:22:15 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201602072122.u17LMFVq018579@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sun, 7 Feb 2016 21:22:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408456 - head/emulators/wine-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 21:22:16 -0000 Author: gerald Date: Sun Feb 7 21:22:15 2016 New Revision: 408456 URL: https://svnweb.freebsd.org/changeset/ports/408456 Log: Fix the build with clang 3.8.0 or later which support "native" Windows varargs builtins. PR: 206527 Submitted by: dim Modified: head/emulators/wine-devel/Makefile Modified: head/emulators/wine-devel/Makefile ============================================================================== --- head/emulators/wine-devel/Makefile Sun Feb 7 21:13:44 2016 (r408455) +++ head/emulators/wine-devel/Makefile Sun Feb 7 21:22:15 2016 (r408456) @@ -120,7 +120,7 @@ X11_LIB_DEPENDS= libfontconfig.so:${PORT CONFIGURE_ARGS+= --enable-win64 --libdir=${PREFIX}/lib PLIST_SUB+= WINE32="@comment " WINE64="" -.if ${CHOSEN_COMPILER_TYPE} == clang +.if ${CHOSEN_COMPILER_TYPE} == clang && ${COMPILER_VERSION} < 38 CPPFLAGS+= -D__builtin_ms_va_list=__builtin_va_list \ -D__builtin_ms_va_start=__builtin_va_start \ -D__builtin_ms_va_end=__builtin_va_end \ From owner-svn-ports-head@freebsd.org Sun Feb 7 21:57:59 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5EF49AA1A1C; Sun, 7 Feb 2016 21:57:59 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3C3AA86; Sun, 7 Feb 2016 21:57:59 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17Lvw4A027628; Sun, 7 Feb 2016 21:57:58 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17LvwLc027625; Sun, 7 Feb 2016 21:57:58 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201602072157.u17LvwLc027625@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Sun, 7 Feb 2016 21:57:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408457 - head/net-mgmt/virt-viewer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 21:57:59 -0000 Author: novel Date: Sun Feb 7 21:57:57 2016 New Revision: 408457 URL: https://svnweb.freebsd.org/changeset/ports/408457 Log: net-mgmt/virt-viewer: update to 3.1 Modified: head/net-mgmt/virt-viewer/Makefile head/net-mgmt/virt-viewer/distinfo head/net-mgmt/virt-viewer/pkg-plist Modified: head/net-mgmt/virt-viewer/Makefile ============================================================================== --- head/net-mgmt/virt-viewer/Makefile Sun Feb 7 21:22:15 2016 (r408456) +++ head/net-mgmt/virt-viewer/Makefile Sun Feb 7 21:57:57 2016 (r408457) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= virt-viewer -PORTVERSION= 2.0 -PORTREVISION= 2 +PORTVERSION= 3.1 CATEGORIES= net-mgmt MASTER_SITES= http://virt-manager.org/download/sources/${PORTNAME}/ Modified: head/net-mgmt/virt-viewer/distinfo ============================================================================== --- head/net-mgmt/virt-viewer/distinfo Sun Feb 7 21:22:15 2016 (r408456) +++ head/net-mgmt/virt-viewer/distinfo Sun Feb 7 21:57:57 2016 (r408457) @@ -1,2 +1,2 @@ -SHA256 (virt-viewer-2.0.tar.gz) = e9c583bcb5acdabac6a8a13eff6ce4e093a3050645771628f832e15ce685d437 -SIZE (virt-viewer-2.0.tar.gz) = 771874 +SHA256 (virt-viewer-3.1.tar.gz) = be4e49470b650fc22513c2c01f2e13e30ee2d494d0d7b319b6f414ca781078c7 +SIZE (virt-viewer-3.1.tar.gz) = 835147 Modified: head/net-mgmt/virt-viewer/pkg-plist ============================================================================== --- head/net-mgmt/virt-viewer/pkg-plist Sun Feb 7 21:22:15 2016 (r408456) +++ head/net-mgmt/virt-viewer/pkg-plist Sun Feb 7 21:57:57 2016 (r408457) @@ -12,14 +12,12 @@ share/icons/hicolor/256x256/apps/virt-vi share/icons/hicolor/32x32/apps/virt-viewer.png share/icons/hicolor/48x48/apps/virt-viewer.png share/mime/packages/virt-viewer-mime.xml -%%NLS%%share/locale/ach/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/af/LC_MESSAGES/virt-viewer.mo -%%NLS%%share/locale/aln/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/am/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/anp/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/ar/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/as/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/ast/LC_MESSAGES/virt-viewer.mo -%%NLS%%share/locale/az/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/bal/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/be/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/bg/LC_MESSAGES/virt-viewer.mo @@ -35,10 +33,8 @@ share/mime/packages/virt-viewer-mime.xml %%NLS%%share/locale/da/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/de/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/de_CH/LC_MESSAGES/virt-viewer.mo -%%NLS%%share/locale/dz/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/el/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/en_GB/LC_MESSAGES/virt-viewer.mo -%%NLS%%share/locale/en_US/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/eo/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/es/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/et/LC_MESSAGES/virt-viewer.mo @@ -46,14 +42,12 @@ share/mime/packages/virt-viewer-mime.xml %%NLS%%share/locale/fa/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/fi/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/fr/LC_MESSAGES/virt-viewer.mo -%%NLS%%share/locale/ga/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/gl/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/gu/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/he/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/hi/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/hr/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/hu/LC_MESSAGES/virt-viewer.mo -%%NLS%%share/locale/hy/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/ia/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/id/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/ilo/LC_MESSAGES/virt-viewer.mo @@ -65,27 +59,24 @@ share/mime/packages/virt-viewer-mime.xml %%NLS%%share/locale/km/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/kn/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/ko/LC_MESSAGES/virt-viewer.mo -%%NLS%%share/locale/ks/LC_MESSAGES/virt-viewer.mo -%%NLS%%share/locale/ku/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/kw/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/kw@kkcor/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/kw@uccor/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/kw_GB/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/ky/LC_MESSAGES/virt-viewer.mo -%%NLS%%share/locale/la/LC_MESSAGES/virt-viewer.mo -%%NLS%%share/locale/lo/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/lt/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/lv/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/mai/LC_MESSAGES/virt-viewer.mo -%%NLS%%share/locale/mg/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/mk/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/ml/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/mn/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/mr/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/ms/LC_MESSAGES/virt-viewer.mo -%%NLS%%share/locale/my/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/nb/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/nds/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/ne/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/nl/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/nn/LC_MESSAGES/virt-viewer.mo -%%NLS%%share/locale/no/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/nso/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/or/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/pa/LC_MESSAGES/virt-viewer.mo @@ -94,7 +85,6 @@ share/mime/packages/virt-viewer-mime.xml %%NLS%%share/locale/pt_BR/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/ro/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/ru/LC_MESSAGES/virt-viewer.mo -%%NLS%%share/locale/ru_RU/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/si/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/sk/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/sl/LC_MESSAGES/virt-viewer.mo @@ -106,23 +96,22 @@ share/mime/packages/virt-viewer-mime.xml %%NLS%%share/locale/te/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/tg/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/th/LC_MESSAGES/virt-viewer.mo -%%NLS%%share/locale/tl/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/tr/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/tw/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/uk/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/ur/LC_MESSAGES/virt-viewer.mo -%%NLS%%share/locale/uz/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/vi/LC_MESSAGES/virt-viewer.mo -%%NLS%%share/locale/wo/LC_MESSAGES/virt-viewer.mo -%%NLS%%share/locale/xh/LC_MESSAGES/virt-viewer.mo -%%NLS%%share/locale/zh_CN.GB2312/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/wba/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/yo/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/zh_HK/LC_MESSAGES/virt-viewer.mo -%%NLS%%share/locale/zh_TW.Big5/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/zu/LC_MESSAGES/virt-viewer.mo share/mime/application/x-virt-viewer.xml +%%DATADIR%%/ui/remote-viewer-connect.xml %%DATADIR%%/ui/virt-viewer-about.xml %%DATADIR%%/ui/virt-viewer-auth.xml %%DATADIR%%/ui/virt-viewer-guest-details.xml +%%DATADIR%%/ui/virt-viewer-preferences.xml %%DATADIR%%/ui/virt-viewer-vm-connection.xml %%DATADIR%%/ui/virt-viewer.xml From owner-svn-ports-head@freebsd.org Sun Feb 7 22:46:57 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 497EEAA1067; Sun, 7 Feb 2016 22:46:57 +0000 (UTC) (envelope-from ashish@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 07B22160C; Sun, 7 Feb 2016 22:46:56 +0000 (UTC) (envelope-from ashish@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17MktxV042154; Sun, 7 Feb 2016 22:46:55 GMT (envelope-from ashish@FreeBSD.org) Received: (from ashish@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17MktZH042150; Sun, 7 Feb 2016 22:46:55 GMT (envelope-from ashish@FreeBSD.org) Message-Id: <201602072246.u17MktZH042150@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ashish set sender to ashish@FreeBSD.org using -f From: Ashish SHUKLA Date: Sun, 7 Feb 2016 22:46:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408458 - in head/editors/emacs-devel: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 22:46:57 -0000 Author: ashish Date: Sun Feb 7 22:46:55 2016 New Revision: 408458 URL: https://svnweb.freebsd.org/changeset/ports/408458 Log: - Update to latest pretest 25.0.90[1] - Switch to GNU mirrors - Add XWIDGET option[1] - Fix portlint warnings[1] PR: 206813 Submitted by: Joseph Mingrone [1] Modified: head/editors/emacs-devel/Makefile head/editors/emacs-devel/distinfo head/editors/emacs-devel/files/patch-sources.el head/editors/emacs-devel/pkg-plist Modified: head/editors/emacs-devel/Makefile ============================================================================== --- head/editors/emacs-devel/Makefile Sun Feb 7 21:57:57 2016 (r408457) +++ head/editors/emacs-devel/Makefile Sun Feb 7 22:46:55 2016 (r408458) @@ -2,9 +2,10 @@ # $FreeBSD$ PORTNAME= emacs -PORTVERSION= ${EMACS_VER}.${EMACS_REV} +PORTVERSION= ${EMACS_VER} PORTEPOCH= 2 CATEGORIES= editors ipv6 +MASTER_SITES= GNU_ALPHA/emacs/pretest PKGNAMESUFFIX= -devel MAINTAINER= ashish@FreeBSD.org @@ -22,18 +23,12 @@ CONFLICTS= emacs-19.* emacs21-[0-9]* ema xemacs-devel-[0-9]* xemacs-mule-[0-9]* \ xemacs-devel-mule-[0-9]* emacs-nox11-[0-9]* -USE_GITHUB= yes -GH_ACCOUNT= emacs-mirror -GH_TAGNAME= 0a7ad07 - -EMACS_VER= 25.0.50 -EMACS_REV= 20160102 +EMACS_VER= 25.0.90 GNU_CONFIGURE= yes -USES= autoreconf cpe gmake makeinfo ncurses pkgconfig +USES= cpe gmake makeinfo ncurses pkgconfig tar:xz CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INFO_PATH= ${DATADIR_REL}/info -WRKSRC= ${WRKDIR}/${PORTNAME}-${GH_TAGNAME} CPE_VENDOR= gnu SUB_LIST+= ARCHLIBDIR=${PREFIX}/libexec/emacs/${EMACS_VER}/\ @@ -57,7 +52,7 @@ INFO= ada-mode auth autotype bovine cal OPTIONS_DEFINE= X11 ACL DBUS GCONF GIF JPEG M17N OTF PNG SOUND \ SOURCES SVG TIFF SCROLLBARS XFT XIM XML XPM MAGICK \ - GNUTLS GSETTINGS LTO FILENOTIFY LLDB CAIRO MODULES + GNUTLS GSETTINGS LTO FILENOTIFY LLDB CAIRO MODULES XWIDGETS OPTIONS_SINGLE= X11 SOUND @@ -75,6 +70,7 @@ FILENOTIFY_DESC=File notification suppor LTO_DESC= Enable link-time optimization (requires GCC 4.6+) LLDB_DESC= Enable lldb support for GUD (from llvm.org) MODULES_DESC= Dynamic modules support +XWIDGETS_DESC= Enable use of some GTK widgets in Emacs buffers OPTIONS_SINGLE_X11= GTK2 GTK3 XAW XAW3D MOTIF OPTIONS_SINGLE_SOUND= ALSA OSS @@ -177,6 +173,9 @@ CAIRO_CONFIGURE_ON= --with-cairo MODULES_CONFIGURE_ON= --with-modules +XWIDGETS_CONFIGURE_ON= --with-xwidgets +XWIDGETS_LIB_DEPENDS= libwebkitgtk-3.0.so:${PORTSDIR}/www/webkit-gtk3 + .include # clang is broken on i386 platform in -O2, due to use of alloca, and @@ -196,7 +195,7 @@ INSTALLS_ICONS= yes .if ${PORT_OPTIONS:MM17N} IGNORE= m17n requires Xft. Please run 'make config' .elif ${PORT_OPTIONS:MOTF} -IGNORE= Opentype fonts require Xft. Please run 'make config' +IGNORE= support for Opentype fonts require Xft. Please run 'make config' .endif .endif .else @@ -210,7 +209,13 @@ IGNORE= option ${OPT} requires X11 opti .if !${PORT_OPTIONS:MDBUS} .if ${PORT_OPTIONS:MGSETTINGS} -IGNORE= GSettings requires DBUS. Please run 'make config' +IGNORE= support for GSettings requires DBUS. Please run 'make config' +.endif +.endif + +.if !${PORT_OPTIONS:MGTK3} +.if ${PORT_OPTIONS:MXWIDGETS} +IGNORE= support for XWidgets requires GTK3. Please run 'make config' .endif .endif @@ -230,9 +235,6 @@ post-patch: ${WRKSRC}/etc/emacs.desktop .endif -pre-configure: - @cd ${WRKSRC} && ./autogen.sh - post-install: .if ${PORT_OPTIONS:MSOURCES} @${MKDIR} ${STAGEDIR}${DATADIR}/${EMACS_VER}/src Modified: head/editors/emacs-devel/distinfo ============================================================================== --- head/editors/emacs-devel/distinfo Sun Feb 7 21:57:57 2016 (r408457) +++ head/editors/emacs-devel/distinfo Sun Feb 7 22:46:55 2016 (r408458) @@ -1,2 +1,2 @@ -SHA256 (emacs-mirror-emacs-25.0.50.20160102-0a7ad07_GH0.tar.gz) = 0883118a6399a3934c15f765535c7dc353a32b5ad1e72d4cf6370acd470b9e73 -SIZE (emacs-mirror-emacs-25.0.50.20160102-0a7ad07_GH0.tar.gz) = 37743615 +SHA256 (emacs-25.0.90.tar.xz) = 325f275b64eee106ad9aaadb42243619822e5e59bee35645f15e015176adb626 +SIZE (emacs-25.0.90.tar.xz) = 42218556 Modified: head/editors/emacs-devel/files/patch-sources.el ============================================================================== --- head/editors/emacs-devel/files/patch-sources.el Sun Feb 7 21:57:57 2016 (r408457) +++ head/editors/emacs-devel/files/patch-sources.el Sun Feb 7 22:46:55 2016 (r408458) @@ -1,4 +1,4 @@ ---- /dev/null +--- sources.el.orig 2016-02-01 06:06:37 UTC +++ sources.el @@ -0,0 +1,4 @@ +;;; Path to Emacs C Sources. Modified: head/editors/emacs-devel/pkg-plist ============================================================================== --- head/editors/emacs-devel/pkg-plist Sun Feb 7 21:57:57 2016 (r408457) +++ head/editors/emacs-devel/pkg-plist Sun Feb 7 22:46:55 2016 (r408458) @@ -893,6 +893,22 @@ share/applications/emacs.desktop %%DATADIR%%/%%EMACS_VER%%/etc/refcards/survival.tex %%DATADIR%%/%%EMACS_VER%%/etc/refcards/vipcard.tex %%DATADIR%%/%%EMACS_VER%%/etc/refcards/viperCard.tex +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/calccard.pdf +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/cs-dired-ref.pdf +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/cs-refcard.pdf +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/cs-survival.pdf +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/de-refcard.pdf +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/dired-ref.pdf +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/fr-dired-ref.pdf +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/fr-refcard.pdf +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/fr-survival.pdf +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/gnus-booklet.pdf +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/gnus-refcard.pdf +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/orgcard.pdf +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/refcard.pdf +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/survival.pdf +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/vipcard.pdf +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/viperCard.pdf %%DATADIR%%/%%EMACS_VER%%/etc/rgb.txt %%DATADIR%%/%%EMACS_VER%%/etc/schema/README %%DATADIR%%/%%EMACS_VER%%/etc/schema/calstbl.rnc @@ -2756,8 +2772,6 @@ share/applications/emacs.desktop %%DATADIR%%/%%EMACS_VER%%/lisp/net/dig.elc %%DATADIR%%/%%EMACS_VER%%/lisp/net/dns.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/net/dns.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/net/eudc-bob.el.gz -%%DATADIR%%/%%EMACS_VER%%/lisp/net/eudc-bob.elc %%DATADIR%%/%%EMACS_VER%%/lisp/net/eudc-export.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/net/eudc-export.elc %%DATADIR%%/%%EMACS_VER%%/lisp/net/eudc-hotlist.el.gz @@ -2768,6 +2782,8 @@ share/applications/emacs.desktop %%DATADIR%%/%%EMACS_VER%%/lisp/net/eudc.elc %%DATADIR%%/%%EMACS_VER%%/lisp/net/eudcb-bbdb.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/net/eudcb-bbdb.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/eudc-bob.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/net/eudc-bob.elc %%DATADIR%%/%%EMACS_VER%%/lisp/net/eudcb-ldap.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/net/eudcb-ldap.elc %%DATADIR%%/%%EMACS_VER%%/lisp/net/eudcb-mab.el.gz @@ -3942,6 +3958,8 @@ share/applications/emacs.desktop %%DATADIR%%/%%EMACS_VER%%/lisp/xml.elc %%DATADIR%%/%%EMACS_VER%%/lisp/xt-mouse.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/xt-mouse.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/xwidget.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/xwidget.elc %%DATADIR%%/%%EMACS_VER%%/site-lisp/subdirs.el %%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/site-lisp/site-start.el %%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/alloc.c @@ -4035,6 +4053,7 @@ share/applications/emacs.desktop %%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/keyboard.h %%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/keymap.c %%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/keymap.h +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/kqueue.c %%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/lastfile.c %%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/lisp.h %%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/lread.c @@ -4094,6 +4113,8 @@ share/applications/emacs.desktop %%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/unexsol.c %%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/unexw32.c %%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/vm-limit.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/xwidget.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/xwidget.h %%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/w16select.c %%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/w32.c %%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/w32.h From owner-svn-ports-head@freebsd.org Sun Feb 7 22:59:47 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1123AAA1678; Sun, 7 Feb 2016 22:59:47 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D70281E39; Sun, 7 Feb 2016 22:59:46 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17MxjU4045359; Sun, 7 Feb 2016 22:59:45 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17Mxj77045357; Sun, 7 Feb 2016 22:59:45 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201602072259.u17Mxj77045357@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Sun, 7 Feb 2016 22:59:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408459 - head/textproc/R-cran-xtable X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 22:59:47 -0000 Author: tota Date: Sun Feb 7 22:59:45 2016 New Revision: 408459 URL: https://svnweb.freebsd.org/changeset/ports/408459 Log: - Update to 1.8-2 - Fix LICENSE Modified: head/textproc/R-cran-xtable/Makefile head/textproc/R-cran-xtable/distinfo Modified: head/textproc/R-cran-xtable/Makefile ============================================================================== --- head/textproc/R-cran-xtable/Makefile Sun Feb 7 22:46:55 2016 (r408458) +++ head/textproc/R-cran-xtable/Makefile Sun Feb 7 22:59:45 2016 (r408459) @@ -2,15 +2,14 @@ # $FreeBSD$ PORTNAME= xtable -DISTVERSION= 1.8-0 +DISTVERSION= 1.8-2 CATEGORIES= textproc DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Export tables to LaTeX or HTML -LICENSE= GPLv2 GPLv3 -LICENSE_COMB= dual +LICENSE= GPLv2+ USES= cran:auto-plist Modified: head/textproc/R-cran-xtable/distinfo ============================================================================== --- head/textproc/R-cran-xtable/distinfo Sun Feb 7 22:46:55 2016 (r408458) +++ head/textproc/R-cran-xtable/distinfo Sun Feb 7 22:59:45 2016 (r408459) @@ -1,2 +1,2 @@ -SHA256 (xtable_1.8-0.tar.gz) = 5325e362a4abe0f2c46e807ab590f69e360ce89ada7c9461e3de7ac0e23f82a6 -SIZE (xtable_1.8-0.tar.gz) = 287323 +SHA256 (xtable_1.8-2.tar.gz) = 1623a1cde2e130fedb46f98840c3a882f1cbb167b292ef2bd86d70baefc4280d +SIZE (xtable_1.8-2.tar.gz) = 619611 From owner-svn-ports-head@freebsd.org Sun Feb 7 23:10:26 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C98CBAA1A47; Sun, 7 Feb 2016 23:10:26 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9AC40283; Sun, 7 Feb 2016 23:10:26 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17NAPtL048396; Sun, 7 Feb 2016 23:10:25 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17NAP5M048394; Sun, 7 Feb 2016 23:10:25 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201602072310.u17NAP5M048394@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Sun, 7 Feb 2016 23:10:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408460 - head/math/R-cran-KFAS X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 23:10:26 -0000 Author: tota Date: Sun Feb 7 23:10:25 2016 New Revision: 408460 URL: https://svnweb.freebsd.org/changeset/ports/408460 Log: - Update to 1.2.1 Modified: head/math/R-cran-KFAS/Makefile head/math/R-cran-KFAS/distinfo Modified: head/math/R-cran-KFAS/Makefile ============================================================================== --- head/math/R-cran-KFAS/Makefile Sun Feb 7 22:59:45 2016 (r408459) +++ head/math/R-cran-KFAS/Makefile Sun Feb 7 23:10:25 2016 (r408460) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= KFAS -PORTVERSION= 1.2.0 +PORTVERSION= 1.2.1 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION} Modified: head/math/R-cran-KFAS/distinfo ============================================================================== --- head/math/R-cran-KFAS/distinfo Sun Feb 7 22:59:45 2016 (r408459) +++ head/math/R-cran-KFAS/distinfo Sun Feb 7 23:10:25 2016 (r408460) @@ -1,2 +1,2 @@ -SHA256 (KFAS_1.2.0.tar.gz) = 07ef66788d749931b5f9df9388b60fa94de69494d0622188e5c89b8899ed89a0 -SIZE (KFAS_1.2.0.tar.gz) = 612226 +SHA256 (KFAS_1.2.1.tar.gz) = 40916cb5bb64be576b158810e9e2562e6c74c28f103e5b018638ae0ed21fcc75 +SIZE (KFAS_1.2.1.tar.gz) = 618071 From owner-svn-ports-head@freebsd.org Mon Feb 8 00:02:13 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 09070AA12DC; Mon, 8 Feb 2016 00:02:13 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CE7F219EF; Mon, 8 Feb 2016 00:02:12 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1802Bbo064861; Mon, 8 Feb 2016 00:02:11 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1802Bw7064859; Mon, 8 Feb 2016 00:02:11 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201602080002.u1802Bw7064859@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Mon, 8 Feb 2016 00:02:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408461 - head/net/asterisk13 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Feb 2016 00:02:13 -0000 Author: madpilot Date: Mon Feb 8 00:02:11 2016 New Revision: 408461 URL: https://svnweb.freebsd.org/changeset/ports/408461 Log: Update to 13.7.2 Modified: head/net/asterisk13/Makefile head/net/asterisk13/distinfo Modified: head/net/asterisk13/Makefile ============================================================================== --- head/net/asterisk13/Makefile Sun Feb 7 23:10:25 2016 (r408460) +++ head/net/asterisk13/Makefile Mon Feb 8 00:02:11 2016 (r408461) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= asterisk -PORTVERSION= 13.7.1 +PORTVERSION= 13.7.2 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/%SUBDIR%/:main,g729 MASTER_SITE_SUBDIR= asterisk/:main \ Modified: head/net/asterisk13/distinfo ============================================================================== --- head/net/asterisk13/distinfo Sun Feb 7 23:10:25 2016 (r408460) +++ head/net/asterisk13/distinfo Mon Feb 8 00:02:11 2016 (r408461) @@ -1,5 +1,5 @@ -SHA256 (asterisk-13.7.1.tar.gz) = f96bb621da63e1d1814cdd25cd92a6ebb976655938d25e4f6e53196411e5804d -SIZE (asterisk-13.7.1.tar.gz) = 32176324 +SHA256 (asterisk-13.7.2.tar.gz) = 8a22856f0cff22b6f1d901eb0a91d459cd73f3ab1f71e9738b947428947fb232 +SIZE (asterisk-13.7.2.tar.gz) = 32176731 SHA256 (asterisk-core-sounds-en-g729-1.4.27.tar.gz) = f5d21ca8305b29ea84fb4603c65c041483ea3a9cd0bf313eb4f098342a29af5f SIZE (asterisk-core-sounds-en-g729-1.4.27.tar.gz) = 1408055 SHA256 (asterisk-moh-opsound-g729-2.03.tar.gz) = 0147ca9a97f0c550227aacb7793499057c4d2c64e021c95f93722f27d5549585 From owner-svn-ports-head@freebsd.org Mon Feb 8 02:43:17 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3F2EEAA0DAF; Mon, 8 Feb 2016 02:43:17 +0000 (UTC) (envelope-from pierre@guinoiseau.eu) Received: from tritus.sig11.fr (tritus.sig11.fr [IPv6:2a01:4f8:160:72a3::6:1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 766B81948; Mon, 8 Feb 2016 02:43:16 +0000 (UTC) (envelope-from pierre@guinoiseau.eu) Received: from hoth (121-73-155-144.cable.telstraclear.net [121.73.155.144]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by tritus.sig11.fr (Postfix) with ESMTPSA id DA6D620057; Mon, 8 Feb 2016 15:43:09 +1300 (NZDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=guinoiseau.eu; s=mail; t=1454899393; bh=yvsA9hExedoluboIIa/46uQLXhBXCyHzwTk4lVc7qPs=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=YKESyKD29uAkM0JyGLLd038iTObRuf+boRaU+lXWfLARS596QPI6P3nhSZn362k5S pKJn9m4DzBBdx+ituqX0xRqYybhhYmfwfiwLPfaat4XoYOb4Ha2Fo2du4W8qa6Bemb MoGYbzdTu7XVFgEx1effnfFfN4RCo6eU4Tu85S+U= Date: Mon, 8 Feb 2016 15:43:04 +1300 From: Pierre Guinoiseau To: Guido Falsi Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r407901 - in head/net-mgmt/collectd5: . files Message-ID: <20160208024302.GD5470@hoth> References: <201602022308.u12N8kud098510@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="P+33d92oIH25kiaB" Content-Disposition: inline In-Reply-To: <201602022308.u12N8kud098510@repo.freebsd.org> X-Operating-System: Linux User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Feb 2016 02:43:17 -0000 --P+33d92oIH25kiaB Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable For some reason after this update the disk plugin stopped collecting ops and time statistics, only bytes are collected. On 02/02/2016 23:08:46, Guido Falsi wrote: > Author: madpilot > Date: Tue Feb 2 23:08:46 2016 > New Revision: 407901 > URL: https://svnweb.freebsd.org/changeset/ports/407901 >=20 > Log: > - Update to 5.5.1 > - Mark MONGODB option as BROKEN > =20 > PR: 206660 > Submitted by: ports at bsdserwis.com (maintainer) >=20 > Added: > head/net-mgmt/collectd5/files/patch-src_config.h.in (contents, props = changed) > head/net-mgmt/collectd5/files/patch-src_write__mongodb.c (contents, p= rops changed) > head/net-mgmt/collectd5/files/patch-src_zfs__arc.c (contents, props c= hanged) > Deleted: > head/net-mgmt/collectd5/files/patch-src__varnish.c > Modified: > head/net-mgmt/collectd5/Makefile > head/net-mgmt/collectd5/distinfo > head/net-mgmt/collectd5/files/patch-Makefile.am > head/net-mgmt/collectd5/files/patch-configure.ac > head/net-mgmt/collectd5/files/patch-src__Makefile.am > head/net-mgmt/collectd5/files/patch-src__Makefile.in > head/net-mgmt/collectd5/files/patch-src__daemon__Makefile.am > head/net-mgmt/collectd5/files/patch-src__daemon__collectd.h > head/net-mgmt/collectd5/files/patch-src__dns.c > head/net-mgmt/collectd5/files/patch-src__modbus.c > head/net-mgmt/collectd5/files/patch-src_disk.c > head/net-mgmt/collectd5/files/patch-version-gen.sh > head/net-mgmt/collectd5/pkg-plist >=20 > Modified: head/net-mgmt/collectd5/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/net-mgmt/collectd5/Makefile Tue Feb 2 22:56:26 2016 (r407900) > +++ head/net-mgmt/collectd5/Makefile Tue Feb 2 23:08:46 2016 (r407901) > @@ -2,8 +2,7 @@ > # $FreeBSD$ > =20 > PORTNAME=3D collectd > -PORTVERSION=3D 5.5.0 > -PORTREVISION=3D 4 > +PORTVERSION=3D 5.5.1 > CATEGORIES=3D net-mgmt > MASTER_SITES=3D https://collectd.org/files/ \ > http://collectd.org/files/ > @@ -24,9 +23,9 @@ GNU_CONFIGURE=3D yes > =20 > OPTIONS_DEFINE=3D CGI DEBUG GCRYPT LOGSTASH VIRT > OPTIONS_GROUP=3D INPUT OUTPUT > -OPTIONS_GROUP_OUTPUT=3D KAFKA NOTIFYDESKTOP NOTIFYEMAIL RIEMANN RRDTOOL > +OPTIONS_GROUP_OUTPUT=3D KAFKA MONGODB NOTIFYDESKTOP NOTIFYEMAIL RIEMANN = RRDTOOL > OPTIONS_GROUP_INPUT=3D CURL CURL_JSON CURL_XML DBI IPMI JSON MEMCACHEC \ > - MODBUS MONGODB MYSQL NUTUPS OLSRD ONEWIRE OPENLDAP \ > + MODBUS MYSQL NUTUPS OLSRD ONEWIRE OPENLDAP \ > PERL PGSQL PINBA PING PYTHON RABBITMQ REDIS ROUTEROS \ > SIGROK SNMP STATGRAB STATSD TOKYOTYRANT VARNISH XML \ > XMMS ZOOKEEPER > @@ -44,7 +43,7 @@ KAFKA_DESC=3D Enable write_kafka plugin > LOGSTASH_DESC=3D Enable log_logstash plugin (requires json) > MEMCACHEC_DESC=3D Enable memcachec plugin > MODBUS_DESC=3D Enable modbus plugin > -MONGODB_DESC=3D Enable MongoDB-based plugins > +MONGODB_DESC=3D Enable write_mongodb plugin (BROKEN) > MYSQL_DESC=3D Enable mysql-based plugins > NOTIFYDESKTOP_DESC=3D Enable desktop notifications > NOTIFYEMAIL_DESC=3D Enable notifications via email > @@ -79,8 +78,6 @@ USE_RC_SUBR=3D collectd collectdmon > =20 > USE_LDCONFIG=3D yes > =20 > -CONFLICTS=3D collectd-4.[0-9]* > - > CPPFLAGS+=3D -I${LOCALBASE}/include > LIBS+=3D -L${LOCALBASE}/lib > =20 > @@ -89,6 +86,9 @@ CONFIGURE_ARGS=3D --localstatedir=3D/var \ > --disable-all-plugins \ > --disable-static \ > --without-amqp \ > + --disable-ceph \ > + --disable-cgroups \ > + --disable-fhcount \ > --without-java \ > --without-libaquaero5 \ > --without-libganglia \ > @@ -98,7 +98,6 @@ CONFIGURE_ARGS=3D --localstatedir=3D/var \ > --without-libkstat \ > --without-libldap \ > --without-libmnl \ > - --without-libmodbus \ > --without-libnetlink \ > --without-libnetapp \ > --without-libowcapi \ > @@ -154,11 +153,13 @@ MEMCACHEC_CONFIGURE_WITH=3D libmemcached=3D$ > =20 > MODBUS_LIB_DEPENDS=3D libmodbus.so:${PORTSDIR}/comms/libmodbus > MODBUS_CONFIGURE_ENABLE=3D modbus > -MODBUS_CONFIGURE_WITH=3D libmodbus=3D${LOCALBASE} > +MODBUS_CONFIGURE_WITH=3D libmodbus=3Duse_pkgconfig > =20 > MONGODB_LIB_DEPENDS=3D libmongoc-1.0.so:${PORTSDIR}/devel/mongo-c-driver > +MONGODB_LIB_DEPENDS+=3D libbson-1.0.so:${PORTSDIR}/devel/libbson > MONGODB_CONFIGURE_ENABLE=3D write_mongodb > MONGODB_CONFIGURE_WITH=3D libmongoc=3D${LOCALBASE} > +MONGODB_BROKEN=3D fails to configure with write_mongodb option > =20 > MYSQL_USE=3D mysql=3Dyes > MYSQL_CONFIGURE_ENABLE=3D mysql > @@ -277,7 +278,6 @@ CONFIGURE_ARGS+=3D--enable-aggregation \ > --enable-dns \ > --enable-email \ > --enable-exec \ > - --enable-fhcount \ > --enable-filecount \ > --enable-load \ > --enable-logfile \ >=20 > Modified: head/net-mgmt/collectd5/distinfo > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/net-mgmt/collectd5/distinfo Tue Feb 2 22:56:26 2016 (r407900) > +++ head/net-mgmt/collectd5/distinfo Tue Feb 2 23:08:46 2016 (r407901) > @@ -1,2 +1,2 @@ > -SHA256 (collectd-5.5.0.tar.bz2) =3D 847684cf5c10de1dc34145078af3fcf6e0d1= 68ba98c14f1343b1062a4b569e88 > -SIZE (collectd-5.5.0.tar.bz2) =3D 1824495 > +SHA256 (collectd-5.5.1.tar.bz2) =3D f9c5d526e1f0429a7db1ccd90bdf9e23923a= 2fd43b7285cfda8f0341e5c0bc3f > +SIZE (collectd-5.5.1.tar.bz2) =3D 1797852 >=20 > Modified: head/net-mgmt/collectd5/files/patch-Makefile.am > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/net-mgmt/collectd5/files/patch-Makefile.am Tue Feb 2 22:56:26 2= 016 (r407900) > +++ head/net-mgmt/collectd5/files/patch-Makefile.am Tue Feb 2 23:08:46 2= 016 (r407901) > @@ -1,6 +1,6 @@ > ---- Makefile.am.orig 2015-03-09 09:38:22 UTC > +--- Makefile.am.orig 2016-01-22 08:33:25 UTC > +++ Makefile.am > -@@ -8,7 +8,6 @@ EXTRA_DIST =3D contrib version-gen.sh > +@@ -14,7 +14,6 @@ EXTRA_DIST =3D contrib version-gen.sh > =20 > install-exec-hook: > $(mkinstalldirs) $(DESTDIR)$(localstatedir)/run >=20 > Modified: head/net-mgmt/collectd5/files/patch-configure.ac > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/net-mgmt/collectd5/files/patch-configure.ac Tue Feb 2 22:56:26 = 2016 (r407900) > +++ head/net-mgmt/collectd5/files/patch-configure.ac Tue Feb 2 23:08:46 = 2016 (r407901) > @@ -1,6 +1,6 @@ > ---- configure.ac.orig 2015-05-27 07:51:35 UTC > +--- configure.ac.orig 2016-01-22 09:51:17 UTC > +++ configure.ac > -@@ -120,7 +120,7 @@ then > +@@ -155,7 +155,7 @@ then > fi > =20 > # Where to install .pc files. > @@ -9,7 +9,7 @@ > AC_SUBST(pkgconfigdir) > =20 > # Check for standards compliance mode > -@@ -641,7 +641,7 @@ SAVE_CFLAGS=3D"$CFLAGS" > +@@ -715,7 +715,7 @@ SAVE_CFLAGS=3D"$CFLAGS" > # Emulate behavior of src/Makefile.am > if test "x$GCC" =3D "xyes" > then > @@ -18,7 +18,7 @@ > fi > =20 > AC_CACHE_CHECK([for strtok_r], > -@@ -770,7 +770,7 @@ AC_CHECK_FUNCS(getutxent, [have_getutxen > +@@ -844,7 +844,7 @@ AC_CHECK_FUNCS(getutxent, [have_getutxen > if test "x$GCC" =3D "xyes" > then > SAVE_CFLAGS=3D"$CFLAGS" > @@ -27,7 +27,7 @@ > fi > =20 > AC_CHECK_FUNCS(strptime, [have_strptime=3D"yes"], [have_strptime=3D"no"= ]) > -@@ -1495,6 +1495,7 @@ if test "x$with_kstat" =3D "xyes" > +@@ -1571,6 +1571,7 @@ if test "x$with_kstat" =3D "xyes" > then > AC_CHECK_LIB(kstat, kstat_open, [with_kstat=3D"yes"], [with_kstat=3D"n= o (libkstat not found)"], []) > fi > @@ -35,7 +35,7 @@ > if test "x$with_kstat" =3D "xyes" > then > AC_CHECK_LIB(devinfo, di_init, [with_devinfo=3D"yes"], [with_devinfo= =3D"no (not found)"], []) > -@@ -1504,6 +1505,8 @@ if test "x$with_kstat" =3D "xyes" > +@@ -1580,6 +1581,8 @@ if test "x$with_kstat" =3D "xyes" > then > AC_DEFINE(HAVE_LIBKSTAT, 1, > [Define to 1 if you have the 'kstat' library (-lkstat)]) > @@ -44,7 +44,36 @@ > fi > AM_CONDITIONAL(BUILD_WITH_LIBKSTAT, test "x$with_kstat" =3D "xyes") > AM_CONDITIONAL(BUILD_WITH_LIBDEVINFO, test "x$with_devinfo" =3D "xyes") > -@@ -3346,7 +3349,7 @@ then > +@@ -2624,8 +2627,8 @@ AC_ARG_WITH(libmongoc, [AS_HELP_STRING([ > + with_libmongoc=3D"no" > + else > + with_libmongoc=3D"yes" > +- LIBMONGOC_CPPFLAGS=3D"$LIBMONGOC_CPPFLAGS -I$withval/include" > +- LIBMONGOC_LDFLAGS=3D"$LIBMONGOC_LDFLAGS -L$withval/lib" > ++ LIBMONGOC_CPPFLAGS=3D"$LIBMONGOC_CPPFLAGS -I$withval/include/libmongo= c-1.0 -I$withval/include/libbson-1.0" > ++ LIBMONGOC_LDFLAGS=3D"$LIBMONGOC_LDFLAGS -L$withval/lib -lsasl2 -lssl = -lcrypto -lmongoc-1.0 -lbson-1.0" > + fi; fi > + ], > + [with_libmongoc=3D"yes"]) > +@@ -2642,7 +2645,7 @@ then > + then > + AC_MSG_NOTICE([libmongoc CPPFLAGS: $LIBMONGOC_CPPFLAGS]) > + fi > +- AC_CHECK_HEADERS(mongo.h, > ++ AC_CHECK_HEADERS(mongoc.h, > + [with_libmongoc=3D"yes"], > + [with_libmongoc=3D"no ('mongo.h' not found)"], > + [#if HAVE_STDINT_H > +@@ -2658,7 +2661,7 @@ then > + then > + AC_MSG_NOTICE([libmongoc LDFLAGS: $LIBMONGOC_LDFLAGS]) > + fi > +- AC_CHECK_LIB(mongoc, mongo_run_command, > ++ AC_CHECK_LIB(mongoc-1.0, mongoc_client_command, > + [with_libmongoc=3D"yes"], > + [with_libmongoc=3D"no (symbol 'mongo_run_command' not found)"]) > + fi > +@@ -3415,7 +3418,7 @@ then > SAVE_LIBS=3D"$LIBS" > # trigger an error if Perl_load_module*() uses __attribute__nonnull__(= 3) > # (see issues #41 and #42) > @@ -53,7 +82,7 @@ > LIBS=3D"$LIBS $PERL_LIBS" > =20 > AC_CACHE_CHECK([for broken Perl_load_module()], > -@@ -3576,7 +3579,7 @@ fi > +@@ -3645,7 +3648,7 @@ fi > if test "x$with_python" =3D "xyes" > then > AC_MSG_CHECKING([for Python CPPFLAGS]) > @@ -62,7 +91,7 @@ > python_config_status=3D$? > =20 > if test "$python_config_status" -ne 0 || test "x$python_include_path" = =3D "x" > -@@ -3599,7 +3602,7 @@ fi > +@@ -3668,7 +3671,7 @@ fi > if test "x$with_python" =3D "xyes" > then > AC_MSG_CHECKING([for Python LDFLAGS]) > @@ -71,7 +100,7 @@ > python_config_status=3D$? > =20 > if test "$python_config_status" -ne 0 || test "x$python_library_path" = =3D "x" > -@@ -3614,7 +3617,7 @@ fi > +@@ -3683,7 +3686,7 @@ fi > if test "x$with_python" =3D "xyes" > then > AC_MSG_CHECKING([for Python LIBS]) > @@ -80,7 +109,7 @@ > python_config_status=3D$? > =20 > if test "$python_config_status" -ne 0 || test "x$python_library_flags"= =3D "x" > -@@ -3629,7 +3632,7 @@ fi > +@@ -3698,7 +3701,7 @@ fi > if test "x$with_python" =3D "xyes" > then > LDFLAGS=3D"-L$python_library_path $LDFLAGS" > @@ -89,7 +118,7 @@ > =20 > AC_CHECK_FUNC(PyObject_CallFunction, > [with_python=3D"yes"], > -@@ -4692,8 +4695,8 @@ AC_ARG_WITH(libvarnish, [AS_HELP_STRING( > +@@ -4761,8 +4764,8 @@ AC_ARG_WITH(libvarnish, [AS_HELP_STRING( > else if test -d "$with_libvarnish/lib" > then > AC_MSG_NOTICE([Not checking for libvarnish: Manually configured]) > @@ -100,11 +129,11 @@ > with_libvarnish=3D"yes" > fi; fi; fi > ], > -@@ -5263,6 +5266,7 @@ fi > +@@ -5334,6 +5337,7 @@ fi > =20 > if test "x$ac_system" =3D "xFreeBSD" > then > + plugin_disk=3D"yes" > - plugin_zfs_arc=3D"yes" > + plugin_zfs_arc=3D"yes" > fi > =20 >=20 > Modified: head/net-mgmt/collectd5/files/patch-src__Makefile.am > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/net-mgmt/collectd5/files/patch-src__Makefile.am Tue Feb 2 22:56= :26 2016 (r407900) > +++ head/net-mgmt/collectd5/files/patch-src__Makefile.am Tue Feb 2 23:08= :46 2016 (r407901) > @@ -1,4 +1,4 @@ > ---- src/Makefile.am.orig 2015-05-26 19:38:14 UTC > +--- src/Makefile.am.orig 2016-01-22 09:51:17 UTC > +++ src/Makefile.am > @@ -7,14 +7,14 @@ SUBDIRS +=3D daemon > PLUGIN_LDFLAGS =3D -module -avoid-version -export-symbols-regex '\' > @@ -26,7 +26,7 @@ > endif > if BUILD_WITH_LIBDEVINFO > cpu_la_LIBADD +=3D -ldevinfo > -@@ -303,7 +303,7 @@ disk_la_CFLAGS =3D $(AM_CFLAGS) > +@@ -301,7 +301,7 @@ disk_la_CFLAGS =3D $(AM_CFLAGS) > disk_la_LDFLAGS =3D $(PLUGIN_LDFLAGS) > disk_la_LIBADD =3D > if BUILD_WITH_LIBKSTAT > @@ -35,7 +35,7 @@ > endif > if BUILD_WITH_LIBDEVINFO > disk_la_LIBADD +=3D -ldevinfo > -@@ -321,6 +321,9 @@ endif > +@@ -319,6 +319,9 @@ endif > if BUILD_WITH_PERFSTAT > disk_la_LIBADD +=3D -lperfstat > endif > @@ -45,7 +45,7 @@ > endif > =20 > if BUILD_PLUGIN_DNS > -@@ -408,7 +411,7 @@ interface_la_CFLAGS +=3D $(BUILD_WITH_LIBS > +@@ -405,7 +408,7 @@ interface_la_CFLAGS +=3D $(BUILD_WITH_LIBS > interface_la_LIBADD +=3D $(BUILD_WITH_LIBSTATGRAB_LDFLAGS) > else > if BUILD_WITH_LIBKSTAT > @@ -54,7 +54,7 @@ > endif > if BUILD_WITH_LIBDEVINFO > interface_la_LIBADD +=3D -ldevinfo > -@@ -591,7 +594,7 @@ memory_la_CFLAGS =3D $(AM_CFLAGS) > +@@ -584,7 +587,7 @@ memory_la_CFLAGS =3D $(AM_CFLAGS) > memory_la_LDFLAGS =3D $(PLUGIN_LDFLAGS) > memory_la_LIBADD =3D > if BUILD_WITH_LIBKSTAT > @@ -63,7 +63,7 @@ > endif > if BUILD_WITH_LIBDEVINFO > memory_la_LIBADD +=3D -ldevinfo > -@@ -964,7 +967,7 @@ swap_la_CFLAGS =3D $(AM_CFLAGS) > +@@ -951,7 +954,7 @@ swap_la_CFLAGS =3D $(AM_CFLAGS) > swap_la_LDFLAGS =3D $(PLUGIN_LDFLAGS) > swap_la_LIBADD =3D > if BUILD_WITH_LIBKSTAT > @@ -72,7 +72,7 @@ > endif > if BUILD_WITH_LIBDEVINFO > swap_la_LIBADD +=3D -ldevinfo > -@@ -1010,7 +1013,7 @@ if BUILD_PLUGIN_TAPE > +@@ -997,7 +1000,7 @@ if BUILD_PLUGIN_TAPE > pkglib_LTLIBRARIES +=3D tape.la > tape_la_SOURCES =3D tape.c > tape_la_LDFLAGS =3D $(PLUGIN_LDFLAGS) > @@ -81,7 +81,7 @@ > endif > =20 > if BUILD_PLUGIN_TARGET_NOTIFICATION > -@@ -1116,7 +1119,7 @@ uptime_la_CFLAGS =3D $(AM_CFLAGS) > +@@ -1102,7 +1105,7 @@ uptime_la_CFLAGS =3D $(AM_CFLAGS) > uptime_la_LDFLAGS =3D $(PLUGIN_LDFLAGS) > uptime_la_LIBADD =3D > if BUILD_WITH_LIBKSTAT > @@ -90,7 +90,7 @@ > endif > if BUILD_WITH_PERFSTAT > uptime_la_LIBADD +=3D -lperfstat > -@@ -1275,7 +1278,7 @@ if BUILD_LINUX > +@@ -1260,7 +1263,7 @@ if BUILD_LINUX > # zfs_arc requires no library on linux > else > # solaris > @@ -99,7 +99,7 @@ > endif > endif > endif > -@@ -1364,12 +1367,7 @@ endif > +@@ -1354,12 +1357,7 @@ endif > =20 > install-exec-hook: > $(mkinstalldirs) $(DESTDIR)$(sysconfdir) >=20 > Modified: head/net-mgmt/collectd5/files/patch-src__Makefile.in > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/net-mgmt/collectd5/files/patch-src__Makefile.in Tue Feb 2 22:56= :26 2016 (r407900) > +++ head/net-mgmt/collectd5/files/patch-src__Makefile.in Tue Feb 2 23:08= :46 2016 (r407901) > @@ -1,6 +1,665 @@ > ---- src/Makefile.in.orig 2015-05-27 07:51:49.001922000 +0000 > +--- src/Makefile.in.orig 2016-01-22 09:55:46 UTC > +++ src/Makefile.in > -@@ -2434,7 +2434,7 @@ PLUGIN_LDFLAGS =3D -module -avoid-version=20 > +@@ -1,7 +1,7 @@ > +-# Makefile.in generated by automake 1.14.1 from Makefile.am. > ++# Makefile.in generated by automake 1.15 from Makefile.am. > + # @configure_input@ > +=20 > +-# Copyright (C) 1994-2013 Free Software Foundation, Inc. > ++# Copyright (C) 1994-2014 Free Software Foundation, Inc. > +=20 > + # This Makefile.in is free software; the Free Software Foundation > + # gives unlimited permission to copy and/or distribute it, > +@@ -16,7 +16,17 @@ > +=20 > +=20 > + VPATH =3D @srcdir@ > +-am__is_gnu_make =3D test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' > ++am__is_gnu_make =3D { \ > ++ if test -z '$(MAKELEVEL)'; then \ > ++ false; \ > ++ elif test -n '$(MAKE_HOST)'; then \ > ++ true; \ > ++ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ > ++ true; \ > ++ else \ > ++ false; \ > ++ fi; \ > ++} > + am__make_running_with_option =3D \ > + case $${target_option-} in \ > + ?) ;; \ > +@@ -112,7 +122,7 @@ bin_PROGRAMS =3D collectd-nagios$(EXEEXT)=20 > + @BUILD_PLUGIN_CONTEXTSWITCH_TRUE@am__append_28 =3D contextswitch.la > + @BUILD_PLUGIN_CONTEXTSWITCH_TRUE@@BUILD_WITH_PERFSTAT_TRUE@am__append_2= 9 =3D -lperfstat > + @BUILD_PLUGIN_CPU_TRUE@am__append_30 =3D cpu.la > +-@BUILD_PLUGIN_CPU_TRUE@@BUILD_WITH_LIBKSTAT_TRUE@am__append_31 =3D -lks= tat > ++@BUILD_PLUGIN_CPU_TRUE@@BUILD_WITH_LIBKSTAT_TRUE@am__append_31 =3D $(BU= ILD_WITH_LIBKSTAT_LIBS) > + @BUILD_PLUGIN_CPU_TRUE@@BUILD_WITH_LIBDEVINFO_TRUE@am__append_32 =3D -l= devinfo > + @BUILD_PLUGIN_CPU_TRUE@@BUILD_WITH_LIBSTATGRAB_TRUE@am__append_33 =3D $= (BUILD_WITH_LIBSTATGRAB_CFLAGS) > + @BUILD_PLUGIN_CPU_TRUE@@BUILD_WITH_LIBSTATGRAB_TRUE@am__append_34 =3D $= (BUILD_WITH_LIBSTATGRAB_LDFLAGS) > +@@ -129,191 +139,196 @@ bin_PROGRAMS =3D collectd-nagios$(EXEEXT)=20 > + @BUILD_PLUGIN_DBI_TRUE@am__append_45 =3D dbi.la > + @BUILD_PLUGIN_DF_TRUE@am__append_46 =3D df.la > + @BUILD_PLUGIN_DISK_TRUE@am__append_47 =3D disk.la > +-@BUILD_PLUGIN_DISK_TRUE@@BUILD_WITH_LIBKSTAT_TRUE@am__append_48 =3D -lk= stat > ++@BUILD_PLUGIN_DISK_TRUE@@BUILD_WITH_LIBKSTAT_TRUE@am__append_48 =3D $(B= UILD_WITH_LIBKSTAT_LIBS) > + @BUILD_PLUGIN_DISK_TRUE@@BUILD_WITH_LIBDEVINFO_TRUE@am__append_49 =3D -= ldevinfo > + @BUILD_PLUGIN_DISK_TRUE@@BUILD_WITH_LIBIOKIT_TRUE@am__append_50 =3D -fr= amework IOKit > + @BUILD_PLUGIN_DISK_TRUE@@BUILD_WITH_LIBSTATGRAB_TRUE@am__append_51 =3D = $(BUILD_WITH_LIBSTATGRAB_CFLAGS) > + @BUILD_PLUGIN_DISK_TRUE@@BUILD_WITH_LIBSTATGRAB_TRUE@am__append_52 =3D = $(BUILD_WITH_LIBSTATGRAB_LDFLAGS) > + @BUILD_PLUGIN_DISK_TRUE@@BUILD_WITH_LIBUDEV_TRUE@am__append_53 =3D -lud= ev > + @BUILD_PLUGIN_DISK_TRUE@@BUILD_WITH_PERFSTAT_TRUE@am__append_54 =3D -lp= erfstat > +-@BUILD_PLUGIN_DNS_TRUE@am__append_55 =3D dns.la > +-@BUILD_PLUGIN_DRBD_TRUE@am__append_56 =3D drbd.la > +-@BUILD_PLUGIN_EMAIL_TRUE@am__append_57 =3D email.la > +-@BUILD_PLUGIN_ENTROPY_TRUE@am__append_58 =3D entropy.la > +-@BUILD_PLUGIN_EXEC_TRUE@am__append_59 =3D exec.la > +-@BUILD_PLUGIN_ETHSTAT_TRUE@am__append_60 =3D ethstat.la > +-@BUILD_PLUGIN_FHCOUNT_TRUE@am__append_61 =3D fhcount.la > +-@BUILD_PLUGIN_FILECOUNT_TRUE@am__append_62 =3D filecount.la > +-@BUILD_PLUGIN_GMOND_TRUE@am__append_63 =3D gmond.la > +-@BUILD_PLUGIN_HDDTEMP_TRUE@am__append_64 =3D hddtemp.la > +-@BUILD_PLUGIN_HDDTEMP_TRUE@@BUILD_WITH_LIBSOCKET_TRUE@am__append_65 =3D= -lsocket > +-@BUILD_PLUGIN_INTERFACE_TRUE@am__append_66 =3D interface.la > +-@BUILD_PLUGIN_INTERFACE_TRUE@@BUILD_WITH_LIBSTATGRAB_TRUE@am__append_67= =3D $(BUILD_WITH_LIBSTATGRAB_CFLAGS) > +-@BUILD_PLUGIN_INTERFACE_TRUE@@BUILD_WITH_LIBSTATGRAB_TRUE@am__append_68= =3D $(BUILD_WITH_LIBSTATGRAB_LDFLAGS) > +-@BUILD_PLUGIN_INTERFACE_TRUE@@BUILD_WITH_LIBKSTAT_TRUE@@BUILD_WITH_LIBS= TATGRAB_FALSE@am__append_69 =3D -lkstat > +-@BUILD_PLUGIN_INTERFACE_TRUE@@BUILD_WITH_LIBDEVINFO_TRUE@@BUILD_WITH_LI= BSTATGRAB_FALSE@am__append_70 =3D -ldevinfo > +-@BUILD_PLUGIN_INTERFACE_TRUE@@BUILD_WITH_PERFSTAT_TRUE@am__append_71 = =3D -lperfstat > +-@BUILD_PLUGIN_IPC_TRUE@am__append_72 =3D ipc.la > +-@BUILD_PLUGIN_IPTABLES_TRUE@am__append_73 =3D iptables.la > +-@BUILD_PLUGIN_IPMI_TRUE@am__append_74 =3D ipmi.la > +-@BUILD_PLUGIN_IPVS_TRUE@am__append_75 =3D ipvs.la > +-@BUILD_PLUGIN_IRQ_TRUE@am__append_76 =3D irq.la > +-@BUILD_PLUGIN_JAVA_TRUE@am__append_77 =3D java.la > +-@BUILD_PLUGIN_LOAD_TRUE@am__append_78 =3D load.la > +-@BUILD_PLUGIN_LOAD_TRUE@@BUILD_WITH_LIBSTATGRAB_TRUE@am__append_79 =3D = $(BUILD_WITH_LIBSTATGRAB_CFLAGS) > +-@BUILD_PLUGIN_LOAD_TRUE@@BUILD_WITH_LIBSTATGRAB_TRUE@am__append_80 =3D = $(BUILD_WITH_LIBSTATGRAB_LDFLAGS) > +-@BUILD_PLUGIN_LOAD_TRUE@@BUILD_WITH_PERFSTAT_TRUE@am__append_81 =3D -lp= erfstat > +-@BUILD_PLUGIN_LOGFILE_TRUE@am__append_82 =3D logfile.la > +-@BUILD_PLUGIN_LOG_LOGSTASH_TRUE@am__append_83 =3D log_logstash.la > +-@BUILD_PLUGIN_LPAR_TRUE@am__append_84 =3D lpar.la > +-@BUILD_PLUGIN_LVM_TRUE@am__append_85 =3D lvm.la > +-@BUILD_PLUGIN_MADWIFI_TRUE@am__append_86 =3D madwifi.la > +-@BUILD_PLUGIN_MATCH_EMPTY_COUNTER_TRUE@am__append_87 =3D match_empty_co= unter.la > +-@BUILD_PLUGIN_MATCH_HASHED_TRUE@am__append_88 =3D match_hashed.la > +-@BUILD_PLUGIN_MATCH_REGEX_TRUE@am__append_89 =3D match_regex.la > +-@BUILD_PLUGIN_MATCH_TIMEDIFF_TRUE@am__append_90 =3D match_timediff.la > +-@BUILD_PLUGIN_MATCH_VALUE_TRUE@am__append_91 =3D match_value.la > +-@BUILD_PLUGIN_MBMON_TRUE@am__append_92 =3D mbmon.la > +-@BUILD_PLUGIN_MBMON_TRUE@@BUILD_WITH_LIBSOCKET_TRUE@am__append_93 =3D -= lsocket > +-@BUILD_PLUGIN_MD_TRUE@am__append_94 =3D md.la > +-@BUILD_PLUGIN_MEMCACHEC_TRUE@am__append_95 =3D memcachec.la > +-@BUILD_PLUGIN_MEMCACHED_TRUE@am__append_96 =3D memcached.la > +-@BUILD_PLUGIN_MEMCACHED_TRUE@@BUILD_WITH_LIBSOCKET_TRUE@am__append_97 = =3D -lsocket > +-@BUILD_PLUGIN_MEMORY_TRUE@am__append_98 =3D memory.la > +-@BUILD_PLUGIN_MEMORY_TRUE@@BUILD_WITH_LIBKSTAT_TRUE@am__append_99 =3D -= lkstat > +-@BUILD_PLUGIN_MEMORY_TRUE@@BUILD_WITH_LIBDEVINFO_TRUE@am__append_100 = =3D -ldevinfo > +-@BUILD_PLUGIN_MEMORY_TRUE@@BUILD_WITH_LIBSTATGRAB_TRUE@am__append_101 = =3D $(BUILD_WITH_LIBSTATGRAB_CFLAGS) > +-@BUILD_PLUGIN_MEMORY_TRUE@@BUILD_WITH_LIBSTATGRAB_TRUE@am__append_102 = =3D $(BUILD_WITH_LIBSTATGRAB_LDFLAGS) > +-@BUILD_PLUGIN_MEMORY_TRUE@@BUILD_WITH_PERFSTAT_TRUE@am__append_103 =3D = -lperfstat > +-@BUILD_PLUGIN_MIC_TRUE@am__append_104 =3D mic.la > +-@BUILD_PLUGIN_MODBUS_TRUE@am__append_105 =3D modbus.la > +-@BUILD_PLUGIN_MULTIMETER_TRUE@am__append_106 =3D multimeter.la > +-@BUILD_PLUGIN_MYSQL_TRUE@am__append_107 =3D mysql.la > +-@BUILD_PLUGIN_MYSQL_TRUE@@BUILD_WITH_LIBMYSQL_TRUE@am__append_108 =3D $= (BUILD_WITH_LIBMYSQL_CFLAGS) > +-@BUILD_PLUGIN_MYSQL_TRUE@@BUILD_WITH_LIBMYSQL_TRUE@am__append_109 =3D $= (BUILD_WITH_LIBMYSQL_LIBS) > +-@BUILD_PLUGIN_NETAPP_TRUE@am__append_110 =3D netapp.la > +-@BUILD_PLUGIN_NETLINK_TRUE@am__append_111 =3D netlink.la > +-@BUILD_PLUGIN_NETWORK_TRUE@am__append_112 =3D network.la > +-@BUILD_PLUGIN_NETWORK_TRUE@@BUILD_WITH_LIBSOCKET_TRUE@am__append_113 = =3D -lsocket > +-@BUILD_PLUGIN_NETWORK_TRUE@@BUILD_WITH_LIBGCRYPT_TRUE@am__append_114 = =3D $(GCRYPT_CPPFLAGS) > +-@BUILD_PLUGIN_NETWORK_TRUE@@BUILD_WITH_LIBGCRYPT_TRUE@am__append_115 = =3D $(GCRYPT_LDFLAGS) > +-@BUILD_PLUGIN_NETWORK_TRUE@@BUILD_WITH_LIBGCRYPT_TRUE@am__append_116 = =3D $(GCRYPT_LIBS) > +-@BUILD_PLUGIN_NFS_TRUE@am__append_117 =3D nfs.la > +-@BUILD_PLUGIN_FSCACHE_TRUE@am__append_118 =3D fscache.la > +-@BUILD_PLUGIN_NGINX_TRUE@am__append_119 =3D nginx.la > +-@BUILD_PLUGIN_NGINX_TRUE@@BUILD_WITH_LIBCURL_TRUE@am__append_120 =3D $(= BUILD_WITH_LIBCURL_CFLAGS) > +-@BUILD_PLUGIN_NGINX_TRUE@@BUILD_WITH_LIBCURL_TRUE@am__append_121 =3D $(= BUILD_WITH_LIBCURL_LIBS) > +-@BUILD_PLUGIN_NOTIFY_DESKTOP_TRUE@am__append_122 =3D notify_desktop.la > +-@BUILD_PLUGIN_NOTIFY_EMAIL_TRUE@am__append_123 =3D notify_email.la > +-@BUILD_PLUGIN_NTPD_TRUE@am__append_124 =3D ntpd.la > +-@BUILD_PLUGIN_NTPD_TRUE@@BUILD_WITH_LIBSOCKET_TRUE@am__append_125 =3D -= lsocket > +-@BUILD_PLUGIN_NUMA_TRUE@am__append_126 =3D numa.la > +-@BUILD_PLUGIN_NUT_TRUE@am__append_127 =3D nut.la > +-@BUILD_PLUGIN_OLSRD_TRUE@am__append_128 =3D olsrd.la > +-@BUILD_PLUGIN_OLSRD_TRUE@@BUILD_WITH_LIBSOCKET_TRUE@am__append_129 =3D = -lsocket > +-@BUILD_PLUGIN_ONEWIRE_TRUE@am__append_130 =3D onewire.la > +-@BUILD_PLUGIN_OPENLDAP_TRUE@am__append_131 =3D openldap.la > +-@BUILD_PLUGIN_OPENVPN_TRUE@am__append_132 =3D openvpn.la > +-@BUILD_PLUGIN_ORACLE_TRUE@am__append_133 =3D oracle.la > +-@BUILD_PLUGIN_PERL_TRUE@am__append_134 =3D perl.la > ++@BUILD_FREEBSD_TRUE@@BUILD_PLUGIN_DISK_TRUE@am__append_55 =3D -ldevstat= -lgeom > ++@BUILD_PLUGIN_DNS_TRUE@am__append_56 =3D dns.la > ++@BUILD_PLUGIN_DRBD_TRUE@am__append_57 =3D drbd.la > ++@BUILD_PLUGIN_EMAIL_TRUE@am__append_58 =3D email.la > ++@BUILD_PLUGIN_ENTROPY_TRUE@am__append_59 =3D entropy.la > ++@BUILD_PLUGIN_EXEC_TRUE@am__append_60 =3D exec.la > ++@BUILD_PLUGIN_ETHSTAT_TRUE@am__append_61 =3D ethstat.la > ++@BUILD_PLUGIN_FHCOUNT_TRUE@am__append_62 =3D fhcount.la > ++@BUILD_PLUGIN_FILECOUNT_TRUE@am__append_63 =3D filecount.la > ++@BUILD_PLUGIN_GMOND_TRUE@am__append_64 =3D gmond.la > ++@BUILD_PLUGIN_HDDTEMP_TRUE@am__append_65 =3D hddtemp.la > ++@BUILD_PLUGIN_HDDTEMP_TRUE@@BUILD_WITH_LIBSOCKET_TRUE@am__append_66 =3D= -lsocket > ++@BUILD_PLUGIN_INTERFACE_TRUE@am__append_67 =3D interface.la > ++@BUILD_PLUGIN_INTERFACE_TRUE@@BUILD_WITH_LIBSTATGRAB_TRUE@am__append_68= =3D $(BUILD_WITH_LIBSTATGRAB_CFLAGS) > ++@BUILD_PLUGIN_INTERFACE_TRUE@@BUILD_WITH_LIBSTATGRAB_TRUE@am__append_69= =3D $(BUILD_WITH_LIBSTATGRAB_LDFLAGS) > ++@BUILD_PLUGIN_INTERFACE_TRUE@@BUILD_WITH_LIBKSTAT_TRUE@@BUILD_WITH_LIBS= TATGRAB_FALSE@am__append_70 =3D $(BUILD_WITH_LIBKSTAT_LIBS) > ++@BUILD_PLUGIN_INTERFACE_TRUE@@BUILD_WITH_LIBDEVINFO_TRUE@@BUILD_WITH_LI= BSTATGRAB_FALSE@am__append_71 =3D -ldevinfo > ++@BUILD_PLUGIN_INTERFACE_TRUE@@BUILD_WITH_PERFSTAT_TRUE@am__append_72 = =3D -lperfstat > ++@BUILD_PLUGIN_IPC_TRUE@am__append_73 =3D ipc.la > ++@BUILD_PLUGIN_IPTABLES_TRUE@am__append_74 =3D iptables.la > ++@BUILD_PLUGIN_IPMI_TRUE@am__append_75 =3D ipmi.la > ++@BUILD_PLUGIN_IPVS_TRUE@am__append_76 =3D ipvs.la > ++@BUILD_PLUGIN_IRQ_TRUE@am__append_77 =3D irq.la > ++@BUILD_PLUGIN_JAVA_TRUE@am__append_78 =3D java.la > ++@BUILD_PLUGIN_LOAD_TRUE@am__append_79 =3D load.la > ++@BUILD_PLUGIN_LOAD_TRUE@@BUILD_WITH_LIBSTATGRAB_TRUE@am__append_80 =3D = $(BUILD_WITH_LIBSTATGRAB_CFLAGS) > ++@BUILD_PLUGIN_LOAD_TRUE@@BUILD_WITH_LIBSTATGRAB_TRUE@am__append_81 =3D = $(BUILD_WITH_LIBSTATGRAB_LDFLAGS) > ++@BUILD_PLUGIN_LOAD_TRUE@@BUILD_WITH_PERFSTAT_TRUE@am__append_82 =3D -lp= erfstat > ++@BUILD_PLUGIN_LOGFILE_TRUE@am__append_83 =3D logfile.la > ++@BUILD_PLUGIN_LOG_LOGSTASH_TRUE@am__append_84 =3D log_logstash.la > ++@BUILD_PLUGIN_LPAR_TRUE@am__append_85 =3D lpar.la > ++@BUILD_PLUGIN_LVM_TRUE@am__append_86 =3D lvm.la > ++@BUILD_PLUGIN_MADWIFI_TRUE@am__append_87 =3D madwifi.la > ++@BUILD_PLUGIN_MATCH_EMPTY_COUNTER_TRUE@am__append_88 =3D match_empty_co= unter.la > ++@BUILD_PLUGIN_MATCH_HASHED_TRUE@am__append_89 =3D match_hashed.la > ++@BUILD_PLUGIN_MATCH_REGEX_TRUE@am__append_90 =3D match_regex.la > ++@BUILD_PLUGIN_MATCH_TIMEDIFF_TRUE@am__append_91 =3D match_timediff.la > ++@BUILD_PLUGIN_MATCH_VALUE_TRUE@am__append_92 =3D match_value.la > ++@BUILD_PLUGIN_MBMON_TRUE@am__append_93 =3D mbmon.la > ++@BUILD_PLUGIN_MBMON_TRUE@@BUILD_WITH_LIBSOCKET_TRUE@am__append_94 =3D -= lsocket > ++@BUILD_PLUGIN_MD_TRUE@am__append_95 =3D md.la > ++@BUILD_PLUGIN_MEMCACHEC_TRUE@am__append_96 =3D memcachec.la > ++@BUILD_PLUGIN_MEMCACHED_TRUE@am__append_97 =3D memcached.la > ++@BUILD_PLUGIN_MEMCACHED_TRUE@@BUILD_WITH_LIBSOCKET_TRUE@am__append_98 = =3D -lsocket > ++@BUILD_PLUGIN_MEMORY_TRUE@am__append_99 =3D memory.la > ++@BUILD_PLUGIN_MEMORY_TRUE@@BUILD_WITH_LIBKSTAT_TRUE@am__append_100 =3D = $(BUILD_WITH_LIBKSTAT_LIBS) > ++@BUILD_PLUGIN_MEMORY_TRUE@@BUILD_WITH_LIBDEVINFO_TRUE@am__append_101 = =3D -ldevinfo > ++@BUILD_PLUGIN_MEMORY_TRUE@@BUILD_WITH_LIBSTATGRAB_TRUE@am__append_102 = =3D $(BUILD_WITH_LIBSTATGRAB_CFLAGS) > ++@BUILD_PLUGIN_MEMORY_TRUE@@BUILD_WITH_LIBSTATGRAB_TRUE@am__append_103 = =3D $(BUILD_WITH_LIBSTATGRAB_LDFLAGS) > ++@BUILD_PLUGIN_MEMORY_TRUE@@BUILD_WITH_PERFSTAT_TRUE@am__append_104 =3D = -lperfstat > ++@BUILD_PLUGIN_MIC_TRUE@am__append_105 =3D mic.la > ++@BUILD_PLUGIN_MODBUS_TRUE@am__append_106 =3D modbus.la > ++@BUILD_PLUGIN_MULTIMETER_TRUE@am__append_107 =3D multimeter.la > ++@BUILD_PLUGIN_MYSQL_TRUE@am__append_108 =3D mysql.la > ++@BUILD_PLUGIN_MYSQL_TRUE@@BUILD_WITH_LIBMYSQL_TRUE@am__append_109 =3D $= (BUILD_WITH_LIBMYSQL_CFLAGS) > ++@BUILD_PLUGIN_MYSQL_TRUE@@BUILD_WITH_LIBMYSQL_TRUE@am__append_110 =3D $= (BUILD_WITH_LIBMYSQL_LIBS) > ++@BUILD_PLUGIN_NETAPP_TRUE@am__append_111 =3D netapp.la > ++@BUILD_PLUGIN_NETLINK_TRUE@am__append_112 =3D netlink.la > ++@BUILD_PLUGIN_NETWORK_TRUE@am__append_113 =3D network.la > ++@BUILD_PLUGIN_NETWORK_TRUE@@BUILD_WITH_LIBSOCKET_TRUE@am__append_114 = =3D -lsocket > ++@BUILD_PLUGIN_NETWORK_TRUE@@BUILD_WITH_LIBGCRYPT_TRUE@am__append_115 = =3D $(GCRYPT_CPPFLAGS) > ++@BUILD_PLUGIN_NETWORK_TRUE@@BUILD_WITH_LIBGCRYPT_TRUE@am__append_116 = =3D $(GCRYPT_LDFLAGS) > ++@BUILD_PLUGIN_NETWORK_TRUE@@BUILD_WITH_LIBGCRYPT_TRUE@am__append_117 = =3D $(GCRYPT_LIBS) > ++@BUILD_PLUGIN_NFS_TRUE@am__append_118 =3D nfs.la > ++@BUILD_PLUGIN_FSCACHE_TRUE@am__append_119 =3D fscache.la > ++@BUILD_PLUGIN_NGINX_TRUE@am__append_120 =3D nginx.la > ++@BUILD_PLUGIN_NGINX_TRUE@@BUILD_WITH_LIBCURL_TRUE@am__append_121 =3D $(= BUILD_WITH_LIBCURL_CFLAGS) > ++@BUILD_PLUGIN_NGINX_TRUE@@BUILD_WITH_LIBCURL_TRUE@am__append_122 =3D $(= BUILD_WITH_LIBCURL_LIBS) > ++@BUILD_PLUGIN_NOTIFY_DESKTOP_TRUE@am__append_123 =3D notify_desktop.la > ++@BUILD_PLUGIN_NOTIFY_EMAIL_TRUE@am__append_124 =3D notify_email.la > ++@BUILD_PLUGIN_NTPD_TRUE@am__append_125 =3D ntpd.la > ++@BUILD_PLUGIN_NTPD_TRUE@@BUILD_WITH_LIBSOCKET_TRUE@am__append_126 =3D -= lsocket > ++@BUILD_PLUGIN_NUMA_TRUE@am__append_127 =3D numa.la > ++@BUILD_PLUGIN_NUT_TRUE@am__append_128 =3D nut.la > ++@BUILD_PLUGIN_OLSRD_TRUE@am__append_129 =3D olsrd.la > ++@BUILD_PLUGIN_OLSRD_TRUE@@BUILD_WITH_LIBSOCKET_TRUE@am__append_130 =3D = -lsocket > ++@BUILD_PLUGIN_ONEWIRE_TRUE@am__append_131 =3D onewire.la > ++@BUILD_PLUGIN_OPENLDAP_TRUE@am__append_132 =3D openldap.la > ++@BUILD_PLUGIN_OPENVPN_TRUE@am__append_133 =3D openvpn.la > ++@BUILD_PLUGIN_ORACLE_TRUE@am__append_134 =3D oracle.la > ++@BUILD_PLUGIN_PERL_TRUE@am__append_135 =3D perl.la > + # Work-around for issues #41 and #42 - Perl 5.10 incorrectly introduced > + # __attribute__nonnull__(3) for Perl_load_module(). > +-@BUILD_PLUGIN_PERL_TRUE@@HAVE_BROKEN_PERL_LOAD_MODULE_TRUE@am__append_1= 35 =3D -Wno-nonnull > +-@BUILD_PLUGIN_PF_TRUE@am__append_136 =3D pf.la > +-@BUILD_PLUGIN_PINBA_TRUE@am__append_137 =3D pinba.la > +-@BUILD_PLUGIN_PING_TRUE@am__append_138 =3D ping.la > +-@BUILD_PLUGIN_POSTGRESQL_TRUE@am__append_139 =3D postgresql.la > +-@BUILD_PLUGIN_POWERDNS_TRUE@am__append_140 =3D powerdns.la > +-@BUILD_PLUGIN_PYTHON_TRUE@am__append_141 =3D python.la > +-@BUILD_PLUGIN_PYTHON_TRUE@@COMPILER_IS_GCC_TRUE@am__append_142 =3D -fno= -strict-aliasing -Wno-strict-aliasing > +-@BUILD_PLUGIN_PROCESSES_TRUE@am__append_143 =3D processes.la > +-@BUILD_PLUGIN_PROCESSES_TRUE@@BUILD_WITH_LIBKVM_GETPROCS_TRUE@am__appen= d_144 =3D -lkvm > +-@BUILD_PLUGIN_PROTOCOLS_TRUE@am__append_145 =3D protocols.la > +-@BUILD_PLUGIN_REDIS_TRUE@am__append_146 =3D redis.la > +-@BUILD_PLUGIN_ROUTEROS_TRUE@am__append_147 =3D routeros.la > +-@BUILD_PLUGIN_RRDCACHED_TRUE@am__append_148 =3D rrdcached.la > +-@BUILD_PLUGIN_RRDTOOL_TRUE@am__append_149 =3D rrdtool.la > +-@BUILD_PLUGIN_SENSORS_TRUE@am__append_150 =3D sensors.la > +-@BUILD_PLUGIN_SERIAL_TRUE@am__append_151 =3D serial.la > +-@BUILD_PLUGIN_SIGROK_TRUE@am__append_152 =3D sigrok.la > +-@BUILD_PLUGIN_SMART_TRUE@@BUILD_WITH_LIBUDEV_TRUE@am__append_153 =3D sm= art.la > +-@BUILD_PLUGIN_SNMP_TRUE@am__append_154 =3D snmp.la > +-@BUILD_PLUGIN_SNMP_TRUE@@BUILD_WITH_LIBNETSNMP_TRUE@am__append_155 =3D = $(BUILD_WITH_LIBSNMP_CFLAGS) > +-@BUILD_PLUGIN_SNMP_TRUE@@BUILD_WITH_LIBNETSNMP_TRUE@am__append_156 =3D = $(BUILD_WITH_LIBSNMP_LIBS) > +-@BUILD_PLUGIN_SNMP_TRUE@@BUILD_WITH_LIBPTHREAD_TRUE@am__append_157 =3D = -lpthread > +-@BUILD_PLUGIN_STATSD_TRUE@am__append_158 =3D statsd.la > +-@BUILD_PLUGIN_SWAP_TRUE@am__append_159 =3D swap.la > +-@BUILD_PLUGIN_SWAP_TRUE@@BUILD_WITH_LIBKSTAT_TRUE@am__append_160 =3D -l= kstat > +-@BUILD_PLUGIN_SWAP_TRUE@@BUILD_WITH_LIBDEVINFO_TRUE@am__append_161 =3D = -ldevinfo > +-@BUILD_PLUGIN_SWAP_TRUE@@BUILD_WITH_LIBKVM_GETSWAPINFO_TRUE@am__append_= 162 =3D -lkvm > +-@BUILD_PLUGIN_SWAP_TRUE@@BUILD_WITH_LIBSTATGRAB_TRUE@am__append_163 =3D= $(BUILD_WITH_LIBSTATGRAB_CFLAGS) > +-@BUILD_PLUGIN_SWAP_TRUE@@BUILD_WITH_LIBSTATGRAB_TRUE@am__append_164 =3D= $(BUILD_WITH_LIBSTATGRAB_LDFLAGS) > +-@BUILD_PLUGIN_SWAP_TRUE@@BUILD_WITH_PERFSTAT_TRUE@am__append_165 =3D -l= perfstat > +-@BUILD_PLUGIN_SYSLOG_TRUE@am__append_166 =3D syslog.la > +-@BUILD_PLUGIN_TABLE_TRUE@am__append_167 =3D table.la > +-@BUILD_PLUGIN_TAIL_TRUE@am__append_168 =3D tail.la > +-@BUILD_PLUGIN_TAIL_CSV_TRUE@am__append_169 =3D tail_csv.la > +-@BUILD_PLUGIN_TAPE_TRUE@am__append_170 =3D tape.la > +-@BUILD_PLUGIN_TARGET_NOTIFICATION_TRUE@am__append_171 =3D target_notifi= cation.la > +-@BUILD_PLUGIN_TARGET_REPLACE_TRUE@am__append_172 =3D target_replace.la > +-@BUILD_PLUGIN_TARGET_SCALE_TRUE@am__append_173 =3D target_scale.la > +-@BUILD_PLUGIN_TARGET_SET_TRUE@am__append_174 =3D target_set.la > +-@BUILD_PLUGIN_TARGET_V5UPGRADE_TRUE@am__append_175 =3D target_v5upgrade= =2Ela > +-@BUILD_PLUGIN_TCPCONNS_TRUE@am__append_176 =3D tcpconns.la > +-@BUILD_PLUGIN_TCPCONNS_TRUE@@BUILD_WITH_LIBKVM_NLIST_TRUE@am__append_17= 7 =3D -lkvm > +-@BUILD_PLUGIN_TEAMSPEAK2_TRUE@am__append_178 =3D teamspeak2.la > +-@BUILD_PLUGIN_TED_TRUE@am__append_179 =3D ted.la > +-@BUILD_PLUGIN_THERMAL_TRUE@am__append_180 =3D thermal.la > +-@BUILD_PLUGIN_THRESHOLD_TRUE@am__append_181 =3D threshold.la > +-@BUILD_PLUGIN_TOKYOTYRANT_TRUE@am__append_182 =3D tokyotyrant.la > +-@BUILD_PLUGIN_TOKYOTYRANT_TRUE@@BUILD_WITH_LIBSOCKET_TRUE@am__append_18= 3 =3D -lsocket > +-@BUILD_PLUGIN_TURBOSTAT_TRUE@am__append_184 =3D turbostat.la > +-@BUILD_PLUGIN_UNIXSOCK_TRUE@am__append_185 =3D unixsock.la > +-@BUILD_PLUGIN_UPTIME_TRUE@am__append_186 =3D uptime.la > +-@BUILD_PLUGIN_UPTIME_TRUE@@BUILD_WITH_LIBKSTAT_TRUE@am__append_187 =3D = -lkstat > +-@BUILD_PLUGIN_UPTIME_TRUE@@BUILD_WITH_PERFSTAT_TRUE@am__append_188 =3D = -lperfstat > +-@BUILD_PLUGIN_USERS_TRUE@am__append_189 =3D users.la > +-@BUILD_PLUGIN_USERS_TRUE@@BUILD_WITH_LIBSTATGRAB_TRUE@am__append_190 = =3D $(BUILD_WITH_LIBSTATGRAB_CFLAGS) > +-@BUILD_PLUGIN_USERS_TRUE@@BUILD_WITH_LIBSTATGRAB_TRUE@am__append_191 = =3D $(BUILD_WITH_LIBSTATGRAB_LDFLAGS) > +-@BUILD_PLUGIN_UUID_TRUE@am__append_192 =3D uuid.la > +-@BUILD_PLUGIN_VARNISH_TRUE@am__append_193 =3D varnish.la > +-@BUILD_PLUGIN_VIRT_TRUE@am__append_194 =3D virt.la > +-@BUILD_PLUGIN_VMEM_TRUE@am__append_195 =3D vmem.la > +-@BUILD_PLUGIN_VSERVER_TRUE@am__append_196 =3D vserver.la > +-@BUILD_PLUGIN_WIRELESS_TRUE@am__append_197 =3D wireless.la > +-@BUILD_PLUGIN_WRITE_GRAPHITE_TRUE@am__append_198 =3D write_graphite.la > +-@BUILD_PLUGIN_WRITE_HTTP_TRUE@am__append_199 =3D write_http.la > +-@BUILD_PLUGIN_WRITE_HTTP_TRUE@@BUILD_WITH_LIBCURL_TRUE@am__append_200 = =3D $(BUILD_WITH_LIBCURL_CFLAGS) > +-@BUILD_PLUGIN_WRITE_HTTP_TRUE@@BUILD_WITH_LIBCURL_TRUE@am__append_201 = =3D $(BUILD_WITH_LIBCURL_LIBS) > +-@BUILD_PLUGIN_WRITE_KAFKA_TRUE@am__append_202 =3D write_kafka.la > +-@BUILD_PLUGIN_WRITE_LOG_TRUE@am__append_203 =3D write_log.la > +-@BUILD_PLUGIN_WRITE_MONGODB_TRUE@am__append_204 =3D write_mongodb.la > +-@BUILD_PLUGIN_WRITE_REDIS_TRUE@am__append_205 =3D write_redis.la > +-@BUILD_PLUGIN_WRITE_RIEMANN_TRUE@am__append_206 =3D write_riemann.la > +-@BUILD_PLUGIN_WRITE_SENSU_TRUE@am__append_207 =3D write_sensu.la > +-@BUILD_PLUGIN_WRITE_TSDB_TRUE@am__append_208 =3D write_tsdb.la > +-@BUILD_PLUGIN_XMMS_TRUE@am__append_209 =3D xmms.la > +-@BUILD_PLUGIN_ZFS_ARC_TRUE@am__append_210 =3D zfs_arc.la > +-@BUILD_PLUGIN_ZOOKEEPER_TRUE@am__append_211 =3D zookeeper.la > +-@BUILD_PLUGIN_PINBA_TRUE@am__append_212 =3D pinba.pb-c.c pinba.pb-c.h > ++@BUILD_PLUGIN_PERL_TRUE@@HAVE_BROKEN_PERL_LOAD_MODULE_TRUE@am__append_1= 36 =3D -Wno-nonnull > ++@BUILD_PLUGIN_PF_TRUE@am__append_137 =3D pf.la > ++@BUILD_PLUGIN_PINBA_TRUE@am__append_138 =3D pinba.la > ++@BUILD_PLUGIN_PING_TRUE@am__append_139 =3D ping.la > ++@BUILD_PLUGIN_POSTGRESQL_TRUE@am__append_140 =3D postgresql.la > ++@BUILD_PLUGIN_POWERDNS_TRUE@am__append_141 =3D powerdns.la > ++@BUILD_PLUGIN_PYTHON_TRUE@am__append_142 =3D python.la > ++@BUILD_PLUGIN_PYTHON_TRUE@@COMPILER_IS_GCC_TRUE@am__append_143 =3D -fno= -strict-aliasing -Wno-strict-aliasing > ++@BUILD_PLUGIN_PROCESSES_TRUE@am__append_144 =3D processes.la > ++@BUILD_PLUGIN_PROCESSES_TRUE@@BUILD_WITH_LIBKVM_GETPROCS_TRUE@am__appen= d_145 =3D -lkvm > ++@BUILD_PLUGIN_PROTOCOLS_TRUE@am__append_146 =3D protocols.la > ++@BUILD_PLUGIN_REDIS_TRUE@am__append_147 =3D redis.la > ++@BUILD_PLUGIN_ROUTEROS_TRUE@am__append_148 =3D routeros.la > ++@BUILD_PLUGIN_RRDCACHED_TRUE@am__append_149 =3D rrdcached.la > ++@BUILD_PLUGIN_RRDTOOL_TRUE@am__append_150 =3D rrdtool.la > ++@BUILD_PLUGIN_SENSORS_TRUE@am__append_151 =3D sensors.la > ++@BUILD_PLUGIN_SERIAL_TRUE@am__append_152 =3D serial.la > ++@BUILD_PLUGIN_SIGROK_TRUE@am__append_153 =3D sigrok.la > ++@BUILD_PLUGIN_SMART_TRUE@@BUILD_WITH_LIBUDEV_TRUE@am__append_154 =3D sm= art.la > ++@BUILD_PLUGIN_SNMP_TRUE@am__append_155 =3D snmp.la > ++@BUILD_PLUGIN_SNMP_TRUE@@BUILD_WITH_LIBNETSNMP_TRUE@am__append_156 =3D = $(BUILD_WITH_LIBSNMP_CFLAGS) > ++@BUILD_PLUGIN_SNMP_TRUE@@BUILD_WITH_LIBNETSNMP_TRUE@am__append_157 =3D = $(BUILD_WITH_LIBSNMP_LIBS) > ++@BUILD_PLUGIN_SNMP_TRUE@@BUILD_WITH_LIBPTHREAD_TRUE@am__append_158 =3D = -lpthread > ++@BUILD_PLUGIN_STATSD_TRUE@am__append_159 =3D statsd.la > ++@BUILD_PLUGIN_SWAP_TRUE@am__append_160 =3D swap.la > ++@BUILD_PLUGIN_SWAP_TRUE@@BUILD_WITH_LIBKSTAT_TRUE@am__append_161 =3D $(= BUILD_WITH_LIBKSTAT_LIBS) > ++@BUILD_PLUGIN_SWAP_TRUE@@BUILD_WITH_LIBDEVINFO_TRUE@am__append_162 =3D = -ldevinfo > ++@BUILD_PLUGIN_SWAP_TRUE@@BUILD_WITH_LIBKVM_GETSWAPINFO_TRUE@am__append_= 163 =3D -lkvm > ++@BUILD_PLUGIN_SWAP_TRUE@@BUILD_WITH_LIBSTATGRAB_TRUE@am__append_164 =3D= $(BUILD_WITH_LIBSTATGRAB_CFLAGS) > ++@BUILD_PLUGIN_SWAP_TRUE@@BUILD_WITH_LIBSTATGRAB_TRUE@am__append_165 =3D= $(BUILD_WITH_LIBSTATGRAB_LDFLAGS) > ++@BUILD_PLUGIN_SWAP_TRUE@@BUILD_WITH_PERFSTAT_TRUE@am__append_166 =3D -l= perfstat > ++@BUILD_PLUGIN_SYSLOG_TRUE@am__append_167 =3D syslog.la > ++@BUILD_PLUGIN_TABLE_TRUE@am__append_168 =3D table.la > ++@BUILD_PLUGIN_TAIL_TRUE@am__append_169 =3D tail.la > ++@BUILD_PLUGIN_TAIL_CSV_TRUE@am__append_170 =3D tail_csv.la > ++@BUILD_PLUGIN_TAPE_TRUE@am__append_171 =3D tape.la > ++@BUILD_PLUGIN_TARGET_NOTIFICATION_TRUE@am__append_172 =3D target_notifi= cation.la > ++@BUILD_PLUGIN_TARGET_REPLACE_TRUE@am__append_173 =3D target_replace.la > ++@BUILD_PLUGIN_TARGET_SCALE_TRUE@am__append_174 =3D target_scale.la > ++@BUILD_PLUGIN_TARGET_SET_TRUE@am__append_175 =3D target_set.la > ++@BUILD_PLUGIN_TARGET_V5UPGRADE_TRUE@am__append_176 =3D target_v5upgrade= =2Ela > ++@BUILD_PLUGIN_TCPCONNS_TRUE@am__append_177 =3D tcpconns.la > ++@BUILD_PLUGIN_TCPCONNS_TRUE@@BUILD_WITH_LIBKVM_NLIST_TRUE@am__append_17= 8 =3D -lkvm > ++@BUILD_PLUGIN_TEAMSPEAK2_TRUE@am__append_179 =3D teamspeak2.la > ++@BUILD_PLUGIN_TED_TRUE@am__append_180 =3D ted.la > ++@BUILD_PLUGIN_THERMAL_TRUE@am__append_181 =3D thermal.la > ++@BUILD_PLUGIN_THRESHOLD_TRUE@am__append_182 =3D threshold.la > ++@BUILD_PLUGIN_TOKYOTYRANT_TRUE@am__append_183 =3D tokyotyrant.la > ++@BUILD_PLUGIN_TOKYOTYRANT_TRUE@@BUILD_WITH_LIBSOCKET_TRUE@am__append_18= 4 =3D -lsocket > ++@BUILD_PLUGIN_TURBOSTAT_TRUE@am__append_185 =3D turbostat.la > ++@BUILD_PLUGIN_UNIXSOCK_TRUE@am__append_186 =3D unixsock.la > ++@BUILD_PLUGIN_UPTIME_TRUE@am__append_187 =3D uptime.la > ++@BUILD_PLUGIN_UPTIME_TRUE@@BUILD_WITH_LIBKSTAT_TRUE@am__append_188 =3D = $(BUILD_WITH_LIBKSTAT_LIBS) > ++@BUILD_PLUGIN_UPTIME_TRUE@@BUILD_WITH_PERFSTAT_TRUE@am__append_189 =3D = -lperfstat > ++@BUILD_PLUGIN_USERS_TRUE@am__append_190 =3D users.la > ++@BUILD_PLUGIN_USERS_TRUE@@BUILD_WITH_LIBSTATGRAB_TRUE@am__append_191 = =3D $(BUILD_WITH_LIBSTATGRAB_CFLAGS) > ++@BUILD_PLUGIN_USERS_TRUE@@BUILD_WITH_LIBSTATGRAB_TRUE@am__append_192 = =3D $(BUILD_WITH_LIBSTATGRAB_LDFLAGS) > ++@BUILD_PLUGIN_UUID_TRUE@am__append_193 =3D uuid.la > ++@BUILD_PLUGIN_VARNISH_TRUE@am__append_194 =3D varnish.la > ++@BUILD_PLUGIN_VIRT_TRUE@am__append_195 =3D virt.la > ++@BUILD_PLUGIN_VMEM_TRUE@am__append_196 =3D vmem.la > ++@BUILD_PLUGIN_VSERVER_TRUE@am__append_197 =3D vserver.la > ++@BUILD_PLUGIN_WIRELESS_TRUE@am__append_198 =3D wireless.la > ++@BUILD_PLUGIN_WRITE_GRAPHITE_TRUE@am__append_199 =3D write_graphite.la > ++@BUILD_PLUGIN_WRITE_HTTP_TRUE@am__append_200 =3D write_http.la > ++@BUILD_PLUGIN_WRITE_HTTP_TRUE@@BUILD_WITH_LIBCURL_TRUE@am__append_201 = =3D $(BUILD_WITH_LIBCURL_CFLAGS) > ++@BUILD_PLUGIN_WRITE_HTTP_TRUE@@BUILD_WITH_LIBCURL_TRUE@am__append_202 = =3D $(BUILD_WITH_LIBCURL_LIBS) > ++@BUILD_PLUGIN_WRITE_KAFKA_TRUE@am__append_203 =3D write_kafka.la > ++@BUILD_PLUGIN_WRITE_LOG_TRUE@am__append_204 =3D write_log.la > ++@BUILD_PLUGIN_WRITE_MONGODB_TRUE@am__append_205 =3D write_mongodb.la > ++@BUILD_PLUGIN_WRITE_REDIS_TRUE@am__append_206 =3D write_redis.la > ++@BUILD_PLUGIN_WRITE_RIEMANN_TRUE@am__append_207 =3D write_riemann.la > ++@BUILD_PLUGIN_WRITE_SENSU_TRUE@am__append_208 =3D write_sensu.la > ++@BUILD_PLUGIN_WRITE_TSDB_TRUE@am__append_209 =3D write_tsdb.la > ++@BUILD_PLUGIN_XMMS_TRUE@am__append_210 =3D xmms.la > ++@BUILD_PLUGIN_ZFS_ARC_TRUE@am__append_211 =3D zfs_arc.la > ++@BUILD_PLUGIN_ZOOKEEPER_TRUE@am__append_212 =3D zookeeper.la > + @BUILD_PLUGIN_PINBA_TRUE@am__append_213 =3D pinba.pb-c.c pinba.pb-c.h > +-@BUILD_PLUGIN_WRITE_RIEMANN_TRUE@am__append_214 =3D riemann.pb-c.c riem= ann.pb-c.h > ++@BUILD_PLUGIN_PINBA_TRUE@am__append_214 =3D pinba.pb-c.c pinba.pb-c.h > + @BUILD_PLUGIN_WRITE_RIEMANN_TRUE@am__append_215 =3D riemann.pb-c.c riem= ann.pb-c.h > ++@BUILD_PLUGIN_WRITE_RIEMANN_TRUE@am__append_216 =3D riemann.pb-c.c riem= ann.pb-c.h > + check_PROGRAMS =3D test_utils_mount$(EXEEXT) \ > + test_utils_vl_lookup$(EXEEXT) $(am__EXEEXT_1) > + TESTS =3D test_utils_mount$(EXEEXT) test_utils_vl_lookup$(EXEEXT) \ > + $(am__EXEEXT_1) > +-@BUILD_PLUGIN_CEPH_TRUE@am__append_216 =3D test_plugin_ceph > + @BUILD_PLUGIN_CEPH_TRUE@am__append_217 =3D test_plugin_ceph > ++@BUILD_PLUGIN_CEPH_TRUE@am__append_218 =3D test_plugin_ceph > + subdir =3D src > +-DIST_COMMON =3D $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ > +- $(srcdir)/config.h.in $(srcdir)/collectd.conf.in \ > +- $(top_srcdir)/libltdl/config/depcomp $(dist_man_MANS) \ > +- $(top_srcdir)/libltdl/config/test-driver > + ACLOCAL_M4 =3D $(top_srcdir)/aclocal.m4 > +-am__aclocal_m4_deps =3D $(top_srcdir)/configure.ac > ++am__aclocal_m4_deps =3D $(top_srcdir)/libltdl/m4/libtool.m4 \ > ++ $(top_srcdir)/libltdl/m4/ltargz.m4 \ > ++ $(top_srcdir)/libltdl/m4/ltdl.m4 \ > ++ $(top_srcdir)/libltdl/m4/ltoptions.m4 \ > ++ $(top_srcdir)/libltdl/m4/ltsugar.m4 \ > ++ $(top_srcdir)/libltdl/m4/ltversion.m4 \ > ++ $(top_srcdir)/libltdl/m4/lt~obsolete.m4 \ > ++ $(top_srcdir)/configure.ac > + am__configure_deps =3D $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES)= \ > + $(ACLOCAL_M4) > ++DIST_COMMON =3D $(srcdir)/Makefile.am $(am__DIST_COMMON) > + mkinstalldirs =3D $(install_sh) -d > + CONFIG_HEADER =3D config.h > + CONFIG_CLEAN_FILES =3D collectd.conf > +@@ -495,10 +510,11 @@ contextswitch_la_LINK =3D $(LIBTOOL) $(AM_ > + -o $@ > + @BUILD_PLUGIN_CONTEXTSWITCH_TRUE@am_contextswitch_la_rpath =3D -rpath \ > + @BUILD_PLUGIN_CONTEXTSWITCH_TRUE@ $(pkglibdir) > +-@BUILD_PLUGIN_CPU_TRUE@@BUILD_WITH_LIBSTATGRAB_TRUE@am__DEPENDENCIES_3 = =3D $(am__DEPENDENCIES_1) > +-@BUILD_PLUGIN_CPU_TRUE@cpu_la_DEPENDENCIES =3D $(am__DEPENDENCIES_1) \ > ++@BUILD_PLUGIN_CPU_TRUE@@BUILD_WITH_LIBKSTAT_TRUE@am__DEPENDENCIES_3 =3D= $(am__DEPENDENCIES_1) > ++@BUILD_PLUGIN_CPU_TRUE@@BUILD_WITH_LIBSTATGRAB_TRUE@am__DEPENDENCIES_4 = =3D $(am__DEPENDENCIES_1) > ++@BUILD_PLUGIN_CPU_TRUE@cpu_la_DEPENDENCIES =3D $(am__DEPENDENCIES_3) \ > + @BUILD_PLUGIN_CPU_TRUE@ $(am__DEPENDENCIES_1) \ > +-@BUILD_PLUGIN_CPU_TRUE@ $(am__DEPENDENCIES_3) \ > ++@BUILD_PLUGIN_CPU_TRUE@ $(am__DEPENDENCIES_4) \ > + @BUILD_PLUGIN_CPU_TRUE@ $(am__DEPENDENCIES_1) > + am__cpu_la_SOURCES_DIST =3D cpu.c > + @BUILD_PLUGIN_CPU_TRUE@am_cpu_la_OBJECTS =3D cpu_la-cpu.lo > +@@ -523,8 +539,8 @@ csv_la_LINK =3D $(LIBTOOL) $(AM_V_lt) --ta > + $(LIBTOOLFLAGS) --mode=3Dlink $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ > + $(csv_la_LDFLAGS) $(LDFLAGS) -o $@ > + @BUILD_PLUGIN_CSV_TRUE@am_csv_la_rpath =3D -rpath $(pkglibdir) > +-@BUILD_PLUGIN_CURL_TRUE@@BUILD_WITH_LIBCURL_TRUE@am__DEPENDENCIES_4 =3D= $(am__DEPENDENCIES_1) > +-@BUILD_PLUGIN_CURL_TRUE@curl_la_DEPENDENCIES =3D $(am__DEPENDENCIES_4) > ++@BUILD_PLUGIN_CURL_TRUE@@BUILD_WITH_LIBCURL_TRUE@am__DEPENDENCIES_5 =3D= $(am__DEPENDENCIES_1) > ++@BUILD_PLUGIN_CURL_TRUE@curl_la_DEPENDENCIES =3D $(am__DEPENDENCIES_5) > + am__curl_la_SOURCES_DIST =3D curl.c > + @BUILD_PLUGIN_CURL_TRUE@am_curl_la_OBJECTS =3D curl_la-curl.lo > + curl_la_OBJECTS =3D $(am_curl_la_OBJECTS) > +@@ -532,10 +548,10 @@ curl_la_LINK =3D $(LIBTOOL) $(AM_V_lt) --t > + $(LIBTOOLFLAGS) --mode=3Dlink $(CCLD) $(curl_la_CFLAGS) \ > + $(CFLAGS) $(curl_la_LDFLAGS) $(LDFLAGS) -o $@ > + @BUILD_PLUGIN_CURL_TRUE@am_curl_la_rpath =3D -rpath $(pkglibdir) > +-@BUILD_PLUGIN_CURL_JSON_TRUE@@BUILD_WITH_LIBCURL_TRUE@am__DEPENDENCIES_= 5 =3D $(am__DEPENDENCIES_1) > ++@BUILD_PLUGIN_CURL_JSON_TRUE@@BUILD_WITH_LIBCURL_TRUE@am__DEPENDENCIES_= 6 =3D $(am__DEPENDENCIES_1) > + @BUILD_PLUGIN_CURL_JSON_TRUE@curl_json_la_DEPENDENCIES =3D \ > + @BUILD_PLUGIN_CURL_JSON_TRUE@ $(am__DEPENDENCIES_1) \ > +-@BUILD_PLUGIN_CURL_JSON_TRUE@ $(am__DEPENDENCIES_5) > ++@BUILD_PLUGIN_CURL_JSON_TRUE@ $(am__DEPENDENCIES_6) > + am__curl_json_la_SOURCES_DIST =3D curl_json.c > + @BUILD_PLUGIN_CURL_JSON_TRUE@am_curl_json_la_OBJECTS =3D \ > + @BUILD_PLUGIN_CURL_JSON_TRUE@ curl_json_la-curl_json.lo > +@@ -573,10 +589,12 @@ df_la_LINK =3D $(LIBTOOL) $(AM_V_lt) --tag > + $(LIBTOOLFLAGS) --mode=3Dlink $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ > + $(df_la_LDFLAGS) $(LDFLAGS) -o $@ > + @BUILD_PLUGIN_DF_TRUE@am_df_la_rpath =3D -rpath $(pkglibdir) > +-@BUILD_PLUGIN_DISK_TRUE@@BUILD_WITH_LIBSTATGRAB_TRUE@am__DEPENDENCIES_6= =3D $(am__DEPENDENCIES_1) > +-@BUILD_PLUGIN_DISK_TRUE@disk_la_DEPENDENCIES =3D $(am__DEPENDENCIES_1) \ > ++@BUILD_PLUGIN_DISK_TRUE@@BUILD_WITH_LIBKSTAT_TRUE@am__DEPENDENCIES_7 = =3D $(am__DEPENDENCIES_1) > ++@BUILD_PLUGIN_DISK_TRUE@@BUILD_WITH_LIBSTATGRAB_TRUE@am__DEPENDENCIES_8= =3D $(am__DEPENDENCIES_1) > ++@BUILD_PLUGIN_DISK_TRUE@disk_la_DEPENDENCIES =3D $(am__DEPENDENCIES_7) \ > ++@BUILD_PLUGIN_DISK_TRUE@ $(am__DEPENDENCIES_1) \ > ++@BUILD_PLUGIN_DISK_TRUE@ $(am__DEPENDENCIES_8) \ > + @BUILD_PLUGIN_DISK_TRUE@ $(am__DEPENDENCIES_1) \ > +-@BUILD_PLUGIN_DISK_TRUE@ $(am__DEPENDENCIES_6) \ > + @BUILD_PLUGIN_DISK_TRUE@ $(am__DEPENDENCIES_1) \ > + @BUILD_PLUGIN_DISK_TRUE@ $(am__DEPENDENCIES_1) > + am__disk_la_SOURCES_DIST =3D disk.c > +@@ -682,10 +700,11 @@ hddtemp_la_LINK =3D $(LIBTOOL) $(AM_V_lt)=20 > + $(LIBTOOLFLAGS) --mode=3Dlink $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ > + $(hddtemp_la_LDFLAGS) $(LDFLAGS) -o $@ > + @BUILD_PLUGIN_HDDTEMP_TRUE@am_hddtemp_la_rpath =3D -rpath $(pkglibdir) > +-@BUILD_PLUGIN_INTERFACE_TRUE@@BUILD_WITH_LIBSTATGRAB_TRUE@am__DEPENDENC= IES_7 =3D $(am__DEPENDENCIES_1) > ++@BUILD_PLUGIN_INTERFACE_TRUE@@BUILD_WITH_LIBSTATGRAB_TRUE@am__DEPENDENC= IES_9 =3D $(am__DEPENDENCIES_1) > ++@BUILD_PLUGIN_INTERFACE_TRUE@@BUILD_WITH_LIBKSTAT_TRUE@@BUILD_WITH_LIBS= TATGRAB_FALSE@am__DEPENDENCIES_10 =3D $(am__DEPENDENCIES_1) > + @BUILD_PLUGIN_INTERFACE_TRUE@interface_la_DEPENDENCIES =3D \ > +-@BUILD_PLUGIN_INTERFACE_TRUE@ $(am__DEPENDENCIES_7) \ > +-@BUILD_PLUGIN_INTERFACE_TRUE@ $(am__DEPENDENCIES_1) \ > ++@BUILD_PLUGIN_INTERFACE_TRUE@ $(am__DEPENDENCIES_9) \ > ++@BUILD_PLUGIN_INTERFACE_TRUE@ $(am__DEPENDENCIES_10) \ > + @BUILD_PLUGIN_INTERFACE_TRUE@ $(am__DEPENDENCIES_1) \ > + @BUILD_PLUGIN_INTERFACE_TRUE@ $(am__DEPENDENCIES_1) > + am__interface_la_SOURCES_DIST =3D interface.c > +@@ -753,8 +772,8 @@ liblookup_la_OBJECTS =3D $(am_liblookup_la > + libmount_la_DEPENDENCIES =3D daemon/libcommon.la > + am_libmount_la_OBJECTS =3D utils_mount.lo > + libmount_la_OBJECTS =3D $(am_libmount_la_OBJECTS) > +-@BUILD_PLUGIN_LOAD_TRUE@@BUILD_WITH_LIBSTATGRAB_TRUE@am__DEPENDENCIES_8= =3D $(am__DEPENDENCIES_1) > +-@BUILD_PLUGIN_LOAD_TRUE@load_la_DEPENDENCIES =3D $(am__DEPENDENCIES_8) \ > ++@BUILD_PLUGIN_LOAD_TRUE@@BUILD_WITH_LIBSTATGRAB_TRUE@am__DEPENDENCIES_1= 1 =3D $(am__DEPENDENCIES_1) > ++@BUILD_PLUGIN_LOAD_TRUE@load_la_DEPENDENCIES =3D $(am__DEPENDENCIES_11)= \ > + @BUILD_PLUGIN_LOAD_TRUE@ $(am__DEPENDENCIES_1) > + am__load_la_SOURCES_DIST =3D load.c > + @BUILD_PLUGIN_LOAD_TRUE@am_load_la_OBJECTS =3D load_la-load.lo > +@@ -899,11 +918,12 @@ memcached_la_LINK =3D $(LIBTOOL) $(AM_V_lt > + $(memcached_la_LDFLAGS) $(LDFLAGS) -o $@ > + @BUILD_PLUGIN_MEMCACHED_TRUE@am_memcached_la_rpath =3D -rpath \ > + @BUILD_PLUGIN_MEMCACHED_TRUE@ $(pkglibdir) > +-@BUILD_PLUGIN_MEMORY_TRUE@@BUILD_WITH_LIBSTATGRAB_TRUE@am__DEPENDENCIES= _9 =3D $(am__DEPENDENCIES_1) > ++@BUILD_PLUGIN_MEMORY_TRUE@@BUILD_WITH_LIBKSTAT_TRUE@am__DEPENDENCIES_12= =3D $(am__DEPENDENCIES_1) > ++@BUILD_PLUGIN_MEMORY_TRUE@@BUILD_WITH_LIBSTATGRAB_TRUE@am__DEPENDENCIES= _13 =3D $(am__DEPENDENCIES_1) > + @BUILD_PLUGIN_MEMORY_TRUE@memory_la_DEPENDENCIES =3D \ > ++@BUILD_PLUGIN_MEMORY_TRUE@ $(am__DEPENDENCIES_12) \ > + @BUILD_PLUGIN_MEMORY_TRUE@ $(am__DEPENDENCIES_1) \ > +-@BUILD_PLUGIN_MEMORY_TRUE@ $(am__DEPENDENCIES_1) \ > +-@BUILD_PLUGIN_MEMORY_TRUE@ $(am__DEPENDENCIES_9) \ > ++@BUILD_PLUGIN_MEMORY_TRUE@ $(am__DEPENDENCIES_13) \ > + @BUILD_PLUGIN_MEMORY_TRUE@ $(am__DEPENDENCIES_1) > + am__memory_la_SOURCES_DIST =3D memory.c > + @BUILD_PLUGIN_MEMORY_TRUE@am_memory_la_OBJECTS =3D memory_la-memory.lo > +@@ -939,9 +959,9 @@ multimeter_la_LINK =3D $(LIBTOOL) $(AM_V_l > + $(multimeter_la_LDFLAGS) $(LDFLAGS) -o $@ > + @BUILD_PLUGIN_MULTIMETER_TRUE@am_multimeter_la_rpath =3D -rpath \ > + @BUILD_PLUGIN_MULTIMETER_TRUE@ $(pkglibdir) > +-@BUILD_PLUGIN_MYSQL_TRUE@@BUILD_WITH_LIBMYSQL_TRUE@am__DEPENDENCIES_10 = =3D $(am__DEPENDENCIES_1) > ++@BUILD_PLUGIN_MYSQL_TRUE@@BUILD_WITH_LIBMYSQL_TRUE@am__DEPENDENCIES_14 = =3D $(am__DEPENDENCIES_1) > + @BUILD_PLUGIN_MYSQL_TRUE@mysql_la_DEPENDENCIES =3D \ > +-@BUILD_PLUGIN_MYSQL_TRUE@ $(am__DEPENDENCIES_10) > ++@BUILD_PLUGIN_MYSQL_TRUE@ $(am__DEPENDENCIES_14) > + am__mysql_la_SOURCES_DIST =3D mysql.c > + @BUILD_PLUGIN_MYSQL_TRUE@am_mysql_la_OBJECTS =3D mysql_la-mysql.lo > + mysql_la_OBJECTS =3D $(am_mysql_la_OBJECTS) > +@@ -968,10 +988,10 @@ netlink_la_LINK =3D $(LIBTOOL) $(AM_V_lt)=20 > + $(LIBTOOLFLAGS) --mode=3Dlink $(CCLD) $(netlink_la_CFLAGS) \ > + $(CFLAGS) $(netlink_la_LDFLAGS) $(LDFLAGS) -o $@ > + @BUILD_PLUGIN_NETLINK_TRUE@am_netlink_la_rpath =3D -rpath $(pkglibdir) > +-@BUILD_PLUGIN_NETWORK_TRUE@@BUILD_WITH_LIBGCRYPT_TRUE@am__DEPENDENCIES_= 11 =3D $(am__DEPENDENCIES_1) > ++@BUILD_PLUGIN_NETWORK_TRUE@@BUILD_WITH_LIBGCRYPT_TRUE@am__DEPENDENCIES_= 15 =3D $(am__DEPENDENCIES_1) > + @BUILD_PLUGIN_NETWORK_TRUE@network_la_DEPENDENCIES =3D \ > + @BUILD_PLUGIN_NETWORK_TRUE@ $(am__DEPENDENCIES_1) \ > +-@BUILD_PLUGIN_NETWORK_TRUE@ $(am__DEPENDENCIES_11) > ++@BUILD_PLUGIN_NETWORK_TRUE@ $(am__DEPENDENCIES_15) > + am__network_la_SOURCES_DIST =3D network.c network.h utils_fbhash.c \ > + utils_fbhash.h > + @BUILD_PLUGIN_NETWORK_TRUE@am_network_la_OBJECTS =3D \ > +@@ -990,9 +1010,9 @@ nfs_la_LINK =3D $(LIBTOOL) $(AM_V_lt) --ta > + $(LIBTOOLFLAGS) --mode=3Dlink $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ > + $(nfs_la_LDFLAGS) $(LDFLAGS) -o $@ > + @BUILD_PLUGIN_NFS_TRUE@am_nfs_la_rpath =3D -rpath $(pkglibdir) > +-@BUILD_PLUGIN_NGINX_TRUE@@BUILD_WITH_LIBCURL_TRUE@am__DEPENDENCIES_12 = =3D $(am__DEPENDENCIES_1) > ++@BUILD_PLUGIN_NGINX_TRUE@@BUILD_WITH_LIBCURL_TRUE@am__DEPENDENCIES_16 = =3D $(am__DEPENDENCIES_1) > + @BUILD_PLUGIN_NGINX_TRUE@nginx_la_DEPENDENCIES =3D \ > +-@BUILD_PLUGIN_NGINX_TRUE@ $(am__DEPENDENCIES_12) > ++@BUILD_PLUGIN_NGINX_TRUE@ $(am__DEPENDENCIES_16) > + am__nginx_la_SOURCES_DIST =3D nginx.c > + @BUILD_PLUGIN_NGINX_TRUE@am_nginx_la_OBJECTS =3D nginx_la-nginx.lo > + nginx_la_OBJECTS =3D $(am_nginx_la_OBJECTS) > +@@ -1254,8 +1274,8 @@ smart_la_LINK =3D $(LIBTOOL) $(AM_V_lt) -- > + @BUILD_PLUGIN_SMART_TRUE@@BUILD_WITH_LIBUDEV_TRUE@am_smart_la_rpath =3D= \ > + @BUILD_PLUGIN_SMART_TRUE@@BUILD_WITH_LIBUDEV_TRUE@ -rpath \ > + @BUILD_PLUGIN_SMART_TRUE@@BUILD_WITH_LIBUDEV_TRUE@ $(pkglibdir) > +-@BUILD_PLUGIN_SNMP_TRUE@@BUILD_WITH_LIBNETSNMP_TRUE@am__DEPENDENCIES_13= =3D $(am__DEPENDENCIES_1) > +-@BUILD_PLUGIN_SNMP_TRUE@snmp_la_DEPENDENCIES =3D $(am__DEPENDENCIES_13)= \ > ++@BUILD_PLUGIN_SNMP_TRUE@@BUILD_WITH_LIBNETSNMP_TRUE@am__DEPENDENCIES_17= =3D $(am__DEPENDENCIES_1) > ++@BUILD_PLUGIN_SNMP_TRUE@snmp_la_DEPENDENCIES =3D $(am__DEPENDENCIES_17)= \ > + @BUILD_PLUGIN_SNMP_TRUE@ $(am__DEPENDENCIES_1) > + am__snmp_la_SOURCES_DIST =3D snmp.c > + @BUILD_PLUGIN_SNMP_TRUE@am_snmp_la_OBJECTS =3D snmp_la-snmp.lo > +@@ -1273,11 +1293,12 @@ statsd_la_LINK =3D $(LIBTOOL) $(AM_V_lt) - > + $(LIBTOOLFLAGS) --mode=3Dlink $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ > + $(statsd_la_LDFLAGS) $(LDFLAGS) -o $@ > + @BUILD_PLUGIN_STATSD_TRUE@am_statsd_la_rpath =3D -rpath $(pkglibdir) > +-@BUILD_PLUGIN_SWAP_TRUE@@BUILD_WITH_LIBSTATGRAB_TRUE@am__DEPENDENCIES_1= 4 =3D $(am__DEPENDENCIES_1) > +-@BUILD_PLUGIN_SWAP_TRUE@swap_la_DEPENDENCIES =3D $(am__DEPENDENCIES_1) \ > ++@BUILD_PLUGIN_SWAP_TRUE@@BUILD_WITH_LIBKSTAT_TRUE@am__DEPENDENCIES_18 = =3D $(am__DEPENDENCIES_1) > ++@BUILD_PLUGIN_SWAP_TRUE@@BUILD_WITH_LIBSTATGRAB_TRUE@am__DEPENDENCIES_1= 9 =3D $(am__DEPENDENCIES_1) > ++@BUILD_PLUGIN_SWAP_TRUE@swap_la_DEPENDENCIES =3D $(am__DEPENDENCIES_18)= \ > + @BUILD_PLUGIN_SWAP_TRUE@ $(am__DEPENDENCIES_1) \ > + @BUILD_PLUGIN_SWAP_TRUE@ $(am__DEPENDENCIES_1) \ > +-@BUILD_PLUGIN_SWAP_TRUE@ $(am__DEPENDENCIES_14) \ > ++@BUILD_PLUGIN_SWAP_TRUE@ $(am__DEPENDENCIES_19) \ > + @BUILD_PLUGIN_SWAP_TRUE@ $(am__DEPENDENCIES_1) > + am__swap_la_SOURCES_DIST =3D swap.c > + @BUILD_PLUGIN_SWAP_TRUE@am_swap_la_OBJECTS =3D swap_la-swap.lo > +@@ -1318,7 +1339,7 @@ tail_csv_la_LINK =3D $(LIBTOOL) $(AM_V_lt) > + $(LIBTOOLFLAGS) --mode=3Dlink $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ > + $(tail_csv_la_LDFLAGS) $(LDFLAGS) -o $@ > + @BUILD_PLUGIN_TAIL_CSV_TRUE@am_tail_csv_la_rpath =3D -rpath $(pkglibdir) > +-tape_la_DEPENDENCIES =3D > ++@BUILD_PLUGIN_TAPE_TRUE@tape_la_DEPENDENCIES =3D $(am__DEPENDENCIES_1) > + am__tape_la_SOURCES_DIST =3D tape.c > + @BUILD_PLUGIN_TAPE_TRUE@am_tape_la_OBJECTS =3D tape.lo > + tape_la_OBJECTS =3D $(am_tape_la_OBJECTS) > +@@ -1466,8 +1487,9 @@ unixsock_la_LINK =3D $(LIBTOOL) $(AM_V_lt) > + $(LIBTOOLFLAGS) --mode=3Dlink $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ > + $(unixsock_la_LDFLAGS) $(LDFLAGS) -o $@ > + @BUILD_PLUGIN_UNIXSOCK_TRUE@am_unixsock_la_rpath =3D -rpath $(pkglibdir) > ++@BUILD_PLUGIN_UPTIME_TRUE@@BUILD_WITH_LIBKSTAT_TRUE@am__DEPENDENCIES_20= =3D $(am__DEPENDENCIES_1) > + @BUILD_PLUGIN_UPTIME_TRUE@uptime_la_DEPENDENCIES =3D \ > +-@BUILD_PLUGIN_UPTIME_TRUE@ $(am__DEPENDENCIES_1) \ > ++@BUILD_PLUGIN_UPTIME_TRUE@ $(am__DEPENDENCIES_20) \ > + @BUILD_PLUGIN_UPTIME_TRUE@ $(am__DEPENDENCIES_1) > + am__uptime_la_SOURCES_DIST =3D uptime.c > + @BUILD_PLUGIN_UPTIME_TRUE@am_uptime_la_OBJECTS =3D uptime_la-uptime.lo > +@@ -1476,9 +1498,9 @@ uptime_la_LINK =3D $(LIBTOOL) $(AM_V_lt) - > + $(LIBTOOLFLAGS) --mode=3Dlink $(CCLD) $(uptime_la_CFLAGS) \ > + $(CFLAGS) $(uptime_la_LDFLAGS) $(LDFLAGS) -o $@ > + @BUILD_PLUGIN_UPTIME_TRUE@am_uptime_la_rpath =3D -rpath $(pkglibdir) > +-@BUILD_PLUGIN_USERS_TRUE@@BUILD_WITH_LIBSTATGRAB_TRUE@am__DEPENDENCIES_= 15 =3D $(am__DEPENDENCIES_1) > ++@BUILD_PLUGIN_USERS_TRUE@@BUILD_WITH_LIBSTATGRAB_TRUE@am__DEPENDENCIES_= 21 =3D $(am__DEPENDENCIES_1) > + @BUILD_PLUGIN_USERS_TRUE@users_la_DEPENDENCIES =3D \ > +-@BUILD_PLUGIN_USERS_TRUE@ $(am__DEPENDENCIES_15) > ++@BUILD_PLUGIN_USERS_TRUE@ $(am__DEPENDENCIES_21) > + am__users_la_SOURCES_DIST =3D users.c > + @BUILD_PLUGIN_USERS_TRUE@am_users_la_OBJECTS =3D users_la-users.lo > + users_la_OBJECTS =3D $(am_users_la_OBJECTS) > +@@ -1552,9 +1574,9 @@ write_graphite_la_LINK =3D $(LIBTOOL) $(AM > + -o $@ > + @BUILD_PLUGIN_WRITE_GRAPHITE_TRUE@am_write_graphite_la_rpath =3D -rpath= \ > + @BUILD_PLUGIN_WRITE_GRAPHITE_TRUE@ $(pkglibdir) > +-@BUILD_PLUGIN_WRITE_HTTP_TRUE@@BUILD_WITH_LIBCURL_TRUE@am__DEPENDENCIES= _16 =3D $(am__DEPENDENCIES_1) > ++@BUILD_PLUGIN_WRITE_HTTP_TRUE@@BUILD_WITH_LIBCURL_TRUE@am__DEPENDENCIES= _22 =3D $(am__DEPENDENCIES_1) > + @BUILD_PLUGIN_WRITE_HTTP_TRUE@write_http_la_DEPENDENCIES =3D \ > +-@BUILD_PLUGIN_WRITE_HTTP_TRUE@ $(am__DEPENDENCIES_16) > ++@BUILD_PLUGIN_WRITE_HTTP_TRUE@ $(am__DEPENDENCIES_22) > + am__write_http_la_SOURCES_DIST =3D write_http.c utils_format_json.c \ > + utils_format_json.h > + @BUILD_PLUGIN_WRITE_HTTP_TRUE@am_write_http_la_OBJECTS =3D \ > +@@ -1662,7 +1684,7 @@ xmms_la_LINK =3D $(LIBTOOL) $(AM_V_lt) --t > + $(LIBTOOLFLAGS) --mode=3Dlink $(CCLD) $(xmms_la_CFLAGS) \ > + $(CFLAGS) $(xmms_la_LDFLAGS) $(LDFLAGS) -o $@ > + @BUILD_PLUGIN_XMMS_TRUE@am_xmms_la_rpath =3D -rpath $(pkglibdir) > +-zfs_arc_la_DEPENDENCIES =3D > ++@BUILD_FREEBSD_FALSE@@BUILD_LINUX_FALSE@@BUILD_PLUGIN_ZFS_ARC_TRUE@zfs_= arc_la_DEPENDENCIES =3D $(am__DEPENDENCIES_1) > + am__zfs_arc_la_SOURCES_DIST =3D zfs_arc.c > + @BUILD_PLUGIN_ZFS_ARC_TRUE@am_zfs_arc_la_OBJECTS =3D \ > + @BUILD_PLUGIN_ZFS_ARC_TRUE@ zfs_arc_la-zfs_arc.lo > +@@ -2124,6 +2146,10 @@ TEST_LOG_DRIVER =3D $(SHELL) $(top_srcdir) > + TEST_LOG_COMPILE =3D $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \ > + $(TEST_LOG_FLAGS) > + DIST_SUBDIRS =3D libcollectdclient liboconfig daemon > ++am__DIST_COMMON =3D $(dist_man_MANS) $(srcdir)/Makefile.in \ > ++ $(srcdir)/collectd.conf.in $(srcdir)/config.h.in \ > ++ $(top_srcdir)/libltdl/config/depcomp \ > ++ $(top_srcdir)/libltdl/config/test-driver > + DISTFILES =3D $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) > + am__relativize =3D \ > + dir0=3D`pwd`; \ > +@@ -2154,7 +2180,6 @@ ACLOCAL =3D @ACLOCAL@ > + AMTAR =3D @AMTAR@ > + AM_DEFAULT_VERBOSITY =3D @AM_DEFAULT_VERBOSITY@ > + AR =3D @AR@ > +-ARGZ_H =3D @ARGZ_H@ > + AUTOCONF =3D @AUTOCONF@ > + AUTOHEADER =3D @AUTOHEADER@ > + AUTOMAKE =3D @AUTOMAKE@ > +@@ -2175,6 +2200,7 @@ BUILD_WITH_LIBHIREDIS_CPPFLAGS =3D @BUILD_ > + BUILD_WITH_LIBHIREDIS_LDFLAGS =3D @BUILD_WITH_LIBHIREDIS_LDFLAGS@ > + BUILD_WITH_LIBIPTC_CPPFLAGS =3D @BUILD_WITH_LIBIPTC_CPPFLAGS@ > + BUILD_WITH_LIBIPTC_LDFLAGS =3D @BUILD_WITH_LIBIPTC_LDFLAGS@ > ++BUILD_WITH_LIBKSTAT_LIBS =3D @BUILD_WITH_LIBKSTAT_LIBS@ > + BUILD_WITH_LIBLDAP_CPPFLAGS =3D @BUILD_WITH_LIBLDAP_CPPFLAGS@ > + BUILD_WITH_LIBLDAP_LDFLAGS =3D @BUILD_WITH_LIBLDAP_LDFLAGS@ > + BUILD_WITH_LIBLVM2APP_CPPFLAGS =3D @BUILD_WITH_LIBLVM2APP_CPPFLAGS@ > +@@ -2326,9 +2352,11 @@ LTDLDEPS =3D @LTDLDEPS@ > + LTDLINCL =3D @LTDLINCL@ > + LTDLOPEN =3D @LTDLOPEN@ > + LTLIBOBJS =3D @LTLIBOBJS@ > ++LT_ARGZ_H =3D @LT_ARGZ_H@ > + LT_CONFIG_H =3D @LT_CONFIG_H@ > + LT_DLLOADERS =3D @LT_DLLOADERS@ > + LT_DLPREOPEN =3D @LT_DLPREOPEN@ > ++LT_SYS_LIBRARY_PATH =3D @LT_SYS_LIBRARY_PATH@ > + MAKEINFO =3D @MAKEINFO@ > + MANIFEST_TOOL =3D @MANIFEST_TOOL@ > + MKDIR_P =3D @MKDIR_P@ > +@@ -2422,11 +2450,11 @@ top_builddir =3D @top_builddir@ > + top_srcdir =3D @top_srcdir@ > + SUBDIRS =3D libcollectdclient $(am__append_1) daemon > + PLUGIN_LDFLAGS =3D -module -avoid-version -export-symbols-regex '\' > +-@COMPILER_IS_GCC_TRUE@AM_CFLAGS =3D -Wall -Werror >=20 > *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** > _______________________________________________ > svn-ports-all@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/svn-ports-all > To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" --=20 Pierre Guinoiseau http://segmentationfau.lt/ | +PierreGuinoiseau | @peikk00 --P+33d92oIH25kiaB Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJWuAC2AAoJEFBNg+ogrffPyk8P/AuMHtv4lu2EsRiE8GbVdTrZ W69dbyccofVe8D+D2jma1vfzvLehH6i2z63RKGFutJhcjyZSDaT6FZn5xluGMszC IrIbiv3v9jvcgMiyDEx3vR6e1WECnWKlvMR6e3R9EIVkGJ2DIU6gPc/TCet9JQ4a hyVyvo8mA9w9/yRG0/UDi2bqy0hBHtT12pNW3ch7yiJwYVYbU+TWJeUiQt8jgyUZ H9bMmNQsnU1FsMf/Tp+R40mChkTSi+MUxLPO/ZK9HVn37Evckg1E3V00DDrPHiKi Qj2YAfRp3pdHTuL1sjgGDmnDVD99Rc6kVpF8Pq3Oe3qIQhi1150Ri5QJKXyJay0U uT3NvM4vxWTwbmPNbJMcJ0UD15NQNwIKQ2nxUkhSui9b81sA7dAVNWoUfcdIHOHA slQEsjUp+8TU0PFd+gVkPT0edLRpWO7SRgvyNvdOJbwCBT1B9FfJ+q8X6HsIUl8h Y0la5CmdLdb758pwYiXNRd5aIXCv/FzQmekC2WaS0PdgLl38Oy83uNltKKZomvNr wD3VKeF9z01H7trrrdK1ZRP0MzPpJRE7rVU1uoN7AhIIAHSsiMCD5EJHIscBg1d0 B2POi/IBJ1J6HtlA2pDjJtb92lXOjBkRrHutXK2r2x5cMIgMdt/9FsNU6IRLUSg9 55Vu2LWP0/qeZ0NCt+vU =c2xY -----END PGP SIGNATURE----- --P+33d92oIH25kiaB-- From owner-svn-ports-head@freebsd.org Mon Feb 8 04:05:59 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5DC4DAA0337; Mon, 8 Feb 2016 04:05:59 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 13F0E1E01; Mon, 8 Feb 2016 04:05:59 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1845wKx034760; Mon, 8 Feb 2016 04:05:58 GMT (envelope-from dbn@FreeBSD.org) Received: (from dbn@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1845vtE034758; Mon, 8 Feb 2016 04:05:57 GMT (envelope-from dbn@FreeBSD.org) Message-Id: <201602080405.u1845vtE034758@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbn set sender to dbn@FreeBSD.org using -f From: David Naylor Date: Mon, 8 Feb 2016 04:05:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408462 - head/sysutils/py-plumbum X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Feb 2016 04:05:59 -0000 Author: dbn Date: Mon Feb 8 04:05:57 2016 New Revision: 408462 URL: https://svnweb.freebsd.org/changeset/ports/408462 Log: sysutils/py-plumbum: update to 1.6.1 - Switching testing frameworks from nosetest to pytest - Use setup.py to run tests Modified: head/sysutils/py-plumbum/Makefile head/sysutils/py-plumbum/distinfo Modified: head/sysutils/py-plumbum/Makefile ============================================================================== --- head/sysutils/py-plumbum/Makefile Mon Feb 8 00:02:11 2016 (r408461) +++ head/sysutils/py-plumbum/Makefile Mon Feb 8 04:05:57 2016 (r408462) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= plumbum -PORTVERSION= 1.6.0 +PORTVERSION= 1.6.1 DISTVERSIONPREFIX= v CATEGORIES= sysutils python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,7 @@ COMMENT= Shell combinators and more for LICENSE= MIT -TEST_DEPENDS= nosetests-${PYTHON_VER}:${PORTSDIR}/devel/py-nose +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:${PORTSDIR}/devel/py-pytest USES= python USE_GITHUB= yes @@ -20,5 +20,5 @@ USE_PYTHON= distutils concurrent GH_ACCOUNT= tomerfiliba do-test: - @(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} nosetests-${PYTHON_VER} --processes=${MAKE_JOBS_NUMBER}) + @(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test) .include Modified: head/sysutils/py-plumbum/distinfo ============================================================================== --- head/sysutils/py-plumbum/distinfo Mon Feb 8 00:02:11 2016 (r408461) +++ head/sysutils/py-plumbum/distinfo Mon Feb 8 04:05:57 2016 (r408462) @@ -1,2 +1,2 @@ -SHA256 (tomerfiliba-plumbum-v1.6.0_GH0.tar.gz) = bfbac39789e29ea49b011771d288796b4363886c856cf5c11d61e7c5723f4238 -SIZE (tomerfiliba-plumbum-v1.6.0_GH0.tar.gz) = 250932 +SHA256 (tomerfiliba-plumbum-v1.6.1_GH0.tar.gz) = ec7a13dcd7109fd29fcbceffc00b2247c4264ea91099e1322b6b041cb753ee75 +SIZE (tomerfiliba-plumbum-v1.6.1_GH0.tar.gz) = 255484 From owner-svn-ports-head@freebsd.org Mon Feb 8 04:20:51 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9DEE0AA09BE; Mon, 8 Feb 2016 04:20:51 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 51940321; Mon, 8 Feb 2016 04:20:51 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u184KojL037908; Mon, 8 Feb 2016 04:20:50 GMT (envelope-from dbn@FreeBSD.org) Received: (from dbn@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u184KoiZ037906; Mon, 8 Feb 2016 04:20:50 GMT (envelope-from dbn@FreeBSD.org) Message-Id: <201602080420.u184KoiZ037906@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbn set sender to dbn@FreeBSD.org using -f From: David Naylor Date: Mon, 8 Feb 2016 04:20:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408463 - in head/x11/kde4-workspace: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Feb 2016 04:20:51 -0000 Author: dbn Date: Mon Feb 8 04:20:50 2016 New Revision: 408463 URL: https://svnweb.freebsd.org/changeset/ports/408463 Log: x11/kde4-workspace: fix OpenGL tests with nVidia's libGL nVidia's libGL causes a segfault in ld-elf if the application that is linking to libGL also links to another library (ordered before linking to libGL) and the second library links to libthr. For example: kwin_opengl_test -> libXft -> libthr -> libGL Two workarounds are known: 1) Change the linking order to have libGL linked first, or 2) Also link to libthr in the (base) application. This patch implements the latter fix. PR: 205149, 206899 MFH: 2016Q1 Added: head/x11/kde4-workspace/files/patch-kwin_opengltest_CMakeLists.txt (contents, props changed) Modified: head/x11/kde4-workspace/Makefile Modified: head/x11/kde4-workspace/Makefile ============================================================================== --- head/x11/kde4-workspace/Makefile Mon Feb 8 04:05:57 2016 (r408462) +++ head/x11/kde4-workspace/Makefile Mon Feb 8 04:20:50 2016 (r408463) @@ -2,7 +2,7 @@ PORTNAME= kde-workspace PORTVERSION= ${KDE4_WORKSPACE_VERSION} -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11 kde MASTER_SITES= KDE/${KDE4_BRANCH}/${KDE4_VERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} Added: head/x11/kde4-workspace/files/patch-kwin_opengltest_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/kde4-workspace/files/patch-kwin_opengltest_CMakeLists.txt Mon Feb 8 04:20:50 2016 (r408463) @@ -0,0 +1,15 @@ +--- kwin/opengltest/CMakeLists.txt.orig 2014-11-06 22:36:58 UTC ++++ kwin/opengltest/CMakeLists.txt +@@ -2,9 +2,11 @@ + + set(kwin_opengl_test_SRCS opengltest.cpp ) + ++find_package(Threads) ++ + kde4_add_executable(kwin_opengl_test ${kwin_opengl_test_SRCS}) + +-target_link_libraries(kwin_opengl_test ${X11_LIBRARIES} ${OPENGL_gl_LIBRARY}) ++target_link_libraries(kwin_opengl_test ${X11_LIBRARIES} ${OPENGL_gl_LIBRARY} ${CMAKE_THREAD_LIBS_INIT}) + + install(TARGETS kwin_opengl_test DESTINATION ${LIBEXEC_INSTALL_DIR} ) + From owner-svn-ports-head@freebsd.org Mon Feb 8 04:54:52 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3CD62AA1A82; Mon, 8 Feb 2016 04:54:52 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0F1C91218; Mon, 8 Feb 2016 04:54:51 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u184spp8049347; Mon, 8 Feb 2016 04:54:51 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u184spCE049346; Mon, 8 Feb 2016 04:54:51 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201602080454.u184spCE049346@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 8 Feb 2016 04:54:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408464 - head/x11-drivers/xf86-input-wacom X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Feb 2016 04:54:52 -0000 Author: jbeich Date: Mon Feb 8 04:54:50 2016 New Revision: 408464 URL: https://svnweb.freebsd.org/changeset/ports/408464 Log: x11-drivers/xf86-input-wacom: missed pkg-plist comment in r408423 PR: 206086 Modified: head/x11-drivers/xf86-input-wacom/pkg-plist (contents, props changed) Modified: head/x11-drivers/xf86-input-wacom/pkg-plist ============================================================================== --- head/x11-drivers/xf86-input-wacom/pkg-plist Mon Feb 8 04:20:50 2016 (r408463) +++ head/x11-drivers/xf86-input-wacom/pkg-plist Mon Feb 8 04:54:50 2016 (r408464) @@ -1,7 +1,7 @@ bin/isdv4-serial-debugger bin/isdv4-serial-inputattach bin/xsetwacom -@comment not marked @sample due to conflict with HAL +@comment Not marked @sample due to conflict with devd and HAL etc/X11/xorg.conf.d/wacom.conf.sample include/xorg/Xwacom.h include/xorg/isdv4.h From owner-svn-ports-head@freebsd.org Mon Feb 8 07:10:33 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4FD38A9F3E8; Mon, 8 Feb 2016 07:10:33 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 44C9517C; Mon, 8 Feb 2016 07:10:33 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 434BF1ECE; Mon, 8 Feb 2016 07:10:33 +0000 (UTC) Date: Mon, 8 Feb 2016 07:10:33 +0000 From: Alexey Dokuchaev To: Kurt Jaeger Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r408308 - in head/textproc: . miller miller/files Message-ID: <20160208071033.GA6218@FreeBSD.org> References: <201602061809.u16I9pWJ028294@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201602061809.u16I9pWJ028294@repo.freebsd.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Feb 2016 07:10:33 -0000 On Sat, Feb 06, 2016 at 06:09:51PM +0000, Kurt Jaeger wrote: > New Revision: 408308 > URL: https://svnweb.freebsd.org/changeset/ports/408308 > > Log: > New port: textproc/miller > > [...] > +.include > + > +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 > +BUILD_DEPENDS+= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex > +.endif I presume this is needed when the base flex(1) v2.5.4 is not sufficient? Then the check against 1000000 is wrong, it should be < 1000033. ./danfe From owner-svn-ports-head@freebsd.org Mon Feb 8 08:54:56 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B74F9A9D644; Mon, 8 Feb 2016 08:54:56 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8389B1177; Mon, 8 Feb 2016 08:54:56 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u188stdv018028; Mon, 8 Feb 2016 08:54:55 GMT (envelope-from jadawin@FreeBSD.org) Received: (from jadawin@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u188stkR018026; Mon, 8 Feb 2016 08:54:55 GMT (envelope-from jadawin@FreeBSD.org) Message-Id: <201602080854.u188stkR018026@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jadawin set sender to jadawin@FreeBSD.org using -f From: Philippe Audeoud Date: Mon, 8 Feb 2016 08:54:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408465 - head/net/p5-Net-Ifconfig-Wrapper X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Feb 2016 08:54:56 -0000 Author: jadawin Date: Mon Feb 8 08:54:55 2016 New Revision: 408465 URL: https://svnweb.freebsd.org/changeset/ports/408465 Log: - Update to 0.14 Modified: head/net/p5-Net-Ifconfig-Wrapper/Makefile head/net/p5-Net-Ifconfig-Wrapper/distinfo Modified: head/net/p5-Net-Ifconfig-Wrapper/Makefile ============================================================================== --- head/net/p5-Net-Ifconfig-Wrapper/Makefile Mon Feb 8 04:54:50 2016 (r408464) +++ head/net/p5-Net-Ifconfig-Wrapper/Makefile Mon Feb 8 08:54:55 2016 (r408465) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net-Ifconfig-Wrapper -PORTVERSION= 0.12 +PORTVERSION= 0.14 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,6 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Provides a unified way to configure network interfaces +LICENSE= ARTPERL10 + USES= perl5 USE_PERL5= configure Modified: head/net/p5-Net-Ifconfig-Wrapper/distinfo ============================================================================== --- head/net/p5-Net-Ifconfig-Wrapper/distinfo Mon Feb 8 04:54:50 2016 (r408464) +++ head/net/p5-Net-Ifconfig-Wrapper/distinfo Mon Feb 8 08:54:55 2016 (r408465) @@ -1,2 +1,2 @@ -SHA256 (Net-Ifconfig-Wrapper-0.12.tar.gz) = b2e8ff5f80dd063d23d4df7d2ce0b40a6dd8ff3d6f72eebbe740a82c5813ed15 -SIZE (Net-Ifconfig-Wrapper-0.12.tar.gz) = 11406 +SHA256 (Net-Ifconfig-Wrapper-0.14.tar.gz) = 74ccaea20184f3b4ebe32d0b852288a6dc68bafa05a40119133cc79e58b98c3c +SIZE (Net-Ifconfig-Wrapper-0.14.tar.gz) = 10562 From owner-svn-ports-head@freebsd.org Mon Feb 8 09:02:03 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CC992A9DB71; Mon, 8 Feb 2016 09:02:03 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9CDBE163F; Mon, 8 Feb 2016 09:02:03 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u18922CJ020980; Mon, 8 Feb 2016 09:02:02 GMT (envelope-from jadawin@FreeBSD.org) Received: (from jadawin@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u18922Qg020932; Mon, 8 Feb 2016 09:02:02 GMT (envelope-from jadawin@FreeBSD.org) Message-Id: <201602080902.u18922Qg020932@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jadawin set sender to jadawin@FreeBSD.org using -f From: Philippe Audeoud Date: Mon, 8 Feb 2016 09:02:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408466 - head/security/p5-Net-OpenID-Common X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Feb 2016 09:02:03 -0000 Author: jadawin Date: Mon Feb 8 09:02:02 2016 New Revision: 408466 URL: https://svnweb.freebsd.org/changeset/ports/408466 Log: - Update to 1.20 Modified: head/security/p5-Net-OpenID-Common/Makefile head/security/p5-Net-OpenID-Common/distinfo Modified: head/security/p5-Net-OpenID-Common/Makefile ============================================================================== --- head/security/p5-Net-OpenID-Common/Makefile Mon Feb 8 08:54:55 2016 (r408465) +++ head/security/p5-Net-OpenID-Common/Makefile Mon Feb 8 09:02:02 2016 (r408466) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Net-OpenID-Common -PORTVERSION= 1.19 -PORTREVISION= 1 +PORTVERSION= 1.20 CATEGORIES= security net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,6 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Libraries shared between Net::OpenID::Consumer and Net::OpenID::Server +LICENSE= ARTPERL10 + BUILD_DEPENDS= p5-Crypt-DH-GMP>=0:${PORTSDIR}/net/p5-Crypt-DH-GMP \ p5-Email-MIME-ContentType>=0:${PORTSDIR}/mail/p5-Email-MIME-ContentType \ p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ Modified: head/security/p5-Net-OpenID-Common/distinfo ============================================================================== --- head/security/p5-Net-OpenID-Common/distinfo Mon Feb 8 08:54:55 2016 (r408465) +++ head/security/p5-Net-OpenID-Common/distinfo Mon Feb 8 09:02:02 2016 (r408466) @@ -1,2 +1,2 @@ -SHA256 (Net-OpenID-Common-1.19.tar.gz) = 60695c4d70e0c03f6e97e729abb4a3ac68e12a5009815b3e9b083d486b5a81f9 -SIZE (Net-OpenID-Common-1.19.tar.gz) = 28243 +SHA256 (Net-OpenID-Common-1.20.tar.gz) = ab4e97d74a47710e0db4ac0c822f7fdf622af86a60a52ba72255a889c29dabc9 +SIZE (Net-OpenID-Common-1.20.tar.gz) = 28306 From owner-svn-ports-head@freebsd.org Mon Feb 8 09:25:28 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BB3ECA9ECE8; Mon, 8 Feb 2016 09:25:28 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mail.madpilot.net (grunt.madpilot.net [78.47.145.38]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8266E6CF; Mon, 8 Feb 2016 09:25:27 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mail (mail [192.168.254.3]) by mail.madpilot.net (Postfix) with ESMTP id 3pzMQX2R1FzZqn; Mon, 8 Feb 2016 10:25:24 +0100 (CET) Received: from mail.madpilot.net ([192.168.254.3]) by mail (mail.madpilot.net [192.168.254.3]) (amavisd-new, port 10024) with ESMTP id eUbG3YTGEV_7; Mon, 8 Feb 2016 10:25:22 +0100 (CET) Received: from marvin.madpilot.net (micro.madpilot.net [88.149.173.206]) by mail.madpilot.net (Postfix) with ESMTPSA; Mon, 8 Feb 2016 10:25:22 +0100 (CET) Subject: Re: svn commit: r407901 - in head/net-mgmt/collectd5: . files To: Pierre Guinoiseau References: <201602022308.u12N8kud098510@repo.freebsd.org> <20160208024302.GD5470@hoth> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Guido Falsi Message-ID: <56B85EFF.4050701@FreeBSD.org> Date: Mon, 8 Feb 2016 10:25:19 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 In-Reply-To: <20160208024302.GD5470@hoth> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Feb 2016 09:25:28 -0000 On 02/08/16 03:43, Pierre Guinoiseau wrote: > For some reason after this update the disk plugin stopped collecting ops > and time statistics, only bytes are collected. > Please file a PR about this problem in bugzilla so also the port maintainer is notified and the problem can be properly tracked. -- Guido Falsi From owner-svn-ports-head@freebsd.org Mon Feb 8 09:31:39 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6DD1DA9F0A0; Mon, 8 Feb 2016 09:31:39 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 38E4AA18; Mon, 8 Feb 2016 09:31:39 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u189VcDu027158; Mon, 8 Feb 2016 09:31:38 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u189VcTr027156; Mon, 8 Feb 2016 09:31:38 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201602080931.u189VcTr027156@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Mon, 8 Feb 2016 09:31:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408467 - head/math/R-cran-memisc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Feb 2016 09:31:39 -0000 Author: tota Date: Mon Feb 8 09:31:37 2016 New Revision: 408467 URL: https://svnweb.freebsd.org/changeset/ports/408467 Log: - Update to 0.99.5 Modified: head/math/R-cran-memisc/Makefile head/math/R-cran-memisc/distinfo Modified: head/math/R-cran-memisc/Makefile ============================================================================== --- head/math/R-cran-memisc/Makefile Mon Feb 8 09:02:02 2016 (r408466) +++ head/math/R-cran-memisc/Makefile Mon Feb 8 09:31:37 2016 (r408467) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= memisc -DISTVERSION= 0.99.3.2 +DISTVERSION= 0.99.5 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/math/R-cran-memisc/distinfo ============================================================================== --- head/math/R-cran-memisc/distinfo Mon Feb 8 09:02:02 2016 (r408466) +++ head/math/R-cran-memisc/distinfo Mon Feb 8 09:31:37 2016 (r408467) @@ -1,2 +1,2 @@ -SHA256 (memisc_0.99.3.2.tar.gz) = 1ae81a3f577aa999aa0cd33e5b42132c5e0e570d7c5937a07bd6c491789febd1 -SIZE (memisc_0.99.3.2.tar.gz) = 943104 +SHA256 (memisc_0.99.5.tar.gz) = 938195482e358a4690e400259f7531179a2a6dd3bb0e7bb6c72d2dfa2eeb6d4c +SIZE (memisc_0.99.5.tar.gz) = 1184256 From owner-svn-ports-head@freebsd.org Mon Feb 8 10:18:31 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7B0C4AA0495; Mon, 8 Feb 2016 10:18:31 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3B3421B67; Mon, 8 Feb 2016 10:18:31 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u18AIULl041680; Mon, 8 Feb 2016 10:18:30 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u18AIUkL041677; Mon, 8 Feb 2016 10:18:30 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201602081018.u18AIUkL041677@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Mon, 8 Feb 2016 10:18:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408468 - head/textproc/libcroco X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Feb 2016 10:18:31 -0000 Author: kwm Date: Mon Feb 8 10:18:29 2016 New Revision: 408468 URL: https://svnweb.freebsd.org/changeset/ports/408468 Log: Update libcroco to 0.6.11. * Drop packaging of the .la file. * Enable stripping. Obtained from: gnome devel repo Modified: head/textproc/libcroco/Makefile head/textproc/libcroco/distinfo head/textproc/libcroco/pkg-plist Modified: head/textproc/libcroco/Makefile ============================================================================== --- head/textproc/libcroco/Makefile Mon Feb 8 09:31:37 2016 (r408467) +++ head/textproc/libcroco/Makefile Mon Feb 8 10:18:29 2016 (r408468) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libcroco -PORTVERSION= 0.6.8 -PORTREVISION= 2 +PORTVERSION= 0.6.11 CATEGORIES= textproc gnome MASTER_SITES= GNOME @@ -13,10 +12,11 @@ COMMENT= CSS2 parsing library LICENSE= LGPL21 GNU_CONFIGURE= yes -USES= gettext gmake libtool:keepla pathfix pkgconfig tar:xz +USES= gettext gmake gnome libtool pathfix pkgconfig tar:xz USE_LDCONFIG= yes USE_GNOME= glib20 libxml2 CONFIGURE_ARGS= --disable-gtk-doc-html +INSTALL_TARGET= install-strip PLIST_SUB= VERSION="0.6" Modified: head/textproc/libcroco/distinfo ============================================================================== --- head/textproc/libcroco/distinfo Mon Feb 8 09:31:37 2016 (r408467) +++ head/textproc/libcroco/distinfo Mon Feb 8 10:18:29 2016 (r408468) @@ -1,2 +1,2 @@ -SHA256 (libcroco-0.6.8.tar.xz) = ea6e1b858c55219cefd7109756bff5bc1a774ba7a55f7d3ccd734d6b871b8570 -SIZE (libcroco-0.6.8.tar.xz) = 464992 +SHA256 (libcroco-0.6.11.tar.xz) = 132b528a948586b0dfa05d7e9e059901bca5a3be675b6071a90a90b81ae5a056 +SIZE (libcroco-0.6.11.tar.xz) = 477312 Modified: head/textproc/libcroco/pkg-plist ============================================================================== --- head/textproc/libcroco/pkg-plist Mon Feb 8 09:31:37 2016 (r408467) +++ head/textproc/libcroco/pkg-plist Mon Feb 8 10:18:29 2016 (r408468) @@ -29,7 +29,6 @@ include/libcroco-%%VERSION%%/libcroco/cr include/libcroco-%%VERSION%%/libcroco/libcroco-config.h include/libcroco-%%VERSION%%/libcroco/libcroco.h lib/libcroco-%%VERSION%%.a -lib/libcroco-%%VERSION%%.la lib/libcroco-%%VERSION%%.so lib/libcroco-%%VERSION%%.so.3 lib/libcroco-%%VERSION%%.so.3.0.1 @@ -37,7 +36,7 @@ libdata/pkgconfig/libcroco-%%VERSION%%.p share/gtk-doc/html/libcroco/ch01.html share/gtk-doc/html/libcroco/home.png share/gtk-doc/html/libcroco/index.html -share/gtk-doc/html/libcroco/index.sgml +share/gtk-doc/html/libcroco/left-insensitive.png share/gtk-doc/html/libcroco/left.png share/gtk-doc/html/libcroco/libcroco-cr-additional-sel.html share/gtk-doc/html/libcroco/libcroco-cr-attr-sel.html @@ -67,6 +66,8 @@ share/gtk-doc/html/libcroco/libcroco-cr- share/gtk-doc/html/libcroco/libcroco-cr-utils.html share/gtk-doc/html/libcroco/libcroco-libcroco-config.html share/gtk-doc/html/libcroco/libcroco.devhelp2 +share/gtk-doc/html/libcroco/right-insensitive.png share/gtk-doc/html/libcroco/right.png share/gtk-doc/html/libcroco/style.css +share/gtk-doc/html/libcroco/up-insensitive.png share/gtk-doc/html/libcroco/up.png From owner-svn-ports-head@freebsd.org Mon Feb 8 10:22:50 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3FA88AA07A8; Mon, 8 Feb 2016 10:22:50 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EB6BD1F2D; Mon, 8 Feb 2016 10:22:49 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u18AMna4044534; Mon, 8 Feb 2016 10:22:49 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u18AMmDH044531; Mon, 8 Feb 2016 10:22:48 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201602081022.u18AMmDH044531@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Mon, 8 Feb 2016 10:22:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408469 - head/graphics/librsvg2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Feb 2016 10:22:50 -0000 Author: kwm Date: Mon Feb 8 10:22:48 2016 New Revision: 408469 URL: https://svnweb.freebsd.org/changeset/ports/408469 Log: Update librsvg2 to 2.40.13. Use new USES=gnome. Obtained from: gnome devel repo Modified: head/graphics/librsvg2/Makefile head/graphics/librsvg2/distinfo head/graphics/librsvg2/pkg-plist Modified: head/graphics/librsvg2/Makefile ============================================================================== --- head/graphics/librsvg2/Makefile Mon Feb 8 10:18:29 2016 (r408468) +++ head/graphics/librsvg2/Makefile Mon Feb 8 10:22:48 2016 (r408469) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= librsvg -PORTVERSION= 2.40.12 +PORTVERSION= 2.40.13 CATEGORIES= graphics gnome MASTER_SITES= GNOME PKGNAMESUFFIX= 2 @@ -15,7 +15,7 @@ LIB_DEPENDS= libfreetype.so:${PORTSDIR}/ libpng.so:${PORTSDIR}/graphics/png \ libcroco-0.6.so:${PORTSDIR}/textproc/libcroco -USES= gettext gmake libtool pathfix pkgconfig tar:xz +USES= gettext gmake gnome libtool pathfix pkgconfig tar:xz USE_GNOME= gnomeprefix libgsf gdkpixbuf2 introspection:build libxml2 \ pango USE_LDCONFIG= yes @@ -26,6 +26,8 @@ INSTALL_TARGET= install-strip CONFIGURE_ARGS= --disable-vala \ --disable-Bsymbolic +PLIST_SUB+= PORTVERSION=${PORTVERSION} + post-patch: @${REINPLACE_CMD} -e 's|GTK3_REQUIRED=3.[0-9][0-9].[0-9]|GTK3_REQUIRED=9.90.0|g' \ ${WRKSRC}/configure Modified: head/graphics/librsvg2/distinfo ============================================================================== --- head/graphics/librsvg2/distinfo Mon Feb 8 10:18:29 2016 (r408468) +++ head/graphics/librsvg2/distinfo Mon Feb 8 10:22:48 2016 (r408469) @@ -1,2 +1,2 @@ -SHA256 (gnome2/librsvg-2.40.12.tar.xz) = ffe40c4378bf3899f4d679a475726bab03a127a5bdccddec86404cc329ffb550 -SIZE (gnome2/librsvg-2.40.12.tar.xz) = 548648 +SHA256 (gnome2/librsvg-2.40.13.tar.xz) = 4d6ea93ec05f5dabe7262d711d246a0a99b2311e215360dd3dcabd6afe3b9804 +SIZE (gnome2/librsvg-2.40.13.tar.xz) = 552900 Modified: head/graphics/librsvg2/pkg-plist ============================================================================== --- head/graphics/librsvg2/pkg-plist Mon Feb 8 10:18:29 2016 (r408468) +++ head/graphics/librsvg2/pkg-plist Mon Feb 8 10:22:48 2016 (r408469) @@ -9,7 +9,7 @@ lib/girepository-1.0/Rsvg-2.0.typelib lib/librsvg-2.a lib/librsvg-2.so lib/librsvg-2.so.2 -lib/librsvg-2.so.2.40.12 +lib/librsvg-2.so.%%PORTVERSION%% libdata/pkgconfig/librsvg-2.0.pc man/man1/rsvg-convert.1.gz share/doc/rsvg-2.0/RsvgHandle.html From owner-svn-ports-head@freebsd.org Mon Feb 8 10:23:56 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 81846AA0880; Mon, 8 Feb 2016 10:23:56 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 33CD8C2; Mon, 8 Feb 2016 10:23:56 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u18ANtsx044701; Mon, 8 Feb 2016 10:23:55 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u18ANsMQ044698; Mon, 8 Feb 2016 10:23:54 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201602081023.u18ANsMQ044698@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Mon, 8 Feb 2016 10:23:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408470 - head/graphics/gdk-pixbuf2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Feb 2016 10:23:56 -0000 Author: kwm Date: Mon Feb 8 10:23:54 2016 New Revision: 408470 URL: https://svnweb.freebsd.org/changeset/ports/408470 Log: Update gdk-pixbuf2 to 2.32.3. Use new USES=gnome Obtained from: gnome devel repo Modified: head/graphics/gdk-pixbuf2/Makefile head/graphics/gdk-pixbuf2/distinfo head/graphics/gdk-pixbuf2/pkg-plist Modified: head/graphics/gdk-pixbuf2/Makefile ============================================================================== --- head/graphics/gdk-pixbuf2/Makefile Mon Feb 8 10:22:48 2016 (r408469) +++ head/graphics/gdk-pixbuf2/Makefile Mon Feb 8 10:23:54 2016 (r408470) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gdk-pixbuf -PORTVERSION= 2.32.1 +PORTVERSION= 2.32.3 CATEGORIES= graphics MASTER_SITES= GNOME PKGNAMESUFFIX= 2 @@ -15,7 +15,7 @@ LICENSE= LGPL20+ LICENSE_FILE= ${WRKSRC}/COPYING USE_XORG= xt xi x11 -USES= cpe gmake libtool pathfix pkgconfig tar:xz +USES= cpe gmake gnome libtool pathfix pkgconfig tar:xz CPE_VENDOR= gnome USE_GNOME+= glib20 introspection:build USE_LDCONFIG= yes Modified: head/graphics/gdk-pixbuf2/distinfo ============================================================================== --- head/graphics/gdk-pixbuf2/distinfo Mon Feb 8 10:22:48 2016 (r408469) +++ head/graphics/gdk-pixbuf2/distinfo Mon Feb 8 10:23:54 2016 (r408470) @@ -1,2 +1,2 @@ -SHA256 (gnome2/gdk-pixbuf-2.32.1.tar.xz) = 4432b74f25538c7d6bcb3ca51adabdd666168955f25812a2568dc9637697f3bc -SIZE (gnome2/gdk-pixbuf-2.32.1.tar.xz) = 2427908 +SHA256 (gnome2/gdk-pixbuf-2.32.3.tar.xz) = 2b6771f1ac72f687a8971e59810b8dc658e65e7d3086bd2e676e618fd541d031 +SIZE (gnome2/gdk-pixbuf-2.32.3.tar.xz) = 2430720 Modified: head/graphics/gdk-pixbuf2/pkg-plist ============================================================================== --- head/graphics/gdk-pixbuf2/pkg-plist Mon Feb 8 10:22:48 2016 (r408469) +++ head/graphics/gdk-pixbuf2/pkg-plist Mon Feb 8 10:23:54 2016 (r408470) @@ -32,10 +32,10 @@ lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/load lib/girepository-1.0/GdkPixbuf-2.0.typelib lib/libgdk_pixbuf-2.0.so lib/libgdk_pixbuf-2.0.so.0 -lib/libgdk_pixbuf-2.0.so.0.3200.1 +lib/libgdk_pixbuf-2.0.so.0.3200.3 lib/libgdk_pixbuf_xlib-2.0.so lib/libgdk_pixbuf_xlib-2.0.so.0 -lib/libgdk_pixbuf_xlib-2.0.so.0.3200.1 +lib/libgdk_pixbuf_xlib-2.0.so.0.3200.3 libdata/pkgconfig/gdk-pixbuf-2.0.pc libdata/pkgconfig/gdk-pixbuf-xlib-2.0.pc man/man1/gdk-pixbuf-csource.1.gz From owner-svn-ports-head@freebsd.org Mon Feb 8 10:38:54 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BF654AA0F80; Mon, 8 Feb 2016 10:38:54 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8177089C; Mon, 8 Feb 2016 10:38:54 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u18AcrbZ047927; Mon, 8 Feb 2016 10:38:53 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u18AcrwN047925; Mon, 8 Feb 2016 10:38:53 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201602081038.u18AcrwN047925@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Mon, 8 Feb 2016 10:38:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408471 - in head/x11-toolkits/gnome-pty-helper: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Feb 2016 10:38:54 -0000 Author: kwm Date: Mon Feb 8 10:38:53 2016 New Revision: 408471 URL: https://svnweb.freebsd.org/changeset/ports/408471 Log: Turn gnome-pty-helper into a stand-alone port. Copy parts of the vte3 Makefile and the patches from the current vte3 port. The next update of the vte3 port to 0.42.x doesn't bundle this code anymore. Obtained from: gnome devel repo Added: head/x11-toolkits/gnome-pty-helper/distinfo - copied unchanged from r408464, head/x11-toolkits/vte3/distinfo head/x11-toolkits/gnome-pty-helper/files/ - copied from r408464, head/x11-toolkits/vte3/files/ Deleted: head/x11-toolkits/gnome-pty-helper/files/patch-src_vteseq.c Modified: head/x11-toolkits/gnome-pty-helper/Makefile Modified: head/x11-toolkits/gnome-pty-helper/Makefile ============================================================================== --- head/x11-toolkits/gnome-pty-helper/Makefile Mon Feb 8 10:23:54 2016 (r408470) +++ head/x11-toolkits/gnome-pty-helper/Makefile Mon Feb 8 10:38:53 2016 (r408471) @@ -1,23 +1,41 @@ # Created by: Joe Marcus Clarke # $FreeBSD$ -# $MCom: ports/trunk/x11-toolkits/gnome-pty-helper/Makefile 18942 2013-12-08 01:31:37Z kwm $ PORTNAME= gnome-pty-helper -PORTREVISION= 0 -PKGNAMESUFFIX= #empty +PORTVERSION= 0.40.2 +CATEGORIES= x11-toolkits gnome +MASTER_SITES= GNOME/sources/vte/${PORTVERSION:R} +DISTNAME= vte-${PORTVERSION} +DIST_SUBDIR= gnome3 +MAINTAINER= gnome@FreeBSD.org COMMENT= utmp/wtmp/lastlog helper program for the vte Terminal widget -VTE3_SLAVE= yes +BUILD_DEPENDS+= gnutls>=0:${PORTSDIR}/security/gnutls + +PORTSCOUT= ignore:1 + +USES= gmake tar:xz +USE_LDCONFIG= yes +GNU_CONFIGURE= yes +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip -MASTERDIR= ${.CURDIR}/../../x11-toolkits/vte3 CONFIGURE_WRKSRC= ${WRKSRC}/gnome-pty-helper BUILD_WRKSRC= ${WRKSRC}/gnome-pty-helper INSTALL_WRKSRC= ${WRKSRC}/gnome-pty-helper -PLIST= ${.CURDIR}/pkg-plist -USE_GNOME= gnomeprefix -CONFIGURE_ARGS= # empty -#PATCH_STRIP= -p1 -#EXTRA_PATCHES+= ${MASTERDIR}/files/patch-gnome-pty-helper_gnome-pty-helper.c -.include "${MASTERDIR}/Makefile" +.include + +post-patch: +# borrowed osversion from bsd.ssp.mk +.if ${OSVERSION} < 1000036 && ${ARCH} == i386 + @${REINPLACE_CMD} -e 's|-fstack-protector-strong||g; \ + s|-fstack-protector||g' \ + ${WRKSRC}/configure +.endif + @${REINPLACE_CMD} -e 's|(AM_MAKEFLAGS) install-exec-hook|(AM_MAKEFLAGS)|g' \ + ${WRKSRC}/gnome-pty-helper/Makefile.in + +.include Copied: head/x11-toolkits/gnome-pty-helper/distinfo (from r408464, head/x11-toolkits/vte3/distinfo) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/gnome-pty-helper/distinfo Mon Feb 8 10:38:53 2016 (r408471, copy of r408464, head/x11-toolkits/vte3/distinfo) @@ -0,0 +1,2 @@ +SHA256 (gnome3/vte-0.40.2.tar.xz) = 9b68fbc16b27f2d79e6271f2b0708808594ac5acf979d0fccea118608199fd2d +SIZE (gnome3/vte-0.40.2.tar.xz) = 923852 From owner-svn-ports-head@freebsd.org Mon Feb 8 11:16:27 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 96F43A9F617; Mon, 8 Feb 2016 11:16:27 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 588981C1F; Mon, 8 Feb 2016 11:16:27 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u18BGQOt059558; Mon, 8 Feb 2016 11:16:26 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u18BGQB1059555; Mon, 8 Feb 2016 11:16:26 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602081116.u18BGQB1059555@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 8 Feb 2016 11:16:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408472 - in head/audio/clementine-player: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Feb 2016 11:16:27 -0000 Author: amdmi3 Date: Mon Feb 8 11:16:25 2016 New Revision: 408472 URL: https://svnweb.freebsd.org/changeset/ports/408472 Log: - Fix build with boost 1.60 - Fix LICENSE - Pet portlint PR: 199601 Approved by: portmgr blanket Added: head/audio/clementine-player/files/patch-src_core_mergedproxymodel.h (contents, props changed) head/audio/clementine-player/files/patch-src_library_groupbydialog.h (contents, props changed) Modified: head/audio/clementine-player/Makefile Modified: head/audio/clementine-player/Makefile ============================================================================== --- head/audio/clementine-player/Makefile Mon Feb 8 10:38:53 2016 (r408471) +++ head/audio/clementine-player/Makefile Mon Feb 8 11:16:25 2016 (r408472) @@ -7,14 +7,11 @@ PORTREVISION= 7 CATEGORIES= audio PKGNAMESUFFIX= -player -USE_GITHUB= yes -GH_ACCOUNT= ${PORTNAME}${PKGNAMESUFFIX} -GH_PROJECT= Clementine - MAINTAINER= sbruno@FreeBSD.org COMMENT= Cross-platform music player based on Amarok 1.4 -LICENSE= GPLv3 +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libtag.so:${PORTSDIR}/audio/taglib \ libchromaprint.so:${PORTSDIR}/audio/chromaprint \ @@ -26,6 +23,10 @@ LIB_DEPENDS= libtag.so:${PORTSDIR}/audio BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs +USE_GITHUB= yes +GH_ACCOUNT= ${PORTNAME}${PKGNAMESUFFIX} +GH_PROJECT= Clementine + USES= compiler:c++11-lib cmake desktop-file-utils execinfo \ gettext-tools pkgconfig USE_GL= glew Added: head/audio/clementine-player/files/patch-src_core_mergedproxymodel.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/clementine-player/files/patch-src_core_mergedproxymodel.h Mon Feb 8 11:16:25 2016 (r408472) @@ -0,0 +1,15 @@ +--- src/core/mergedproxymodel.h.orig 2014-04-23 10:16:44 UTC ++++ src/core/mergedproxymodel.h +@@ -25,10 +25,12 @@ + using std::placeholders::_1; + using std::placeholders::_2; + ++#ifndef Q_MOC_RUN + #include + #include + #include + #include ++#endif + + using boost::multi_index::multi_index_container; + using boost::multi_index::indexed_by; Added: head/audio/clementine-player/files/patch-src_library_groupbydialog.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/clementine-player/files/patch-src_library_groupbydialog.h Mon Feb 8 11:16:25 2016 (r408472) @@ -0,0 +1,14 @@ +--- src/library/groupbydialog.h.orig 2014-04-23 10:16:44 UTC ++++ src/library/groupbydialog.h +@@ -25,9 +25,11 @@ + using std::placeholders::_1; + using std::placeholders::_2; + ++#ifndef Q_MOC_RUN + #include + #include + #include ++#endif + + #include "librarymodel.h" + From owner-svn-ports-head@freebsd.org Mon Feb 8 11:16:38 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3A6AFA9F65D; Mon, 8 Feb 2016 11:16:38 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C36051CC9; Mon, 8 Feb 2016 11:16:37 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u18BGaxr059698; Mon, 8 Feb 2016 11:16:36 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u18BGa3K059695; Mon, 8 Feb 2016 11:16:36 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602081116.u18BGa3K059695@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 8 Feb 2016 11:16:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408473 - in head/cad/openscad: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Feb 2016 11:16:38 -0000 Author: amdmi3 Date: Mon Feb 8 11:16:36 2016 New Revision: 408473 URL: https://svnweb.freebsd.org/changeset/ports/408473 Log: - Fix build with boost 1.60 - Fix LICENSE PR: 199601 Approved by: portmgr blanket Added: head/cad/openscad/files/ head/cad/openscad/files/patch-src_colormap.h (contents, props changed) head/cad/openscad/files/patch-src_scintillaeditor.h (contents, props changed) Modified: head/cad/openscad/Makefile Modified: head/cad/openscad/Makefile ============================================================================== --- head/cad/openscad/Makefile Mon Feb 8 11:16:25 2016 (r408472) +++ head/cad/openscad/Makefile Mon Feb 8 11:16:36 2016 (r408473) @@ -11,7 +11,7 @@ DISTNAME= openscad-${PORTVERSION}.src MAINTAINER= mr@FreeBSD.org COMMENT= Programmer's solid 3D CAD modeller -LICENSE= GPLv2 +LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \ Added: head/cad/openscad/files/patch-src_colormap.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/cad/openscad/files/patch-src_colormap.h Mon Feb 8 11:16:36 2016 (r408473) @@ -0,0 +1,14 @@ +--- src/colormap.h.orig 2015-03-05 16:25:10 UTC ++++ src/colormap.h +@@ -5,9 +5,11 @@ + #include + #include "linalg.h" + ++#ifndef Q_MOC_RUN + #include + #include + #include ++#endif + + namespace fs = boost::filesystem; + Added: head/cad/openscad/files/patch-src_scintillaeditor.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/cad/openscad/files/patch-src_scintillaeditor.h Mon Feb 8 11:16:36 2016 (r408473) @@ -0,0 +1,14 @@ +--- src/scintillaeditor.h.orig 2015-03-05 20:25:13 UTC ++++ src/scintillaeditor.h +@@ -11,9 +11,11 @@ + #include "scadlexer.h" + #include "parsersettings.h" + ++#ifndef Q_MOC_RUN + #include + #include + #include ++#endif + + class EditorColorScheme + { From owner-svn-ports-head@freebsd.org Mon Feb 8 11:18:03 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1B28DA9F748; Mon, 8 Feb 2016 11:18:03 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D0A3D1F38; Mon, 8 Feb 2016 11:18:02 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u18BI1Z5059874; Mon, 8 Feb 2016 11:18:01 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u18BI1kg059870; Mon, 8 Feb 2016 11:18:01 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602081118.u18BI1kg059870@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 8 Feb 2016 11:18:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408474 - in head/net-p2p/namecoin: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Feb 2016 11:18:03 -0000 Author: amdmi3 Date: Mon Feb 8 11:18:01 2016 New Revision: 408474 URL: https://svnweb.freebsd.org/changeset/ports/408474 Log: - Fix build with boost 1.60 - Add LICENSE_FILE PR: 199601 Approved by: portmgr blanket Added: head/net-p2p/namecoin/files/patch-src_allocators.h (contents, props changed) head/net-p2p/namecoin/files/patch-src_qt_guiutil.h (contents, props changed) head/net-p2p/namecoin/files/patch-src_util.h (contents, props changed) Modified: head/net-p2p/namecoin/Makefile Modified: head/net-p2p/namecoin/Makefile ============================================================================== --- head/net-p2p/namecoin/Makefile Mon Feb 8 11:16:36 2016 (r408473) +++ head/net-p2p/namecoin/Makefile Mon Feb 8 11:18:01 2016 (r408474) @@ -12,6 +12,7 @@ MAINTAINER= milios@ccsys.com COMMENT= Decentralized, open DNS system and general purpose key/value store LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libboost_date_time.so:${PORTSDIR}/devel/boost-libs Added: head/net-p2p/namecoin/files/patch-src_allocators.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-p2p/namecoin/files/patch-src_allocators.h Mon Feb 8 11:18:01 2016 (r408474) @@ -0,0 +1,12 @@ +--- src/allocators.h.orig 2014-12-18 14:47:02 UTC ++++ src/allocators.h +@@ -7,7 +7,9 @@ + + #include + #include ++#ifndef Q_MOC_RUN + #include ++#endif + #include + #include // for OPENSSL_cleanse() + Added: head/net-p2p/namecoin/files/patch-src_qt_guiutil.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-p2p/namecoin/files/patch-src_qt_guiutil.h Mon Feb 8 11:18:01 2016 (r408474) @@ -0,0 +1,12 @@ +--- src/qt/guiutil.h.orig 2014-12-18 14:47:02 UTC ++++ src/qt/guiutil.h +@@ -5,7 +5,9 @@ + #include + #include + ++#ifndef Q_MOC_RUN + #include ++#endif + + class SendCoinsRecipient; + Added: head/net-p2p/namecoin/files/patch-src_util.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-p2p/namecoin/files/patch-src_util.h Mon Feb 8 11:18:01 2016 (r408474) @@ -0,0 +1,16 @@ +--- src/util.h.orig 2014-12-18 14:47:02 UTC ++++ src/util.h +@@ -15,11 +15,13 @@ + #include + #include + ++#ifndef Q_MOC_RUN + #include + #include + #include + #include + #include ++#endif + + #include + #include From owner-svn-ports-head@freebsd.org Mon Feb 8 11:18:45 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 576A2A9F87C; Mon, 8 Feb 2016 11:18:45 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3182230A; Mon, 8 Feb 2016 11:18:45 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u18BIiQO060127; Mon, 8 Feb 2016 11:18:44 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u18BIhiN060121; Mon, 8 Feb 2016 11:18:43 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602081118.u18BIhiN060121@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 8 Feb 2016 11:18:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408475 - head/graphics/aqsis/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Feb 2016 11:18:45 -0000 Author: amdmi3 Date: Mon Feb 8 11:18:43 2016 New Revision: 408475 URL: https://svnweb.freebsd.org/changeset/ports/408475 Log: - Fix build with boost 1.60 PR: 199601 Added: head/graphics/aqsis/files/patch-include_aqsis_tex_buffers_channellist.h (contents, props changed) head/graphics/aqsis/files/patch-include_aqsis_tex_buffers_mixedimagebuffer.h (contents, props changed) head/graphics/aqsis/files/patch-include_aqsis_util_socket.h (contents, props changed) head/graphics/aqsis/files/patch-tools_displays_piqsl_piqsldisplay.cpp (contents, props changed) head/graphics/aqsis/files/patch-tools_piqsl_displayserverimage.cpp (contents, props changed) head/graphics/aqsis/files/patch-tools_piqsl_image.h (contents, props changed) head/graphics/aqsis/files/patch-tools_piqsl_imagelistmodel.cpp (contents, props changed) Added: head/graphics/aqsis/files/patch-include_aqsis_tex_buffers_channellist.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/aqsis/files/patch-include_aqsis_tex_buffers_channellist.h Mon Feb 8 11:18:43 2016 (r408475) @@ -0,0 +1,12 @@ +--- include/aqsis/tex/buffers/channellist.h.orig 2012-08-24 12:26:50 UTC ++++ include/aqsis/tex/buffers/channellist.h +@@ -43,7 +43,9 @@ + #include + #include + ++#ifndef Q_MOC_RUN + #include ++#endif + + #include + #include Added: head/graphics/aqsis/files/patch-include_aqsis_tex_buffers_mixedimagebuffer.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/aqsis/files/patch-include_aqsis_tex_buffers_mixedimagebuffer.h Mon Feb 8 11:18:43 2016 (r408475) @@ -0,0 +1,14 @@ +--- include/aqsis/tex/buffers/mixedimagebuffer.h.orig 2012-08-24 12:26:50 UTC ++++ include/aqsis/tex/buffers/mixedimagebuffer.h +@@ -45,9 +45,11 @@ + #include + #include + ++#ifndef Q_MOC_RUN + #include + #include + #include ++#endif + + #include + #include Added: head/graphics/aqsis/files/patch-include_aqsis_util_socket.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/aqsis/files/patch-include_aqsis_util_socket.h Mon Feb 8 11:18:43 2016 (r408475) @@ -0,0 +1,12 @@ +--- include/aqsis/util/socket.h.orig 2012-08-24 12:26:50 UTC ++++ include/aqsis/util/socket.h +@@ -32,7 +32,9 @@ + + #include + ++#ifndef Q_MOC_RUN + #include ++#endif + + #ifdef AQSIS_SYSTEM_WIN32 + # include Added: head/graphics/aqsis/files/patch-tools_displays_piqsl_piqsldisplay.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/aqsis/files/patch-tools_displays_piqsl_piqsldisplay.cpp Mon Feb 8 11:18:43 2016 (r408475) @@ -0,0 +1,13 @@ +--- tools/displays/piqsl/piqsldisplay.cpp.orig 2012-08-24 12:26:50 UTC ++++ tools/displays/piqsl/piqsldisplay.cpp +@@ -450,8 +450,8 @@ extern "C" PtDspyError DspyImageData(PtD + + TiXmlElement* bucketDataXML = new TiXmlElement("BucketData"); + std::stringstream base64Data; +- std::copy( base64_text(BOOST_MAKE_PFTO_WRAPPER(data)), +- base64_text(BOOST_MAKE_PFTO_WRAPPER(data + bufferlength)), ++ std::copy( base64_text(data), ++ base64_text(data + bufferlength), + std::ostream_iterator(base64Data)); + TiXmlText* dataTextXML = new TiXmlText(base64Data.str()); + dataTextXML->SetCDATA(true); Added: head/graphics/aqsis/files/patch-tools_piqsl_displayserverimage.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/aqsis/files/patch-tools_piqsl_displayserverimage.cpp Mon Feb 8 11:18:43 2016 (r408475) @@ -0,0 +1,16 @@ +--- tools/piqsl/displayserverimage.cpp.orig 2012-08-24 12:26:50 UTC ++++ tools/piqsl/displayserverimage.cpp +@@ -39,11 +39,13 @@ + #include + #include + ++#ifndef Q_MOC_RUN + #include + #include + #include + #include + #include ++#endif + + #include "displayserverimage.h" + Added: head/graphics/aqsis/files/patch-tools_piqsl_image.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/aqsis/files/patch-tools_piqsl_image.h Mon Feb 8 11:18:43 2016 (r408475) @@ -0,0 +1,15 @@ +--- tools/piqsl/image.h.orig 2012-08-24 12:26:50 UTC ++++ tools/piqsl/image.h +@@ -46,10 +46,12 @@ + #include + #include + ++#ifndef Q_MOC_RUN + #include + #include + #include + #include ++#endif + + #include "tinyxml.h" + Added: head/graphics/aqsis/files/patch-tools_piqsl_imagelistmodel.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/aqsis/files/patch-tools_piqsl_imagelistmodel.cpp Mon Feb 8 11:18:43 2016 (r408475) @@ -0,0 +1,23 @@ +--- tools/piqsl/imagelistmodel.cpp.orig 2012-08-24 12:26:50 UTC ++++ tools/piqsl/imagelistmodel.cpp +@@ -42,11 +42,6 @@ + #include + #include + #include +-#if BOOST_VERSION < 103700 +-# include +-#else +-# include +-#endif + + + #include "displayserverimage.h" +@@ -286,7 +281,7 @@ class SocketDataHandler + std::string data = dataText->Value(); + std::vector binaryData; + binaryData.reserve(count); +- base64_binary ti_begin = base64_binary(BOOST_MAKE_PFTO_WRAPPER(data.begin())); ++ base64_binary ti_begin = base64_binary(data.begin()); + std::size_t padding = 2 - count % 3; + while(--count > 0) + { From owner-svn-ports-head@freebsd.org Mon Feb 8 11:18:50 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 24DFFA9F8CD; Mon, 8 Feb 2016 11:18:50 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E574B32F; Mon, 8 Feb 2016 11:18:49 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u18BImta060230; Mon, 8 Feb 2016 11:18:48 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u18BImcO060229; Mon, 8 Feb 2016 11:18:48 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602081118.u18BImcO060229@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 8 Feb 2016 11:18:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408476 - head/devel/avro-cpp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Feb 2016 11:18:50 -0000 Author: amdmi3 Date: Mon Feb 8 11:18:48 2016 New Revision: 408476 URL: https://svnweb.freebsd.org/changeset/ports/408476 Log: - Fix build with boost 1.60 PR: 199601 Approved by: portmgr blanket Modified: head/devel/avro-cpp/Makefile Modified: head/devel/avro-cpp/Makefile ============================================================================== --- head/devel/avro-cpp/Makefile Mon Feb 8 11:18:43 2016 (r408475) +++ head/devel/avro-cpp/Makefile Mon Feb 8 11:18:48 2016 (r408476) @@ -22,5 +22,9 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/lang/c++ post-patch: @${REINPLACE_CMD} -e 's|COMMAND python|COMMAND "${PYTHON_CMD}"|' \ ${WRKSRC}/CMakeLists.txt + @${REINPLACE_CMD} -e 's|BOOST_CHECKPOINT|BOOST_TEST_CHECKPOINT|' \ + ${WRKSRC}/test/SchemaTests.cc + @${REINPLACE_CMD} -e 's|BOOST_MESSAGE|BOOST_TEST_MESSAGE|' \ + ${WRKSRC}/test/buffertest.cc .include From owner-svn-ports-head@freebsd.org Mon Feb 8 11:20:14 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 52F3DA9FB20; Mon, 8 Feb 2016 11:20:14 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2232A7C7; Mon, 8 Feb 2016 11:20:14 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u18BKDD9060400; Mon, 8 Feb 2016 11:20:13 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u18BKDDs060399; Mon, 8 Feb 2016 11:20:13 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602081120.u18BKDDs060399@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 8 Feb 2016 11:20:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408477 - head/graphics/linplasma X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Feb 2016 11:20:14 -0000 Author: amdmi3 Date: Mon Feb 8 11:20:12 2016 New Revision: 408477 URL: https://svnweb.freebsd.org/changeset/ports/408477 Log: - Fix setuid binary handling - Switch to options helpers Modified: head/graphics/linplasma/Makefile Modified: head/graphics/linplasma/Makefile ============================================================================== --- head/graphics/linplasma/Makefile Mon Feb 8 11:18:48 2016 (r408476) +++ head/graphics/linplasma/Makefile Mon Feb 8 11:20:12 2016 (r408477) @@ -3,7 +3,7 @@ PORTNAME= linplasma PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= SUNSITE/apps/graphics/hacks/svgalib @@ -16,7 +16,7 @@ ONLY_FOR_ARCHS= i386 ALL_TARGET= ${PORTNAME} WRKSRC= ${WRKDIR}/${PORTNAME} -PLIST_FILES= bin/linplasma +PLIST_FILES= "@(root,,4755) bin/linplasma" PORTDOCS= README OPTIONS_DEFINE= DOCS @@ -29,7 +29,8 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/linplasma ${STAGEDIR}${PREFIX}/bin - ${CHMOD} +s ${STAGEDIR}${PREFIX}/bin/linplasma + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} From owner-svn-ports-head@freebsd.org Mon Feb 8 11:20:20 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D6896A9FB6F; Mon, 8 Feb 2016 11:20:20 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A85D6895; Mon, 8 Feb 2016 11:20:20 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u18BKJ6k060503; Mon, 8 Feb 2016 11:20:19 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u18BKJt3060502; Mon, 8 Feb 2016 11:20:19 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602081120.u18BKJt3060502@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 8 Feb 2016 11:20:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408478 - head/graphics/pstoedit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Feb 2016 11:20:20 -0000 Author: amdmi3 Date: Mon Feb 8 11:20:19 2016 New Revision: 408478 URL: https://svnweb.freebsd.org/changeset/ports/408478 Log: - Clarify LICENSE - Switch to USES=localbase - Switch to options helpers Modified: head/graphics/pstoedit/Makefile Modified: head/graphics/pstoedit/Makefile ============================================================================== --- head/graphics/pstoedit/Makefile Mon Feb 8 11:20:12 2016 (r408477) +++ head/graphics/pstoedit/Makefile Mon Feb 8 11:20:19 2016 (r408478) @@ -10,17 +10,16 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Convert PostScript to other vector graphic formats -LICENSE= GPLv2 +LICENSE= GPLv2+ LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd -USES= ghostscript pathfix pkgconfig libtool +USES= ghostscript libtool localbase pathfix pkgconfig GNU_CONFIGURE= yes MAKE_ENV= INSTALL_STRIP_FLAG="${STRIP}" USE_LDCONFIG= yes -CPPFLAGS+= -I${LOCALBASE}/include/ming -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +CPPFLAGS+= -isystem ${LOCALBASE}/include/ming PORTDOCS= * PORTEXAMPLES= * @@ -56,9 +55,11 @@ post-patch: post-install: ${INSTALL_MAN} ${WRKSRC}/doc/*.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/ +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/*.htm ${STAGEDIR}${DOCSDIR} +post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/*.ps ${STAGEDIR}${EXAMPLESDIR} From owner-svn-ports-head@freebsd.org Mon Feb 8 11:35:23 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 46A289D9542; Mon, 8 Feb 2016 11:35:23 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F181B10C0; Mon, 8 Feb 2016 11:35:22 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u18BZMtF066236; Mon, 8 Feb 2016 11:35:22 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u18BZLh1066234; Mon, 8 Feb 2016 11:35:21 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602081135.u18BZLh1066234@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 8 Feb 2016 11:35:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408479 - head/devel/scandoc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Feb 2016 11:35:23 -0000 Author: amdmi3 Date: Mon Feb 8 11:35:21 2016 New Revision: 408479 URL: https://svnweb.freebsd.org/changeset/ports/408479 Log: - Fix license - Switch to options helpers Modified: head/devel/scandoc/Makefile head/devel/scandoc/pkg-plist Modified: head/devel/scandoc/Makefile ============================================================================== --- head/devel/scandoc/Makefile Mon Feb 8 11:20:19 2016 (r408478) +++ head/devel/scandoc/Makefile Mon Feb 8 11:35:21 2016 (r408479) @@ -9,25 +9,23 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= C/C++ documentation generator -# The foolowing line may be uncommented when/if PR/182572 is committed, -# the file COPYING should be removed from DOCSDIR installation and plist -#LICENSE= ARTPERL10 +LICENSE= ARTPERL10 +LICENSE_FILE= ${WRKSRC}/COPYING USES= perl5 shebangfix SHEBANG_FILES= ${PORTNAME} NO_BUILD= yes + OPTIONS_DEFINE= DOCS do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + cd ${WRKSRC} && ${COPYTREE_SHARE} "images templates test" \ + ${STAGEDIR}${DATADIR} -post-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} ${STAGEDIR}${DATADIR}/images \ - ${STAGEDIR}${DATADIR}/templates ${STAGEDIR}${DATADIR}/test - (cd ${WRKSRC} && \ - ${COPYTREE_SHARE} "COPYING ChangeLog README scandoc.html" \ - ${STAGEDIR}${DOCSDIR}/ && \ - ${COPYTREE_SHARE} "images templates test" \ - ${STAGEDIR}${DATADIR}) +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC} && ${INSTALL_DATA} ChangeLog README scandoc.html \ + ${STAGEDIR}${DOCSDIR} .include Modified: head/devel/scandoc/pkg-plist ============================================================================== --- head/devel/scandoc/pkg-plist Mon Feb 8 11:20:19 2016 (r408478) +++ head/devel/scandoc/pkg-plist Mon Feb 8 11:35:21 2016 (r408479) @@ -1,5 +1,4 @@ bin/scandoc -%%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/scandoc.html From owner-svn-ports-head@freebsd.org Mon Feb 8 11:36:33 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3276B9D95A0; Mon, 8 Feb 2016 11:36:33 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 02C1E119D; Mon, 8 Feb 2016 11:36:32 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u18BaWEp066371; Mon, 8 Feb 2016 11:36:32 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u18BaWOr066370; Mon, 8 Feb 2016 11:36:32 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602081136.u18BaWOr066370@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 8 Feb 2016 11:36:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408480 - head/devel/root-doc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Feb 2016 11:36:33 -0000 Author: amdmi3 Date: Mon Feb 8 11:36:31 2016 New Revision: 408480 URL: https://svnweb.freebsd.org/changeset/ports/408480 Log: - Add NO_ARCH - Simplify and accelerate plist generation Modified: head/devel/root-doc/Makefile Modified: head/devel/root-doc/Makefile ============================================================================== --- head/devel/root-doc/Makefile Mon Feb 8 11:35:21 2016 (r408479) +++ head/devel/root-doc/Makefile Mon Feb 8 11:36:31 2016 (r408480) @@ -11,16 +11,16 @@ MAINTAINER= ports@FreeBSD.org COMMENT= HTML Documentation for Root framework NO_BUILD= yes +NO_ARCH= yes WRKSRC= ${WRKDIR}/htmldoc PLIST= ${WRKDIR}/pkg-plist pre-install: - cd ${WRKSRC} && ${FIND} . \( -type f -or -type l \) -exec ${ECHO_CMD} \ - "%%DOCSDIR%%/{}" \; > ${PLIST}.tmp - ${SED} -e "s/\/\.\//\//" ${PLIST}.tmp > ${PLIST} + @cd ${WRKSRC} && ${FIND} . \( -type f -or -type l \) -print | \ + ${SED} -e 's|^\.|%%DOCSDIR%%|' > ${PLIST} do-install: - ${MKDIR} ${STAGEDIR}${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} .include From owner-svn-ports-head@freebsd.org Mon Feb 8 12:00:16 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 38075AA049E; Mon, 8 Feb 2016 12:00:16 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E0C5C1DF4; Mon, 8 Feb 2016 12:00:15 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u18C0EaV072264; Mon, 8 Feb 2016 12:00:14 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u18C0EiV072262; Mon, 8 Feb 2016 12:00:14 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602081200.u18C0EiV072262@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 8 Feb 2016 12:00:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408481 - in head/databases/mysql-connector-c++: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Feb 2016 12:00:16 -0000 Author: amdmi3 Date: Mon Feb 8 12:00:14 2016 New Revision: 408481 URL: https://svnweb.freebsd.org/changeset/ports/408481 Log: - Fix documentation installation - Clarify LICENSE - Add LICENSE_FILE Added: head/databases/mysql-connector-c++/files/patch-CMakeLists.txt (contents, props changed) Modified: head/databases/mysql-connector-c++/Makefile Modified: head/databases/mysql-connector-c++/Makefile ============================================================================== --- head/databases/mysql-connector-c++/Makefile Mon Feb 8 11:36:31 2016 (r408480) +++ head/databases/mysql-connector-c++/Makefile Mon Feb 8 12:00:14 2016 (r408481) @@ -3,21 +3,31 @@ PORTNAME= mysql-connector-c++ PORTVERSION= 1.1.7 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= MYSQL/Connector-C++ MAINTAINER= ports@FreeBSD.org COMMENT= MySQL database connector for C++ -LICENSE= GPLv2 +LICENSE= GPLv2 # only +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libboost_regex.so:${PORTSDIR}/devel/boost-libs USE_MYSQL= 51+ USES= cmake:outsource USE_LDCONFIG= yes +CMAKE_ARGS= -DDOC_DESTINATION="${DOCSDIR}" -PLIST_SUB+= PORTVERSION=${PORTVERSION} +PLIST_SUB= PORTVERSION=${PORTVERSION} + +PORTDOCS= * +OPTIONS_DEFINE= DOCS + +post-install: + @${RM} -f ${STAGEDIR}${DOCSDIR}/INSTALL \ + ${STAGEDIR}${DOCSDIR}/COPYING .if defined(MAINTAINER_MODE) CMAKE_ARGS+= -DMYSQLCPPCONN_TEST_NOT_IMPLEMENTED:BOOL=1 \ Added: head/databases/mysql-connector-c++/files/patch-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/mysql-connector-c++/files/patch-CMakeLists.txt Mon Feb 8 12:00:14 2016 (r408481) @@ -0,0 +1,10 @@ +--- CMakeLists.txt.orig 2016-01-12 18:42:38 UTC ++++ CMakeLists.txt +@@ -316,7 +316,6 @@ ELSE(WIN32) + SET(CPACK_PACKAGE_FILE_NAME "${CPACK_PACKAGE_INSTALL_DIRECTORY}") + ENDIF(WIN32) + +-SET(DOC_DESTINATION ".") + IF(RPM_LAYOUT) + SET(DOC_DESTINATION "share/doc/${CPACK_PACKAGE_NAME}-${MYSQLCPPCONN_VERSION}") + ENDIF() From owner-svn-ports-head@freebsd.org Mon Feb 8 12:15:56 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E4FEAAA1076; Mon, 8 Feb 2016 12:15:55 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7BDD3A95; Mon, 8 Feb 2016 12:15:55 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u18CFs5r078015; Mon, 8 Feb 2016 12:15:54 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u18CFrkw078007; Mon, 8 Feb 2016 12:15:53 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201602081215.u18CFrkw078007@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Mon, 8 Feb 2016 12:15:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408482 - in head/devel: tcllib tcllib/files tcllibc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Feb 2016 12:15:56 -0000 Author: gahr Date: Mon Feb 8 12:15:53 2016 New Revision: 408482 URL: https://svnweb.freebsd.org/changeset/ports/408482 Log: devel/tcllib: update to 1.18 Announcement: http://code.activestate.com/lists/tcl-core/15364/ Added: head/devel/tcllib/files/patch-modules_doctools_mpformats___html.tcl - copied, changed from r408481, head/devel/tcllib/files/patch-wget head/devel/tcllib/files/patch-modules_json_c_json.y - copied, changed from r408481, head/devel/tcllib/files/patch-json head/devel/tcllib/files/patch-modules_multiplexer_multiplexer.test (contents, props changed) Deleted: head/devel/tcllib/files/patch-json head/devel/tcllib/files/patch-tests head/devel/tcllib/files/patch-wget Modified: head/devel/tcllib/Makefile head/devel/tcllib/distinfo head/devel/tcllib/files/patch-warnings head/devel/tcllib/pkg-plist head/devel/tcllibc/Makefile Modified: head/devel/tcllib/Makefile ============================================================================== --- head/devel/tcllib/Makefile Mon Feb 8 12:00:14 2016 (r408481) +++ head/devel/tcllib/Makefile Mon Feb 8 12:15:53 2016 (r408482) @@ -3,8 +3,7 @@ PORTNAME= tcllib DISTVERSIONPREFIX= ${PORTNAME}_ -DISTVERSION= 1_17 -PORTREVISION= 2 +DISTVERSION= 1_18 CATEGORIES= devel tcl MAINTAINER= tcltk@FreeBSD.org @@ -16,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/license.terms LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept OPTIONS_DEFINE?=DOCS MANPAGES +OPTIONS_SUB= yes WRKSRC= ${WRKDIR}/tcllib-tcllib_${DISTVERSION} USE_GITHUB= yes @@ -24,7 +24,7 @@ USES+= tcl GNU_CONFIGURE= yes CONFIGURE_ENV+= ac_cv_path_tclsh="${TCLSH}" MAKE_ENV+= LANG=C -TEST_TARGET= test +TEST_TARGET= do-test PORTDOCS= * INSTALL_ARGS= -pkgs -pkg-path ${STAGEDIR}${PREFIX}/lib/tcllib \ @@ -36,25 +36,27 @@ INSTALL_ARGS= -pkgs -pkg-path ${STAGEDIR # # Man pages # -.if !empty(${PORT_OPTIONS:MMANPAGES}) && !(defined(ALL_TARGET) && !empty(${ALL_TARGET:Mcritcl})) +.if "${ALL_TARGET}" != "ctictl" + +.if ${PORT_OPTIONS:MMANPAGES} ALL_TARGET+= nroff-doc INSTALL_ARGS+= -nroff-path ${STAGEDIR}${PREFIX}/man/mann -PLIST_SUB+= MAN="" .else INSTALL_ARGS+= -no-nroff -PLIST_SUB+= MAN="@comment " .endif # # HTML documentation # -.if !empty(${PORT_OPTIONS:MDOCS}) && !(defined(ALL_TARGET) && !empty(${ALL_TARGET:Mcritcl})) +.if ${PORT_OPTIONS:MDOCS} ALL_TARGET+= html-doc INSTALL_ARGS+= -html-path ${STAGEDIR}${DOCSDIR} .else INSTALL_ARGS+= -no-html .endif +.endif # ${ALL_TARGET} != "crictl" + .if !target(post-patch) post-patch: # @@ -94,6 +96,11 @@ post-patch: for man in `${FIND} . -name "*.n"`; do \ ${MV} $$man `echo $$man | ${SED} -e 's|n$$|tcllib.n|'`; \ done + +# +# remove all .orig files +# + ${FIND} ${WRKSRC} -type f -name "*.orig" -delete .endif .if !target(do-install) @@ -101,7 +108,7 @@ do-install: cd ${WRKSRC} && ${TCLSH} ./installer.tcl ${INSTALL_ARGS} .endif -test: build - cd ${WRKSRC} && ${SETENV} LANG=C LC_ALL=C DISPLAY= TZ=utc ${MAKE} test +do-test: + cd ${WRKSRC} && ${SETENV} LANG=C LC_ALL=en_US.UTF-8 DISPLAY= TZ=utc ${MAKE} test .include Modified: head/devel/tcllib/distinfo ============================================================================== --- head/devel/tcllib/distinfo Mon Feb 8 12:00:14 2016 (r408481) +++ head/devel/tcllib/distinfo Mon Feb 8 12:15:53 2016 (r408482) @@ -1,2 +1,2 @@ -SHA256 (tcltk-tcllib-tcllib_1_17_GH0.tar.gz) = 95c676130ce2fdb00e8a6f79c4fea9e79d071063783a61db9274647920d97a03 -SIZE (tcltk-tcllib-tcllib_1_17_GH0.tar.gz) = 8197262 +SHA256 (tcltk-tcllib-tcllib_1_18_GH0.tar.gz) = bcf0ba7656e3a99ffa5fc0ce0f4a95616530979539bddb8da43903b82983603f +SIZE (tcltk-tcllib-tcllib_1_18_GH0.tar.gz) = 9727774 Copied and modified: head/devel/tcllib/files/patch-modules_doctools_mpformats___html.tcl (from r408481, head/devel/tcllib/files/patch-wget) ============================================================================== --- head/devel/tcllib/files/patch-wget Mon Feb 8 12:00:14 2016 (r408481, copy source) +++ head/devel/tcllib/files/patch-modules_doctools_mpformats___html.tcl Mon Feb 8 12:15:53 2016 (r408482) @@ -1,4 +1,4 @@ ---- modules/doctools/mpformats/_html.tcl.orig 2015-04-30 04:21:20 UTC +--- modules/doctools/mpformats/_html.tcl.orig 2016-02-04 05:14:14 UTC +++ modules/doctools/mpformats/_html.tcl @@ -129,7 +129,7 @@ proc stable {} {return [markup " proc link {text url} {return [markup ""]$text[markup ]} Copied and modified: head/devel/tcllib/files/patch-modules_json_c_json.y (from r408481, head/devel/tcllib/files/patch-json) ============================================================================== --- head/devel/tcllib/files/patch-json Mon Feb 8 12:00:14 2016 (r408481, copy source) +++ head/devel/tcllib/files/patch-modules_json_c_json.y Mon Feb 8 12:15:53 2016 (r408482) @@ -1,8 +1,6 @@ ---- modules/json/c/json.y +--- modules/json/c/json.y.orig 2016-02-04 05:14:14 UTC +++ modules/json/c/json.y -@@ -3,26 +3,32 @@ - * Mikhail. - */ +@@ -5,11 +5,15 @@ %{ #include @@ -18,7 +16,7 @@ #include - #define TOKEN(tok) TRACE (("TOKEN %s\n", tok)) +@@ -17,10 +21,12 @@ #define TOKEN1(tok) TRACE (("TOKEN %s (%s)\n", tok, Tcl_GetString(context->obj))) #define REDUCE(rule) TRACE (("REDUCE %s\n", rule)) @@ -34,11 +32,7 @@ static void jsonerror(struct context *, const char *); static int jsonlexp(struct context *context); - #define YYPARSE_PARAM_TYPE void * - #define YYPARSE_PARAM context -@@ -105,18 +111,27 @@ - } - ; +@@ -107,14 +113,23 @@ values : value members : member { @@ -62,15 +56,10 @@ $$ = $1; } ; - - member : string ':' value -@@ -177,10 +192,69 @@ - continue; - } - break; +@@ -180,6 +195,65 @@ jsonskip(struct context *context) } } -+ + +/* + * JSON has 3 string-literals: "null", "true", and "false". Instead of + * creating a NEW Tcl-object EACH TIME such literal is encountered, we @@ -129,14 +118,11 @@ + Tcl_IncrRefCount(*p); + return *p; +} - ++ static int jsonlexp(struct context *context) { - const char *bp = NULL; -@@ -191,10 +265,17 @@ - enum { - PLAIN = 0x0000ff00, +@@ -193,6 +267,13 @@ jsonlexp(struct context *context) INSTR = 0x00ff0000 } lstate; double d; @@ -150,11 +136,7 @@ char *end; const char *p; int initialized = 0; - - /* -@@ -343,32 +424,63 @@ - yyerror("Escape character outside of string"); - TOKEN ("escape error"); +@@ -345,28 +426,59 @@ jsonlexp(struct context *context) return -1; } @@ -231,20 +213,3 @@ context->remaining -= (end - context->text); context->text = end; TOKEN1 ("CONSTANT"); - return CONSTANT; - } - ---- modules/json/tests/numbers.json -+++ modules/json/tests/numbers.json -@@ -0,0 +1,6 @@ -+{"numbers": { -+ "int" : 123, -+ "long" : 1234567890123456789, -+ "bigint": 12345678901234567890123456789012345678901234567890123456789 -+} -+} - ---- modules/json/tests/numbers.result -+++ modules/json/tests/numbers.result -@@ -0,0 +1,1 @@ -+numbers {int 123 long 1234567890123456789 bigint 12345678901234567890123456789012345678901234567890123456789} Added: head/devel/tcllib/files/patch-modules_multiplexer_multiplexer.test ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/tcllib/files/patch-modules_multiplexer_multiplexer.test Mon Feb 8 12:15:53 2016 (r408482) @@ -0,0 +1,20 @@ +--- modules/multiplexer/multiplexer.test.orig 2016-02-04 05:14:14 UTC ++++ modules/multiplexer/multiplexer.test +@@ -189,7 +189,7 @@ proc DenyAccessFilter {chan clientaddres + return -1 + } + +-test multiplexer-5.2 {add access filter which denies access} { ++test multiplexer-5.2 {add access filter which denies access} -body { + set ::forever {} + set mp [multiplexer::create] + ${mp}::Init 37465 +@@ -211,7 +211,7 @@ test multiplexer-5.2 {add access filter + vwait ::forever + ${mp}::destroy + set forever +-} {socket blocked} ++} -result {socket blocked} -constraints knownBug + + + testsuiteCleanup Modified: head/devel/tcllib/files/patch-warnings ============================================================================== --- head/devel/tcllib/files/patch-warnings Mon Feb 8 12:00:14 2016 (r408481) +++ head/devel/tcllib/files/patch-warnings Mon Feb 8 12:15:53 2016 (r408482) @@ -217,17 +217,6 @@ +#include "util.h" /* Allocation utilities */ /* -@@ -421,8 +423,8 @@ rde_param_query_ls (RDE_PARAM p, long in - } - --SCOPE long int -+SCOPE intptr_t - rde_param_query_lstop (RDE_PARAM p) - { -- (long int) rde_stack_top (p->LS); -+ return (intptr_t) rde_stack_top (p->LS); - } - @@ -671,5 +673,5 @@ error_set (RDE_PARAM p, long int s) ASSERT_BOUNDS(s,p->numstr); @@ -515,17 +504,6 @@ + #include #include #define SCOPE static -@@ -733,8 +735,8 @@ - rde_stack_get (p->LS, lc, lv); - } -- SCOPE long int -+ SCOPE intptr_t - rde_param_query_lstop (RDE_PARAM p) - { -- (long int) rde_stack_top (p->LS); -+ return (intptr_t) rde_stack_top (p->LS); - } - SCOPE Tcl_HashTable* @@ -883,5 +885,5 @@ p->ER->msg = rde_stack_new (NULL); ASSERT_BOUNDS(s,p->numstr); @@ -816,17 +794,6 @@ + #include #include #define SCOPE static -@@ -733,8 +735,8 @@ - rde_stack_get (p->LS, lc, lv); - } -- SCOPE long int -+ SCOPE intptr_t - rde_param_query_lstop (RDE_PARAM p) - { -- (long int) rde_stack_top (p->LS); -+ return (intptr_t) rde_stack_top (p->LS); - } - SCOPE Tcl_HashTable* @@ -897,5 +899,5 @@ p->ER->msg = rde_stack_new (NULL); ASSERT_BOUNDS(s,p->numstr); @@ -879,17 +846,6 @@ + #include #include #define SCOPE static -@@ -733,8 +735,8 @@ - rde_stack_get (p->LS, lc, lv); - } -- SCOPE long int -+ SCOPE intptr_t - rde_param_query_lstop (RDE_PARAM p) - { -- (long int) rde_stack_top (p->LS); -+ return (intptr_t) rde_stack_top (p->LS); - } - SCOPE Tcl_HashTable* @@ -897,5 +899,5 @@ p->ER->msg = rde_stack_new (NULL); ASSERT_BOUNDS(s,p->numstr); @@ -942,17 +898,6 @@ + #include #include #define SCOPE static -@@ -733,8 +735,8 @@ - rde_stack_get (p->LS, lc, lv); - } -- SCOPE long int -+ SCOPE intptr_t - rde_param_query_lstop (RDE_PARAM p) - { -- (long int) rde_stack_top (p->LS); -+ return (intptr_t) rde_stack_top (p->LS); - } - SCOPE Tcl_HashTable* @@ -897,5 +899,5 @@ p->ER->msg = rde_stack_new (NULL); ASSERT_BOUNDS(s,p->numstr); @@ -1005,17 +950,6 @@ + #include #include #define SCOPE static -@@ -733,8 +735,8 @@ - rde_stack_get (p->LS, lc, lv); - } -- SCOPE long int -+ SCOPE intptr_t - rde_param_query_lstop (RDE_PARAM p) - { -- (long int) rde_stack_top (p->LS); -+ return (intptr_t) rde_stack_top (p->LS); - } - SCOPE Tcl_HashTable* @@ -897,5 +899,5 @@ p->ER->msg = rde_stack_new (NULL); ASSERT_BOUNDS(s,p->numstr); @@ -1068,17 +1002,6 @@ + #include #include #define SCOPE static -@@ -733,8 +735,8 @@ - rde_stack_get (p->LS, lc, lv); - } -- SCOPE long int -+ SCOPE intptr_t - rde_param_query_lstop (RDE_PARAM p) - { -- (long int) rde_stack_top (p->LS); -+ return (intptr_t) rde_stack_top (p->LS); - } - SCOPE Tcl_HashTable* @@ -897,5 +899,5 @@ p->ER->msg = rde_stack_new (NULL); ASSERT_BOUNDS(s,p->numstr); @@ -1131,17 +1054,6 @@ + #include #include #define SCOPE static -@@ -733,8 +735,8 @@ - rde_stack_get (p->LS, lc, lv); - } -- SCOPE long int -+ SCOPE intptr_t - rde_param_query_lstop (RDE_PARAM p) - { -- (long int) rde_stack_top (p->LS); -+ return (intptr_t) rde_stack_top (p->LS); - } - SCOPE Tcl_HashTable* @@ -897,5 +899,5 @@ p->ER->msg = rde_stack_new (NULL); ASSERT_BOUNDS(s,p->numstr); @@ -1194,17 +1106,6 @@ + #include #include #define SCOPE static -@@ -733,8 +735,8 @@ - rde_stack_get (p->LS, lc, lv); - } -- SCOPE long int -+ SCOPE intptr_t - rde_param_query_lstop (RDE_PARAM p) - { -- (long int) rde_stack_top (p->LS); -+ return (intptr_t) rde_stack_top (p->LS); - } - SCOPE Tcl_HashTable* @@ -897,5 +899,5 @@ p->ER->msg = rde_stack_new (NULL); ASSERT_BOUNDS(s,p->numstr); @@ -1257,17 +1158,6 @@ + #include #include #define SCOPE static -@@ -733,8 +735,8 @@ - rde_stack_get (p->LS, lc, lv); - } -- SCOPE long int -+ SCOPE intptr_t - rde_param_query_lstop (RDE_PARAM p) - { -- (long int) rde_stack_top (p->LS); -+ return (intptr_t) rde_stack_top (p->LS); - } - SCOPE Tcl_HashTable* @@ -897,5 +899,5 @@ p->ER->msg = rde_stack_new (NULL); ASSERT_BOUNDS(s,p->numstr); @@ -1320,17 +1210,6 @@ + #include #include #define SCOPE static -@@ -733,8 +735,8 @@ - rde_stack_get (p->LS, lc, lv); - } -- SCOPE long int -+ SCOPE intptr_t - rde_param_query_lstop (RDE_PARAM p) - { -- (long int) rde_stack_top (p->LS); -+ return (intptr_t) rde_stack_top (p->LS); - } - SCOPE Tcl_HashTable* @@ -897,5 +899,5 @@ p->ER->msg = rde_stack_new (NULL); ASSERT_BOUNDS(s,p->numstr); @@ -1383,17 +1262,6 @@ + #include #include #define SCOPE static -@@ -733,8 +735,8 @@ - rde_stack_get (p->LS, lc, lv); - } -- SCOPE long int -+ SCOPE intptr_t - rde_param_query_lstop (RDE_PARAM p) - { -- (long int) rde_stack_top (p->LS); -+ return (intptr_t) rde_stack_top (p->LS); - } - SCOPE Tcl_HashTable* @@ -897,5 +899,5 @@ p->ER->msg = rde_stack_new (NULL); ASSERT_BOUNDS(s,p->numstr); @@ -1446,17 +1314,6 @@ + #include #include #define SCOPE static -@@ -733,8 +735,8 @@ - rde_stack_get (p->LS, lc, lv); - } -- SCOPE long int -+ SCOPE intptr_t - rde_param_query_lstop (RDE_PARAM p) - { -- (long int) rde_stack_top (p->LS); -+ return (intptr_t) rde_stack_top (p->LS); - } - SCOPE Tcl_HashTable* @@ -897,5 +899,5 @@ p->ER->msg = rde_stack_new (NULL); ASSERT_BOUNDS(s,p->numstr); @@ -1509,17 +1366,6 @@ + #include #include #define SCOPE static -@@ -733,8 +735,8 @@ - rde_stack_get (p->LS, lc, lv); - } -- SCOPE long int -+ SCOPE intptr_t - rde_param_query_lstop (RDE_PARAM p) - { -- (long int) rde_stack_top (p->LS); -+ return (intptr_t) rde_stack_top (p->LS); - } - SCOPE Tcl_HashTable* @@ -897,5 +899,5 @@ p->ER->msg = rde_stack_new (NULL); ASSERT_BOUNDS(s,p->numstr); @@ -1579,17 +1425,6 @@ + #include #include #include -@@ -700,8 +700,8 @@ - rde_stack_get (p->LS, lc, lv); - } -- SCOPE long int -+ SCOPE intptr_t - rde_param_query_lstop (RDE_PARAM p) - { -- (long int) rde_stack_top (p->LS); -+ return (intptr_t) rde_stack_top (p->LS); - } - SCOPE Tcl_HashTable* @@ -864,5 +864,5 @@ p->ER->msg = rde_stack_new (NULL); ASSERT_BOUNDS(s,p->numstr); @@ -1641,17 +1476,6 @@ + #include #include #include -@@ -700,8 +700,8 @@ - rde_stack_get (p->LS, lc, lv); - } -- SCOPE long int -+ SCOPE intptr_t - rde_param_query_lstop (RDE_PARAM p) - { -- (long int) rde_stack_top (p->LS); -+ return (intptr_t) rde_stack_top (p->LS); - } - SCOPE Tcl_HashTable* @@ -864,5 +864,5 @@ p->ER->msg = rde_stack_new (NULL); ASSERT_BOUNDS(s,p->numstr); @@ -1703,17 +1527,6 @@ + #include #include #include -@@ -700,8 +700,8 @@ - rde_stack_get (p->LS, lc, lv); - } -- SCOPE long int -+ SCOPE intptr_t - rde_param_query_lstop (RDE_PARAM p) - { -- (long int) rde_stack_top (p->LS); -+ return (intptr_t) rde_stack_top (p->LS); - } - SCOPE Tcl_HashTable* @@ -864,5 +864,5 @@ p->ER->msg = rde_stack_new (NULL); ASSERT_BOUNDS(s,p->numstr); @@ -1765,17 +1578,6 @@ + #include #include #include -@@ -700,8 +700,8 @@ - rde_stack_get (p->LS, lc, lv); - } -- SCOPE long int -+ SCOPE intptr_t - rde_param_query_lstop (RDE_PARAM p) - { -- (long int) rde_stack_top (p->LS); -+ return (intptr_t) rde_stack_top (p->LS); - } - SCOPE Tcl_HashTable* @@ -864,5 +864,5 @@ p->ER->msg = rde_stack_new (NULL); ASSERT_BOUNDS(s,p->numstr); @@ -1827,17 +1629,6 @@ + #include #include #include -@@ -700,8 +700,8 @@ - rde_stack_get (p->LS, lc, lv); - } -- SCOPE long int -+ SCOPE intptr_t - rde_param_query_lstop (RDE_PARAM p) - { -- (long int) rde_stack_top (p->LS); -+ return (intptr_t) rde_stack_top (p->LS); - } - SCOPE Tcl_HashTable* @@ -864,5 +864,5 @@ p->ER->msg = rde_stack_new (NULL); ASSERT_BOUNDS(s,p->numstr); @@ -1889,17 +1680,6 @@ + #include #include #include -@@ -700,8 +700,8 @@ - rde_stack_get (p->LS, lc, lv); - } -- SCOPE long int -+ SCOPE intptr_t - rde_param_query_lstop (RDE_PARAM p) - { -- (long int) rde_stack_top (p->LS); -+ return (intptr_t) rde_stack_top (p->LS); - } - SCOPE Tcl_HashTable* @@ -864,5 +864,5 @@ p->ER->msg = rde_stack_new (NULL); ASSERT_BOUNDS(s,p->numstr); @@ -1951,17 +1731,6 @@ + #include #include #include -@@ -700,8 +700,8 @@ - rde_stack_get (p->LS, lc, lv); - } -- SCOPE long int -+ SCOPE intptr_t - rde_param_query_lstop (RDE_PARAM p) - { -- (long int) rde_stack_top (p->LS); -+ return (intptr_t) rde_stack_top (p->LS); - } - SCOPE Tcl_HashTable* @@ -864,5 +864,5 @@ p->ER->msg = rde_stack_new (NULL); ASSERT_BOUNDS(s,p->numstr); @@ -2013,17 +1782,6 @@ + #include #include #include -@@ -700,8 +700,8 @@ - rde_stack_get (p->LS, lc, lv); - } -- SCOPE long int -+ SCOPE intptr_t - rde_param_query_lstop (RDE_PARAM p) - { -- (long int) rde_stack_top (p->LS); -+ return (intptr_t) rde_stack_top (p->LS); - } - SCOPE Tcl_HashTable* @@ -864,5 +864,5 @@ p->ER->msg = rde_stack_new (NULL); ASSERT_BOUNDS(s,p->numstr); @@ -2075,17 +1833,6 @@ + #include #include #include -@@ -700,8 +700,8 @@ - rde_stack_get (p->LS, lc, lv); - } -- SCOPE long int -+ SCOPE intptr_t - rde_param_query_lstop (RDE_PARAM p) - { -- (long int) rde_stack_top (p->LS); -+ return (intptr_t) rde_stack_top (p->LS); - } - SCOPE Tcl_HashTable* @@ -864,5 +864,5 @@ p->ER->msg = rde_stack_new (NULL); ASSERT_BOUNDS(s,p->numstr); @@ -2137,17 +1884,6 @@ + #include #include #include -@@ -700,8 +700,8 @@ - rde_stack_get (p->LS, lc, lv); - } -- SCOPE long int -+ SCOPE intptr_t - rde_param_query_lstop (RDE_PARAM p) - { -- (long int) rde_stack_top (p->LS); -+ return (intptr_t) rde_stack_top (p->LS); - } - SCOPE Tcl_HashTable* @@ -864,5 +864,5 @@ p->ER->msg = rde_stack_new (NULL); ASSERT_BOUNDS(s,p->numstr); @@ -2199,17 +1935,6 @@ + #include #include #include -@@ -700,8 +700,8 @@ - rde_stack_get (p->LS, lc, lv); - } -- SCOPE long int -+ SCOPE intptr_t - rde_param_query_lstop (RDE_PARAM p) - { -- (long int) rde_stack_top (p->LS); -+ return (intptr_t) rde_stack_top (p->LS); - } - SCOPE Tcl_HashTable* @@ -864,5 +864,5 @@ p->ER->msg = rde_stack_new (NULL); ASSERT_BOUNDS(s,p->numstr); @@ -2261,17 +1986,6 @@ + #include #include #include -@@ -700,8 +700,8 @@ - rde_stack_get (p->LS, lc, lv); - } -- SCOPE long int -+ SCOPE intptr_t - rde_param_query_lstop (RDE_PARAM p) - { -- (long int) rde_stack_top (p->LS); -+ return (intptr_t) rde_stack_top (p->LS); - } - SCOPE Tcl_HashTable* @@ -864,5 +864,5 @@ p->ER->msg = rde_stack_new (NULL); ASSERT_BOUNDS(s,p->numstr); Modified: head/devel/tcllib/pkg-plist ============================================================================== --- head/devel/tcllib/pkg-plist Mon Feb 8 12:00:14 2016 (r408481) +++ head/devel/tcllib/pkg-plist Mon Feb 8 12:15:53 2016 (r408482) @@ -78,6 +78,8 @@ lib/tcllib/des/des.tcl lib/tcllib/des/pkgIndex.tcl lib/tcllib/des/tcldes.tcl lib/tcllib/des/tcldesjr.tcl +lib/tcllib/dicttool/dicttool.tcl +lib/tcllib/dicttool/pkgIndex.tcl lib/tcllib/dns/dns.tcl lib/tcllib/dns/ip.tcl lib/tcllib/dns/ipMore.tcl @@ -227,6 +229,13 @@ lib/tcllib/htmlparse/htmlparse.tcl lib/tcllib/htmlparse/pkgIndex.tcl lib/tcllib/http/autoproxy.tcl lib/tcllib/http/pkgIndex.tcl +lib/tcllib/httpd/content.tcl +lib/tcllib/httpd/dispatch.tcl +lib/tcllib/httpd/httpd.tcl +lib/tcllib/httpd/pkgIndex.tcl +lib/tcllib/httpd/scgi-app.tcl +lib/tcllib/httpwget/pkgIndex.tcl +lib/tcllib/httpwget/wget.tcl lib/tcllib/ident/ident.tcl lib/tcllib/ident/pkgIndex.tcl lib/tcllib/imap4/imap4.tcl @@ -267,6 +276,8 @@ lib/tcllib/map/map_slippy_fetcher.tcl lib/tcllib/map/pkgIndex.tcl lib/tcllib/mapproj/mapproj.tcl lib/tcllib/mapproj/pkgIndex.tcl +lib/tcllib/markdown/markdown.tcl +lib/tcllib/markdown/pkgIndex.tcl lib/tcllib/math/bessel.tcl lib/tcllib/math/bigfloat.tcl lib/tcllib/math/bigfloat2.tcl @@ -277,6 +288,7 @@ lib/tcllib/math/combinatorics.tcl lib/tcllib/math/constants.tcl lib/tcllib/math/decimal.tcl lib/tcllib/math/elliptic.tcl +lib/tcllib/math/exact.tcl lib/tcllib/math/exponential.tcl lib/tcllib/math/fourier.tcl lib/tcllib/math/fuzzy.tcl @@ -337,6 +349,7 @@ lib/tcllib/nmea/pkgIndex.tcl lib/tcllib/nns/common.tcl lib/tcllib/nns/nns.tcl lib/tcllib/nns/nns_auto.tcl +lib/tcllib/nns/nns_cluster.tcl lib/tcllib/nns/pkgIndex.tcl lib/tcllib/nns/server.tcl lib/tcllib/nntp/nntp.tcl @@ -345,6 +358,11 @@ lib/tcllib/ntp/pkgIndex.tcl lib/tcllib/ntp/time.tcl lib/tcllib/oauth/oauth.tcl lib/tcllib/oauth/pkgIndex.tcl +lib/tcllib/oodialect/oodialect.tcl +lib/tcllib/oodialect/pkgIndex.tcl +lib/tcllib/oometa/oometa.tcl +lib/tcllib/oometa/oooption.tcl +lib/tcllib/oometa/pkgIndex.tcl lib/tcllib/ooutil/ooutil.tcl lib/tcllib/ooutil/pkgIndex.tcl lib/tcllib/otp/otp.tcl @@ -592,6 +610,18 @@ lib/tcllib/tie/tie_log.tcl lib/tcllib/tie/tie_rarray.tcl lib/tcllib/tiff/pkgIndex.tcl lib/tcllib/tiff/tiff.tcl +lib/tcllib/tool/ensemble.tcl +lib/tcllib/tool/event.tcl +lib/tcllib/tool/index.tcl +lib/tcllib/tool/metaclass.tcl +lib/tcllib/tool/option.tcl +lib/tcllib/tool/organ.tcl +lib/tcllib/tool/pipeline.tcl +lib/tcllib/tool/pkgIndex.tcl +lib/tcllib/tool/script.tcl +lib/tcllib/tool/uuid.tcl +lib/tcllib/tool_datatype/datatype.tcl +lib/tcllib/tool_datatype/pkgIndex.tcl lib/tcllib/transfer/connect.tcl lib/tcllib/transfer/copyops.tcl lib/tcllib/transfer/ddest.tcl @@ -605,6 +635,7 @@ lib/tcllib/treeql/treeql.tcl lib/tcllib/treeql/treeql84.tcl lib/tcllib/treeql/treeql85.tcl lib/tcllib/try/pkgIndex.tcl +lib/tcllib/try/throw.tcl lib/tcllib/try/try.tcl lib/tcllib/uev/pkgIndex.tcl lib/tcllib/uev/uevent.tcl @@ -669,437 +700,431 @@ lib/tcllib/wip/pkgIndex.tcl lib/tcllib/wip/wip.tcl lib/tcllib/wip/wip2.tcl lib/tcllib/yaml/huddle.tcl +lib/tcllib/yaml/huddle_types.tcl +lib/tcllib/yaml/json2huddle.tcl lib/tcllib/yaml/pkgIndex.tcl lib/tcllib/yaml/yaml.tcl lib/tcllib/zip/decode.tcl lib/tcllib/zip/encode.tcl +lib/tcllib/zip/mkzip.tcl lib/tcllib/zip/pkgIndex.tcl -%%MAN%%man/mann/S3.tcllib.n.gz -%%MAN%%man/mann/adjust.tcllib.n.gz -%%MAN%%man/mann/adler32.tcllib.n.gz -%%MAN%%man/mann/aes.tcllib.n.gz -%%MAN%%man/mann/annealing.tcllib.n.gz -%%MAN%%man/mann/ansi_cattr.tcllib.n.gz -%%MAN%%man/mann/ansi_cctrl.tcllib.n.gz -%%MAN%%man/mann/ansi_cmacros.tcllib.n.gz -%%MAN%%man/mann/ansi_code.tcllib.n.gz -%%MAN%%man/mann/ansi_ctrlu.tcllib.n.gz -%%MAN%%man/mann/ansi_send.tcllib.n.gz -%%MAN%%man/mann/ascii85.tcllib.n.gz -%%MAN%%man/mann/asn.tcllib.n.gz -%%MAN%%man/mann/async.tcllib.n.gz -%%MAN%%man/mann/autoproxy.tcllib.n.gz -%%MAN%%man/mann/aycock.tcllib.n.gz -%%MAN%%man/mann/base32.tcllib.n.gz -%%MAN%%man/mann/base32core.tcllib.n.gz -%%MAN%%man/mann/base32hex.tcllib.n.gz -%%MAN%%man/mann/base64.tcllib.n.gz -%%MAN%%man/mann/bee.tcllib.n.gz -%%MAN%%man/mann/bench.tcllib.n.gz -%%MAN%%man/mann/bench_intro.tcllib.n.gz -%%MAN%%man/mann/bench_lang_intro.tcllib.n.gz -%%MAN%%man/mann/bench_lang_spec.tcllib.n.gz -%%MAN%%man/mann/bench_read.tcllib.n.gz -%%MAN%%man/mann/bench_wcsv.tcllib.n.gz -%%MAN%%man/mann/bench_wtext.tcllib.n.gz -%%MAN%%man/mann/bibtex.tcllib.n.gz -%%MAN%%man/mann/bigfloat.tcllib.n.gz -%%MAN%%man/mann/bignum.tcllib.n.gz -%%MAN%%man/mann/blowfish.tcllib.n.gz -%%MAN%%man/mann/calculus.tcllib.n.gz -%%MAN%%man/mann/cat.tcllib.n.gz -%%MAN%%man/mann/cc_amex.tcllib.n.gz -%%MAN%%man/mann/cc_discover.tcllib.n.gz -%%MAN%%man/mann/cc_mastercard.tcllib.n.gz -%%MAN%%man/mann/cc_visa.tcllib.n.gz -%%MAN%%man/mann/cfront.tcllib.n.gz -%%MAN%%man/mann/cgen.tcllib.n.gz -%%MAN%%man/mann/changelog.tcllib.n.gz -%%MAN%%man/mann/cksum.tcllib.n.gz -%%MAN%%man/mann/cmdline.tcllib.n.gz -%%MAN%%man/mann/combinatorics.tcllib.n.gz -%%MAN%%man/mann/comm.tcllib.n.gz -%%MAN%%man/mann/comm_wire.tcllib.n.gz -%%MAN%%man/mann/connect.tcllib.n.gz -%%MAN%%man/mann/constants.tcllib.n.gz -%%MAN%%man/mann/container.tcllib.n.gz -%%MAN%%man/mann/control.tcllib.n.gz -%%MAN%%man/mann/copyops.tcllib.n.gz -%%MAN%%man/mann/core.tcllib.n.gz -%%MAN%%man/mann/coro_auto.tcllib.n.gz -%%MAN%%man/mann/coroutine.tcllib.n.gz -%%MAN%%man/mann/counter.tcllib.n.gz -%%MAN%%man/mann/crc16.tcllib.n.gz -%%MAN%%man/mann/crc32.tcllib.n.gz -%%MAN%%man/mann/cron.tcllib.n.gz -%%MAN%%man/mann/csv.tcllib.n.gz -%%MAN%%man/mann/cvs.tcllib.n.gz -%%MAN%%man/mann/dacceptor.tcllib.n.gz -%%MAN%%man/mann/ddest.tcllib.n.gz -%%MAN%%man/mann/debug.tcllib.n.gz -%%MAN%%man/mann/debug_caller.tcllib.n.gz -%%MAN%%man/mann/debug_heartbeat.tcllib.n.gz -%%MAN%%man/mann/debug_timestamp.tcllib.n.gz -%%MAN%%man/mann/decimal.tcllib.n.gz -%%MAN%%man/mann/decode.tcllib.n.gz -%%MAN%%man/mann/deleg_method.tcllib.n.gz -%%MAN%%man/mann/deleg_proc.tcllib.n.gz -%%MAN%%man/mann/des.tcllib.n.gz -%%MAN%%man/mann/dexec.tcllib.n.gz -%%MAN%%man/mann/disjointset.tcllib.n.gz -%%MAN%%man/mann/dns.tcllib.n.gz -%%MAN%%man/mann/docidx.tcllib.n.gz -%%MAN%%man/mann/docidx_intro.tcllib.n.gz -%%MAN%%man/mann/docidx_lang_cmdref.tcllib.n.gz -%%MAN%%man/mann/docidx_lang_faq.tcllib.n.gz -%%MAN%%man/mann/docidx_lang_intro.tcllib.n.gz -%%MAN%%man/mann/docidx_lang_syntax.tcllib.n.gz -%%MAN%%man/mann/docidx_plugin_apiref.tcllib.n.gz -%%MAN%%man/mann/docstrip.tcllib.n.gz -%%MAN%%man/mann/docstrip_util.tcllib.n.gz -%%MAN%%man/mann/doctoc.tcllib.n.gz -%%MAN%%man/mann/doctoc_intro.tcllib.n.gz -%%MAN%%man/mann/doctoc_lang_cmdref.tcllib.n.gz -%%MAN%%man/mann/doctoc_lang_faq.tcllib.n.gz -%%MAN%%man/mann/doctoc_lang_intro.tcllib.n.gz -%%MAN%%man/mann/doctoc_lang_syntax.tcllib.n.gz -%%MAN%%man/mann/doctoc_plugin_apiref.tcllib.n.gz -%%MAN%%man/mann/doctools.tcllib.n.gz -%%MAN%%man/mann/doctools_intro.tcllib.n.gz -%%MAN%%man/mann/doctools_lang_cmdref.tcllib.n.gz -%%MAN%%man/mann/doctools_lang_faq.tcllib.n.gz -%%MAN%%man/mann/doctools_lang_intro.tcllib.n.gz -%%MAN%%man/mann/doctools_lang_syntax.tcllib.n.gz -%%MAN%%man/mann/doctools_plugin_apiref.tcllib.n.gz -%%MAN%%man/mann/dsource.tcllib.n.gz -%%MAN%%man/mann/dtplite.tcllib.n.gz -%%MAN%%man/mann/ean13.tcllib.n.gz -%%MAN%%man/mann/encode.tcllib.n.gz -%%MAN%%man/mann/events.tcllib.n.gz -%%MAN%%man/mann/expander.tcllib.n.gz -%%MAN%%man/mann/export.tcllib.n.gz -%%MAN%%man/mann/export_docidx.tcllib.n.gz -%%MAN%%man/mann/export_doctoc.tcllib.n.gz -%%MAN%%man/mann/export_html.tcllib.n.gz -%%MAN%%man/mann/export_json.tcllib.n.gz -%%MAN%%man/mann/export_nroff.tcllib.n.gz -%%MAN%%man/mann/export_text.tcllib.n.gz -%%MAN%%man/mann/export_wiki.tcllib.n.gz -%%MAN%%man/mann/fa.tcllib.n.gz -%%MAN%%man/mann/facade.tcllib.n.gz -%%MAN%%man/mann/faop.tcllib.n.gz -%%MAN%%man/mann/fifo.tcllib.n.gz -%%MAN%%man/mann/fifo2.tcllib.n.gz -%%MAN%%man/mann/filetypes.tcllib.n.gz -%%MAN%%man/mann/fileutil.tcllib.n.gz -%%MAN%%man/mann/fourier.tcllib.n.gz -%%MAN%%man/mann/ftp.tcllib.n.gz -%%MAN%%man/mann/ftp_geturl.tcllib.n.gz -%%MAN%%man/mann/ftpd.tcllib.n.gz -%%MAN%%man/mann/fuzzy.tcllib.n.gz -%%MAN%%man/mann/gasm.tcllib.n.gz -%%MAN%%man/mann/generator.tcllib.n.gz -%%MAN%%man/mann/gpx.tcllib.n.gz -%%MAN%%man/mann/graph.tcllib.n.gz -%%MAN%%man/mann/graph1.tcllib.n.gz -%%MAN%%man/mann/graphops.tcllib.n.gz -%%MAN%%man/mann/gtoken.tcllib.n.gz -%%MAN%%man/mann/halfpipe.tcllib.n.gz -%%MAN%%man/mann/hex.tcllib.n.gz -%%MAN%%man/mann/hook.tcllib.n.gz -%%MAN%%man/mann/html.tcllib.n.gz -%%MAN%%man/mann/html_cssdefaults.tcllib.n.gz -%%MAN%%man/mann/htmlparse.tcllib.n.gz -%%MAN%%man/mann/huddle.tcllib.n.gz -%%MAN%%man/mann/iban.tcllib.n.gz -%%MAN%%man/mann/ident.tcllib.n.gz -%%MAN%%man/mann/identity.tcllib.n.gz -%%MAN%%man/mann/idx_container.tcllib.n.gz -%%MAN%%man/mann/idx_export.tcllib.n.gz -%%MAN%%man/mann/idx_export_html.tcllib.n.gz -%%MAN%%man/mann/idx_export_json.tcllib.n.gz -%%MAN%%man/mann/idx_export_nroff.tcllib.n.gz -%%MAN%%man/mann/idx_export_text.tcllib.n.gz -%%MAN%%man/mann/idx_export_wiki.tcllib.n.gz -%%MAN%%man/mann/idx_import.tcllib.n.gz -%%MAN%%man/mann/idx_import_json.tcllib.n.gz -%%MAN%%man/mann/idx_introduction.tcllib.n.gz -%%MAN%%man/mann/idx_msgcat_c.tcllib.n.gz -%%MAN%%man/mann/idx_msgcat_de.tcllib.n.gz -%%MAN%%man/mann/idx_msgcat_en.tcllib.n.gz -%%MAN%%man/mann/idx_msgcat_fr.tcllib.n.gz -%%MAN%%man/mann/idx_parse.tcllib.n.gz -%%MAN%%man/mann/idx_structure.tcllib.n.gz -%%MAN%%man/mann/imap4.tcllib.n.gz -%%MAN%%man/mann/imei.tcllib.n.gz -%%MAN%%man/mann/imenu.tcllib.n.gz -%%MAN%%man/mann/import.tcllib.n.gz -%%MAN%%man/mann/import_docidx.tcllib.n.gz -%%MAN%%man/mann/import_doctoc.tcllib.n.gz -%%MAN%%man/mann/import_json.tcllib.n.gz -%%MAN%%man/mann/ini.tcllib.n.gz -%%MAN%%man/mann/interp.tcllib.n.gz -%%MAN%%man/mann/interpolate.tcllib.n.gz -%%MAN%%man/mann/introduction.tcllib.n.gz -%%MAN%%man/mann/ip.tcllib.n.gz -%%MAN%%man/mann/ipager.tcllib.n.gz -%%MAN%%man/mann/irc.tcllib.n.gz -%%MAN%%man/mann/isbn.tcllib.n.gz -%%MAN%%man/mann/iso8601.tcllib.n.gz -%%MAN%%man/mann/javascript.tcllib.n.gz -%%MAN%%man/mann/jpeg.tcllib.n.gz -%%MAN%%man/mann/json.tcllib.n.gz -%%MAN%%man/mann/json_write.tcllib.n.gz -%%MAN%%man/mann/lambda.tcllib.n.gz -%%MAN%%man/mann/ldap.tcllib.n.gz -%%MAN%%man/mann/ldapx.tcllib.n.gz -%%MAN%%man/mann/limitsize.tcllib.n.gz -%%MAN%%man/mann/linalg.tcllib.n.gz -%%MAN%%man/mann/log.tcllib.n.gz -%%MAN%%man/mann/logger.tcllib.n.gz -%%MAN%%man/mann/loggerAppender.tcllib.n.gz -%%MAN%%man/mann/loggerUtils.tcllib.n.gz -%%MAN%%man/mann/luhn.tcllib.n.gz -%%MAN%%man/mann/luhn5.tcllib.n.gz -%%MAN%%man/mann/machineparameters.tcllib.n.gz -%%MAN%%man/mann/map_geocode_nominatim.tcllib.n.gz -%%MAN%%man/mann/map_slippy.tcllib.n.gz -%%MAN%%man/mann/map_slippy_cache.tcllib.n.gz -%%MAN%%man/mann/map_slippy_fetcher.tcllib.n.gz -%%MAN%%man/mann/mapproj.tcllib.n.gz -%%MAN%%man/mann/math.tcllib.n.gz -%%MAN%%man/mann/math_geometry.tcllib.n.gz -%%MAN%%man/mann/matrix.tcllib.n.gz -%%MAN%%man/mann/matrix1.tcllib.n.gz -%%MAN%%man/mann/md4.tcllib.n.gz -%%MAN%%man/mann/md5.tcllib.n.gz -%%MAN%%man/mann/md5crypt.tcllib.n.gz -%%MAN%%man/mann/me_ast.tcllib.n.gz -%%MAN%%man/mann/me_cpu.tcllib.n.gz -%%MAN%%man/mann/me_cpucore.tcllib.n.gz -%%MAN%%man/mann/me_intro.tcllib.n.gz *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Mon Feb 8 12:35:10 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 732FDAA19F8; Mon, 8 Feb 2016 12:35:10 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3FBE614BF; Mon, 8 Feb 2016 12:35:10 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u18CZ9x0083718; Mon, 8 Feb 2016 12:35:09 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u18CZ9GM083716; Mon, 8 Feb 2016 12:35:09 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201602081235.u18CZ9GM083716@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Mon, 8 Feb 2016 12:35:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408483 - head/lang/gcc6-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Feb 2016 12:35:10 -0000 Author: gerald Date: Mon Feb 8 12:35:08 2016 New Revision: 408483 URL: https://svnweb.freebsd.org/changeset/ports/408483 Log: Update to the 20160207 development snapshot of GCC 6. Modified: head/lang/gcc6-devel/Makefile head/lang/gcc6-devel/distinfo Modified: head/lang/gcc6-devel/Makefile ============================================================================== --- head/lang/gcc6-devel/Makefile Mon Feb 8 12:15:53 2016 (r408482) +++ head/lang/gcc6-devel/Makefile Mon Feb 8 12:35:08 2016 (r408483) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 6.0.0.s20160131 +PORTVERSION= 6.0.0.s20160207 CATEGORIES= lang java MASTER_SITES= GCC/snapshots/${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX}-devel Modified: head/lang/gcc6-devel/distinfo ============================================================================== --- head/lang/gcc6-devel/distinfo Mon Feb 8 12:15:53 2016 (r408482) +++ head/lang/gcc6-devel/distinfo Mon Feb 8 12:35:08 2016 (r408483) @@ -1,2 +1,2 @@ -SHA256 (gcc-6-20160131.tar.bz2) = d065434709f00b29c85f4a696be3e2623dd226679c3fd3c83e1d413d4ac81976 -SIZE (gcc-6-20160131.tar.bz2) = 94445328 +SHA256 (gcc-6-20160207.tar.bz2) = 144f49238c865d6c196038fad65c43bc0de59eea415f3873b3e51d17ab577212 +SIZE (gcc-6-20160207.tar.bz2) = 95121932 From owner-svn-ports-head@freebsd.org Mon Feb 8 15:20:28 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DB08BAA12F4; Mon, 8 Feb 2016 15:20:28 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AC12A1F17; Mon, 8 Feb 2016 15:20:28 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u18FKR7m029854; Mon, 8 Feb 2016 15:20:27 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u18FKRXl029853; Mon, 8 Feb 2016 15:20:27 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602081520.u18FKRXl029853@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 8 Feb 2016 15:20:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408484 - head/security/lsh X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Feb 2016 15:20:29 -0000 Author: amdmi3 Date: Mon Feb 8 15:20:27 2016 New Revision: 408484 URL: https://svnweb.freebsd.org/changeset/ports/408484 Log: - Mark BROKEN, does not build: verify.c:70:25: error: variable has incomplete type 'struct dsa_public_key' Reported by: pkg-fallout Approved by: portmgr blanket Modified: head/security/lsh/Makefile Modified: head/security/lsh/Makefile ============================================================================== --- head/security/lsh/Makefile Mon Feb 8 12:35:08 2016 (r408483) +++ head/security/lsh/Makefile Mon Feb 8 15:20:27 2016 (r408484) @@ -17,6 +17,7 @@ LIB_DEPENDS= liboop.so:${PORTSDIR}/devel libgmp.so:${PORTSDIR}/math/gmp \ libnettle.so:${PORTSDIR}/security/nettle +BROKEN= does not build BROKEN_FreeBSD_9= does not build BROKEN_sparc64= fails to compile: unexpected identifier From owner-svn-ports-head@freebsd.org Mon Feb 8 15:35:03 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1274AAA1974; Mon, 8 Feb 2016 15:35:03 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D77B1A81; Mon, 8 Feb 2016 15:35:02 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u18FZ16o035575; Mon, 8 Feb 2016 15:35:01 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u18FZ1WD035573; Mon, 8 Feb 2016 15:35:01 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201602081535.u18FZ1WD035573@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Mon, 8 Feb 2016 15:35:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408485 - head/net/elixir-kafka_ex X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Feb 2016 15:35:03 -0000 Author: vanilla Date: Mon Feb 8 15:35:01 2016 New Revision: 408485 URL: https://svnweb.freebsd.org/changeset/ports/408485 Log: Update to 0.4.0. Modified: head/net/elixir-kafka_ex/Makefile head/net/elixir-kafka_ex/distinfo Modified: head/net/elixir-kafka_ex/Makefile ============================================================================== --- head/net/elixir-kafka_ex/Makefile Mon Feb 8 15:20:27 2016 (r408484) +++ head/net/elixir-kafka_ex/Makefile Mon Feb 8 15:35:01 2016 (r408485) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= kafka_ex -PORTVERSION= 0.3.0 +PORTVERSION= 0.4.0 CATEGORIES= net PKGNAMEPREFIX= elixir- Modified: head/net/elixir-kafka_ex/distinfo ============================================================================== --- head/net/elixir-kafka_ex/distinfo Mon Feb 8 15:20:27 2016 (r408484) +++ head/net/elixir-kafka_ex/distinfo Mon Feb 8 15:35:01 2016 (r408485) @@ -1,2 +1,2 @@ -SHA256 (jacklund-kafka_ex-0.3.0_GH0.tar.gz) = 5df7374e920dc431ee1263076d5fd61d9221b89deefcf5c36f8ea6958974f4b3 -SIZE (jacklund-kafka_ex-0.3.0_GH0.tar.gz) = 593699 +SHA256 (jacklund-kafka_ex-0.4.0_GH0.tar.gz) = 481f512feb749d6e3b3262e77bb87749efceba4a6bbeddb65bb9fcaa945b557e +SIZE (jacklund-kafka_ex-0.4.0_GH0.tar.gz) = 594848 From owner-svn-ports-head@freebsd.org Mon Feb 8 16:47:46 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 43C16AA0874; Mon, 8 Feb 2016 16:47:46 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EE7BB1C28; Mon, 8 Feb 2016 16:47:45 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u18Glisc055855; Mon, 8 Feb 2016 16:47:44 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u18GliAF055852; Mon, 8 Feb 2016 16:47:44 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201602081647.u18GliAF055852@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Mon, 8 Feb 2016 16:47:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408486 - head/devel/tortoisehg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Feb 2016 16:47:46 -0000 Author: olivierd Date: Mon Feb 8 16:47:44 2016 New Revision: 408486 URL: https://svnweb.freebsd.org/changeset/ports/408486 Log: Update to 3.7.1 Changelog: https://bitbucket.org/tortoisehg/thg/wiki/ReleaseNotes#!tortoisehg-371 PR: 207014 Submitted by: <6yearold@gmail.com> (maintainer) Modified: head/devel/tortoisehg/Makefile head/devel/tortoisehg/distinfo head/devel/tortoisehg/pkg-plist Modified: head/devel/tortoisehg/Makefile ============================================================================== --- head/devel/tortoisehg/Makefile Mon Feb 8 15:35:01 2016 (r408485) +++ head/devel/tortoisehg/Makefile Mon Feb 8 16:47:44 2016 (r408486) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= tortoisehg -PORTVERSION= 3.6.3 +PORTVERSION= 3.7.1 CATEGORIES= devel MASTER_SITES= https://bitbucket.org/tortoisehg/targz/downloads/ #MASTER_SITES= http://cdn.bitbucket.org/tortoisehg/targz/downloads/ Modified: head/devel/tortoisehg/distinfo ============================================================================== --- head/devel/tortoisehg/distinfo Mon Feb 8 15:35:01 2016 (r408485) +++ head/devel/tortoisehg/distinfo Mon Feb 8 16:47:44 2016 (r408486) @@ -1,2 +1,2 @@ -SHA256 (tortoisehg-3.6.3.tar.gz) = 99f4ed22082e8c9d7e52f6b0c94d0835cf40aa5a1624f07bb7839d7891ca843b -SIZE (tortoisehg-3.6.3.tar.gz) = 7748149 +SHA256 (tortoisehg-3.7.1.tar.gz) = 6612dacc2a41f259382ce321fc3dff9630327508062b56744a3a87c9ed448ef9 +SIZE (tortoisehg-3.7.1.tar.gz) = 7770904 Modified: head/devel/tortoisehg/pkg-plist ============================================================================== --- head/devel/tortoisehg/pkg-plist Mon Feb 8 15:35:01 2016 (r408485) +++ head/devel/tortoisehg/pkg-plist Mon Feb 8 16:47:44 2016 (r408486) @@ -120,6 +120,9 @@ bin/thg %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/lfprompt.py %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/lfprompt.pyc %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/lfprompt.pyo +%%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/locktool.py +%%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/locktool.pyc +%%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/locktool.pyo %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/manifestmodel.py %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/manifestmodel.pyc %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/manifestmodel.pyo From owner-svn-ports-head@freebsd.org Mon Feb 8 16:55:55 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1F37EAA0C8B; Mon, 8 Feb 2016 16:55:55 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DEB9A1FAB; Mon, 8 Feb 2016 16:55:54 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u18GtrUc058712; Mon, 8 Feb 2016 16:55:53 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u18GtrQK058710; Mon, 8 Feb 2016 16:55:53 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201602081655.u18GtrQK058710@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Mon, 8 Feb 2016 16:55:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408487 - head/graphics/maim X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Feb 2016 16:55:55 -0000 Author: olivierd Date: Mon Feb 8 16:55:53 2016 New Revision: 408487 URL: https://svnweb.freebsd.org/changeset/ports/408487 Log: Update to 3.4.17 PR: 207008 Submitted by: Neel Chauhan (maintainer) Modified: head/graphics/maim/Makefile head/graphics/maim/distinfo Modified: head/graphics/maim/Makefile ============================================================================== --- head/graphics/maim/Makefile Mon Feb 8 16:47:44 2016 (r408486) +++ head/graphics/maim/Makefile Mon Feb 8 16:55:53 2016 (r408487) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= maim -PORTVERSION= 3.4.46 +PORTVERSION= 3.4.47 DISTVERSIONPREFIX= v CATEGORIES= graphics Modified: head/graphics/maim/distinfo ============================================================================== --- head/graphics/maim/distinfo Mon Feb 8 16:47:44 2016 (r408486) +++ head/graphics/maim/distinfo Mon Feb 8 16:55:53 2016 (r408487) @@ -1,2 +1,2 @@ -SHA256 (naelstrof-maim-v3.4.46_GH0.tar.gz) = d6e42652860264d02e43cce6784c1606d7769ad3bc37a1766c3b67f05041eb11 -SIZE (naelstrof-maim-v3.4.46_GH0.tar.gz) = 46789 +SHA256 (naelstrof-maim-v3.4.47_GH0.tar.gz) = fb12524cc05f7f4ff46fe40b951334c6dbc274e50b6d0ea08185f555ca3cd74d +SIZE (naelstrof-maim-v3.4.47_GH0.tar.gz) = 46799 From owner-svn-ports-head@freebsd.org Mon Feb 8 17:18:47 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B244BAA1700; Mon, 8 Feb 2016 17:18:47 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7A9E0D62; Mon, 8 Feb 2016 17:18:47 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u18HIkor064978; Mon, 8 Feb 2016 17:18:46 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u18HIjhU064969; Mon, 8 Feb 2016 17:18:45 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201602081718.u18HIjhU064969@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Mon, 8 Feb 2016 17:18:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408488 - in head/devel/xdg-utils: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Feb 2016 17:18:47 -0000 Author: kwm Date: Mon Feb 8 17:18:45 2016 New Revision: 408488 URL: https://svnweb.freebsd.org/changeset/ports/408488 Log: Update xdg-utils to 1.1.1. Added: head/devel/xdg-utils/files/patch-scripts_xdg-desktop-menu.in - copied, changed from r408487, head/devel/xdg-utils/files/patch-scripts_xdg-desktop-menu head/devel/xdg-utils/files/patch-scripts_xdg-email.in - copied, changed from r408487, head/devel/xdg-utils/files/patch-scripts_xdg-email head/devel/xdg-utils/files/patch-scripts_xdg-icon-resource.in - copied, changed from r408487, head/devel/xdg-utils/files/patch-scripts_xdg-icon-resource head/devel/xdg-utils/files/patch-scripts_xdg-mime.in - copied, changed from r408487, head/devel/xdg-utils/files/patch-scripts_xdg-mime head/devel/xdg-utils/files/patch-scripts_xdg-open.in - copied, changed from r408487, head/devel/xdg-utils/files/patch-scripts_xdg-open head/devel/xdg-utils/files/patch-scripts_xdg-screensaver.in - copied, changed from r408487, head/devel/xdg-utils/files/patch-scripts_xdg-screensaver head/devel/xdg-utils/files/patch-scripts_xdg-utils-common.in (contents, props changed) Deleted: head/devel/xdg-utils/files/patch-scripts_xdg-desktop-menu head/devel/xdg-utils/files/patch-scripts_xdg-email head/devel/xdg-utils/files/patch-scripts_xdg-icon-resource head/devel/xdg-utils/files/patch-scripts_xdg-mime head/devel/xdg-utils/files/patch-scripts_xdg-open head/devel/xdg-utils/files/patch-scripts_xdg-screensaver Modified: head/devel/xdg-utils/Makefile head/devel/xdg-utils/distinfo Modified: head/devel/xdg-utils/Makefile ============================================================================== --- head/devel/xdg-utils/Makefile Mon Feb 8 16:55:53 2016 (r408487) +++ head/devel/xdg-utils/Makefile Mon Feb 8 17:18:45 2016 (r408488) @@ -2,21 +2,19 @@ # $FreeBSD$ PORTNAME= xdg-utils -PORTVERSION= 1.0.2.${SNAPDATE} -PORTREVISION= 3 +PORTVERSION= 1.1.1 CATEGORIES= devel -#MASTER_SITES= http://portland.freedesktop.org/download/ -MASTER_SITES= LOCAL/kwm +MASTER_SITES= http://portland.freedesktop.org/download/ MAINTAINER= gnome@FreeBSD.org COMMENT= Tools to allow all applications to integrate with the free desktop +BUILD_DEPENDS= xmlto:${PORTSDIR}/textproc/xmlto RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme \ xprop:${PORTSDIR}/x11/xprop \ xset:${PORTSDIR}/x11/xset -SNAPDATE= 20130919 -USES= tar:xz +USES= gmake GNU_CONFIGURE= yes post-patch: Modified: head/devel/xdg-utils/distinfo ============================================================================== --- head/devel/xdg-utils/distinfo Mon Feb 8 16:55:53 2016 (r408487) +++ head/devel/xdg-utils/distinfo Mon Feb 8 17:18:45 2016 (r408488) @@ -1,2 +1,2 @@ -SHA256 (xdg-utils-1.0.2.20130919.tar.xz) = 0e442c717d1bbb503615e0dd84ab33d9bd9d0594127259be21478e3eef30e10e -SIZE (xdg-utils-1.0.2.20130919.tar.xz) = 1227120 +SHA256 (xdg-utils-1.1.1.tar.gz) = b0dd63a2576e0bb16f1aa78d6ddf7d6784784a098d4df17161cd6a17c7bc4125 +SIZE (xdg-utils-1.1.1.tar.gz) = 295213 Copied and modified: head/devel/xdg-utils/files/patch-scripts_xdg-desktop-menu.in (from r408487, head/devel/xdg-utils/files/patch-scripts_xdg-desktop-menu) ============================================================================== --- head/devel/xdg-utils/files/patch-scripts_xdg-desktop-menu Mon Feb 8 16:55:53 2016 (r408487, copy source) +++ head/devel/xdg-utils/files/patch-scripts_xdg-desktop-menu.in Mon Feb 8 17:18:45 2016 (r408488) @@ -1,15 +1,15 @@ ---- scripts/xdg-desktop-menu.orig 2012-09-19 21:04:46.000000000 +0000 -+++ scripts/xdg-desktop-menu 2012-09-19 21:22:54.000000000 +0000 -@@ -666,7 +666,7 @@ +--- scripts/xdg-desktop-menu.in.orig 2016-01-27 22:06:06.661844000 +0100 ++++ scripts/xdg-desktop-menu.in 2016-01-27 22:08:30.057702000 +0100 +@@ -67,7 +67,7 @@ for MIME in $mimetypes ; do xdg_default_dirs="$XDG_DATA_DIRS" - [ -n "$xdg_default_dirs" ] || xdg_default_dirs=/usr/local/share/:/usr/share/ -+ [ -n "$xdg_default_dirs" ] || xdg_default_dirs=%%LOCALBASE%%/share:/usr/local/share/:/usr/share/ ++ [ -n "$xdg_default_dirs" ] || xdg_default_dirs=%%LOCALBASE%%/share/:/usr/share/ if [ x"$mode" = x"user" ] ; then xdg_user_dir="$XDG_DATA_HOME" [ -n "$xdg_user_dir" ] || xdg_user_dir="$HOME/.local/share" -@@ -709,7 +709,7 @@ +@@ -110,7 +110,7 @@ xdg_user_dir="$xdg_user_dir/$xdg_dir_name" xdg_system_dirs="$XDG_CONFIG_DIRS" @@ -18,25 +18,25 @@ xdg_global_dir= for x in `echo $xdg_system_dirs | sed 's/:/ /g'` ; do if [ -w $x/$xdg_dir_name ] ; then -@@ -1072,7 +1072,7 @@ +@@ -475,7 +475,7 @@ xdg_user_dir="$xdg_user_dir/$xdg_dir_name" xdg_system_dirs="$XDG_DATA_DIRS" -[ -n "$xdg_system_dirs" ] || xdg_system_dirs=/usr/local/share/:/usr/share/ -+[ -n "$xdg_system_dirs" ] || xdg_system_dirs=%%LOCALBASE%%/share:/usr/local/share/:/usr/share/ ++[ -n "$xdg_system_dirs" ] || xdg_system_dirs=%%LOCALBASE%%/share/:/usr/share/ xdg_global_dir= for x in `echo $xdg_system_dirs | sed 's/:/ /g'` ; do if [ -w $x/$xdg_dir_name ] ; then -@@ -1139,7 +1139,7 @@ +@@ -542,7 +542,7 @@ xdg_user_dir="$xdg_user_dir/$xdg_dir_name" xdg_system_dirs="$XDG_DATA_DIRS" -[ -n "$xdg_system_dirs" ] || xdg_system_dirs=/usr/local/share/:/usr/share/ -+[ -n "$xdg_system_dirs" ] || xdg_system_dirs=%%LOCALBASE%%/share:/usr/local/share/:/usr/share/ ++[ -n "$xdg_system_dirs" ] || xdg_system_dirs=%%LOCALBASE%%/share/:/usr/share/ xdg_global_dir= for x in `echo $xdg_system_dirs | sed 's/:/ /g'` ; do if [ -w $x/$xdg_dir_name ] ; then -@@ -1153,7 +1153,7 @@ +@@ -556,7 +556,7 @@ [ -w $kde_global_dir ] || kde_global_dir= gnome_user_dir="$HOME/.gnome/apps" Copied and modified: head/devel/xdg-utils/files/patch-scripts_xdg-email.in (from r408487, head/devel/xdg-utils/files/patch-scripts_xdg-email) ============================================================================== --- head/devel/xdg-utils/files/patch-scripts_xdg-email Mon Feb 8 16:55:53 2016 (r408487, copy source) +++ head/devel/xdg-utils/files/patch-scripts_xdg-email.in Mon Feb 8 17:18:45 2016 (r408488) @@ -1,22 +1,24 @@ ---- scripts/xdg-email.orig 2013-08-24 17:56:29.000000000 +0200 -+++ scripts/xdg-email 2013-08-24 18:03:28.000000000 +0200 -@@ -395,13 +395,13 @@ - MAILTO=$(echo "$MAILTO" | sed 's/^/to=/' | sed 's/?/\&/') - fi - -- MAILTO=$(echo "$MAILTO" | sed 's/&/\n/g') -+ MAILTO=$(echo "$MAILTO" | tr '&' '\n') - TO=$(echo "$MAILTO" | grep '^to=' | sed 's/^to=//' | awk '{ printf "%s,",$0 }') - CC=$(echo "$MAILTO" | grep '^cc=' | sed 's/^cc=//' | awk '{ printf "%s,",$0 }') - BCC=$(echo "$MAILTO" | grep '^bcc=' | sed 's/^bcc=//' | awk '{ printf "%s,",$0 }') +--- scripts/xdg-email.in.orig 2016-01-27 22:09:31.736910000 +0100 ++++ scripts/xdg-email.in 2016-01-27 22:46:01.701427000 +0100 +@@ -34,7 +34,7 @@ + { + local THUNDERBIRD MAILTO NEWMAILTO TO CC BCC SUBJECT BODY ATTACH + THUNDERBIRD="$1" +- MAILTO=$(echo "$2" | sed 's/^mailto://') ++ MAILTO=$(echo "$2" | tr '&' '\n') + echo "$MAILTO" | grep -qs "^?" + if [ "$?" = "0" ] ; then + MAILTO=$(echo "$MAILTO" | sed 's/^?//') +@@ -48,7 +48,7 @@ + BCC=$(/bin/echo -e $(echo "$MAILTO" | grep '^bcc=' | sed 's/^bcc=//;s/%\(..\)/\\x\1/g' | awk '{ printf "%s,",$0 }')) SUBJECT=$(echo "$MAILTO" | grep '^subject=' | tail -n 1) BODY=$(echo "$MAILTO" | grep '^body=' | tail -n 1) -- ATTACH=$(echo "$MAILTO" | sed 's/^attach=/\n\nfile:\/\//g' | awk '/^file:/ { printf "%s,",$0 }' | sed 's/,$//') +- ATTACH=$(/bin/echo -e $(echo "$MAILTO" | grep '^attach=' | sed 's/^attach=//;s/%\(..\)/\\x\1/g' | awk '{ printf "%s,",$0 }' | sed 's/,$//')) + ATTACH=$(for attachment in $(echo "$MAILTO" | sed -ne 's,^attach=,file://,gp') ; do printf "%s," "$attachment" ; done); ATTACH=${ATTACH%,} if [ -z "$TO" ] ; then NEWMAILTO= -@@ -563,7 +563,7 @@ +@@ -293,7 +293,7 @@ options= mailto= @@ -25,3 +27,12 @@ while [ $# -gt 0 ] ; do parm="$1" shift +@@ -434,7 +434,7 @@ + if [ x"$BROWSER" = x"" ]; then + BROWSER=www-browser:links2:elinks:links:lynx:w3m + if [ -n "$DISPLAY" ]; then +- BROWSER=x-www-browser:firefox:iceweasel:seamonkey:mozilla:epiphany:konqueror:chromium-browser:google-chrome:$BROWSER ++ BROWSER=x-www-browser:firefox:iceweasel:seamonkey:mozilla:epiphany:konqueror:chrome:chromium-browser:google-chrome:$BROWSER + fi + fi + Copied and modified: head/devel/xdg-utils/files/patch-scripts_xdg-icon-resource.in (from r408487, head/devel/xdg-utils/files/patch-scripts_xdg-icon-resource) ============================================================================== --- head/devel/xdg-utils/files/patch-scripts_xdg-icon-resource Mon Feb 8 16:55:53 2016 (r408487, copy source) +++ head/devel/xdg-utils/files/patch-scripts_xdg-icon-resource.in Mon Feb 8 17:18:45 2016 (r408488) @@ -1,11 +1,11 @@ ---- scripts/xdg-icon-resource.orig Fri Oct 27 16:38:23 2006 -+++ scripts/xdg-icon-resource Fri Oct 27 16:38:57 2006 -@@ -612,7 +612,7 @@ +--- scripts/xdg-icon-resource.in.orig 2016-01-27 22:13:25.171381000 +0100 ++++ scripts/xdg-icon-resource.in 2016-01-27 22:13:51.264266000 +0100 +@@ -222,7 +222,7 @@ xdg_global_dir= xdg_global_prefix= xdg_system_dirs="$XDG_DATA_DIRS" -[ -n "$xdg_system_dirs" ] || xdg_system_dirs="/usr/local/share/:/usr/share/" -+[ -n "$xdg_system_dirs" ] || xdg_system_dirs="%%LOCALBASE%%/share:/usr/local/share/:/usr/share/" ++[ -n "$xdg_system_dirs" ] || xdg_system_dirs="%%LOCALBASE%%/share/:/usr/share/" for x in `echo "$xdg_system_dirs" | sed 's/:/ /g'`; do - if [ -w $x/$xdg_dir_name ] ; then + if [ -w "$x/$xdg_dir_name" ] ; then xdg_global_prefix="$x/icons" Copied and modified: head/devel/xdg-utils/files/patch-scripts_xdg-mime.in (from r408487, head/devel/xdg-utils/files/patch-scripts_xdg-mime) ============================================================================== --- head/devel/xdg-utils/files/patch-scripts_xdg-mime Mon Feb 8 16:55:53 2016 (r408487, copy source) +++ head/devel/xdg-utils/files/patch-scripts_xdg-mime.in Mon Feb 8 17:18:45 2016 (r408488) @@ -1,33 +1,42 @@ ---- scripts/xdg-mime.orig 2012-09-19 21:04:46.000000000 +0000 -+++ scripts/xdg-mime 2012-09-19 21:24:43.000000000 +0000 -@@ -496,7 +496,7 @@ - - info_gnome() - { -- file=`readlink -f "$1"` # Normalize path -+ file=`stat -f "$1"` # Normalize path - - if gvfs-info --help 2>/dev/null 1>&2; then - DEBUG 1 "Running gvfs-info \"$file\"" -@@ -677,7 +677,7 @@ +--- scripts/xdg-mime.in.orig 2016-01-27 22:14:36.041781000 +0100 ++++ scripts/xdg-mime.in 2016-01-27 22:17:25.276625000 +0100 +@@ -315,7 +315,7 @@ [ -n "$xdg_user_dir" ] || xdg_user_dir="$HOME/.local/share" - xdg_user_dir="$xdg_user_dir/$xdg_dir_name" + xdg_system_dirs="$XDG_DATA_DIRS" - [ -n "$xdg_system_dirs" ] || xdg_system_dirs=/usr/local/share/:/usr/share/ -+ [ -n "$xdg_system_dirs" ] || xdg_system_dirs=%%LOCALBASE%%/share:/usr/local/share/:/usr/share/ ++ [ -n "$xdg_system_dirs" ] || xdg_system_dirs=%%LOCALBASE%%/share/:/usr/share/ + + preference=-1 + desktop_file="" +@@ -389,7 +389,7 @@ + xdg_user_dir="$XDG_DATA_HOME" + [ -n "$xdg_user_dir" ] || xdg_user_dir="$HOME/.local/share" + xdg_system_dirs="$XDG_DATA_DIRS" +- [ -n "$xdg_system_dirs" ] || xdg_system_dirs=/usr/local/share/:/usr/share/ ++ [ -n "$xdg_system_dirs" ] || xdg_system_dirs=%%LOCALBASE%%/share/:/usr/share/ + + local oldifs="$IFS" dir + +@@ -492,7 +492,7 @@ + ;; + esac + check_input_file "$filename" +- filename=`readlink -f -- "$filename"` ++ filename=`stat -f "$filename"` + ;; - for x in `echo "$xdg_user_dir:$xdg_system_dirs" | sed 's/:/ /g'`; do - DEBUG 2 "Checking $x/applications/defaults.list" -@@ -953,7 +953,7 @@ + default) +@@ -694,7 +694,7 @@ xdg_user_dir="$xdg_user_dir/$xdg_dir_name" xdg_system_dirs="$XDG_DATA_DIRS" -[ -n "$xdg_system_dirs" ] || xdg_system_dirs=/usr/local/share/:/usr/share/ -+[ -n "$xdg_system_dirs" ] || xdg_system_dirs=%%LOCALBASE%%/share:/usr/local/share/:/usr/share/ ++[ -n "$xdg_system_dirs" ] || xdg_system_dirs=%%LOCALBASE%%/share/:/usr/share/ for x in `echo $xdg_system_dirs | sed 's/:/ /g'`; do if [ -w $x/$xdg_dir_name ] ; then [ x"$mode" = x"system" ] && xdg_base_dir="$x/mime" -@@ -985,7 +985,7 @@ +@@ -726,7 +726,7 @@ # TODO: Gnome legacy support # See http://forums.fedoraforum.org/showthread.php?t=26875 gnome_user_dir="$HOME/.gnome/apps" Copied and modified: head/devel/xdg-utils/files/patch-scripts_xdg-open.in (from r408487, head/devel/xdg-utils/files/patch-scripts_xdg-open) ============================================================================== --- head/devel/xdg-utils/files/patch-scripts_xdg-open Mon Feb 8 16:55:53 2016 (r408487, copy source) +++ head/devel/xdg-utils/files/patch-scripts_xdg-open.in Mon Feb 8 17:18:45 2016 (r408488) @@ -1,106 +1,35 @@ ---- scripts/xdg-open.orig 2016-01-27 21:08:36.394542000 +0100 -+++ scripts/xdg-open 2016-01-27 21:43:57.950007000 +0100 -@@ -33,6 +33,12 @@ +--- scripts/xdg-open.in.orig 2016-01-27 22:52:37.829535000 +0100 ++++ scripts/xdg-open.in 2016-01-28 11:10:29.639949000 +0100 +@@ -15,6 +15,12 @@ # #--------------------------------------------- +# If we are started from a Linux app with LD_PRELOAD set unset that +# so native apps (like browers) won't fail to start. +if [ "x$(uname)" = "xLinux" ]; then -+ unset LD_PRELOAD ++ unset LD_PRELOAD +fi + manualpage() { cat << _MANUALPAGE -@@ -303,13 +309,34 @@ - - detectDE() - { -- if [ x"$KDE_FULL_SESSION" = x"true" ]; then DE=kde; -- elif [ x"$GNOME_DESKTOP_SESSION_ID" != x"" ]; then DE=gnome; -- elif `dbus-send --print-reply --dest=org.freedesktop.DBus /org/freedesktop/DBus org.freedesktop.DBus.GetNameOwner string:org.gnome.SessionManager > /dev/null 2>&1` ; then DE=gnome; -- elif xprop -root _DT_SAVE_MODE 2> /dev/null | grep ' = \"xfce4\"$' >/dev/null 2>&1; then DE=xfce; -- elif [ x"$DESKTOP_SESSION" == x"LXDE" ]; then DE=lxde; -- else DE="" -- fi -+ #First check the XDG_CURRENT_DESKTOP environment variable (latest standards - case sensitive) -+ if [ "${XDG_CURRENT_DESKTOP}" == "KDE" ]; then DE=kde; -+ elif [ "${XDG_CURRENT_DESKTOP}" == "LXDE" ]; then DE=lxde; -+ elif [ "${XDG_CURRENT_DESKTOPN}" == "MATE" ]; then DE=mate; -+ elif [ "${XDG_CURRENT_DESKTOP}" == "GNOME" ]; then DE=gnome; -+ elif [ "${XDG_CURRENT_DESKTOP}" == "CINNAMON" ]; then DE=gnome; -+ elif [ "${XDG_CURRENT_DESKTOP}" == "XFCE" ]; then DE=xfce; -+ elif [ "${XDG_CURRENT_DESKTOP}" == "Lumina" ]; then DE=lumina; -+ #Check for the PCDM_SESSION environment variable (always uppercase) -+ elif [ "${PCDM_SESSION}" == "KDE" ]; then DE=kde; -+ elif [ "${PCDM_SESSION}" == "LXDE" ]; then DE=lxde; -+ elif [ "${PCDM_SESSION}" == "MATE" ]; then DE=mate; -+ elif [ "${PCDM_SESSION}" == "GNOME" ]; then DE=gnome; -+ elif [ "${PCDM_SESSION}" == "CINNAMON" ]; then DE=gnome; -+ elif [ "${PCDM_SESSION}" == "XFCE" ]; then DE=xfce; -+ elif [ "${PCDM_SESSION}" == "LUMINA" ]; then DE=lumina; -+ #Otherwise use the old/classic methods for detection -+ elif [ x"$KDE_FULL_SESSION" == x"true" ]; then DE=kde; -+ elif [ x"$GNOME_DESKTOP_SESSION_ID" != x"" ]; then DE=gnome; -+ elif `dbus-send --print-reply --dest=org.freedesktop.DBus /org/freedesktop/DBus org.freedesktop.DBus.GetNameOwner string:org.gnome.SessionManager > /dev/null 2>&1` ; then DE=gnome; -+ elif xprop -root _DT_SAVE_MODE 2> /dev/null | grep ' = \"xfce4\"$' >/dev/null 2>&1; then DE=xfce; -+ elif [ x"$DESKTOP_SESSION" == x"LXDE" ]; then DE=lxde; -+ #Simple fallback for non-XDG window managers if Lumina is installed in the normal place (no heavy runtime dependencies) -+ elif [ -x "/usr/local/bin/lumina-open" ]; then DE=lumina; -+ #No DE found -+ else DE="" -+ fi -+ unset UR_PROCS - } - - #---------------------------------------------------------------------------- -@@ -339,15 +366,18 @@ - - open_kde() - { -- if kde-open -v 2>/dev/null 1>&2; then -- kde-open "$1" -+ if [ -n "$KDE_SESSION_VERSION" ]; then -+ case "${KDE_SESSION_VERSION}" in -+ 4) -+ kde-open "$1" -+ ;; -+ 5) -+ kde-open${KDE_SESSION_VERSION} "$1" -+ ;; -+ esac - else -- if [ x"$KDE_SESSION_VERSION" = x"4" ]; then -- kfmclient openURL "$1" -- else -- kfmclient exec "$1" -- kfmclient_fix_exit_code $? -- fi -+ kfmclient exec "$1" -+ kfmclient_fix_exit_code $? +@@ -92,7 +98,7 @@ + if [ -x /usr/bin/printf ]; then + printf=/usr/bin/printf + fi +- file=$($printf "$(echo "$file" | sed -e 's@%\([a-f0-9A-F]\{2\}\)@\\x\1@g')") ++ file=$(echo "$file" | unvis -h) fi - - if [ $? -eq 0 ]; then -@@ -383,6 +413,28 @@ + echo "$file" + } +@@ -211,6 +217,17 @@ fi } -+open_mate() -+{ -+ gvfs-open "$1" -+ -+ if [ $? -eq 0 ]; then -+ exit_success -+ else -+ exit_failure_operation_failed -+ fi -+} -+ +open_lumina() +{ + lumina-open "$1" -+ ++ + if [ $? -eq 0 ]; then + exit_success + else @@ -108,46 +37,26 @@ + fi +} + - open_generic_xdg_mime() - { - filetype=`xdg-mime query filetype "$1" | sed "s/;.*//"` -@@ -421,7 +473,7 @@ - # Decode URLs - if echo "$file" | grep -q '^file:///'; then - file=${file#file://} -- file="$(printf "$(echo "$file" | sed -e 's@%\([a-f0-9A-F]\{2\}\)@\\x\1@g')")" -+ file="$(echo "$file" | unvis -h)" - fi - check_input_file "$file" + #----------------------------------------- + # Recursively search .desktop file -@@ -527,7 +579,7 @@ - if [ x"$BROWSER" = x"" ]; then - BROWSER=links2:links:lynx:w3m - if [ -n "$DISPLAY" ]; then -- BROWSER=firefox:mozilla:epiphany:konqueror:chromium-browser:google-chrome:$BROWSER -+ BROWSER=firefox:mozilla:epiphany:konqueror:chrome:chromium-browser:google-chrome:$BROWSER +@@ -380,7 +397,7 @@ + if [ x"$BROWSER" = x"" ]; then + BROWSER=www-browser:links2:elinks:links:lynx:w3m + if [ -n "$DISPLAY" ]; then +- BROWSER=x-www-browser:firefox:iceweasel:seamonkey:mozilla:epiphany:konqueror:chromium-browser:google-chrome:$BROWSER ++ BROWSER=x-www-browser:firefox:iceweasel:seamonkey:mozilla:epiphany:konqueror:chrome:chromium-browser:google-chrome:$BROWSER + fi fi - fi -@@ -540,6 +592,10 @@ - open_gnome "$url" +@@ -472,6 +489,10 @@ + open_mate "$url" ;; -+ mate) -+ open_mate "$url" ++ lumina) ++ open_lumina "$url" + ;; + xfce) open_xfce "$url" ;; -@@ -548,6 +604,10 @@ - open_lxde "$url" - ;; - -+ lumina) -+ open_lumina "$url" -+ ;; -+ - generic) - open_generic "$url" - ;; Copied and modified: head/devel/xdg-utils/files/patch-scripts_xdg-screensaver.in (from r408487, head/devel/xdg-utils/files/patch-scripts_xdg-screensaver) ============================================================================== --- head/devel/xdg-utils/files/patch-scripts_xdg-screensaver Mon Feb 8 16:55:53 2016 (r408487, copy source) +++ head/devel/xdg-utils/files/patch-scripts_xdg-screensaver.in Mon Feb 8 17:18:45 2016 (r408488) @@ -1,7 +1,7 @@ ---- scripts/xdg-screensaver.orig 2012-09-19 21:04:46.000000000 +0000 -+++ scripts/xdg-screensaver 2012-09-19 21:27:48.000000000 +0000 -@@ -359,7 +359,9 @@ - } +--- scripts/xdg-screensaver.in.orig 2016-01-27 22:18:04.068869000 +0100 ++++ scripts/xdg-screensaver.in 2016-01-27 22:18:32.024901000 +0100 +@@ -27,7 +27,9 @@ + #@xdg-utils-common@ # Check if we can use "mv -T" -if mv -T ... ... 2>&1 | grep '\.\.\.' > /dev/null ; then Added: head/devel/xdg-utils/files/patch-scripts_xdg-utils-common.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/xdg-utils/files/patch-scripts_xdg-utils-common.in Mon Feb 8 17:18:45 2016 (r408488) @@ -0,0 +1,56 @@ +--- scripts/xdg-utils-common.in.orig 2016-01-27 22:52:37.833381000 +0100 ++++ scripts/xdg-utils-common.in 2016-01-28 09:44:29.953139000 +0100 +@@ -279,6 +279,44 @@ + XFCE) + DE=xfce + ;; ++ Lumina) ++ DE=lumina ++ ;; ++ X-Generic) ++ DE=generic ++ ;; ++ esac ++ fi ++ ++# xxx PCDM_SESSION check here? ++ if [ -n "${PCDM_SESSION}" ]; then ++ case "${PCDM_SESSION}" in ++ # only recently added to menu-spec, pre-spec X- still in use ++ CINNAMON) ++ DE=cinnamon; ++ ;; ++ ENLIGHTENMENT) ++ DE=enlightenment; ++ ;; ++ # GNOME, GNOME-Classic:GNOME, or GNOME-Flashback:GNOME ++ GNOME*) ++ DE=gnome; ++ ;; ++ KDE) ++ DE=kde; ++ ;; ++ LXDE) ++ DE=lxde; ++ ;; ++ MATE) ++ DE=mate; ++ ;; ++ XFCE) ++ DE=xfce ++ ;; ++ LUMINA) ++ DE=lumina ++ ;; + X-Generic) + DE=generic + ;; +@@ -294,6 +332,8 @@ + elif xprop -root _DT_SAVE_MODE 2> /dev/null | grep ' = \"xfce4\"$' >/dev/null 2>&1; then DE=xfce; + elif xprop -root 2> /dev/null | grep -i '^xfce_desktop_window' >/dev/null 2>&1; then DE=xfce + elif echo $DESKTOP | grep -q '^Enlightenment'; then DE=enlightenment; ++ #Simple fallback for non-XDG window managers if Lumina is installed in the normal place (no heavy runtime dependencies) ++ elif [ -x "/usr/local/bin/lumina-open" ]; then DE=lumina; + fi + fi + From owner-svn-ports-head@freebsd.org Mon Feb 8 17:57:16 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4E9ADAA2849; Mon, 8 Feb 2016 17:57:16 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1E4D7916; Mon, 8 Feb 2016 17:57:16 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u18HvF8k076942; Mon, 8 Feb 2016 17:57:15 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u18HvFij076941; Mon, 8 Feb 2016 17:57:15 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201602081757.u18HvFij076941@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Mon, 8 Feb 2016 17:57:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408490 - head/security/ruby-password X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Feb 2016 17:57:16 -0000 Author: antoine Date: Mon Feb 8 17:57:14 2016 New Revision: 408490 URL: https://svnweb.freebsd.org/changeset/ports/408490 Log: Unbreak with new cracklib Reported by: pkg-fallout Modified: head/security/ruby-password/Makefile Modified: head/security/ruby-password/Makefile ============================================================================== --- head/security/ruby-password/Makefile Mon Feb 8 17:56:12 2016 (r408489) +++ head/security/ruby-password/Makefile Mon Feb 8 17:57:14 2016 (r408490) @@ -3,7 +3,7 @@ PORTNAME= password PORTVERSION= 0.5.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= security ruby MASTER_SITES= http://www.caliban.org/files/ruby/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -22,7 +22,7 @@ USE_RUBY_EXTCONF= yes RUBY_SHEBANG_FILES= example/* SADIR= lib/ruby/site_ruby/${RUBY_VER}/${RUBY_ARCH} -CONFIGURE_ARGS= --with-crack-dict="${LOCALBASE}/libdata/cracklib/pw_dict.pwd" +CONFIGURE_ARGS= --with-crack-dict="${LOCALBASE}/libdata/cracklib/cracklib-words.pwd" INSTALL_TARGET= site-install MAKE_ARGS= INSTALL_PROG="${INSTALL_PROGRAM}" \ INSTALL_DATA="${INSTALL_DATA}" From owner-svn-ports-head@freebsd.org Mon Feb 8 17:59:46 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D455CAA296B; Mon, 8 Feb 2016 17:59:46 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9D96DA52; Mon, 8 Feb 2016 17:59:46 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u18HxjlR077187; Mon, 8 Feb 2016 17:59:45 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u18HxjNt077183; Mon, 8 Feb 2016 17:59:45 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201602081759.u18HxjNt077183@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Mon, 8 Feb 2016 17:59:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408491 - in head/databases/influxdb: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Feb 2016 17:59:46 -0000 Author: pi Date: Mon Feb 8 17:59:45 2016 New Revision: 408491 URL: https://svnweb.freebsd.org/changeset/ports/408491 Log: databases/influxdb: 0.9.6.1 -> 0.10.0 Release-Notes: https://influxdata.com/blog/announcing-chronograf-0-10-ga/ PR: 207021 Submitted by: cheffo@freebsd-bg.org (maintainer) Deleted: head/databases/influxdb/files/patch-cluster_client__pool.go head/databases/influxdb/files/patch-cluster_shard__writer.go Modified: head/databases/influxdb/Makefile head/databases/influxdb/distinfo head/databases/influxdb/pkg-descr head/databases/influxdb/pkg-plist Modified: head/databases/influxdb/Makefile ============================================================================== --- head/databases/influxdb/Makefile Mon Feb 8 17:57:14 2016 (r408490) +++ head/databases/influxdb/Makefile Mon Feb 8 17:59:45 2016 (r408491) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= influxdb -PORTVERSION= 0.9.6.1 +PORTVERSION= 0.10.0 DISTVERSIONPREFIX= v CATEGORIES= databases net-mgmt @@ -18,42 +18,68 @@ USE_RC_SUBR= influxd USE_GITHUB= yes GH_ACCOUNT= influxdb:DEFAULT \ - alecthomas:log4go \ - armon:go_metrics \ - BurntSushi:toml \ - bmizerany:pat \ - boltdb:bolt \ - cheffo:crypto,go_uuid \ - collectd:go_collectd \ - dgryski:go_bits,go_bitstream \ - fatih:pool \ + BurntSushi:BurntSushi_toml \ + armon:armon_go_metrics \ + bmizerany:bmizerany_pat \ + boltdb:boltdb_bolt \ + collectd:collectd_go_collectd \ + davecgh:davecgh_go_spew \ + dgryski:dgryski_go_bits \ + dgryski:dgryski_go_bitstream \ + fatih:fatih_pool \ gogo:gogo_protobuf \ - golang:golang_protobuf,golang_snappy \ - hashicorp:raft,raft_boltdb,go_msgpack \ - influxdb:enterprise_client \ - influxdata:usage_client \ - jwilder:encoding \ - kimor79:gollectd \ - peterh:liner \ - rakyll:statik \ - paulbellamy:ratecounter -GH_PROJECT= bolt:bolt crypto:crypto encoding:encoding \ - enterprise-client:enterprise_client go-bits:go_bits \ - go-bitstream:go_bitstream go-collectd:go_collectd \ - go-metrics:go_metrics go-msgpack:go_msgpack gollectd:gollectd \ - liner:liner log4go:log4go pat:pat pool:pool \ - protobuf:gogo_protobuf protobuf:golang_protobuf \ - raft-boltdb:raft_boltdb raft:raft ratecounter:ratecounter \ - snappy:golang_snappy, statik:statik toml:toml go-uuid:go_uuid \ - usage-client:usage_client -GH_TAGNAME= b34b35e:bolt 056c9bc:toml 1351f93:crypto 4d47685:liner \ - 5c3c713:log4go 274df12:statik e492fd3:gogo_protobuf \ - 61d0dee:gollectd 68415e7:golang_protobuf 06b6099:go_metrics \ - b8a3500:pat cba550e:pool d1e82c1:raft_boltdb ed3ca8a:go_uuid \ - d136cd1:raft fa3f638:go_msgpack 723cc1e:golang_snappy \ - 9fc824c:go_collectd 86c69b3:go_bits 27cd597:go_bitstream \ - 07d88d4:encoding 25665cb:enterprise_client 5a11f58:ratecounter \ - 475977e:usage_client + golang:golang_crypto,golang_snappy \ + hashicorp:hashicorp_go_msgpack,hashicorp_raft,hashicorp_raft_boltdb \ + influxdb:influxdb_usage_client \ + jwilder:jwilder_encoding \ + kimor79:kimor79_gollectd \ + paulbellamy:paulbellamy_ratecounter \ + peterh:peterh_liner \ + rakyll:rakyll_statik + +GH_PROJECT= bolt:boltdb_bolt \ + crypto:golang_crypto \ + encoding:jwilder_encoding \ + go-bits:dgryski_go_bits \ + go-bitstream:dgryski_go_bitstream \ + go-collectd:collectd_go_collectd \ + go-metrics:armon_go_metrics \ + go-msgpack:hashicorp_go_msgpack \ + go-spew:davecgh_go_spew \ + gollectd:kimor79_gollectd \ + liner:peterh_liner \ + pat:bmizerany_pat \ + pool:fatih_pool \ + protobuf:gogo_protobuf \ + raft-boltdb:hashicorp_raft_boltdb \ + raft:hashicorp_raft \ + ratecounter:paulbellamy_ratecounter \ + snappy:golang_snappy \ + statik:rakyll_statik \ + toml:BurntSushi_toml \ + usage-client:influxdb_usage_client + +GH_TAGNAME= 5c4df71:BurntSushi_toml \ + 345426c:armon_go_metrics \ + b8a3500:bmizerany_pat \ + 2f846c3:boltdb_bolt \ + 9fc824c:collectd_go_collectd \ + 5215b55:davecgh_go_spew \ + 86c69b3:dgryski_go_bits \ + 27cd597:dgryski_go_bitstream \ + cba550e:fatih_pool \ + 82d16f7:gogo_protobuf \ + 1f22c01:golang_crypto \ + 894fd46:golang_snappy \ + fa3f638:hashicorp_go_msgpack \ + 057b893:hashicorp_raft \ + d1e82c1:hashicorp_raft_boltdb \ + 475977e:influxdb_usage_client \ + 07d88d4:jwilder_encoding \ + 61d0dee:kimor79_gollectd \ + 5a11f58:paulbellamy_ratecounter \ + ad1edfd:peterh_liner \ + 274df12:rakyll_statik SUB_FILES= influxd SUB_LIST+= INFLUXD_USER=${INFLUXD_USER} \ @@ -81,14 +107,13 @@ GROUPS= ${INFLUXD_GROUP} STRIP= # stripping can break go binaries post-patch: - @${MKDIR} ${WRKSRC}/src/code.google.com/p @${MKDIR} ${WRKSRC}/src/github.com/BurntSushi @${MKDIR} ${WRKSRC}/src/github.com/armon @${MKDIR} ${WRKSRC}/src/github.com/bmizerany @${MKDIR} ${WRKSRC}/src/github.com/boltdb @${MKDIR} ${WRKSRC}/src/collectd.org + @${MKDIR} ${WRKSRC}/src/github.com/davecgh @${MKDIR} ${WRKSRC}/src/github.com/dgryski - @${MKDIR} ${WRKSRC}/src/github.com/fatih @${MKDIR} ${WRKSRC}/src/github.com/gogo @${MKDIR} ${WRKSRC}/src/github.com/golang @${MKDIR} ${WRKSRC}/src/github.com/hashicorp @@ -99,44 +124,45 @@ post-patch: @${MKDIR} ${WRKSRC}/src/github.com/peterh @${MKDIR} ${WRKSRC}/src/github.com/rakyll @${MKDIR} ${WRKSRC}/src/golang.org/x + @${MKDIR} ${WRKSRC}/src/gopkg.in/fatih @${MKDIR} ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${PORTNAME} -.for src in LICENSE_OF_DEPENDENCIES.md Makefile build-docker.sh build.py \ - circle-test.sh circle.yml client cluster cmd errors.go etc importer \ - influxql influxvar.go meta models monitor nightly.sh package.sh \ - pkg scripts services shared snapshot statik stress tcp \ - test-32bit-docker.sh tests toml tsdb uuid +.for src in Dockerfile LICENSE LICENSE_OF_DEPENDENCIES.md Makefile \ + build-docker.sh build.py build.sh circle-test.sh circle.yml \ + client cluster cmd errors.go etc gobuild.sh importer influxql \ + influxvar.go models monitor nightly.sh node.go package.sh pkg \ + scripts services shared statik stress tcp test.sh tests toml tsdb uuid @${MV} ${WRKSRC}/${src} \ ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${PORTNAME} .endfor - @${MV} ${WRKSRC_bolt} ${WRKSRC}/src/github.com/boltdb/bolt - @${MV} ${WRKSRC_crypto} ${WRKSRC}/src/golang.org/x/crypto - @${MV} ${WRKSRC_encoding} ${WRKSRC}/src/github.com/jwilder/encoding - @${MV} ${WRKSRC_enterprise_client} ${WRKSRC}/src/github.com/influxdb/enterprise-client - @${MV} ${WRKSRC_usage_client} ${WRKSRC}/src/github.com/influxdb/usage-client - @${MV} ${WRKSRC_go_bits} ${WRKSRC}/src/github.com/dgryski/go-bits - @${MV} ${WRKSRC_go_bitstream} ${WRKSRC}/src/github.com/dgryski/go-bitstream - @${MV} ${WRKSRC_go_collectd}/api ${WRKSRC}/src/collectd.org/api - @${MV} ${WRKSRC_go_collectd}/network ${WRKSRC}/src/collectd.org/network - @${MV} ${WRKSRC_go_collectd}/cdtime ${WRKSRC}/src/collectd.org/cdtime - @${MV} ${WRKSRC_go_metrics} ${WRKSRC}/src/github.com/armon/go-metrics - @${MV} ${WRKSRC_go_uuid} ${WRKSRC}/src/code.google.com/p/go-uuid - @${MV} ${WRKSRC_go_msgpack} ${WRKSRC}/src/github.com/hashicorp/go-msgpack - @${MV} ${WRKSRC_gogo_protobuf} ${WRKSRC}/src/github.com/gogo/protobuf - @${MV} ${WRKSRC_golang_protobuf} ${WRKSRC}/src/github.com/golang/protobuf - @${MV} ${WRKSRC_gollectd} ${WRKSRC}/src/github.com/kimor79/gollectd - @${MV} ${WRKSRC_liner} ${WRKSRC}/src/github.com/peterh/liner - @${MV} ${WRKSRC_log4go} ${WRKSRC}/src/code.google.com/p/log4go - @${MV} ${WRKSRC_pat} ${WRKSRC}/src/github.com/bmizerany/pat - @${MV} ${WRKSRC_pool} ${WRKSRC}/src/github.com/fatih/pool - @${MV} ${WRKSRC_raft_boltdb} ${WRKSRC}/src/github.com/hashicorp/raft-boltdb - @${MV} ${WRKSRC_raft} ${WRKSRC}/src/github.com/hashicorp/raft - @${MV} ${WRKSRC_ratecounter} ${WRKSRC}/src/github.com/paulbellamy/ratecounter - @${MV} ${WRKSRC_statik} ${WRKSRC}/src/github.com/rakyll/statik + @${MV} ${WRKSRC_BurntSushi_toml} ${WRKSRC}/src/github.com/BurntSushi/toml + @${MV} ${WRKSRC_boltdb_bolt} ${WRKSRC}/src/github.com/boltdb/bolt + @${MV} ${WRKSRC_davecgh_go_spew} ${WRKSRC}/src/github.com/davecgh/go-spew + @${MV} ${WRKSRC_golang_crypto} ${WRKSRC}/src/golang.org/x/crypto @${MV} ${WRKSRC_golang_snappy} ${WRKSRC}/src/github.com/golang/snappy - @${MV} ${WRKSRC_toml} ${WRKSRC}/src/github.com/BurntSushi/toml + @${MV} ${WRKSRC_jwilder_encoding} ${WRKSRC}/src/github.com/jwilder/encoding + @${MV} ${WRKSRC_influxdb_usage_client} ${WRKSRC}/src/github.com/influxdb/usage-client + @${MV} ${WRKSRC_dgryski_go_bits} ${WRKSRC}/src/github.com/dgryski/go-bits + @${MV} ${WRKSRC_dgryski_go_bitstream} ${WRKSRC}/src/github.com/dgryski/go-bitstream + @${MV} ${WRKSRC_collectd_go_collectd}/api ${WRKSRC}/src/collectd.org/api + @${MV} ${WRKSRC_collectd_go_collectd}/cdtime ${WRKSRC}/src/collectd.org/cdtime + @${MV} ${WRKSRC_collectd_go_collectd}/exec ${WRKSRC}/src/collectd.org/exec + @${MV} ${WRKSRC_collectd_go_collectd}/export ${WRKSRC}/src/collectd.org/export + @${MV} ${WRKSRC_collectd_go_collectd}/format ${WRKSRC}/src/collectd.org/format + @${MV} ${WRKSRC_collectd_go_collectd}/network ${WRKSRC}/src/collectd.org/network + @${MV} ${WRKSRC_armon_go_metrics} ${WRKSRC}/src/github.com/armon/go-metrics + @${MV} ${WRKSRC_hashicorp_go_msgpack} ${WRKSRC}/src/github.com/hashicorp/go-msgpack + @${MV} ${WRKSRC_hashicorp_raft} ${WRKSRC}/src/github.com/hashicorp/raft + @${MV} ${WRKSRC_hashicorp_raft_boltdb} ${WRKSRC}/src/github.com/hashicorp/raft-boltdb + @${MV} ${WRKSRC_gogo_protobuf} ${WRKSRC}/src/github.com/gogo/protobuf + @${MV} ${WRKSRC_kimor79_gollectd} ${WRKSRC}/src/github.com/kimor79/gollectd + @${MV} ${WRKSRC_peterh_liner} ${WRKSRC}/src/github.com/peterh/liner + @${MV} ${WRKSRC_bmizerany_pat} ${WRKSRC}/src/github.com/bmizerany/pat + @${MV} ${WRKSRC_fatih_pool} ${WRKSRC}/src/gopkg.in/fatih/pool.v2 + @${MV} ${WRKSRC_paulbellamy_ratecounter} ${WRKSRC}/src/github.com/paulbellamy/ratecounter + @${MV} ${WRKSRC_rakyll_statik} ${WRKSRC}/src/github.com/rakyll/statik do-build: - @cd ${WRKSRC}/src/github.com/influxdb/ && ${SETENV} GOPATH=${WRKSRC} go install ./... + @cd ${WRKSRC}/src/github.com/${GH_ACCOUNT}/ && ${SETENV} GOPATH=${WRKSRC} go install ./... do-install: ${MKDIR} ${STAGEDIR}${INFLUXD_DBDIR} \ @@ -146,6 +172,8 @@ do-install: post-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/influxd ${STAGEDIR}${PREFIX}/bin/influxd ${INSTALL_PROGRAM} ${WRKSRC}/bin/influx ${STAGEDIR}${PREFIX}/bin/influx + ${INSTALL_PROGRAM} ${WRKSRC}/bin/influx_inspect ${STAGEDIR}${PREFIX}/bin/influx_inspect + ${INSTALL_PROGRAM} ${WRKSRC}/bin/influx_tsm ${STAGEDIR}${PREFIX}/bin/influx_tsm @${SED} -i .bak -e \ "s|/tmp/influxdb/development|/var/db/influxdb|g" \ ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${GH_PROJECT}/etc/config.sample.toml Modified: head/databases/influxdb/distinfo ============================================================================== --- head/databases/influxdb/distinfo Mon Feb 8 17:57:14 2016 (r408490) +++ head/databases/influxdb/distinfo Mon Feb 8 17:59:45 2016 (r408491) @@ -1,50 +1,44 @@ -SHA256 (influxdb-influxdb-v0.9.6.1_GH0.tar.gz) = 4e5e2a83f885d1c531ea538397cef1de94717eab02c7e589b9696f22dd65d3e2 -SIZE (influxdb-influxdb-v0.9.6.1_GH0.tar.gz) = 1134698 -SHA256 (alecthomas-log4go-5c3c713_GH0.tar.gz) = ea492017025d02f1204ba744fc01130b547da7e07b661598cac83a3ca63c6255 -SIZE (alecthomas-log4go-5c3c713_GH0.tar.gz) = 16187 -SHA256 (armon-go-metrics-06b6099_GH0.tar.gz) = 9536fa2418200cc060edeb24fa3c778abbed7dfce626784663aa39b411477a8a -SIZE (armon-go-metrics-06b6099_GH0.tar.gz) = 13229 -SHA256 (BurntSushi-toml-056c9bc_GH0.tar.gz) = 73125940543e2922a77bee42f068f35383b5e260e5fbab867efcb7a59a05671a -SIZE (BurntSushi-toml-056c9bc_GH0.tar.gz) = 37104 +SHA256 (influxdb-influxdb-v0.10.0_GH0.tar.gz) = 42a8410766047955084a25a98da0a914124081c7ab8b3d994e824063b3914f4a +SIZE (influxdb-influxdb-v0.10.0_GH0.tar.gz) = 1167832 +SHA256 (BurntSushi-toml-5c4df71_GH0.tar.gz) = b5456c373ff033e29a7ed86fff52ee0b9a06ec34f9db2c40c4137ffccfafd5eb +SIZE (BurntSushi-toml-5c4df71_GH0.tar.gz) = 37094 +SHA256 (armon-go-metrics-345426c_GH0.tar.gz) = 1a46954fcd70725f4831fda117f68d1e551c3a6ba9c0df8f1021bbc254195d4c +SIZE (armon-go-metrics-345426c_GH0.tar.gz) = 13603 SHA256 (bmizerany-pat-b8a3500_GH0.tar.gz) = 6468a8b27db2bed1edf6eb845da6f7466221c7b0b41112d77710e4ac76926a2f SIZE (bmizerany-pat-b8a3500_GH0.tar.gz) = 5205 -SHA256 (boltdb-bolt-b34b35e_GH0.tar.gz) = e1ab58b0a50d6b3537b0c5be8d5ef358ddcd64ecb112cadd9046173af1747156 -SIZE (boltdb-bolt-b34b35e_GH0.tar.gz) = 76007 -SHA256 (cheffo-crypto-1351f93_GH0.tar.gz) = 29ddf6009158914fb35f9d8e27c48164428dedac6a1314215e1717ae913d96f0 -SIZE (cheffo-crypto-1351f93_GH0.tar.gz) = 860364 -SHA256 (cheffo-go-uuid-ed3ca8a_GH0.tar.gz) = 3ad72804ee9b735add1039ec8cffd445fefd66852a3b7c0b82baf428696ca921 -SIZE (cheffo-go-uuid-ed3ca8a_GH0.tar.gz) = 41022 +SHA256 (boltdb-bolt-2f846c3_GH0.tar.gz) = 0a3f4642d068c28885c46ea6cbd398ebcf3486af2b8fbd19ac3d7f3c8e58f7ed +SIZE (boltdb-bolt-2f846c3_GH0.tar.gz) = 78088 SHA256 (collectd-go-collectd-9fc824c_GH0.tar.gz) = 4d6f6d88f85e48eff7fa5443145ab62c30463b102dbcc70c3309519b7e01e546 SIZE (collectd-go-collectd-9fc824c_GH0.tar.gz) = 24548 +SHA256 (davecgh-go-spew-5215b55_GH0.tar.gz) = a73d6352d8172dfb648e6aa25a8b81ed5c1895295090c876bef01d017264cbac +SIZE (davecgh-go-spew-5215b55_GH0.tar.gz) = 41794 SHA256 (dgryski-go-bits-86c69b3_GH0.tar.gz) = 92e7227b8527dacd387bd89536b8d349e7d57131ead1071329a94133a5e67780 SIZE (dgryski-go-bits-86c69b3_GH0.tar.gz) = 2137 SHA256 (dgryski-go-bitstream-27cd597_GH0.tar.gz) = 9bd56e5019d84d31b7ffd68feca5f61db683588c9bb2033763dfc84c99d5c370 SIZE (dgryski-go-bitstream-27cd597_GH0.tar.gz) = 2801 SHA256 (fatih-pool-cba550e_GH0.tar.gz) = fdcbcf67872333b16b74647bc4c8aa8100de81f58f0ea99ff83a519bf142e4cb SIZE (fatih-pool-cba550e_GH0.tar.gz) = 4854 -SHA256 (gogo-protobuf-e492fd3_GH0.tar.gz) = 914aafa56baa6c24c24c8732b53c09b111a4324b7a50d3bb9af4ec3797d03c47 -SIZE (gogo-protobuf-e492fd3_GH0.tar.gz) = 1570750 -SHA256 (golang-protobuf-68415e7_GH0.tar.gz) = 5b54f372d62be2b0a13a2d757950d922b4ccdd12180178798bcd4927a26848a0 -SIZE (golang-protobuf-68415e7_GH0.tar.gz) = 178721 -SHA256 (golang-snappy-723cc1e_GH0.tar.gz) = 205b26745b6ceb62b762f07282842cafb4f4b0395b9ab14b0349a990e299fbed -SIZE (golang-snappy-723cc1e_GH0.tar.gz) = 10075 -SHA256 (hashicorp-raft-d136cd1_GH0.tar.gz) = 550bfaed021d46ffe6ae4873c43125c934d69d6210c2c422fa33ea0205a79516 -SIZE (hashicorp-raft-d136cd1_GH0.tar.gz) = 59284 -SHA256 (hashicorp-raft-boltdb-d1e82c1_GH0.tar.gz) = 68bb2996a4ec490c099612efcc255ad721014aaf42afbf9f0b21fcf8361162d9 -SIZE (hashicorp-raft-boltdb-d1e82c1_GH0.tar.gz) = 8879 +SHA256 (gogo-protobuf-82d16f7_GH0.tar.gz) = 9080f1109a6a7d41cf70894d756d1787349c27c8805b28ebcf176e8ce9622730 +SIZE (gogo-protobuf-82d16f7_GH0.tar.gz) = 1640868 +SHA256 (golang-crypto-1f22c01_GH0.tar.gz) = 28dcb3d3a9249fcc1db0e4829318c8e3c876e584c07bbccd34c18a0b8ee96c1b +SIZE (golang-crypto-1f22c01_GH0.tar.gz) = 901862 +SHA256 (golang-snappy-894fd46_GH0.tar.gz) = c66d0be89fe08f14af8aaffc352b2b620dfd488c6698064644d1e3a8b13c8876 +SIZE (golang-snappy-894fd46_GH0.tar.gz) = 10119 SHA256 (hashicorp-go-msgpack-fa3f638_GH0.tar.gz) = 6353c623d5d58c7ca03e2bdac63f9da7da8848fb1f5f7f239b33e3ce6fe6c6bd SIZE (hashicorp-go-msgpack-fa3f638_GH0.tar.gz) = 49496 -SHA256 (influxdb-enterprise-client-25665cb_GH0.tar.gz) = 867a109025936d030b1d43e35df4e88ed7a9f267c8bf33b5e110293f6c7ef694 -SIZE (influxdb-enterprise-client-25665cb_GH0.tar.gz) = 6531 -SHA256 (influxdata-usage-client-475977e_GH0.tar.gz) = b62bc789b1e508b3904a9514705d0d5c362e9788028eeab97c588927a94d59f7 -SIZE (influxdata-usage-client-475977e_GH0.tar.gz) = 6620 +SHA256 (hashicorp-raft-057b893_GH0.tar.gz) = 01490a9454a0b346d78a7c81b5bb0b0c20c2e52828a7cc23640638e53ad03251 +SIZE (hashicorp-raft-057b893_GH0.tar.gz) = 60534 +SHA256 (hashicorp-raft-boltdb-d1e82c1_GH0.tar.gz) = 68bb2996a4ec490c099612efcc255ad721014aaf42afbf9f0b21fcf8361162d9 +SIZE (hashicorp-raft-boltdb-d1e82c1_GH0.tar.gz) = 8879 +SHA256 (influxdb-usage-client-475977e_GH0.tar.gz) = b62bc789b1e508b3904a9514705d0d5c362e9788028eeab97c588927a94d59f7 +SIZE (influxdb-usage-client-475977e_GH0.tar.gz) = 6620 SHA256 (jwilder-encoding-07d88d4_GH0.tar.gz) = c061d88b954e13a5c1c74b964e9b56c9a670f3f3ec8c8f563827f5323b8e2ae7 SIZE (jwilder-encoding-07d88d4_GH0.tar.gz) = 9462 SHA256 (kimor79-gollectd-61d0dee_GH0.tar.gz) = 217d827fb26d1cf7b1fa3bae7fa51fc5b25ff2141151ffa7d328d015cd4fb498 SIZE (kimor79-gollectd-61d0dee_GH0.tar.gz) = 9508 -SHA256 (peterh-liner-4d47685_GH0.tar.gz) = 49dbb396f03cdb4358955066db8411bc51eade6e294688a456c771f76e50d276 -SIZE (peterh-liner-4d47685_GH0.tar.gz) = 18603 -SHA256 (rakyll-statik-274df12_GH0.tar.gz) = 47cb3d4bc95171baeac813c0373cdfc232c4339fb09f251a76df247615216d49 -SIZE (rakyll-statik-274df12_GH0.tar.gz) = 77898 SHA256 (paulbellamy-ratecounter-5a11f58_GH0.tar.gz) = e493c6c8d673ecda63e9c0bd4e63a5af11362878c0c95f0e46711ccad1462eba SIZE (paulbellamy-ratecounter-5a11f58_GH0.tar.gz) = 2877 +SHA256 (peterh-liner-ad1edfd_GH0.tar.gz) = 8cafe3e527eebcb6858c76e7abe532f6faf941266b7f37dee9373956956409fd +SIZE (peterh-liner-ad1edfd_GH0.tar.gz) = 18803 +SHA256 (rakyll-statik-274df12_GH0.tar.gz) = 47cb3d4bc95171baeac813c0373cdfc232c4339fb09f251a76df247615216d49 +SIZE (rakyll-statik-274df12_GH0.tar.gz) = 77898 Modified: head/databases/influxdb/pkg-descr ============================================================================== --- head/databases/influxdb/pkg-descr Mon Feb 8 17:57:14 2016 (r408490) +++ head/databases/influxdb/pkg-descr Mon Feb 8 17:59:45 2016 (r408491) @@ -1,13 +1,16 @@ -An open-source, distributed, time series database with no external dependencies. -InfluxDB is the new home for all of your metrics, events, and analytics. +An open-source, distributed, time series database with no external +dependencies. InfluxDB is the new home for all of your metrics, +events, and analytics. -InfluxDB is a time series, metrics, and analytics database. It'written in Go and -has no external dependencies. That means once you install it there's nothing -else to manage (like Redis, ZooKeeper, HBase, or whatever). +InfluxDB is a time series, metrics, and analytics database. It'written +in Go and has no external dependencies. That means once you install +it there's nothing else to manage (like Redis, ZooKeeper, HBase, +or whatever). -InfluxDB is targeted at use cases for DevOps, metrics, sensor data, and -real-time analytics. It arose from our need for a database like this on more -than a few previous products we' built. You can read more about our jurney from -SaaS application to open source time series database. +InfluxDB is targeted at use cases for DevOps, metrics, sensor data, +and real-time analytics. It arose from our need for a database like +this on more than a few previous products we' built. You can read +more about our jurney from SaaS application to open source time +series database. WWW: http://influxdb.com Modified: head/databases/influxdb/pkg-plist ============================================================================== --- head/databases/influxdb/pkg-plist Mon Feb 8 17:57:14 2016 (r408490) +++ head/databases/influxdb/pkg-plist Mon Feb 8 17:59:45 2016 (r408491) @@ -1,4 +1,6 @@ bin/influx +bin/influx_inspect +bin/influx_tsm bin/influxd @dir(%%INFLUXD_USER%%,%%INFLUXD_GROUP%%,0750) %%INFLUXD_DBDIR%% @dir(%%INFLUXD_USER%%,%%INFLUXD_GROUP%%,0750) %%INFLUXD_LOGDIR%% From owner-svn-ports-head@freebsd.org Mon Feb 8 18:07:54 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1DD5CAA2C35; Mon, 8 Feb 2016 18:07:54 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E33DBE0E; Mon, 8 Feb 2016 18:07:53 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u18I7qgO080145; Mon, 8 Feb 2016 18:07:52 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u18I7qUr080143; Mon, 8 Feb 2016 18:07:52 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201602081807.u18I7qUr080143@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Mon, 8 Feb 2016 18:07:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408492 - head/sysutils/monit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Feb 2016 18:07:54 -0000 Author: pi Date: Mon Feb 8 18:07:52 2016 New Revision: 408492 URL: https://svnweb.freebsd.org/changeset/ports/408492 Log: sysutils/monit: 5.15 -> 5.16 Changes: https://mmonit.com/monit/changes/ PR: 206915 Submitted by: martinp@tildeslash.com (maintainer) Modified: head/sysutils/monit/Makefile head/sysutils/monit/distinfo Modified: head/sysutils/monit/Makefile ============================================================================== --- head/sysutils/monit/Makefile Mon Feb 8 17:59:45 2016 (r408491) +++ head/sysutils/monit/Makefile Mon Feb 8 18:07:52 2016 (r408492) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= monit -PORTVERSION= 5.15 +PORTVERSION= 5.16 CATEGORIES= sysutils MASTER_SITES= http://www.mmonit.com/monit/dist/ Modified: head/sysutils/monit/distinfo ============================================================================== --- head/sysutils/monit/distinfo Mon Feb 8 17:59:45 2016 (r408491) +++ head/sysutils/monit/distinfo Mon Feb 8 18:07:52 2016 (r408492) @@ -1,2 +1,2 @@ -SHA256 (monit-5.15.tar.gz) = deada8153dc7e8755f572bc4d790143a92c7a8668dccb563ae4dbd73af56697c -SIZE (monit-5.15.tar.gz) = 1218043 +SHA256 (monit-5.16.tar.gz) = 5b998e796113ce244c8b575da09d3a62bac1b2765484fe6416f224b4ba8f391f +SIZE (monit-5.16.tar.gz) = 1226329 From owner-svn-ports-head@freebsd.org Mon Feb 8 18:14:26 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 86BDCAA2EA1; Mon, 8 Feb 2016 18:14:26 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3D7AE1181; Mon, 8 Feb 2016 18:14:26 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u18IEPc4083067; Mon, 8 Feb 2016 18:14:25 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u18IEPho083065; Mon, 8 Feb 2016 18:14:25 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201602081814.u18IEPho083065@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Mon, 8 Feb 2016 18:14:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408493 - head/net/motsognir X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Feb 2016 18:14:26 -0000 Author: pi Date: Mon Feb 8 18:14:24 2016 New Revision: 408493 URL: https://svnweb.freebsd.org/changeset/ports/408493 Log: net/motsognir: 1.0.6 -> 1.0.8 v1.0.8 [06 Feb 2016] - Fixed execution of PHP scripts used as sub-gophermaps, - Sub-gophermap CGI scripts are executed regardless of their extension, - Dynamic gophermaps can output partial gophermap lines now (Motsognir will fill in lacking data like for normal gophermaps), - Added the PubDirList configuration list to allow serving content from outside the gopher root (typically via symlinks), - CGI/PHP scripts are executed whith their working directory set to either where the script is, or where the parent gophermap is (if called as an inline subgophermap). v1.0.7 [12 Jul 2015] - Support for secondary parameters passed to CGI scripts (when both a search string AND a '?' URL is used), - Added a configurable secondary query-delimiter character (SecUrlDelim), - New CAPS token: 'ServerDefaultEncoding', - Implemented a configurable 'Paranoid mode' for serving only world-readable files, - Fixed a slight memory leak, - Significantly improved performances when reading data from CGI. PR: 206984 Submitted by: kaltheat@gmail.com Approved by: Mateusz Viste (maintainer) Modified: head/net/motsognir/Makefile head/net/motsognir/distinfo Modified: head/net/motsognir/Makefile ============================================================================== --- head/net/motsognir/Makefile Mon Feb 8 18:07:52 2016 (r408492) +++ head/net/motsognir/Makefile Mon Feb 8 18:14:24 2016 (r408493) @@ -1,11 +1,11 @@ # $FreeBSD$ PORTNAME= motsognir -PORTVERSION= 1.0.6 +PORTVERSION= 1.0.8 CATEGORIES= net MASTER_SITES= SF/${PORTNAME}/v${PORTVERSION} -MAINTAINER= mateusz@viste.fr +MAINTAINER= kaltheat@gmail.com COMMENT= Full-featured gopher server without dependencies LICENSE= GPLv3 Modified: head/net/motsognir/distinfo ============================================================================== --- head/net/motsognir/distinfo Mon Feb 8 18:07:52 2016 (r408492) +++ head/net/motsognir/distinfo Mon Feb 8 18:14:24 2016 (r408493) @@ -1,2 +1,2 @@ -SHA256 (motsognir-1.0.6.tar.gz) = 757966ba3d2ec5ce0c493da105219deb3d701eacbf0a187a84660307bb23fb24 -SIZE (motsognir-1.0.6.tar.gz) = 995513 +SHA256 (motsognir-1.0.8.tar.gz) = 97b8cbcc7baf8fe756308a64081da11f6eb363d0b1cbd868e11d4d952a6bc3cf +SIZE (motsognir-1.0.8.tar.gz) = 978060 From owner-svn-ports-head@freebsd.org Mon Feb 8 18:29:38 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 42245AA1517; Mon, 8 Feb 2016 18:29:38 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 02E4B182D; Mon, 8 Feb 2016 18:29:37 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u18ITbu7086262; Mon, 8 Feb 2016 18:29:37 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u18ITa0k086258; Mon, 8 Feb 2016 18:29:36 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201602081829.u18ITa0k086258@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Mon, 8 Feb 2016 18:29:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408494 - in head/editors/libreoffice: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Feb 2016 18:29:38 -0000 Author: tijl Date: Mon Feb 8 18:29:36 2016 New Revision: 408494 URL: https://svnweb.freebsd.org/changeset/ports/408494 Log: Add upstream patches that resolve a deadlock when one thread closes a socket or pipe while another thread is still accepting connections. PR: 205922 Approved by: office (jkim) Added: head/editors/libreoffice/files/patch-sal_osl_unx_pipe.cxx (contents, props changed) head/editors/libreoffice/files/patch-sal_osl_unx_socket.cxx (contents, props changed) head/editors/libreoffice/files/patch-sal_osl_unx_sockimpl.hxx (contents, props changed) Modified: head/editors/libreoffice/Makefile.common Modified: head/editors/libreoffice/Makefile.common ============================================================================== --- head/editors/libreoffice/Makefile.common Mon Feb 8 18:14:24 2016 (r408493) +++ head/editors/libreoffice/Makefile.common Mon Feb 8 18:29:36 2016 (r408494) @@ -2,7 +2,7 @@ PORTNAME= libreoffice PORTVERSION= 5.0.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES+= editors MAINTAINER= office@FreeBSD.org Added: head/editors/libreoffice/files/patch-sal_osl_unx_pipe.cxx ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/libreoffice/files/patch-sal_osl_unx_pipe.cxx Mon Feb 8 18:29:36 2016 (r408494) @@ -0,0 +1,65 @@ +--- sal/osl/unx/pipe.cxx.orig 2015-12-11 02:29:35 UTC ++++ sal/osl/unx/pipe.cxx +@@ -82,10 +82,10 @@ oslPipe __osl_createPipeImpl() + return NULL; + pPipeImpl->m_nRefCount =1; + pPipeImpl->m_bClosed = false; +-#if defined(LINUX) ++#if CLOSESOCKET_DOESNT_WAKE_UP_ACCEPT + pPipeImpl->m_bIsInShutdown = false; + pPipeImpl->m_bIsAccepting = false; +-#endif ++#endif /* CLOSESOCKET_DOESNT_WAKE_UP_ACCEPT */ + return pPipeImpl; + } + +@@ -359,7 +359,7 @@ void SAL_CALL osl_closePipe( oslPipe pPi + Thread does not return from accept on linux, so + connect to the accepting pipe + */ +-#if defined(LINUX) ++#if CLOSESOCKET_DOESNT_WAKE_UP_ACCEPT + struct sockaddr_un addr; + + if ( pPipe->m_bIsAccepting ) +@@ -387,7 +387,7 @@ void SAL_CALL osl_closePipe( oslPipe pPi + } + close(fd); + } +-#endif /* LINUX */ ++#endif /* CLOSESOCKET_DOESNT_WAKE_UP_ACCEPT */ + + nRet = shutdown(ConnFD, 2); + if ( nRet < 0 ) +@@ -421,13 +421,13 @@ oslPipe SAL_CALL osl_acceptPipe(oslPipe + + OSL_ASSERT(strlen(pPipe->m_Name) > 0); + +-#if defined(LINUX) ++#if CLOSESOCKET_DOESNT_WAKE_UP_ACCEPT + pPipe->m_bIsAccepting = true; + #endif + + s = accept(pPipe->m_Socket, NULL, NULL); + +-#if defined(LINUX) ++#if CLOSESOCKET_DOESNT_WAKE_UP_ACCEPT + pPipe->m_bIsAccepting = false; + #endif + +@@ -437,13 +437,13 @@ oslPipe SAL_CALL osl_acceptPipe(oslPipe + return NULL; + } + +-#if defined(LINUX) ++#if CLOSESOCKET_DOESNT_WAKE_UP_ACCEPT + if ( pPipe->m_bIsInShutdown ) + { + close(s); + return NULL; + } +-#endif /* LINUX */ ++#endif /* CLOSESOCKET_DOESNT_WAKE_UP_ACCEPT */ + else + { + /* alloc memory */ Added: head/editors/libreoffice/files/patch-sal_osl_unx_socket.cxx ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/libreoffice/files/patch-sal_osl_unx_socket.cxx Mon Feb 8 18:29:36 2016 (r408494) @@ -0,0 +1,98 @@ +--- sal/osl/unx/socket.cxx.orig 2015-12-11 02:29:35 UTC ++++ sal/osl/unx/socket.cxx +@@ -447,7 +447,7 @@ oslSocket __osl_createSocketImpl(int Soc + pSocket->m_nLastError = 0; + pSocket->m_nRefCount = 1; + +-#if defined(LINUX) ++#if CLOSESOCKET_DOESNT_WAKE_UP_ACCEPT + pSocket->m_bIsAccepting = false; + #endif + +@@ -1364,13 +1364,13 @@ void SAL_CALL osl_releaseSocket( oslSock + { + if( pSocket && 0 == osl_atomic_decrement( &(pSocket->m_nRefCount) ) ) + { +-#if defined(LINUX) ++#if CLOSESOCKET_DOESNT_WAKE_UP_ACCEPT + if ( pSocket->m_bIsAccepting ) + { + SAL_WARN( "sal.osl", "attempt to destroy socket while accepting" ); + return; + } +-#endif /* LINUX */ ++#endif /* CLOSESOCKET_DOESNT_WAKE_UP_ACCEPT */ + osl_closeSocket( pSocket ); + __osl_destroySocketImpl( pSocket ); + } +@@ -1393,7 +1393,7 @@ void SAL_CALL osl_closeSocket(oslSocket + + pSocket->m_Socket = OSL_INVALID_SOCKET; + +-#if defined(LINUX) ++#if CLOSESOCKET_DOESNT_WAKE_UP_ACCEPT + pSocket->m_bIsInShutdown = true; + + if ( pSocket->m_bIsAccepting ) +@@ -1437,7 +1437,7 @@ void SAL_CALL osl_closeSocket(oslSocket + } + pSocket->m_bIsAccepting = false; + } +-#endif /* LINUX */ ++#endif /* CLOSESOCKET_DOESNT_WAKE_UP_ACCEPT */ + + nRet=close(nFD); + if ( nRet != 0 ) +@@ -1695,9 +1695,9 @@ oslSocket SAL_CALL osl_acceptConnectionO + } + + pSocket->m_nLastError=0; +-#if defined(LINUX) ++#if CLOSESOCKET_DOESNT_WAKE_UP_ACCEPT + pSocket->m_bIsAccepting = true; +-#endif /* LINUX */ ++#endif /* CLOSESOCKET_DOESNT_WAKE_UP_ACCEPT */ + + if( ppAddr && *ppAddr ) + { +@@ -1718,22 +1718,22 @@ oslSocket SAL_CALL osl_acceptConnectionO + int nErrno = errno; + SAL_WARN( "sal.osl", "accept connection failed: (" << nErrno << ") " << strerror(nErrno) ); + +-#if defined(LINUX) ++#if CLOSESOCKET_DOESNT_WAKE_UP_ACCEPT + pSocket->m_bIsAccepting = false; +-#endif /* LINUX */ ++#endif /* CLOSESOCKET_DOESNT_WAKE_UP_ACCEPT */ + return 0; + } + + assert(AddrLen == sizeof(struct sockaddr)); + +-#if defined(LINUX) ++#if CLOSESOCKET_DOESNT_WAKE_UP_ACCEPT + if ( pSocket->m_bIsInShutdown ) + { + close(Connection); + SAL_WARN( "sal.osl", "close while accept" ); + return 0; + } +-#endif /* LINUX */ ++#endif /* CLOSESOCKET_DOESNT_WAKE_UP_ACCEPT */ + + if(ppAddr) + { +@@ -1758,11 +1758,11 @@ oslSocket SAL_CALL osl_acceptConnectionO + + pConnectionSockImpl->m_Socket = Connection; + pConnectionSockImpl->m_nLastError = 0; +-#if defined(LINUX) ++#if CLOSESOCKET_DOESNT_WAKE_UP_ACCEPT + pConnectionSockImpl->m_bIsAccepting = false; + + pSocket->m_bIsAccepting = false; +-#endif /* LINUX */ ++#endif /* CLOSESOCKET_DOESNT_WAKE_UP_ACCEPT */ + return pConnectionSockImpl; + } + Added: head/editors/libreoffice/files/patch-sal_osl_unx_sockimpl.hxx ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/libreoffice/files/patch-sal_osl_unx_sockimpl.hxx Mon Feb 8 18:29:36 2016 (r408494) @@ -0,0 +1,28 @@ +--- sal/osl/unx/sockimpl.hxx.orig 2015-12-11 02:29:35 UTC ++++ sal/osl/unx/sockimpl.hxx +@@ -24,11 +24,15 @@ + #include + #include + ++#if defined(FREEBSD) || defined(LINUX) ++#define CLOSESOCKET_DOESNT_WAKE_UP_ACCEPT 1 ++#endif ++ + struct oslSocketImpl { + int m_Socket; + int m_nLastError; + oslInterlockedCount m_nRefCount; +-#if defined(LINUX) ++#if CLOSESOCKET_DOESNT_WAKE_UP_ACCEPT + bool m_bIsAccepting; + bool m_bIsInShutdown; + #endif +@@ -45,7 +49,7 @@ struct oslPipeImpl { + sal_Char m_Name[PATH_MAX + 1]; + oslInterlockedCount m_nRefCount; + bool m_bClosed; +-#if defined(LINUX) ++#if CLOSESOCKET_DOESNT_WAKE_UP_ACCEPT + bool m_bIsAccepting; + bool m_bIsInShutdown; + #endif From owner-svn-ports-head@freebsd.org Mon Feb 8 18:48:13 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D911EAA2036; Mon, 8 Feb 2016 18:48:13 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A5DCCDA2; Mon, 8 Feb 2016 18:48:13 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u18ImCOJ092283; Mon, 8 Feb 2016 18:48:12 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u18ImCf5092281; Mon, 8 Feb 2016 18:48:12 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <201602081848.u18ImCf5092281@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Mon, 8 Feb 2016 18:48:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408496 - head/cad/iverilog X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Feb 2016 18:48:13 -0000 Author: zeising Date: Mon Feb 8 18:48:12 2016 New Revision: 408496 URL: https://svnweb.freebsd.org/changeset/ports/408496 Log: Update to 10.1 Modified: head/cad/iverilog/Makefile head/cad/iverilog/distinfo Modified: head/cad/iverilog/Makefile ============================================================================== --- head/cad/iverilog/Makefile Mon Feb 8 18:41:55 2016 (r408495) +++ head/cad/iverilog/Makefile Mon Feb 8 18:48:12 2016 (r408496) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= iverilog -PORTVERSION= 10.0 +PORTVERSION= 10.1 CATEGORIES= cad MASTER_SITES= ftp://icarus.com/pub/eda/verilog/v${PORTVERSION:C,\.[0-9]$,,}/ DISTNAME= verilog-${PORTVERSION} Modified: head/cad/iverilog/distinfo ============================================================================== --- head/cad/iverilog/distinfo Mon Feb 8 18:41:55 2016 (r408495) +++ head/cad/iverilog/distinfo Mon Feb 8 18:48:12 2016 (r408496) @@ -1,2 +1,2 @@ -SHA256 (verilog-10.0.tar.gz) = 179f09afbafb951bea28c9001b06ed8b9b2e54181092d48e343cb20f436b1185 -SIZE (verilog-10.0.tar.gz) = 1683102 +SHA256 (verilog-10.1.tar.gz) = e822f397e3b7a496c8138c2b05b4209eb47b74370bc173a91c293fa8e809e529 +SIZE (verilog-10.1.tar.gz) = 1685176 From owner-svn-ports-head@freebsd.org Mon Feb 8 18:48:53 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E7CC1AA2088; Mon, 8 Feb 2016 18:48:53 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B97AFE7D; Mon, 8 Feb 2016 18:48:53 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u18ImqVb092389; Mon, 8 Feb 2016 18:48:52 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u18Imqkj092388; Mon, 8 Feb 2016 18:48:52 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602081848.u18Imqkj092388@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 8 Feb 2016 18:48:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408497 - head/dns/knot2/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Feb 2016 18:48:54 -0000 Author: amdmi3 Date: Mon Feb 8 18:48:52 2016 New Revision: 408497 URL: https://svnweb.freebsd.org/changeset/ports/408497 Log: - Fix build after nettle update Approved by: portmgr blanket Added: head/dns/knot2/files/patch-src_dnssec_lib_binary.c (contents, props changed) Added: head/dns/knot2/files/patch-src_dnssec_lib_binary.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/knot2/files/patch-src_dnssec_lib_binary.c Mon Feb 8 18:48:52 2016 (r408497) @@ -0,0 +1,22 @@ +--- src/dnssec/lib/binary.c.orig 2016-02-08 15:31:05 UTC ++++ src/dnssec/lib/binary.c +@@ -22,18 +22,7 @@ + #include "error.h" + #include "shared.h" + +-typedef +-#ifdef HAVE_NETTLE_VERSION_H +- #include +- #if NETTLE_VERSION_MAJOR >= 3 +- size_t +- #else +- unsigned +- #endif +-#else +- unsigned +-#endif +-nettle_len; ++typedef size_t nettle_len; + + static size_t base64_decode_raw(const uint8_t *src, size_t src_len, + uint8_t *dst, size_t dst_max_size) From owner-svn-ports-head@freebsd.org Mon Feb 8 18:52:16 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 45D95AA2231; Mon, 8 Feb 2016 18:52:16 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 021F01138; Mon, 8 Feb 2016 18:52:15 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u18IqEu3095236; Mon, 8 Feb 2016 18:52:14 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u18IqE7x095229; Mon, 8 Feb 2016 18:52:14 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602081852.u18IqE7x095229@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 8 Feb 2016 18:52:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408498 - in head/lang: sdcc-devel sdcc-devel/files sdcc/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Feb 2016 18:52:16 -0000 Author: amdmi3 Date: Mon Feb 8 18:52:14 2016 New Revision: 408498 URL: https://svnweb.freebsd.org/changeset/ports/408498 Log: - Fix build with boost 1.60 - Mark sdcc-devel MAKE_JOBS_UNSAFE as it fails with parallel build PR: 199601 Approved by: portmgr blanket Added: head/lang/sdcc-devel/files/patch-src_SDCClospre.hpp (contents, props changed) head/lang/sdcc-devel/files/patch-src_SDCCnaddr.hpp (contents, props changed) head/lang/sdcc-devel/files/patch-src_SDCCralloc.hpp (contents, props changed) head/lang/sdcc/files/patch-src_SDCClospre.hpp (contents, props changed) head/lang/sdcc/files/patch-src_SDCCnaddr.hpp (contents, props changed) head/lang/sdcc/files/patch-src_SDCCralloc.hpp (contents, props changed) Modified: head/lang/sdcc-devel/Makefile Modified: head/lang/sdcc-devel/Makefile ============================================================================== --- head/lang/sdcc-devel/Makefile Mon Feb 8 18:48:52 2016 (r408497) +++ head/lang/sdcc-devel/Makefile Mon Feb 8 18:52:14 2016 (r408498) @@ -39,6 +39,7 @@ NOPRECIOUSMAKEVARS= yes PORTDATA= * PORTDOCS= * WRKSRC= ${WRKDIR}/sdcc +MAKE_JOBS_UNSAFE=yes OPTIONS_SUB= yes DEVLIB_CONFIGURE_OFF= --disable-device-lib Added: head/lang/sdcc-devel/files/patch-src_SDCClospre.hpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/sdcc-devel/files/patch-src_SDCClospre.hpp Mon Feb 8 18:52:14 2016 (r408498) @@ -0,0 +1,15 @@ +--- src/SDCClospre.hpp.orig 2014-01-03 17:18:45 UTC ++++ src/SDCClospre.hpp +@@ -19,6 +19,12 @@ + // + // Lifetime-optimal speculative partial redundancy elimination. + ++// Workaround for boost bug #11880 ++#include ++#if BOOST_VERSION == 106000 ++ #include ++#endif ++ + #include + #include + #include Added: head/lang/sdcc-devel/files/patch-src_SDCCnaddr.hpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/sdcc-devel/files/patch-src_SDCCnaddr.hpp Mon Feb 8 18:52:14 2016 (r408498) @@ -0,0 +1,15 @@ +--- src/SDCCnaddr.hpp.orig 2015-04-01 13:50:35 UTC ++++ src/SDCCnaddr.hpp +@@ -37,6 +37,12 @@ + #include + #include + ++// Workaround for boost bug #11880 ++#include ++#if BOOST_VERSION == 106000 ++ #include ++#endif ++ + #include + + #include "SDCCtree_dec.hpp" Added: head/lang/sdcc-devel/files/patch-src_SDCCralloc.hpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/sdcc-devel/files/patch-src_SDCCralloc.hpp Mon Feb 8 18:52:14 2016 (r408498) @@ -0,0 +1,15 @@ +--- src/SDCCralloc.hpp.orig 2015-02-25 10:25:50 UTC ++++ src/SDCCralloc.hpp +@@ -51,6 +51,12 @@ + #include + #include + ++// Workaround for boost bug #11880 ++#include ++#if BOOST_VERSION == 106000 ++ #include ++#endif ++ + #include + #include + #include Added: head/lang/sdcc/files/patch-src_SDCClospre.hpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/sdcc/files/patch-src_SDCClospre.hpp Mon Feb 8 18:52:14 2016 (r408498) @@ -0,0 +1,15 @@ +--- src/SDCClospre.hpp.orig 2014-01-03 17:18:45 UTC ++++ src/SDCClospre.hpp +@@ -19,6 +19,12 @@ + // + // Lifetime-optimal speculative partial redundancy elimination. + ++// Workaround for boost bug #11880 ++#include ++#if BOOST_VERSION == 106000 ++ #include ++#endif ++ + #include + #include + #include Added: head/lang/sdcc/files/patch-src_SDCCnaddr.hpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/sdcc/files/patch-src_SDCCnaddr.hpp Mon Feb 8 18:52:14 2016 (r408498) @@ -0,0 +1,15 @@ +--- src/SDCCnaddr.hpp.orig 2015-04-01 13:50:35 UTC ++++ src/SDCCnaddr.hpp +@@ -37,6 +37,12 @@ + #include + #include + ++// Workaround for boost bug #11880 ++#include ++#if BOOST_VERSION == 106000 ++ #include ++#endif ++ + #include + + #include "SDCCtree_dec.hpp" Added: head/lang/sdcc/files/patch-src_SDCCralloc.hpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/sdcc/files/patch-src_SDCCralloc.hpp Mon Feb 8 18:52:14 2016 (r408498) @@ -0,0 +1,15 @@ +--- src/SDCCralloc.hpp.orig 2015-02-25 10:25:50 UTC ++++ src/SDCCralloc.hpp +@@ -51,6 +51,12 @@ + #include + #include + ++// Workaround for boost bug #11880 ++#include ++#if BOOST_VERSION == 106000 ++ #include ++#endif ++ + #include + #include + #include From owner-svn-ports-head@freebsd.org Mon Feb 8 18:55:46 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 98A15AA2371; Mon, 8 Feb 2016 18:55:46 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6598D13B8; Mon, 8 Feb 2016 18:55:46 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u18ItjIZ095493; Mon, 8 Feb 2016 18:55:45 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u18ItjPF095491; Mon, 8 Feb 2016 18:55:45 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201602081855.u18ItjPF095491@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Mon, 8 Feb 2016 18:55:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408499 - head/graphics/graphite2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Feb 2016 18:55:46 -0000 Author: jkim Date: Mon Feb 8 18:55:45 2016 New Revision: 408499 URL: https://svnweb.freebsd.org/changeset/ports/408499 Log: Update to 1.3.5. MFH: 2016Q1 Modified: head/graphics/graphite2/Makefile head/graphics/graphite2/distinfo Modified: head/graphics/graphite2/Makefile ============================================================================== --- head/graphics/graphite2/Makefile Mon Feb 8 18:52:14 2016 (r408498) +++ head/graphics/graphite2/Makefile Mon Feb 8 18:55:45 2016 (r408499) @@ -1,10 +1,9 @@ # $FreeBSD$ PORTNAME= graphite2 -PORTVERSION= 1.3.3 +PORTVERSION= 1.3.5 CATEGORIES= graphics print -MASTER_SITES= http://projects.palaso.org/attachments/download/434/ \ - SF/silgraphite/${PORTNAME} +MASTER_SITES= SF/silgraphite/${PORTNAME} MAINTAINER= office@FreeBSD.org COMMENT= Rendering capabilities for complex non-Roman writing systems Modified: head/graphics/graphite2/distinfo ============================================================================== --- head/graphics/graphite2/distinfo Mon Feb 8 18:52:14 2016 (r408498) +++ head/graphics/graphite2/distinfo Mon Feb 8 18:55:45 2016 (r408499) @@ -1,2 +1,2 @@ -SHA256 (graphite2-1.3.3.tgz) = 2f4b135adcd93bf9097cd20f66246a1e7ab8c2d8a76d8835a9035149e2de42d8 -SIZE (graphite2-1.3.3.tgz) = 6782401 +SHA256 (graphite2-1.3.5.tgz) = f4712626eda0a1804367133460770560b545bbe75b1c4aab480c9b8e4e1c64bd +SIZE (graphite2-1.3.5.tgz) = 3880214 From owner-svn-ports-head@freebsd.org Mon Feb 8 19:08:27 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 14F02AA27E4; Mon, 8 Feb 2016 19:08:27 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D21311BA0; Mon, 8 Feb 2016 19:08:26 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u18J8PdR098662; Mon, 8 Feb 2016 19:08:25 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u18J8PW0098661; Mon, 8 Feb 2016 19:08:25 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602081908.u18J8PW0098661@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 8 Feb 2016 19:08:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408500 - head/net-mgmt/seafile X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Feb 2016 19:08:27 -0000 Author: amdmi3 Date: Mon Feb 8 19:08:25 2016 New Revision: 408500 URL: https://svnweb.freebsd.org/changeset/ports/408500 Log: - Fix build by providing path to libevhtp includes Approved by: portmgr blanket Modified: head/net-mgmt/seafile/Makefile Modified: head/net-mgmt/seafile/Makefile ============================================================================== --- head/net-mgmt/seafile/Makefile Mon Feb 8 18:55:45 2016 (r408499) +++ head/net-mgmt/seafile/Makefile Mon Feb 8 19:08:25 2016 (r408500) @@ -34,6 +34,7 @@ GNU_CONFIGURE= yes USE_OPENSSL= yes USE_LDCONFIG= yes CONFIGURE_ENV= SSL_CFLAGS="${OPENSSLINC}" SSL_LIBS="-L${OPENSSLLIB} -lssl -lcrypto" +CFLAGS+= -isystem ${LOCALBASE}/include/evhtp PATHFIX_MAKEFILEIN= Makefile.am From owner-svn-ports-head@freebsd.org Mon Feb 8 19:13:02 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B62E6AA2999; Mon, 8 Feb 2016 19:13:02 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 867621EB7; Mon, 8 Feb 2016 19:13:02 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u18JD1Aw001497; Mon, 8 Feb 2016 19:13:01 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u18JD1ME001496; Mon, 8 Feb 2016 19:13:01 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602081913.u18JD1ME001496@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 8 Feb 2016 19:13:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408501 - head/net-mgmt/seafile X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Feb 2016 19:13:02 -0000 Author: amdmi3 Date: Mon Feb 8 19:13:01 2016 New Revision: 408501 URL: https://svnweb.freebsd.org/changeset/ports/408501 Log: - Improve last fix Approved by: portmgr blanket Modified: head/net-mgmt/seafile/Makefile Modified: head/net-mgmt/seafile/Makefile ============================================================================== --- head/net-mgmt/seafile/Makefile Mon Feb 8 19:08:25 2016 (r408500) +++ head/net-mgmt/seafile/Makefile Mon Feb 8 19:13:01 2016 (r408501) @@ -34,13 +34,12 @@ GNU_CONFIGURE= yes USE_OPENSSL= yes USE_LDCONFIG= yes CONFIGURE_ENV= SSL_CFLAGS="${OPENSSLINC}" SSL_LIBS="-L${OPENSSLLIB} -lssl -lcrypto" -CFLAGS+= -isystem ${LOCALBASE}/include/evhtp PATHFIX_MAKEFILEIN= Makefile.am CONFIGURE_ARGS= --enable-server INSTALL_TARGET= install-strip -CPPFLAGS+= -I${LOCALBASE}/include +CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/evhtp LDFLAGS+= -L${LOCALBASE}/lib HAIWENDIR= www/haiwen From owner-svn-ports-head@freebsd.org Mon Feb 8 19:16:01 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9678DAA2AC3; Mon, 8 Feb 2016 19:16:01 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 71303E2; Mon, 8 Feb 2016 19:16:01 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u18JG0mE001769; Mon, 8 Feb 2016 19:16:00 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u18JFxx7001759; Mon, 8 Feb 2016 19:15:59 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602081915.u18JFxx7001759@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 8 Feb 2016 19:15:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408502 - in head/science/avogadro: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Feb 2016 19:16:01 -0000 Author: amdmi3 Date: Mon Feb 8 19:15:59 2016 New Revision: 408502 URL: https://svnweb.freebsd.org/changeset/ports/408502 Log: - Fix build with boost 1.60 - Switch to options helpers - Add LICENSE_FILE PR: 199601 Added: head/science/avogadro/files/patch-libavogadro_src_pythonengine__p.h (contents, props changed) head/science/avogadro/files/patch-libavogadro_src_pythonextension__p.h (contents, props changed) head/science/avogadro/files/patch-libavogadro_src_pythoninterpreter.h (contents, props changed) head/science/avogadro/files/patch-libavogadro_src_pythonscript.h (contents, props changed) head/science/avogadro/files/patch-libavogadro_src_pythontool__p.h (contents, props changed) Modified: head/science/avogadro/Makefile Modified: head/science/avogadro/Makefile ============================================================================== --- head/science/avogadro/Makefile Mon Feb 8 19:13:01 2016 (r408501) +++ head/science/avogadro/Makefile Mon Feb 8 19:15:59 2016 (r408502) @@ -11,14 +11,11 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Advanced molecular editor and viewer LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= eigen2>2:${PORTSDIR}/math/eigen2 LIB_DEPENDS= libopenbabel.so:${PORTSDIR}/science/openbabel -OPTIONS_DEFINE= PYTHON -OPTIONS_DEFAULT=PYTHON -OPTIONS_SUB= yes - USES= cmake desktop-file-utils pkgconfig tar:bzip2 USE_GL= glu gl USE_QT4= gui network opengl \ @@ -32,20 +29,19 @@ CFLAGS+= -idirafter ${LOCALBASE}/include -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -.include +OPTIONS_DEFINE= PYTHON +OPTIONS_DEFAULT=PYTHON +OPTIONS_SUB= yes -.if ${PORT_OPTIONS:MPYTHON} -USES+= python:2 -BUILD_DEPENDS+= ${PYNUMPY} \ - ${PYTHON_PKGNAMEPREFIX}sip>0:${PORTSDIR}/devel/py-sip -LIB_DEPENDS+= libboost_python.so:${PORTSDIR}/devel/boost-python-libs -RUN_DEPENDS+= ${PYNUMPY} \ - ${PYTHON_PKGNAMEPREFIX}sip>0:${PORTSDIR}/devel/py-sip -CMAKE_ARGS+= -DENABLE_PYTHON=ON \ - -DPYTHON_INCLUDE_DIR:PATH=${WRKDIR}/include/${PYTHON_VERSION} -.else -CMAKE_ARGS+= -DENABLE_PYTHON=OFF -.endif +PYTHON_USES= python:2 +PYTHON_BUILD_DEPENDS= ${PYNUMPY} \ + ${PYTHON_PKGNAMEPREFIX}sip>0:${PORTSDIR}/devel/py-sip +PYTHON_LIB_DEPENDS= libboost_python.so:${PORTSDIR}/devel/boost-python-libs +PYTHON_RUN_DEPENDS= ${PYNUMPY} \ + ${PYTHON_PKGNAMEPREFIX}sip>0:${PORTSDIR}/devel/py-sip +PYTHON_CMAKE_ON= -DENABLE_PYTHON=ON \ + -DPYTHON_INCLUDE_DIR:PATH=${WRKDIR}/include/${PYTHON_VERSION} +PYTHON_CMAKE_OFF= -DENABLE_PYTHON=OFF post-patch: @${REINPLACE_CMD} -e \ @@ -54,8 +50,7 @@ post-patch: @${REINPLACE_CMD} -e \ 's|share/man|man|' ${WRKSRC}/doc/CMakeLists.txt -pre-configure: -.if ${PORT_OPTIONS:MPYTHON} +pre-configure-PYTHON-on: @${MKDIR} ${WRKDIR}/include/${PYTHON_VERSION} @${FIND} ${PYTHON_INCLUDEDIR} ! -name "pyport.h" -type f \ -maxdepth 1 | ${XARGS} -J % ${LN} -sf % \ @@ -63,6 +58,5 @@ pre-configure: @${SED} -e 's|^#ifdef _PY_PORT_CTYPE_UTF8_ISSUE|#if 0|' \ ${PYTHON_INCLUDEDIR}/pyport.h > \ ${WRKDIR}/include/${PYTHON_VERSION}/pyport.h -.endif .include Added: head/science/avogadro/files/patch-libavogadro_src_pythonengine__p.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/avogadro/files/patch-libavogadro_src_pythonengine__p.h Mon Feb 8 19:15:59 2016 (r408502) @@ -0,0 +1,12 @@ +--- libavogadro/src/pythonengine_p.h.orig 2013-12-06 15:50:04 UTC ++++ libavogadro/src/pythonengine_p.h +@@ -27,7 +27,9 @@ + + #include + #include ++#ifndef Q_MOC_RUN + #include ++#endif + + namespace Avogadro { + Added: head/science/avogadro/files/patch-libavogadro_src_pythonextension__p.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/avogadro/files/patch-libavogadro_src_pythonextension__p.h Mon Feb 8 19:15:59 2016 (r408502) @@ -0,0 +1,12 @@ +--- libavogadro/src/pythonextension_p.h.orig 2013-12-06 15:50:04 UTC ++++ libavogadro/src/pythonextension_p.h +@@ -29,7 +29,9 @@ + #include + #include + #include ++#ifndef Q_MOC_RUN + #include ++#endif + + #include + #include Added: head/science/avogadro/files/patch-libavogadro_src_pythoninterpreter.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/avogadro/files/patch-libavogadro_src_pythoninterpreter.h Mon Feb 8 19:15:59 2016 (r408502) @@ -0,0 +1,12 @@ +--- libavogadro/src/pythoninterpreter.h.orig 2013-12-06 15:50:04 UTC ++++ libavogadro/src/pythoninterpreter.h +@@ -26,7 +26,9 @@ + #define PYTHONINTERPRETER_H + + #include ++#ifndef Q_MOC_RUN + #include ++#endif + #include + #include + Added: head/science/avogadro/files/patch-libavogadro_src_pythonscript.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/avogadro/files/patch-libavogadro_src_pythonscript.h Mon Feb 8 19:15:59 2016 (r408502) @@ -0,0 +1,12 @@ +--- libavogadro/src/pythonscript.h.orig 2013-12-06 15:50:04 UTC ++++ libavogadro/src/pythonscript.h +@@ -27,7 +27,9 @@ + #define PYTHONSCRIPT_H + + #include ++#ifndef Q_MOC_RUN + #include ++#endif + + #include "pythonerror.h" + Added: head/science/avogadro/files/patch-libavogadro_src_pythontool__p.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/avogadro/files/patch-libavogadro_src_pythontool__p.h Mon Feb 8 19:15:59 2016 (r408502) @@ -0,0 +1,12 @@ +--- libavogadro/src/pythontool_p.h.orig 2013-12-06 15:50:04 UTC ++++ libavogadro/src/pythontool_p.h +@@ -27,7 +27,9 @@ + + #include + #include ++#ifndef Q_MOC_RUN + #include ++#endif + + #include + #include From owner-svn-ports-head@freebsd.org Mon Feb 8 19:18:40 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A471CAA2BE8; Mon, 8 Feb 2016 19:18:40 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 75713274; Mon, 8 Feb 2016 19:18:40 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u18JIdXj001963; Mon, 8 Feb 2016 19:18:39 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u18JIdAm001962; Mon, 8 Feb 2016 19:18:39 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602081918.u18JIdAm001962@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 8 Feb 2016 19:18:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408503 - head/databases/sqlcached X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Feb 2016 19:18:40 -0000 Author: marino Date: Mon Feb 8 19:18:39 2016 New Revision: 408503 URL: https://svnweb.freebsd.org/changeset/ports/408503 Log: databases/sqlcached: document ncurses requirement (USES+=ncurses) Also link with ncurses, not curses approved by: infrastructure blanket Modified: head/databases/sqlcached/Makefile Modified: head/databases/sqlcached/Makefile ============================================================================== --- head/databases/sqlcached/Makefile Mon Feb 8 19:15:59 2016 (r408502) +++ head/databases/sqlcached/Makefile Mon Feb 8 19:18:39 2016 (r408503) @@ -12,7 +12,7 @@ COMMENT= Cache daemon using SQL for data LIB_DEPENDS= libsqlite.so:${PORTSDIR}/databases/sqlite2 -USES= readline tar:tgz +USES= readline ncurses tar:tgz LDFLAGS+= -L${LOCALBASE}/lib @@ -24,6 +24,7 @@ PLIST_FILES= bin/${PORTNAME} etc/rc.d/${ man/man1/${PORTNAME}.1.gz post-patch: + @${REINPLACE_CMD} -e 's|-lcurses|-lncurses|' ${WRKSRC}/Makefile @${REINPLACE_CMD} 's|/usr/local|${PREFIX}|' \ ${WRKSRC}/FreeBSD/${PORTNAME} From owner-svn-ports-head@freebsd.org Mon Feb 8 19:19:06 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AC6BBAA2C1F; Mon, 8 Feb 2016 19:19:06 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5C525378; Mon, 8 Feb 2016 19:19:06 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u18JJ5JX002971; Mon, 8 Feb 2016 19:19:05 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u18JIx6d002908; Mon, 8 Feb 2016 19:18:59 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201602081918.u18JIx6d002908@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Mon, 8 Feb 2016 19:18:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408504 - in head: Mk editors/calligra editors/calligra-l10n-bs editors/calligra-l10n-ca editors/calligra-l10n-ca_valencia editors/calligra-l10n-cs editors/calligra-l10n-da editors/call... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Feb 2016 19:19:06 -0000 Author: rakuco Date: Mon Feb 8 19:18:59 2016 New Revision: 408504 URL: https://svnweb.freebsd.org/changeset/ports/408504 Log: Update Calligra to 2.9.11. This time it did not take us 2 years to update Calligra. In fact, we're updating it 5 days after its official release \o/ Announcement: https://www.calligra.org/news/calligra-2-9-11-released/ Modified: head/Mk/bsd.kde4.mk head/editors/calligra-l10n-bs/distinfo head/editors/calligra-l10n-bs/pkg-plist head/editors/calligra-l10n-ca/distinfo head/editors/calligra-l10n-ca/pkg-plist head/editors/calligra-l10n-ca_valencia/distinfo head/editors/calligra-l10n-ca_valencia/pkg-plist head/editors/calligra-l10n-cs/distinfo head/editors/calligra-l10n-cs/pkg-plist head/editors/calligra-l10n-da/distinfo head/editors/calligra-l10n-da/pkg-plist head/editors/calligra-l10n-el/distinfo head/editors/calligra-l10n-el/pkg-plist head/editors/calligra-l10n-en_GB/distinfo head/editors/calligra-l10n-en_GB/pkg-plist head/editors/calligra-l10n-es/distinfo head/editors/calligra-l10n-es/pkg-plist head/editors/calligra-l10n-et/distinfo head/editors/calligra-l10n-et/pkg-plist head/editors/calligra-l10n-fi/distinfo head/editors/calligra-l10n-gl/distinfo head/editors/calligra-l10n-gl/pkg-plist head/editors/calligra-l10n-it/distinfo head/editors/calligra-l10n-it/pkg-plist head/editors/calligra-l10n-kk/distinfo head/editors/calligra-l10n-kk/pkg-plist head/editors/calligra-l10n-nb/distinfo head/editors/calligra-l10n-nb/pkg-plist head/editors/calligra-l10n-nl/distinfo head/editors/calligra-l10n-nl/pkg-plist head/editors/calligra-l10n-sk/distinfo head/editors/calligra-l10n-sk/pkg-plist head/editors/calligra-l10n-sv/distinfo head/editors/calligra-l10n-sv/pkg-plist head/editors/calligra-l10n-tr/distinfo head/editors/calligra-l10n-tr/pkg-plist head/editors/calligra/Makefile head/editors/calligra/distinfo head/editors/calligra/pkg-plist head/french/calligra-l10n/distinfo head/french/calligra-l10n/pkg-plist head/german/calligra-l10n/distinfo head/german/calligra-l10n/pkg-plist head/hungarian/calligra-l10n/distinfo head/hungarian/calligra-l10n/pkg-plist head/japanese/calligra-l10n/distinfo head/japanese/calligra-l10n/pkg-plist head/polish/calligra-l10n/distinfo head/polish/calligra-l10n/pkg-plist head/portuguese/calligra-l10n-pt_BR/distinfo head/portuguese/calligra-l10n-pt_BR/pkg-plist head/portuguese/calligra-l10n/distinfo head/portuguese/calligra-l10n/pkg-plist head/russian/calligra-l10n/distinfo head/russian/calligra-l10n/pkg-plist head/ukrainian/calligra-l10n/distinfo head/ukrainian/calligra-l10n/pkg-plist Modified: head/Mk/bsd.kde4.mk ============================================================================== --- head/Mk/bsd.kde4.mk Mon Feb 8 19:18:39 2016 (r408503) +++ head/Mk/bsd.kde4.mk Mon Feb 8 19:18:59 2016 (r408504) @@ -81,7 +81,7 @@ KDE4_WORKSPACE_VERSION= 4.11.14 KDE4_BRANCH?= stable KTP_VERSION?= 0.8.0 KTP_BRANCH?= stable -CALLIGRA_VERSION?= 2.9.10 +CALLIGRA_VERSION?= 2.9.11 CALLIGRA_BRANCH?= stable KDEVELOP_VERSION?= 4.7.1 KDEVELOP_BRANCH?= stable Modified: head/editors/calligra-l10n-bs/distinfo ============================================================================== --- head/editors/calligra-l10n-bs/distinfo Mon Feb 8 19:18:39 2016 (r408503) +++ head/editors/calligra-l10n-bs/distinfo Mon Feb 8 19:18:59 2016 (r408504) @@ -1,2 +1,2 @@ -SHA256 (KDE/calligra/2.9.10/l10n/calligra-l10n-bs-2.9.10.tar.xz) = 600d81762d3c3647293d3a4fdc2781cf923d5e0a828423541eb5f0db5935db88 -SIZE (KDE/calligra/2.9.10/l10n/calligra-l10n-bs-2.9.10.tar.xz) = 418540 +SHA256 (KDE/calligra/2.9.11/l10n/calligra-l10n-bs-2.9.11.tar.xz) = fb3ba145a6d5e34e87851af303f3cfb9c0a4e089ef8ee3e233fabc6477519d1b +SIZE (KDE/calligra/2.9.11/l10n/calligra-l10n-bs-2.9.11.tar.xz) = 418212 Modified: head/editors/calligra-l10n-bs/pkg-plist ============================================================================== --- head/editors/calligra-l10n-bs/pkg-plist Mon Feb 8 19:18:39 2016 (r408503) +++ head/editors/calligra-l10n-bs/pkg-plist Mon Feb 8 19:18:59 2016 (r408504) @@ -30,7 +30,6 @@ share/locale/bs/LC_MESSAGES/calligra_tex share/locale/bs/LC_MESSAGES/calligraactive.mo share/locale/bs/LC_MESSAGES/calligrafilters.mo share/locale/bs/LC_MESSAGES/crashhandler.mo -share/locale/bs/LC_MESSAGES/desktop_calligra.mo share/locale/bs/LC_MESSAGES/flow.appdata.mo share/locale/bs/LC_MESSAGES/flow.mo share/locale/bs/LC_MESSAGES/karbon.appdata.mo Modified: head/editors/calligra-l10n-ca/distinfo ============================================================================== --- head/editors/calligra-l10n-ca/distinfo Mon Feb 8 19:18:39 2016 (r408503) +++ head/editors/calligra-l10n-ca/distinfo Mon Feb 8 19:18:59 2016 (r408504) @@ -1,2 +1,2 @@ -SHA256 (KDE/calligra/2.9.10/l10n/calligra-l10n-ca-2.9.10.tar.xz) = 36754bdc0ff8fe15112805aa30d90a83343a96050d83854d7d2f2c9e8a768430 -SIZE (KDE/calligra/2.9.10/l10n/calligra-l10n-ca-2.9.10.tar.xz) = 583948 +SHA256 (KDE/calligra/2.9.11/l10n/calligra-l10n-ca-2.9.11.tar.xz) = 5cd0a5be64fb23697fa5a0a5bc55723e3d3be24faab0e1d0604540052cd88d49 +SIZE (KDE/calligra/2.9.11/l10n/calligra-l10n-ca-2.9.11.tar.xz) = 584848 Modified: head/editors/calligra-l10n-ca/pkg-plist ============================================================================== --- head/editors/calligra-l10n-ca/pkg-plist Mon Feb 8 19:18:39 2016 (r408503) +++ head/editors/calligra-l10n-ca/pkg-plist Mon Feb 8 19:18:59 2016 (r408504) @@ -51,7 +51,6 @@ share/locale/ca/LC_MESSAGES/calligra_tex share/locale/ca/LC_MESSAGES/calligraactive.mo share/locale/ca/LC_MESSAGES/calligrafilters.mo share/locale/ca/LC_MESSAGES/crashhandler.mo -share/locale/ca/LC_MESSAGES/desktop_calligra.mo share/locale/ca/LC_MESSAGES/flow.appdata.mo share/locale/ca/LC_MESSAGES/flow.mo share/locale/ca/LC_MESSAGES/karbon.appdata.mo Modified: head/editors/calligra-l10n-ca_valencia/distinfo ============================================================================== --- head/editors/calligra-l10n-ca_valencia/distinfo Mon Feb 8 19:18:39 2016 (r408503) +++ head/editors/calligra-l10n-ca_valencia/distinfo Mon Feb 8 19:18:59 2016 (r408504) @@ -1,2 +1,2 @@ -SHA256 (KDE/calligra/2.9.10/l10n/calligra-l10n-ca@valencia-2.9.10.tar.xz) = 2ca3fd03c9b604925acddf6d89fbd2229ce797d51b6d61fbb8b90dea7cb438ea -SIZE (KDE/calligra/2.9.10/l10n/calligra-l10n-ca@valencia-2.9.10.tar.xz) = 392952 +SHA256 (KDE/calligra/2.9.11/l10n/calligra-l10n-ca@valencia-2.9.11.tar.xz) = 9b7b4198052216a08aaee9f78e0db356fae6b5cd3d84b3b626a932e02fcd62c9 +SIZE (KDE/calligra/2.9.11/l10n/calligra-l10n-ca@valencia-2.9.11.tar.xz) = 393336 Modified: head/editors/calligra-l10n-ca_valencia/pkg-plist ============================================================================== --- head/editors/calligra-l10n-ca_valencia/pkg-plist Mon Feb 8 19:18:39 2016 (r408503) +++ head/editors/calligra-l10n-ca_valencia/pkg-plist Mon Feb 8 19:18:59 2016 (r408504) @@ -29,7 +29,6 @@ share/locale/ca@valencia/LC_MESSAGES/cal share/locale/ca@valencia/LC_MESSAGES/calligraactive.mo share/locale/ca@valencia/LC_MESSAGES/calligrafilters.mo share/locale/ca@valencia/LC_MESSAGES/crashhandler.mo -share/locale/ca@valencia/LC_MESSAGES/desktop_calligra.mo share/locale/ca@valencia/LC_MESSAGES/flow.appdata.mo share/locale/ca@valencia/LC_MESSAGES/flow.mo share/locale/ca@valencia/LC_MESSAGES/karbon.appdata.mo Modified: head/editors/calligra-l10n-cs/distinfo ============================================================================== --- head/editors/calligra-l10n-cs/distinfo Mon Feb 8 19:18:39 2016 (r408503) +++ head/editors/calligra-l10n-cs/distinfo Mon Feb 8 19:18:59 2016 (r408504) @@ -1,2 +1,2 @@ -SHA256 (KDE/calligra/2.9.10/l10n/calligra-l10n-cs-2.9.10.tar.xz) = 6db4ff1075afe54ed09188cf75e52ae0b848861d6a16dd64db548c7e05cbd181 -SIZE (KDE/calligra/2.9.10/l10n/calligra-l10n-cs-2.9.10.tar.xz) = 334368 +SHA256 (KDE/calligra/2.9.11/l10n/calligra-l10n-cs-2.9.11.tar.xz) = d0ac81daa3a083c78af8c5acf5745f67543133f669aa83709ab270a8b6a3fa39 +SIZE (KDE/calligra/2.9.11/l10n/calligra-l10n-cs-2.9.11.tar.xz) = 334448 Modified: head/editors/calligra-l10n-cs/pkg-plist ============================================================================== --- head/editors/calligra-l10n-cs/pkg-plist Mon Feb 8 19:18:39 2016 (r408503) +++ head/editors/calligra-l10n-cs/pkg-plist Mon Feb 8 19:18:59 2016 (r408504) @@ -30,7 +30,6 @@ share/locale/cs/LC_MESSAGES/calligra_tex share/locale/cs/LC_MESSAGES/calligraactive.mo share/locale/cs/LC_MESSAGES/calligrafilters.mo share/locale/cs/LC_MESSAGES/crashhandler.mo -share/locale/cs/LC_MESSAGES/desktop_calligra.mo share/locale/cs/LC_MESSAGES/flow.appdata.mo share/locale/cs/LC_MESSAGES/flow.mo share/locale/cs/LC_MESSAGES/karbon.appdata.mo Modified: head/editors/calligra-l10n-da/distinfo ============================================================================== --- head/editors/calligra-l10n-da/distinfo Mon Feb 8 19:18:39 2016 (r408503) +++ head/editors/calligra-l10n-da/distinfo Mon Feb 8 19:18:59 2016 (r408504) @@ -1,2 +1,2 @@ -SHA256 (KDE/calligra/2.9.10/l10n/calligra-l10n-da-2.9.10.tar.xz) = 409e99bfce1c04fab7cb6c3f636f9ae5c55ef1a41e91cbf6f1d7c84c5f6e6443 -SIZE (KDE/calligra/2.9.10/l10n/calligra-l10n-da-2.9.10.tar.xz) = 463324 +SHA256 (KDE/calligra/2.9.11/l10n/calligra-l10n-da-2.9.11.tar.xz) = 033ea6d93368e55c2cca28ce720139b256124ee603c2f55b0cdef8a0af684d09 +SIZE (KDE/calligra/2.9.11/l10n/calligra-l10n-da-2.9.11.tar.xz) = 464780 Modified: head/editors/calligra-l10n-da/pkg-plist ============================================================================== --- head/editors/calligra-l10n-da/pkg-plist Mon Feb 8 19:18:39 2016 (r408503) +++ head/editors/calligra-l10n-da/pkg-plist Mon Feb 8 19:18:59 2016 (r408504) @@ -30,7 +30,6 @@ share/locale/da/LC_MESSAGES/calligra_tex share/locale/da/LC_MESSAGES/calligraactive.mo share/locale/da/LC_MESSAGES/calligrafilters.mo share/locale/da/LC_MESSAGES/crashhandler.mo -share/locale/da/LC_MESSAGES/desktop_calligra.mo share/locale/da/LC_MESSAGES/flow.appdata.mo share/locale/da/LC_MESSAGES/flow.mo share/locale/da/LC_MESSAGES/karbon.appdata.mo Modified: head/editors/calligra-l10n-el/distinfo ============================================================================== --- head/editors/calligra-l10n-el/distinfo Mon Feb 8 19:18:39 2016 (r408503) +++ head/editors/calligra-l10n-el/distinfo Mon Feb 8 19:18:59 2016 (r408504) @@ -1,2 +1,2 @@ -SHA256 (KDE/calligra/2.9.10/l10n/calligra-l10n-el-2.9.10.tar.xz) = 5dd588de9e5b7989bf963c5d16c44b1d7eb1a85b579cdbb4ff24ad1246c7a4d6 -SIZE (KDE/calligra/2.9.10/l10n/calligra-l10n-el-2.9.10.tar.xz) = 464988 +SHA256 (KDE/calligra/2.9.11/l10n/calligra-l10n-el-2.9.11.tar.xz) = a6788903764f2b7b4a01ce45677c5aa7590dc9ccfdd85311a05f89230d725deb +SIZE (KDE/calligra/2.9.11/l10n/calligra-l10n-el-2.9.11.tar.xz) = 465060 Modified: head/editors/calligra-l10n-el/pkg-plist ============================================================================== --- head/editors/calligra-l10n-el/pkg-plist Mon Feb 8 19:18:39 2016 (r408503) +++ head/editors/calligra-l10n-el/pkg-plist Mon Feb 8 19:18:59 2016 (r408504) @@ -25,7 +25,6 @@ share/locale/el/LC_MESSAGES/calligra_tex share/locale/el/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/el/LC_MESSAGES/calligraactive.mo share/locale/el/LC_MESSAGES/calligrafilters.mo -share/locale/el/LC_MESSAGES/desktop_calligra.mo share/locale/el/LC_MESSAGES/flow.mo share/locale/el/LC_MESSAGES/karbon.mo share/locale/el/LC_MESSAGES/kexi.mo Modified: head/editors/calligra-l10n-en_GB/distinfo ============================================================================== --- head/editors/calligra-l10n-en_GB/distinfo Mon Feb 8 19:18:39 2016 (r408503) +++ head/editors/calligra-l10n-en_GB/distinfo Mon Feb 8 19:18:59 2016 (r408504) @@ -1,2 +1,2 @@ -SHA256 (KDE/calligra/2.9.10/l10n/calligra-l10n-en_GB-2.9.10.tar.xz) = 5136fe0685cbeaed6bc52b8bdd44cd0f057186f15a89558d4c71d26e3abaca04 -SIZE (KDE/calligra/2.9.10/l10n/calligra-l10n-en_GB-2.9.10.tar.xz) = 394680 +SHA256 (KDE/calligra/2.9.11/l10n/calligra-l10n-en_GB-2.9.11.tar.xz) = a5763d0e759726cc5a4397f27b70d9001a3e31f6a52771730cd7a03f0d46a250 +SIZE (KDE/calligra/2.9.11/l10n/calligra-l10n-en_GB-2.9.11.tar.xz) = 390204 Modified: head/editors/calligra-l10n-en_GB/pkg-plist ============================================================================== --- head/editors/calligra-l10n-en_GB/pkg-plist Mon Feb 8 19:18:39 2016 (r408503) +++ head/editors/calligra-l10n-en_GB/pkg-plist Mon Feb 8 19:18:59 2016 (r408504) @@ -30,7 +30,6 @@ share/locale/en_GB/LC_MESSAGES/calligra_ share/locale/en_GB/LC_MESSAGES/calligraactive.mo share/locale/en_GB/LC_MESSAGES/calligrafilters.mo share/locale/en_GB/LC_MESSAGES/crashhandler.mo -share/locale/en_GB/LC_MESSAGES/desktop_calligra.mo share/locale/en_GB/LC_MESSAGES/flow.appdata.mo share/locale/en_GB/LC_MESSAGES/flow.mo share/locale/en_GB/LC_MESSAGES/karbon.appdata.mo Modified: head/editors/calligra-l10n-es/distinfo ============================================================================== --- head/editors/calligra-l10n-es/distinfo Mon Feb 8 19:18:39 2016 (r408503) +++ head/editors/calligra-l10n-es/distinfo Mon Feb 8 19:18:59 2016 (r408504) @@ -1,2 +1,2 @@ -SHA256 (KDE/calligra/2.9.10/l10n/calligra-l10n-es-2.9.10.tar.xz) = e5bfefba04ef6d2e905f43c84644df1914e577ed836ed89c310c7712f63fe273 -SIZE (KDE/calligra/2.9.10/l10n/calligra-l10n-es-2.9.10.tar.xz) = 1243636 +SHA256 (KDE/calligra/2.9.11/l10n/calligra-l10n-es-2.9.11.tar.xz) = 400ea00608917ec7d7cb641f233e6dfeba4cf94ef7715dec9e0f1e1e6b053cf8 +SIZE (KDE/calligra/2.9.11/l10n/calligra-l10n-es-2.9.11.tar.xz) = 1242572 Modified: head/editors/calligra-l10n-es/pkg-plist ============================================================================== --- head/editors/calligra-l10n-es/pkg-plist Mon Feb 8 19:18:39 2016 (r408503) +++ head/editors/calligra-l10n-es/pkg-plist Mon Feb 8 19:18:59 2016 (r408504) @@ -80,7 +80,6 @@ share/locale/es/LC_MESSAGES/calligra_tex share/locale/es/LC_MESSAGES/calligraactive.mo share/locale/es/LC_MESSAGES/calligrafilters.mo share/locale/es/LC_MESSAGES/crashhandler.mo -share/locale/es/LC_MESSAGES/desktop_calligra.mo share/locale/es/LC_MESSAGES/flow.appdata.mo share/locale/es/LC_MESSAGES/flow.mo share/locale/es/LC_MESSAGES/karbon.appdata.mo Modified: head/editors/calligra-l10n-et/distinfo ============================================================================== --- head/editors/calligra-l10n-et/distinfo Mon Feb 8 19:18:39 2016 (r408503) +++ head/editors/calligra-l10n-et/distinfo Mon Feb 8 19:18:59 2016 (r408504) @@ -1,2 +1,2 @@ -SHA256 (KDE/calligra/2.9.10/l10n/calligra-l10n-et-2.9.10.tar.xz) = 8aa87eb7f3daa0392cad0af63c00b70a32cfd197e3c7701fcde34322c3c9f64e -SIZE (KDE/calligra/2.9.10/l10n/calligra-l10n-et-2.9.10.tar.xz) = 685876 +SHA256 (KDE/calligra/2.9.11/l10n/calligra-l10n-et-2.9.11.tar.xz) = 9fe71b98768e8c3085396c5cb4f2f084e97470d90fba754b5c888f2decc792b8 +SIZE (KDE/calligra/2.9.11/l10n/calligra-l10n-et-2.9.11.tar.xz) = 686644 Modified: head/editors/calligra-l10n-et/pkg-plist ============================================================================== --- head/editors/calligra-l10n-et/pkg-plist Mon Feb 8 19:18:39 2016 (r408503) +++ head/editors/calligra-l10n-et/pkg-plist Mon Feb 8 19:18:59 2016 (r408504) @@ -54,7 +54,6 @@ share/locale/et/LC_MESSAGES/calligra_tex share/locale/et/LC_MESSAGES/calligraactive.mo share/locale/et/LC_MESSAGES/calligrafilters.mo share/locale/et/LC_MESSAGES/crashhandler.mo -share/locale/et/LC_MESSAGES/desktop_calligra.mo share/locale/et/LC_MESSAGES/flow.appdata.mo share/locale/et/LC_MESSAGES/flow.mo share/locale/et/LC_MESSAGES/karbon.appdata.mo Modified: head/editors/calligra-l10n-fi/distinfo ============================================================================== --- head/editors/calligra-l10n-fi/distinfo Mon Feb 8 19:18:39 2016 (r408503) +++ head/editors/calligra-l10n-fi/distinfo Mon Feb 8 19:18:59 2016 (r408504) @@ -1,2 +1,2 @@ -SHA256 (KDE/calligra/2.9.10/l10n/calligra-l10n-fi-2.9.10.tar.xz) = acf2ecd1c6d6173394ace1f6d4129f57ae20920542e3f1f0db7e327e71eb67e0 -SIZE (KDE/calligra/2.9.10/l10n/calligra-l10n-fi-2.9.10.tar.xz) = 446064 +SHA256 (KDE/calligra/2.9.11/l10n/calligra-l10n-fi-2.9.11.tar.xz) = d90d5d7e7576af8d0ec0ba622808cf84eda9e5efb9e960669e805e3b6493da86 +SIZE (KDE/calligra/2.9.11/l10n/calligra-l10n-fi-2.9.11.tar.xz) = 447452 Modified: head/editors/calligra-l10n-gl/distinfo ============================================================================== --- head/editors/calligra-l10n-gl/distinfo Mon Feb 8 19:18:39 2016 (r408503) +++ head/editors/calligra-l10n-gl/distinfo Mon Feb 8 19:18:59 2016 (r408504) @@ -1,2 +1,2 @@ -SHA256 (KDE/calligra/2.9.10/l10n/calligra-l10n-gl-2.9.10.tar.xz) = e76d200aa0103d129d5918408bd7048baf5e887c823780b6c434b8820b06f7f2 -SIZE (KDE/calligra/2.9.10/l10n/calligra-l10n-gl-2.9.10.tar.xz) = 423564 +SHA256 (KDE/calligra/2.9.11/l10n/calligra-l10n-gl-2.9.11.tar.xz) = b6065b48a5f10e787c01bb060cf240db04051f5cec1939e0e7e26f0a5dfffd42 +SIZE (KDE/calligra/2.9.11/l10n/calligra-l10n-gl-2.9.11.tar.xz) = 433352 Modified: head/editors/calligra-l10n-gl/pkg-plist ============================================================================== --- head/editors/calligra-l10n-gl/pkg-plist Mon Feb 8 19:18:39 2016 (r408503) +++ head/editors/calligra-l10n-gl/pkg-plist Mon Feb 8 19:18:59 2016 (r408504) @@ -28,7 +28,6 @@ share/locale/gl/LC_MESSAGES/calligra_tex share/locale/gl/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/gl/LC_MESSAGES/calligraactive.mo share/locale/gl/LC_MESSAGES/calligrafilters.mo -share/locale/gl/LC_MESSAGES/desktop_calligra.mo share/locale/gl/LC_MESSAGES/flow.mo share/locale/gl/LC_MESSAGES/karbon.mo share/locale/gl/LC_MESSAGES/kexi.mo Modified: head/editors/calligra-l10n-it/distinfo ============================================================================== --- head/editors/calligra-l10n-it/distinfo Mon Feb 8 19:18:39 2016 (r408503) +++ head/editors/calligra-l10n-it/distinfo Mon Feb 8 19:18:59 2016 (r408504) @@ -1,2 +1,2 @@ -SHA256 (KDE/calligra/2.9.10/l10n/calligra-l10n-it-2.9.10.tar.xz) = 9f718a583b64fafd5e393d34fb33e5a3f5ca403de9cda8071df6b43940020580 -SIZE (KDE/calligra/2.9.10/l10n/calligra-l10n-it-2.9.10.tar.xz) = 761396 +SHA256 (KDE/calligra/2.9.11/l10n/calligra-l10n-it-2.9.11.tar.xz) = ffa5d8c657fcc9c32629d152f3cc883d120477f7bf510bc123d141166b42d722 +SIZE (KDE/calligra/2.9.11/l10n/calligra-l10n-it-2.9.11.tar.xz) = 761216 Modified: head/editors/calligra-l10n-it/pkg-plist ============================================================================== --- head/editors/calligra-l10n-it/pkg-plist Mon Feb 8 19:18:39 2016 (r408503) +++ head/editors/calligra-l10n-it/pkg-plist Mon Feb 8 19:18:59 2016 (r408504) @@ -54,7 +54,6 @@ share/locale/it/LC_MESSAGES/calligra_tex share/locale/it/LC_MESSAGES/calligraactive.mo share/locale/it/LC_MESSAGES/calligrafilters.mo share/locale/it/LC_MESSAGES/crashhandler.mo -share/locale/it/LC_MESSAGES/desktop_calligra.mo share/locale/it/LC_MESSAGES/flow.appdata.mo share/locale/it/LC_MESSAGES/flow.mo share/locale/it/LC_MESSAGES/karbon.appdata.mo Modified: head/editors/calligra-l10n-kk/distinfo ============================================================================== --- head/editors/calligra-l10n-kk/distinfo Mon Feb 8 19:18:39 2016 (r408503) +++ head/editors/calligra-l10n-kk/distinfo Mon Feb 8 19:18:59 2016 (r408504) @@ -1,2 +1,2 @@ -SHA256 (KDE/calligra/2.9.10/l10n/calligra-l10n-kk-2.9.10.tar.xz) = 52e30dfc2b5201d59744802fba5a2b81c72ead50bedfdba14e40ac7103382671 -SIZE (KDE/calligra/2.9.10/l10n/calligra-l10n-kk-2.9.10.tar.xz) = 458980 +SHA256 (KDE/calligra/2.9.11/l10n/calligra-l10n-kk-2.9.11.tar.xz) = f0698e5a13614bb635e1239d061790b1e707ed4c8f582db8ca7f1c5cf21dcbac +SIZE (KDE/calligra/2.9.11/l10n/calligra-l10n-kk-2.9.11.tar.xz) = 459244 Modified: head/editors/calligra-l10n-kk/pkg-plist ============================================================================== --- head/editors/calligra-l10n-kk/pkg-plist Mon Feb 8 19:18:39 2016 (r408503) +++ head/editors/calligra-l10n-kk/pkg-plist Mon Feb 8 19:18:59 2016 (r408504) @@ -28,7 +28,6 @@ share/locale/kk/LC_MESSAGES/calligra_tex share/locale/kk/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/kk/LC_MESSAGES/calligraactive.mo share/locale/kk/LC_MESSAGES/calligrafilters.mo -share/locale/kk/LC_MESSAGES/desktop_calligra.mo share/locale/kk/LC_MESSAGES/flow.mo share/locale/kk/LC_MESSAGES/karbon.mo share/locale/kk/LC_MESSAGES/kexi.mo Modified: head/editors/calligra-l10n-nb/distinfo ============================================================================== --- head/editors/calligra-l10n-nb/distinfo Mon Feb 8 19:18:39 2016 (r408503) +++ head/editors/calligra-l10n-nb/distinfo Mon Feb 8 19:18:59 2016 (r408504) @@ -1,2 +1,2 @@ -SHA256 (KDE/calligra/2.9.10/l10n/calligra-l10n-nb-2.9.10.tar.xz) = 61b565242e22da5aea60d13b5c1826b8e3fe9dd517cad8979a62385074f08a91 -SIZE (KDE/calligra/2.9.10/l10n/calligra-l10n-nb-2.9.10.tar.xz) = 378028 +SHA256 (KDE/calligra/2.9.11/l10n/calligra-l10n-nb-2.9.11.tar.xz) = 852222c27d7c4a67fdec541ff7a64e0af12ced5bcc9e73e984b35dd684cc8d77 +SIZE (KDE/calligra/2.9.11/l10n/calligra-l10n-nb-2.9.11.tar.xz) = 377868 Modified: head/editors/calligra-l10n-nb/pkg-plist ============================================================================== --- head/editors/calligra-l10n-nb/pkg-plist Mon Feb 8 19:18:39 2016 (r408503) +++ head/editors/calligra-l10n-nb/pkg-plist Mon Feb 8 19:18:59 2016 (r408504) @@ -29,7 +29,6 @@ share/locale/nb/LC_MESSAGES/calligra_tex share/locale/nb/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/nb/LC_MESSAGES/calligraactive.mo share/locale/nb/LC_MESSAGES/calligrafilters.mo -share/locale/nb/LC_MESSAGES/desktop_calligra.mo share/locale/nb/LC_MESSAGES/flow.mo share/locale/nb/LC_MESSAGES/karbon.mo share/locale/nb/LC_MESSAGES/kexisqlite3driver.mo Modified: head/editors/calligra-l10n-nl/distinfo ============================================================================== --- head/editors/calligra-l10n-nl/distinfo Mon Feb 8 19:18:39 2016 (r408503) +++ head/editors/calligra-l10n-nl/distinfo Mon Feb 8 19:18:59 2016 (r408504) @@ -1,2 +1,2 @@ -SHA256 (KDE/calligra/2.9.10/l10n/calligra-l10n-nl-2.9.10.tar.xz) = b38c88533a8ba65ba041e81df09218be427e7c4d0c03186d04d3e4449494c199 -SIZE (KDE/calligra/2.9.10/l10n/calligra-l10n-nl-2.9.10.tar.xz) = 1600624 +SHA256 (KDE/calligra/2.9.11/l10n/calligra-l10n-nl-2.9.11.tar.xz) = 733f3a10f69f41b9cff2038926c93fd48a89dc7eb8d66e3c34e3cd0cb8617040 +SIZE (KDE/calligra/2.9.11/l10n/calligra-l10n-nl-2.9.11.tar.xz) = 1603396 Modified: head/editors/calligra-l10n-nl/pkg-plist ============================================================================== --- head/editors/calligra-l10n-nl/pkg-plist Mon Feb 8 19:18:39 2016 (r408503) +++ head/editors/calligra-l10n-nl/pkg-plist Mon Feb 8 19:18:59 2016 (r408504) @@ -126,7 +126,6 @@ share/locale/nl/LC_MESSAGES/calligra_tex share/locale/nl/LC_MESSAGES/calligraactive.mo share/locale/nl/LC_MESSAGES/calligrafilters.mo share/locale/nl/LC_MESSAGES/crashhandler.mo -share/locale/nl/LC_MESSAGES/desktop_calligra.mo share/locale/nl/LC_MESSAGES/flow.appdata.mo share/locale/nl/LC_MESSAGES/flow.mo share/locale/nl/LC_MESSAGES/karbon.appdata.mo Modified: head/editors/calligra-l10n-sk/distinfo ============================================================================== --- head/editors/calligra-l10n-sk/distinfo Mon Feb 8 19:18:39 2016 (r408503) +++ head/editors/calligra-l10n-sk/distinfo Mon Feb 8 19:18:59 2016 (r408504) @@ -1,2 +1,2 @@ -SHA256 (KDE/calligra/2.9.10/l10n/calligra-l10n-sk-2.9.10.tar.xz) = 1acfc51dafda35bde6e50a3e50ccaa1ab43ad390a8c1a044fb4c37913a82633d -SIZE (KDE/calligra/2.9.10/l10n/calligra-l10n-sk-2.9.10.tar.xz) = 393256 +SHA256 (KDE/calligra/2.9.11/l10n/calligra-l10n-sk-2.9.11.tar.xz) = 8330042c2d06eb9a8ccb76eae614e3020fd34bf26bc0d8fbc17c34c7dd8cca07 +SIZE (KDE/calligra/2.9.11/l10n/calligra-l10n-sk-2.9.11.tar.xz) = 393432 Modified: head/editors/calligra-l10n-sk/pkg-plist ============================================================================== --- head/editors/calligra-l10n-sk/pkg-plist Mon Feb 8 19:18:39 2016 (r408503) +++ head/editors/calligra-l10n-sk/pkg-plist Mon Feb 8 19:18:59 2016 (r408504) @@ -30,7 +30,6 @@ share/locale/sk/LC_MESSAGES/calligra_tex share/locale/sk/LC_MESSAGES/calligraactive.mo share/locale/sk/LC_MESSAGES/calligrafilters.mo share/locale/sk/LC_MESSAGES/crashhandler.mo -share/locale/sk/LC_MESSAGES/desktop_calligra.mo share/locale/sk/LC_MESSAGES/flow.appdata.mo share/locale/sk/LC_MESSAGES/flow.mo share/locale/sk/LC_MESSAGES/karbon.appdata.mo Modified: head/editors/calligra-l10n-sv/distinfo ============================================================================== --- head/editors/calligra-l10n-sv/distinfo Mon Feb 8 19:18:39 2016 (r408503) +++ head/editors/calligra-l10n-sv/distinfo Mon Feb 8 19:18:59 2016 (r408504) @@ -1,2 +1,2 @@ -SHA256 (KDE/calligra/2.9.10/l10n/calligra-l10n-sv-2.9.10.tar.xz) = 352db3f953723d6027a84efa65c3a6b2d261775e4e53a7fb05107a0209fb77a3 -SIZE (KDE/calligra/2.9.10/l10n/calligra-l10n-sv-2.9.10.tar.xz) = 2005076 +SHA256 (KDE/calligra/2.9.11/l10n/calligra-l10n-sv-2.9.11.tar.xz) = 5d1bedcac9f968c4787cc72857e957a4f1bcc3af4734704a45aa94111e88cfcf +SIZE (KDE/calligra/2.9.11/l10n/calligra-l10n-sv-2.9.11.tar.xz) = 2004156 Modified: head/editors/calligra-l10n-sv/pkg-plist ============================================================================== --- head/editors/calligra-l10n-sv/pkg-plist Mon Feb 8 19:18:39 2016 (r408503) +++ head/editors/calligra-l10n-sv/pkg-plist Mon Feb 8 19:18:59 2016 (r408504) @@ -163,7 +163,6 @@ share/locale/sv/LC_MESSAGES/calligra_tex share/locale/sv/LC_MESSAGES/calligraactive.mo share/locale/sv/LC_MESSAGES/calligrafilters.mo share/locale/sv/LC_MESSAGES/crashhandler.mo -share/locale/sv/LC_MESSAGES/desktop_calligra.mo share/locale/sv/LC_MESSAGES/flow.appdata.mo share/locale/sv/LC_MESSAGES/flow.mo share/locale/sv/LC_MESSAGES/karbon.appdata.mo Modified: head/editors/calligra-l10n-tr/distinfo ============================================================================== --- head/editors/calligra-l10n-tr/distinfo Mon Feb 8 19:18:39 2016 (r408503) +++ head/editors/calligra-l10n-tr/distinfo Mon Feb 8 19:18:59 2016 (r408504) @@ -1,2 +1,2 @@ -SHA256 (KDE/calligra/2.9.10/l10n/calligra-l10n-tr-2.9.10.tar.xz) = 17589b816d19cb479537d0695424e37504622b496d38d53a75d3990a535e9498 -SIZE (KDE/calligra/2.9.10/l10n/calligra-l10n-tr-2.9.10.tar.xz) = 394100 +SHA256 (KDE/calligra/2.9.11/l10n/calligra-l10n-tr-2.9.11.tar.xz) = ac30ce359c26b8bc046fca3898ae92ffd4b118e11535db95a491ee2d224b01b7 +SIZE (KDE/calligra/2.9.11/l10n/calligra-l10n-tr-2.9.11.tar.xz) = 394228 Modified: head/editors/calligra-l10n-tr/pkg-plist ============================================================================== --- head/editors/calligra-l10n-tr/pkg-plist Mon Feb 8 19:18:39 2016 (r408503) +++ head/editors/calligra-l10n-tr/pkg-plist Mon Feb 8 19:18:59 2016 (r408504) @@ -30,7 +30,6 @@ share/locale/tr/LC_MESSAGES/calligra_tex share/locale/tr/LC_MESSAGES/calligraactive.mo share/locale/tr/LC_MESSAGES/calligrafilters.mo share/locale/tr/LC_MESSAGES/crashhandler.mo -share/locale/tr/LC_MESSAGES/desktop_calligra.mo share/locale/tr/LC_MESSAGES/flow.appdata.mo share/locale/tr/LC_MESSAGES/flow.mo share/locale/tr/LC_MESSAGES/karbon.appdata.mo Modified: head/editors/calligra/Makefile ============================================================================== --- head/editors/calligra/Makefile Mon Feb 8 19:18:39 2016 (r408503) +++ head/editors/calligra/Makefile Mon Feb 8 19:18:59 2016 (r408504) @@ -2,7 +2,6 @@ PORTNAME= calligra PORTVERSION= ${CALLIGRA_VERSION} -PORTREVISION= 1 CATEGORIES= editors kde MASTER_SITES= KDE/${CALLIGRA_BRANCH}/${PORTNAME}-${PORTVERSION}/ DIST_SUBDIR= KDE/${PORTNAME}/${PORTVERSION} @@ -42,9 +41,8 @@ USE_KDE4= kactivities kdelibs kdeprefix USE_QT4= corelib dbus designer_build gui opengl phonon \ qtestlib_build script sql svg webkit xml \ moc_build qmake_build rcc_build uic_build -USE_SQLITE= 3 USES= cmake:outsource cpe compiler:c++11-lang iconv:translit jpeg \ - perl5 pkgconfig shared-mime-info tar:xz + perl5 pkgconfig shared-mime-info sqlite tar:xz CMAKE_ARGS= -DCMAKE_INCLUDE_PATH:STRING="${QT_INCDIR} ${LOCALBASE}/include" \ -DPRODUCTSET:STRING="DESKTOP" USE_LDCONFIG= yes Modified: head/editors/calligra/distinfo ============================================================================== --- head/editors/calligra/distinfo Mon Feb 8 19:18:39 2016 (r408503) +++ head/editors/calligra/distinfo Mon Feb 8 19:18:59 2016 (r408504) @@ -1,2 +1,2 @@ -SHA256 (KDE/calligra/2.9.10/calligra-2.9.10.tar.xz) = a9d16f0523e03141a3d2cd2e28e484a8aa0f0fead2352ac2c385688066a1d1ef -SIZE (KDE/calligra/2.9.10/calligra-2.9.10.tar.xz) = 194841508 +SHA256 (KDE/calligra/2.9.11/calligra-2.9.11.tar.xz) = b18d2d0f87bc92753ec8b1eb780a596770a49141e3e60d811da51e752e54ea09 +SIZE (KDE/calligra/2.9.11/calligra-2.9.11.tar.xz) = 196039892 Modified: head/editors/calligra/pkg-plist ============================================================================== --- head/editors/calligra/pkg-plist Mon Feb 8 19:18:39 2016 (r408503) +++ head/editors/calligra/pkg-plist Mon Feb 8 19:18:59 2016 (r408504) @@ -1000,6 +1000,8 @@ share/applications/kde4/okularApplicatio share/applications/kde4/okularApplication_docx_calligra.desktop share/applications/kde4/okularApplication_odp.desktop share/applications/kde4/okularApplication_odt.desktop +share/applications/kde4/okularApplication_powerpoint_calligra.desktop +share/applications/kde4/okularApplication_pptx_calligra.desktop share/applications/kde4/okularApplication_wpd_calligra.desktop share/applications/kde4/plan.desktop share/applications/kde4/planwork.desktop @@ -7064,7 +7066,7 @@ share/icons/hicolor/1024x1024/apps/calli share/icons/hicolor/1024x1024/apps/calligraflow.png share/icons/hicolor/1024x1024/apps/calligrakarbon.png share/icons/hicolor/1024x1024/apps/calligrakexi.png -share/icons/hicolor/1024x1024/apps/calligrakrita.png +share/icons/hicolor/1024x1024/apps/calligrakrita2.png share/icons/hicolor/1024x1024/apps/calligraplan.png share/icons/hicolor/1024x1024/apps/calligrasheets.png share/icons/hicolor/1024x1024/apps/calligrastage.png @@ -7074,7 +7076,7 @@ share/icons/hicolor/128x128/apps/calligr share/icons/hicolor/128x128/apps/calligraflow.png share/icons/hicolor/128x128/apps/calligrakarbon.png share/icons/hicolor/128x128/apps/calligrakexi.png -share/icons/hicolor/128x128/apps/calligrakrita.png +share/icons/hicolor/128x128/apps/calligrakrita2.png share/icons/hicolor/128x128/apps/calligraplan.png share/icons/hicolor/128x128/apps/calligraplanwork.png share/icons/hicolor/128x128/apps/calligrasheets.png @@ -7094,7 +7096,7 @@ share/icons/hicolor/16x16/apps/calligraa share/icons/hicolor/16x16/apps/calligraflow.png share/icons/hicolor/16x16/apps/calligrakarbon.png share/icons/hicolor/16x16/apps/calligrakexi.png -share/icons/hicolor/16x16/apps/calligrakrita.png +share/icons/hicolor/16x16/apps/calligrakrita2.png share/icons/hicolor/16x16/apps/calligraplan.png share/icons/hicolor/16x16/apps/calligraplanwork.png share/icons/hicolor/16x16/apps/calligrasheets.png @@ -7112,7 +7114,7 @@ share/icons/hicolor/22x22/apps/calligraa share/icons/hicolor/22x22/apps/calligraflow.png share/icons/hicolor/22x22/apps/calligrakarbon.png share/icons/hicolor/22x22/apps/calligrakexi.png -share/icons/hicolor/22x22/apps/calligrakrita.png +share/icons/hicolor/22x22/apps/calligrakrita2.png share/icons/hicolor/22x22/apps/calligraplan.png share/icons/hicolor/22x22/apps/calligraplanwork.png share/icons/hicolor/22x22/apps/calligrasheets.png @@ -7127,7 +7129,7 @@ share/icons/hicolor/256x256/apps/calligr share/icons/hicolor/256x256/apps/calligraflow.png share/icons/hicolor/256x256/apps/calligrakarbon.png share/icons/hicolor/256x256/apps/calligrakexi.png -share/icons/hicolor/256x256/apps/calligrakrita.png +share/icons/hicolor/256x256/apps/calligrakrita2.png share/icons/hicolor/256x256/apps/calligraplan.png share/icons/hicolor/256x256/apps/calligrasheets.png share/icons/hicolor/256x256/apps/calligrastage.png @@ -7139,7 +7141,7 @@ share/icons/hicolor/32x32/apps/calligraa share/icons/hicolor/32x32/apps/calligraflow.png share/icons/hicolor/32x32/apps/calligrakarbon.png share/icons/hicolor/32x32/apps/calligrakexi.png -share/icons/hicolor/32x32/apps/calligrakrita.png +share/icons/hicolor/32x32/apps/calligrakrita2.png share/icons/hicolor/32x32/apps/calligraplan.png share/icons/hicolor/32x32/apps/calligraplanwork.png share/icons/hicolor/32x32/apps/calligrasheets.png @@ -7154,7 +7156,7 @@ share/icons/hicolor/48x48/apps/calligraa share/icons/hicolor/48x48/apps/calligraflow.png share/icons/hicolor/48x48/apps/calligrakarbon.png share/icons/hicolor/48x48/apps/calligrakexi.png -share/icons/hicolor/48x48/apps/calligrakrita.png +share/icons/hicolor/48x48/apps/calligrakrita2.png share/icons/hicolor/48x48/apps/calligraplan.png share/icons/hicolor/48x48/apps/calligraplanwork.png share/icons/hicolor/48x48/apps/calligrasheets.png @@ -7169,7 +7171,7 @@ share/icons/hicolor/512x512/apps/calligr share/icons/hicolor/512x512/apps/calligraflow.png share/icons/hicolor/512x512/apps/calligrakarbon.png share/icons/hicolor/512x512/apps/calligrakexi.png -share/icons/hicolor/512x512/apps/calligrakrita.png +share/icons/hicolor/512x512/apps/calligrakrita2.png share/icons/hicolor/512x512/apps/calligraplan.png share/icons/hicolor/512x512/apps/calligrasheets.png share/icons/hicolor/512x512/apps/calligrastage.png @@ -7179,7 +7181,7 @@ share/icons/hicolor/64x64/apps/calligraa share/icons/hicolor/64x64/apps/calligraflow.png share/icons/hicolor/64x64/apps/calligrakarbon.png share/icons/hicolor/64x64/apps/calligrakexi.png -share/icons/hicolor/64x64/apps/calligrakrita.png +share/icons/hicolor/64x64/apps/calligrakrita2.png share/icons/hicolor/64x64/apps/calligraplan.png share/icons/hicolor/64x64/apps/calligraplanwork.png share/icons/hicolor/64x64/apps/calligrasheets.png @@ -7196,7 +7198,7 @@ share/icons/hicolor/scalable/apps/callig share/icons/hicolor/scalable/apps/calligraflow.svgz share/icons/hicolor/scalable/apps/calligrakarbon.svgz share/icons/hicolor/scalable/apps/calligrakexi.svgz -share/icons/hicolor/scalable/apps/calligrakrita.svgz +share/icons/hicolor/scalable/apps/calligrakrita2.svgz share/icons/hicolor/scalable/apps/calligraplan.svgz share/icons/hicolor/scalable/apps/calligraplanwork.svgz share/icons/hicolor/scalable/apps/calligrasheets.svgz @@ -7522,11 +7524,15 @@ share/kde4/services/libokularGenerator_d share/kde4/services/libokularGenerator_docx_calligra.desktop share/kde4/services/libokularGenerator_odp.desktop share/kde4/services/libokularGenerator_odt.desktop +share/kde4/services/libokularGenerator_powerpoint_calligra.desktop +share/kde4/services/libokularGenerator_pptx_calligra.desktop share/kde4/services/libokularGenerator_wpd_calligra.desktop share/kde4/services/okularDoc_calligra.desktop share/kde4/services/okularDocx_calligra.desktop share/kde4/services/okularOdp.desktop share/kde4/services/okularOdt.desktop +share/kde4/services/okularPowerpoint_calligra.desktop +share/kde4/services/okularPptx_calligra.desktop share/kde4/services/okularWpd_calligra.desktop share/kde4/services/qimageioplugins/kra.desktop share/kde4/services/qimageioplugins/ora.desktop Modified: head/french/calligra-l10n/distinfo ============================================================================== --- head/french/calligra-l10n/distinfo Mon Feb 8 19:18:39 2016 (r408503) +++ head/french/calligra-l10n/distinfo Mon Feb 8 19:18:59 2016 (r408504) @@ -1,2 +1,2 @@ -SHA256 (KDE/calligra/2.9.10/l10n/calligra-l10n-fr-2.9.10.tar.xz) = faeb8b1e620cd85acacb6fcf29bc31cf9f32d97b6ffe2d03a3d77d381253585a -SIZE (KDE/calligra/2.9.10/l10n/calligra-l10n-fr-2.9.10.tar.xz) = 2455184 +SHA256 (KDE/calligra/2.9.11/l10n/calligra-l10n-fr-2.9.11.tar.xz) = db130326e9383a707dc365f01472ae0c32f081c0a57218339ef3943c4b9c2f19 +SIZE (KDE/calligra/2.9.11/l10n/calligra-l10n-fr-2.9.11.tar.xz) = 2456564 Modified: head/french/calligra-l10n/pkg-plist ============================================================================== --- head/french/calligra-l10n/pkg-plist Mon Feb 8 19:18:39 2016 (r408503) +++ head/french/calligra-l10n/pkg-plist Mon Feb 8 19:18:59 2016 (r408504) @@ -62,7 +62,6 @@ share/locale/fr/LC_MESSAGES/calligra_tex share/locale/fr/LC_MESSAGES/calligraactive.mo share/locale/fr/LC_MESSAGES/calligrafilters.mo share/locale/fr/LC_MESSAGES/crashhandler.mo -share/locale/fr/LC_MESSAGES/desktop_calligra.mo share/locale/fr/LC_MESSAGES/flow.appdata.mo share/locale/fr/LC_MESSAGES/flow.mo share/locale/fr/LC_MESSAGES/karbon.appdata.mo Modified: head/german/calligra-l10n/distinfo ============================================================================== --- head/german/calligra-l10n/distinfo Mon Feb 8 19:18:39 2016 (r408503) +++ head/german/calligra-l10n/distinfo Mon Feb 8 19:18:59 2016 (r408504) @@ -1,2 +1,2 @@ -SHA256 (KDE/calligra/2.9.10/l10n/calligra-l10n-de-2.9.10.tar.xz) = 76cd98c2908afbc94c62f809243dd8e3e45ac502433d21c648fb809758ea0b53 -SIZE (KDE/calligra/2.9.10/l10n/calligra-l10n-de-2.9.10.tar.xz) = 718392 +SHA256 (KDE/calligra/2.9.11/l10n/calligra-l10n-de-2.9.11.tar.xz) = 25fe6f207753f4417c942d1bd36fad7ec3507a12bdbd1f5287f5f8ddb16168bd +SIZE (KDE/calligra/2.9.11/l10n/calligra-l10n-de-2.9.11.tar.xz) = 717412 Modified: head/german/calligra-l10n/pkg-plist ============================================================================== --- head/german/calligra-l10n/pkg-plist Mon Feb 8 19:18:39 2016 (r408503) +++ head/german/calligra-l10n/pkg-plist Mon Feb 8 19:18:59 2016 (r408504) @@ -55,7 +55,6 @@ share/locale/de/LC_MESSAGES/calligra_tex share/locale/de/LC_MESSAGES/calligraactive.mo share/locale/de/LC_MESSAGES/calligrafilters.mo share/locale/de/LC_MESSAGES/crashhandler.mo -share/locale/de/LC_MESSAGES/desktop_calligra.mo share/locale/de/LC_MESSAGES/flow.appdata.mo share/locale/de/LC_MESSAGES/flow.mo share/locale/de/LC_MESSAGES/karbon.appdata.mo Modified: head/hungarian/calligra-l10n/distinfo ============================================================================== --- head/hungarian/calligra-l10n/distinfo Mon Feb 8 19:18:39 2016 (r408503) +++ head/hungarian/calligra-l10n/distinfo Mon Feb 8 19:18:59 2016 (r408504) @@ -1,2 +1,2 @@ -SHA256 (KDE/calligra/2.9.10/l10n/calligra-l10n-hu-2.9.10.tar.xz) = eef68affd5dbd2a61658a1b6f28751e6bbfbd6dd02851c8f5f8a7e93f8a65f0e -SIZE (KDE/calligra/2.9.10/l10n/calligra-l10n-hu-2.9.10.tar.xz) = 470152 +SHA256 (KDE/calligra/2.9.11/l10n/calligra-l10n-hu-2.9.11.tar.xz) = dede1fa4df43346c910ccf4bd8de9a147d427f4943e444fcfdaad0c978aeb0ce +SIZE (KDE/calligra/2.9.11/l10n/calligra-l10n-hu-2.9.11.tar.xz) = 469592 Modified: head/hungarian/calligra-l10n/pkg-plist ============================================================================== --- head/hungarian/calligra-l10n/pkg-plist Mon Feb 8 19:18:39 2016 (r408503) +++ head/hungarian/calligra-l10n/pkg-plist Mon Feb 8 19:18:59 2016 (r408504) @@ -30,7 +30,6 @@ share/locale/hu/LC_MESSAGES/calligra_tex share/locale/hu/LC_MESSAGES/calligraactive.mo share/locale/hu/LC_MESSAGES/calligrafilters.mo share/locale/hu/LC_MESSAGES/crashhandler.mo -share/locale/hu/LC_MESSAGES/desktop_calligra.mo share/locale/hu/LC_MESSAGES/flow.mo share/locale/hu/LC_MESSAGES/karbon.mo share/locale/hu/LC_MESSAGES/kexi.mo Modified: head/japanese/calligra-l10n/distinfo ============================================================================== --- head/japanese/calligra-l10n/distinfo Mon Feb 8 19:18:39 2016 (r408503) +++ head/japanese/calligra-l10n/distinfo Mon Feb 8 19:18:59 2016 (r408504) @@ -1,2 +1,2 @@ -SHA256 (KDE/calligra/2.9.10/l10n/calligra-l10n-ja-2.9.10.tar.xz) = bb0e5d10067663e93c7064c6d35b80d846a1e67d2741d86f82e7086b4889330d -SIZE (KDE/calligra/2.9.10/l10n/calligra-l10n-ja-2.9.10.tar.xz) = 371420 +SHA256 (KDE/calligra/2.9.11/l10n/calligra-l10n-ja-2.9.11.tar.xz) = b3bd21267d99ee55785ac220dc782251638fae69c544b09fd6e81a636b7b7369 +SIZE (KDE/calligra/2.9.11/l10n/calligra-l10n-ja-2.9.11.tar.xz) = 371316 Modified: head/japanese/calligra-l10n/pkg-plist ============================================================================== --- head/japanese/calligra-l10n/pkg-plist Mon Feb 8 19:18:39 2016 (r408503) +++ head/japanese/calligra-l10n/pkg-plist Mon Feb 8 19:18:59 2016 (r408504) @@ -30,7 +30,6 @@ share/locale/ja/LC_MESSAGES/calligra_tex share/locale/ja/LC_MESSAGES/calligraactive.mo share/locale/ja/LC_MESSAGES/calligrafilters.mo share/locale/ja/LC_MESSAGES/crashhandler.mo -share/locale/ja/LC_MESSAGES/desktop_calligra.mo share/locale/ja/LC_MESSAGES/flow.appdata.mo share/locale/ja/LC_MESSAGES/flow.mo share/locale/ja/LC_MESSAGES/karbon.appdata.mo Modified: head/polish/calligra-l10n/distinfo ============================================================================== --- head/polish/calligra-l10n/distinfo Mon Feb 8 19:18:39 2016 (r408503) +++ head/polish/calligra-l10n/distinfo Mon Feb 8 19:18:59 2016 (r408504) @@ -1,2 +1,2 @@ -SHA256 (KDE/calligra/2.9.10/l10n/calligra-l10n-pl-2.9.10.tar.xz) = 1cd16ce96d829bbda01720dc8fa0af2dfc6e32bc2d4c0f5c60c8d3929a1bb965 -SIZE (KDE/calligra/2.9.10/l10n/calligra-l10n-pl-2.9.10.tar.xz) = 481724 +SHA256 (KDE/calligra/2.9.11/l10n/calligra-l10n-pl-2.9.11.tar.xz) = 439926d98a670685f7d69566073fc0879646d3671f3c0e896958faa3949fe661 +SIZE (KDE/calligra/2.9.11/l10n/calligra-l10n-pl-2.9.11.tar.xz) = 481232 Modified: head/polish/calligra-l10n/pkg-plist ============================================================================== --- head/polish/calligra-l10n/pkg-plist Mon Feb 8 19:18:39 2016 (r408503) +++ head/polish/calligra-l10n/pkg-plist Mon Feb 8 19:18:59 2016 (r408504) @@ -30,7 +30,6 @@ share/locale/pl/LC_MESSAGES/calligra_tex share/locale/pl/LC_MESSAGES/calligraactive.mo share/locale/pl/LC_MESSAGES/calligrafilters.mo share/locale/pl/LC_MESSAGES/crashhandler.mo -share/locale/pl/LC_MESSAGES/desktop_calligra.mo share/locale/pl/LC_MESSAGES/flow.appdata.mo share/locale/pl/LC_MESSAGES/flow.mo share/locale/pl/LC_MESSAGES/karbon.appdata.mo Modified: head/portuguese/calligra-l10n-pt_BR/distinfo ============================================================================== --- head/portuguese/calligra-l10n-pt_BR/distinfo Mon Feb 8 19:18:39 2016 (r408503) +++ head/portuguese/calligra-l10n-pt_BR/distinfo Mon Feb 8 19:18:59 2016 (r408504) @@ -1,2 +1,2 @@ -SHA256 (KDE/calligra/2.9.10/l10n/calligra-l10n-pt_BR-2.9.10.tar.xz) = 4eae9c65791cbbabd7c971f4a6d3ab4ec4d76cd88ad774d540eeba275c7377e6 -SIZE (KDE/calligra/2.9.10/l10n/calligra-l10n-pt_BR-2.9.10.tar.xz) = 629864 +SHA256 (KDE/calligra/2.9.11/l10n/calligra-l10n-pt_BR-2.9.11.tar.xz) = e9fbf9d83ce40567090ffca6e232a9a62afdf274be5b676544252076e8c2fa63 +SIZE (KDE/calligra/2.9.11/l10n/calligra-l10n-pt_BR-2.9.11.tar.xz) = 630704 Modified: head/portuguese/calligra-l10n-pt_BR/pkg-plist ============================================================================== --- head/portuguese/calligra-l10n-pt_BR/pkg-plist Mon Feb 8 19:18:39 2016 (r408503) +++ head/portuguese/calligra-l10n-pt_BR/pkg-plist Mon Feb 8 19:18:59 2016 (r408504) @@ -54,7 +54,6 @@ share/locale/pt_BR/LC_MESSAGES/calligra_ share/locale/pt_BR/LC_MESSAGES/calligraactive.mo share/locale/pt_BR/LC_MESSAGES/calligrafilters.mo share/locale/pt_BR/LC_MESSAGES/crashhandler.mo -share/locale/pt_BR/LC_MESSAGES/desktop_calligra.mo share/locale/pt_BR/LC_MESSAGES/flow.appdata.mo share/locale/pt_BR/LC_MESSAGES/flow.mo share/locale/pt_BR/LC_MESSAGES/karbon.appdata.mo Modified: head/portuguese/calligra-l10n/distinfo ============================================================================== --- head/portuguese/calligra-l10n/distinfo Mon Feb 8 19:18:39 2016 (r408503) +++ head/portuguese/calligra-l10n/distinfo Mon Feb 8 19:18:59 2016 (r408504) @@ -1,2 +1,2 @@ -SHA256 (KDE/calligra/2.9.10/l10n/calligra-l10n-pt-2.9.10.tar.xz) = e5c4b414bd18b635d1aca680e0f8b2dc81f755d16166a82cc7b6882b2c2da144 -SIZE (KDE/calligra/2.9.10/l10n/calligra-l10n-pt-2.9.10.tar.xz) = 645340 +SHA256 (KDE/calligra/2.9.11/l10n/calligra-l10n-pt-2.9.11.tar.xz) = 52d1a7ba341b6b8a9effbe40d18d8f136d820fb77aa1ceeea78ad418e8c98451 +SIZE (KDE/calligra/2.9.11/l10n/calligra-l10n-pt-2.9.11.tar.xz) = 645472 Modified: head/portuguese/calligra-l10n/pkg-plist ============================================================================== --- head/portuguese/calligra-l10n/pkg-plist Mon Feb 8 19:18:39 2016 (r408503) +++ head/portuguese/calligra-l10n/pkg-plist Mon Feb 8 19:18:59 2016 (r408504) @@ -54,7 +54,6 @@ share/locale/pt/LC_MESSAGES/calligra_tex share/locale/pt/LC_MESSAGES/calligraactive.mo share/locale/pt/LC_MESSAGES/calligrafilters.mo share/locale/pt/LC_MESSAGES/crashhandler.mo -share/locale/pt/LC_MESSAGES/desktop_calligra.mo share/locale/pt/LC_MESSAGES/flow.appdata.mo share/locale/pt/LC_MESSAGES/flow.mo share/locale/pt/LC_MESSAGES/karbon.appdata.mo Modified: head/russian/calligra-l10n/distinfo ============================================================================== --- head/russian/calligra-l10n/distinfo Mon Feb 8 19:18:39 2016 (r408503) +++ head/russian/calligra-l10n/distinfo Mon Feb 8 19:18:59 2016 (r408504) @@ -1,2 +1,2 @@ -SHA256 (KDE/calligra/2.9.10/l10n/calligra-l10n-ru-2.9.10.tar.xz) = 543773cbf22d51bb609e2e8404f4660ece1e628b4c1767a1108973ed015bf15e -SIZE (KDE/calligra/2.9.10/l10n/calligra-l10n-ru-2.9.10.tar.xz) = 625388 +SHA256 (KDE/calligra/2.9.11/l10n/calligra-l10n-ru-2.9.11.tar.xz) = 94f3d0a6d32b79a4e98efc28f2d7b8bcf1ba6ffb2fe97e0a2ad3be559e0bde1d +SIZE (KDE/calligra/2.9.11/l10n/calligra-l10n-ru-2.9.11.tar.xz) = 625720 Modified: head/russian/calligra-l10n/pkg-plist ============================================================================== --- head/russian/calligra-l10n/pkg-plist Mon Feb 8 19:18:39 2016 (r408503) +++ head/russian/calligra-l10n/pkg-plist Mon Feb 8 19:18:59 2016 (r408504) @@ -40,7 +40,6 @@ share/locale/ru/LC_MESSAGES/calligra_tex share/locale/ru/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/ru/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/ru/LC_MESSAGES/calligrafilters.mo -share/locale/ru/LC_MESSAGES/desktop_calligra.mo share/locale/ru/LC_MESSAGES/flow.mo share/locale/ru/LC_MESSAGES/karbon.mo share/locale/ru/LC_MESSAGES/kexi.mo Modified: head/ukrainian/calligra-l10n/distinfo ============================================================================== --- head/ukrainian/calligra-l10n/distinfo Mon Feb 8 19:18:39 2016 (r408503) +++ head/ukrainian/calligra-l10n/distinfo Mon Feb 8 19:18:59 2016 (r408504) @@ -1,2 +1,2 @@ -SHA256 (KDE/calligra/2.9.10/l10n/calligra-l10n-uk-2.9.10.tar.xz) = 0b5255aefd0b29d93d9055b80aea64342dd17ef16d87d29143a14bdd5b0f84e4 -SIZE (KDE/calligra/2.9.10/l10n/calligra-l10n-uk-2.9.10.tar.xz) = 2237976 +SHA256 (KDE/calligra/2.9.11/l10n/calligra-l10n-uk-2.9.11.tar.xz) = 9ef07b823e4a0c540e87f30270486911f74a00a22f2e2e8be960422c1d6c0864 +SIZE (KDE/calligra/2.9.11/l10n/calligra-l10n-uk-2.9.11.tar.xz) = 2237996 Modified: head/ukrainian/calligra-l10n/pkg-plist ============================================================================== --- head/ukrainian/calligra-l10n/pkg-plist Mon Feb 8 19:18:39 2016 (r408503) +++ head/ukrainian/calligra-l10n/pkg-plist Mon Feb 8 19:18:59 2016 (r408504) @@ -119,7 +119,6 @@ share/locale/uk/LC_MESSAGES/calligra_tex share/locale/uk/LC_MESSAGES/calligraactive.mo share/locale/uk/LC_MESSAGES/calligrafilters.mo share/locale/uk/LC_MESSAGES/crashhandler.mo -share/locale/uk/LC_MESSAGES/desktop_calligra.mo share/locale/uk/LC_MESSAGES/flow.appdata.mo share/locale/uk/LC_MESSAGES/flow.mo share/locale/uk/LC_MESSAGES/karbon.appdata.mo From owner-svn-ports-head@freebsd.org Mon Feb 8 19:20:56 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D97E1AA2CC6; Mon, 8 Feb 2016 19:20:56 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A6DBE6F1; Mon, 8 Feb 2016 19:20:56 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u18JKt5X003150; Mon, 8 Feb 2016 19:20:55 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u18JKtkZ003148; Mon, 8 Feb 2016 19:20:55 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602081920.u18JKtkZ003148@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 8 Feb 2016 19:20:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408505 - in head/databases/sqlitestudio: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Feb 2016 19:20:56 -0000 Author: marino Date: Mon Feb 8 19:20:55 2016 New Revision: 408505 URL: https://svnweb.freebsd.org/changeset/ports/408505 Log: databases/sqlitestudio: document ncurses requirement (USES+=ncurses) Also link with ncurses, not curses. approved by: infrastructure blanket Added: head/databases/sqlitestudio/files/patch-sqlitestudiocli_sqlitestudiocli.pro (contents, props changed) Modified: head/databases/sqlitestudio/Makefile Modified: head/databases/sqlitestudio/Makefile ============================================================================== --- head/databases/sqlitestudio/Makefile Mon Feb 8 19:18:59 2016 (r408504) +++ head/databases/sqlitestudio/Makefile Mon Feb 8 19:20:55 2016 (r408505) @@ -37,7 +37,7 @@ OPTIONS_SUB= yes WRKSRC= ${WRKDIR}/SQLiteStudio3 -USES= compiler:c++11-lib gmake qmake +USES= compiler:c++11-lib gmake ncurses qmake USE_QT5= core gui svg sql xml network sql-sqlite3_run widgets script \ concurrent uitools buildtools_build linguisttools_build USE_SQLITE= yes Added: head/databases/sqlitestudio/files/patch-sqlitestudiocli_sqlitestudiocli.pro ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/sqlitestudio/files/patch-sqlitestudiocli_sqlitestudiocli.pro Mon Feb 8 19:20:55 2016 (r408505) @@ -0,0 +1,11 @@ +--- sqlitestudiocli/sqlitestudiocli.pro.orig 2015-11-24 19:09:31 UTC ++++ sqlitestudiocli/sqlitestudiocli.pro +@@ -74,7 +74,7 @@ win32: { + } + + unix: { +- LIBS += -lreadline -lcurses ++ LIBS += -lreadline -lncurses + } + + HEADERS += \ From owner-svn-ports-head@freebsd.org Mon Feb 8 19:22:30 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 95315AA2DF5; Mon, 8 Feb 2016 19:22:30 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 62B1D99C; Mon, 8 Feb 2016 19:22:30 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u18JMT8f005865; Mon, 8 Feb 2016 19:22:29 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u18JMTvN005864; Mon, 8 Feb 2016 19:22:29 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602081922.u18JMTvN005864@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 8 Feb 2016 19:22:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408506 - head/lang/gnu-cobol X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Feb 2016 19:22:30 -0000 Author: marino Date: Mon Feb 8 19:22:29 2016 New Revision: 408506 URL: https://svnweb.freebsd.org/changeset/ports/408506 Log: lang/gnu-cobol: document ncurses requirement (USES+=ncurses) Also link with ncurses, not curses approved by: infrastructure blanket Modified: head/lang/gnu-cobol/Makefile Modified: head/lang/gnu-cobol/Makefile ============================================================================== --- head/lang/gnu-cobol/Makefile Mon Feb 8 19:20:55 2016 (r408505) +++ head/lang/gnu-cobol/Makefile Mon Feb 8 19:22:29 2016 (r408506) @@ -13,7 +13,7 @@ COMMENT= Open-source COBOL compiler LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp USE_BDB= yes -USES= gmake libtool +USES= gmake libtool ncurses USE_LDCONFIG= yes GNU_CONFIGURE= yes @@ -30,6 +30,7 @@ CONFIGURE_ENABLE=nls post-patch: @${REINPLACE_CMD} -e 's|__gmp_randinit|__gmpz_init|g ; \ s|db-4.[0-9]|${BDB_LIB_NAME}|g ; \ + s|-lcurses|-lncurses|g ; \ s|-R$$found_dir|-Wl,-rpath,$$found_dir|g' ${WRKSRC}/configure .include From owner-svn-ports-head@freebsd.org Mon Feb 8 19:24:05 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7F72FAA2E9B; Mon, 8 Feb 2016 19:24:05 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 531A7AB3; Mon, 8 Feb 2016 19:24:05 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u18JO4hc006014; Mon, 8 Feb 2016 19:24:04 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u18JO47u006013; Mon, 8 Feb 2016 19:24:04 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602081924.u18JO47u006013@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 8 Feb 2016 19:24:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408507 - head/lang/ohugs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Feb 2016 19:24:05 -0000 Author: marino Date: Mon Feb 8 19:24:04 2016 New Revision: 408507 URL: https://svnweb.freebsd.org/changeset/ports/408507 Log: lang/ohugs: document ncurses requirement (USES+=ncurses) Also link with ncurses, not termcap approved by: infrastructure blanket Modified: head/lang/ohugs/Makefile Modified: head/lang/ohugs/Makefile ============================================================================== --- head/lang/ohugs/Makefile Mon Feb 8 19:22:29 2016 (r408506) +++ head/lang/ohugs/Makefile Mon Feb 8 19:24:04 2016 (r408507) @@ -22,8 +22,8 @@ LIB_DEPENDS= libTix8.4.3.so:${PORTSDIR}/ WRKSRC= ${WRKDIR}/${DISTNAME:S/.src//} BUILD_WRKSRC= ${WRKSRC}/src -USES= bison readline -LDFLAGS+= -lm -lreadline -ltermcap +USES= bison ncurses readline +LDFLAGS+= -lm -lreadline -lncurses .if ${PORT_OPTIONS:MX11} USES+= tk From owner-svn-ports-head@freebsd.org Mon Feb 8 19:29:30 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1FDC3AA00D4; Mon, 8 Feb 2016 19:29:30 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E52EDEE4; Mon, 8 Feb 2016 19:29:29 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u18JTSn0006327; Mon, 8 Feb 2016 19:29:28 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u18JTS3v006326; Mon, 8 Feb 2016 19:29:28 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602081929.u18JTS3v006326@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 8 Feb 2016 19:29:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408508 - head/lang/rexx-regutil X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Feb 2016 19:29:30 -0000 Author: marino Date: Mon Feb 8 19:29:28 2016 New Revision: 408508 URL: https://svnweb.freebsd.org/changeset/ports/408508 Log: lang/rexx-regutil: document ncurses rqmt (USES+=ncurses), respect LDFLAGS Also link with ncurses, not termcap approved by: infrastructure blanket Modified: head/lang/rexx-regutil/Makefile Modified: head/lang/rexx-regutil/Makefile ============================================================================== --- head/lang/rexx-regutil/Makefile Mon Feb 8 19:24:04 2016 (r408507) +++ head/lang/rexx-regutil/Makefile Mon Feb 8 19:29:28 2016 (r408508) @@ -13,11 +13,12 @@ COMMENT= Implementation of IBM's RexxUti BUILD_DEPENDS= ${LOCALBASE}/include/rexxsaa.h:${PORTSDIR}/lang/rexx-regina -USES= zip +USES= ncurses zip WRKSRC= ${WRKDIR}/${PORTNAME} USE_LDCONFIG= yes MAKEFILE= Makefile.bsd +MAKE_ARGS+= PLIBS="${LDFLAGS:M-L*} -lncurses" SUB_FILES= regutil.1 pkg-message From owner-svn-ports-head@freebsd.org Mon Feb 8 19:31:14 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 12D48AA0183; Mon, 8 Feb 2016 19:31:14 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D7CAA1046; Mon, 8 Feb 2016 19:31:13 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u18JVCdj006491; Mon, 8 Feb 2016 19:31:12 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u18JVCLf006490; Mon, 8 Feb 2016 19:31:12 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602081931.u18JVCLf006490@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 8 Feb 2016 19:31:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408509 - head/lang/seed7 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Feb 2016 19:31:14 -0000 Author: marino Date: Mon Feb 8 19:31:12 2016 New Revision: 408509 URL: https://svnweb.freebsd.org/changeset/ports/408509 Log: lang/seed7: document ncurses requirement (USES+=ncurses) approved by: infrastructure blanket Modified: head/lang/seed7/Makefile Modified: head/lang/seed7/Makefile ============================================================================== --- head/lang/seed7/Makefile Mon Feb 8 19:29:28 2016 (r408508) +++ head/lang/seed7/Makefile Mon Feb 8 19:31:12 2016 (r408509) @@ -18,7 +18,7 @@ LICENSE_COMB= multi OPTIONS_DEFINE= DOCS EXAMPLES -USES= tar:tgz +USES= ncurses tar:tgz USE_XORG= x11 ONLY_FOR_ARCHS= i386 amd64 sparc64 From owner-svn-ports-head@freebsd.org Mon Feb 8 19:37:34 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2CD62AA0549; Mon, 8 Feb 2016 19:37:34 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0021E160B; Mon, 8 Feb 2016 19:37:33 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u18JbX6V009398; Mon, 8 Feb 2016 19:37:33 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u18JbXnX009397; Mon, 8 Feb 2016 19:37:33 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602081937.u18JbXnX009397@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 8 Feb 2016 19:37:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408510 - head/databases/libodbc++ X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Feb 2016 19:37:34 -0000 Author: marino Date: Mon Feb 8 19:37:32 2016 New Revision: 408510 URL: https://svnweb.freebsd.org/changeset/ports/408510 Log: x11/xterm: document ncurses requirement (USES+=ncurses) Also link with ncurses, not termcap approved by: infrastructure blanket Modified: head/databases/libodbc++/Makefile Modified: head/databases/libodbc++/Makefile ============================================================================== --- head/databases/libodbc++/Makefile Mon Feb 8 19:31:12 2016 (r408509) +++ head/databases/libodbc++/Makefile Mon Feb 8 19:37:32 2016 (r408510) @@ -15,7 +15,7 @@ BUILD_DEPENDS= doxygen:${PORTSDIR}/devel OPTIONS_DEFINE= DOCS -USES= gmake libtool pathfix pkgconfig tar:bzip2 +USES= gmake libtool ncurses pathfix pkgconfig tar:bzip2 USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-isqlxx @@ -30,4 +30,7 @@ PORTDOCS= progref post-extract: ${RM} -f ${WRKSRC}/doc/progref/progref-stamp +post-patch: + @${REINPLACE_CMD} -e 's|-ltermcap|-lncurses|' ${WRKSRC}/configure + .include From owner-svn-ports-head@freebsd.org Mon Feb 8 19:50:00 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 98F97AA0C5F; Mon, 8 Feb 2016 19:50:00 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7627E1EC1; Mon, 8 Feb 2016 19:50:00 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u18JnxZ9012717; Mon, 8 Feb 2016 19:49:59 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u18JnxSj012714; Mon, 8 Feb 2016 19:49:59 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201602081949.u18JnxSj012714@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Mon, 8 Feb 2016 19:49:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408512 - head/devel/bzr X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Feb 2016 19:50:00 -0000 Author: olivierd Date: Mon Feb 8 19:49:59 2016 New Revision: 408512 URL: https://svnweb.freebsd.org/changeset/ports/408512 Log: - Update to 2.7.0 [1] - Convert to OPTIONS_* helpers [1] - Fix Python version, bzr still uses 'urllib2' module, which is only available in Python 2.x - Strip some libraries PR: 207010 [1] Submitted by: (maintainer) Modified: head/devel/bzr/Makefile head/devel/bzr/distinfo head/devel/bzr/pkg-plist Modified: head/devel/bzr/Makefile ============================================================================== --- head/devel/bzr/Makefile Mon Feb 8 19:45:46 2016 (r408511) +++ head/devel/bzr/Makefile Mon Feb 8 19:49:59 2016 (r408512) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= bzr -PORTVERSION= 2.6.0 +PORTVERSION= 2.7.0 CATEGORIES= devel -MASTER_SITES= https://launchpadlibrarian.net/145980211/ -DISTNAME= bzr-${PORTVERSION} +MASTER_SITES= https://launchpadlibrarian.net/235965106/ \ + https://launchpad.net/${PORTNAME}/${PORTVERSION:R}/${PORTVERSION}/+download/ MAINTAINER= fullermd@over-yonder.net COMMENT= Distributed version control system by Canonical @@ -18,23 +18,17 @@ SFTP_DESC= Paramiko for SFTP support CA_BUNDLE_DESC= Include CA bundle for SSL cert validation OPTIONS_DEFAULT= SFTP CA_BUNDLE +SFTP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}paramiko>=0:${PORTSDIR}/security/py-paramiko +CA_BUNDLE_RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss + USE_PYTHON= distutils PYDISTUTILS_PKGNAME= bzr -USES= gettext python +USES= gettext python:2 MAKE_ENV= BZR_LOG=/dev/null -.include - -.if ${PORT_OPTIONS:MSFTP} -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}paramiko>=0:${PORTSDIR}/security/py-paramiko -.endif - -.if ${PORT_OPTIONS:MCA_BUNDLE} -RUN_DEPENDS+= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss -.endif - post-install: ${INSTALL_MAN} ${WRKSRC}/bzr.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/bzrlib/*.so test: build cd ${WRKSRC} && ./bzr selftest Modified: head/devel/bzr/distinfo ============================================================================== --- head/devel/bzr/distinfo Mon Feb 8 19:45:46 2016 (r408511) +++ head/devel/bzr/distinfo Mon Feb 8 19:49:59 2016 (r408512) @@ -1,2 +1,2 @@ -SHA256 (bzr-2.6.0.tar.gz) = 0994797182eb828867eee81cccc79480bd2946c99304266bc427b902cf91dab0 -SIZE (bzr-2.6.0.tar.gz) = 11301124 +SHA256 (bzr-2.7.0.tar.gz) = 0d451227b705a0dd21d8408353fe7e44d3a5069e6c4c26e5f146f1314b8fdab3 +SIZE (bzr-2.7.0.tar.gz) = 11586410 Modified: head/devel/bzr/pkg-plist ============================================================================== --- head/devel/bzr/pkg-plist Mon Feb 8 19:45:46 2016 (r408511) +++ head/devel/bzr/pkg-plist Mon Feb 8 19:49:59 2016 (r408512) @@ -1007,6 +1007,9 @@ bin/bzr %%PYTHON_SITELIBDIR%%/bzrlib/tests/blackbox/test_upgrade.py %%PYTHON_SITELIBDIR%%/bzrlib/tests/blackbox/test_upgrade.pyc %%PYTHON_SITELIBDIR%%/bzrlib/tests/blackbox/test_upgrade.pyo +%%PYTHON_SITELIBDIR%%/bzrlib/tests/blackbox/test_verify_signatures.py +%%PYTHON_SITELIBDIR%%/bzrlib/tests/blackbox/test_verify_signatures.pyc +%%PYTHON_SITELIBDIR%%/bzrlib/tests/blackbox/test_verify_signatures.pyo %%PYTHON_SITELIBDIR%%/bzrlib/tests/blackbox/test_version.py %%PYTHON_SITELIBDIR%%/bzrlib/tests/blackbox/test_version.pyc %%PYTHON_SITELIBDIR%%/bzrlib/tests/blackbox/test_version.pyo From owner-svn-ports-head@freebsd.org Mon Feb 8 19:51:29 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 21099AA0E28; Mon, 8 Feb 2016 19:51:29 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E8CAE1042; Mon, 8 Feb 2016 19:51:28 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u18JpSqc015341; Mon, 8 Feb 2016 19:51:28 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u18JpRQD015339; Mon, 8 Feb 2016 19:51:27 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201602081951.u18JpRQD015339@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 8 Feb 2016 19:51:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408513 - head/net-p2p/litecoin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Feb 2016 19:51:29 -0000 Author: swills Date: Mon Feb 8 19:51:27 2016 New Revision: 408513 URL: https://svnweb.freebsd.org/changeset/ports/408513 Log: net-p2p/litecoin: Update to 0.10.4.0 PR: 206473 Submitted by: c.kworr@gmail.com Modified: head/net-p2p/litecoin/Makefile head/net-p2p/litecoin/distinfo Modified: head/net-p2p/litecoin/Makefile ============================================================================== --- head/net-p2p/litecoin/Makefile Mon Feb 8 19:49:59 2016 (r408512) +++ head/net-p2p/litecoin/Makefile Mon Feb 8 19:51:27 2016 (r408513) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= litecoin -PORTVERSION= 0.10.2.2 +PORTVERSION= 0.10.4.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 +#PORTREVISION= 1 CATEGORIES= net-p2p finance MASTER_SITES= LOCAL/swills Modified: head/net-p2p/litecoin/distinfo ============================================================================== --- head/net-p2p/litecoin/distinfo Mon Feb 8 19:49:59 2016 (r408512) +++ head/net-p2p/litecoin/distinfo Mon Feb 8 19:51:27 2016 (r408513) @@ -1,2 +1,2 @@ -SHA256 (litecoin-project-litecoin-v0.10.2.2_GH0.tar.gz) = 952c84b181323db17a8fa23217f59b576ad3ebad92c158b3a7c29d458a1130dc -SIZE (litecoin-project-litecoin-v0.10.2.2_GH0.tar.gz) = 4700783 +SHA256 (litecoin-project-litecoin-v0.10.4.0_GH0.tar.gz) = a9adb6d2ae555afdaa2a5febb81341ac506930cf04ab95b9dc3ab99a4de0405e +SIZE (litecoin-project-litecoin-v0.10.4.0_GH0.tar.gz) = 4730189 From owner-svn-ports-head@freebsd.org Mon Feb 8 20:54:12 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 31A93AA2B8B; Mon, 8 Feb 2016 20:54:12 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E84BB18CA; Mon, 8 Feb 2016 20:54:11 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u18KsAG7033741; Mon, 8 Feb 2016 20:54:10 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u18KsAO0033738; Mon, 8 Feb 2016 20:54:10 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201602082054.u18KsAO0033738@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Mon, 8 Feb 2016 20:54:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408514 - in head/security/libgcrypt: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Feb 2016 20:54:12 -0000 Author: cpm Date: Mon Feb 8 20:54:10 2016 New Revision: 408514 URL: https://svnweb.freebsd.org/changeset/ports/408514 Log: This patch fixes alignment of self-test context in salsa20 required for amd64 implementation. Other changes: - Regenerate patches to make portlint(1) happy - Update MAINTAINER to my @FreeBSD.org address - Bump PORTREVISION PR: 206919 Approved by: junovitch (mentor) Added: head/security/libgcrypt/files/patch-cipher_salsa20.c (contents, props changed) head/security/libgcrypt/files/patch-src_gcrypt.h.in (contents, props changed) Deleted: head/security/libgcrypt/files/patch-cipher-Makefile.in head/security/libgcrypt/files/patch-git_f5832285 Modified: head/security/libgcrypt/Makefile Modified: head/security/libgcrypt/Makefile ============================================================================== --- head/security/libgcrypt/Makefile Mon Feb 8 19:51:27 2016 (r408513) +++ head/security/libgcrypt/Makefile Mon Feb 8 20:54:10 2016 (r408514) @@ -2,11 +2,11 @@ PORTNAME= libgcrypt PORTVERSION= 1.6.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MASTER_SITES= GNUPG -MAINTAINER= cpm@fbsd.es +MAINTAINER= cpm@FreeBSD.org COMMENT= General purpose crypto library based on code used in GnuPG LICENSE= GPLv2 LGPL21 Added: head/security/libgcrypt/files/patch-cipher_salsa20.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/libgcrypt/files/patch-cipher_salsa20.c Mon Feb 8 20:54:10 2016 (r408514) @@ -0,0 +1,61 @@ +--- cipher/salsa20.c.orig 2016-02-03 17:12:14 UTC ++++ cipher/salsa20.c +@@ -485,7 +485,8 @@ salsa20r12_encrypt_stream (void *context + static const char* + selftest (void) + { +- SALSA20_context_t ctx; ++ byte ctxbuf[sizeof(SALSA20_context_t) + 15]; ++ SALSA20_context_t *ctx; + byte scratch[8+1]; + byte buf[256+64+4]; + int i; +@@ -502,32 +503,35 @@ selftest (void) + static const byte ciphertext_1[] = + { 0xE3, 0xBE, 0x8F, 0xDD, 0x8B, 0xEC, 0xA2, 0xE3}; + +- salsa20_setkey (&ctx, key_1, sizeof key_1); +- salsa20_setiv (&ctx, nonce_1, sizeof nonce_1); ++ /* 16-byte alignment required for amd64 implementation. */ ++ ctx = (SALSA20_context_t *)((uintptr_t)(ctxbuf + 15) & ~(uintptr_t)15); ++ ++ salsa20_setkey (ctx, key_1, sizeof key_1); ++ salsa20_setiv (ctx, nonce_1, sizeof nonce_1); + scratch[8] = 0; +- salsa20_encrypt_stream (&ctx, scratch, plaintext_1, sizeof plaintext_1); ++ salsa20_encrypt_stream (ctx, scratch, plaintext_1, sizeof plaintext_1); + if (memcmp (scratch, ciphertext_1, sizeof ciphertext_1)) + return "Salsa20 encryption test 1 failed."; + if (scratch[8]) + return "Salsa20 wrote too much."; +- salsa20_setkey( &ctx, key_1, sizeof(key_1)); +- salsa20_setiv (&ctx, nonce_1, sizeof nonce_1); +- salsa20_encrypt_stream (&ctx, scratch, scratch, sizeof plaintext_1); ++ salsa20_setkey (ctx, key_1, sizeof(key_1)); ++ salsa20_setiv (ctx, nonce_1, sizeof nonce_1); ++ salsa20_encrypt_stream (ctx, scratch, scratch, sizeof plaintext_1); + if (memcmp (scratch, plaintext_1, sizeof plaintext_1)) + return "Salsa20 decryption test 1 failed."; + + for (i = 0; i < sizeof buf; i++) + buf[i] = i; +- salsa20_setkey (&ctx, key_1, sizeof key_1); +- salsa20_setiv (&ctx, nonce_1, sizeof nonce_1); ++ salsa20_setkey (ctx, key_1, sizeof key_1); ++ salsa20_setiv (ctx, nonce_1, sizeof nonce_1); + /*encrypt*/ + salsa20_encrypt_stream (&ctx, buf, buf, sizeof buf); + /*decrypt*/ +- salsa20_setkey (&ctx, key_1, sizeof key_1); +- salsa20_setiv (&ctx, nonce_1, sizeof nonce_1); +- salsa20_encrypt_stream (&ctx, buf, buf, 1); +- salsa20_encrypt_stream (&ctx, buf+1, buf+1, (sizeof buf)-1-1); +- salsa20_encrypt_stream (&ctx, buf+(sizeof buf)-1, buf+(sizeof buf)-1, 1); ++ salsa20_setkey (ctx, key_1, sizeof key_1); ++ salsa20_setiv (ctx, nonce_1, sizeof nonce_1); ++ salsa20_encrypt_stream (ctx, buf, buf, 1); ++ salsa20_encrypt_stream (ctx, buf+1, buf+1, (sizeof buf)-1-1); ++ salsa20_encrypt_stream (ctx, buf+(sizeof buf)-1, buf+(sizeof buf)-1, 1); + for (i = 0; i < sizeof buf; i++) + if (buf[i] != (byte)i) + return "Salsa20 encryption test 2 failed."; Added: head/security/libgcrypt/files/patch-src_gcrypt.h.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/libgcrypt/files/patch-src_gcrypt.h.in Mon Feb 8 20:54:10 2016 (r408514) @@ -0,0 +1,20 @@ +--- src/gcrypt.h.in.orig 2015-09-07 12:05:57 UTC ++++ src/gcrypt.h.in +@@ -506,7 +506,7 @@ enum gcry_mpi_flag + GCRYMPI_FLAG_USER1 = 0x0100,/* User flag 1. */ + GCRYMPI_FLAG_USER2 = 0x0200,/* User flag 2. */ + GCRYMPI_FLAG_USER3 = 0x0400,/* User flag 3. */ +- GCRYMPI_FLAG_USER4 = 0x0800,/* User flag 4. */ ++ GCRYMPI_FLAG_USER4 = 0x0800 /* User flag 4. */ + }; + + +@@ -1343,7 +1343,7 @@ enum gcry_mac_algos + /* Flags used with the open function. */ + enum gcry_mac_flags + { +- GCRY_MAC_FLAG_SECURE = 1, /* Allocate all buffers in "secure" memory. */ ++ GCRY_MAC_FLAG_SECURE = 1 /* Allocate all buffers in "secure" memory. */ + }; + + /* Create a MAC handle for algorithm ALGO. FLAGS may be given as an bitwise OR From owner-svn-ports-head@freebsd.org Mon Feb 8 20:54:52 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2578AAA2BC6; Mon, 8 Feb 2016 20:54:52 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E8A1819E2; Mon, 8 Feb 2016 20:54:51 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u18Ksopc033898; Mon, 8 Feb 2016 20:54:50 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u18KsoPs033897; Mon, 8 Feb 2016 20:54:50 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602082054.u18KsoPs033897@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 8 Feb 2016 20:54:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408515 - head/devel/pecl-ncurses X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Feb 2016 20:54:52 -0000 Author: marino Date: Mon Feb 8 20:54:50 2016 New Revision: 408515 URL: https://svnweb.freebsd.org/changeset/ports/408515 Log: devel/pecl-ncurses: document ncurses requirement (USES+=ncurses) approved by: infrastructure blanket Modified: head/devel/pecl-ncurses/Makefile Modified: head/devel/pecl-ncurses/Makefile ============================================================================== --- head/devel/pecl-ncurses/Makefile Mon Feb 8 20:54:10 2016 (r408514) +++ head/devel/pecl-ncurses/Makefile Mon Feb 8 20:54:50 2016 (r408515) @@ -14,6 +14,7 @@ COMMENT= PECL extension for ncurses LICENSE= PHP301 +USES= ncurses USE_PHP= yes USE_PHP_BUILD= yes USE_PHPEXT= yes From owner-svn-ports-head@freebsd.org Mon Feb 8 22:49:14 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4A731AA2660; Mon, 8 Feb 2016 22:49:14 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 04C71F23; Mon, 8 Feb 2016 22:49:13 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u18MnDB0066294; Mon, 8 Feb 2016 22:49:13 GMT (envelope-from brooks@FreeBSD.org) Received: (from brooks@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u18MnC0s066291; Mon, 8 Feb 2016 22:49:12 GMT (envelope-from brooks@FreeBSD.org) Message-Id: <201602082249.u18MnC0s066291@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brooks set sender to brooks@FreeBSD.org using -f From: Brooks Davis Date: Mon, 8 Feb 2016 22:49:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408516 - head/emulators/qemu-cheri X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Feb 2016 22:49:14 -0000 Author: brooks Date: Mon Feb 8 22:49:12 2016 New Revision: 408516 URL: https://svnweb.freebsd.org/changeset/ports/408516 Log: Update to the latest commit. Add USES=makeinfo to hopefully fix build on HEAD. Sponsored by: DARPA, AFRL Modified: head/emulators/qemu-cheri/Makefile head/emulators/qemu-cheri/Makefile.snapshot head/emulators/qemu-cheri/distinfo Modified: head/emulators/qemu-cheri/Makefile ============================================================================== --- head/emulators/qemu-cheri/Makefile Mon Feb 8 20:54:50 2016 (r408515) +++ head/emulators/qemu-cheri/Makefile Mon Feb 8 22:49:12 2016 (r408516) @@ -13,7 +13,7 @@ GH_ACCOUNT= CTSRD-CHERI GH_TAGNAME= ${QEMU_COMMIT} HAS_CONFIGURE= yes -USES= gmake libtool pkgconfig python:2,build +USES= gmake libtool makeinfo pkgconfig python:2,build USE_XORG= pixman USE_GNOME+= glib20 #MAKE_ENV+= BSD_MAKE="${MAKE}" Modified: head/emulators/qemu-cheri/Makefile.snapshot ============================================================================== --- head/emulators/qemu-cheri/Makefile.snapshot Mon Feb 8 20:54:50 2016 (r408515) +++ head/emulators/qemu-cheri/Makefile.snapshot Mon Feb 8 22:49:12 2016 (r408516) @@ -4,6 +4,6 @@ # # Generated by: files/gen-Makefile.snapshot.sh. # -SNAPDATE= 20160119 +SNAPDATE= 20160128 -QEMU_COMMIT= d544cf7d537fadba2e3b914a13b3e3c99bd9e7d0 +QEMU_COMMIT= 100abeddda5764c193807863806df7027471db94 Modified: head/emulators/qemu-cheri/distinfo ============================================================================== --- head/emulators/qemu-cheri/distinfo Mon Feb 8 20:54:50 2016 (r408515) +++ head/emulators/qemu-cheri/distinfo Mon Feb 8 22:49:12 2016 (r408516) @@ -1,2 +1,2 @@ -SHA256 (CTSRD-CHERI-qemu-0.d20160119-d544cf7d537fadba2e3b914a13b3e3c99bd9e7d0_GH0.tar.gz) = b281f1e9a4370e36b31949f79c65842e0383ed989e8e504884789695b6252198 -SIZE (CTSRD-CHERI-qemu-0.d20160119-d544cf7d537fadba2e3b914a13b3e3c99bd9e7d0_GH0.tar.gz) = 11139010 +SHA256 (CTSRD-CHERI-qemu-0.d20160128-100abeddda5764c193807863806df7027471db94_GH0.tar.gz) = cbe4c5508c8b3ab2ecf52e1d1e80580fdfe610ec15d7b4413c5531563f71d349 +SIZE (CTSRD-CHERI-qemu-0.d20160128-100abeddda5764c193807863806df7027471db94_GH0.tar.gz) = 11137465 From owner-svn-ports-head@freebsd.org Tue Feb 9 00:07:55 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 20166A9818E; Tue, 9 Feb 2016 00:07:55 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E47EE86F; Tue, 9 Feb 2016 00:07:54 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1907rM1089309; Tue, 9 Feb 2016 00:07:53 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1907rAM089307; Tue, 9 Feb 2016 00:07:53 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201602090007.u1907rAM089307@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Tue, 9 Feb 2016 00:07:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408517 - in head/ports-mgmt: poudriere poudriere-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 00:07:55 -0000 Author: bdrewery Date: Tue Feb 9 00:07:53 2016 New Revision: 408517 URL: https://svnweb.freebsd.org/changeset/ports/408517 Log: Enable ZSH option by default Modified: head/ports-mgmt/poudriere-devel/Makefile head/ports-mgmt/poudriere/Makefile Modified: head/ports-mgmt/poudriere-devel/Makefile ============================================================================== --- head/ports-mgmt/poudriere-devel/Makefile Mon Feb 8 22:49:12 2016 (r408516) +++ head/ports-mgmt/poudriere-devel/Makefile Tue Feb 9 00:07:53 2016 (r408517) @@ -2,7 +2,7 @@ PORTNAME= poudriere DISTVERSION= 3.1.99.20160127 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= ports-mgmt MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \ http://mirror.shatow.net/freebsd/${PORTNAME}/ \ @@ -25,6 +25,7 @@ GNU_CONFIGURE= yes ETCDIR= ${PREFIX}/etc/poudriere.d OPTIONS_DEFINE= ZSH QEMU EXAMPLES +OPTIONS_DEFAULT=ZSH OPTIONS_SUB= yes QEMU_DESC= Add qemu-user-static to compile ports for non-x86 architectures Modified: head/ports-mgmt/poudriere/Makefile ============================================================================== --- head/ports-mgmt/poudriere/Makefile Mon Feb 8 22:49:12 2016 (r408516) +++ head/ports-mgmt/poudriere/Makefile Tue Feb 9 00:07:53 2016 (r408517) @@ -2,7 +2,7 @@ PORTNAME= poudriere DISTVERSION= 3.1.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= ports-mgmt MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \ http://mirror.shatow.net/freebsd/${PORTNAME}/ \ @@ -21,6 +21,7 @@ GNU_CONFIGURE= yes ETCDIR= ${PREFIX}/etc/poudriere.d OPTIONS_DEFINE= ZSH QEMU EXAMPLES +OPTIONS_DEFAULT=ZSH OPTIONS_SUB= yes QEMU_DESC= Add qemu-user-static to compile ports for non-x86 architectures From owner-svn-ports-head@freebsd.org Tue Feb 9 00:08:23 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2AB81A981EA; Tue, 9 Feb 2016 00:08:23 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BD1F494E; Tue, 9 Feb 2016 00:08:22 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1908La5089511; Tue, 9 Feb 2016 00:08:21 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1908LPs089505; Tue, 9 Feb 2016 00:08:21 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201602090008.u1908LPs089505@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 9 Feb 2016 00:08:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408518 - in head/www: firefox firefox-i18n linux-firefox X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 00:08:23 -0000 Author: jbeich Date: Tue Feb 9 00:08:21 2016 New Revision: 408518 URL: https://svnweb.freebsd.org/changeset/ports/408518 Log: www/firefox: update to 44.0.1 Changes: https://www.mozilla.org/firefox/44.0.1/releasenotes/ PR: 207030 Submitted by: Christoph Moench-Tegeder MFH: 2016Q1 Modified: head/www/firefox-i18n/Makefile (contents, props changed) head/www/firefox-i18n/distinfo (contents, props changed) head/www/firefox/Makefile (contents, props changed) head/www/firefox/distinfo (contents, props changed) head/www/linux-firefox/Makefile (contents, props changed) head/www/linux-firefox/distinfo (contents, props changed) Modified: head/www/firefox-i18n/Makefile ============================================================================== --- head/www/firefox-i18n/Makefile Tue Feb 9 00:07:53 2016 (r408517) +++ head/www/firefox-i18n/Makefile Tue Feb 9 00:08:21 2016 (r408518) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= firefox-i18n -PORTVERSION= 44.0 +PORTVERSION= 44.0.1 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-i686/xpi \ MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build1/linux-i686/xpi Modified: head/www/firefox-i18n/distinfo ============================================================================== --- head/www/firefox-i18n/distinfo Tue Feb 9 00:07:53 2016 (r408517) +++ head/www/firefox-i18n/distinfo Tue Feb 9 00:08:21 2016 (r408518) @@ -1,178 +1,178 @@ -SHA256 (xpi/firefox-i18n-44.0/ach.xpi) = 8bf84b145287afc5d25eba375d39c052b7ee58b224c2b88ca9f4bac5dcbb1b54 -SIZE (xpi/firefox-i18n-44.0/ach.xpi) = 488914 -SHA256 (xpi/firefox-i18n-44.0/af.xpi) = 2d03ae5387a0b211fcae044caa7b7b84d12125abf9d21847a870f5a1f14793c7 -SIZE (xpi/firefox-i18n-44.0/af.xpi) = 496123 -SHA256 (xpi/firefox-i18n-44.0/an.xpi) = bb0bf6cf42d9d6b5fb8db4a55e2966f6b2b56bcb58b4c9aaf268fbdb7ec086a6 -SIZE (xpi/firefox-i18n-44.0/an.xpi) = 474493 -SHA256 (xpi/firefox-i18n-44.0/ar.xpi) = 08bf3646f53498eea083345ee80f656f66460ae7e9efbf7561101cf863ffd3e5 -SIZE (xpi/firefox-i18n-44.0/ar.xpi) = 531969 -SHA256 (xpi/firefox-i18n-44.0/as.xpi) = 54027a9d7b52c368adf77ef4746ec00f47e4a85e4ab579138a7fd686f07f892c -SIZE (xpi/firefox-i18n-44.0/as.xpi) = 522458 -SHA256 (xpi/firefox-i18n-44.0/ast.xpi) = be2a177e24b39b936337c778a7e94a95a96b7deb9ab47c98a9ac52351095122e -SIZE (xpi/firefox-i18n-44.0/ast.xpi) = 420007 -SHA256 (xpi/firefox-i18n-44.0/az.xpi) = 9d4337c7453e749b8d10fab57f4dad1838dbf00382d912d67911e9f7a2af61d5 -SIZE (xpi/firefox-i18n-44.0/az.xpi) = 503489 -SHA256 (xpi/firefox-i18n-44.0/be.xpi) = 7835f62ed47c44a181485f6d3475ca24d0d9717535386c892294d73fb15e798b -SIZE (xpi/firefox-i18n-44.0/be.xpi) = 464850 -SHA256 (xpi/firefox-i18n-44.0/bg.xpi) = b1d04beea09b5b7b8fb3d95eb6e4be61ee8f05d17a12bf8ef9cb10a478c57e55 -SIZE (xpi/firefox-i18n-44.0/bg.xpi) = 505504 -SHA256 (xpi/firefox-i18n-44.0/bn-BD.xpi) = 39fb97e5782bbe7874cbb5be6a13273c4a82e78613d84e8dfe914f1debd0d865 -SIZE (xpi/firefox-i18n-44.0/bn-BD.xpi) = 550930 -SHA256 (xpi/firefox-i18n-44.0/bn-IN.xpi) = 56edcd91ad997d1833b4f21c47a64f54d89aba9f2a5d1766e61aecd84068e406 -SIZE (xpi/firefox-i18n-44.0/bn-IN.xpi) = 542124 -SHA256 (xpi/firefox-i18n-44.0/br.xpi) = 2e2be17058da67aa6bec21809009b8e567b2da25f759778d198bb4b8088cff2d -SIZE (xpi/firefox-i18n-44.0/br.xpi) = 454294 -SHA256 (xpi/firefox-i18n-44.0/bs.xpi) = 4b951439085404024da6b343fd8967de4e8d814b5800317691bb11090d328fbb -SIZE (xpi/firefox-i18n-44.0/bs.xpi) = 493433 -SHA256 (xpi/firefox-i18n-44.0/ca.xpi) = 3704064c35a93c6ea199bee735c88ad1f8d160a8f46cd38516c226c801f6827e -SIZE (xpi/firefox-i18n-44.0/ca.xpi) = 471462 -SHA256 (xpi/firefox-i18n-44.0/cs.xpi) = fb7c59ad096337f9ed3394ea1bc0c0156349ec03910c506e708ec254789588a3 -SIZE (xpi/firefox-i18n-44.0/cs.xpi) = 460606 -SHA256 (xpi/firefox-i18n-44.0/cy.xpi) = e279f26bea220eeafb4f8b76b31ee782e991347e45d07c099dd06000d38d490a -SIZE (xpi/firefox-i18n-44.0/cy.xpi) = 456837 -SHA256 (xpi/firefox-i18n-44.0/da.xpi) = 3797f85f4eb97b9cd86f8af3563cbebcc0e87e95558840689f4ad69c185e43ed -SIZE (xpi/firefox-i18n-44.0/da.xpi) = 463397 -SHA256 (xpi/firefox-i18n-44.0/de.xpi) = 42bd312feb841f8cecf06eb85f9f588ff0f2f0bc7990e1949594c3a0adbe94b5 -SIZE (xpi/firefox-i18n-44.0/de.xpi) = 466176 -SHA256 (xpi/firefox-i18n-44.0/dsb.xpi) = 5b2220fb0f36df05d61c973ea39e3cf1e7a423679ec7ced104cb546bc3c0ade8 -SIZE (xpi/firefox-i18n-44.0/dsb.xpi) = 484748 -SHA256 (xpi/firefox-i18n-44.0/el.xpi) = edf04fb40f0436553c7535a7d908938e66b3c8a3e7def79b86b615c66572299e -SIZE (xpi/firefox-i18n-44.0/el.xpi) = 511154 -SHA256 (xpi/firefox-i18n-44.0/en-GB.xpi) = 5e134e1da80c612c48565a95b67f7b1950c8fd620ea16a530fb794119d9fda08 -SIZE (xpi/firefox-i18n-44.0/en-GB.xpi) = 452629 -SHA256 (xpi/firefox-i18n-44.0/en-US.xpi) = 940e608fbb9079d593b364beeca6ca110f06a623725ea093d1e650d1b454c328 -SIZE (xpi/firefox-i18n-44.0/en-US.xpi) = 502960 -SHA256 (xpi/firefox-i18n-44.0/en-ZA.xpi) = 4fb855a2b9c0b46dab41f59023198a900828336fff0f3c28975882df1994cc70 -SIZE (xpi/firefox-i18n-44.0/en-ZA.xpi) = 457278 -SHA256 (xpi/firefox-i18n-44.0/eo.xpi) = 7ef64557067b7ee834bfc1c1e111c8e6682f6d766059631a0bd8fc627656da33 -SIZE (xpi/firefox-i18n-44.0/eo.xpi) = 496609 -SHA256 (xpi/firefox-i18n-44.0/es-AR.xpi) = c678d0fa10e55843deb9198d09719e686c0bbf3a5db7b49f2703bd5066574303 -SIZE (xpi/firefox-i18n-44.0/es-AR.xpi) = 465210 -SHA256 (xpi/firefox-i18n-44.0/es-CL.xpi) = 1deeedf1776bf46505ca883a57ff96f555abc26bb07073aa8a1f8e1d2d53082b -SIZE (xpi/firefox-i18n-44.0/es-CL.xpi) = 389731 -SHA256 (xpi/firefox-i18n-44.0/es-ES.xpi) = dc91671b42a0781fb6a7c28b416aa06780aa4ad1256f55539f465532995f440a -SIZE (xpi/firefox-i18n-44.0/es-ES.xpi) = 378684 -SHA256 (xpi/firefox-i18n-44.0/es-MX.xpi) = b126dc3f0319058bb75976ade6da3c6e15a083dfec5a60a3fcef8eecfa921886 -SIZE (xpi/firefox-i18n-44.0/es-MX.xpi) = 470416 -SHA256 (xpi/firefox-i18n-44.0/et.xpi) = 8b061583eddaec7dc178d221584d852af9622bcd6be1e409ae7298050593d81c -SIZE (xpi/firefox-i18n-44.0/et.xpi) = 461957 -SHA256 (xpi/firefox-i18n-44.0/eu.xpi) = 09e09e0304db6fbfc1c43a1fb0d427fa9e0fa5beff30705e28e661e2033e38c3 -SIZE (xpi/firefox-i18n-44.0/eu.xpi) = 479775 -SHA256 (xpi/firefox-i18n-44.0/fa.xpi) = 2e4fcbdf67620172e38630edfdec7966ffd827f5679dfda4802f252ffe693369 -SIZE (xpi/firefox-i18n-44.0/fa.xpi) = 535474 -SHA256 (xpi/firefox-i18n-44.0/ff.xpi) = d9381b4989611b1f9e9a0bd75c39c432c1bd6700695912b01452fc3990c65ba0 -SIZE (xpi/firefox-i18n-44.0/ff.xpi) = 469605 -SHA256 (xpi/firefox-i18n-44.0/fi.xpi) = 2312c6aadbb4dbf5e85e9544450ae65d31b96c99a233e5e59e5eb7145bb10c53 -SIZE (xpi/firefox-i18n-44.0/fi.xpi) = 461260 -SHA256 (xpi/firefox-i18n-44.0/fr.xpi) = d4bf2005066c089c420035d71c0d59ba9dc98adfffc9159ce51a2cf0ec560896 -SIZE (xpi/firefox-i18n-44.0/fr.xpi) = 475594 -SHA256 (xpi/firefox-i18n-44.0/fy-NL.xpi) = fc9a95b70a591f70a90aea0f26cdc4c1c4b1ac3f2f03abb941998f66d39e84d1 -SIZE (xpi/firefox-i18n-44.0/fy-NL.xpi) = 468844 -SHA256 (xpi/firefox-i18n-44.0/ga-IE.xpi) = 296cbb4521209f1fc7dbed72a7d5f5b08ce5446974f0fc443fc9cf55e4d5d70c -SIZE (xpi/firefox-i18n-44.0/ga-IE.xpi) = 481200 -SHA256 (xpi/firefox-i18n-44.0/gd.xpi) = 3cd36317dace91ceffd596e3d3ede3a64c5786a1e714babe00ab85ed753f4f2b -SIZE (xpi/firefox-i18n-44.0/gd.xpi) = 466940 -SHA256 (xpi/firefox-i18n-44.0/gl.xpi) = f7d2add0b9d2554591df74397fc85f02e738392ffbbcce4551aad545d824fb3c -SIZE (xpi/firefox-i18n-44.0/gl.xpi) = 461111 -SHA256 (xpi/firefox-i18n-44.0/gu-IN.xpi) = 195b952591f124521a2d8140b28dd316906875bb5fb906bd11130bfde6051314 -SIZE (xpi/firefox-i18n-44.0/gu-IN.xpi) = 498551 -SHA256 (xpi/firefox-i18n-44.0/he.xpi) = d25daa82b8d118b47562056e0fdd90617375c6260acd786e4640961bd86144cb -SIZE (xpi/firefox-i18n-44.0/he.xpi) = 490166 -SHA256 (xpi/firefox-i18n-44.0/hi-IN.xpi) = 5a35a22240899b5573f2d44e848c0f959148598994db4632643a1f1e456762fa -SIZE (xpi/firefox-i18n-44.0/hi-IN.xpi) = 523873 -SHA256 (xpi/firefox-i18n-44.0/hr.xpi) = 3f3d2a34432ec4c75cccd41126011c62e3cbc59c2a2625480cb3e471d455bcbf -SIZE (xpi/firefox-i18n-44.0/hr.xpi) = 491273 -SHA256 (xpi/firefox-i18n-44.0/hsb.xpi) = 35a2cdc5dfbcd38be9c2936d30b33289e952c6d7505487218234dda30a950aec -SIZE (xpi/firefox-i18n-44.0/hsb.xpi) = 482371 -SHA256 (xpi/firefox-i18n-44.0/hu.xpi) = 7b21a1517ff931194b588cd42080a02182bba8ef5cba11a19d4a5699922d6c4d -SIZE (xpi/firefox-i18n-44.0/hu.xpi) = 466878 -SHA256 (xpi/firefox-i18n-44.0/hy-AM.xpi) = 637eccd6cc0099b1a0b6a197165ba8ee85e33d5246c6f4a011801243fa14d483 -SIZE (xpi/firefox-i18n-44.0/hy-AM.xpi) = 549357 -SHA256 (xpi/firefox-i18n-44.0/id.xpi) = 8187f234721c3cfaf50b8640f991e633c55fa80a7714f7bf50c23db24b056f2a -SIZE (xpi/firefox-i18n-44.0/id.xpi) = 449869 -SHA256 (xpi/firefox-i18n-44.0/is.xpi) = 867f61c8a21e76fdaf46fd44e060f6ee0add54b3f976d2192bf00b69dddf3ba5 -SIZE (xpi/firefox-i18n-44.0/is.xpi) = 498239 -SHA256 (xpi/firefox-i18n-44.0/it.xpi) = 92e7c9c874ce9913c7e2c198602c3bcbf5cbee606852d32780dd4b6fd1707b7f -SIZE (xpi/firefox-i18n-44.0/it.xpi) = 369825 -SHA256 (xpi/firefox-i18n-44.0/ja.xpi) = 953227840368882f6733fb2d78efad454713bcfd8185b341624cbb7acf95d080 -SIZE (xpi/firefox-i18n-44.0/ja.xpi) = 493749 -SHA256 (xpi/firefox-i18n-44.0/kk.xpi) = 23f24aa820fffdbaa92018eccb5037dba793a75ed57d57399eef9f1b4e3e7cbb -SIZE (xpi/firefox-i18n-44.0/kk.xpi) = 519876 -SHA256 (xpi/firefox-i18n-44.0/km.xpi) = ada3358784469933b559c5cf3368b519776a57370818ea6630d3705ccbf99ac9 -SIZE (xpi/firefox-i18n-44.0/km.xpi) = 587938 -SHA256 (xpi/firefox-i18n-44.0/kn.xpi) = ba3cbea473b918bd29dc842f3f18850a30cecfcb9019481db0017948b80ccf4d -SIZE (xpi/firefox-i18n-44.0/kn.xpi) = 547916 -SHA256 (xpi/firefox-i18n-44.0/ko.xpi) = c14235cab4064ee068ede2f95ce859efcca15cc350ecd69cb50fed48a5d7c105 -SIZE (xpi/firefox-i18n-44.0/ko.xpi) = 480595 -SHA256 (xpi/firefox-i18n-44.0/lij.xpi) = 8b14945479e4a1c7ec39148fb78e20ed693ecdc9813157a97ab18794b0a6c598 -SIZE (xpi/firefox-i18n-44.0/lij.xpi) = 403832 -SHA256 (xpi/firefox-i18n-44.0/lt.xpi) = 01b4cfafde1912c5646694eb6b6c975e717550e85b527a341f7836ebd02e7535 -SIZE (xpi/firefox-i18n-44.0/lt.xpi) = 500331 -SHA256 (xpi/firefox-i18n-44.0/lv.xpi) = 2667d4e658a2faeb36c4aa3b5b5b13f1d3caa10abcf9a94ceb2d08307770bfe1 -SIZE (xpi/firefox-i18n-44.0/lv.xpi) = 480443 -SHA256 (xpi/firefox-i18n-44.0/mai.xpi) = 5c1a912951b00c9da71124888ba88492f433f807956d9ba21df90b6d81edfa8d -SIZE (xpi/firefox-i18n-44.0/mai.xpi) = 532117 -SHA256 (xpi/firefox-i18n-44.0/mk.xpi) = a6744e118506244b7e59947ee9b52975e9bef9b3f51dd5a1a91c1fc334610ec4 -SIZE (xpi/firefox-i18n-44.0/mk.xpi) = 537870 -SHA256 (xpi/firefox-i18n-44.0/ml.xpi) = 97aa5f16c7ce66386a096df283c0ffa7c3c5b5e0b23699c80d88c04717d7a26e -SIZE (xpi/firefox-i18n-44.0/ml.xpi) = 551282 -SHA256 (xpi/firefox-i18n-44.0/mr.xpi) = 709844a2c3a38fe8205267f379b95c843e7b64d1a4b40c2bf176d4f2398c70c3 -SIZE (xpi/firefox-i18n-44.0/mr.xpi) = 527782 -SHA256 (xpi/firefox-i18n-44.0/ms.xpi) = 8462fe393d5f3c4d3a86e3501f6f38d8fc394048b2846a6ebef97681641e4c9f -SIZE (xpi/firefox-i18n-44.0/ms.xpi) = 507271 -SHA256 (xpi/firefox-i18n-44.0/nb-NO.xpi) = 59051b45c1369f66899333c16d4dc18b1b2c40440be752053832d743d54810ee -SIZE (xpi/firefox-i18n-44.0/nb-NO.xpi) = 458673 -SHA256 (xpi/firefox-i18n-44.0/nl.xpi) = 35b2d2b201e963141d6079afde81bcffd1efa7879a37bc5d9431a65069aacaa0 -SIZE (xpi/firefox-i18n-44.0/nl.xpi) = 456554 -SHA256 (xpi/firefox-i18n-44.0/nn-NO.xpi) = ccf4db814992d2bada211a886321d97346e0d2ab26e846752243c2259062ab5a -SIZE (xpi/firefox-i18n-44.0/nn-NO.xpi) = 452666 -SHA256 (xpi/firefox-i18n-44.0/or.xpi) = f967f29bf4ecb73a86545a72ecc68c315d93b739060745810f82d1ad814b3cb2 -SIZE (xpi/firefox-i18n-44.0/or.xpi) = 540587 -SHA256 (xpi/firefox-i18n-44.0/pa-IN.xpi) = 6e1648d2b6bc9be3c674ca0e84e96121f62dfd66b19f22232f15772408a3d65b -SIZE (xpi/firefox-i18n-44.0/pa-IN.xpi) = 516425 -SHA256 (xpi/firefox-i18n-44.0/pl.xpi) = f01c0fa237aa5ec7a303261abe7b9ad13c22db31b48e3766209fd8ff4d63f4cc -SIZE (xpi/firefox-i18n-44.0/pl.xpi) = 403714 -SHA256 (xpi/firefox-i18n-44.0/pt-BR.xpi) = dce2dfdac65e6e1dc8c2236941207a630d467dd30e71f6ca7f8973aaa2425721 -SIZE (xpi/firefox-i18n-44.0/pt-BR.xpi) = 473587 -SHA256 (xpi/firefox-i18n-44.0/pt-PT.xpi) = 087227a30a7c06d04fcf47aab7f04e42fa554ec2c211463bb366ff17e941d339 -SIZE (xpi/firefox-i18n-44.0/pt-PT.xpi) = 454143 -SHA256 (xpi/firefox-i18n-44.0/rm.xpi) = 110ced11f415e15dd02cabdf4d5f2bb3f992e68a6743441bbfaa30e0334da88c -SIZE (xpi/firefox-i18n-44.0/rm.xpi) = 460176 -SHA256 (xpi/firefox-i18n-44.0/ro.xpi) = 0f1e2de42f1116840d06145f31cfefbce833719b4ce05e31c054a915a5988356 -SIZE (xpi/firefox-i18n-44.0/ro.xpi) = 507825 -SHA256 (xpi/firefox-i18n-44.0/ru.xpi) = e14eb41bc5af7f86e74b01e9bfe6a138088216cef000d75bb4d514042baeffc1 -SIZE (xpi/firefox-i18n-44.0/ru.xpi) = 418291 -SHA256 (xpi/firefox-i18n-44.0/si.xpi) = a9badff4b82754018e8585a674f96c491cdd2f15c18010b85153315d572db25f -SIZE (xpi/firefox-i18n-44.0/si.xpi) = 553903 -SHA256 (xpi/firefox-i18n-44.0/sk.xpi) = ac46e1b95d6973d35fa5ccaeba572e498be9f636a6cf253224a2b6cab6c544c7 -SIZE (xpi/firefox-i18n-44.0/sk.xpi) = 482728 -SHA256 (xpi/firefox-i18n-44.0/sl.xpi) = cf3a96cbc48afc0af98ee2327cac60eaa49eed6799a6005c5a3410977efde12a -SIZE (xpi/firefox-i18n-44.0/sl.xpi) = 456215 -SHA256 (xpi/firefox-i18n-44.0/son.xpi) = 1e76a4e02ece37d331c990d143738897f3a6b0b8e03b3a0d14e368b462faefcc -SIZE (xpi/firefox-i18n-44.0/son.xpi) = 463190 -SHA256 (xpi/firefox-i18n-44.0/sq.xpi) = 53f1757028c9c1eaf5e9f8bbd2ae1148a141eb7a869863748017be3cc5b95f62 -SIZE (xpi/firefox-i18n-44.0/sq.xpi) = 499915 -SHA256 (xpi/firefox-i18n-44.0/sr.xpi) = 035cded41b55bb24b0f805bc18f16aae19d6f6743c049148e394cbf0e0bf44b7 -SIZE (xpi/firefox-i18n-44.0/sr.xpi) = 490391 -SHA256 (xpi/firefox-i18n-44.0/sv-SE.xpi) = 3516e268aea2f70024909a6a0edca09a804d0b639cdf8da4a25292e92dfbf9d8 -SIZE (xpi/firefox-i18n-44.0/sv-SE.xpi) = 465391 -SHA256 (xpi/firefox-i18n-44.0/ta.xpi) = ef911260ea0011e6cecac88007e4f8590362b4238fe24a036b8ef1edbf783592 -SIZE (xpi/firefox-i18n-44.0/ta.xpi) = 522512 -SHA256 (xpi/firefox-i18n-44.0/te.xpi) = daa13ded2b57955aa47d64dd370c5eebc89932ec194b78bcb0f2f24ba49ed97d -SIZE (xpi/firefox-i18n-44.0/te.xpi) = 538474 -SHA256 (xpi/firefox-i18n-44.0/th.xpi) = 9c5e3ed5017e2536d6f11742eeb3740dd513e8b4aa80a77a546f556e4ce4f39e -SIZE (xpi/firefox-i18n-44.0/th.xpi) = 547040 -SHA256 (xpi/firefox-i18n-44.0/tr.xpi) = d105d05b8ec4b2a0412f7805649bf2ae95929a91bc68ec5adc959d597dde1bf9 -SIZE (xpi/firefox-i18n-44.0/tr.xpi) = 472325 -SHA256 (xpi/firefox-i18n-44.0/uk.xpi) = 27a033bc8efb80c92f201daf3b667eef3c819b26fa5ddebf8b94c104f446a9d3 -SIZE (xpi/firefox-i18n-44.0/uk.xpi) = 511048 -SHA256 (xpi/firefox-i18n-44.0/uz.xpi) = 52dd825bbe2e245b1205275a5070251df532414c0eb0ce7854a6908e5cd22f8c -SIZE (xpi/firefox-i18n-44.0/uz.xpi) = 510445 -SHA256 (xpi/firefox-i18n-44.0/vi.xpi) = ec827905d334ff761eb001b384c8edc7dc6cb6406d7e64e069226900828a47b8 -SIZE (xpi/firefox-i18n-44.0/vi.xpi) = 481582 -SHA256 (xpi/firefox-i18n-44.0/xh.xpi) = 9fe12e0fa50017452f04564fcae344d8387239f895721e4e293bfeebeb06821e -SIZE (xpi/firefox-i18n-44.0/xh.xpi) = 460792 -SHA256 (xpi/firefox-i18n-44.0/zh-CN.xpi) = 061a58990006a4d25be48477f9a0e06642f34a548801254e68f417f9af5b71f1 -SIZE (xpi/firefox-i18n-44.0/zh-CN.xpi) = 496299 -SHA256 (xpi/firefox-i18n-44.0/zh-TW.xpi) = 92da03a68277fcc445caf5a4dde39a3283bda63674d005e327f651dbc0d6dad9 -SIZE (xpi/firefox-i18n-44.0/zh-TW.xpi) = 487760 +SHA256 (xpi/firefox-i18n-44.0.1/ach.xpi) = 42f9332dd997b9814c5af135ae348ea3c27b3a11ef267b6582238c10c2b9654c +SIZE (xpi/firefox-i18n-44.0.1/ach.xpi) = 488915 +SHA256 (xpi/firefox-i18n-44.0.1/af.xpi) = bb8d404a0864d02847a8dab400f5d64e526df36c008238102ec5099545567d73 +SIZE (xpi/firefox-i18n-44.0.1/af.xpi) = 496125 +SHA256 (xpi/firefox-i18n-44.0.1/an.xpi) = 623b3bb92a571fb6526f9a3409a556339f20e48f2d63e49680bff56418d3f473 +SIZE (xpi/firefox-i18n-44.0.1/an.xpi) = 474494 +SHA256 (xpi/firefox-i18n-44.0.1/ar.xpi) = 6d91dd35b171e726c9c343aef65ee84e7943b3e60012738629aad92675bb0f22 +SIZE (xpi/firefox-i18n-44.0.1/ar.xpi) = 531970 +SHA256 (xpi/firefox-i18n-44.0.1/as.xpi) = 00484d56fa4c9dae9e54f921f3eabb24b74df2192b06a329f0a489ecc56e8e9b +SIZE (xpi/firefox-i18n-44.0.1/as.xpi) = 522459 +SHA256 (xpi/firefox-i18n-44.0.1/ast.xpi) = 1163b0e4850b32f7fdcfc7fb2865e129e77c7590f2b48ff77fd536809d1aac93 +SIZE (xpi/firefox-i18n-44.0.1/ast.xpi) = 420007 +SHA256 (xpi/firefox-i18n-44.0.1/az.xpi) = 3aac594fe5a5b82233035d077e9c5422f9ffe5cac6920745f5f671f01e938ffb +SIZE (xpi/firefox-i18n-44.0.1/az.xpi) = 503490 +SHA256 (xpi/firefox-i18n-44.0.1/be.xpi) = 9deaff5633d02988ec54e34930ec65d7f411661815013a5882963129f6ecbc49 +SIZE (xpi/firefox-i18n-44.0.1/be.xpi) = 464852 +SHA256 (xpi/firefox-i18n-44.0.1/bg.xpi) = 7bd1b6f3339ea14f5420c72b0bcefa80563d041754a8dd05bc478fe08a0f9216 +SIZE (xpi/firefox-i18n-44.0.1/bg.xpi) = 505506 +SHA256 (xpi/firefox-i18n-44.0.1/bn-BD.xpi) = 91d140c2ad167b60a8e9cec5f661e0b34182303193b8cdb7201e0adedf74706b +SIZE (xpi/firefox-i18n-44.0.1/bn-BD.xpi) = 550932 +SHA256 (xpi/firefox-i18n-44.0.1/bn-IN.xpi) = 2d272f107755356bdf1756cfe1c2bb4f565dec49a3161da75713aa853f5cf97d +SIZE (xpi/firefox-i18n-44.0.1/bn-IN.xpi) = 542129 +SHA256 (xpi/firefox-i18n-44.0.1/br.xpi) = 1b924c52e162778ab769b27e4d6c02ee4b3292dd6f49cf1728f9cf9d5cbf36ce +SIZE (xpi/firefox-i18n-44.0.1/br.xpi) = 454296 +SHA256 (xpi/firefox-i18n-44.0.1/bs.xpi) = cb61ac8fc6cd95b6793fc9e16d2349fd0b617744741e65696fe7470c750b0109 +SIZE (xpi/firefox-i18n-44.0.1/bs.xpi) = 493434 +SHA256 (xpi/firefox-i18n-44.0.1/ca.xpi) = 8bc35284c8335d13ebad72e7d81c2d00aedbed6af287fe64507981665b292adc +SIZE (xpi/firefox-i18n-44.0.1/ca.xpi) = 471464 +SHA256 (xpi/firefox-i18n-44.0.1/cs.xpi) = 02b495cc59fc279614c754b7977b0e905f5c38c522fc478cc0b70a52f5ae0052 +SIZE (xpi/firefox-i18n-44.0.1/cs.xpi) = 460608 +SHA256 (xpi/firefox-i18n-44.0.1/cy.xpi) = eff60b984ade7e9fee4795915fae6b2493bdd57735a5648dbcbfd65c19344250 +SIZE (xpi/firefox-i18n-44.0.1/cy.xpi) = 456839 +SHA256 (xpi/firefox-i18n-44.0.1/da.xpi) = 87c3c6ba898dd2267ad5307bfbe44ca069dbeb408a4108c1eff4028f1254375e +SIZE (xpi/firefox-i18n-44.0.1/da.xpi) = 463398 +SHA256 (xpi/firefox-i18n-44.0.1/de.xpi) = a2270c4658525e5ce7b70a84262f6558d91db6ce4067cad9f5bc5a7efa0abc06 +SIZE (xpi/firefox-i18n-44.0.1/de.xpi) = 466178 +SHA256 (xpi/firefox-i18n-44.0.1/dsb.xpi) = ae5d8a1c295dbdc87f91addb62302a20eac62823e65dc19b4098f258145e47c5 +SIZE (xpi/firefox-i18n-44.0.1/dsb.xpi) = 484752 +SHA256 (xpi/firefox-i18n-44.0.1/el.xpi) = 7dfb3a4df12c3cb50f63ac7a50859df39df4b18d158bb7fadf954dc5a3dd6855 +SIZE (xpi/firefox-i18n-44.0.1/el.xpi) = 511155 +SHA256 (xpi/firefox-i18n-44.0.1/en-GB.xpi) = 48a9997e9f99c1befb2214fb6103eb839f4afe9ade6dd7311ff952c161d0927a +SIZE (xpi/firefox-i18n-44.0.1/en-GB.xpi) = 452631 +SHA256 (xpi/firefox-i18n-44.0.1/en-US.xpi) = f54c7cea9055dd20d482d36346b1881f65b2a92ca9032cdb83836a0922d7c93c +SIZE (xpi/firefox-i18n-44.0.1/en-US.xpi) = 502961 +SHA256 (xpi/firefox-i18n-44.0.1/en-ZA.xpi) = 4dfb63da6827daec41ca854d4ade0227bac0546ff348a18522ea2642c4e61e86 +SIZE (xpi/firefox-i18n-44.0.1/en-ZA.xpi) = 457280 +SHA256 (xpi/firefox-i18n-44.0.1/eo.xpi) = 6fc4cc06127a9009a66db698a4f1abb4fc224e663561a566da2f9f90786bd12f +SIZE (xpi/firefox-i18n-44.0.1/eo.xpi) = 496610 +SHA256 (xpi/firefox-i18n-44.0.1/es-AR.xpi) = 454174ca92711fdc8d41bf895d34300594f366eafc248795185d2d4adc71389a +SIZE (xpi/firefox-i18n-44.0.1/es-AR.xpi) = 465212 +SHA256 (xpi/firefox-i18n-44.0.1/es-CL.xpi) = 69700dfbe58a5859ee96443b34834720d49adf22cf6915835056e6d6a2d8cd8f +SIZE (xpi/firefox-i18n-44.0.1/es-CL.xpi) = 389732 +SHA256 (xpi/firefox-i18n-44.0.1/es-ES.xpi) = 0d99465f3d5fbe1b950fb00f624d56b73fe30d2be60332d0454efe39a5adc486 +SIZE (xpi/firefox-i18n-44.0.1/es-ES.xpi) = 378686 +SHA256 (xpi/firefox-i18n-44.0.1/es-MX.xpi) = 49948ea9682759b752459d3a8874963ff9ffaee08c00fe7c381e55a28050385f +SIZE (xpi/firefox-i18n-44.0.1/es-MX.xpi) = 470417 +SHA256 (xpi/firefox-i18n-44.0.1/et.xpi) = 14565d32046ac191cf4eb0bec07e96c506fd79fb380bdbe770d987937a669026 +SIZE (xpi/firefox-i18n-44.0.1/et.xpi) = 461959 +SHA256 (xpi/firefox-i18n-44.0.1/eu.xpi) = 7f27a0df0ec864c74a5c1e77b4019e73c0d98f7568544d2b9e3ac3919f9d0413 +SIZE (xpi/firefox-i18n-44.0.1/eu.xpi) = 479776 +SHA256 (xpi/firefox-i18n-44.0.1/fa.xpi) = 55323f86529076cd0463ff3d69cad07b1d7fd62f879ce07cb480c81b7a8bcf5d +SIZE (xpi/firefox-i18n-44.0.1/fa.xpi) = 535476 +SHA256 (xpi/firefox-i18n-44.0.1/ff.xpi) = 48000e6f0051816d96a6abf879186429df3dc8ecf67a32a01e28ae3adddd23ce +SIZE (xpi/firefox-i18n-44.0.1/ff.xpi) = 469606 +SHA256 (xpi/firefox-i18n-44.0.1/fi.xpi) = 7f4d236b24baa9ef81b7e481848e7cdd0b6a726a9f575a6976d977cb784260a1 +SIZE (xpi/firefox-i18n-44.0.1/fi.xpi) = 461262 +SHA256 (xpi/firefox-i18n-44.0.1/fr.xpi) = 701be18f458ed610f4921f2b7ce13c1a2b94a320823d463295857a85e94b1ef2 +SIZE (xpi/firefox-i18n-44.0.1/fr.xpi) = 475595 +SHA256 (xpi/firefox-i18n-44.0.1/fy-NL.xpi) = 817199a36cca2a6851829e422252e7f1dc12aa204bfd9d5460bf0184540c2705 +SIZE (xpi/firefox-i18n-44.0.1/fy-NL.xpi) = 468849 +SHA256 (xpi/firefox-i18n-44.0.1/ga-IE.xpi) = 4745a01b722a95def4f38ff838ca1c6024087e29b334316bc7900015d4155bd7 +SIZE (xpi/firefox-i18n-44.0.1/ga-IE.xpi) = 481201 +SHA256 (xpi/firefox-i18n-44.0.1/gd.xpi) = 3a93f04cd789dd8efa6d9026db2e39399e805f214d19b13ca4ccb021861a6e29 +SIZE (xpi/firefox-i18n-44.0.1/gd.xpi) = 466941 +SHA256 (xpi/firefox-i18n-44.0.1/gl.xpi) = 3ad525dc1137d0cad5d9ffce207af575b3be9a6d6f3711c72eeab8a34f9a1657 +SIZE (xpi/firefox-i18n-44.0.1/gl.xpi) = 461112 +SHA256 (xpi/firefox-i18n-44.0.1/gu-IN.xpi) = 6242ad53dd445c58adc070ddf1e17a4ff373c16172dc07a1bd374cb496dfbb6c +SIZE (xpi/firefox-i18n-44.0.1/gu-IN.xpi) = 498552 +SHA256 (xpi/firefox-i18n-44.0.1/he.xpi) = 51c70feecc4cd2b03f9db74da9b7ff3d22b2c434df95fd528c254b3c9487d4b5 +SIZE (xpi/firefox-i18n-44.0.1/he.xpi) = 490169 +SHA256 (xpi/firefox-i18n-44.0.1/hi-IN.xpi) = e3975a6ec73aeb10cffb9dd20c8362148b10752bb26d4285300698f3845b0f4c +SIZE (xpi/firefox-i18n-44.0.1/hi-IN.xpi) = 523874 +SHA256 (xpi/firefox-i18n-44.0.1/hr.xpi) = 4fbeccc529a02bb255337b478e4ed78ed2de76757d532cb4d0bb72c45e7fbe44 +SIZE (xpi/firefox-i18n-44.0.1/hr.xpi) = 491275 +SHA256 (xpi/firefox-i18n-44.0.1/hsb.xpi) = 6351de9d5fb226a7cd57d8a1ffcb79206e1b69e6171a625d5d52d3f809fe9f76 +SIZE (xpi/firefox-i18n-44.0.1/hsb.xpi) = 482377 +SHA256 (xpi/firefox-i18n-44.0.1/hu.xpi) = efb6d350813b6de44f3f96891953947c737158b57cc739cbd1d8bb3e634971ff +SIZE (xpi/firefox-i18n-44.0.1/hu.xpi) = 466878 +SHA256 (xpi/firefox-i18n-44.0.1/hy-AM.xpi) = b411c8c7f5df7fba5fa36ba2da7888a47fffdfb8f122d946296507f58f247941 +SIZE (xpi/firefox-i18n-44.0.1/hy-AM.xpi) = 549359 +SHA256 (xpi/firefox-i18n-44.0.1/id.xpi) = 2166d3c8928769baeda1e8dd2dbfc1c0b68debaab15e10c0de6b5bf914868898 +SIZE (xpi/firefox-i18n-44.0.1/id.xpi) = 449870 +SHA256 (xpi/firefox-i18n-44.0.1/is.xpi) = dd65b786d05935b42b755411929ddd9cd0bf51b07da385d2390af59b9c1f096c +SIZE (xpi/firefox-i18n-44.0.1/is.xpi) = 498245 +SHA256 (xpi/firefox-i18n-44.0.1/it.xpi) = df4498f2060fdbdcf16a53be8697c81185659c7fd8f661af5ae754afa1d8250d +SIZE (xpi/firefox-i18n-44.0.1/it.xpi) = 369826 +SHA256 (xpi/firefox-i18n-44.0.1/ja.xpi) = b6123aa347427e33a08a7909637eabc7181c856b76348deea0a6748b23bcbde9 +SIZE (xpi/firefox-i18n-44.0.1/ja.xpi) = 493750 +SHA256 (xpi/firefox-i18n-44.0.1/kk.xpi) = 792ca35cfd3446082e3cabdbc2a1644778c58cc2b9053332e60e3049601b6eb1 +SIZE (xpi/firefox-i18n-44.0.1/kk.xpi) = 519877 +SHA256 (xpi/firefox-i18n-44.0.1/km.xpi) = a4c23e0de8045f4c4077041c278bc5da06d5e76f1e878bf2b1566ee5e6329750 +SIZE (xpi/firefox-i18n-44.0.1/km.xpi) = 587940 +SHA256 (xpi/firefox-i18n-44.0.1/kn.xpi) = da1b16beda33aa1c1d47be4662b03c303716e09d5b3b47e3d6e71dfcdfebd0ae +SIZE (xpi/firefox-i18n-44.0.1/kn.xpi) = 547918 +SHA256 (xpi/firefox-i18n-44.0.1/ko.xpi) = 467ea45410a23160ebec0074ad4f4a21726be047c1401d8baafc83e29a9bfd42 +SIZE (xpi/firefox-i18n-44.0.1/ko.xpi) = 480596 +SHA256 (xpi/firefox-i18n-44.0.1/lij.xpi) = e88ff416b28ac38043451576efed1c72c29d778a71dc27acd833906a243db087 +SIZE (xpi/firefox-i18n-44.0.1/lij.xpi) = 403837 +SHA256 (xpi/firefox-i18n-44.0.1/lt.xpi) = eb47cd21c754f4bdeee039fae19dbeb01b26802e9759461f761d255382508daf +SIZE (xpi/firefox-i18n-44.0.1/lt.xpi) = 500333 +SHA256 (xpi/firefox-i18n-44.0.1/lv.xpi) = eb244a05274002de87c970c1d78441b2c7347096dfe6191e2ce3b6cbdfcaa283 +SIZE (xpi/firefox-i18n-44.0.1/lv.xpi) = 480445 +SHA256 (xpi/firefox-i18n-44.0.1/mai.xpi) = 7381dadccea6c565ff572ee06655f8fb4e00641b9e4f6d3516613d2b89431395 +SIZE (xpi/firefox-i18n-44.0.1/mai.xpi) = 532118 +SHA256 (xpi/firefox-i18n-44.0.1/mk.xpi) = 4772211693a97f2a837cff1a05c0dee3acfd1c3d3ceaff8211614bd08e3dad7f +SIZE (xpi/firefox-i18n-44.0.1/mk.xpi) = 537872 +SHA256 (xpi/firefox-i18n-44.0.1/ml.xpi) = 27ca738f52eb2b34ade39c8eafed6c1119be705768eaeb275bae3d4d49db668b +SIZE (xpi/firefox-i18n-44.0.1/ml.xpi) = 551283 +SHA256 (xpi/firefox-i18n-44.0.1/mr.xpi) = a34acdb5b9794184d83b052df81636c5221bcb37ae8b86d568651fa76ae2e661 +SIZE (xpi/firefox-i18n-44.0.1/mr.xpi) = 527783 +SHA256 (xpi/firefox-i18n-44.0.1/ms.xpi) = 1c08c78b3da7179ee8536818ab3299b54c89fb7f9341df2e45fd3124a9a3f918 +SIZE (xpi/firefox-i18n-44.0.1/ms.xpi) = 507273 +SHA256 (xpi/firefox-i18n-44.0.1/nb-NO.xpi) = c5fae36f1fc07e6836e4c516110a59d312bc421aaa899edae797816447062650 +SIZE (xpi/firefox-i18n-44.0.1/nb-NO.xpi) = 458674 +SHA256 (xpi/firefox-i18n-44.0.1/nl.xpi) = 1fb86284c27aca4bfa821eeddaa20bd0d0ccbb6512159f264c7360cfe46f3ff8 +SIZE (xpi/firefox-i18n-44.0.1/nl.xpi) = 456556 +SHA256 (xpi/firefox-i18n-44.0.1/nn-NO.xpi) = 3f4c023e4d7650666fcad687691e1d7a65bcfb504a06920f83e2d9b06f8e1505 +SIZE (xpi/firefox-i18n-44.0.1/nn-NO.xpi) = 452668 +SHA256 (xpi/firefox-i18n-44.0.1/or.xpi) = 33b20e858a9b0888cdb9807d2641f700d6e00f92e60fef21dbe98781b9b24dcb +SIZE (xpi/firefox-i18n-44.0.1/or.xpi) = 540592 +SHA256 (xpi/firefox-i18n-44.0.1/pa-IN.xpi) = 90a3983bf474fb9a9a5cf47cb5bb6c89a1e3813f4c54e6690769a56526b7fcff +SIZE (xpi/firefox-i18n-44.0.1/pa-IN.xpi) = 516427 +SHA256 (xpi/firefox-i18n-44.0.1/pl.xpi) = 8a3951c99c4ef6383f70dc6912bf0ff36e4b6ea4345c96188e904ce537dd0be9 +SIZE (xpi/firefox-i18n-44.0.1/pl.xpi) = 403715 +SHA256 (xpi/firefox-i18n-44.0.1/pt-BR.xpi) = 6163521a333b45aebcdb30d2870d102a99dce7156ccc255664724a8499e466cd +SIZE (xpi/firefox-i18n-44.0.1/pt-BR.xpi) = 473588 +SHA256 (xpi/firefox-i18n-44.0.1/pt-PT.xpi) = 37ad5e1f0b14bab310773e43877c565aaa33de413eb37c2225d0318398a5cc69 +SIZE (xpi/firefox-i18n-44.0.1/pt-PT.xpi) = 454144 +SHA256 (xpi/firefox-i18n-44.0.1/rm.xpi) = 23b05abd8488680075deb87175bc300788790f522a4e84c70f056b05f2cb638e +SIZE (xpi/firefox-i18n-44.0.1/rm.xpi) = 460178 +SHA256 (xpi/firefox-i18n-44.0.1/ro.xpi) = 2fb2147945a014515a9cc045856a03cf7be41de43fa4052fd978fdd3849dd070 +SIZE (xpi/firefox-i18n-44.0.1/ro.xpi) = 507826 +SHA256 (xpi/firefox-i18n-44.0.1/ru.xpi) = 18494c2701fa3b132f5fe33f0d58d05ff0183edd7c111c4eb2eeb8ad23f99a31 +SIZE (xpi/firefox-i18n-44.0.1/ru.xpi) = 418291 +SHA256 (xpi/firefox-i18n-44.0.1/si.xpi) = be78c918f5002b27db9a0b61159c042995c741162dd61499498ecc8457478c0c +SIZE (xpi/firefox-i18n-44.0.1/si.xpi) = 553905 +SHA256 (xpi/firefox-i18n-44.0.1/sk.xpi) = 2215333b5422a58002bb725481d098439169bd5475513900cc59576c19ab0716 +SIZE (xpi/firefox-i18n-44.0.1/sk.xpi) = 482729 +SHA256 (xpi/firefox-i18n-44.0.1/sl.xpi) = 17acb1597ffd67d344e0ab15049869e3cdd2b651d950b531187ea098ce7aa453 +SIZE (xpi/firefox-i18n-44.0.1/sl.xpi) = 456216 +SHA256 (xpi/firefox-i18n-44.0.1/son.xpi) = 219946f681e79790aeac70776722b22d09418345f50b280aab4bdaec97c94d6f +SIZE (xpi/firefox-i18n-44.0.1/son.xpi) = 463191 +SHA256 (xpi/firefox-i18n-44.0.1/sq.xpi) = 40f74389a0c1e9e7bd1fae89a76dc2a56cfe65cb7aaaca5717e1cb99222989df +SIZE (xpi/firefox-i18n-44.0.1/sq.xpi) = 499916 +SHA256 (xpi/firefox-i18n-44.0.1/sr.xpi) = 93fcfecff12c55a6b44c4b807e1e23b6d7d799a7c371e90dc41c3441a3a1fef3 +SIZE (xpi/firefox-i18n-44.0.1/sr.xpi) = 490393 +SHA256 (xpi/firefox-i18n-44.0.1/sv-SE.xpi) = 061e288cc242405817bce280a1e96fd11e826d0b9964bc9f1560191994515df2 +SIZE (xpi/firefox-i18n-44.0.1/sv-SE.xpi) = 465391 +SHA256 (xpi/firefox-i18n-44.0.1/ta.xpi) = 913cfdd49c99fc81191123cef4228b51bcd5eae6a7ecd26283467339ef208a4a +SIZE (xpi/firefox-i18n-44.0.1/ta.xpi) = 522514 +SHA256 (xpi/firefox-i18n-44.0.1/te.xpi) = 65cf85e0b01f0dbb2fb00412db6556cafef81f1c1321762c962957a31e0f1996 +SIZE (xpi/firefox-i18n-44.0.1/te.xpi) = 538473 +SHA256 (xpi/firefox-i18n-44.0.1/th.xpi) = 8d4fc175bf3eed4b7e5d3c1a5d2818c1fa2653004b9d0beba40f134f85bf8b6d +SIZE (xpi/firefox-i18n-44.0.1/th.xpi) = 547043 +SHA256 (xpi/firefox-i18n-44.0.1/tr.xpi) = 8ed10e9ff8b5b3ed016ac3ee3b3460916dc879c5d447e5f495732fc0867da877 +SIZE (xpi/firefox-i18n-44.0.1/tr.xpi) = 472326 +SHA256 (xpi/firefox-i18n-44.0.1/uk.xpi) = 6b9a38afe47630a8666be102b540913a6103675c560734ee317c319ebde1a7c8 +SIZE (xpi/firefox-i18n-44.0.1/uk.xpi) = 511050 +SHA256 (xpi/firefox-i18n-44.0.1/uz.xpi) = ee88ca018bfa4c20cca02921bd99449ff173c029cfb004cf69d77aea8f507f19 +SIZE (xpi/firefox-i18n-44.0.1/uz.xpi) = 510445 +SHA256 (xpi/firefox-i18n-44.0.1/vi.xpi) = 385c7eeafc1af0b8aff860896ba38fe6cf53caefbda0a9df0acc19007db62fe8 +SIZE (xpi/firefox-i18n-44.0.1/vi.xpi) = 481583 +SHA256 (xpi/firefox-i18n-44.0.1/xh.xpi) = 3fc3b67ae6f7f14edd92a52d72b37bc32a7a34e078673422a057e64e8ab5fdb3 +SIZE (xpi/firefox-i18n-44.0.1/xh.xpi) = 460794 +SHA256 (xpi/firefox-i18n-44.0.1/zh-CN.xpi) = 5f4804e8a3175a0e557d896bb4b545638099361b05a8649db6e07d63af9f7f15 +SIZE (xpi/firefox-i18n-44.0.1/zh-CN.xpi) = 496301 +SHA256 (xpi/firefox-i18n-44.0.1/zh-TW.xpi) = 80a6fcb08d88b7ee3a4f143d90d3dd9207c703c8f01a2331fb23921a0729af13 +SIZE (xpi/firefox-i18n-44.0.1/zh-TW.xpi) = 487761 Modified: head/www/firefox/Makefile ============================================================================== --- head/www/firefox/Makefile Tue Feb 9 00:07:53 2016 (r408517) +++ head/www/firefox/Makefile Tue Feb 9 00:08:21 2016 (r408518) @@ -2,18 +2,18 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 44.0 +DISTVERSION= 44.0.1 DISTVERSIONSUFFIX=.source PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build3/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla BUILD_DEPENDS= nspr>=4.10.10:${PORTSDIR}/devel/nspr \ - nss>=3.20.1:${PORTSDIR}/security/nss \ + nss>=3.21:${PORTSDIR}/security/nss \ libevent2>=2.0.21_2:${PORTSDIR}/devel/libevent2 \ soundtouch>=1.8.0:${PORTSDIR}/audio/soundtouch \ harfbuzz>=0.9.42:${PORTSDIR}/print/harfbuzz \ Modified: head/www/firefox/distinfo ============================================================================== --- head/www/firefox/distinfo Tue Feb 9 00:07:53 2016 (r408517) +++ head/www/firefox/distinfo Tue Feb 9 00:08:21 2016 (r408518) @@ -1,2 +1,2 @@ -SHA256 (firefox-44.0.source.tar.xz) = ea82b0f4840d320aa4fe8046ba28e686bf6dc60f707a0514a9d68c150d0c4c1d -SIZE (firefox-44.0.source.tar.xz) = 182370528 +SHA256 (firefox-44.0.1.source.tar.xz) = 07d35c7a3aebe8b5f4b451784b5334f6a1aece8cbc921b2e12fb26c990629c9e +SIZE (firefox-44.0.1.source.tar.xz) = 182392260 Modified: head/www/linux-firefox/Makefile ============================================================================== --- head/www/linux-firefox/Makefile Tue Feb 9 00:07:53 2016 (r408517) +++ head/www/linux-firefox/Makefile Tue Feb 9 00:08:21 2016 (r408518) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 44.0 +DISTVERSION= 44.0.1 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/linux-i686/en-US \ Modified: head/www/linux-firefox/distinfo ============================================================================== --- head/www/linux-firefox/distinfo Tue Feb 9 00:07:53 2016 (r408517) +++ head/www/linux-firefox/distinfo Tue Feb 9 00:08:21 2016 (r408518) @@ -1,5 +1,5 @@ -SHA256 (firefox-44.0.tar.bz2) = d8bc60b08345db28fb33114a87d67e6384ff1da861beb2b9a610257d443811dc -SIZE (firefox-44.0.tar.bz2) = 51145978 +SHA256 (firefox-44.0.1.tar.bz2) = a0df0d14812051e815e664a24f80b3a068b0f02083bb49d81b2fc6b865426f05 +SIZE (firefox-44.0.1.tar.bz2) = 51147817 SHA256 (glib2-2.22.2-2.fc12.i686.rpm) = e3b459c245ec14e7248e9de4b506963a4773407f3e58835db5070d0ed02ecc99 SIZE (glib2-2.22.2-2.fc12.i686.rpm) = 1162908 SHA256 (gtk2-2.18.3-19.fc12.i686.rpm) = aea9cf7ffe9c8dae0faa2bf3d2aa1b2117c55dce03da72dcce8c268279ec0a4b From owner-svn-ports-head@freebsd.org Tue Feb 9 00:09:40 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 110B5A9829C; Tue, 9 Feb 2016 00:09:40 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C7915B0A; Tue, 9 Feb 2016 00:09:39 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1909c9W089760; Tue, 9 Feb 2016 00:09:38 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1909c3Y089754; Tue, 9 Feb 2016 00:09:38 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201602090009.u1909c3Y089754@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 9 Feb 2016 00:09:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408519 - in head/security: ca_root_nss nss nss/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 00:09:40 -0000 Author: jbeich Date: Tue Feb 9 00:09:37 2016 New Revision: 408519 URL: https://svnweb.freebsd.org/changeset/ports/408519 Log: security/nss: update to 3.22 Changes: https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.22_release_notes PR: 207030 Submitted by: Christoph Moench-Tegeder Modified: head/security/ca_root_nss/Makefile (contents, props changed) head/security/ca_root_nss/distinfo (contents, props changed) head/security/nss/Makefile (contents, props changed) head/security/nss/distinfo (contents, props changed) head/security/nss/files/patch-sysdb (contents, props changed) head/security/nss/pkg-plist (contents, props changed) Modified: head/security/ca_root_nss/Makefile ============================================================================== --- head/security/ca_root_nss/Makefile Tue Feb 9 00:08:21 2016 (r408518) +++ head/security/ca_root_nss/Makefile Tue Feb 9 00:09:37 2016 (r408519) @@ -32,7 +32,7 @@ PLIST_SUB+= CERTDIR=${CERTDIR} # !!! Please DO NOT submit patches for new version until it has !!! # !!! been committed there first. !!! # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -VERSION_NSS= 3.21 +VERSION_NSS= 3.22 #NSS_SUFFIX= -with-ckbi-1.98 CERTDATA_TXT_PATH= nss-${VERSION_NSS}/nss/lib/ckfw/builtins/certdata.txt BUNDLE_PROCESSOR= MAca-bundle.pl Modified: head/security/ca_root_nss/distinfo ============================================================================== --- head/security/ca_root_nss/distinfo Tue Feb 9 00:08:21 2016 (r408518) +++ head/security/ca_root_nss/distinfo Tue Feb 9 00:09:37 2016 (r408519) @@ -1,2 +1,2 @@ -SHA256 (nss-3.21.tar.gz) = 3f7a5b027d7cdd5c0e4ff7544da33fdc6f56c2f8c27fff02938fd4a6fbe87239 -SIZE (nss-3.21.tar.gz) = 6978112 +SHA256 (nss-3.22.tar.gz) = 30ebd121c77e725a1383618eff79a6752d6e9f0f21882ad825ddab12e7227611 +SIZE (nss-3.22.tar.gz) = 6992347 Modified: head/security/nss/Makefile ============================================================================== --- head/security/nss/Makefile Tue Feb 9 00:08:21 2016 (r408518) +++ head/security/nss/Makefile Tue Feb 9 00:09:37 2016 (r408519) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nss -PORTVERSION= 3.21 +PORTVERSION= 3.22 #DISTVERSIONSUFFIX= -with-ckbi-1.98 CATEGORIES= security MASTER_SITES= MOZILLA/security/${PORTNAME}/releases/${DISTNAME:tu:C/[-.]/_/g}_RTM/src @@ -11,7 +11,7 @@ MAINTAINER= gecko@FreeBSD.org COMMENT= Libraries to support development of security-enabled applications BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ - nspr>=4.10.10:${PORTSDIR}/devel/nspr \ + nspr>=4.11:${PORTSDIR}/devel/nspr \ sqlite3>=3.7.15:${PORTSDIR}/databases/sqlite3 LIB_DEPENDS= libnspr4.so:${PORTSDIR}/devel/nspr \ libsqlite3.so:${PORTSDIR}/databases/sqlite3 @@ -38,7 +38,7 @@ DIST= ${WRKSRC:H}/dist EXTRACT_AFTER_ARGS=--exclude */lib/zlib --exclude */lib/dbm --exclude */lib/sqlite -INSTALL_BINS= certcgi certutil checkcert cmsutil crlutil derdump makepqg \ +INSTALL_BINS= certcgi certutil cmsutil crlutil derdump makepqg \ mangle modutil ocspclnt oidcalc p7content p7env p7sign \ p7verify pk12util rsaperf shlibsign signtool signver \ ssltap strsclnt symkeyutil vfychain vfyserv Modified: head/security/nss/distinfo ============================================================================== --- head/security/nss/distinfo Tue Feb 9 00:08:21 2016 (r408518) +++ head/security/nss/distinfo Tue Feb 9 00:09:37 2016 (r408519) @@ -1,2 +1,2 @@ -SHA256 (nss-3.21.tar.gz) = 3f7a5b027d7cdd5c0e4ff7544da33fdc6f56c2f8c27fff02938fd4a6fbe87239 -SIZE (nss-3.21.tar.gz) = 6978112 +SHA256 (nss-3.22.tar.gz) = 30ebd121c77e725a1383618eff79a6752d6e9f0f21882ad825ddab12e7227611 +SIZE (nss-3.22.tar.gz) = 6992347 Modified: head/security/nss/files/patch-sysdb ============================================================================== --- head/security/nss/files/patch-sysdb Tue Feb 9 00:08:21 2016 (r408518) +++ head/security/nss/files/patch-sysdb Tue Feb 9 00:09:37 2016 (r408519) @@ -108,7 +108,7 @@ -#include "prtypes.h" +#include - #include /* for LONG_MAX */ + #include /* for LONG_MAX */ #include "seccomon.h" #include "secdert.h" --- lib/certdb/xconst.c.orig 2009-08-31 12:43:46.000000000 +0200 Modified: head/security/nss/pkg-plist ============================================================================== --- head/security/nss/pkg-plist Tue Feb 9 00:08:21 2016 (r408518) +++ head/security/nss/pkg-plist Tue Feb 9 00:09:37 2016 (r408519) @@ -1,6 +1,5 @@ bin/certcgi bin/certutil -bin/checkcert bin/cmsutil bin/crlutil bin/derdump From owner-svn-ports-head@freebsd.org Tue Feb 9 00:53:15 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A1044AA18C2; Tue, 9 Feb 2016 00:53:15 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 714431AA; Tue, 9 Feb 2016 00:53:15 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u190rEWb004330; Tue, 9 Feb 2016 00:53:14 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u190rEqx004329; Tue, 9 Feb 2016 00:53:14 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201602090053.u190rEqx004329@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 9 Feb 2016 00:53:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408520 - head/multimedia/openh264 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 00:53:15 -0000 Author: jbeich Date: Tue Feb 9 00:53:14 2016 New Revision: 408520 URL: https://svnweb.freebsd.org/changeset/ports/408520 Log: multimedia/openh264: partially unbreak PREFIX != LOCALBASE PR: 206589 Submitted by: mi Modified: head/multimedia/openh264/Makefile (contents, props changed) Modified: head/multimedia/openh264/Makefile ============================================================================== --- head/multimedia/openh264/Makefile Tue Feb 9 00:09:37 2016 (r408519) +++ head/multimedia/openh264/Makefile Tue Feb 9 00:53:14 2016 (r408520) @@ -20,7 +20,8 @@ USE_LDCONFIG= yes ASFLAGS+= ${ASFLAGS_${MACHINE}_${CHOSEN_COMPILER_TYPE}} ASFLAGS_arm_clang= -no-integrated-as ASFLAGS_arm64_clang= -no-integrated-as -MAKE_ARGS= OS=bsd ARCH="${ARCH:S/amd64/x86_64/}" \ +MAKE_ARGS= PREFIX="${PREFIX}" \ + OS=bsd ARCH="${ARCH:S/amd64/x86_64/}" \ CCASFLAGS='$$(CFLAGS) ${ASFLAGS}' \ CFLAGS_OPT="" CFLAGS_DEBUG="" ALL_TARGET= all From owner-svn-ports-head@freebsd.org Tue Feb 9 01:37:05 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5F584AA2F07; Tue, 9 Feb 2016 01:37:05 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1143E1AE7; Tue, 9 Feb 2016 01:37:04 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u191b4jJ016581; Tue, 9 Feb 2016 01:37:04 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u191b3Bv016576; Tue, 9 Feb 2016 01:37:03 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <201602090137.u191b3Bv016576@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Tue, 9 Feb 2016 01:37:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408523 - in head/devel: . py-should_dsl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 01:37:05 -0000 Author: truckman Date: Tue Feb 9 01:37:03 2016 New Revision: 408523 URL: https://svnweb.freebsd.org/changeset/ports/408523 Log: Add py-should_dsl port: Should assertions in Python as clear and readable as possible The goal of Should-DSL is to write should expectations in Python as clear and readable as possible, using "almost" natural language (limited - sometimes - by the Python language constraints). Sponsored by: Farsight Security, Inc. Added: head/devel/py-should_dsl/ head/devel/py-should_dsl/Makefile (contents, props changed) head/devel/py-should_dsl/distinfo (contents, props changed) head/devel/py-should_dsl/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Feb 9 01:34:41 2016 (r408522) +++ head/devel/Makefile Tue Feb 9 01:37:03 2016 (r408523) @@ -4340,6 +4340,7 @@ SUBDIR += py-setuptools_hg SUBDIR += py-setuptools_scm SUBDIR += py-sh + SUBDIR += py-should_dsl SUBDIR += py-shapely SUBDIR += py-simplegeneric SUBDIR += py-simplejson Added: head/devel/py-should_dsl/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-should_dsl/Makefile Tue Feb 9 01:37:03 2016 (r408523) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= should_dsl +PORTVERSION= 2.1.2 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= truckman@FreeBSD.org +COMMENT= Should assertions in Python as clear and readable as possible + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +NO_ARCH= yes +USES= python +USE_PYTHON= distutils autoplist + +.include Added: head/devel/py-should_dsl/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-should_dsl/distinfo Tue Feb 9 01:37:03 2016 (r408523) @@ -0,0 +1,2 @@ +SHA256 (should_dsl-2.1.2.tar.gz) = 36f753d90fbdf84ef2b7a9e07813e3efac725376feb7a793549f3fff7a03232a +SIZE (should_dsl-2.1.2.tar.gz) = 13650 Added: head/devel/py-should_dsl/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-should_dsl/pkg-descr Tue Feb 9 01:37:03 2016 (r408523) @@ -0,0 +1,3 @@ +Should assertions in Python as clear and readable as possible + +WWW: https://pypi.python.org/pypi/should_dsl From owner-svn-ports-head@freebsd.org Tue Feb 9 01:43:26 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4C2FFAA13A1; Tue, 9 Feb 2016 01:43:26 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1B753257; Tue, 9 Feb 2016 01:43:26 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u191hPDV019770; Tue, 9 Feb 2016 01:43:25 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u191hPD5019769; Tue, 9 Feb 2016 01:43:25 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602090143.u191hPD5019769@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 9 Feb 2016 01:43:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408525 - head/devel/nini X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 01:43:26 -0000 Author: amdmi3 Date: Tue Feb 9 01:43:24 2016 New Revision: 408525 URL: https://svnweb.freebsd.org/changeset/ports/408525 Log: - Add NO_ARCH - Switch to options helpers Modified: head/devel/nini/Makefile Modified: head/devel/nini/Makefile ============================================================================== --- head/devel/nini/Makefile Tue Feb 9 01:37:27 2016 (r408524) +++ head/devel/nini/Makefile Tue Feb 9 01:43:24 2016 (r408525) @@ -15,13 +15,14 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= mono zip NO_BUILD= yes +NO_ARCH= yes WRKSRC= ${WRKDIR}/Nini NINI_VERSION= ${PORTVERSION:C/([0-9]*\.[0-9]*).*/\1/} SUB_FILES= ${PORTNAME}.pc -SUB_LIST+= PORTVERSION=${PORTVERSION} \ +SUB_LIST= PORTVERSION=${PORTVERSION} \ NINI_VERSION=${NINI_VERSION} -PLIST_SUB+= NINI_VERSION=${NINI_VERSION} +PLIST_SUB= NINI_VERSION=${NINI_VERSION} OPTIONS_DEFINE= DOCS EXAMPLES @@ -29,9 +30,10 @@ do-install: @(cd ${INSTALL_WRKSRC}/Bin/Mono/1.1/Release && ${SETENV} MONO_SHARED_DIR=${WRKDIR} ${LOCALBASE}/bin/gacutil -root ${STAGEDIR}${PREFIX}/lib/ -gacdir ${STAGEDIR}${PREFIX}/lib -package ${PORTNAME}-${NINI_VERSION} -i Nini.dll) ${INSTALL_DATA} ${WRKDIR}/nini.pc ${STAGEDIR}${PREFIX}/libdata/pkgconfig/nini-${NINI_VERSION}.pc - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - (cd ${WRKSRC}/Examples/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) - @${MKDIR} ${STAGEDIR}${DOCSDIR} - (cd ${WRKSRC}/Docs/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) +do-install-DOCS-on: + @(cd ${WRKSRC}/Docs/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) + +do-install-EXAMPLES-on: + @(cd ${WRKSRC}/Examples/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) .include From owner-svn-ports-head@freebsd.org Tue Feb 9 01:47:28 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 82CC2AA1721; Tue, 9 Feb 2016 01:47:28 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5BECB769; Tue, 9 Feb 2016 01:47:28 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u191lR6K020129; Tue, 9 Feb 2016 01:47:27 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u191lRpS020125; Tue, 9 Feb 2016 01:47:27 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602090147.u191lRpS020125@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 9 Feb 2016 01:47:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408526 - in head/devel/cxxtools: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 01:47:28 -0000 Author: amdmi3 Date: Tue Feb 9 01:47:26 2016 New Revision: 408526 URL: https://svnweb.freebsd.org/changeset/ports/408526 Log: - Switch to USES=localbase - Strip libraries - Switch to options helpers - Simplify patches handling Added: head/devel/cxxtools/files/patch-include_cxxtools_char.h - copied, changed from r408525, head/devel/cxxtools/files/patch-clang head/devel/cxxtools/files/patch-src_directoryimpl.cpp - copied, changed from r408525, head/devel/cxxtools/files/patch-src-directoryimpl.cpp head/devel/cxxtools/files/patch-src_tcpsocketimpl.h - copied, changed from r408525, head/devel/cxxtools/files/patch-src-tcpsocketimpl.h Deleted: head/devel/cxxtools/files/patch-clang head/devel/cxxtools/files/patch-src-directoryimpl.cpp head/devel/cxxtools/files/patch-src-tcpsocketimpl.h Modified: head/devel/cxxtools/Makefile Modified: head/devel/cxxtools/Makefile ============================================================================== --- head/devel/cxxtools/Makefile Tue Feb 9 01:43:24 2016 (r408525) +++ head/devel/cxxtools/Makefile Tue Feb 9 01:47:26 2016 (r408526) @@ -3,7 +3,7 @@ PORTNAME= cxxtools PORTVERSION= 2.2.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= http://www.tntnet.org/download/ @@ -13,45 +13,47 @@ COMMENT= Collection of general-purpose C LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING -PATCH_STRIP= -p1 -USES= cpe iconv libtool pathfix +BROKEN_sparc64= does not configure + +USES= cpe iconv libtool localbase pathfix CPE_VENDOR= tntnet USE_CSTD= gnu89 GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip USE_LDCONFIG= yes .include -.if ${ARCH} == "sparc64" -BROKEN= Does not configure on sparc64 -.endif .if ${ARCH} == "amd64" PLIST_SUB+= X86_64_ONLY="" .else PLIST_SUB+= X86_64_ONLY="@comment " .endif + .if ${ARCH} == "i386" PLIST_SUB+= I386_ONLY="" .else PLIST_SUB+= I386_ONLY="@comment " .endif + .if (${ARCH} == "amd64") || (${ARCH} == "i386") PLIST_SUB+= X86_ONLY="" .else PLIST_SUB+= X86_ONLY="@comment " .endif + .if ${ARCH} == "arm" || ${ARCH} == "armv6" PLIST_SUB+= ARM_ONLY="" .else PLIST_SUB+= ARM_ONLY="@comment " .endif + .if ${ARCH} == "mips" || ${ARCH} == "mips64" PLIST_SUB+= MIPS_ONLY="" .else PLIST_SUB+= MIPS_ONLY="@comment " .endif + .if ${ARCH} == "powerpc" || ${ARCH} == "powerpc64" PLIST_SUB+= PPC_ONLY="" .else Copied and modified: head/devel/cxxtools/files/patch-include_cxxtools_char.h (from r408525, head/devel/cxxtools/files/patch-clang) ============================================================================== --- head/devel/cxxtools/files/patch-clang Tue Feb 9 01:43:24 2016 (r408525, copy source) +++ head/devel/cxxtools/files/patch-include_cxxtools_char.h Tue Feb 9 01:47:26 2016 (r408526) @@ -2,8 +2,8 @@ Obtained from: https://github.com/maekitalo/cxxtools/commit/645dedf575da32198ac815655e5c6e5cd5cc4461 ---- a/include/cxxtools/char.h -+++ b/include/cxxtools/char.h +--- include/cxxtools/char.h.orig 2014-01-17 19:05:09 UTC ++++ include/cxxtools/char.h @@ -72,23 +72,8 @@ namespace cxxtools : _value(0) {} Copied and modified: head/devel/cxxtools/files/patch-src_directoryimpl.cpp (from r408525, head/devel/cxxtools/files/patch-src-directoryimpl.cpp) ============================================================================== --- head/devel/cxxtools/files/patch-src-directoryimpl.cpp Tue Feb 9 01:43:24 2016 (r408525, copy source) +++ head/devel/cxxtools/files/patch-src_directoryimpl.cpp Tue Feb 9 01:47:26 2016 (r408526) @@ -1,5 +1,5 @@ ---- a/src/directoryimpl.cpp -+++ b/src/directoryimpl.cpp +--- src/directoryimpl.cpp.orig 2013-12-26 09:33:48 UTC ++++ src/directoryimpl.cpp @@ -27,6 +27,7 @@ */ #include "directoryimpl.h" Copied and modified: head/devel/cxxtools/files/patch-src_tcpsocketimpl.h (from r408525, head/devel/cxxtools/files/patch-src-tcpsocketimpl.h) ============================================================================== --- head/devel/cxxtools/files/patch-src-tcpsocketimpl.h Tue Feb 9 01:43:24 2016 (r408525, copy source) +++ head/devel/cxxtools/files/patch-src_tcpsocketimpl.h Tue Feb 9 01:47:26 2016 (r408526) @@ -1,5 +1,5 @@ ---- a/src/tcpsocketimpl.h -+++ b/src/tcpsocketimpl.h +--- src/tcpsocketimpl.h.orig 2014-01-17 19:05:09 UTC ++++ src/tcpsocketimpl.h @@ -36,6 +36,7 @@ #include #include @@ -7,4 +7,4 @@ +#include #include #include - #include + #include From owner-svn-ports-head@freebsd.org Tue Feb 9 01:56:45 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2B3EFAA1C70; Tue, 9 Feb 2016 01:56:45 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EF0E0B04; Tue, 9 Feb 2016 01:56:44 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u191uiIM023112; Tue, 9 Feb 2016 01:56:44 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u191ui43023111; Tue, 9 Feb 2016 01:56:44 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602090156.u191ui43023111@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 9 Feb 2016 01:56:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408527 - head/x11-toolkits/p5-Tk-TableMatrix X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 01:56:45 -0000 Author: amdmi3 Date: Tue Feb 9 01:56:43 2016 New Revision: 408527 URL: https://svnweb.freebsd.org/changeset/ports/408527 Log: - Mark MAKE_JOBS_UNSAFE, fails sporadically with parallel build: chmod: libpTk.a: No such file or directory or ERROR: Cannot copy 'version.h' to '../blib/arch/Tk/pTk/version.h': Permission denied Approved by: portmgr blanket Modified: head/x11-toolkits/p5-Tk-TableMatrix/Makefile Modified: head/x11-toolkits/p5-Tk-TableMatrix/Makefile ============================================================================== --- head/x11-toolkits/p5-Tk-TableMatrix/Makefile Tue Feb 9 01:47:26 2016 (r408526) +++ head/x11-toolkits/p5-Tk-TableMatrix/Makefile Tue Feb 9 01:56:43 2016 (r408527) @@ -17,6 +17,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure CONFIGURE_ARGS= X11LIB=${LOCALBASE}/lib X11INC=${LOCALBASE}/include +MAKE_JOBS_UNSAFE= yes # This would conflict with x11-toolkits/p5-Tk post-install: From owner-svn-ports-head@freebsd.org Tue Feb 9 01:58:08 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 12F56AA1D0F; Tue, 9 Feb 2016 01:58:08 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D603AC04; Tue, 9 Feb 2016 01:58:07 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u191w6Nq023247; Tue, 9 Feb 2016 01:58:06 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u191w6qt023246; Tue, 9 Feb 2016 01:58:06 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602090158.u191w6qt023246@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 9 Feb 2016 01:58:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408528 - head/deskutils/calibre X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 01:58:08 -0000 Author: amdmi3 Date: Tue Feb 9 01:58:06 2016 New Revision: 408528 URL: https://svnweb.freebsd.org/changeset/ports/408528 Log: - Fix shebangs Approved by: portmgr blanket Modified: head/deskutils/calibre/Makefile Modified: head/deskutils/calibre/Makefile ============================================================================== --- head/deskutils/calibre/Makefile Tue Feb 9 01:56:43 2016 (r408527) +++ head/deskutils/calibre/Makefile Tue Feb 9 01:58:06 2016 (r408528) @@ -3,6 +3,7 @@ PORTNAME= calibre PORTVERSION= 2.50.1 +PORTREVISION= 1 CATEGORIES= deskutils python MASTER_SITES= http://download.calibre-ebook.com/${PORTVERSION}/ @@ -59,7 +60,8 @@ USE_RC_SUBR= calibre EXTRACT_BEFORE_ARGS= -x -s '/^calibre/~-src/' -f USES= desktop-file-utils pkgconfig python:2 shared-mime-info shebangfix tar:xz -SHEBANG_FILES= src/calibre/ebooks/metadata/odt.py \ +SHEBANG_FILES= resources/calibre-portable.sh \ + src/calibre/ebooks/metadata/odt.py \ src/calibre/utils/*.py \ src/odf/*.py USE_QT5= buildtools_build dbus qmake_build From owner-svn-ports-head@freebsd.org Tue Feb 9 01:58:24 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 03BBAAA1D70; Tue, 9 Feb 2016 01:58:24 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C8442CDF; Tue, 9 Feb 2016 01:58:23 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u191wMtD023354; Tue, 9 Feb 2016 01:58:22 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u191wMQu023353; Tue, 9 Feb 2016 01:58:22 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602090158.u191wMQu023353@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 9 Feb 2016 01:58:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408529 - head/devel/ocaml-lacaml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 01:58:24 -0000 Author: amdmi3 Date: Tue Feb 9 01:58:22 2016 New Revision: 408529 URL: https://svnweb.freebsd.org/changeset/ports/408529 Log: - Add LICENSE_FILE - Switch to options helpers Modified: head/devel/ocaml-lacaml/Makefile Modified: head/devel/ocaml-lacaml/Makefile ============================================================================== --- head/devel/ocaml-lacaml/Makefile Tue Feb 9 01:58:06 2016 (r408528) +++ head/devel/ocaml-lacaml/Makefile Tue Feb 9 01:58:22 2016 (r408529) @@ -11,6 +11,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= OCaml interface to BLAS and LAPACK libraries LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING.txt USE_GITHUB= yes GH_ACCOUNT= mmottl @@ -47,15 +48,17 @@ post-patch: s|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/myocamlbuild.ml post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/lacaml/*.cmxs + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/lacaml/*.so + +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in AUTHORS.txt CHANGES.txt README.md TODO.md - (cd ${WRKSRC} && ${INSTALL_DATA} ${i} \ - ${STAGEDIR}${DOCSDIR}) + ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} .endfor - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + +post-install-EXAMPLES-on: @(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . \ ${STAGEDIR}${EXAMPLESDIR}) - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/lacaml/*.cmxs - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/lacaml/*.so .include From owner-svn-ports-head@freebsd.org Tue Feb 9 01:59:23 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 94B68AA1E15; Tue, 9 Feb 2016 01:59:23 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6472CDC9; Tue, 9 Feb 2016 01:59:23 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u191xMsR023480; Tue, 9 Feb 2016 01:59:22 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u191xMmj023479; Tue, 9 Feb 2016 01:59:22 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602090159.u191xMmj023479@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 9 Feb 2016 01:59:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408530 - head/devel/ocaml-ounit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 01:59:23 -0000 Author: amdmi3 Date: Tue Feb 9 01:59:22 2016 New Revision: 408530 URL: https://svnweb.freebsd.org/changeset/ports/408530 Log: - Add LICENSE - Switch to options helpers Modified: head/devel/ocaml-ounit/Makefile Modified: head/devel/ocaml-ounit/Makefile ============================================================================== --- head/devel/ocaml-ounit/Makefile Tue Feb 9 01:58:22 2016 (r408529) +++ head/devel/ocaml-ounit/Makefile Tue Feb 9 01:59:22 2016 (r408530) @@ -11,24 +11,26 @@ PKGNAMEPREFIX= ocaml- MAINTAINER= ports@FreeBSD.org COMMENT= OCaml unit test framework +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENCE + USES= gmake USE_OCAML= yes USE_OCAML_FINDLIB= yes USE_OCAMLFIND_PLIST= yes OCAML_PKGDIRS= oUnit -DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} ALL_TARGET= all allopt testall doc MAKE_ENV= OCAMLFIND_DESTDIR=${PREFIX}/lib/ocaml/site-lib + +DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} + OPTIONS_DEFINE= DOCS -post-install: - @${ECHO_MSG} "==> Installing port documentation for ${PKGORIGIN}..." +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - @( cd ${WRKSRC}; ${INSTALL_DATA} README ${STAGEDIR}${DOCSDIR} ) - @( cd ${WRKSRC}/doc; \ - ${INSTALL_DATA} style.css ${STAGEDIR}${DOCSDIR}; \ - for f in `${FIND} . -type f -name \\*.html -print`; do \ - ${INSTALL_DATA} $${f} ${STAGEDIR}${DOCSDIR}; \ - done ) + ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/style.css ${STAGEDIR}${DOCSDIR} + ${FIND} ${WRKSRC}/doc -type f -name "*.html" -exec \ + ${INSTALL_DATA} {} ${STAGEDIR}${DOCSDIR} \; .include From owner-svn-ports-head@freebsd.org Tue Feb 9 02:02:39 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 19203AA20B6; Tue, 9 Feb 2016 02:02:39 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D9089110C; Tue, 9 Feb 2016 02:02:38 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1922bOm026296; Tue, 9 Feb 2016 02:02:37 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1922bJg026293; Tue, 9 Feb 2016 02:02:37 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201602090202.u1922bJg026293@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Tue, 9 Feb 2016 02:02:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408531 - head/astro/wcslib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 02:02:39 -0000 Author: danilo Date: Tue Feb 9 02:02:37 2016 New Revision: 408531 URL: https://svnweb.freebsd.org/changeset/ports/408531 Log: - Update to 5.14 Modified: head/astro/wcslib/Makefile head/astro/wcslib/distinfo head/astro/wcslib/pkg-plist Modified: head/astro/wcslib/Makefile ============================================================================== --- head/astro/wcslib/Makefile Tue Feb 9 01:59:22 2016 (r408530) +++ head/astro/wcslib/Makefile Tue Feb 9 02:02:37 2016 (r408531) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wcslib -PORTVERSION= 5.13 +PORTVERSION= 5.14 CATEGORIES= astro MASTER_SITES= ftp://ftp.atnf.csiro.au/pub/software/wcslib/ Modified: head/astro/wcslib/distinfo ============================================================================== --- head/astro/wcslib/distinfo Tue Feb 9 01:59:22 2016 (r408530) +++ head/astro/wcslib/distinfo Tue Feb 9 02:02:37 2016 (r408531) @@ -1,2 +1,2 @@ -SHA256 (wcslib-5.13.tar.bz2) = d6983e8bc5997e625e66cc3b8590745231f1761437d533ad4b99a015eeb9b4e7 -SIZE (wcslib-5.13.tar.bz2) = 2222518 +SHA256 (wcslib-5.14.tar.bz2) = 4d3f12d2636bb75488eaaa3ed435d7664d2c26a73a67ac1f7d5f3e530f39e37f +SIZE (wcslib-5.14.tar.bz2) = 2221717 Modified: head/astro/wcslib/pkg-plist ============================================================================== --- head/astro/wcslib/pkg-plist Tue Feb 9 01:59:22 2016 (r408530) +++ head/astro/wcslib/pkg-plist Tue Feb 9 02:02:37 2016 (r408531) @@ -54,7 +54,7 @@ lib/libwcs-%%VERSION%%.a lib/libwcs.a lib/libwcs.so lib/libwcs.so.5 -lib/libwcs.so.5.13 +lib/libwcs.so.5.14 libdata/pkgconfig/wcslib.pc %%CFITSIO%%man/man1/HPXcvt.1.gz man/man1/fitshdr.1.gz From owner-svn-ports-head@freebsd.org Tue Feb 9 02:52:05 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 25D5AAA13E1; Tue, 9 Feb 2016 02:52:05 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DB29732C; Tue, 9 Feb 2016 02:52:04 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u192q3wv040618; Tue, 9 Feb 2016 02:52:03 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u192q3nf040614; Tue, 9 Feb 2016 02:52:03 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <201602090252.u192q3nf040614@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Tue, 9 Feb 2016 02:52:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408532 - in head/devel: . py-pinocchio X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 02:52:05 -0000 Author: truckman Date: Tue Feb 9 02:52:03 2016 New Revision: 408532 URL: https://svnweb.freebsd.org/changeset/ports/408532 Log: Add py-pinocchio port: Extra plugins for the nose testing framework. Provides tools for flexibly assigning decorator tags to tests, choosing tests based on their runtime, doing moderately sophisticated code coverage analysis of your unit tests, and making your test descriptions look like specifications. Sponsored by: Farsight Security, Inc. Added: head/devel/py-pinocchio/ head/devel/py-pinocchio/Makefile (contents, props changed) head/devel/py-pinocchio/distinfo (contents, props changed) head/devel/py-pinocchio/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Feb 9 02:02:37 2016 (r408531) +++ head/devel/Makefile Tue Feb 9 02:52:03 2016 (r408532) @@ -4197,6 +4197,7 @@ SUBDIR += py-phonenumbers SUBDIR += py-phpserialize SUBDIR += py-pika + SUBDIR += py-pinocchio SUBDIR += py-pip SUBDIR += py-pkgconfig SUBDIR += py-plan Added: head/devel/py-pinocchio/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pinocchio/Makefile Tue Feb 9 02:52:03 2016 (r408532) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= pinocchio +PORTVERSION= 0.4.2 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= truckman@FreeBSD.org +COMMENT= Pinocchio plugins for the nose testing framework + +LICENSE= MIT + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorama>0:${PORTSDIR}/devel/py-colorama + +NO_ARCH= yes +USES= python +USE_PYTHON= distutils autoplist + +.include Added: head/devel/py-pinocchio/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pinocchio/distinfo Tue Feb 9 02:52:03 2016 (r408532) @@ -0,0 +1,2 @@ +SHA256 (pinocchio-0.4.2.tar.gz) = bc53568703bc8e22d0b96010be657a5ebc6ca445defa45878568a0aef992c343 +SIZE (pinocchio-0.4.2.tar.gz) = 12118 Added: head/devel/py-pinocchio/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pinocchio/pkg-descr Tue Feb 9 02:52:03 2016 (r408532) @@ -0,0 +1,9 @@ +pinocchio plugins for the nose testing framework + +Extra plugins for the nose testing framework. Provides tools for +flexibly assigning decorator tags to tests, choosing tests based +on their runtime, doing moderately sophisticated code coverage +analysis of your unit tests, and making your test descriptions look +like specifications. + +WWW: https://pypi.python.org/pypi/pinocchio/ From owner-svn-ports-head@freebsd.org Tue Feb 9 03:39:56 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C9980AA2BD3; Tue, 9 Feb 2016 03:39:56 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9AE731D3D; Tue, 9 Feb 2016 03:39:56 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u193dtFU053163; Tue, 9 Feb 2016 03:39:55 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u193dtKR053161; Tue, 9 Feb 2016 03:39:55 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201602090339.u193dtKR053161@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 9 Feb 2016 03:39:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408533 - head/www/cgichk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 03:39:56 -0000 Author: pi Date: Tue Feb 9 03:39:55 2016 New Revision: 408533 URL: https://svnweb.freebsd.org/changeset/ports/408533 Log: www/cgichk: new distsite, new maintainer, add LICENSE, unbreak PR: 206744 Submitted by: Chris Hutchinson Modified: head/www/cgichk/Makefile head/www/cgichk/distinfo Modified: head/www/cgichk/Makefile ============================================================================== --- head/www/cgichk/Makefile Tue Feb 9 02:52:03 2016 (r408532) +++ head/www/cgichk/Makefile Tue Feb 9 03:39:55 2016 (r408533) @@ -5,13 +5,12 @@ PORTNAME= cgichk PORTVERSION= 2.60 PORTREVISION= 1 CATEGORIES= www -MASTER_SITES= SF -DISTNAME= ${PORTNAME}_${PORTVERSION} +MASTER_SITES= http://BSDforge.com/projects/source/www/cgichk/ -MAINTAINER= ports@FreeBSD.org -COMMENT= Web site vulnerability scanner +LICENSE= GPLv2 -BROKEN= unfetchable +MAINTAINER= portmaster@BSDforge.com +COMMENT= Web site vulnerability scanner WRKSRC= ${WRKDIR}/${PORTNAME} ALL_TARGET= cgichk Modified: head/www/cgichk/distinfo ============================================================================== --- head/www/cgichk/distinfo Tue Feb 9 02:52:03 2016 (r408532) +++ head/www/cgichk/distinfo Tue Feb 9 03:39:55 2016 (r408533) @@ -1,2 +1,2 @@ -SHA256 (cgichk_2.60.tar.gz) = 4d52fd7692c65eb1e4e009982f29eac1e0d98714418c0f16d4d41de5de181e62 -SIZE (cgichk_2.60.tar.gz) = 15972 +SHA256 (cgichk-2.60.tar.gz) = 4d52fd7692c65eb1e4e009982f29eac1e0d98714418c0f16d4d41de5de181e62 +SIZE (cgichk-2.60.tar.gz) = 15972 From owner-svn-ports-head@freebsd.org Tue Feb 9 03:43:15 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 42B91AA2DC7; Tue, 9 Feb 2016 03:43:15 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EE0DB1214; Tue, 9 Feb 2016 03:43:14 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u193hDjb055971; Tue, 9 Feb 2016 03:43:13 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u193hDgh055969; Tue, 9 Feb 2016 03:43:13 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201602090343.u193hDgh055969@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 9 Feb 2016 03:43:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408534 - head/mail/dovecot2-pigeonhole X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 03:43:15 -0000 Author: pi Date: Tue Feb 9 03:43:13 2016 New Revision: 408534 URL: https://svnweb.freebsd.org/changeset/ports/408534 Log: mail/dovecot2-pigeonhole: 0.4.11 -> 0.4.12 + Implemented the Sieve extracttext extension (RFC 5703; Section 7). It is now possible to extract body text from a message into a variable. * Increased ABI version due to changes in the Sieve interpreter's object definitions. - multiscript: Fixed bug in handling of (implicit) keep; final keep action was always executed as though there was a failure. This caused the keep action to revert back to the initial message, causing editheader actions to be ignored. - managesieve-login: Fixed proxy to allow SASL mechanisms other than PLAIN. Before, the proxy would fail if the server did not support the PLAIN mechanism. - ldap storage: Prevent segfault occurring when assigning certain (global) configuration options. PR: 207000 Submitted by: Larry Rosenman (maintainer) Modified: head/mail/dovecot2-pigeonhole/Makefile head/mail/dovecot2-pigeonhole/distinfo Modified: head/mail/dovecot2-pigeonhole/Makefile ============================================================================== --- head/mail/dovecot2-pigeonhole/Makefile Tue Feb 9 03:39:55 2016 (r408533) +++ head/mail/dovecot2-pigeonhole/Makefile Tue Feb 9 03:43:13 2016 (r408534) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dovecot-pigeonhole -PORTVERSION= 0.4.11 +PORTVERSION= 0.4.12 CATEGORIES= mail MASTER_SITES= http://pigeonhole.dovecot.org/releases/${DOVECOTVERSION}/ DISTNAME= ${PORTNAME:C/-/-${DOVECOTVERSION}-/}-${PORTVERSION} Modified: head/mail/dovecot2-pigeonhole/distinfo ============================================================================== --- head/mail/dovecot2-pigeonhole/distinfo Tue Feb 9 03:39:55 2016 (r408533) +++ head/mail/dovecot2-pigeonhole/distinfo Tue Feb 9 03:43:13 2016 (r408534) @@ -1,2 +1,2 @@ -SHA256 (dovecot-2.2-pigeonhole-0.4.11.tar.gz) = 5168b4ac4e173b563dd71f4024452da5a578aa8d5d047d98903489ab4d84ad72 -SIZE (dovecot-2.2-pigeonhole-0.4.11.tar.gz) = 1660922 +SHA256 (dovecot-2.2-pigeonhole-0.4.12.tar.gz) = 98a2fd79b0d9effd08c0caf04d483b1caa5e4503dae811e6d436948557bfb702 +SIZE (dovecot-2.2-pigeonhole-0.4.12.tar.gz) = 1681327 From owner-svn-ports-head@freebsd.org Tue Feb 9 03:53:54 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 27001AA220D; Tue, 9 Feb 2016 03:53:54 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DCA391982; Tue, 9 Feb 2016 03:53:53 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u193rqUv059103; Tue, 9 Feb 2016 03:53:52 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u193rqR3059097; Tue, 9 Feb 2016 03:53:52 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201602090353.u193rqR3059097@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 9 Feb 2016 03:53:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408535 - in head/games: . linux-unigine-heaven X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 03:53:54 -0000 Author: pi Date: Tue Feb 9 03:53:52 2016 New Revision: 408535 URL: https://svnweb.freebsd.org/changeset/ports/408535 Log: New port: games/linux-unigine-heaven Heaven Benchmark immerses a user into a magical steampunk world of shiny brass, wood and gears. Nested on flying islands, a tiny village with its cozy, sun-heated cobblestone streets, an elaborately crafted dirigible above the expanse of fluffy clouds, and a majestic dragon on the central square gives a true sense of adventure. An interactive experience with fly-by and walk-through modes allows for exploring all corners of this world powered by the cutting-edge UNIGINE Engine that leverages the most advanced capabilities of graphics APIs and turns this benchmark into a visual masterpiece. This port includes the linux-binaries of the basic (free-to-use) version of the benchmark. WWW: http://unigine.com/products/heaven/ PR: 194472 Submitted by: Hannes Hauswedell Reviewed by: marino, d.akiyakov@gmail.com Added: head/games/linux-unigine-heaven/ head/games/linux-unigine-heaven/Makefile (contents, props changed) head/games/linux-unigine-heaven/distinfo (contents, props changed) head/games/linux-unigine-heaven/pkg-descr (contents, props changed) head/games/linux-unigine-heaven/pkg-plist (contents, props changed) Modified: head/games/Makefile Modified: head/games/Makefile ============================================================================== --- head/games/Makefile Tue Feb 9 03:43:13 2016 (r408534) +++ head/games/Makefile Tue Feb 9 03:53:52 2016 (r408535) @@ -546,6 +546,7 @@ SUBDIR += linux-rtcw SUBDIR += linux-ssamtfe SUBDIR += linux-ssamtse + SUBDIR += linux-unigine-heaven SUBDIR += linux-unrealgold SUBDIR += linux-uplink-demo SUBDIR += linux-ut Added: head/games/linux-unigine-heaven/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/linux-unigine-heaven/Makefile Tue Feb 9 03:53:52 2016 (r408535) @@ -0,0 +1,54 @@ +# Created by: Hannes Hauswedell +# $FreeBSD$ + +PORTNAME= unigine-heaven +PORTVERSION= 4.0 +CATEGORIES= games linux +MASTER_SITES= http://de1-dl.techpowerup.com/Benchmarking/ \ + http://nl1-dl.techpowerup.com/Benchmarking/ \ + http://uk1-dl.techpowerup.com/Benchmarking/ \ + http://us1-dl.techpowerup.com/Benchmarking/ \ + http://us2-dl.techpowerup.com/Benchmarking/ +PKGNAMEPREFIX= linux- +DISTNAME= Unigine_Heaven-${PORTVERSION} +EXTRACT_SUFX= .run + +MAINTAINER= h2+fbsdports@fsfe.org +COMMENT= Unigine Heaven Benchmark, basic version, linux binaries + +LICENSE= Proprietary +LICENSE_NAME= Unigine "Basic" License +LICENSE_TEXT= Binary only, License text not available. Free-to-use + no-redistribution implied from homepage +LICENSE_PERMS= no-dist-sell no-pkg-sell no-dist-mirror no-pkg-mirror + +ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX= yes +USE_LINUX_APPS= xorglibs openal-soft +USE_LDCONFIG= yes +NO_BUILD= yes + +OPTIONS_DEFINE= NVIDIA_GL +NVIDIA_GL_DESC= Use GL driver from nvidia-driver + +.include + +.if ${PORT_OPTIONS:MNVIDIA_GL} +RUN_DEPENDS+= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-driver +.else +USE_LINUX_APPS+=dri +.endif + +do-extract: + @${MKDIR} ${WRKSRC} + cd ${WRKSRC} && ${TAIL} -n 1098568 ${_DISTDIR}/${DISTFILES} | ${TAR} zxf - + ${PRINTF} "#\!/bin/sh\ncd ${DATADIR}/bin/\n" > ${WRKDIR}/${PORTNAME} + ${ECHO} 'export LD_LIBRARY_PATH=./x86:$$LD_LIBRARY_PATH' >> ${WRKDIR}/${PORTNAME} + ${ECHO} './browser_x86 -config ../data/launcher/launcher.xml' >> ${WRKDIR}/${PORTNAME} + +do-install: + ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PKGNAMEPREFIX}${PORTNAME} + cd ${WRKSRC} && ${COPYTREE_SHARE} ./data ${STAGEDIR}${DATADIR} + cd ${WRKSRC} && ${COPYTREE_SHARE} ./bin ${STAGEDIR}${DATADIR} + cd ${WRKSRC} && ${COPYTREE_SHARE} ./documentation ${STAGEDIR}${DATADIR} + +.include Added: head/games/linux-unigine-heaven/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/linux-unigine-heaven/distinfo Tue Feb 9 03:53:52 2016 (r408535) @@ -0,0 +1,2 @@ +SHA256 (Unigine_Heaven-4.0.run) = 90e6f95bb3c0d92f557a948ca6754b1b1bead07a063ec2af0ce03ef8e7ac74f3 +SIZE (Unigine_Heaven-4.0.run) = 286329188 Added: head/games/linux-unigine-heaven/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/linux-unigine-heaven/pkg-descr Tue Feb 9 03:53:52 2016 (r408535) @@ -0,0 +1,14 @@ +Heaven Benchmark immerses a user into a magical steampunk world of +shiny brass, wood and gears. Nested on flying islands, a tiny village +with its cozy, sun-heated cobblestone streets, an elaborately crafted +dirigible above the expanse of fluffy clouds, and a majestic dragon +on the central square gives a true sense of adventure. An interactive +experience with fly-by and walk-through modes allows for exploring +all corners of this world powered by the cutting-edge UNIGINE Engine +that leverages the most advanced capabilities of graphics APIs and +turns this benchmark into a visual masterpiece. + +This port includes the linux-binaries of the basic (free-to-use) +version of the benchmark. + +WWW: http://unigine.com/products/heaven/ Added: head/games/linux-unigine-heaven/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/linux-unigine-heaven/pkg-plist Tue Feb 9 03:53:52 2016 (r408535) @@ -0,0 +1,66 @@ +@mode 755 +bin/linux-unigine-heaven +%%DATADIR%%/bin/browser_x64 +%%DATADIR%%/bin/browser_x86 +%%DATADIR%%/bin/heaven_x64 +%%DATADIR%%/bin/heaven_x86 +@mode +%%DATADIR%%/bin/libAppStereo_x64.so +%%DATADIR%%/bin/libAppStereo_x86.so +%%DATADIR%%/bin/libAppSurround_x64.so +%%DATADIR%%/bin/libAppSurround_x86.so +%%DATADIR%%/bin/libAppWall_x64.so +%%DATADIR%%/bin/libAppWall_x86.so +%%DATADIR%%/bin/libGPUMonitor_x64.so +%%DATADIR%%/bin/libGPUMonitor_x86.so +%%DATADIR%%/bin/libQtCoreUnigine_x64.so.4 +%%DATADIR%%/bin/libQtCoreUnigine_x86.so.4 +%%DATADIR%%/bin/libQtGuiUnigine_x64.so.4 +%%DATADIR%%/bin/libQtGuiUnigine_x86.so.4 +%%DATADIR%%/bin/libQtNetworkUnigine_x64.so.4 +%%DATADIR%%/bin/libQtNetworkUnigine_x86.so.4 +%%DATADIR%%/bin/libQtWebKitUnigine_x64.so.4 +%%DATADIR%%/bin/libQtWebKitUnigine_x86.so.4 +%%DATADIR%%/bin/libQtXmlUnigine_x64.so.4 +%%DATADIR%%/bin/libQtXmlUnigine_x86.so.4 +%%DATADIR%%/bin/libUnigine_x64.so +%%DATADIR%%/bin/libUnigine_x86.so +%%DATADIR%%/bin/x64/libopenal.so +%%DATADIR%%/bin/x86/libopenal.so +%%DATADIR%%/data/core.ung +%%DATADIR%%/data/heaven-version +%%DATADIR%%/data/heaven.ung +%%DATADIR%%/data/heaven_4.0.cfg +%%DATADIR%%/data/launcher/banners/oil-rush-v1/code.js +%%DATADIR%%/data/launcher/banners/oil-rush-v1/content.html +%%DATADIR%%/data/launcher/banners/oil-rush-v1/oil-rush-v1.banner +%%DATADIR%%/data/launcher/banners/oil-rush-v1/style.css +%%DATADIR%%/data/launcher/banners/update/content.html +%%DATADIR%%/data/launcher/banners/update/style.css +%%DATADIR%%/data/launcher/banners/update/update.banner +%%DATADIR%%/data/launcher/icon.png +%%DATADIR%%/data/launcher/interface.html +%%DATADIR%%/data/launcher/js/browser.js +%%DATADIR%%/data/launcher/js/heaven-ui-logic.js +%%DATADIR%%/data/launcher/js/hquality.js +%%DATADIR%%/data/launcher/js/jquery-ui.selectmenu.js +%%DATADIR%%/data/launcher/launcher.xml +%%DATADIR%%/data/launcher/style/images/background-pro.png +%%DATADIR%%/data/launcher/style/images/background.png +%%DATADIR%%/data/launcher/style/images/button_run_selected.png +%%DATADIR%%/data/launcher/style/images/button_run_simple.png +%%DATADIR%%/data/launcher/style/images/button_unigine_selected.png +%%DATADIR%%/data/launcher/style/images/button_unigine_simple.png +%%DATADIR%%/data/launcher/style/images/checkbox.png +%%DATADIR%%/data/launcher/style/images/get_products_selected.png +%%DATADIR%%/data/launcher/style/images/get_products_simple.png +%%DATADIR%%/data/launcher/style/images/other_products_icon.png +%%DATADIR%%/data/launcher/style/images/other_products_icon_selected.png +%%DATADIR%%/data/launcher/style/images/upgrade_icon.png +%%DATADIR%%/data/launcher/style/images/upgrade_icon_selected.png +%%DATADIR%%/data/launcher/style/images/upgrade_selected.png +%%DATADIR%%/data/launcher/style/images/upgrade_simple.png +%%DATADIR%%/data/launcher/style/jquery-ui.selectmenu.css +%%DATADIR%%/data/launcher/style/project.css +%%DATADIR%%/data/launcher/style/style.css +%%DATADIR%%/documentation/User_Manual.pdf From owner-svn-ports-head@freebsd.org Tue Feb 9 04:04:43 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AF19EAA26AD; Tue, 9 Feb 2016 04:04:43 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 637471D91; Tue, 9 Feb 2016 04:04:43 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1944gJo062159; Tue, 9 Feb 2016 04:04:42 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1944gbl062157; Tue, 9 Feb 2016 04:04:42 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201602090404.u1944gbl062157@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 9 Feb 2016 04:04:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408536 - head/www/py-selenium X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 04:04:43 -0000 Author: pi Date: Tue Feb 9 04:04:42 2016 New Revision: 408536 URL: https://svnweb.freebsd.org/changeset/ports/408536 Log: www/py-selenium: 2.48.0 -> 2.51.1 Selenium 2.51.1 - correcting bundling issue missing README.rst file Selenium 2.51.0 - Firefox updates (see java changelog) Selenium 2.50.1 - Fixing error message handling. Fixes issue #1497 - Fixing error message handling. Fixes issue #1507 - Update webelement to handle W3C commands for size/location and rect - rewrite click scrolling tests to match the Java ones Selenium 2.50.0 - handle potential URLError from sending shutdown, set self.process to None after it's already been quit - Add support for submit() with W3C compliant endpoint Selenium 2.49.1 - Ensure you can close stream before attempting to close it. - message response may cause json loads ValueError when it's not actually json and just a string (like the message that occurs when firefox driver thinks another element will receive the click) - Cleanup some error handling when sniffing what protocol you are speaking Selenium 2.49.0 - Have Firefox service write to a file instead of PIPE - Added Firefox path variable for string placeholder - Update README to show Python 3.2+ - refactoring all the service classes to use a common one. - Add Firefox specific command to switch context between Browser content and Browser chrome - updating files after go copyright:update - Use specificationLevel to know that we are speaking GeckoDriver - Bug fixes: #1294, #1186 PR: 206992 Submitted by: douglas@douglasthrift.net (maintainer) Modified: head/www/py-selenium/Makefile head/www/py-selenium/distinfo Modified: head/www/py-selenium/Makefile ============================================================================== --- head/www/py-selenium/Makefile Tue Feb 9 03:53:52 2016 (r408535) +++ head/www/py-selenium/Makefile Tue Feb 9 04:04:42 2016 (r408536) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= selenium -PORTVERSION= 2.48.0 +PORTVERSION= 2.51.1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/www/py-selenium/distinfo ============================================================================== --- head/www/py-selenium/distinfo Tue Feb 9 03:53:52 2016 (r408535) +++ head/www/py-selenium/distinfo Tue Feb 9 04:04:42 2016 (r408536) @@ -1,2 +1,2 @@ -SHA256 (selenium-2.48.0.tar.gz) = d5dca746955315dc83ec789acff1f298b8517732cf23a24809e4e5939eb919d8 -SIZE (selenium-2.48.0.tar.gz) = 805110 +SHA256 (selenium-2.51.1.tar.gz) = 05671887f59206abc04d16496c0a3d92ee08497abfc8328a6811eab326fd61a8 +SIZE (selenium-2.51.1.tar.gz) = 809217 From owner-svn-ports-head@freebsd.org Tue Feb 9 06:16:12 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E1539AA2FE1; Tue, 9 Feb 2016 06:16:12 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-io0-x229.google.com (mail-io0-x229.google.com [IPv6:2607:f8b0:4001:c06::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AD8B9112E; Tue, 9 Feb 2016 06:16:12 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by mail-io0-x229.google.com with SMTP id f81so8263752iof.0; Mon, 08 Feb 2016 22:16:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=fUe0MUquJ6pJvMOjAaRgZFNmoBC9kQlkt49ihMywNt0=; b=CIBjj3zruURdb8NcTynv3KB2kGyguWdTzW1SiqkeM0V7r5VHb8fL8M5mrYwYE+H9RO eblIvTeMlx46MD2zrL0vSmJsNNUYOb9P+kTyNhWNgXQ0ZXn810jN1N3DWB9NSbZaNYdR 97ulm04o/YuvTivWoX6cZyI+Hit6OyoIDfjAayYMG514X7heI4XsShI0n56u9RK5j+EU 4/lgBqEYfWAPCwZ4O6AhP1DkUNlyrVyN3yAl5paP7DhhsPKCj7ASTGMzNTnFKJATlMFg gKgwGQ7PvtL/aMKvewJ7Vy3l9hOT9apaGr/AXrpADbBL5m16ELdFM9rzh1wTIpRDGbY5 F6cw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=fUe0MUquJ6pJvMOjAaRgZFNmoBC9kQlkt49ihMywNt0=; b=cb+HmVG9cRodrbP0P+utSV/R+Gm5/vaQJzJa8nuFHgAwBviWD8Wm0HdWrT7sfMvuY0 YuVZQInbWxr/LPHoJBM4/mqpmOyCiUeXsiUi1GUk8ogVwP2YS8OKHnsOX/OexTtFNgGO 8k9nHA6KSZKyEC9l+JJbwv8wKuT5/DeSH3ECXnBdPMXA01pl7vZUJo5KSnKXAkzfbFH7 2bEwq+XYLin3SRBBmZnIDAqoWiVneZwgusmPS1pKfZ0Tlt5VAhVB9e+TdkSFx//fzDG1 yJvykJ91w3+KimDZPV5qpFH2VIy/5MOfdElcF08Hz+8VEfqNdWU6xil3iPnep/m6N936 voww== X-Gm-Message-State: AG10YOT5cDsbb21qUudNhj+XmF8Rbqf35J0KYGSJiUyNHl9c3DUq3JLgFLoEY18adkaUkEHVEiOWS7/6Kv3MFw== MIME-Version: 1.0 X-Received: by 10.107.47.39 with SMTP id j39mr17130042ioo.168.1454998571929; Mon, 08 Feb 2016 22:16:11 -0800 (PST) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.107.159.195 with HTTP; Mon, 8 Feb 2016 22:16:11 -0800 (PST) In-Reply-To: <201602081215.u18CFrkw078007@repo.freebsd.org> References: <201602081215.u18CFrkw078007@repo.freebsd.org> Date: Tue, 9 Feb 2016 07:16:11 +0100 X-Google-Sender-Auth: QEHHY8BPGw8uucRkX0kKmzwzsw0 Message-ID: Subject: Re: svn commit: r408482 - in head/devel: tcllib tcllib/files tcllibc From: Antoine Brodin To: Pietro Cerutti Cc: "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 06:16:13 -0000 On Mon, Feb 8, 2016 at 1:15 PM, Pietro Cerutti wrote: > Author: gahr > Date: Mon Feb 8 12:15:53 2016 > New Revision: 408482 > URL: https://svnweb.freebsd.org/changeset/ports/408482 > > Log: > devel/tcllib: update to 1.18 > > Announcement: http://code.activestate.com/lists/tcl-core/15364/ Congrats, you broke INDEX with fmake and FreeBSD 9 users will have to wait yet another 2 days for updated packages. Antoine (with hat: portmgr) From owner-svn-ports-head@freebsd.org Tue Feb 9 06:30:17 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6AF30AA156B; Tue, 9 Feb 2016 06:30:17 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pf0-x233.google.com (mail-pf0-x233.google.com [IPv6:2607:f8b0:400e:c00::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3C4A41788; Tue, 9 Feb 2016 06:30:17 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by mail-pf0-x233.google.com with SMTP id c10so55901912pfc.2; Mon, 08 Feb 2016 22:30:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=77ItMlJ09a4+kuqP7zQeX9Q7rvVoQJ9nooTldd2t90o=; b=dpyDv9O8qdGKF7MF4H8BLfLVUgw/I3fGC4gEPudMvfoG6ODc8vejdvw7sBpuEi32ph aPyCZmBuwiVOTlqQRM37X08eFpgZncO9Q+frLYuO5oiXw3T5prFKwwZWH9cJo+rpDxkp 2cQvS2DquRxDeJx6YDYpRUvPtecTo+qgl52MJgz3bhwOIAo19wua2l5IAzvHDDrlURc9 ybE5EMIkwOaMtyTb1M9Qf0cG4YzfedVsJ16aCFOJYwxM3c0U84bGpjxf+cOz0M3elqhL ADCqIkJhu2lSlNme9KuMFyNKch5CzuZdtGd0z3pNPqxCAjjnB5eMgaWB4DNlqMe+FkDx nMeg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:reply-to:subject:references:to:from :message-id:date:user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=77ItMlJ09a4+kuqP7zQeX9Q7rvVoQJ9nooTldd2t90o=; b=IEv77BEq+/oJbndx8R2SomeVxz9ITgeN4WG2FTs0HfTAupoqzWl95suZ/3s6+vtMGE 3/3BD8Ap9ekalN3AbW2DfQnKHVcsvZChBN4ej9H9diLZY+DqoA8AD8RyKBAgbtx8qI59 18wkyCCb1+mMvwnhCQKIMJvn/te9WS2/yjDCgMb8qdxZbngkpkLDs015NlpiMz1SQk40 zHympB9Jlat6TCz1V29LYy4pSCHeUXCZYhSEqFUhEa0ZRVYX1UH20fl5JrJBZJ9hN/Hh Ly0rofjx8C+2dmIyuA/K3XpvMWRbXgF94efiZDuAi7xU+kwo1LMyiJM+nUS5ULEOE6jc tfxQ== X-Gm-Message-State: AG10YOTJgqdXefWh0hRHuX5jyOpOFP1SyJhHzzyLwGZoEEbWDz6Tyh269BnEY8fo3OtwSQ== X-Received: by 10.98.8.200 with SMTP id 69mr48814143pfi.39.1454999416835; Mon, 08 Feb 2016 22:30:16 -0800 (PST) Received: from ?IPv6:2001:44b8:31ae:7b01:ada3:f1e4:c013:2537? (2001-44b8-31ae-7b01-ada3-f1e4-c013-2537.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01:ada3:f1e4:c013:2537]) by smtp.gmail.com with ESMTPSA id z3sm47620418par.17.2016.02.08.22.30.14 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 08 Feb 2016 22:30:16 -0800 (PST) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r408523 - in head/devel: . py-should_dsl References: <201602090137.u191b3Bv016576@repo.freebsd.org> To: Don Lewis , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, python From: Kubilay Kocak X-Enigmail-Draft-Status: N1110 Message-ID: <56B98771.7050706@FreeBSD.org> Date: Tue, 9 Feb 2016 17:30:09 +1100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:44.0) Gecko/20100101 Thunderbird/44.0 MIME-Version: 1.0 In-Reply-To: <201602090137.u191b3Bv016576@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 06:30:17 -0000 On 9/02/2016 12:37 PM, Don Lewis wrote: > Author: truckman > Date: Tue Feb 9 01:37:03 2016 > New Revision: 408523 > URL: https://svnweb.freebsd.org/changeset/ports/408523 > > Log: > Add py-should_dsl port: > > Should assertions in Python as clear and readable as possible > > The goal of Should-DSL is to write should expectations in Python > as clear and readable as possible, using "almost" natural language > (limited - sometimes - by the Python language constraints). > > Sponsored by: Farsight Security, Inc. > > Added: > head/devel/py-should_dsl/ > head/devel/py-should_dsl/Makefile (contents, props changed) > head/devel/py-should_dsl/distinfo (contents, props changed) > head/devel/py-should_dsl/pkg-descr (contents, props changed) > Modified: > head/devel/Makefile > > Modified: head/devel/Makefile > ============================================================================== > --- head/devel/Makefile Tue Feb 9 01:34:41 2016 (r408522) > +++ head/devel/Makefile Tue Feb 9 01:37:03 2016 (r408523) > @@ -4340,6 +4340,7 @@ > SUBDIR += py-setuptools_hg > SUBDIR += py-setuptools_scm > SUBDIR += py-sh > + SUBDIR += py-should_dsl > SUBDIR += py-shapely > SUBDIR += py-simplegeneric > SUBDIR += py-simplejson > > Added: head/devel/py-should_dsl/Makefile > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/devel/py-should_dsl/Makefile Tue Feb 9 01:37:03 2016 (r408523) > @@ -0,0 +1,19 @@ > +# $FreeBSD$ > + > +PORTNAME= should_dsl > +PORTVERSION= 2.1.2 > +CATEGORIES= devel python > +MASTER_SITES= CHEESESHOP > +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > + > +MAINTAINER= truckman@FreeBSD.org > +COMMENT= Should assertions in Python as clear and readable as possible > + > +LICENSE= MIT > +LICENSE_FILE= ${WRKSRC}/LICENSE > + > +NO_ARCH= yes > +USES= python Since the last update of this package was in 2012 and the trove classifiers in the PyPI only specify "up to 3.2": Programming Language :: Python Programming Language :: Python :: 2 Programming Language :: Python :: 2.4 Programming Language :: Python :: 2.5 Programming Language :: Python :: 2.6 Programming Language :: Python :: 3 Programming Language :: Python :: 3.2 .. it's probably worth limiting this to :-3.2 (if not :-2.7) unless it explicitly passes runtime and unit tests (if it has them) on all 3.x versions. For all Python porters: Use of USES=python should be limited to those cases where *all or any* python versions are explicitly declared, supported and tested, whether those versions are in the tree as lang/pythonXY ports or not. TLDR: When it comes to declaring dependencies in general, and python version dependencies in particular: Explicit > Implicit (PEP20) Declarative > Imperative > +USE_PYTHON= distutils autoplist > + > +.include > > Added: head/devel/py-should_dsl/distinfo > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/devel/py-should_dsl/distinfo Tue Feb 9 01:37:03 2016 (r408523) > @@ -0,0 +1,2 @@ > +SHA256 (should_dsl-2.1.2.tar.gz) = 36f753d90fbdf84ef2b7a9e07813e3efac725376feb7a793549f3fff7a03232a > +SIZE (should_dsl-2.1.2.tar.gz) = 13650 > > Added: head/devel/py-should_dsl/pkg-descr > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/devel/py-should_dsl/pkg-descr Tue Feb 9 01:37:03 2016 (r408523) > @@ -0,0 +1,3 @@ > +Should assertions in Python as clear and readable as possible > + > +WWW: https://pypi.python.org/pypi/should_dsl Minor nit: PyPI packages pkg-descr WWW: URL should match that in the setup.py:homepage (or url) field: http://www.should-dsl.info From owner-svn-ports-head@freebsd.org Tue Feb 9 06:34:55 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9242DAA1928; Tue, 9 Feb 2016 06:34:55 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6441F1C24; Tue, 9 Feb 2016 06:34:55 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u196Ysuf005956; Tue, 9 Feb 2016 06:34:54 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u196Yswb005955; Tue, 9 Feb 2016 06:34:54 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201602090634.u196Yswb005955@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 9 Feb 2016 06:34:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408537 - head/devel/tcllib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 06:34:55 -0000 Author: antoine Date: Tue Feb 9 06:34:54 2016 New Revision: 408537 URL: https://svnweb.freebsd.org/changeset/ports/408537 Log: Unbreak with fmake Modified: head/devel/tcllib/Makefile Modified: head/devel/tcllib/Makefile ============================================================================== --- head/devel/tcllib/Makefile Tue Feb 9 04:04:42 2016 (r408536) +++ head/devel/tcllib/Makefile Tue Feb 9 06:34:54 2016 (r408537) @@ -36,7 +36,7 @@ INSTALL_ARGS= -pkgs -pkg-path ${STAGEDIR # # Man pages # -.if "${ALL_TARGET}" != "ctictl" +.if !(defined(ALL_TARGET) && !empty(${ALL_TARGET:Mcritcl})) .if ${PORT_OPTIONS:MMANPAGES} ALL_TARGET+= nroff-doc From owner-svn-ports-head@freebsd.org Tue Feb 9 06:42:52 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 23DFCAA1DB1; Tue, 9 Feb 2016 06:42:52 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from gw.catspoiler.org (unknown [IPv6:2602:304:b010:ef20::f2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "gw.catspoiler.org", Issuer "gw.catspoiler.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 04FDB1FE5; Tue, 9 Feb 2016 06:42:51 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.15.2/8.15.2) with ESMTP id u196geTf011673; Mon, 8 Feb 2016 22:42:44 -0800 (PST) (envelope-from truckman@FreeBSD.org) Message-Id: <201602090642.u196geTf011673@gw.catspoiler.org> Date: Mon, 8 Feb 2016 22:42:40 -0800 (PST) From: Don Lewis Subject: Re: svn commit: r408523 - in head/devel: . py-should_dsl To: koobs@FreeBSD.org cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, python@FreeBSD.org In-Reply-To: <56B98771.7050706@FreeBSD.org> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 06:42:52 -0000 On 9 Feb, Kubilay Kocak wrote: > On 9/02/2016 12:37 PM, Don Lewis wrote: >> Author: truckman >> Date: Tue Feb 9 01:37:03 2016 >> New Revision: 408523 >> URL: https://svnweb.freebsd.org/changeset/ports/408523 >> >> Log: >> Add py-should_dsl port: >> >> Should assertions in Python as clear and readable as possible >> >> The goal of Should-DSL is to write should expectations in Python >> as clear and readable as possible, using "almost" natural language >> (limited - sometimes - by the Python language constraints). >> >> Sponsored by: Farsight Security, Inc. >> >> Added: >> head/devel/py-should_dsl/ >> head/devel/py-should_dsl/Makefile (contents, props changed) >> head/devel/py-should_dsl/distinfo (contents, props changed) >> head/devel/py-should_dsl/pkg-descr (contents, props changed) >> Modified: >> head/devel/Makefile >> >> Modified: head/devel/Makefile >> ============================================================================== >> --- head/devel/Makefile Tue Feb 9 01:34:41 2016 (r408522) >> +++ head/devel/Makefile Tue Feb 9 01:37:03 2016 (r408523) >> @@ -4340,6 +4340,7 @@ >> SUBDIR += py-setuptools_hg >> SUBDIR += py-setuptools_scm >> SUBDIR += py-sh >> + SUBDIR += py-should_dsl >> SUBDIR += py-shapely >> SUBDIR += py-simplegeneric >> SUBDIR += py-simplejson >> >> Added: head/devel/py-should_dsl/Makefile >> ============================================================================== >> --- /dev/null 00:00:00 1970 (empty, because file is newly added) >> +++ head/devel/py-should_dsl/Makefile Tue Feb 9 01:37:03 2016 (r408523) >> @@ -0,0 +1,19 @@ >> +# $FreeBSD$ >> + >> +PORTNAME= should_dsl >> +PORTVERSION= 2.1.2 >> +CATEGORIES= devel python >> +MASTER_SITES= CHEESESHOP >> +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >> + >> +MAINTAINER= truckman@FreeBSD.org >> +COMMENT= Should assertions in Python as clear and readable as possible >> + >> +LICENSE= MIT >> +LICENSE_FILE= ${WRKSRC}/LICENSE >> + >> +NO_ARCH= yes >> +USES= python > > Since the last update of this package was in 2012 and the trove > classifiers in the PyPI only specify "up to 3.2": > > Programming Language :: Python > Programming Language :: Python :: 2 > Programming Language :: Python :: 2.4 > Programming Language :: Python :: 2.5 > Programming Language :: Python :: 2.6 > Programming Language :: Python :: 3 > Programming Language :: Python :: 3.2 > > .. it's probably worth limiting this to :-3.2 (if not :-2.7) unless it > explicitly passes runtime and unit tests (if it has them) on all 3.x > versions. It definitely seems to work with 2.7. It doesn't have any unit tests. > For all Python porters: > > Use of USES=python should be limited to those cases where *all or any* > python versions are explicitly declared, supported and tested, whether > those versions are in the tree as lang/pythonXY ports or not. > > TLDR: When it comes to declaring dependencies in general, and python > version dependencies in particular: > > Explicit > Implicit (PEP20) > Declarative > Imperative > >> +USE_PYTHON= distutils autoplist >> + >> +.include >> >> Added: head/devel/py-should_dsl/distinfo >> ============================================================================== >> --- /dev/null 00:00:00 1970 (empty, because file is newly added) >> +++ head/devel/py-should_dsl/distinfo Tue Feb 9 01:37:03 2016 (r408523) >> @@ -0,0 +1,2 @@ >> +SHA256 (should_dsl-2.1.2.tar.gz) = 36f753d90fbdf84ef2b7a9e07813e3efac725376feb7a793549f3fff7a03232a >> +SIZE (should_dsl-2.1.2.tar.gz) = 13650 >> >> Added: head/devel/py-should_dsl/pkg-descr >> ============================================================================== >> --- /dev/null 00:00:00 1970 (empty, because file is newly added) >> +++ head/devel/py-should_dsl/pkg-descr Tue Feb 9 01:37:03 2016 (r408523) >> @@ -0,0 +1,3 @@ >> +Should assertions in Python as clear and readable as possible >> + >> +WWW: https://pypi.python.org/pypi/should_dsl > > Minor nit: PyPI packages pkg-descr WWW: URL should match that in the > setup.py:homepage (or url) field: > > http://www.should-dsl.info It looks like that domain has changed hands ... From owner-svn-ports-head@freebsd.org Tue Feb 9 06:44:52 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 37419AA1F36; Tue, 9 Feb 2016 06:44:52 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pf0-x235.google.com (mail-pf0-x235.google.com [IPv6:2607:f8b0:400e:c00::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 08CFC21F; Tue, 9 Feb 2016 06:44:52 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by mail-pf0-x235.google.com with SMTP id e127so27381704pfe.3; Mon, 08 Feb 2016 22:44:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=1NAf+nWJx/PgmaD73HU8DKPJwbkjr9aQ2xGRoiRbwsY=; b=WZh6lx54Qd0uwaMbrw7X2hSJDH8BttAopHp4xojEZVhG7dQ8AJsiFvs7+j360VBlOS unEDsyY7ferXMnBd8DuZp17BZWkMJH4GsFv7eIauP4KsD6nra7MMd+NrJWbBypwEY77H +Kvy3kcjVz6fpOTrDUJynoAstG2ukgtfFUTgQyBCMURgEICwGyjaxSw0O2TcxdorBgji Pg9dHolXf5CDwlZ4Jyh/Tq3h0Gzko8Jg3gagNxsgYoSqWcZwnGvM1s7o1SgJUhpUdK0e NAUWGP3KNv9KQg7AYHrzR2JtjKzSQRC0O9BzDBpW1+SplmX5McWZYCqpoKv7TnbDRA/T 0FZw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:reply-to:subject:references:to:cc:from :message-id:date:user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=1NAf+nWJx/PgmaD73HU8DKPJwbkjr9aQ2xGRoiRbwsY=; b=LX+SkH6JxqzCLSpXxXgIRpjZ220VH7K3VspLnh9BIj/9gXnjwO/zzDU6BfAr3o9fRf 0IISSY//Sxu5cpgxpW/STfBCWzhluNkxS3jxayEgi37OIoEwIqyKUVoGbGLJ/+LySh7k SvguNqWr5Y7W36tE3d7YYTOY7exa+22sLUQ9lNPebCMmkelvtytNXEnDQLzafa0+v4gF aVMawi/AV7cS86Ys4YGvdPQ+hO68w3hLnZ4NgRzKDLHxq3vAPsL0lntorHzBxlimhHJ6 US/9pQ/7BlzCAMgc7WxOd+35Euz2F+/IKFzZhA1w4gKNQLCgQsaP+l75H1pMl7czZ1hj F+OQ== X-Gm-Message-State: AG10YOT3xbElN2LHreUUiSIw3vWQBw1lgK9Mu1PeXMmgAX5qE9kW7IfFGw4Zu8vTtzdhtA== X-Received: by 10.98.70.28 with SMTP id t28mr17890179pfa.110.1455000291668; Mon, 08 Feb 2016 22:44:51 -0800 (PST) Received: from ?IPv6:2001:44b8:31ae:7b01:ada3:f1e4:c013:2537? (2001-44b8-31ae-7b01-ada3-f1e4-c013-2537.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01:ada3:f1e4:c013:2537]) by smtp.gmail.com with ESMTPSA id x88sm26322115pfi.66.2016.02.08.22.44.48 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 08 Feb 2016 22:44:51 -0800 (PST) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r408523 - in head/devel: . py-should_dsl References: <201602090642.u196geTf011673@gw.catspoiler.org> To: Don Lewis Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, python@FreeBSD.org From: Kubilay Kocak Message-ID: <56B98ADB.5040007@FreeBSD.org> Date: Tue, 9 Feb 2016 17:44:43 +1100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:44.0) Gecko/20100101 Thunderbird/44.0 MIME-Version: 1.0 In-Reply-To: <201602090642.u196geTf011673@gw.catspoiler.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 06:44:52 -0000 On 9/02/2016 5:42 PM, Don Lewis wrote: > On 9 Feb, Kubilay Kocak wrote: >> On 9/02/2016 12:37 PM, Don Lewis wrote: >>> Author: truckman >>> Date: Tue Feb 9 01:37:03 2016 >>> New Revision: 408523 >>> URL: https://svnweb.freebsd.org/changeset/ports/408523 >>> >>> Log: >>> Add py-should_dsl port: >>> >>> Should assertions in Python as clear and readable as possible >>> >>> The goal of Should-DSL is to write should expectations in Python >>> as clear and readable as possible, using "almost" natural language >>> (limited - sometimes - by the Python language constraints). >>> >>> Sponsored by: Farsight Security, Inc. >>> >>> Added: >>> head/devel/py-should_dsl/ >>> head/devel/py-should_dsl/Makefile (contents, props changed) >>> head/devel/py-should_dsl/distinfo (contents, props changed) >>> head/devel/py-should_dsl/pkg-descr (contents, props changed) >>> Modified: >>> head/devel/Makefile >>> >>> Modified: head/devel/Makefile >>> ============================================================================== >>> --- head/devel/Makefile Tue Feb 9 01:34:41 2016 (r408522) >>> +++ head/devel/Makefile Tue Feb 9 01:37:03 2016 (r408523) >>> @@ -4340,6 +4340,7 @@ >>> SUBDIR += py-setuptools_hg >>> SUBDIR += py-setuptools_scm >>> SUBDIR += py-sh >>> + SUBDIR += py-should_dsl >>> SUBDIR += py-shapely >>> SUBDIR += py-simplegeneric >>> SUBDIR += py-simplejson >>> >>> Added: head/devel/py-should_dsl/Makefile >>> ============================================================================== >>> --- /dev/null 00:00:00 1970 (empty, because file is newly added) >>> +++ head/devel/py-should_dsl/Makefile Tue Feb 9 01:37:03 2016 (r408523) >>> @@ -0,0 +1,19 @@ >>> +# $FreeBSD$ >>> + >>> +PORTNAME= should_dsl >>> +PORTVERSION= 2.1.2 >>> +CATEGORIES= devel python >>> +MASTER_SITES= CHEESESHOP >>> +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >>> + >>> +MAINTAINER= truckman@FreeBSD.org >>> +COMMENT= Should assertions in Python as clear and readable as possible >>> + >>> +LICENSE= MIT >>> +LICENSE_FILE= ${WRKSRC}/LICENSE >>> + >>> +NO_ARCH= yes >>> +USES= python >> >> Since the last update of this package was in 2012 and the trove >> classifiers in the PyPI only specify "up to 3.2": >> >> Programming Language :: Python >> Programming Language :: Python :: 2 >> Programming Language :: Python :: 2.4 >> Programming Language :: Python :: 2.5 >> Programming Language :: Python :: 2.6 >> Programming Language :: Python :: 3 >> Programming Language :: Python :: 3.2 >> >> .. it's probably worth limiting this to :-3.2 (if not :-2.7) unless it >> explicitly passes runtime and unit tests (if it has them) on all 3.x >> versions. > > It definitely seems to work with 2.7. It doesn't have any unit tests. I'd go with -3.2 (default to what upstream says( until it can be tested for all 3.x versions. Shame about the lack of tests, these are super handy in these situations > >> For all Python porters: >> >> Use of USES=python should be limited to those cases where *all or any* >> python versions are explicitly declared, supported and tested, whether >> those versions are in the tree as lang/pythonXY ports or not. >> >> TLDR: When it comes to declaring dependencies in general, and python >> version dependencies in particular: >> >> Explicit > Implicit (PEP20) >> Declarative > Imperative >> >>> +USE_PYTHON= distutils autoplist >>> + >>> +.include >>> >>> Added: head/devel/py-should_dsl/distinfo >>> ============================================================================== >>> --- /dev/null 00:00:00 1970 (empty, because file is newly added) >>> +++ head/devel/py-should_dsl/distinfo Tue Feb 9 01:37:03 2016 (r408523) >>> @@ -0,0 +1,2 @@ >>> +SHA256 (should_dsl-2.1.2.tar.gz) = 36f753d90fbdf84ef2b7a9e07813e3efac725376feb7a793549f3fff7a03232a >>> +SIZE (should_dsl-2.1.2.tar.gz) = 13650 >>> >>> Added: head/devel/py-should_dsl/pkg-descr >>> ============================================================================== >>> --- /dev/null 00:00:00 1970 (empty, because file is newly added) >>> +++ head/devel/py-should_dsl/pkg-descr Tue Feb 9 01:37:03 2016 (r408523) >>> @@ -0,0 +1,3 @@ >>> +Should assertions in Python as clear and readable as possible >>> + >>> +WWW: https://pypi.python.org/pypi/should_dsl >> >> Minor nit: PyPI packages pkg-descr WWW: URL should match that in the >> setup.py:homepage (or url) field: >> >> http://www.should-dsl.info > > It looks like that domain has changed hands ... Gah! :) Carry on! From owner-svn-ports-head@freebsd.org Tue Feb 9 06:47:48 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 77699AA20B7; Tue, 9 Feb 2016 06:47:48 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4AC9B37E; Tue, 9 Feb 2016 06:47:48 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u196llZe009072; Tue, 9 Feb 2016 06:47:47 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u196llCq009071; Tue, 9 Feb 2016 06:47:47 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <201602090647.u196llCq009071@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Tue, 9 Feb 2016 06:47:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408538 - head/devel/py-should_dsl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 06:47:48 -0000 Author: truckman Date: Tue Feb 9 06:47:47 2016 New Revision: 408538 URL: https://svnweb.freebsd.org/changeset/ports/408538 Log: Limit python to <=3.2. Requested by: koobs Sponsored by: Farsight Security, Inc. Modified: head/devel/py-should_dsl/Makefile Modified: head/devel/py-should_dsl/Makefile ============================================================================== --- head/devel/py-should_dsl/Makefile Tue Feb 9 06:34:54 2016 (r408537) +++ head/devel/py-should_dsl/Makefile Tue Feb 9 06:47:47 2016 (r408538) @@ -13,7 +13,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes -USES= python +USES= python:-3.2 USE_PYTHON= distutils autoplist .include From owner-svn-ports-head@freebsd.org Tue Feb 9 07:09:04 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3603DAA2955; Tue, 9 Feb 2016 07:09:04 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from mail.ptrcrt.ch (gahr.cloud.tilaa.com [84.22.109.158]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1F3E9CF8; Tue, 9 Feb 2016 07:09:01 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from [192.168.1.102] (251.56.7.85.dynamic.wline.res.cust.swisscom.ch [85.7.56.251]) by mail.ptrcrt.ch (OpenSMTPD) with ESMTPSA id 3da7e7d8 TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NO; Tue, 9 Feb 2016 07:08:55 +0000 (UTC) Mime-Version: 1.0 (1.0) Subject: Re: svn commit: r408537 - head/devel/tcllib From: Pietro Cerutti X-Mailer: iPhone Mail (13D15) In-Reply-To: <201602090634.u196Yswb005955@repo.freebsd.org> Date: Tue, 9 Feb 2016 08:08:55 +0100 Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-Id: <70E197F3-8155-4114-9FA1-22EC552B41A6@FreeBSD.org> References: <201602090634.u196Yswb005955@repo.freebsd.org> To: Antoine Brodin Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 07:09:04 -0000 > On 09 Feb 2016, at 07:34, Antoine Brodin wrote: >=20 > Author: antoine > Date: Tue Feb 9 06:34:54 2016 > New Revision: 408537 > URL: https://svnweb.freebsd.org/changeset/ports/408537 >=20 > Log: > Unbreak with fmake Ouch, this happens when you get used to good stuff - read: bmake :-( Apologies, and thanks for fixing! >=20 > Modified: > head/devel/tcllib/Makefile >=20 > Modified: head/devel/tcllib/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D > --- head/devel/tcllib/Makefile Tue Feb 9 04:04:42 2016 (r408536) > +++ head/devel/tcllib/Makefile Tue Feb 9 06:34:54 2016 (r408537) > @@ -36,7 +36,7 @@ INSTALL_ARGS=3D -pkgs -pkg-path ${STAGEDIR > # > # Man pages > # > -.if "${ALL_TARGET}" !=3D "ctictl" > +.if !(defined(ALL_TARGET) && !empty(${ALL_TARGET:Mcritcl})) >=20 > .if ${PORT_OPTIONS:MMANPAGES} > ALL_TARGET+=3D nroff-doc >=20 --=20 Pietro Cerutti gahr@gahr.ch PGP Public Key http://gahr.ch/pgp= From owner-svn-ports-head@freebsd.org Tue Feb 9 07:11:46 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ADE7EAA2A6C; Tue, 9 Feb 2016 07:11:46 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7EC56F23; Tue, 9 Feb 2016 07:11:46 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u197BjGr017604; Tue, 9 Feb 2016 07:11:45 GMT (envelope-from johans@FreeBSD.org) Received: (from johans@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u197Bjtj017602; Tue, 9 Feb 2016 07:11:45 GMT (envelope-from johans@FreeBSD.org) Message-Id: <201602090711.u197Bjtj017602@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: johans set sender to johans@FreeBSD.org using -f From: Johan van Selst Date: Tue, 9 Feb 2016 07:11:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408539 - head/math/calc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 07:11:46 -0000 Author: johans Date: Tue Feb 9 07:11:45 2016 New Revision: 408539 URL: https://svnweb.freebsd.org/changeset/ports/408539 Log: Update calc to 2.12.5.3 (minor bugfix) Modified: head/math/calc/Makefile head/math/calc/distinfo Modified: head/math/calc/Makefile ============================================================================== --- head/math/calc/Makefile Tue Feb 9 06:47:47 2016 (r408538) +++ head/math/calc/Makefile Tue Feb 9 07:11:45 2016 (r408539) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= calc -PORTVERSION= 2.12.5.2 +PORTVERSION= 2.12.5.3 CATEGORIES= math MASTER_SITES= SF Modified: head/math/calc/distinfo ============================================================================== --- head/math/calc/distinfo Tue Feb 9 06:47:47 2016 (r408538) +++ head/math/calc/distinfo Tue Feb 9 07:11:45 2016 (r408539) @@ -1,2 +1,2 @@ -SHA256 (calc-2.12.5.2.tar.bz2) = 39f5fad54bdb18d8c05a8b43cd73af24b2797c56e3c9c19d4c198793b53797b6 -SIZE (calc-2.12.5.2.tar.bz2) = 955442 +SHA256 (calc-2.12.5.3.tar.bz2) = 0fcf60917efb10aab145f1180c278a3ab63d789aad6d5e5f066a4458b5f9b692 +SIZE (calc-2.12.5.3.tar.bz2) = 956025 From owner-svn-ports-head@freebsd.org Tue Feb 9 08:25:32 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 21EB6AA11F7; Tue, 9 Feb 2016 08:25:32 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CD95AE54; Tue, 9 Feb 2016 08:25:31 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u198PU96037756; Tue, 9 Feb 2016 08:25:30 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u198PUIo037754; Tue, 9 Feb 2016 08:25:30 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201602090825.u198PUIo037754@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Tue, 9 Feb 2016 08:25:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408540 - head/mail/isync X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 08:25:32 -0000 Author: ehaupt Date: Tue Feb 9 08:25:30 2016 New Revision: 408540 URL: https://svnweb.freebsd.org/changeset/ports/408540 Log: - Use @sample for configuration files. - Remove PORTDOCS because it is empty. - Use --with-ssl to set CPPFLAGS and LDFLAGS. Submitted by: hrs Modified: head/mail/isync/Makefile head/mail/isync/pkg-plist Modified: head/mail/isync/Makefile ============================================================================== --- head/mail/isync/Makefile Tue Feb 9 07:11:45 2016 (r408539) +++ head/mail/isync/Makefile Tue Feb 9 08:25:30 2016 (r408540) @@ -3,6 +3,7 @@ PORTNAME= isync PORTVERSION= 1.2.1 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= SF @@ -11,25 +12,23 @@ COMMENT= Maintain local copies of remote LICENSE= GPLv2 +LIB_DEPENDS= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 + USES= alias cpe CPE_VENDOR= oswald_buddenhagen GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-sasl=${LOCALBASE} \ + --with-ssl=${OPENSSLLIB:H} USE_OPENSSL= yes USE_BDB= 46+ -CPPFLAGS+= -I${BDB_INCLUDE_DIR} -I${OPENSSLINC} -LDFLAGS+= -L${BDB_LIB_DIR} -L${OPENSSLLIB} -lssl -lcrypto - -OPTIONS_DEFINE= DOCS +CPPFLAGS+= -I${BDB_INCLUDE_DIR} +LDFLAGS+= -L${BDB_LIB_DIR} post-patch: @${REINPLACE_CMD} -e 's|: install-docDATA|:|g' ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e 's|\$$(docdir)/examples|\$$(sysconfdir)|g' \ + ${WRKSRC}/src/Makefile.in ${WRKSRC}/src/compat/Makefile.in @${REINPLACE_CMD} -e 's|-ansi||g' ${WRKSRC}/${CONFIGURE_SCRIPT} -post-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} -.for file in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR} -.endfor - .include Modified: head/mail/isync/pkg-plist ============================================================================== --- head/mail/isync/pkg-plist Tue Feb 9 07:11:45 2016 (r408539) +++ head/mail/isync/pkg-plist Tue Feb 9 08:25:30 2016 (r408540) @@ -5,5 +5,5 @@ bin/mdconvert man/man1/isync.1.gz man/man1/mbsync.1.gz man/man1/mdconvert.1.gz -%%DOCSDIR%%/examples/isyncrc.sample -%%DOCSDIR%%/examples/mbsyncrc.sample +@sample etc/isyncrc.sample +@sample etc/mbsyncrc.sample From owner-svn-ports-head@freebsd.org Tue Feb 9 09:05:42 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 59BF1AA2985; Tue, 9 Feb 2016 09:05:42 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2A1A41DC8; Tue, 9 Feb 2016 09:05:42 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1995fEW049086; Tue, 9 Feb 2016 09:05:41 GMT (envelope-from jadawin@FreeBSD.org) Received: (from jadawin@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1995f71049084; Tue, 9 Feb 2016 09:05:41 GMT (envelope-from jadawin@FreeBSD.org) Message-Id: <201602090905.u1995f71049084@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jadawin set sender to jadawin@FreeBSD.org using -f From: Philippe Audeoud Date: Tue, 9 Feb 2016 09:05:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408541 - head/net/p5-Net-OpenID-Consumer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 09:05:42 -0000 Author: jadawin Date: Tue Feb 9 09:05:40 2016 New Revision: 408541 URL: https://svnweb.freebsd.org/changeset/ports/408541 Log: - Update to 1.18 Modified: head/net/p5-Net-OpenID-Consumer/Makefile head/net/p5-Net-OpenID-Consumer/distinfo Modified: head/net/p5-Net-OpenID-Consumer/Makefile ============================================================================== --- head/net/p5-Net-OpenID-Consumer/Makefile Tue Feb 9 08:25:30 2016 (r408540) +++ head/net/p5-Net-OpenID-Consumer/Makefile Tue Feb 9 09:05:40 2016 (r408541) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net-OpenID-Consumer -PORTVERSION= 1.17 +PORTVERSION= 1.18 CATEGORIES= net security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/net/p5-Net-OpenID-Consumer/distinfo ============================================================================== --- head/net/p5-Net-OpenID-Consumer/distinfo Tue Feb 9 08:25:30 2016 (r408540) +++ head/net/p5-Net-OpenID-Consumer/distinfo Tue Feb 9 09:05:40 2016 (r408541) @@ -1,2 +1,2 @@ -SHA256 (Net-OpenID-Consumer-1.17.tar.gz) = 45f4c31abc905c3c3e21b41f472844f019e38499dd81062ceafc26e6f3c65e6d -SIZE (Net-OpenID-Consumer-1.17.tar.gz) = 58507 +SHA256 (Net-OpenID-Consumer-1.18.tar.gz) = 0e1c386fe7c1843071dd996bdcaca610910664ae4b5d127c95feaefd99364f38 +SIZE (Net-OpenID-Consumer-1.18.tar.gz) = 58643 From owner-svn-ports-head@freebsd.org Tue Feb 9 09:10:52 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6A92DAA2AC1; Tue, 9 Feb 2016 09:10:52 +0000 (UTC) (envelope-from fullermd@over-yonder.net) Received: from mail.infocus-llc.com (mail.infocus-llc.com [199.15.120.13]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 467B31F43; Tue, 9 Feb 2016 09:10:51 +0000 (UTC) (envelope-from fullermd@over-yonder.net) Received: from draco.over-yonder.net (c-75-65-60-66.hsd1.ms.comcast.net [75.65.60.66]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.tarragon.infocus-llc.com (Postfix) with ESMTPSA id 3pzz376vGCz6Z; Tue, 9 Feb 2016 03:10:43 -0600 (CST) Received: by draco.over-yonder.net (Postfix, from userid 100) id 3pzz370ZYwz28r; Tue, 9 Feb 2016 03:10:43 -0600 (CST) Date: Tue, 9 Feb 2016 03:10:43 -0600 From: "Matthew D. Fuller" To: Johan van Selst Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r408539 - head/math/calc Message-ID: <20160209091043.GV4781@over-yonder.net> References: <201602090711.u197Bjtj017602@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201602090711.u197Bjtj017602@repo.freebsd.org> X-Editor: vi X-OS: FreeBSD X-Virus-Scanned: clamav-milter 0.99 at mail.tarragon.infocus-llc.com X-Virus-Status: Clean User-Agent: Mutt/1.5.24-fullermd.4 (2015-08-30) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 09:10:52 -0000 On Tue, Feb 09, 2016 at 07:11:45AM +0000 I heard the voice of Johan van Selst, and lo! it spake thus: > > Log: > Update calc to 2.12.5.3 (minor bugfix) This (and the previous update a couple days ago) fail to build for me on -CURRENT. A little investigation suggests that it's coming from the command line being passed. Specifically: ---------- [...] /bin/rm -f -f custom/.all cd custom; gmake -f Makefile ALLOW_CUSTOM="-DCUSTOM" AR=ar [...] CP=cp -f CUSTOMCALDIR="/usr/local/share/calc/custom" [...] # gmake[2]: Entering directory '/usr/ports.work/usr/ports/math/calc/work/calc-2.12.5.3/custom' gmake[2]: CUSTOMCALDIR=/usr/local/share/calc/custom: No such file or directory gmake[2]: *** No rule to make target 'CUSTOMCALDIR=/usr/local/share/calc/custom'. Stop. ---------- The 'cp -f' value for $CP horking it up. If I override CP on the make command line from the port build to just /bin/cp, it works OK. I presume something down in calc's build system really doesn't expect multiword values for CP :| I can only guess this is coming from /usr/share/sys.mk which sets it so since r277273 (2015-01-16). The log for that rev actually says "MFC after: 1 week", but I guess it never happened, since 10 doesn't have the "cp -f" definition. -- Matthew Fuller (MF4839) | fullermd@over-yonder.net Systems/Network Administrator | http://www.over-yonder.net/~fullermd/ On the Internet, nobody can hear you scream. From owner-svn-ports-head@freebsd.org Tue Feb 9 09:11:42 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 749C6AA2B20; Tue, 9 Feb 2016 09:11:42 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4B3B1110; Tue, 9 Feb 2016 09:11:42 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u199BfuY049459; Tue, 9 Feb 2016 09:11:41 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u199Bep0049455; Tue, 9 Feb 2016 09:11:40 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <201602090911.u199Bep0049455@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Tue, 9 Feb 2016 09:11:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408542 - in head/devel: . py-noseofyeti X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 09:11:42 -0000 Author: truckman Date: Tue Feb 9 09:11:40 2016 New Revision: 408542 URL: https://svnweb.freebsd.org/changeset/ports/408542 Log: Create new port for devel/py-nose-of-yeti Nose plugin providing BDD dsl for Python Plugin for nose, inspired by , which uses a codec style to provide an RSpec style BDD dsl for python tests. Reviewed by: koobs Sponsored by: Farsight Security, Inc. Differential Revision: https://reviews.freebsd.org/D5232 Added: head/devel/py-noseofyeti/ head/devel/py-noseofyeti/Makefile (contents, props changed) head/devel/py-noseofyeti/distinfo (contents, props changed) head/devel/py-noseofyeti/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Feb 9 09:05:40 2016 (r408541) +++ head/devel/Makefile Tue Feb 9 09:11:40 2016 (r408542) @@ -4166,6 +4166,7 @@ SUBDIR += py-ncurses SUBDIR += py-nose SUBDIR += py-nose-cov + SUBDIR += py-noseofyeti SUBDIR += py-notifier SUBDIR += py-notify SUBDIR += py-ocempgui Added: head/devel/py-noseofyeti/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-noseofyeti/Makefile Tue Feb 9 09:11:40 2016 (r408542) @@ -0,0 +1,47 @@ +# $FreeBSD$ + +PORTNAME= noseofyeti +PORTVERSION= 1.5.1 +CATEGORIES= devel python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= truckman@FreeBSD.org +COMMENT= Nose plugin providing BDD dsl for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:${PORTSDIR}/devel/py-nose \ + ${PYTHON_PKGNAMEPREFIX}fudge>0:${PORTSDIR}/devel/py-fudge \ + ${PYTHON_PKGNAMEPREFIX}should_dsl>0:${PORTSDIR}/devel/py-should_dsl + +OPTIONS_DEFINE= DOCS +DOCS_BUILD_DEPENDS= \ + ${PYTHON_PKGNAMEPREFIX}nose>0:${PORTSDIR}/devel/py-nose \ + ${PYTHON_PKGNAMEPREFIX}fudge>0:${PORTSDIR}/devel/py-fudge \ + ${PYTHON_PKGNAMEPREFIX}sphinx>0:${PORTSDIR}/textproc/py-sphinx \ + ${PYTHON_PKGNAMEPREFIX}pinocchio>0:${PORTSDIR}/devel/py-pinocchio \ + ${PYTHON_PKGNAMEPREFIX}should_dsl>0:${PORTSDIR}/devel/py-should_dsl + +NO_ARCH= yes +USES= python shebangfix +USE_GITHUB= yes +GH_ACCOUNT= delfick +GH_PROJECT= nose-of-yeti +GH_TAGNAME= e8f3110 +USE_PYTHON= distutils autoplist +SHEBANG_FILES= test.sh +PYTHON_OLD_CMD= "/usr/bin/env python" + +PORTDOCS= * + +do-test: + cd ${WRKSRC} && ${PYTHON_CMD} test.sh + +post-build-DOCS-on: + (cd ${WRKSRC}/docs ; PYTHONPATH=${WRKSRC} ${MAKE_CMD} html) + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC}/docs/_build/html ; \ + ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} "-not -name .buildinfo") + +.include Added: head/devel/py-noseofyeti/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-noseofyeti/distinfo Tue Feb 9 09:11:40 2016 (r408542) @@ -0,0 +1,2 @@ +SHA256 (delfick-nose-of-yeti-1.5.1-e8f3110_GH0.tar.gz) = 7a3d41d9f2508abde424cb03aac26e8b697c63a6c973f601dfd16fc410d8fb4c +SIZE (delfick-nose-of-yeti-1.5.1-e8f3110_GH0.tar.gz) = 46966 Added: head/devel/py-noseofyeti/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-noseofyeti/pkg-descr Tue Feb 9 09:11:40 2016 (r408542) @@ -0,0 +1,7 @@ +Nose plugin providing BDD dsl for python + +Plugin for nose, inspired by http://github.com/fmeyer/yeti, which +uses a codec style to provide an RSpec style BDD dsl for python +tests + +WWW: https://github.com/delfick/nose-of-yeti From owner-svn-ports-head@freebsd.org Tue Feb 9 09:25:41 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7FC1FAA22F3; Tue, 9 Feb 2016 09:25:41 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4222DCB1; Tue, 9 Feb 2016 09:25:41 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u199PeNB055156; Tue, 9 Feb 2016 09:25:40 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u199Pdal055152; Tue, 9 Feb 2016 09:25:39 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201602090925.u199Pdal055152@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Tue, 9 Feb 2016 09:25:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408543 - in head/chinese: calligra-l10n-zh_CN calligra-l10n-zh_TW X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 09:25:41 -0000 Author: rakuco Date: Tue Feb 9 09:25:39 2016 New Revision: 408543 URL: https://svnweb.freebsd.org/changeset/ports/408543 Log: Update Calligra ports in chinese/ that should have been part of r408504. Modified: head/chinese/calligra-l10n-zh_CN/distinfo head/chinese/calligra-l10n-zh_CN/pkg-plist head/chinese/calligra-l10n-zh_TW/distinfo head/chinese/calligra-l10n-zh_TW/pkg-plist Modified: head/chinese/calligra-l10n-zh_CN/distinfo ============================================================================== --- head/chinese/calligra-l10n-zh_CN/distinfo Tue Feb 9 09:11:40 2016 (r408542) +++ head/chinese/calligra-l10n-zh_CN/distinfo Tue Feb 9 09:25:39 2016 (r408543) @@ -1,2 +1,2 @@ -SHA256 (KDE/calligra/2.9.10/l10n/calligra-l10n-zh_CN-2.9.10.tar.xz) = f9f7e3a73e39908b7fa614b22025e3643ff5bf653cb91d95cc269daeb7d4b731 -SIZE (KDE/calligra/2.9.10/l10n/calligra-l10n-zh_CN-2.9.10.tar.xz) = 400388 +SHA256 (KDE/calligra/2.9.11/l10n/calligra-l10n-zh_CN-2.9.11.tar.xz) = 57fd9c0cceaf99607c1ff18b5503e0f3e18b420c956ec7edac4e1b8689272379 +SIZE (KDE/calligra/2.9.11/l10n/calligra-l10n-zh_CN-2.9.11.tar.xz) = 400220 Modified: head/chinese/calligra-l10n-zh_CN/pkg-plist ============================================================================== --- head/chinese/calligra-l10n-zh_CN/pkg-plist Tue Feb 9 09:11:40 2016 (r408542) +++ head/chinese/calligra-l10n-zh_CN/pkg-plist Tue Feb 9 09:25:39 2016 (r408543) @@ -25,7 +25,6 @@ share/locale/zh_CN/LC_MESSAGES/calligra_ share/locale/zh_CN/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/zh_CN/LC_MESSAGES/calligraactive.mo share/locale/zh_CN/LC_MESSAGES/calligrafilters.mo -share/locale/zh_CN/LC_MESSAGES/desktop_calligra.mo share/locale/zh_CN/LC_MESSAGES/flow.mo share/locale/zh_CN/LC_MESSAGES/karbon.mo share/locale/zh_CN/LC_MESSAGES/kexi.mo Modified: head/chinese/calligra-l10n-zh_TW/distinfo ============================================================================== --- head/chinese/calligra-l10n-zh_TW/distinfo Tue Feb 9 09:11:40 2016 (r408542) +++ head/chinese/calligra-l10n-zh_TW/distinfo Tue Feb 9 09:25:39 2016 (r408543) @@ -1,2 +1,2 @@ -SHA256 (KDE/calligra/2.9.10/l10n/calligra-l10n-zh_TW-2.9.10.tar.xz) = 69f5b868a043ee2a5c5c5bc814a12495e46f3bef90eb643e2d207477d0d42616 -SIZE (KDE/calligra/2.9.10/l10n/calligra-l10n-zh_TW-2.9.10.tar.xz) = 409536 +SHA256 (KDE/calligra/2.9.11/l10n/calligra-l10n-zh_TW-2.9.11.tar.xz) = b9a4ca59b69df5ac88f627746054149015c01ad0ef83c267167d90fb35168067 +SIZE (KDE/calligra/2.9.11/l10n/calligra-l10n-zh_TW-2.9.11.tar.xz) = 410108 Modified: head/chinese/calligra-l10n-zh_TW/pkg-plist ============================================================================== --- head/chinese/calligra-l10n-zh_TW/pkg-plist Tue Feb 9 09:11:40 2016 (r408542) +++ head/chinese/calligra-l10n-zh_TW/pkg-plist Tue Feb 9 09:25:39 2016 (r408543) @@ -23,7 +23,6 @@ share/locale/zh_TW/LC_MESSAGES/calligra_ share/locale/zh_TW/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/zh_TW/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/zh_TW/LC_MESSAGES/calligrafilters.mo -share/locale/zh_TW/LC_MESSAGES/desktop_calligra.mo share/locale/zh_TW/LC_MESSAGES/flow.mo share/locale/zh_TW/LC_MESSAGES/karbon.mo share/locale/zh_TW/LC_MESSAGES/kexi.mo From owner-svn-ports-head@freebsd.org Tue Feb 9 09:50:30 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 98057AA3144; Tue, 9 Feb 2016 09:50:30 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4F3EE1D10; Tue, 9 Feb 2016 09:50:30 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u199oTZM061355; Tue, 9 Feb 2016 09:50:29 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u199oTjl061351; Tue, 9 Feb 2016 09:50:29 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <201602090950.u199oTjl061351@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Tue, 9 Feb 2016 09:50:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408544 - in head/devel: . py-total-ordering X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 09:50:30 -0000 Author: truckman Date: Tue Feb 9 09:50:28 2016 New Revision: 408544 URL: https://svnweb.freebsd.org/changeset/ports/408544 Log: New port devel/py-total-ordering functools.total_ordering backport for Python 2.x Sponsored by: Farsight Security, Inc. Added: head/devel/py-total-ordering/ head/devel/py-total-ordering/Makefile (contents, props changed) head/devel/py-total-ordering/distinfo (contents, props changed) head/devel/py-total-ordering/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Feb 9 09:25:39 2016 (r408543) +++ head/devel/Makefile Tue Feb 9 09:50:28 2016 (r408544) @@ -4384,6 +4384,7 @@ SUBDIR += py-thrift SUBDIR += py-timelib SUBDIR += py-tipper + SUBDIR += total-ordering SUBDIR += py-tox SUBDIR += py-trace2html SUBDIR += py-traitlets Added: head/devel/py-total-ordering/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-total-ordering/Makefile Tue Feb 9 09:50:28 2016 (r408544) @@ -0,0 +1,16 @@ +# $FreeBSD$ + +PORTNAME= total-ordering +PORTVERSION= 0.1.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= truckman@FreeBSD.org +COMMENT= Backport functools.total_ordering to Python 2.x + +NO_ARCH= yes +USES= python:-2.7 +USE_PYTHON= distutils autoplist + +.include Added: head/devel/py-total-ordering/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-total-ordering/distinfo Tue Feb 9 09:50:28 2016 (r408544) @@ -0,0 +1,2 @@ +SHA256 (total-ordering-0.1.0.tar.gz) = a14a2a138a52befaa02b3fd53eb3366f66da69020be299af3cf0b54c9441aacc +SIZE (total-ordering-0.1.0.tar.gz) = 1839 Added: head/devel/py-total-ordering/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-total-ordering/pkg-descr Tue Feb 9 09:50:28 2016 (r408544) @@ -0,0 +1,3 @@ +functools.total_ordering backport for Python 2.x + +WWW: https://github.com/kvesteri/total-ordering From owner-svn-ports-head@freebsd.org Tue Feb 9 09:59:06 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 904EDAA34E6; Tue, 9 Feb 2016 09:59:06 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 605962DE; Tue, 9 Feb 2016 09:59:06 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u199x5Bd064359; Tue, 9 Feb 2016 09:59:05 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u199x5Rc064358; Tue, 9 Feb 2016 09:59:05 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602090959.u199x5Rc064358@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Tue, 9 Feb 2016 09:59:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408545 - head/audio/jack X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 09:59:06 -0000 Author: marino Date: Tue Feb 9 09:59:05 2016 New Revision: 408545 URL: https://svnweb.freebsd.org/changeset/ports/408545 Log: audio/jack: properly specify readline dep (detected by Synth) No portrevision bump necessary as this change does not alter the package contents. It just fixes the deps specification. Modified: head/audio/jack/Makefile Modified: head/audio/jack/Makefile ============================================================================== --- head/audio/jack/Makefile Tue Feb 9 09:50:28 2016 (r408544) +++ head/audio/jack/Makefile Tue Feb 9 09:59:05 2016 (r408545) @@ -39,7 +39,7 @@ OPTIONS_SUB= yes ALSA_LIB_DEPENDS= libasound.so:${PORTSDIR}/audio/alsa-lib ALSA_CONFIGURE_ENABLE= alsa -READLINE_LIB_DEPENDS= libreadline.so:${PORTSDIR}/devel/readline +READLINE_USES= readline DOXYGEN_BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen DOXYGEN_CONFIGURE_ENV_OFF= ac_cv_prog_HAVE_DOXYGEN="false" From owner-svn-ports-head@freebsd.org Tue Feb 9 10:07:20 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C62A2AA3AFA; Tue, 9 Feb 2016 10:07:20 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 976C4B0B; Tue, 9 Feb 2016 10:07:20 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u19A7JXB067331; Tue, 9 Feb 2016 10:07:19 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u19A7JvH067330; Tue, 9 Feb 2016 10:07:19 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <201602091007.u19A7JvH067330@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Tue, 9 Feb 2016 10:07:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408546 - head/devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 10:07:20 -0000 Author: truckman Date: Tue Feb 9 10:07:19 2016 New Revision: 408546 URL: https://svnweb.freebsd.org/changeset/ports/408546 Log: Fix missing py prefix. Suggested by: koobs Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Feb 9 09:59:05 2016 (r408545) +++ head/devel/Makefile Tue Feb 9 10:07:19 2016 (r408546) @@ -4384,7 +4384,7 @@ SUBDIR += py-thrift SUBDIR += py-timelib SUBDIR += py-tipper - SUBDIR += total-ordering + SUBDIR += py-total-ordering SUBDIR += py-tox SUBDIR += py-trace2html SUBDIR += py-traitlets From owner-svn-ports-head@freebsd.org Tue Feb 9 10:19:02 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 052FDAA3F4C; Tue, 9 Feb 2016 10:19:02 +0000 (UTC) (envelope-from gblach@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C5C8610AB; Tue, 9 Feb 2016 10:19:01 +0000 (UTC) (envelope-from gblach@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u19AJ0dU070323; Tue, 9 Feb 2016 10:19:00 GMT (envelope-from gblach@FreeBSD.org) Received: (from gblach@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u19AJ0VG070321; Tue, 9 Feb 2016 10:19:00 GMT (envelope-from gblach@FreeBSD.org) Message-Id: <201602091019.u19AJ0VG070321@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gblach set sender to gblach@FreeBSD.org using -f From: Grzegorz Blach Date: Tue, 9 Feb 2016 10:19:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408547 - head/x11-wm/enlightenment X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 10:19:02 -0000 Author: gblach Date: Tue Feb 9 10:19:00 2016 New Revision: 408547 URL: https://svnweb.freebsd.org/changeset/ports/408547 Log: Update to 0.20.5 PR: 207029 Submitted by: hardy.schumacher gmx.de Reviewed by: gblach Modified: head/x11-wm/enlightenment/Makefile head/x11-wm/enlightenment/distinfo Modified: head/x11-wm/enlightenment/Makefile ============================================================================== --- head/x11-wm/enlightenment/Makefile Tue Feb 9 10:07:19 2016 (r408546) +++ head/x11-wm/enlightenment/Makefile Tue Feb 9 10:19:00 2016 (r408547) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= enlightenment -PORTVERSION= 0.20.3 +PORTVERSION= 0.20.5 PORTEPOCH= 2 CATEGORIES= x11-wm enlightenment MASTER_SITES= http://download.enlightenment.org/rel/apps/${PORTNAME}/ Modified: head/x11-wm/enlightenment/distinfo ============================================================================== --- head/x11-wm/enlightenment/distinfo Tue Feb 9 10:07:19 2016 (r408546) +++ head/x11-wm/enlightenment/distinfo Tue Feb 9 10:19:00 2016 (r408547) @@ -1,2 +1,2 @@ -SHA256 (enlightenment/enlightenment-0.20.3.tar.xz) = 321103dda0383450a1dcf1a7c172479e1bdf8face5150ac688fc5ffe1b5fe3a7 -SIZE (enlightenment/enlightenment-0.20.3.tar.xz) = 25039740 +SHA256 (enlightenment/enlightenment-0.20.5.tar.xz) = 22749584d2fdf62d5a63c64dd9e57a1e318837a48f10fb9cdd2097769aa802d0 +SIZE (enlightenment/enlightenment-0.20.5.tar.xz) = 25039672 From owner-svn-ports-head@freebsd.org Tue Feb 9 10:31:17 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8DAA5AA158E; Tue, 9 Feb 2016 10:31:17 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4DFCF18A3; Tue, 9 Feb 2016 10:31:17 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u19AVGIk075894; Tue, 9 Feb 2016 10:31:16 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u19AVG0u075892; Tue, 9 Feb 2016 10:31:16 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201602091031.u19AVG0u075892@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Tue, 9 Feb 2016 10:31:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408548 - in head/net-mgmt/collectd5: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 10:31:17 -0000 Author: madpilot Date: Tue Feb 9 10:31:16 2016 New Revision: 408548 URL: https://svnweb.freebsd.org/changeset/ports/408548 Log: Add back part of a patch removed by mistake. Allows disk module to report all disk statistics again. PR: 207049 Submitted by: me Reported by: Pierre Guinoiseau Approved by: Krzysztof Modified: head/net-mgmt/collectd5/Makefile head/net-mgmt/collectd5/files/patch-src_disk.c Modified: head/net-mgmt/collectd5/Makefile ============================================================================== --- head/net-mgmt/collectd5/Makefile Tue Feb 9 10:19:00 2016 (r408547) +++ head/net-mgmt/collectd5/Makefile Tue Feb 9 10:31:16 2016 (r408548) @@ -3,6 +3,7 @@ PORTNAME= collectd PORTVERSION= 5.5.1 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= https://collectd.org/files/ \ http://collectd.org/files/ Modified: head/net-mgmt/collectd5/files/patch-src_disk.c ============================================================================== --- head/net-mgmt/collectd5/files/patch-src_disk.c Tue Feb 9 10:19:00 2016 (r408547) +++ head/net-mgmt/collectd5/files/patch-src_disk.c Tue Feb 9 10:31:16 2016 (r408548) @@ -43,3 +43,118 @@ #elif HAVE_LIBKSTAT kstat_t *ksp_chain; +@@ -505,6 +527,114 @@ static int disk_read (void) + IOObjectRelease (disk_list); + /* #endif HAVE_IOKIT_IOKITLIB_H */ + ++#elif KERNEL_FREEBSD ++ int retry, dirty; ++ ++ void *snap = NULL; ++ struct devstat *snap_iter; ++ ++ struct gident *geom_id; ++ ++ const char *disk_name; ++ long double read_time, write_time; ++ ++ for (retry = 0, dirty = 1; retry < 5 && dirty == 1; retry++) { ++ if (snap != NULL) ++ geom_stats_snapshot_free(snap); ++ ++ /* Get a fresh copy of stats snapshot */ ++ snap = geom_stats_snapshot_get(); ++ if (snap == NULL) { ++ ERROR("disk plugin: geom_stats_snapshot_get() failed."); ++ return (-1); ++ } ++ ++ /* Check if we have dirty read from this snapshot */ ++ dirty = 0; ++ geom_stats_snapshot_reset(snap); ++ while ((snap_iter = geom_stats_snapshot_next(snap)) != NULL) { ++ if (snap_iter->id == NULL) ++ continue; ++ geom_id = geom_lookupid(&geom_tree, snap_iter->id); ++ ++ /* New device? refresh GEOM tree */ ++ if (geom_id == NULL) { ++ geom_deletetree(&geom_tree); ++ if (geom_gettree(&geom_tree) != 0) { ++ ERROR("disk plugin: geom_gettree() failed"); ++ geom_stats_snapshot_free(snap); ++ return (-1); ++ } ++ geom_id = geom_lookupid(&geom_tree, snap_iter->id); ++ } ++ /* ++ * This should be rare: the device come right before we take the ++ * snapshot and went away right after it. We will handle this ++ * case later, so don't mark dirty but silently ignore it. ++ */ ++ if (geom_id == NULL) ++ continue; ++ ++ /* Only collect PROVIDER data */ ++ if (geom_id->lg_what != ISPROVIDER) ++ continue; ++ ++ /* Only collect data when rank is 1 (physical devices) */ ++ if (((struct gprovider *)(geom_id->lg_ptr))->lg_geom->lg_rank != 1) ++ continue; ++ ++ /* Check if this is a dirty read quit for another try */ ++ if (snap_iter->sequence0 != snap_iter->sequence1) { ++ dirty = 1; ++ break; ++ } ++ } ++ } ++ ++ /* Reset iterator */ ++ geom_stats_snapshot_reset(snap); ++ for (;;) { ++ snap_iter = geom_stats_snapshot_next(snap); ++ if (snap_iter == NULL) ++ break; ++ ++ if (snap_iter->id == NULL) ++ continue; ++ geom_id = geom_lookupid(&geom_tree, snap_iter->id); ++ if (geom_id == NULL) ++ continue; ++ if (geom_id->lg_what != ISPROVIDER) ++ continue; ++ if (((struct gprovider *)(geom_id->lg_ptr))->lg_geom->lg_rank != 1) ++ continue; ++ /* Skip dirty reads, if present */ ++ if (dirty && (snap_iter->sequence0 != snap_iter->sequence1)) ++ continue; ++ ++ disk_name = ((struct gprovider *)geom_id->lg_ptr)->lg_name; ++ ++ if ((snap_iter->bytes[1] != 0) || (snap_iter->bytes[2] != 0)) { ++ disk_submit(disk_name, "disk_octets", ++ (derive_t)snap_iter->bytes[1], ++ (derive_t)snap_iter->bytes[2]); ++ } ++ ++ if ((snap_iter->operations[1] != 0) || (snap_iter->operations[2] != 0)) { ++ disk_submit(disk_name, "disk_ops", ++ (derive_t)snap_iter->operations[1], ++ (derive_t)snap_iter->operations[2]); ++ } ++ ++ read_time = devstat_compute_etime(&snap_iter->duration[DEVSTAT_READ], NULL); ++ write_time = devstat_compute_etime(&snap_iter->duration[DEVSTAT_WRITE], NULL); ++ if ((read_time != 0) || (write_time != 0)) { ++ disk_submit (disk_name, "disk_time", ++ (derive_t)(read_time*1000), (derive_t)(write_time*1000)); ++ } ++ } ++ geom_stats_snapshot_free(snap); ++/* #endif KERNEL_FREEBSD */ ++ + #elif KERNEL_LINUX + FILE *fh; + char buffer[1024]; From owner-svn-ports-head@freebsd.org Tue Feb 9 10:36:37 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 32538AA18A3; Tue, 9 Feb 2016 10:36:37 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mail.madpilot.net (grunt.madpilot.net [78.47.145.38]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EF0DB1B12; Tue, 9 Feb 2016 10:36:36 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mail (mail [192.168.254.3]) by mail.madpilot.net (Postfix) with ESMTP id 3q00y23FtdzZqn; Tue, 9 Feb 2016 11:36:26 +0100 (CET) Received: from mail.madpilot.net ([192.168.254.3]) by mail (mail.madpilot.net [192.168.254.3]) (amavisd-new, port 10024) with ESMTP id cncqZVPoKx_P; Tue, 9 Feb 2016 11:36:24 +0100 (CET) Received: from marvin.madpilot.net (micro.madpilot.net [88.149.173.206]) by mail.madpilot.net (Postfix) with ESMTPSA; Tue, 9 Feb 2016 11:36:24 +0100 (CET) Subject: Re: svn commit: r408548 - in head/net-mgmt/collectd5: . files To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201602091031.u19AVG0u075892@repo.freebsd.org> From: Guido Falsi Message-ID: <56B9C127.6040803@FreeBSD.org> Date: Tue, 9 Feb 2016 11:36:23 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 In-Reply-To: <201602091031.u19AVG0u075892@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 10:36:37 -0000 On 02/09/16 11:31, Guido Falsi wrote: > Author: madpilot > Date: Tue Feb 9 10:31:16 2016 > New Revision: 408548 > URL: https://svnweb.freebsd.org/changeset/ports/408548 > > Log: > Add back part of a patch removed by mistake. > > Allows disk module to report all disk statistics again. > > PR: 207049 > Submitted by: me > Reported by: Pierre Guinoiseau > Approved by: Krzysztof Forgot to specify (maintainer) here. -- Guido Falsi From owner-svn-ports-head@freebsd.org Tue Feb 9 10:38:40 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 45E83AA19A2; Tue, 9 Feb 2016 10:38:40 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 168691C35; Tue, 9 Feb 2016 10:38:40 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u19Acdch076253; Tue, 9 Feb 2016 10:38:39 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u19AcdZY076251; Tue, 9 Feb 2016 10:38:39 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602091038.u19AcdZY076251@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 9 Feb 2016 10:38:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408549 - in head/math/cgal: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 10:38:40 -0000 Author: amdmi3 Date: Tue Feb 9 10:38:38 2016 New Revision: 408549 URL: https://svnweb.freebsd.org/changeset/ports/408549 Log: - Fix build of cgal consumers (sfcgal) with boost 1.60 PR: 199601 Approved by: portmgr blanket Added: head/math/cgal/files/patch-include_CGAL_Straight__skeleton_2_Straight_skeleton_builder_2_impl.h (contents, props changed) Modified: head/math/cgal/Makefile Modified: head/math/cgal/Makefile ============================================================================== --- head/math/cgal/Makefile Tue Feb 9 10:31:16 2016 (r408548) +++ head/math/cgal/Makefile Tue Feb 9 10:38:38 2016 (r408549) @@ -3,6 +3,7 @@ PORTNAME= cgal PORTVERSION= 4.6 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://gforge.inria.fr/frs/download.php/34703/ DISTNAME= CGAL-${PORTVERSION} Added: head/math/cgal/files/patch-include_CGAL_Straight__skeleton_2_Straight_skeleton_builder_2_impl.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/cgal/files/patch-include_CGAL_Straight__skeleton_2_Straight_skeleton_builder_2_impl.h Tue Feb 9 10:38:38 2016 (r408549) @@ -0,0 +1,16 @@ +--- include/CGAL/Straight_skeleton_2/Straight_skeleton_builder_2_impl.h.orig 2014-08-29 14:14:56 UTC ++++ include/CGAL/Straight_skeleton_2/Straight_skeleton_builder_2_impl.h +@@ -21,6 +21,13 @@ + + #include + #include ++ ++// Workaround for boost bug #11880 ++#include ++#if BOOST_VERSION == 106000 ++ #include ++#endif ++ + #include + #include + From owner-svn-ports-head@freebsd.org Tue Feb 9 10:39:57 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9742AAA1A65; Tue, 9 Feb 2016 10:39:57 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6DF991D79; Tue, 9 Feb 2016 10:39:57 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u19Adu7b076396; Tue, 9 Feb 2016 10:39:56 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u19Adu59076394; Tue, 9 Feb 2016 10:39:56 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201602091039.u19Adu59076394@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Tue, 9 Feb 2016 10:39:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408550 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 10:39:57 -0000 Author: rakuco Date: Tue Feb 9 10:39:56 2016 New Revision: 408550 URL: https://svnweb.freebsd.org/changeset/ports/408550 Log: Document multiple vulnerabilities in graphics/py-imaging and graphics/py-pillow. Security: CVE-2016-0740 Security: CVE-2016-0775 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Feb 9 10:38:38 2016 (r408549) +++ head/security/vuxml/vuln.xml Tue Feb 9 10:39:56 2016 (r408550) @@ -58,6 +58,162 @@ Notes: --> + + py-imaging, py-pillow -- Buffer overflow in PCD decoder + + + py27-pillow + py33-pillow + py34-pillow + py35-pillow + 2.9.0_1 + + + py27-imaging + 1.1.7_6 + + + + +

The Pillow maintainers report:

+
+

In all versions of Pillow, dating back at least to the last PIL + 1.1.7 release, PcdDecode.c has a buffer overflow error.

+

The state.buffer for PcdDecode.c is allocated based on a 3 bytes + per pixel sizing, where PcdDecode.c wrote into the buffer assuming + 4 bytes per pixel. This writes 768 bytes beyond the end of the + buffer into other Python object storage. In some cases, this causes + a segfault, in others an internal Python malloc error.

+
+ +
+ + http://openwall.com/lists/oss-security/2016/02/02/5 + https://github.com/python-pillow/Pillow/commit/ae453aa18b66af54e7ff716f4ccb33adca60afd4 + https://github.com/python-pillow/Pillow/issues/568 + + + 2016-02-02 + 2016-02-09 + +
+ + + py-pillow -- Integer overflow in Resample.c + + + py27-pillow + py33-pillow + py34-pillow + py35-pillow + 2.9.0_1 + + + + +

The Pillow maintainers report:

+
+

If a large value was passed into the new size for an image, it is + possible to overflow an int32 value passed into malloc, leading the + malloc’d buffer to be undersized. These allocations are followed by + a loop that writes out of bounds. This can lead to corruption on + the heap of the Python process with attacker controlled float + data.

+

This issue was found by Ned Williamson.

+
+ +
+ + https://github.com/python-pillow/Pillow/commit/41fae6d9e2da741d2c5464775c7f1a609ea03798 + https://github.com/python-pillow/Pillow/issues/1710 + + + 2016-02-05 + 2016-02-09 + +
+ + + py-imaging, py-pillow -- Buffer overflow in FLI decoding code + + + py27-pillow + py33-pillow + py34-pillow + py35-pillow + 2.9.0_1 + + + py27-imaging + 1.1.7_6 + + + + +

The Pillow maintainers report:

+
+

In all versions of Pillow, dating back at least to the last PIL + 1.1.7 release, FliDecode.c has a buffer overflow error.

+

There is a memcpy error where x is added to a target buffer + address. X is used in several internal temporary variable roles, + but can take a value up to the width of the image. Im->image[y] + is a set of row pointers to segments of memory that are the size of + the row. At the max y, this will write the contents of the line off + the end of the memory buffer, causing a segfault.

+

This issue was found by Alyssa Besseling at Atlassian.

+
+ +
+ + CVE-2016-0775 + https://github.com/python-pillow/Pillow/commit/bcaaf97f4ff25b3b5b9e8efeda364e17e80858ec + + + 2016-02-05 + 2016-02-09 + +
+ + + py-pillow -- Buffer overflow in TIFF decoding code + + + py27-pillow + py33-pillow + py34-pillow + py35-pillow + 2.9.0_1 + + + + +

The Pillow maintainers report:

+
+

Pillow 3.1.0 and earlier when linked against libtiff >= 4.0.0 on + x64 may overflow a buffer when reading a specially crafted tiff + file.

+

Specifically, libtiff >= 4.0.0 changed the return type of + TIFFScanlineSize from int32 to machine dependent int32|64. If the + scanline is sized so that it overflows an int32, it may be + interpreted as a negative number, which will then pass the size check + in TiffDecode.c line 236. To do this, the logical scanline size has + to be > 2gb, and for the test file, the allocated buffer size is 64k + against a roughly 4gb scan line size. Any image data over 64k is + written over the heap, causing a segfault.

+

This issue was found by security researcher FourOne.

+
+ +
+ + CVE-2016-0740 + https://github.com/python-pillow/Pillow/commit/6dcbf5bd96b717c58d7b642949da8d323099928e + + + 2016-02-04 + 2016-02-09 + +
+ ffmpeg -- remote denial of service in JPEG2000 decoder From owner-svn-ports-head@freebsd.org Tue Feb 9 10:56:00 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 83676AA22E3; Tue, 9 Feb 2016 10:56:00 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 36F2515DC; Tue, 9 Feb 2016 10:56:00 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u19AtxeU082144; Tue, 9 Feb 2016 10:55:59 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u19AtwV1082142; Tue, 9 Feb 2016 10:55:58 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201602091055.u19AtwV1082142@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Tue, 9 Feb 2016 10:55:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408551 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 10:56:00 -0000 Author: miwi Date: Tue Feb 9 10:55:58 2016 New Revision: 408551 URL: https://svnweb.freebsd.org/changeset/ports/408551 Log: - Document php -- pcre vulnerability Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Feb 9 10:39:56 2016 (r408550) +++ head/security/vuxml/vuln.xml Tue Feb 9 10:55:58 2016 (r408551) @@ -58,6 +58,50 @@ Notes: --> + + php -- pcre vulnerability + + + php55 + 5.5.32 + + + php56 + 5.6.18 + + + + +

PHP reports:

+
+
  • PCRE: +
      +
    • Upgraded bundled PCRE library to 8.38.(CVE-2015-8383, + CVE-2015-8386, CVE-2015-8387, CVE-2015-8389, CVE-2015-8390, + CVE-2015-8391, CVE-2015-8393, CVE-2015-8394)
    • +
  • +
+
+ +
+ + CVE-2015-8383 + CVE-2015-8386 + CVE-2015-8387 + CVE-2015-8389 + CVE-2015-8390 + CVE-2015-8391 + CVE-2015-8393 + CVE-2015-8394 + http://php.net/ChangeLog-5.php#5.6.18 + http://php.net/ChangeLog-5.php#5.5.32 + + + 2016-02-04 + 2016-02-09 + +
+ py-imaging, py-pillow -- Buffer overflow in PCD decoder From owner-svn-ports-head@freebsd.org Tue Feb 9 11:03:07 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C8D74AA26CC; Tue, 9 Feb 2016 11:03:07 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 99DB41AB6; Tue, 9 Feb 2016 11:03:07 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u19B362M084810; Tue, 9 Feb 2016 11:03:06 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u19B36aq084809; Tue, 9 Feb 2016 11:03:06 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602091103.u19B36aq084809@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 9 Feb 2016 11:03:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408552 - head/devel/msp430-debug-stack X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 11:03:07 -0000 Author: amdmi3 Date: Tue Feb 9 11:03:06 2016 New Revision: 408552 URL: https://svnweb.freebsd.org/changeset/ports/408552 Log: - Fix build with boost 1.60 PR: 199601 Approved by: portmgr blanket Modified: head/devel/msp430-debug-stack/Makefile Modified: head/devel/msp430-debug-stack/Makefile ============================================================================== --- head/devel/msp430-debug-stack/Makefile Tue Feb 9 10:55:58 2016 (r408551) +++ head/devel/msp430-debug-stack/Makefile Tue Feb 9 11:03:06 2016 (r408552) @@ -31,7 +31,10 @@ MAKE_ARGS+= BOOST_DIR=${LOCALBASE} \ MAKE_JOBS_UNSAFE= yes -.include +post-patch: + @${FIND} ${WRKSRC}/DLL430_v3/src/TI/DLL430 \ + \( -name '*.cpp' -o -name '*.h' \) -print0 | ${XARGS} -0 \ + ${REINPLACE_CMD} -e 's|[io]fstream|std::&|; s|std::std::|std::|' do-install: ${INSTALL_LIB} ${WRKSRC}/libmsp430.so ${STAGEDIR}${PREFIX}/lib/libmsp430.so @@ -41,4 +44,4 @@ do-install: ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/slau320v.pdf ${STAGEDIR}${DOCSDIR}/ ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/slau656.pdf ${STAGEDIR}${DOCSDIR}/ -.include +.include From owner-svn-ports-head@freebsd.org Tue Feb 9 11:05:31 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F2CAFAA27CD; Tue, 9 Feb 2016 11:05:31 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BD2941C11; Tue, 9 Feb 2016 11:05:31 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u19B5UdX085010; Tue, 9 Feb 2016 11:05:30 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u19B5UCK085008; Tue, 9 Feb 2016 11:05:30 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201602091105.u19B5UCK085008@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Tue, 9 Feb 2016 11:05:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408553 - head/lang/php56 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 11:05:32 -0000 Author: miwi Date: Tue Feb 9 11:05:30 2016 New Revision: 408553 URL: https://svnweb.freebsd.org/changeset/ports/408553 Log: - Update to 5.6.18 Approved by: port-secteam (with hat) Security: 85eb4e46-cf16-11e5-840f-485d605f4717 Modified: head/lang/php56/Makefile head/lang/php56/distinfo Modified: head/lang/php56/Makefile ============================================================================== --- head/lang/php56/Makefile Tue Feb 9 11:03:06 2016 (r408552) +++ head/lang/php56/Makefile Tue Feb 9 11:05:30 2016 (r408553) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= php56 -PORTVERSION= 5.6.17 +PORTVERSION= 5.6.18 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions Modified: head/lang/php56/distinfo ============================================================================== --- head/lang/php56/distinfo Tue Feb 9 11:03:06 2016 (r408552) +++ head/lang/php56/distinfo Tue Feb 9 11:05:30 2016 (r408553) @@ -1,4 +1,4 @@ -SHA256 (php-5.6.17.tar.bz2) = 77b45f56a1e63e75bb22b42cfb8b438ec4083c59ce774b4d7c1685544b7add3b -SIZE (php-5.6.17.tar.bz2) = 14072840 +SHA256 (php-5.6.18.tar.bz2) = c3cd4a29a9562309d36e2b128407d6eaa5c7dde590d2b1a464457383e517f4ed +SIZE (php-5.6.18.tar.bz2) = 14094993 SHA256 (php-5.5.x-mail-header.patch) = b0b5a7c961b2052eb14d9528e76155cbeaa881fb9b4a49f452f9dab07b6fb1c4 SIZE (php-5.5.x-mail-header.patch) = 3379 From owner-svn-ports-head@freebsd.org Tue Feb 9 11:05:41 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 480CCAA27FA; Tue, 9 Feb 2016 11:05:41 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1914F1CE8; Tue, 9 Feb 2016 11:05:41 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u19B5efP085103; Tue, 9 Feb 2016 11:05:40 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u19B5e5K085102; Tue, 9 Feb 2016 11:05:40 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602091105.u19B5e5K085102@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 9 Feb 2016 11:05:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408554 - head/devel/msp430-debug-stack X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 11:05:41 -0000 Author: amdmi3 Date: Tue Feb 9 11:05:39 2016 New Revision: 408554 URL: https://svnweb.freebsd.org/changeset/ports/408554 Log: - Mark BROKEN on 9.x: internal compiler error (unrelated to previous commit): g++48: internal compiler error: Segmentation fault: 11 (program cc1plus) no stack trace because unwind library not available Please submit a full bug report, with preprocessed source if appropriate. See for instructions. Makefile:68: recipe for target 'BSL430_DLL/MSPBSL_Factory.o' failed gmake[1]: *** [BSL430_DLL/MSPBSL_Factory.o] Error 4 gmake[1]: Leaving directory '/wrkdirs/usr/ports/devel/msp430-debug-stack/work/MSPDebugStack_OS_Package/ThirdParty/BSL430_DLL' Makefile:142: recipe for target 'ThirdParty/lib64/libbsl430.a' failed gmake: *** [ThirdParty/lib64/libbsl430.a] Error 2 *** [do-build] Error code 1 Reported by: pkg-fallout Approved by: portmgr blanket Modified: head/devel/msp430-debug-stack/Makefile Modified: head/devel/msp430-debug-stack/Makefile ============================================================================== --- head/devel/msp430-debug-stack/Makefile Tue Feb 9 11:05:30 2016 (r408553) +++ head/devel/msp430-debug-stack/Makefile Tue Feb 9 11:05:39 2016 (r408554) @@ -21,6 +21,8 @@ LICENSE= BSD3CLAUSE LIB_DEPENDS= libboost_filesystem.so:${PORTSDIR}/devel/boost-libs \ libhidapi.so:${PORTSDIR}/comms/hidapi +BROKEN_FreeBSD_9= does not build (internal compiler error) + USES= compiler:c++11-lib gmake zip:infozip USE_LDCONFIG= yes From owner-svn-ports-head@freebsd.org Tue Feb 9 11:07:21 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D9292AA2897; Tue, 9 Feb 2016 11:07:21 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A9B311E15; Tue, 9 Feb 2016 11:07:21 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u19B7Kc4085274; Tue, 9 Feb 2016 11:07:20 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u19B7KG7085272; Tue, 9 Feb 2016 11:07:20 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201602091107.u19B7KG7085272@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Tue, 9 Feb 2016 11:07:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408555 - head/lang/php55 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 11:07:21 -0000 Author: miwi Date: Tue Feb 9 11:07:20 2016 New Revision: 408555 URL: https://svnweb.freebsd.org/changeset/ports/408555 Log: - Update to 5.5.32 Approved by: ports-secteam (with hat) MFH: 2016Q1 Security: 85eb4e46-cf16-11e5-840f-485d605f4717 Modified: head/lang/php55/Makefile head/lang/php55/distinfo Modified: head/lang/php55/Makefile ============================================================================== --- head/lang/php55/Makefile Tue Feb 9 11:05:39 2016 (r408554) +++ head/lang/php55/Makefile Tue Feb 9 11:07:20 2016 (r408555) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= php55 -PORTVERSION= 5.5.31 +PORTVERSION= 5.5.32 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions Modified: head/lang/php55/distinfo ============================================================================== --- head/lang/php55/distinfo Tue Feb 9 11:05:39 2016 (r408554) +++ head/lang/php55/distinfo Tue Feb 9 11:07:20 2016 (r408555) @@ -1,4 +1,4 @@ -SHA256 (php-5.5.31.tar.bz2) = fb4a382b9a9dceb749b7ef047d8251320bc8d371c843714e5b4f4b70d61ba277 -SIZE (php-5.5.31.tar.bz2) = 13659002 +SHA256 (php-5.5.32.tar.bz2) = b0f2c108db8e05db9f6366aaba9a754fd0ee31f3f86ee889561b608dfd6e92ee +SIZE (php-5.5.32.tar.bz2) = 13685561 SHA256 (php-5.5.x-mail-header.patch) = b0b5a7c961b2052eb14d9528e76155cbeaa881fb9b4a49f452f9dab07b6fb1c4 SIZE (php-5.5.x-mail-header.patch) = 3379 From owner-svn-ports-head@freebsd.org Tue Feb 9 11:07:57 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A2492AA291C; Tue, 9 Feb 2016 11:07:57 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 751CF1FAB; Tue, 9 Feb 2016 11:07:57 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u19B7usK085395; Tue, 9 Feb 2016 11:07:56 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u19B7ujj085394; Tue, 9 Feb 2016 11:07:56 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602091107.u19B7ujj085394@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 9 Feb 2016 11:07:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408556 - head/devel/p4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 11:07:57 -0000 Author: amdmi3 Date: Tue Feb 9 11:07:56 2016 New Revision: 408556 URL: https://svnweb.freebsd.org/changeset/ports/408556 Log: - Mark BROKEN: checksum mismatch => SHA256 Checksum mismatch for perforce/2015.1.1314399/bin.freebsd100x86_64/p4. Reported by: pkg-fallout Approved by: portmgr blanket Modified: head/devel/p4/Makefile Modified: head/devel/p4/Makefile ============================================================================== --- head/devel/p4/Makefile Tue Feb 9 11:07:20 2016 (r408555) +++ head/devel/p4/Makefile Tue Feb 9 11:07:56 2016 (r408556) @@ -13,6 +13,8 @@ EXTRACT_ONLY= # none MAINTAINER= gordon@FreeBSD.org COMMENT= Perforce client +BROKEN= checksum mismatch + RESTRICTED= Restricted distribution NO_BUILD= yes From owner-svn-ports-head@freebsd.org Tue Feb 9 11:27:45 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 25418AA228C; Tue, 9 Feb 2016 11:27:45 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EC953B3E; Tue, 9 Feb 2016 11:27:44 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u19BRiJc091605; Tue, 9 Feb 2016 11:27:44 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u19BRiXQ091604; Tue, 9 Feb 2016 11:27:44 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602091127.u19BRiXQ091604@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 9 Feb 2016 11:27:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408559 - head/databases/ocaml-sqlite3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 11:27:45 -0000 Author: amdmi3 Date: Tue Feb 9 11:27:43 2016 New Revision: 408559 URL: https://svnweb.freebsd.org/changeset/ports/408559 Log: - Fix build on 9.x Modified: head/databases/ocaml-sqlite3/Makefile Modified: head/databases/ocaml-sqlite3/Makefile ============================================================================== --- head/databases/ocaml-sqlite3/Makefile Tue Feb 9 11:12:06 2016 (r408558) +++ head/databases/ocaml-sqlite3/Makefile Tue Feb 9 11:27:43 2016 (r408559) @@ -15,7 +15,7 @@ LICENSE_NAME= OCaml-SQLite3 unique permi LICENSE_FILE= ${WRKSRC}/COPYING.txt LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -USES= gmake pkgconfig sqlite +USES= compiler:features gmake pkgconfig sqlite USE_OCAML= yes USE_OCAML_FINDLIB= yes USE_OCAML_LDCONFIG= yes @@ -29,9 +29,15 @@ GH_ACCOUNT= mmottl GH_PROJECT= ${PORTNAME}-ocaml USE_GITHUB= yes +.include + post-patch: @${REINPLACE_CMD} -e 's,"install" :: findlib_name,"install" :: "-destdir ${STAGEDIR}${PREFIX}/lib/ocaml/site-lib" :: "-ldconf /var/null" :: findlib_name,' \ ${WRKSRC}/setup.ml +.if ${COMPILER_TYPE} == gcc & ${COMPILER_VERSION} <= 42 + @${REINPLACE_CMD} -e 's|-Wno-keyword-macro||' ${WRKSRC}/_oasis \ + ${WRKSRC}/myocamlbuild.ml ${WRKSRC}/setup.ml +.endif do-configure: (cd ${WRKSRC} && ocaml setup.ml -configure ${CONFIGURE_ARGS}) @@ -42,4 +48,4 @@ do-build: do-install: (cd ${WRKSRC} && ocaml setup.ml -install) -.include +.include From owner-svn-ports-head@freebsd.org Tue Feb 9 11:31:44 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B215BAA29D3; Tue, 9 Feb 2016 11:31:44 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8158511F6; Tue, 9 Feb 2016 11:31:44 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u19BVh8d092478; Tue, 9 Feb 2016 11:31:43 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u19BVhkv092477; Tue, 9 Feb 2016 11:31:43 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201602091131.u19BVhkv092477@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Tue, 9 Feb 2016 11:31:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408560 - head/audio/sweep X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 11:31:44 -0000 Author: junovitch Date: Tue Feb 9 11:31:43 2016 New Revision: 408560 URL: https://svnweb.freebsd.org/changeset/ports/408560 Log: audio/sweep: pass maintainer from ports@ to submitter; add license PR: 206692 Submitted by: Chris Hutchinson Modified: head/audio/sweep/Makefile Modified: head/audio/sweep/Makefile ============================================================================== --- head/audio/sweep/Makefile Tue Feb 9 11:27:43 2016 (r408559) +++ head/audio/sweep/Makefile Tue Feb 9 11:31:43 2016 (r408560) @@ -8,9 +8,11 @@ PORTEPOCH= 1 CATEGORIES= audio gnome MASTER_SITES= SF -MAINTAINER= ports@FreeBSD.org +MAINTAINER= portmaster@BSDforge.com COMMENT= Sound editor for the GNOME/GTK+2 desktop +LICENSE= GPLv2 + LIB_DEPENDS= libmad.so:${PORTSDIR}/audio/libmad \ libsamplerate.so:${PORTSDIR}/audio/libsamplerate \ libsndfile.so:${PORTSDIR}/audio/libsndfile \ From owner-svn-ports-head@freebsd.org Tue Feb 9 11:32:03 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0283DAA2A06; Tue, 9 Feb 2016 11:32:03 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CDE5D1306; Tue, 9 Feb 2016 11:32:02 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u19BW1MD094582; Tue, 9 Feb 2016 11:32:01 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u19BW1Ae094579; Tue, 9 Feb 2016 11:32:01 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602091132.u19BW1Ae094579@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 9 Feb 2016 11:32:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408561 - head/games/openclonk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 11:32:03 -0000 Author: amdmi3 Date: Tue Feb 9 11:32:01 2016 New Revision: 408561 URL: https://svnweb.freebsd.org/changeset/ports/408561 Log: - Update to 7.0 PR: 206324 Submitted by: kevinz5000@gmail.com (maintainer) Modified: head/games/openclonk/Makefile head/games/openclonk/distinfo head/games/openclonk/pkg-plist Modified: head/games/openclonk/Makefile ============================================================================== --- head/games/openclonk/Makefile Tue Feb 9 11:31:43 2016 (r408560) +++ head/games/openclonk/Makefile Tue Feb 9 11:32:01 2016 (r408561) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= openclonk -PORTVERSION= 6.1 +PORTVERSION= 7.0 DISTVERSIONSUFFIX= -src -PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://www.openclonk.org/builds/release/${DISTVERSION}/ @@ -12,8 +11,8 @@ MAINTAINER= kevinz5000@gmail.com COMMENT= Multiplayer action game involving small and nimble humanoids LICENSE= ISCL CC0-1.0 -LICENSE_COMB= dual -LICENSE_FILE= ${WRKSRC}/COPYING +LICENSE_COMB= multi +LICENSE_FILE_ISCL= ${WRKSRC}/COPYING LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs \ libfreetype.so:${PORTSDIR}/print/freetype2 \ @@ -23,15 +22,15 @@ LIB_DEPENDS= libboost_thread.so:${PORTSD BROKEN_FreeBSD_9= does not build (lack of proper c++11 support) -USES= compiler:c++11-lib cmake desktop-file-utils jpeg pkgconfig tar:bzip2 +USES= compiler:c++14-lang cmake desktop-file-utils jpeg pkgconfig tar:bzip2 USE_GL= glew -USE_GNOME= gtk20 +USE_GNOME= gtk30 USE_SDL= sdl mixer USE_XORG= x11 xpm INSTALLS_ICONS= yes post-patch: @${REINPLACE_CMD} -e 's|DESTINATION games|DESTINATION bin|' \ - ${WRKSRC}/CMakeLists.txt + -e 's|share/games|share|' ${WRKSRC}/CMakeLists.txt .include Modified: head/games/openclonk/distinfo ============================================================================== --- head/games/openclonk/distinfo Tue Feb 9 11:31:43 2016 (r408560) +++ head/games/openclonk/distinfo Tue Feb 9 11:32:01 2016 (r408561) @@ -1,2 +1,2 @@ -SHA256 (openclonk-6.1-src.tar.bz2) = 5c3903f82c9d7e8c466ab1ff594d553911a6e5fa0be2a326684d823ef1c24905 -SIZE (openclonk-6.1-src.tar.bz2) = 68861317 +SHA256 (openclonk-7.0-src.tar.bz2) = bc1a231d72774a7aa8819e54e1f79be27a21b579fb057609398f2aa5700b0732 +SIZE (openclonk-7.0-src.tar.bz2) = 102143348 Modified: head/games/openclonk/pkg-plist ============================================================================== --- head/games/openclonk/pkg-plist Tue Feb 9 11:31:43 2016 (r408560) +++ head/games/openclonk/pkg-plist Tue Feb 9 11:32:01 2016 (r408561) @@ -1,20 +1,21 @@ bin/c4group bin/openclonk share/applications/openclonk.desktop -share/games/openclonk/Arena.ocf -share/games/openclonk/Decoration.ocd -share/games/openclonk/Graphics.ocg -share/games/openclonk/Material.ocg -share/games/openclonk/Missions.ocf -share/games/openclonk/Music.ocg -share/games/openclonk/Objects.ocd -share/games/openclonk/Parkour.ocf -share/games/openclonk/Sound.ocg -share/games/openclonk/System.ocg -share/games/openclonk/Tutorial.ocf -share/games/openclonk/Worlds.ocf share/icons/hicolor/128x128/apps/openclonk.png share/icons/hicolor/256x256/apps/openclonk.png share/icons/hicolor/32x32/apps/openclonk.png share/icons/hicolor/512x512/apps/openclonk.png share/icons/hicolor/64x64/apps/openclonk.png +%%DATADIR%%/Arena.ocf +%%DATADIR%%/Decoration.ocd +%%DATADIR%%/Defense.ocf +%%DATADIR%%/Graphics.ocg +%%DATADIR%%/Material.ocg +%%DATADIR%%/Missions.ocf +%%DATADIR%%/Music.ocg +%%DATADIR%%/Objects.ocd +%%DATADIR%%/Parkour.ocf +%%DATADIR%%/Sound.ocg +%%DATADIR%%/System.ocg +%%DATADIR%%/Tutorials.ocf +%%DATADIR%%/Worlds.ocf From owner-svn-ports-head@freebsd.org Tue Feb 9 11:36:02 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 63E4AAA2C04; Tue, 9 Feb 2016 11:36:02 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 312AA1769; Tue, 9 Feb 2016 11:36:02 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u19Ba1oL094839; Tue, 9 Feb 2016 11:36:01 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u19Ba1Xg094838; Tue, 9 Feb 2016 11:36:01 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201602091136.u19Ba1Xg094838@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Tue, 9 Feb 2016 11:36:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408562 - head/www/hiawatha X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 11:36:02 -0000 Author: junovitch Date: Tue Feb 9 11:36:00 2016 New Revision: 408562 URL: https://svnweb.freebsd.org/changeset/ports/408562 Log: www/hiawatha: pass MAINTAINER from ports@ to submitter PR: 206747 Submitted by: Chris Hutchinson Modified: head/www/hiawatha/Makefile Modified: head/www/hiawatha/Makefile ============================================================================== --- head/www/hiawatha/Makefile Tue Feb 9 11:32:01 2016 (r408561) +++ head/www/hiawatha/Makefile Tue Feb 9 11:36:00 2016 (r408562) @@ -7,7 +7,7 @@ PORTREVISION= 2 CATEGORIES= www MASTER_SITES= https://www.hiawatha-webserver.org/files/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= portmaster@BSDforge.com COMMENT= Advanced and secure webserver for Unix LICENSE= GPLv2 From owner-svn-ports-head@freebsd.org Tue Feb 9 12:33:38 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8873FAA1318; Tue, 9 Feb 2016 12:33:38 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 56949B89; Tue, 9 Feb 2016 12:33:38 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u19CXbqa012087; Tue, 9 Feb 2016 12:33:37 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u19CXbPb012086; Tue, 9 Feb 2016 12:33:37 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602091233.u19CXbPb012086@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Tue, 9 Feb 2016 12:33:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408563 - head/mail/mutt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 12:33:38 -0000 Author: marino Date: Tue Feb 9 12:33:37 2016 New Revision: 408563 URL: https://svnweb.freebsd.org/changeset/ports/408563 Log: mail/mutt-lite: document ncurses requirement (USES+=ncurses) approved by: infrastructure blanket Modified: head/mail/mutt/Makefile Modified: head/mail/mutt/Makefile ============================================================================== --- head/mail/mutt/Makefile Tue Feb 9 11:36:00 2016 (r408562) +++ head/mail/mutt/Makefile Tue Feb 9 12:33:37 2016 (r408563) @@ -48,6 +48,7 @@ OPTIONS_SUB= yes .if defined (MUTT_LITE) LITE= yes +USES+= ncurses .endif .if defined (LITE) From owner-svn-ports-head@freebsd.org Tue Feb 9 12:40:36 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7B1FBAA1678; Tue, 9 Feb 2016 12:40:36 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4F1D4E69; Tue, 9 Feb 2016 12:40:36 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u19CeZwX012439; Tue, 9 Feb 2016 12:40:35 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u19CeZ0m012437; Tue, 9 Feb 2016 12:40:35 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201602091240.u19CeZ0m012437@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Tue, 9 Feb 2016 12:40:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408564 - head/emulators/wine-gecko-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 12:40:36 -0000 Author: gerald Date: Tue Feb 9 12:40:35 2016 New Revision: 408564 URL: https://svnweb.freebsd.org/changeset/ports/408564 Log: Update from version 2.40 to 2.44. This is based on Firefox 44 now. Approved by: dbn (maintainer, pre-approved) Modified: head/emulators/wine-gecko-devel/Makefile head/emulators/wine-gecko-devel/distinfo Modified: head/emulators/wine-gecko-devel/Makefile ============================================================================== --- head/emulators/wine-gecko-devel/Makefile Tue Feb 9 12:33:37 2016 (r408563) +++ head/emulators/wine-gecko-devel/Makefile Tue Feb 9 12:40:35 2016 (r408564) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= wine-gecko -DISTVERSION= 2.40 +DISTVERSION= 2.44 CATEGORIES= emulators -MASTER_SITES= SF/wine/Wine%20Gecko/${DISTVERSION} +MASTER_SITES= http://dl.winehq.org/wine/wine-gecko/${DISTVERSION}/ PKGNAMESUFFIX= -devel DISTNAME= wine_gecko-${DISTVERSION}-x86 EXTRACT_SUFX= .msi Modified: head/emulators/wine-gecko-devel/distinfo ============================================================================== --- head/emulators/wine-gecko-devel/distinfo Tue Feb 9 12:33:37 2016 (r408563) +++ head/emulators/wine-gecko-devel/distinfo Tue Feb 9 12:40:35 2016 (r408564) @@ -1,2 +1,2 @@ -SHA256 (wine_gecko-2.40-x86.msi) = 1a29d17435a52b7663cea6f30a0771f74097962b07031947719bb7b46057d302 -SIZE (wine_gecko-2.40-x86.msi) = 31741440 +SHA256 (wine_gecko-2.44-x86.msi) = 77a64ad17571b3a00386a88b9b1b1ea4b7e759061675568bee0ec238fb456d39 +SIZE (wine_gecko-2.44-x86.msi) = 34832896 From owner-svn-ports-head@freebsd.org Tue Feb 9 12:49:32 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CE7AEAA1A5B; Tue, 9 Feb 2016 12:49:32 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AA07F11FA; Tue, 9 Feb 2016 12:49:32 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u19CnVnK015300; Tue, 9 Feb 2016 12:49:31 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u19CnV2e015297; Tue, 9 Feb 2016 12:49:31 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201602091249.u19CnV2e015297@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Tue, 9 Feb 2016 12:49:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408565 - head/emulators/wine-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 12:49:33 -0000 Author: gerald Date: Tue Feb 9 12:49:31 2016 New Revision: 408565 URL: https://svnweb.freebsd.org/changeset/ports/408565 Log: Update to Wine 1.9.3. This includes the following changes: - JSON support in JavaScript. - Improved line breaking in DirectWrite. - Some more write support in WebServices. - Still more Shader Model 4 instructions. - Various bug fixes. Also this uses a new version of the Gecko engine based on Firefox 44. This only applies when the GECKO option is on, and wine-gecko-devel has been updated accordingly. Modified: head/emulators/wine-devel/Makefile head/emulators/wine-devel/distinfo head/emulators/wine-devel/pkg-plist Modified: head/emulators/wine-devel/Makefile ============================================================================== --- head/emulators/wine-devel/Makefile Tue Feb 9 12:40:35 2016 (r408564) +++ head/emulators/wine-devel/Makefile Tue Feb 9 12:49:31 2016 (r408565) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wine -DISTVERSION= 1.9.2 +DISTVERSION= 1.9.3 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ @@ -68,7 +68,7 @@ CUPS_LIB_DEPENDS= libcups.so:${PORTSDIR} DOSBOX_RUN_DEPENDS= dosbox:${PORTSDIR}/emulators/dosbox -GECKO_RUN_DEPENDS= ${DATADIR}/gecko/wine_gecko-2.40-x86.msi:${PORTSDIR}/emulators/wine-gecko-devel +GECKO_RUN_DEPENDS= ${DATADIR}/gecko/wine_gecko-2.44-x86.msi:${PORTSDIR}/emulators/wine-gecko-devel GNUTLS_CONFIGURE_WITH= gnutls GNUTLS_LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls Modified: head/emulators/wine-devel/distinfo ============================================================================== --- head/emulators/wine-devel/distinfo Tue Feb 9 12:40:35 2016 (r408564) +++ head/emulators/wine-devel/distinfo Tue Feb 9 12:49:31 2016 (r408565) @@ -1,4 +1,4 @@ -SHA256 (wine-1.9.2.tar.bz2) = 334d4d6a71ef2e4a385e01d05d66c1727cbe52646299378d19d203e645044e7a -SIZE (wine-1.9.2.tar.bz2) = 22965698 -SHA256 (v1.9.2.tar.gz) = 67e830b27e1f69cf66cc65bc72e15231fab65144170921e373c729a431c607f3 -SIZE (v1.9.2.tar.gz) = 9702259 +SHA256 (wine-1.9.3.tar.bz2) = 475f54855534c8ec45bb4be70d84fb98e7fe8467fb1a35f66b3c0e92f4ea090d +SIZE (wine-1.9.3.tar.bz2) = 22970135 +SHA256 (v1.9.3.tar.gz) = 84c98e0fd04a1deb76a40d2d04810421c94b02e2670fec6a8718bb2286fac4b6 +SIZE (v1.9.3.tar.gz) = 9714022 Modified: head/emulators/wine-devel/pkg-plist ============================================================================== --- head/emulators/wine-devel/pkg-plist Tue Feb 9 12:40:35 2016 (r408564) +++ head/emulators/wine-devel/pkg-plist Tue Feb 9 12:49:31 2016 (r408565) @@ -638,6 +638,7 @@ include/wine/windows/shdeprecated.h include/wine/windows/shdeprecated.idl include/wine/windows/shdispid.h include/wine/windows/shellapi.h +%%STAGING%%include/wine/windows/shellscalingapi.h include/wine/windows/shldisp.h include/wine/windows/shldisp.idl include/wine/windows/shlguid.h @@ -1531,6 +1532,7 @@ lib/wine/fakedlls/msctfp.dll lib/wine/fakedlls/msdaps.dll lib/wine/fakedlls/msdelta.dll lib/wine/fakedlls/msdmo.dll +lib/wine/fakedlls/msdrm.dll lib/wine/fakedlls/msftedit.dll lib/wine/fakedlls/msg711.acm lib/wine/fakedlls/msgsm32.acm @@ -2135,6 +2137,7 @@ lib/wine/msctfp.dll.so lib/wine/msdaps.dll.so lib/wine/msdelta.dll.so lib/wine/msdmo.dll.so +lib/wine/msdrm.dll.so lib/wine/msftedit.dll.so lib/wine/msg711.acm.so lib/wine/msgsm32.acm.so From owner-svn-ports-head@freebsd.org Tue Feb 9 13:15:23 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6F148AA2860; Tue, 9 Feb 2016 13:15:23 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 41037118; Tue, 9 Feb 2016 13:15:23 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u19DFMKT024046; Tue, 9 Feb 2016 13:15:22 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u19DFMqK024044; Tue, 9 Feb 2016 13:15:22 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201602091315.u19DFMqK024044@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 9 Feb 2016 13:15:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408566 - head/lang/perl5-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 13:15:23 -0000 Author: mat Date: Tue Feb 9 13:15:21 2016 New Revision: 408566 URL: https://svnweb.freebsd.org/changeset/ports/408566 Log: Update to v5.23.7-333-g91ba54d. Changes: https://github.com/Perl/perl5/compare/v5.23.7-66-g1a3756d...v5.23.7-333-g91ba54d Sponsored by: Absolight Modified: head/lang/perl5-devel/Makefile head/lang/perl5-devel/distinfo Modified: head/lang/perl5-devel/Makefile ============================================================================== --- head/lang/perl5-devel/Makefile Tue Feb 9 12:49:31 2016 (r408565) +++ head/lang/perl5-devel/Makefile Tue Feb 9 13:15:21 2016 (r408566) @@ -29,7 +29,7 @@ TEST_ENV= ${MAKE_ENV} TEST_JOBS=${MAKE_J USE_GITHUB= yes GH_ACCOUNT= Perl GH_PROJECT= perl5 -GH_TAGNAME= v5.23.7-66-g1a3756d +GH_TAGNAME= v5.23.7-333-g91ba54d OPTIONS_DEFINE= DEBUG GDBM PERL_64BITINT PTHREAD \ MULTIPLICITY SITECUSTOMIZE Modified: head/lang/perl5-devel/distinfo ============================================================================== --- head/lang/perl5-devel/distinfo Tue Feb 9 12:49:31 2016 (r408565) +++ head/lang/perl5-devel/distinfo Tue Feb 9 13:15:21 2016 (r408566) @@ -1,2 +1,2 @@ -SHA256 (perl/perl-5.23.7-66_GH0.tar.gz) = 5530fc02be37a0aa2ac22920b23f32318b80d918069df80f6c2c93352d864c7d -SIZE (perl/perl-5.23.7-66_GH0.tar.gz) = 17769801 +SHA256 (perl/perl-5.23.7-333_GH0.tar.gz) = 65355a0ae8922d5c66f75ed1b66239ed74b3e17c1badfdfa038bc191453775a3 +SIZE (perl/perl-5.23.7-333_GH0.tar.gz) = 17787924 From owner-svn-ports-head@freebsd.org Tue Feb 9 13:15:32 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A46CCAA289A; Tue, 9 Feb 2016 13:15:32 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 76B0023C; Tue, 9 Feb 2016 13:15:32 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u19DFV8O024164; Tue, 9 Feb 2016 13:15:31 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u19DFVCa024162; Tue, 9 Feb 2016 13:15:31 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201602091315.u19DFVCa024162@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 9 Feb 2016 13:15:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408567 - head/dns/bind9-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 13:15:32 -0000 Author: mat Date: Tue Feb 9 13:15:31 2016 New Revision: 408567 URL: https://svnweb.freebsd.org/changeset/ports/408567 Log: Update to latest commit. Sponsored by: Absolight Modified: head/dns/bind9-devel/Makefile head/dns/bind9-devel/distinfo Modified: head/dns/bind9-devel/Makefile ============================================================================== --- head/dns/bind9-devel/Makefile Tue Feb 9 13:15:21 2016 (r408566) +++ head/dns/bind9-devel/Makefile Tue Feb 9 13:15:31 2016 (r408567) @@ -19,8 +19,8 @@ COMMENT= BIND DNS suite with updated DNS LICENSE= ISCL # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.11.0.a20160202 -HASH= d1dbf6b +ISCVERSION= 9.11.0.a20160205 +HASH= 0891370 MAKE_JOBS_UNSAFE= yes Modified: head/dns/bind9-devel/distinfo ============================================================================== --- head/dns/bind9-devel/distinfo Tue Feb 9 13:15:21 2016 (r408566) +++ head/dns/bind9-devel/distinfo Tue Feb 9 13:15:31 2016 (r408567) @@ -1,2 +1,2 @@ -SHA256 (bind9-d1dbf6b.tar.gz) = da1dacc29a236106f48842ab8fe9b3203487359889964affb9f5ad821ab0b8aa -SIZE (bind9-d1dbf6b.tar.gz) = 11119389 +SHA256 (bind9-0891370.tar.gz) = 60162641f27eea0ef23e891cdc58f51d6215e8a3542513ec79d63956942e4668 +SIZE (bind9-0891370.tar.gz) = 11683137 From owner-svn-ports-head@freebsd.org Tue Feb 9 14:21:33 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4D01AAA25AE; Tue, 9 Feb 2016 14:21:33 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1F5B1108; Tue, 9 Feb 2016 14:21:33 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u19ELWad041682; Tue, 9 Feb 2016 14:21:32 GMT (envelope-from jadawin@FreeBSD.org) Received: (from jadawin@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u19ELWc7041680; Tue, 9 Feb 2016 14:21:32 GMT (envelope-from jadawin@FreeBSD.org) Message-Id: <201602091421.u19ELWc7041680@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jadawin set sender to jadawin@FreeBSD.org using -f From: Philippe Audeoud Date: Tue, 9 Feb 2016 14:21:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408568 - head/math/PDL X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 14:21:33 -0000 Author: jadawin Date: Tue Feb 9 14:21:31 2016 New Revision: 408568 URL: https://svnweb.freebsd.org/changeset/ports/408568 Log: - Update to 2.015 Modified: head/math/PDL/Makefile head/math/PDL/distinfo Modified: head/math/PDL/Makefile ============================================================================== --- head/math/PDL/Makefile Tue Feb 9 13:15:31 2016 (r408567) +++ head/math/PDL/Makefile Tue Feb 9 14:21:31 2016 (r408568) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= PDL -PORTVERSION= 2.014 +PORTVERSION= 2.015 CATEGORIES= math perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:CHM Modified: head/math/PDL/distinfo ============================================================================== --- head/math/PDL/distinfo Tue Feb 9 13:15:31 2016 (r408567) +++ head/math/PDL/distinfo Tue Feb 9 14:21:31 2016 (r408568) @@ -1,2 +1,2 @@ -SHA256 (PDL-2.014.tar.gz) = f8c93ad9320156a9f79b5f01b2de91341f86ebffe82569faf1784c31d8092169 -SIZE (PDL-2.014.tar.gz) = 2867600 +SHA256 (PDL-2.015.tar.gz) = 0b7ef32e443e62c62569b8092f507f1a035d990430c80bdcb263dc7a2e85b684 +SIZE (PDL-2.015.tar.gz) = 2876894 From owner-svn-ports-head@freebsd.org Tue Feb 9 14:52:01 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 55B91AA33EE; Tue, 9 Feb 2016 14:52:01 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2885911F5; Tue, 9 Feb 2016 14:52:01 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u19Eq0uO051157; Tue, 9 Feb 2016 14:52:00 GMT (envelope-from jadawin@FreeBSD.org) Received: (from jadawin@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u19Eq0Na051155; Tue, 9 Feb 2016 14:52:00 GMT (envelope-from jadawin@FreeBSD.org) Message-Id: <201602091452.u19Eq0Na051155@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jadawin set sender to jadawin@FreeBSD.org using -f From: Philippe Audeoud Date: Tue, 9 Feb 2016 14:52:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408569 - head/math/p5-Math-MPFR X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 14:52:01 -0000 Author: jadawin Date: Tue Feb 9 14:51:59 2016 New Revision: 408569 URL: https://svnweb.freebsd.org/changeset/ports/408569 Log: - Update to 3.30 Modified: head/math/p5-Math-MPFR/Makefile head/math/p5-Math-MPFR/distinfo Modified: head/math/p5-Math-MPFR/Makefile ============================================================================== --- head/math/p5-Math-MPFR/Makefile Tue Feb 9 14:21:31 2016 (r408568) +++ head/math/p5-Math-MPFR/Makefile Tue Feb 9 14:51:59 2016 (r408569) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Math-MPFR -PORTVERSION= 3.29 +PORTVERSION= 3.30 CATEGORIES= math perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:SISYPHUS Modified: head/math/p5-Math-MPFR/distinfo ============================================================================== --- head/math/p5-Math-MPFR/distinfo Tue Feb 9 14:21:31 2016 (r408568) +++ head/math/p5-Math-MPFR/distinfo Tue Feb 9 14:51:59 2016 (r408569) @@ -1,2 +1,2 @@ -SHA256 (Math-MPFR-3.29.tar.gz) = 9a96cb69bd1fb35a33258957939f01331cadba88489202e9719fcf70d49aebc5 -SIZE (Math-MPFR-3.29.tar.gz) = 108599 +SHA256 (Math-MPFR-3.30.tar.gz) = d40ccb438c26b10bb8d83e0b7755724fd3a9ebe7cae5e88d72ff7507a1c23bbb +SIZE (Math-MPFR-3.30.tar.gz) = 109209 From owner-svn-ports-head@freebsd.org Tue Feb 9 14:53:37 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7FAFCAA34FC; Tue, 9 Feb 2016 14:53:37 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 40CC714BB; Tue, 9 Feb 2016 14:53:37 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u19EraML053233; Tue, 9 Feb 2016 14:53:36 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u19EraVp053232; Tue, 9 Feb 2016 14:53:36 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602091453.u19EraVp053232@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 9 Feb 2016 14:53:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408570 - head/math/pdal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 14:53:37 -0000 Author: amdmi3 Date: Tue Feb 9 14:53:36 2016 New Revision: 408570 URL: https://svnweb.freebsd.org/changeset/ports/408570 Log: - Fix USES - Add missing options descriptions - Switch to options helpers Approved by: portmgr blanket Modified: head/math/pdal/Makefile Modified: head/math/pdal/Makefile ============================================================================== --- head/math/pdal/Makefile Tue Feb 9 14:51:59 2016 (r408569) +++ head/math/pdal/Makefile Tue Feb 9 14:53:36 2016 (r408570) @@ -3,16 +3,15 @@ PORTNAME= pdal PORTVERSION= 0.9.8 -PORTREVISION= 1 CATEGORIES= math databases graphics MAINTAINER= coder@tuxfamily.org COMMENT= Library for translating and manipulating point cloud data LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= cmake compiler -compiler_ARGS= c++11-lang +USES= cmake compiler:c++11-lang USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= ${PORTNAME:tu} @@ -20,43 +19,24 @@ GH_PROJECT= ${GH_ACCOUNT} OPTIONS_DEFINE= GDAL GEOTIFF LIBXML2 EMBED_BOOST OPTIONS_DEFAULT= GDAL GEOTIFF LIBXML2 +OPTIONS_SUB= yes -.include - -.if ${PORT_OPTIONS:MGDAL} -CMAKE_ARGS+= -DWITH_GDAL:BOOL=TRUE -LIB_DEPENDS+= libgdal.so:${PORTSDIR}/graphics/gdal -PLIST_SUB+= GDAL="" -.else -CMAKE_ARGS+= -DWITH_GDAL:BOOL=FALSE -PLIST_SUB+= GDAL="@comment " -.endif - -.if ${PORT_OPTIONS:MGEOTIFF} -CMAKE_ARGS+= -DWITH_GEOTIFF:BOOL=TRUE -LIB_DEPENDS+= libgeotiff.so:${PORTSDIR}/graphics/libgeotiff -PLIST_SUB+= GEOTIFF="" -.else -CMAKE_ARGS+= -DWITH_GEOTIFF:BOOL=FALSE -PLIST_SUB+= GEOTIFF="@comment " -.endif - -.if ${PORT_OPTIONS:MLIBXML2} -CMAKE_ARGS+= -DWITH_LIBXML2:BOOL=TRUE -LIB_DEPENDS+= libxml2.so:${PORTSDIR}/textproc/libxml2 -PLIST_SUB+= LIBXML2="" -.else -CMAKE_ARGS+= -DWITH_LIBXML2:BOOL=FALSE -PLIST_SUB+= LIBXML2="@comment " -.endif - -.if ${PORT_OPTIONS:MEMBED_BOOST} -CMAKE_ARGS+= -DPDAL_EMBED_BOOST:BOOL=TRUE -PLIST_SUB+= EMBED_BOOST="" -.else -CMAKE_ARGS+= -DPDAL_EMBED_BOOST:BOOL=FALSE -LIB_DEPENDS+= libboost_thread.so:${PORTSDIR}/devel/boost-libs -PLIST_SUB+= EMBED_BOOST="@comment " -.endif +GDAL_DESC= Enable GDAL support +GDAL_CMAKE_ON= -DWITH_GDAL:BOOL=TRUE +GDAL_LIB_DEPENDS= libgdal.so:${PORTSDIR}/graphics/gdal +GDAL_CMAKE_OFF= -DWITH_GDAL:BOOL=FALSE + +GEOTIFF_CMAKE_ON= -DWITH_GEOTIFF:BOOL=TRUE +GEOTIFF_LIB_DEPENDS= libgeotiff.so:${PORTSDIR}/graphics/libgeotiff +GEOTIFF_CMAKE_OFF= -DWITH_GEOTIFF:BOOL=FALSE + +LIBXML2_CMAKE_ON= -DWITH_LIBXML2:BOOL=TRUE +LIBXML2_LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 +LIBXML2_CMAKE_OFF= -DWITH_LIBXML2:BOOL=FALSE + +EMBED_BOOST_DESC= Use embedded rather than system boost +EMBED_BOOST_CMAKE_ON= -DPDAL_EMBED_BOOST:BOOL=TRUE +EMBED_BOOST_CMAKE_OFF= -DPDAL_EMBED_BOOST:BOOL=FALSE +EMBED_BOOST_LIB_DEPENDS_OFF= libboost_thread.so:${PORTSDIR}/devel/boost-libs .include From owner-svn-ports-head@freebsd.org Tue Feb 9 14:56:23 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0B9F4AA35D3; Tue, 9 Feb 2016 14:56:23 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D424F1634; Tue, 9 Feb 2016 14:56:22 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u19EuLEo053445; Tue, 9 Feb 2016 14:56:21 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u19EuL29053443; Tue, 9 Feb 2016 14:56:21 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201602091456.u19EuL29053443@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Tue, 9 Feb 2016 14:56:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408571 - head/devel/phpunit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 14:56:23 -0000 Author: miwi Date: Tue Feb 9 14:56:21 2016 New Revision: 408571 URL: https://svnweb.freebsd.org/changeset/ports/408571 Log: - Update to 5.2.3 PR: 206367 Submitted by: maintainer Modified: head/devel/phpunit/Makefile head/devel/phpunit/distinfo Modified: head/devel/phpunit/Makefile ============================================================================== --- head/devel/phpunit/Makefile Tue Feb 9 14:53:36 2016 (r408570) +++ head/devel/phpunit/Makefile Tue Feb 9 14:56:21 2016 (r408571) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= phpunit -PORTVERSION= 5.1.0 +PORTVERSION= 5.2.3 CATEGORIES= devel www MASTER_SITES= https://phar.phpunit.de/ \ http://ports.toco-domains.de/ Modified: head/devel/phpunit/distinfo ============================================================================== --- head/devel/phpunit/distinfo Tue Feb 9 14:53:36 2016 (r408570) +++ head/devel/phpunit/distinfo Tue Feb 9 14:56:21 2016 (r408571) @@ -1,2 +1,2 @@ -SHA256 (phpunit-5.1.0.phar) = 83bf6154f7435f78495d6cbdce62db333dc86aa8032b3ed8370ed51fb351314d -SIZE (phpunit-5.1.0.phar) = 2783169 +SHA256 (phpunit-5.2.3.phar) = a06dee3155461e1290df5b22ac79fe83cb97b9eab554808cb6db677025d9f47f +SIZE (phpunit-5.2.3.phar) = 2793930 From owner-svn-ports-head@freebsd.org Tue Feb 9 14:59:57 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A22E5AA36FC; Tue, 9 Feb 2016 14:59:57 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 745E518BF; Tue, 9 Feb 2016 14:59:57 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u19Exus2053656; Tue, 9 Feb 2016 14:59:56 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u19Exu3Q053655; Tue, 9 Feb 2016 14:59:56 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602091459.u19Exu3Q053655@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 9 Feb 2016 14:59:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408572 - head/textproc/luceneplusplus/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 14:59:57 -0000 Author: amdmi3 Date: Tue Feb 9 14:59:56 2016 New Revision: 408572 URL: https://svnweb.freebsd.org/changeset/ports/408572 Log: - Fix build with boost 1.60 PR: 199601 Approved by: portmgr blanket Added: head/textproc/luceneplusplus/files/patch-include_VariantUtils.h (contents, props changed) Added: head/textproc/luceneplusplus/files/patch-include_VariantUtils.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/luceneplusplus/files/patch-include_VariantUtils.h Tue Feb 9 14:59:56 2016 (r408572) @@ -0,0 +1,26 @@ +Obtained from: + + https://github.com/luceneplusplus/LucenePlusPlus/commit/1987082cf9278a639d772b4f35a8ae2d34944177 + +--- include/VariantUtils.h.orig 2015-01-30 16:14:22 UTC ++++ include/VariantUtils.h +@@ -8,6 +8,7 @@ + #define VARIANTUTILS_H + + #include ++#include + #include "Lucene.h" + #include "MiscUtils.h" + +@@ -22,7 +23,11 @@ public: + + template + static TYPE get(VAR var) { ++#if BOOST_VERSION < 105800 + return var.type() == typeid(TYPE) ? boost::get(var) : TYPE(); ++#else ++ return var.type() == typeid(TYPE) ? boost::relaxed_get(var) : TYPE(); ++#endif + } + + template From owner-svn-ports-head@freebsd.org Tue Feb 9 15:17:03 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 07336AA3FF7; Tue, 9 Feb 2016 15:17:03 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CA3C935F; Tue, 9 Feb 2016 15:17:02 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u19FH1q3059282; Tue, 9 Feb 2016 15:17:01 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u19FH1E3059281; Tue, 9 Feb 2016 15:17:01 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201602091517.u19FH1E3059281@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 9 Feb 2016 15:17:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408573 - head/Mk/Uses X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 15:17:03 -0000 Author: mat Date: Tue Feb 9 15:17:01 2016 New Revision: 408573 URL: https://svnweb.freebsd.org/changeset/ports/408573 Log: Don't say makeinfo take args, it's a lie. PR: 207028 With hat: portmgr Sponsored by: Absolight Modified: head/Mk/Uses/makeinfo.mk Modified: head/Mk/Uses/makeinfo.mk ============================================================================== --- head/Mk/Uses/makeinfo.mk Tue Feb 9 14:59:56 2016 (r408572) +++ head/Mk/Uses/makeinfo.mk Tue Feb 9 15:17:01 2016 (r408573) @@ -4,7 +4,7 @@ # # Feature: makeinfo # Usage: USES=makeinfo -# Valid ARGS: build (default, implicit), run, both +# Valid ARGS: none # # MAINTAINER: portmgr@FreeBSD.org From owner-svn-ports-head@freebsd.org Tue Feb 9 15:28:33 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9E558AA267B; Tue, 9 Feb 2016 15:28:33 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 58B04CEF; Tue, 9 Feb 2016 15:28:33 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u19FSWGW062434; Tue, 9 Feb 2016 15:28:32 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u19FSWFA062431; Tue, 9 Feb 2016 15:28:32 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201602091528.u19FSWFA062431@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Tue, 9 Feb 2016 15:28:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408574 - head/www/h2o X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 15:28:33 -0000 Author: koobs Date: Tue Feb 9 15:28:31 2016 New Revision: 408574 URL: https://svnweb.freebsd.org/changeset/ports/408574 Log: www/h2o: Update to 1.7.0 - Update PORTVERSION and dinsto checksum (1.7.0) - Update pkg-plist Changes: https://github.com/h2o/h2o/blob/v1.7.0/Changes PR: 206949 Submitted by: Dave Cottlehuber (maintainer) Modified: head/www/h2o/Makefile head/www/h2o/distinfo head/www/h2o/pkg-plist Modified: head/www/h2o/Makefile ============================================================================== --- head/www/h2o/Makefile Tue Feb 9 15:17:01 2016 (r408573) +++ head/www/h2o/Makefile Tue Feb 9 15:28:31 2016 (r408574) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= h2o -PORTVERSION= 1.6.3 +PORTVERSION= 1.7.0 DISTVERSIONPREFIX= v CATEGORIES= www Modified: head/www/h2o/distinfo ============================================================================== --- head/www/h2o/distinfo Tue Feb 9 15:17:01 2016 (r408573) +++ head/www/h2o/distinfo Tue Feb 9 15:28:31 2016 (r408574) @@ -1,2 +1,2 @@ -SHA256 (h2o-h2o-v1.6.3_GH0.tar.gz) = 49d7cdb4e33b02b63eef1f1625c089ace89b6b839764cd067e510ff3a472c6c6 -SIZE (h2o-h2o-v1.6.3_GH0.tar.gz) = 6305821 +SHA256 (h2o-h2o-v1.7.0_GH0.tar.gz) = d11eef4590b2f4cdf13bb27a27c9605e59e50f54a710d2080d4c68e3bde77544 +SIZE (h2o-h2o-v1.7.0_GH0.tar.gz) = 6543732 Modified: head/www/h2o/pkg-plist ============================================================================== --- head/www/h2o/pkg-plist Tue Feb 9 15:17:01 2016 (r408573) +++ head/www/h2o/pkg-plist Tue Feb 9 15:28:31 2016 (r408574) @@ -9,11 +9,14 @@ share/h2o/start_server %%PORTDOCS%%%%DOCSDIR%%/assets/firstpaintbench.png %%PORTDOCS%%%%DOCSDIR%%/assets/remotebench.png %%PORTDOCS%%%%DOCSDIR%%/assets/searchstyle.css +%%PORTDOCS%%%%DOCSDIR%%/assets/staticfile612-nginx1910-h2o170.png %%PORTDOCS%%%%DOCSDIR%%/assets/style.css %%PORTDOCS%%%%DOCSDIR%%/benchmarks.html %%PORTDOCS%%%%DOCSDIR%%/configure.html %%PORTDOCS%%%%DOCSDIR%%/configure/access_log_directives.html %%PORTDOCS%%%%DOCSDIR%%/configure/base_directives.html +%%PORTDOCS%%%%DOCSDIR%%/configure/basic_auth.html +%%PORTDOCS%%%%DOCSDIR%%/configure/cgi.html %%PORTDOCS%%%%DOCSDIR%%/configure/command_options.html %%PORTDOCS%%%%DOCSDIR%%/configure/errordoc_directives.html %%PORTDOCS%%%%DOCSDIR%%/configure/expires_directives.html @@ -23,6 +26,7 @@ share/h2o/start_server %%PORTDOCS%%%%DOCSDIR%%/configure/headers_directives.html %%PORTDOCS%%%%DOCSDIR%%/configure/http1_directives.html %%PORTDOCS%%%%DOCSDIR%%/configure/http2_directives.html +%%PORTDOCS%%%%DOCSDIR%%/configure/mruby.html %%PORTDOCS%%%%DOCSDIR%%/configure/mruby_directives.html %%PORTDOCS%%%%DOCSDIR%%/configure/proxy_directives.html %%PORTDOCS%%%%DOCSDIR%%/configure/quick_start.html From owner-svn-ports-head@freebsd.org Tue Feb 9 16:01:47 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 35379AA35F6; Tue, 9 Feb 2016 16:01:47 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 10B3B1E7A; Tue, 9 Feb 2016 16:01:46 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u19G1kvK071738; Tue, 9 Feb 2016 16:01:46 GMT (envelope-from brooks@FreeBSD.org) Received: (from brooks@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u19G1jGb071736; Tue, 9 Feb 2016 16:01:45 GMT (envelope-from brooks@FreeBSD.org) Message-Id: <201602091601.u19G1jGb071736@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brooks set sender to brooks@FreeBSD.org using -f From: Brooks Davis Date: Tue, 9 Feb 2016 16:01:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408575 - head/devel/llvm38 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 16:01:47 -0000 Author: brooks Date: Tue Feb 9 16:01:45 2016 New Revision: 408575 URL: https://svnweb.freebsd.org/changeset/ports/408575 Log: Update to rc2. Hopefully fix build on 9.x by disabling extra-clang-tools when the compiler isn't clang on FreeBSD. Modified: head/devel/llvm38/Makefile head/devel/llvm38/distinfo Modified: head/devel/llvm38/Makefile ============================================================================== --- head/devel/llvm38/Makefile Tue Feb 9 15:28:31 2016 (r408574) +++ head/devel/llvm38/Makefile Tue Feb 9 16:01:45 2016 (r408575) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= llvm -DISTVERSION= 3.8.0rc1 +DISTVERSION= 3.8.0rc2 CATEGORIES= devel lang MASTER_SITES= http://llvm.org/${PRE_}releases/${LLVM_RELEASE}/${RCDIR} DISTNAME= ${PORTNAME}-${DISTVERSION}.src @@ -149,6 +149,8 @@ CLANG_PATTERN= (c-index-test|clang|scan- .if ${PORT_OPTIONS:MEXTRAS} COMMANDS+= ${EXTRAS_COMMANDS} +MAN1SRCS+= extraclangtools.1 +PORTDOCS+= clang-tools .endif .if ${PORT_OPTIONS:MLIT} @@ -202,13 +204,16 @@ BROKEN= LLDB does not build with Python .if ${OPSYS} == "FreeBSD" && ${COMPILER_TYPE} != clang # Evil hack around gcc48 not providing a usable c++11 environment on 9.x PLIST_SUB:= ${PLIST_SUB:NLLDB=*} LLDB="@comment " +PLIST_SUB:= ${PLIST_SUB:NLLDB=*} LLDB="@comment " .endif post-extract-CLANG-on: ${MV} ${WRKSRC_clang} ${PATCH_WRKSRC}/tools/clang post-extract-EXTRAS-on: +.if ${OPSYS} != "FreeBSD" || ${COMPILER_TYPE} == clang ${MV} ${WRKSRC_extras} ${PATCH_WRKSRC}/tools/clang/tools/extra +.endif post-extract-LLD-on: ${MV} ${WRKSRC_lld} ${PATCH_WRKSRC}/tools/lld Modified: head/devel/llvm38/distinfo ============================================================================== --- head/devel/llvm38/distinfo Tue Feb 9 15:28:31 2016 (r408574) +++ head/devel/llvm38/distinfo Tue Feb 9 16:01:45 2016 (r408575) @@ -1,14 +1,12 @@ -SHA256 (llvm-3.8.0rc1.src.tar.xz) = 41809e45cb3a97908c5741b4c15c90d801793e09d75858a6cfaa9582f233249b -SIZE (llvm-3.8.0rc1.src.tar.xz) = 16559376 -SHA256 (cfe-3.8.0rc1.src.tar.xz) = 11cd5e001fe83a55040a976c8e7d7b2c808534980df16b97b200b3b897df89c3 -SIZE (cfe-3.8.0rc1.src.tar.xz) = 9621648 -SHA256 (compiler-rt-3.8.0rc1.src.tar.xz) = 770925debdb35985423835fcb6ac7b572ee273ff8a175f580d37e3ee930c2f9b -SIZE (compiler-rt-3.8.0rc1.src.tar.xz) = 1266132 -SHA256 (clang-tools-extra-3.8.0rc1.src.tar.xz) = 7c2331c03af4013bd2a0ce5033044c1577f2f7bdd138638ebe7c2310ea14df02 -SIZE (clang-tools-extra-3.8.0rc1.src.tar.xz) = 323524 -SHA256 (lld-3.8.0rc1.src.tar.xz) = 7cf97833bd471362255340125defe14dcc89678bb89a13e1a205bdda9c456e8e -SIZE (lld-3.8.0rc1.src.tar.xz) = 631452 -SHA256 (lldb-3.8.0rc1.src.tar.xz) = 12a6bf9362a6a8a2affe18420543605f8128de3cd0ebd4cd65a075d2c6995ddd -SIZE (lldb-3.8.0rc1.src.tar.xz) = 10928688 -SHA256 (openmp-3.8.0rc1.src.tar.xz) = c7746cbe581a144171020789da4bf5179858b447f2617f3dd4cef567a4ab986e -SIZE (openmp-3.8.0rc1.src.tar.xz) = 2233368 +SHA256 (llvm-3.8.0rc2.src.tar.xz) = 8141ba68fde29e213fb82886b58b722d9c2aa2179116d1e7f8a7d6de23508047 +SIZE (llvm-3.8.0rc2.src.tar.xz) = 16567192 +SHA256 (cfe-3.8.0rc2.src.tar.xz) = 94b0e158a31573c4bb47b872fea08c49f4e6754a4de2bacdc20db231c9ace9b6 +SIZE (cfe-3.8.0rc2.src.tar.xz) = 9623976 +SHA256 (clang-tools-extra-3.8.0rc2.src.tar.xz) = 86cc4fdeb64c7d95dd6bb354edff5d3b590366d560dc23d48e7986c3c45a5465 +SIZE (clang-tools-extra-3.8.0rc2.src.tar.xz) = 334256 +SHA256 (lld-3.8.0rc2.src.tar.xz) = 03c328d2d126b65dae2619b9195a4177818c8451d5b843bbc4110c300bcd1a23 +SIZE (lld-3.8.0rc2.src.tar.xz) = 631500 +SHA256 (lldb-3.8.0rc2.src.tar.xz) = a89128fb15b4e445cbb6ed23189acd4c7ad18be0bc9cb92234d977e927dadf71 +SIZE (lldb-3.8.0rc2.src.tar.xz) = 10931040 +SHA256 (openmp-3.8.0rc2.src.tar.xz) = b1886405293183a01675f3a366f266bd360b1c9660c3d42bd7fe8c46b55f7eca +SIZE (openmp-3.8.0rc2.src.tar.xz) = 2233400 From owner-svn-ports-head@freebsd.org Tue Feb 9 16:06:06 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 01BA6AA3939; Tue, 9 Feb 2016 16:06:06 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C777C282; Tue, 9 Feb 2016 16:06:05 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u19G64IS073908; Tue, 9 Feb 2016 16:06:04 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u19G64nl073907; Tue, 9 Feb 2016 16:06:04 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602091606.u19G64nl073907@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 9 Feb 2016 16:06:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408576 - head/games/supertux2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 16:06:06 -0000 Author: amdmi3 Date: Tue Feb 9 16:06:04 2016 New Revision: 408576 URL: https://svnweb.freebsd.org/changeset/ports/408576 Log: - Mark BROKEN on 10.x: /wrkdirs/usr/ports/games/supertux2/work/supertux-0.4.0/external/tinygettext/src/iconv.cpp:113:5: error: unknown type name 'ICONV_CONST' Approved by: portmgr blanket Modified: head/games/supertux2/Makefile Modified: head/games/supertux2/Makefile ============================================================================== --- head/games/supertux2/Makefile Tue Feb 9 16:01:45 2016 (r408575) +++ head/games/supertux2/Makefile Tue Feb 9 16:06:04 2016 (r408576) @@ -14,6 +14,8 @@ LIB_DEPENDS= libphysfs.so:${PORTSDIR}/de libcurl.so:${PORTSDIR}/ftp/curl \ libvorbis.so:${PORTSDIR}/audio/libvorbis +BROKEN_FreeBSD_10= does not build on 10.x + USE_SDL= sdl2 image2 USE_GL= glew USES= cmake:outsource compiler:c++11-lib dos2unix iconv \ From owner-svn-ports-head@freebsd.org Tue Feb 9 16:10:29 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D8C63AA3A8A; Tue, 9 Feb 2016 16:10:29 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A2296669; Tue, 9 Feb 2016 16:10:29 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u19GASnK074181; Tue, 9 Feb 2016 16:10:28 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u19GASXo074178; Tue, 9 Feb 2016 16:10:28 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201602091610.u19GASXo074178@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Tue, 9 Feb 2016 16:10:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408577 - head/devel/papi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 16:10:29 -0000 Author: vanilla Date: Tue Feb 9 16:10:28 2016 New Revision: 408577 URL: https://svnweb.freebsd.org/changeset/ports/408577 Log: Update to 5.4.3. Modified: head/devel/papi/Makefile head/devel/papi/distinfo head/devel/papi/pkg-plist Modified: head/devel/papi/Makefile ============================================================================== --- head/devel/papi/Makefile Tue Feb 9 16:06:04 2016 (r408576) +++ head/devel/papi/Makefile Tue Feb 9 16:10:28 2016 (r408577) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= papi -PORTVERSION= 5.4.2 +PORTVERSION= 5.4.3 CATEGORIES= devel MASTER_SITES= http://icl.cs.utk.edu/projects/papi/downloads/ Modified: head/devel/papi/distinfo ============================================================================== --- head/devel/papi/distinfo Tue Feb 9 16:06:04 2016 (r408576) +++ head/devel/papi/distinfo Tue Feb 9 16:10:28 2016 (r408577) @@ -1,2 +1,2 @@ -SHA256 (papi-5.4.2.tar.gz) = bb71919d197b43a12e07cdeb0dce4f471bd3158f101259a34579a5df8087f002 -SIZE (papi-5.4.2.tar.gz) = 4361516 +SHA256 (papi-5.4.3.tar.gz) = 3aefd581e274f0a103f001f1ffd1009019b297c637e97f4b8c5fc13fa5a1e675 +SIZE (papi-5.4.3.tar.gz) = 4356368 Modified: head/devel/papi/pkg-plist ============================================================================== --- head/devel/papi/pkg-plist Tue Feb 9 16:06:04 2016 (r408576) +++ head/devel/papi/pkg-plist Tue Feb 9 16:10:28 2016 (r408577) @@ -19,10 +19,10 @@ include/papiStdEventDefs.h lib/libpapi.a lib/libpapi.so lib/libpapi.so.5 -lib/libpapi.so.5.4.2 -lib/libpapi.so.5.4.2.0 -libdata/pkgconfig/papi-5.4.2.0.pc -libdata/pkgconfig/papi-5.4.2.pc +lib/libpapi.so.5.4.3 +lib/libpapi.so.5.4.3.0 +libdata/pkgconfig/papi-5.4.3.0.pc +libdata/pkgconfig/papi-5.4.3.pc libdata/pkgconfig/papi-5.pc libdata/pkgconfig/papi.pc man/man1/PAPI_derived_event_files.1.gz From owner-svn-ports-head@freebsd.org Tue Feb 9 17:01:04 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 29F8DAA3267; Tue, 9 Feb 2016 17:01:04 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D171D850; Tue, 9 Feb 2016 17:01:03 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u19H12H7088886; Tue, 9 Feb 2016 17:01:02 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u19H12pg088884; Tue, 9 Feb 2016 17:01:02 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201602091701.u19H12pg088884@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 9 Feb 2016 17:01:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408579 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 17:01:04 -0000 Author: feld Date: Tue Feb 9 17:01:02 2016 New Revision: 408579 URL: https://svnweb.freebsd.org/changeset/ports/408579 Log: Document net-mgmt/xymon-server vulnerabilities MFH: 2016Q1 Security: CVE-2016-2054 Security: CVE-2016-2055 Security: CVE-2016-2056 Security: CVE-2016-2057 Security: CVE-2016-2058 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Feb 9 16:43:33 2016 (r408578) +++ head/security/vuxml/vuln.xml Tue Feb 9 17:01:02 2016 (r408579) @@ -58,6 +58,48 @@ Notes: --> + + xymon-server -- multiple vulnerabilities + + + xymon-server + 4.3.25 + + + + +

J.C. Cleaver reports reports:

+
+
    +
  • CVE-2016-2054: Buffer overflow in xymond handling of + "config" command

  • +
  • CVE-2016-2055: Access to possibly confidential files + in the Xymon configuration directory

  • +
  • CVE-2016-2056: Shell command injection in the + "useradm" and "chpasswd" web applications

  • +
  • CVE-2016-2057: Incorrect permissions on IPC queues + used by the xymond daemon can bypass IP access filtering

  • +
  • CVE-2016-2058: Javascript injection in "detailed status + webpage" of monitoring items; XSS vulnerability via malformed + acknowledgment messages

  • +
+
+ +
+ + http://lists.xymon.com/pipermail/xymon/2016-February/042986.html + CVE-2016-2054 + CVE-2016-2055 + CVE-2016-2056 + CVE-2016-2057 + CVE-2016-2058 + + + 2016-01-19 + 2016-02-09 + +
+ php -- pcre vulnerability From owner-svn-ports-head@freebsd.org Tue Feb 9 17:05:23 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9CAA4AA3621; Tue, 9 Feb 2016 17:05:23 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 53B4DC3E; Tue, 9 Feb 2016 17:05:23 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u19H5MPK091725; Tue, 9 Feb 2016 17:05:22 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u19H5MV6091722; Tue, 9 Feb 2016 17:05:22 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201602091705.u19H5MV6091722@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 9 Feb 2016 17:05:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408580 - head/net-mgmt/xymon-server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 17:05:23 -0000 Author: feld Date: Tue Feb 9 17:05:21 2016 New Revision: 408580 URL: https://svnweb.freebsd.org/changeset/ports/408580 Log: net-mgmt/xymon-server: Update to 4.3.25 This release fixes serveral security issues. MFH: 2016Q1 Security: CVE-2016-2054 Security: CVE-2016-2055 Security: CVE-2016-2056 Security: CVE-2016-2057 Security: CVE-2016-2058 Security: https://vuxml.freebsd.org/freebsd/1cecd5e0-c372-11e5-96d6-14dae9d210b8.html Modified: head/net-mgmt/xymon-server/Makefile head/net-mgmt/xymon-server/distinfo head/net-mgmt/xymon-server/pkg-plist Modified: head/net-mgmt/xymon-server/Makefile ============================================================================== --- head/net-mgmt/xymon-server/Makefile Tue Feb 9 17:01:02 2016 (r408579) +++ head/net-mgmt/xymon-server/Makefile Tue Feb 9 17:05:21 2016 (r408580) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= xymon -PORTVERSION= 4.3.24 -PORTREVISION= 1 +PORTVERSION= 4.3.25 +PORTREVISION= 0 CATEGORIES= net-mgmt www MASTER_SITES= SF/xymon/Xymon/${PORTVERSION} PKGNAMESUFFIX= -server${PKGNAMESUFFIX2} Modified: head/net-mgmt/xymon-server/distinfo ============================================================================== --- head/net-mgmt/xymon-server/distinfo Tue Feb 9 17:01:02 2016 (r408579) +++ head/net-mgmt/xymon-server/distinfo Tue Feb 9 17:05:21 2016 (r408580) @@ -1,2 +1,2 @@ -SHA256 (repacked/xymon-4.3.24.tar.gz) = 29d5bffcf9c24d8107cdd2a4818a960f403c1322725bfa29ca9b44d2a1f82ba7 -SIZE (repacked/xymon-4.3.24.tar.gz) = 2983386 +SHA256 (repacked/xymon-4.3.25.tar.gz) = 8aacb75105b28850ba7a51735e1dc2812ce31f893a62e529448ea322b0e644c1 +SIZE (repacked/xymon-4.3.25.tar.gz) = 2996840 Modified: head/net-mgmt/xymon-server/pkg-plist ============================================================================== --- head/net-mgmt/xymon-server/pkg-plist Tue Feb 9 17:01:02 2016 (r408579) +++ head/net-mgmt/xymon-server/pkg-plist Tue Feb 9 17:05:21 2016 (r408580) @@ -274,7 +274,9 @@ man/man8/xymonproxy.8 %%WWWDIR%%/server/web/topchanges_footer %%WWWDIR%%/server/web/topchanges_form %%WWWDIR%%/server/web/topchanges_header +%%WWWDIR%%/server/web/trends_footer %%WWWDIR%%/server/web/trends_form +%%WWWDIR%%/server/web/trends_header %%WWWDIR%%/server/web/useradm_footer %%WWWDIR%%/server/web/useradm_form %%WWWDIR%%/server/web/useradm_header From owner-svn-ports-head@freebsd.org Tue Feb 9 17:07:05 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B2E97AA380D; Tue, 9 Feb 2016 17:07:05 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 84FDCFA0; Tue, 9 Feb 2016 17:07:05 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u19H74SX092105; Tue, 9 Feb 2016 17:07:04 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u19H74vm092102; Tue, 9 Feb 2016 17:07:04 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201602091707.u19H74vm092102@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 9 Feb 2016 17:07:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408582 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 17:07:05 -0000 Author: feld Date: Tue Feb 9 17:07:03 2016 New Revision: 408582 URL: https://svnweb.freebsd.org/changeset/ports/408582 Log: Fix duplicate "reports" in last entry Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Feb 9 17:06:07 2016 (r408581) +++ head/security/vuxml/vuln.xml Tue Feb 9 17:07:03 2016 (r408582) @@ -68,7 +68,7 @@ Notes: -

J.C. Cleaver reports reports:

+

J.C. Cleaver reports:

  • CVE-2016-2054: Buffer overflow in xymond handling of From owner-svn-ports-head@freebsd.org Tue Feb 9 17:07:43 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8AA8BAA386B; Tue, 9 Feb 2016 17:07:43 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5B0CD1084; Tue, 9 Feb 2016 17:07:43 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u19H7gdm092232; Tue, 9 Feb 2016 17:07:42 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u19H7guN092230; Tue, 9 Feb 2016 17:07:42 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201602091707.u19H7guN092230@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 9 Feb 2016 17:07:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408583 - head/net-mgmt/xymon-client X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 17:07:43 -0000 Author: feld Date: Tue Feb 9 17:07:42 2016 New Revision: 408583 URL: https://svnweb.freebsd.org/changeset/ports/408583 Log: net-mgmt/xymon-client: Update to 4.3.25 Modified: head/net-mgmt/xymon-client/Makefile head/net-mgmt/xymon-client/distinfo Modified: head/net-mgmt/xymon-client/Makefile ============================================================================== --- head/net-mgmt/xymon-client/Makefile Tue Feb 9 17:07:03 2016 (r408582) +++ head/net-mgmt/xymon-client/Makefile Tue Feb 9 17:07:42 2016 (r408583) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= xymon -PORTVERSION= 4.3.24 +PORTVERSION= 4.3.25 PORTREVISION= 0 CATEGORIES= net-mgmt www MASTER_SITES= SF/xymon/Xymon/${PORTVERSION} Modified: head/net-mgmt/xymon-client/distinfo ============================================================================== --- head/net-mgmt/xymon-client/distinfo Tue Feb 9 17:07:03 2016 (r408582) +++ head/net-mgmt/xymon-client/distinfo Tue Feb 9 17:07:42 2016 (r408583) @@ -1,2 +1,2 @@ -SHA256 (repacked/xymon-4.3.24.tar.gz) = 29d5bffcf9c24d8107cdd2a4818a960f403c1322725bfa29ca9b44d2a1f82ba7 -SIZE (repacked/xymon-4.3.24.tar.gz) = 2983386 +SHA256 (repacked/xymon-4.3.25.tar.gz) = 8aacb75105b28850ba7a51735e1dc2812ce31f893a62e529448ea322b0e644c1 +SIZE (repacked/xymon-4.3.25.tar.gz) = 2996840 From owner-svn-ports-head@freebsd.org Tue Feb 9 17:30:30 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0A60AAA22B9; Tue, 9 Feb 2016 17:30:30 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D03AC1E8B; Tue, 9 Feb 2016 17:30:29 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u19HUSfu098152; Tue, 9 Feb 2016 17:30:28 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u19HUSoN098150; Tue, 9 Feb 2016 17:30:28 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201602091730.u19HUSoN098150@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Tue, 9 Feb 2016 17:30:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408584 - head/www/httest X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 17:30:30 -0000 Author: ehaupt Date: Tue Feb 9 17:30:28 2016 New Revision: 408584 URL: https://svnweb.freebsd.org/changeset/ports/408584 Log: Update to 2.4.16 Modified: head/www/httest/Makefile head/www/httest/distinfo Modified: head/www/httest/Makefile ============================================================================== --- head/www/httest/Makefile Tue Feb 9 17:07:42 2016 (r408583) +++ head/www/httest/Makefile Tue Feb 9 17:30:28 2016 (r408584) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= httest -PORTVERSION= 2.4.14 +PORTVERSION= 2.4.16 CATEGORIES= www MASTER_SITES= SF/htt/htt${PORTVERSION:R}/${PORTNAME}-${PORTVERSION} Modified: head/www/httest/distinfo ============================================================================== --- head/www/httest/distinfo Tue Feb 9 17:07:42 2016 (r408583) +++ head/www/httest/distinfo Tue Feb 9 17:30:28 2016 (r408584) @@ -1,2 +1,2 @@ -SHA256 (httest-2.4.14.tar.gz) = 5fd37054af5f9ed32aef0d12a91c851b07e2772365d14844cb57fbd860f54560 -SIZE (httest-2.4.14.tar.gz) = 547646 +SHA256 (httest-2.4.16.tar.gz) = 17146fbab4f9f45f07b2e96ce25788ad30c9e7bc540a45788f3c7484b22292ea +SIZE (httest-2.4.16.tar.gz) = 554870 From owner-svn-ports-head@freebsd.org Tue Feb 9 17:49:24 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4DD45AA2A5E; Tue, 9 Feb 2016 17:49:24 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 206F1905; Tue, 9 Feb 2016 17:49:24 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u19HnNwX004018; Tue, 9 Feb 2016 17:49:23 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u19HnNI0004016; Tue, 9 Feb 2016 17:49:23 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201602091749.u19HnNI0004016@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Tue, 9 Feb 2016 17:49:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408585 - head/x11-fm/worker X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 17:49:24 -0000 Author: olivierd Date: Tue Feb 9 17:49:22 2016 New Revision: 408585 URL: https://svnweb.freebsd.org/changeset/ports/408585 Log: Update to 3.8.2 PR: 206972 Submitted by: (maintainer) Modified: head/x11-fm/worker/Makefile head/x11-fm/worker/distinfo Modified: head/x11-fm/worker/Makefile ============================================================================== --- head/x11-fm/worker/Makefile Tue Feb 9 17:30:28 2016 (r408584) +++ head/x11-fm/worker/Makefile Tue Feb 9 17:49:22 2016 (r408585) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= worker -PORTVERSION= 3.8.1 +PORTVERSION= 3.8.2 CATEGORIES= x11-fm MASTER_SITES= http://www.boomerangsworld.de/cms/worker/downloads/ Modified: head/x11-fm/worker/distinfo ============================================================================== --- head/x11-fm/worker/distinfo Tue Feb 9 17:30:28 2016 (r408584) +++ head/x11-fm/worker/distinfo Tue Feb 9 17:49:22 2016 (r408585) @@ -1,2 +1,2 @@ -SHA256 (worker-3.8.1.tar.bz2) = d9511e08bf0bf3dedc35e9b9f36081cdbba0ce336ab6c7bb933dafc1e68bfdf3 -SIZE (worker-3.8.1.tar.bz2) = 1512765 +SHA256 (worker-3.8.2.tar.bz2) = 207ee80bee87b39c4e13e0ebfcf0f37453441b6a8bef5189d792e77cf5259208 +SIZE (worker-3.8.2.tar.bz2) = 1518896 From owner-svn-ports-head@freebsd.org Tue Feb 9 18:11:54 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5FA42AA3738; Tue, 9 Feb 2016 18:11:54 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2C5CE1B5E; Tue, 9 Feb 2016 18:11:54 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u19IBrgi010803; Tue, 9 Feb 2016 18:11:53 GMT (envelope-from ak@FreeBSD.org) Received: (from ak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u19IBr4a010801; Tue, 9 Feb 2016 18:11:53 GMT (envelope-from ak@FreeBSD.org) Message-Id: <201602091811.u19IBr4a010801@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ak set sender to ak@FreeBSD.org using -f From: Alex Kozlov Date: Tue, 9 Feb 2016 18:11:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408586 - in head/www/googlebook_dl: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 18:11:54 -0000 Author: ak Date: Tue Feb 9 18:11:52 2016 New Revision: 408586 URL: https://svnweb.freebsd.org/changeset/ports/408586 Log: - Update check after cookie format change - Switch to https Modified: head/www/googlebook_dl/Makefile head/www/googlebook_dl/files/googlebook_dl.sh Modified: head/www/googlebook_dl/Makefile ============================================================================== --- head/www/googlebook_dl/Makefile Tue Feb 9 17:49:22 2016 (r408585) +++ head/www/googlebook_dl/Makefile Tue Feb 9 18:11:52 2016 (r408586) @@ -2,7 +2,7 @@ PORTNAME= googlebook_dl PORTVERSION= 20120817 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= # none DISTFILES= # none Modified: head/www/googlebook_dl/files/googlebook_dl.sh ============================================================================== --- head/www/googlebook_dl/files/googlebook_dl.sh Tue Feb 9 17:49:22 2016 (r408585) +++ head/www/googlebook_dl/files/googlebook_dl.sh Tue Feb 9 18:11:52 2016 (r408586) @@ -120,7 +120,7 @@ get_cookie() # fail if wget returned non-zero exitcode or cookies.txt is empty _return=$? cookie_str="$(grep '^.google.com[[:space:]]' "${cookie}" 2>/dev/null | \ - sed -ne 's/^.*\(ID=.*\)$/\1/p')" + sed -ne 's/^.*\(NID[^=]*=.*\)$/\1/p')" if [ ${_return} -ne 0 -o -z "${cookie_str}" ]; then rm "${cookie}" 2>/dev/null out 'E\n' "cannot get cookie: ${cookie_str}" @@ -154,7 +154,7 @@ get_page() urls=$(wget -T5 -t2 -q -U"${ua}" --no-cache \ --load-cookies "${cookie}" -O- \ "${url}" | tr '}' '\n' | grep "{\"pid\":\"P.*\",\"src\":" | \ - sed 's/^.*"src":"\(http:\/\/[^"]*\)".*$/\1/;s/\\u0026/\&/g' | sort -u) + sed 's/^.*"src":"\(https:\/\/[^"]*\)".*$/\1/;s/\\u0026/\&/g' | sort -u) for url in ${urls}; do page=$(echo "${url}" | sed 's/^.*&pg=\([^&]*\)&.*$/\1/') From owner-svn-ports-head@freebsd.org Tue Feb 9 18:15:14 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B4DFEAA387F; Tue, 9 Feb 2016 18:15:14 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 85B891D45; Tue, 9 Feb 2016 18:15:14 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u19IFDwf012964; Tue, 9 Feb 2016 18:15:13 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u19IFDdj012963; Tue, 9 Feb 2016 18:15:13 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201602091815.u19IFDdj012963@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Tue, 9 Feb 2016 18:15:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408587 - head/misc/kdehier4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 18:15:14 -0000 Author: rakuco Date: Tue Feb 9 18:15:13 2016 New Revision: 408587 URL: https://svnweb.freebsd.org/changeset/ports/408587 Log: Mark DEPRECATED, expire in one month. This port has been obsoleted since the beginning of 2014 when the KDE4 ports moved from ${LOCALBASE}/kde4 to ${LOCALBASE}. Modified: head/misc/kdehier4/Makefile Modified: head/misc/kdehier4/Makefile ============================================================================== --- head/misc/kdehier4/Makefile Tue Feb 9 18:11:52 2016 (r408586) +++ head/misc/kdehier4/Makefile Tue Feb 9 18:15:13 2016 (r408587) @@ -11,6 +11,9 @@ COMMENT= Meta port to organize KDE4_PREF NO_BUILD= yes USE_KDE4= # +DEPRECATED= Not used since 2014 +EXPIRATION_DATE=2016-03-09 + .include .if ${KDE4_PREFIX} != ${PREFIX} From owner-svn-ports-head@freebsd.org Tue Feb 9 18:15:23 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C095CAA38AB; Tue, 9 Feb 2016 18:15:23 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8D4CC1E1D; Tue, 9 Feb 2016 18:15:23 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u19IFMdw013067; Tue, 9 Feb 2016 18:15:22 GMT (envelope-from ak@FreeBSD.org) Received: (from ak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u19IFMCx013066; Tue, 9 Feb 2016 18:15:22 GMT (envelope-from ak@FreeBSD.org) Message-Id: <201602091815.u19IFMCx013066@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ak set sender to ak@FreeBSD.org using -f From: Alex Kozlov Date: Tue, 9 Feb 2016 18:15:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408588 - head/sysutils/fusefs-afuse X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 18:15:23 -0000 Author: ak Date: Tue Feb 9 18:15:22 2016 New Revision: 408588 URL: https://svnweb.freebsd.org/changeset/ports/408588 Log: - Drop maintainership Modified: head/sysutils/fusefs-afuse/Makefile Modified: head/sysutils/fusefs-afuse/Makefile ============================================================================== --- head/sysutils/fusefs-afuse/Makefile Tue Feb 9 18:15:13 2016 (r408587) +++ head/sysutils/fusefs-afuse/Makefile Tue Feb 9 18:15:22 2016 (r408588) @@ -7,7 +7,7 @@ CATEGORIES= sysutils MASTER_SITES= GOOGLE_CODE PKGNAMEPREFIX= fusefs- -MAINTAINER= ak@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= File system automounting implemented in user-space using FUSE LICENSE= GPLv2 From owner-svn-ports-head@freebsd.org Tue Feb 9 18:34:05 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7077FAA225B; Tue, 9 Feb 2016 18:34:05 +0000 (UTC) (envelope-from skreuzer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 40CAFC09; Tue, 9 Feb 2016 18:34:05 +0000 (UTC) (envelope-from skreuzer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u19IY41C018967; Tue, 9 Feb 2016 18:34:04 GMT (envelope-from skreuzer@FreeBSD.org) Received: (from skreuzer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u19IY4qu018966; Tue, 9 Feb 2016 18:34:04 GMT (envelope-from skreuzer@FreeBSD.org) Message-Id: <201602091834.u19IY4qu018966@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: skreuzer set sender to skreuzer@FreeBSD.org using -f From: Steven Kreuzer Date: Tue, 9 Feb 2016 18:34:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408589 - head/devel/openocd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 18:34:05 -0000 Author: skreuzer Date: Tue Feb 9 18:34:04 2016 New Revision: 408589 URL: https://svnweb.freebsd.org/changeset/ports/408589 Log: Mark as broken on FreeBSD 9 Modified: head/devel/openocd/Makefile Modified: head/devel/openocd/Makefile ============================================================================== --- head/devel/openocd/Makefile Tue Feb 9 18:15:22 2016 (r408588) +++ head/devel/openocd/Makefile Tue Feb 9 18:34:04 2016 (r408589) @@ -15,6 +15,8 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-werror CONFIGURE_ENV= MAKEINFO=${LOCALBASE}/bin/makeinfo +BROKEN_FreeBSD_9= libusb does not install pkgconfig files + OPTIONS_DEFINE= DOC JIMTCL VERBOSE JTAG_IO USB_IO PARPORT DUMMY FT2232 FTDI \ USBBLASTER EP93XX AT91RM9200 PRESTO USBPROG JLINK VSLLINK RLINK ULINK \ ARMJTAGEW BUSPIRATE TIICDI STLINK OSBDM OPENDOUS SYSFSGPIO RMTBITBANG \ From owner-svn-ports-head@freebsd.org Tue Feb 9 20:06:22 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 746EBAA2BFB; Tue, 9 Feb 2016 20:06:22 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 41F92144C; Tue, 9 Feb 2016 20:06:22 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u19K6Ldi045521; Tue, 9 Feb 2016 20:06:21 GMT (envelope-from ak@FreeBSD.org) Received: (from ak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u19K6LQY045520; Tue, 9 Feb 2016 20:06:21 GMT (envelope-from ak@FreeBSD.org) Message-Id: <201602092006.u19K6LQY045520@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ak set sender to ak@FreeBSD.org using -f From: Alex Kozlov Date: Tue, 9 Feb 2016 20:06:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408590 - head/archivers/rpm2cpio X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 20:06:22 -0000 Author: ak Date: Tue Feb 9 20:06:21 2016 New Revision: 408590 URL: https://svnweb.freebsd.org/changeset/ports/408590 Log: - Simplify port - Add license - Install also as rpm2cpio, therefore add CONFLICTS_INSTALL with rpm4 [1] Proded by: koobs [1] Modified: head/archivers/rpm2cpio/Makefile Modified: head/archivers/rpm2cpio/Makefile ============================================================================== --- head/archivers/rpm2cpio/Makefile Tue Feb 9 18:34:04 2016 (r408589) +++ head/archivers/rpm2cpio/Makefile Tue Feb 9 20:06:21 2016 (r408590) @@ -3,7 +3,7 @@ PORTNAME= rpm2cpio PORTVERSION= 1.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= archivers MASTER_SITES= # none DISTFILES= # none @@ -11,19 +11,19 @@ DISTFILES= # none MAINTAINER= ak@FreeBSD.org COMMENT= Convert .rpm files to cpio format -NO_WRKSUBDIR= yes +LICENSE= BSD2CLAUSE + +CONFLICTS_INSTALL= rpm4-* NO_BUILD= yes NO_ARCH= yes -PLIST_FILES= bin/rpm2cpio.pl - -do-extract: - @${MKDIR} ${WRKSRC} - @${CP} ${FILESDIR}/${PORTNAME} ${WRKSRC}/${PORTNAME} +PLIST_FILES= bin/rpm2cpio.pl \ + bin/rpm2cpio do-install: -# Installed as rpm2cpio.pl to not break existing scripts - ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}.pl + ${INSTALL_SCRIPT} ${FILESDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ +# Also install as rpm2cpio.pl to not break existing scripts + ${LN} -f ${STAGEDIR}${PREFIX}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}.pl .include From owner-svn-ports-head@freebsd.org Tue Feb 9 20:19:08 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B24FEAA3169; Tue, 9 Feb 2016 20:19:08 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7F97B1B3C; Tue, 9 Feb 2016 20:19:08 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u19KJ73H048598; Tue, 9 Feb 2016 20:19:07 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u19KJ7UX048597; Tue, 9 Feb 2016 20:19:07 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602092019.u19KJ7UX048597@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 9 Feb 2016 20:19:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408591 - head/net-im/uTox X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 20:19:08 -0000 Author: amdmi3 Date: Tue Feb 9 20:19:07 2016 New Revision: 408591 URL: https://svnweb.freebsd.org/changeset/ports/408591 Log: - Add missing sodium dependency - Add a check for that net-im/tox dependency was built with correct options PR: 206706 Submitted by: fidaj@ukr.net (maintainer) Reported by: rozhuk.im@gmail.com Modified: head/net-im/uTox/Makefile Modified: head/net-im/uTox/Makefile ============================================================================== --- head/net-im/uTox/Makefile Tue Feb 9 20:06:21 2016 (r408590) +++ head/net-im/uTox/Makefile Tue Feb 9 20:19:07 2016 (r408591) @@ -2,6 +2,7 @@ PORTNAME= uTox PORTVERSION= 0.5.1.20160121 +PORTREVISION= 1 CATEGORIES= net-im net-p2p MAINTAINER= fidaj@ukr.net @@ -14,6 +15,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libtoxco ${LOCALBASE}/include/linux/videodev2.h:${PORTSDIR}/multimedia/v4l_compat LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \ + libsodium.so:${PORTSDIR}/security/libsodium \ libv4lconvert.so:${PORTSDIR}/multimedia/libv4l \ libvpx.so:${PORTSDIR}/multimedia/libvpx \ libfilteraudio.so:${PORTSDIR}/audio/libfilteraudio @@ -33,10 +35,16 @@ OPTIONS_DEFAULT= DBUS DBUS_LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus DBUS_MAKE_ARGS_OFF= DBUS=0 -pre-configure: +post-patch: @${REINPLACE_CMD} -e 's|$$(GIT_V)|${DISTVERSION}-${GH_TAGNAME}|' \ -e 's|share/man|man|' ${WRKSRC}/${MAKEFILE} +pre-configure: + @(if [ ! -e "${LOCALBASE}/lib/libtoxav.so" ]; then \ + ${ECHO_CMD} "==> ${PKGNAME} requires net-im/tox port to be built with SODIUM option enabled"; \ + ${FALSE}; \ + fi) + post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/utox From owner-svn-ports-head@freebsd.org Tue Feb 9 20:21:58 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 91E5DAA339D; Tue, 9 Feb 2016 20:21:58 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6CA8EF5; Tue, 9 Feb 2016 20:21:58 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u19KLvZs050917; Tue, 9 Feb 2016 20:21:57 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u19KLv5j050914; Tue, 9 Feb 2016 20:21:57 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602092021.u19KLv5j050914@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 9 Feb 2016 20:21:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408592 - in head/graphics/scantailor: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 20:21:58 -0000 Author: amdmi3 Date: Tue Feb 9 20:21:57 2016 New Revision: 408592 URL: https://svnweb.freebsd.org/changeset/ports/408592 Log: - Fix build with boost 1.60 PR: 199601 Approved by: portmgr blanket Added: head/graphics/scantailor/files/patch-MainWindow.cpp (contents, props changed) head/graphics/scantailor/files/patch-ThumbnailSequence.cpp (contents, props changed) Modified: head/graphics/scantailor/Makefile Modified: head/graphics/scantailor/Makefile ============================================================================== --- head/graphics/scantailor/Makefile Tue Feb 9 20:19:07 2016 (r408591) +++ head/graphics/scantailor/Makefile Tue Feb 9 20:21:57 2016 (r408592) @@ -46,6 +46,10 @@ PORTDOCS= * BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen .endif +post-patch: + @${REINPLACE_CMD} -e 's|_[12]|boost::lambda::&|g; s|bind(|boost::lambda::&|' \ + ${WRKSRC}/filters/*/Filter.cpp + post-install: ${INSTALL_DATA} ${WRKSRC}/resources/icons/appicon-about.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png Added: head/graphics/scantailor/files/patch-MainWindow.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/scantailor/files/patch-MainWindow.cpp Tue Feb 9 20:21:57 2016 (r408592) @@ -0,0 +1,22 @@ +--- MainWindow.cpp.orig 2012-02-27 20:21:08 UTC ++++ MainWindow.cpp +@@ -1896,8 +1896,8 @@ MainWindow::showInsertFileDialog(BeforeO + ImageFileInfo image_file_info(file_info, std::vector()); + + ImageMetadataLoader::Status const status = ImageMetadataLoader::load( +- files.at(i), bind(&std::vector::push_back, +- boost::ref(image_file_info.imageInfo()), _1) ++ files.at(i), boost::lambda::bind(&std::vector::push_back, ++ boost::ref(image_file_info.imageInfo()), boost::lambda::_1) + ); + + if (status == ImageMetadataLoader::LOADED) { +@@ -1919,7 +1919,7 @@ MainWindow::showInsertFileDialog(BeforeO + } + + // Check if there is at least one DPI that's not OK. +- if (std::find_if(new_files.begin(), new_files.end(), !bind(&ImageFileInfo::isDpiOK, _1)) != new_files.end()) { ++ if (std::find_if(new_files.begin(), new_files.end(), !boost::lambda::bind(&ImageFileInfo::isDpiOK, boost::lambda::_1)) != new_files.end()) { + + std::auto_ptr dpi_dialog(new FixDpiDialog(new_files, this)); + dpi_dialog->setWindowModality(Qt::WindowModal); Added: head/graphics/scantailor/files/patch-ThumbnailSequence.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/scantailor/files/patch-ThumbnailSequence.cpp Tue Feb 9 20:21:57 2016 (r408592) @@ -0,0 +1,34 @@ +--- ThumbnailSequence.cpp.orig 2012-02-27 20:21:08 UTC ++++ ThumbnailSequence.cpp +@@ -489,7 +489,7 @@ ThumbnailSequence::Impl::Impl( + m_pSelectionLeader(0) + { + m_graphicsScene.setContextMenuEventCallback( +- bind(&Impl::sceneContextMenuEvent, this, _1) ++ boost::lambda::bind(&Impl::sceneContextMenuEvent, this, boost::lambda::_1) + ); + } + +@@ -603,7 +603,7 @@ ThumbnailSequence::Impl::invalidateThumb + { + ItemsById::iterator const id_it(m_itemsById.find(page_info.id())); + if (id_it != m_itemsById.end()) { +- m_itemsById.modify(id_it, bind(&Item::pageInfo, _1) = page_info); ++ m_itemsById.modify(id_it, boost::lambda::bind(&Item::pageInfo, boost::lambda::_1) = page_info); + invalidateThumbnailImpl(id_it); + } + } +@@ -723,10 +723,10 @@ ThumbnailSequence::Impl::invalidateAllTh + // Sort pages in m_itemsInOrder using m_ptrOrderProvider. + if (m_ptrOrderProvider.get()) { + m_itemsInOrder.sort( +- bind( ++ boost::lambda::bind( + &PageOrderProvider::precedes, m_ptrOrderProvider.get(), +- bind(&Item::pageId, _1), bind(&Item::incompleteThumbnail, _1), +- bind(&Item::pageId, _2), bind(&Item::incompleteThumbnail, _2) ++ boost::lambda::bind(&Item::pageId, boost::lambda::_1), bind(&Item::incompleteThumbnail, boost::lambda::_1), ++ boost::lambda::bind(&Item::pageId, boost::lambda::_2), bind(&Item::incompleteThumbnail, boost::lambda::_2) + ) + ); + } From owner-svn-ports-head@freebsd.org Tue Feb 9 20:23:34 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7F343AA34E9; Tue, 9 Feb 2016 20:23:34 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 51495781; Tue, 9 Feb 2016 20:23:34 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u19KNX70051770; Tue, 9 Feb 2016 20:23:33 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u19KNXV6051768; Tue, 9 Feb 2016 20:23:33 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201602092023.u19KNXV6051768@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 9 Feb 2016 20:23:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408593 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 20:23:34 -0000 Author: feld Date: Tue Feb 9 20:23:32 2016 New Revision: 408593 URL: https://svnweb.freebsd.org/changeset/ports/408593 Log: Document graphics/graphite2 vulnerability Security: CVE-2016-1521 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Feb 9 20:21:57 2016 (r408592) +++ head/security/vuxml/vuln.xml Tue Feb 9 20:23:32 2016 (r408593) @@ -58,6 +58,33 @@ Notes: --> + + graphite2 -- code execution vulnerability + + + graphite2 + 1.3.5 + + + + +

    Talos reports:

    +
    +

    A specially crafted font can cause an out-of-bounds read + resulting in arbitrary code execution.

    +
    + + + + http://www.talosintel.com/reports/TALOS-2016-0058/ + CVE-2016-1521 + + + 2016-02-05 + 2016-02-09 + + + xymon-server -- multiple vulnerabilities From owner-svn-ports-head@freebsd.org Tue Feb 9 20:30:44 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1D3B0AA3891; Tue, 9 Feb 2016 20:30:44 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C93D4B3E; Tue, 9 Feb 2016 20:30:43 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u19KUgbW052135; Tue, 9 Feb 2016 20:30:42 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u19KUgQS052133; Tue, 9 Feb 2016 20:30:42 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201602092030.u19KUgQS052133@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 9 Feb 2016 20:30:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408594 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 20:30:44 -0000 Author: feld Date: Tue Feb 9 20:30:42 2016 New Revision: 408594 URL: https://svnweb.freebsd.org/changeset/ports/408594 Log: Update graphics/graphite2 vulnerability details I found a more comprehensive blog entry by Talos Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Feb 9 20:23:32 2016 (r408593) +++ head/security/vuxml/vuln.xml Tue Feb 9 20:30:42 2016 (r408594) @@ -69,19 +69,33 @@ Notes:

    Talos reports:

    -
    -

    A specially crafted font can cause an out-of-bounds read - resulting in arbitrary code execution.

    +
    +
      +
    • An exploitable denial of service vulnerability exists + in the font handling of Libgraphite. A specially crafted font can cause + an out-of-bounds read potentially resulting in an information leak or + denial of service.

    • +
    • A specially crafted font can cause a buffer overflow + resulting in potential code execution.

    • +
    • An exploitable NULL pointer dereference exists in the + bidirectional font handling functionality of Libgraphite. A specially + crafted font can cause a NULL pointer dereference resulting in a + crash.

    • +
    - http://www.talosintel.com/reports/TALOS-2016-0058/ + http://blog.talosintel.com/2016/02/vulnerability-spotlight-libgraphite.html CVE-2016-1521 + CVE-2016-1522 + CVE-2016-1523 + CVE-2016-1526 2016-02-05 2016-02-09 + 2016-02-09 From owner-svn-ports-head@freebsd.org Tue Feb 9 20:44:51 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CD40BAA3FD3; Tue, 9 Feb 2016 20:44:51 +0000 (UTC) (envelope-from dteske@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A4B8A1205; Tue, 9 Feb 2016 20:44:51 +0000 (UTC) (envelope-from dteske@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u19KioHU057899; Tue, 9 Feb 2016 20:44:50 GMT (envelope-from dteske@FreeBSD.org) Received: (from dteske@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u19KioxJ057896; Tue, 9 Feb 2016 20:44:50 GMT (envelope-from dteske@FreeBSD.org) Message-Id: <201602092044.u19KioxJ057896@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dteske set sender to dteske@FreeBSD.org using -f From: Devin Teske Date: Tue, 9 Feb 2016 20:44:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408595 - in head/net/pptpclient: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 20:44:52 -0000 Author: dteske (src committer) Date: Tue Feb 9 20:44:50 2016 New Revision: 408595 URL: https://svnweb.freebsd.org/changeset/ports/408595 Log: net/pptpclient: Add pptp service(8) script Reviewed by: feld Differential Revision: https://reviews.freebsd.org/D5236 Added: head/net/pptpclient/files/pptp.in (contents, props changed) Modified: head/net/pptpclient/Makefile head/net/pptpclient/files/README Modified: head/net/pptpclient/Makefile ============================================================================== --- head/net/pptpclient/Makefile Tue Feb 9 20:30:42 2016 (r408594) +++ head/net/pptpclient/Makefile Tue Feb 9 20:44:50 2016 (r408595) @@ -3,7 +3,7 @@ PORTNAME= pptpclient PORTVERSION= 1.8.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= SF/${PORTNAME}/pptp/pptp-${PORTVERSION} DISTNAME= pptp-${PORTVERSION} @@ -14,6 +14,7 @@ COMMENT= PPTP client for establishing a LICENSE= GPLv2+ USES= perl5 +USE_RC_SUBR= pptp MAKE_ARGS= CC="${CC}" OPTIMIZE="${CFLAGS}" DEBUG="" \ PPPD="/usr/sbin/ppp" IP="/usr/bin/true" CFLAGS+= -DUSER_PPP Modified: head/net/pptpclient/files/README ============================================================================== --- head/net/pptpclient/files/README Tue Feb 9 20:30:42 2016 (r408594) +++ head/net/pptpclient/files/README Tue Feb 9 20:44:50 2016 (r408595) @@ -28,3 +28,14 @@ If you want to access the remote system be sure to turn on IP forwarding on the PPTP client machine. John Polstra + +Starting as a service: + + # Configure /etc/ppp/ppp.conf as described above + $ sysrc pptp_enable=YES + $ sysrc pptp_flags="SERVER [LABEL]" + $ service pptp start + +NB: LABEL can be omitted if you used "default" for LABEL in ppp.conf(5). + +Devin Teske Added: head/net/pptpclient/files/pptp.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/pptpclient/files/pptp.in Tue Feb 9 20:44:50 2016 (r408595) @@ -0,0 +1,169 @@ +#!/bin/sh +# +# Copyright (c) 2015-2016 Devin Teske +# All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions +# are met: +# 1. Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# 2. Redistributions in binary form must reproduce the above copyright +# notice, this list of conditions and the following disclaimer in the +# documentation and/or other materials provided with the distribution. +# +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND +# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +# ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE +# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +# SUCH DAMAGE. +# +# $FreeBSD$ +# + +# PROVIDE: pptp +# REQUIRE: DAEMON LOGIN FILESYSTEMS +# KEYWORD: shutdown + +. /etc/rc.subr + +name="pptp" +rcvar="${name}_enable" +command="%%PREFIX%%/sbin/${name}" +pidfile="/var/run/${name}.pid" +: ${pptp_timeout=10} +extra_commands="iface inet" + +pptp_query() +{ + local qtype="$1" + ifconfig -l | awk '{ + n = split($0, a) + for (i = 1; i <= n; i++) + if (a[i] ~ /^tun[[:digit:]]+/) print a[i] + }' | xargs -rn1 -Iif ifconfig if inet | awk -v qtype="$qtype" ' + BEGIN { qtype = tolower(qtype) } + /^[^[:space:]]/ { iface = $1; next } + iface && $1 == "inet" && $3 == "-->" { inet[iface] = $2; next } + $1$2$3 == "OpenedbyPID" { pid[iface] = $4 } + END { + for (iface in pid) { + (cmd = "ps -o ucomm= -p " pid[iface]) | getline ucomm + close(cmd) + if (ucomm != "ppp") continue + if (qtype == "iface") { + sub(/:.*/, "", iface) + print iface + found = 1 + } else if (qtype == "inet" && inet[iface]) { + print inet[iface] + found = 1 + } else if (qtype != "inet") { + print pid[iface] + found = 1 + } + } + exit !found + }' +} + +pptp_start() +{ + local pid inet timeout="$pptp_timeout" + if pid=$( pptp_query pid ); then + echo "$name already running as pid $pid." + return 1 + fi + + debug "$command $pptp_flags &" + eval $command $pptp_flags \& + echo -n "Waiting for pptp to start" + if [ $timeout -gt 0 ] 2> /dev/null; then + while [ $timeout -gt 0 ] && ! pid=$( pptp_query pid ); do + sleep 1 + echo -n . + timeout=$(( $timeout - 1 )) + done + else + while ! pid=$( pptp_query pid ); do sleep 1; echo -n .; done + fi + echo + echo -n "Waiting for ppp session" + while pid=$( pptp_query pid ); do + inet=$( pptp_query inet ) && break + sleep 1 + echo -n . + done + echo + if ! inet=$( pptp_query inet ); then + rm -f "$pidfile" + echo "pptp failed to start." + return 1 + fi + echo "$pid" > "$pidfile" +} + +pptp_stop() +{ + local pid + if ! pid=$( pptp_query pid ); then + echo "$name is not running." + return 1 + fi + + kill $pid + echo -n "Waiting for pid $pid to exit" + while pid=$( pptp_query pid ); do sleep 1; echo -n .; done + echo + rm -f "$pidfile" + echo "$name stopped." +} + +pptp_status() +{ + local pid + if ! pid=$( pptp_query pid ); then + echo "$name is not running." + return 1 + fi + echo "$name is running as pid $pid." +} + +pptp_iface() +{ + local pid iface + if ! pid=$( pptp_query pid ); then + echo "$name is not running." >&2 + return 1 + fi + if ! iface=$( pptp_query iface ); then + echo "$name not associated with any interface." >&2 + return 1 + fi + echo "$iface" +} + +pptp_inet() +{ + local pid inet + if ! pid=$( pptp_query pid ) || ! inet=$( pptp_query inet ); then + echo "$name is not running." >&2 + return 1 + fi + echo "$inet" +} + +start_cmd=pptp_start +stop_cmd=pptp_stop +status_cmd=pptp_status +iface_cmd=pptp_iface +inet_cmd=pptp_inet + +load_rc_config $name +run_rc_command "$1" From owner-svn-ports-head@freebsd.org Tue Feb 9 21:36:59 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7B7F1AA3897; Tue, 9 Feb 2016 21:36:59 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4FFB6C5A; Tue, 9 Feb 2016 21:36:59 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u19LawlB072870; Tue, 9 Feb 2016 21:36:58 GMT (envelope-from nivit@FreeBSD.org) Received: (from nivit@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u19LawZd072869; Tue, 9 Feb 2016 21:36:58 GMT (envelope-from nivit@FreeBSD.org) Message-Id: <201602092136.u19LawZd072869@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nivit set sender to nivit@FreeBSD.org using -f From: Nicola Vitale Date: Tue, 9 Feb 2016 21:36:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408597 - head/deskutils/shutter X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 21:36:59 -0000 Author: nivit Date: Tue Feb 9 21:36:58 2016 New Revision: 408597 URL: https://svnweb.freebsd.org/changeset/ports/408597 Log: - Add graphics/ImageMagick to run dependencies - Bump PORTREVISION Modified: head/deskutils/shutter/Makefile Modified: head/deskutils/shutter/Makefile ============================================================================== --- head/deskutils/shutter/Makefile Tue Feb 9 21:32:01 2016 (r408596) +++ head/deskutils/shutter/Makefile Tue Feb 9 21:36:58 2016 (r408597) @@ -3,7 +3,7 @@ PORTNAME= shutter PORTVERSION= 0.93.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= deskutils MASTER_SITES= http://shutter-project.org/wp-content/uploads/releases/tars/ @@ -13,7 +13,8 @@ COMMENT= Screenshot tool LICENSE= GPLv3 GPLv2 # the latter for some shipped cursors LICENSE_COMB= multi -RUN_DEPENDS= librsvg2>=2.40.6:${PORTSDIR}/graphics/librsvg2 \ +RUN_DEPENDS= ImageMagick>=6.9.3.1,1:${PORTSDIR}/graphics/ImageMagick \ + librsvg2>=2.40.6:${PORTSDIR}/graphics/librsvg2 \ p5-File-BaseDir>=0.03:${PORTSDIR}/devel/p5-File-BaseDir \ p5-File-Copy-Recursive>=0.38_1:${PORTSDIR}/devel/p5-File-Copy-Recursive \ p5-File-Spec-Native>=1.003_1:${PORTSDIR}/devel/p5-File-Spec-Native \ From owner-svn-ports-head@freebsd.org Tue Feb 9 21:46:56 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6EE6DAA3E48; Tue, 9 Feb 2016 21:46:56 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 43E9F10F3; Tue, 9 Feb 2016 21:46:56 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u19LktQN075933; Tue, 9 Feb 2016 21:46:55 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u19Lktuc075932; Tue, 9 Feb 2016 21:46:55 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201602092146.u19Lktuc075932@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Tue, 9 Feb 2016 21:46:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408598 - head/audio/beast X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 21:46:56 -0000 Author: gerald Date: Tue Feb 9 21:46:55 2016 New Revision: 408598 URL: https://svnweb.freebsd.org/changeset/ports/408598 Log: Update MASTER_SITES; still in the same domain. Modified: head/audio/beast/Makefile Modified: head/audio/beast/Makefile ============================================================================== --- head/audio/beast/Makefile Tue Feb 9 21:36:58 2016 (r408597) +++ head/audio/beast/Makefile Tue Feb 9 21:46:55 2016 (r408598) @@ -5,7 +5,7 @@ PORTNAME= beast PORTVERSION= 0.7.8 PORTREVISION= 8 CATEGORIES= audio -MASTER_SITES= http://dist.testbit.eu/beast/v${PORTVERSION:R}/ +MASTER_SITES= http://testbit.eu/pub/dists/beast/v${PORTVERSION:R}/ MAINTAINER= ports@FreeBSD.org COMMENT= Powerful music composition and modular synthesis application From owner-svn-ports-head@freebsd.org Tue Feb 9 22:00:35 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D24EBAA2478; Tue, 9 Feb 2016 22:00:35 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A1C0F175B; Tue, 9 Feb 2016 22:00:35 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u19M0YDa079037; Tue, 9 Feb 2016 22:00:34 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u19M0Y7J079035; Tue, 9 Feb 2016 22:00:34 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201602092200.u19M0Y7J079035@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Tue, 9 Feb 2016 22:00:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408599 - head/net-im/qTox X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 22:00:35 -0000 Author: thierry Date: Tue Feb 9 22:00:34 2016 New Revision: 408599 URL: https://svnweb.freebsd.org/changeset/ports/408599 Log: Update to 1.2.4. PR: ports/206874 Submitted by: yuri (at) rawbw.com (maintainer) Modified: head/net-im/qTox/Makefile head/net-im/qTox/distinfo Modified: head/net-im/qTox/Makefile ============================================================================== --- head/net-im/qTox/Makefile Tue Feb 9 21:46:55 2016 (r408598) +++ head/net-im/qTox/Makefile Tue Feb 9 22:00:34 2016 (r408599) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= qTox -PORTVERSION= 1.2.2 +PORTVERSION= 1.2.4 DISTVERSIONPREFIX= v CATEGORIES= net-im net-p2p Modified: head/net-im/qTox/distinfo ============================================================================== --- head/net-im/qTox/distinfo Tue Feb 9 21:46:55 2016 (r408598) +++ head/net-im/qTox/distinfo Tue Feb 9 22:00:34 2016 (r408599) @@ -1,2 +1,2 @@ -SHA256 (tux3-qTox-v1.2.2_GH0.tar.gz) = 6b8a7d9b964e748b2fe5542c05a60aebbef4ad56b407db63e609afa82665fef3 -SIZE (tux3-qTox-v1.2.2_GH0.tar.gz) = 4645995 +SHA256 (tux3-qTox-v1.2.4_GH0.tar.gz) = af9b1308865dfbba0ed2a4d6a19e676d59794f850a17da86f9ce2bfbb56adfdd +SIZE (tux3-qTox-v1.2.4_GH0.tar.gz) = 4648019 From owner-svn-ports-head@freebsd.org Tue Feb 9 22:05:21 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4E0CDAA2817; Tue, 9 Feb 2016 22:05:21 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2B5261C71; Tue, 9 Feb 2016 22:05:21 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u19M5KRG081926; Tue, 9 Feb 2016 22:05:20 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u19M5JZd081922; Tue, 9 Feb 2016 22:05:19 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <201602092205.u19M5JZd081922@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Tue, 9 Feb 2016 22:05:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408600 - in head/devel: . py-delfick_error X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 22:05:21 -0000 Author: truckman Date: Tue Feb 9 22:05:19 2016 New Revision: 408600 URL: https://svnweb.freebsd.org/changeset/ports/408600 Log: New port devel/py-delfick_error: The point of this exception class is to be able to create an error class that automatically combines keyword arguments given to the exception instance. Reviewed by: koobs (previous version) Sponsored by: Farsight Security, Inc. Differential Revision: https://reviews.freebsd.org/D5234 Added: head/devel/py-delfick_error/ head/devel/py-delfick_error/Makefile (contents, props changed) head/devel/py-delfick_error/distinfo (contents, props changed) head/devel/py-delfick_error/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Feb 9 22:00:34 2016 (r408599) +++ head/devel/Makefile Tue Feb 9 22:05:19 2016 (r408600) @@ -3994,6 +3994,7 @@ SUBDIR += py-decorator SUBDIR += py-decoratortools SUBDIR += py-defusedxml + SUBDIR += py-delfick_error SUBDIR += py-deliciousapi SUBDIR += py-demjson SUBDIR += py-dexml Added: head/devel/py-delfick_error/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-delfick_error/Makefile Tue Feb 9 22:05:19 2016 (r408600) @@ -0,0 +1,44 @@ +# $FreeBSD$ + +PORTNAME= delfick_error +PORTVERSION= 1.7.2 +CATEGORIES= devel python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= truckman@FreeBSD.org +COMMENT= Customized exception class + +LICENSE= MIT + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six \ + ${PYTHON_PKGNAMEPREFIX}total-ordering>0:${PORTSDIR}/devel/py-total-ordering +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:${PORTSDIR}/devel/py-mock \ + ${PYTHON_PKGNAMEPREFIX}noseofyeti>=1.4.9:${PORTSDIR}/devel/py-noseofyeti \ + ${PYTHON_PKGNAMEPREFIX}nose>0:${PORTSDIR}/devel/py-nose + +OPTIONS_DEFINE= DOCS +DOCS_BUILD_DEPENDS= \ + ${PYTHON_PKGNAMEPREFIX}sphinx>0:${PORTSDIR}/textproc/py-sphinx \ + ${PYTHON_PKGNAMEPREFIX}cloud_sptheme>0:${PORTSDIR}/textproc/py-cloud_sptheme + +NO_ARCH= yes +USES= python +USE_GITHUB= yes +GH_ACCOUNT= delfick +GH_TAGNAME= 6761e6c +USE_PYTHON= distutils autoplist + +PORTDOCS= * + +post-build-DOCS-on: + cd ${WRKSRC}/docs && ${SH} build.sh + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC}/docs/_build/html ; \ + ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} "-not -name .buildinfo") + +do-test: + cd ${WRKSRC} && ${PYTHON_CMD} -m nose --with-noy + +.include Added: head/devel/py-delfick_error/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-delfick_error/distinfo Tue Feb 9 22:05:19 2016 (r408600) @@ -0,0 +1,2 @@ +SHA256 (delfick-delfick_error-1.7.2-6761e6c_GH0.tar.gz) = 33201335a69fb5da1a7a3f16dd21ca2b70ca43d7f55086e85377e03a40b4b00a +SIZE (delfick-delfick_error-1.7.2-6761e6c_GH0.tar.gz) = 9655 Added: head/devel/py-delfick_error/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-delfick_error/pkg-descr Tue Feb 9 22:05:19 2016 (r408600) @@ -0,0 +1,5 @@ +The point of this exception class is to be able to create an error +class that automatically combines keyword arguments given to the +exception instance + +WWW: http://github.com/delfick/delfick_error From owner-svn-ports-head@freebsd.org Tue Feb 9 22:27:55 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7C941AA32A1; Tue, 9 Feb 2016 22:27:55 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 41DE4971; Tue, 9 Feb 2016 22:27:55 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u19MRsOH087788; Tue, 9 Feb 2016 22:27:54 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u19MRs4K087785; Tue, 9 Feb 2016 22:27:54 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <201602092227.u19MRs4K087785@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Tue, 9 Feb 2016 22:27:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408601 - in head/net-mgmt/observium: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 22:27:55 -0000 Author: zeising Date: Tue Feb 9 22:27:53 2016 New Revision: 408601 URL: https://svnweb.freebsd.org/changeset/ports/408601 Log: Fix when using rrdtool 1.5+ Pet portlint, add missing dependency. PR: 207057 Submitted by: Mathieu Arnold Approved by: maintainer Added: head/net-mgmt/observium/files/patch-html_includes_graphs_generic__multi__bits__separated.inc.php (contents, props changed) Modified: head/net-mgmt/observium/Makefile head/net-mgmt/observium/files/pkg-message.in Modified: head/net-mgmt/observium/Makefile ============================================================================== --- head/net-mgmt/observium/Makefile Tue Feb 9 22:05:19 2016 (r408600) +++ head/net-mgmt/observium/Makefile Tue Feb 9 22:27:53 2016 (r408601) @@ -3,7 +3,7 @@ PORTNAME= observium PORTVERSION= 0.16.1.7533 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= http://www.observium.org/ DISTNAME= ${PORTNAME}-community-latest @@ -63,7 +63,9 @@ RUN_DEPENDS+= rrdtool:${PORTSDIR}/databa mtr:${PORTSDIR}/net/mtr-nox11 \ ${LOCALBASE}/share/pear/Net/IPv4.php:${PORTSDIR}/net/pear-Net_IPv4 \ ${LOCALBASE}/share/pear/Net/IPv6.php:${PORTSDIR}/net/pear-Net_IPv6 \ - snmpget:${PORTSDIR}/net-mgmt/net-snmp + snmpget:${PORTSDIR}/net-mgmt/net-snmp \ + sudo:${PORTSDIR}/security/sudo +LIB_DEPENDS+= libpng.so:${PORTSDIR}/graphics/png OPTIONS_DEFINE= APACHEMOD FPING IPMITOOL LIBVIRT MYSQLD NAGPLUGINS NMAP PYPOLLER SVN WMIC OPTIONS_DEFAULT= APACHEMOD FPING IPMITOOL LIBVIRT NAGPLUGINS NMAP PYPOLLER SVN WMIC Added: head/net-mgmt/observium/files/patch-html_includes_graphs_generic__multi__bits__separated.inc.php ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/observium/files/patch-html_includes_graphs_generic__multi__bits__separated.inc.php Tue Feb 9 22:27:53 2016 (r408601) @@ -0,0 +1,27 @@ +--- html/includes/graphs/generic_multi_bits_separated.inc.php.orig 2016-01-15 08:37:56 UTC ++++ html/includes/graphs/generic_multi_bits_separated.inc.php +@@ -76,13 +76,13 @@ foreach ($rrd_list as $rrd) + $rrd_options .= " VDEF:totout".$i."=outB".$i.",TOTAL"; + $rrd_options .= " VDEF:tot".$i."=octets".$i.",TOTAL"; + +- if ($i) { $stack="STACK"; } ++ if ($i) { $stack=":STACK"; } + + if ($vars['line_graph']) + { + $rrd_options .= " LINE1.25:inB".$i."#" . $colour_in . ":'" . $descr . "'"; + } else { +- $rrd_options .= " AREA:inB".$i."#" . $colour_in . ":'" . $descr . "':$stack"; ++ $rrd_options .= " AREA:inB".$i."#" . $colour_in . ":'" . $descr . "'$stack"; + } + $rrd_options .= " GPRINT:inB".$i.":LAST:%6.2lf%s$units"; + $rrd_options .= " GPRINT:inB".$i.":AVERAGE:%6.2lf%s$units"; +@@ -97,7 +97,7 @@ foreach ($rrd_list as $rrd) + $rrd_options .= " 'LINE1.25:outB".$i."_neg#" . $colour_out . ":" . $descr_out . "'"; + } else { + $rrd_options .= " 'HRULE:0#" . $colour_out.":".$descr_out."'"; +- $rrd_optionsb .= " 'AREA:outB".$i."_neg#" . $colour_out . "::$stack'"; ++ $rrd_optionsb .= " 'AREA:outB".$i."_neg#" . $colour_out . ":$stack'"; + } + $rrd_options .= " GPRINT:outB".$i.":LAST:%6.2lf%s$units"; + $rrd_options .= " GPRINT:outB".$i.":AVERAGE:%6.2lf%s$units"; Modified: head/net-mgmt/observium/files/pkg-message.in ============================================================================== --- head/net-mgmt/observium/files/pkg-message.in Tue Feb 9 22:05:19 2016 (r408600) +++ head/net-mgmt/observium/files/pkg-message.in Tue Feb 9 22:27:53 2016 (r408601) @@ -4,7 +4,6 @@ http://observium.org/wiki/Installation with the following notes: - Installation directory is %%WWWDIR%% -- $config['fping'] should be set to '%%LOCALBASE%%/sbin/fping' - The following lines should be added to /etc/crontab: 33 */6 * * * www cd %%WWWDIR%% && %%PHP%% discovery.php -h all @@ -14,24 +13,16 @@ with the following notes: Notes: -- Setting $config['snmp']['internal'] to true is not recommended. The - php function snmp_set_quick_print() used by Observium leaves units like - kB in the value and Observium currently does not deal with that correctly. - - This line can be added to %%WWWDIR%%/config.php - - With newer MySQL databases you may need to disable strict mode for Observium to function: SET GLOBAL sql_mode = ''; -- Apache needs mod_rewrite enable; uncomment the line below in httpd.conf as needed. +- Apache needs mod_rewrite enabled; uncomment the line below in httpd.conf as needed. LoadModule rewrite_module libexec/apache24/mod_rewrite.so -MINIMAL baseline install. - -A minimal install can be created with the following steps and configuration file: +- A minimal install can be created with the following steps and configuration file: 0: make sure apache and mysql are up and running. @@ -53,8 +44,6 @@ $config['db_user'] = 'observium'; $config['db_pass'] = 'notSecure'; $config['db_name'] = 'observium'; -$config['snmp']['internal'] = TRUE; - 3: populate the admin user and initialize the database (as 'www' user): sudo -u www %%WWWDIR%%/discovery.php -u From owner-svn-ports-head@freebsd.org Tue Feb 9 22:47:00 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E822AAA3B47; Tue, 9 Feb 2016 22:47:00 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A69FD11C1; Tue, 9 Feb 2016 22:47:00 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u19MkxpB093936; Tue, 9 Feb 2016 22:46:59 GMT (envelope-from ak@FreeBSD.org) Received: (from ak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u19MkwVr093929; Tue, 9 Feb 2016 22:46:58 GMT (envelope-from ak@FreeBSD.org) Message-Id: <201602092246.u19MkwVr093929@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ak set sender to ak@FreeBSD.org using -f From: Alex Kozlov Date: Tue, 9 Feb 2016 22:46:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408602 - in head/archivers/unarj: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 22:47:01 -0000 Author: ak Date: Tue Feb 9 22:46:58 2016 New Revision: 408602 URL: https://svnweb.freebsd.org/changeset/ports/408602 Log: - Update port description - Tidy up patches Added: head/archivers/unarj/files/patch-CVE-2004-0947 - copied, changed from r408601, head/archivers/unarj/files/patch-00-over-unarj.c head/archivers/unarj/files/patch-CVE-2004-1027 - copied, changed from r408601, head/archivers/unarj/files/patch-01-path-unarj.c head/archivers/unarj/files/patch-environ.c - copied unchanged from r408601, head/archivers/unarj/files/patch-ac head/archivers/unarj/files/patch-unarj.c - copied unchanged from r408601, head/archivers/unarj/files/patch-ab head/archivers/unarj/files/patch-unarj.h - copied unchanged from r408601, head/archivers/unarj/files/patch-aa Deleted: head/archivers/unarj/files/patch-00-over-unarj.c head/archivers/unarj/files/patch-01-path-Makefile head/archivers/unarj/files/patch-01-path-unarj.c head/archivers/unarj/files/patch-aa head/archivers/unarj/files/patch-ab head/archivers/unarj/files/patch-ac head/archivers/unarj/files/sanitize.c Modified: head/archivers/unarj/Makefile head/archivers/unarj/pkg-descr Modified: head/archivers/unarj/Makefile ============================================================================== --- head/archivers/unarj/Makefile Tue Feb 9 22:27:53 2016 (r408601) +++ head/archivers/unarj/Makefile Tue Feb 9 22:46:58 2016 (r408602) @@ -17,9 +17,6 @@ PORTDOCS= unarj.txt technote.txt OPTIONS_DEFINE= DOCS -post-patch: - ${CP} ${FILESDIR}/sanitize.c ${WRKSRC} - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/unarj ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}${DOCSDIR} Copied and modified: head/archivers/unarj/files/patch-CVE-2004-0947 (from r408601, head/archivers/unarj/files/patch-00-over-unarj.c) ============================================================================== --- head/archivers/unarj/files/patch-00-over-unarj.c Tue Feb 9 22:27:53 2016 (r408601, copy source) +++ head/archivers/unarj/files/patch-CVE-2004-0947 Tue Feb 9 22:46:58 2016 (r408602) @@ -1,5 +1,5 @@ ---- unarj-2.65.orig/unarj.c -+++ unarj.c +- Fix buffer overflow problem in filename handling (CAN-2004-0947) +Index: unarj.c @@ -217,7 +217,7 @@ static uchar arj_flags; static short method; static uint file_mode; Copied and modified: head/archivers/unarj/files/patch-CVE-2004-1027 (from r408601, head/archivers/unarj/files/patch-01-path-unarj.c) ============================================================================== --- head/archivers/unarj/files/patch-01-path-unarj.c Tue Feb 9 22:27:53 2016 (r408601, copy source) +++ head/archivers/unarj/files/patch-CVE-2004-1027 Tue Feb 9 22:46:58 2016 (r408602) @@ -1,5 +1,5 @@ ---- unarj-2.65.orig/unarj.c -+++ unarj.c +- Fix unchecked path extraction problem (CAN-2004-1027) +Index: unarj.c @@ -235,6 +235,8 @@ static UCRC crctable[UCHAR_MAX + 1]; /* Functions */ @@ -23,3 +23,98 @@ } if (host_os != OS) +Index: Makefile +@@ -9,7 +9,9 @@ + + decode.o: decode.c unarj.h + +-OBJS = unarj.o decode.o environ.o ++sanitize.o: sanitize.c unarj.h ++ ++OBJS = unarj.o decode.o environ.o sanitize.o + + unarj: $(OBJS) + $(CC) $(LDFLAGS) $(OBJS) -o unarj +Index: sanitize.c +@@ -0,0 +1,81 @@ ++/* ++ * Path sanitation code by Ludwig Nussel . Public Domain. ++ */ ++ ++#include "unarj.h" ++ ++#include ++#include ++#include ++ ++#ifndef PATH_CHAR ++#define PATH_CHAR '/' ++#endif ++#ifndef MIN ++#define MIN(x,y) ((x)<(y)?(x):(y)) ++#endif ++ ++/* copy src into dest converting the path to a relative one inside the current ++ * directory. dest must hold at least len bytes */ ++void copy_path_relative(char *dest, char *src, size_t len) ++{ ++ char* o = dest; ++ char* p = src; ++ ++ *o = '\0'; ++ ++ while(*p && *p == PATH_CHAR) ++p; ++ for(; len && *p;) ++ { ++ src = p; ++ p = strchr(src, PATH_CHAR); ++ if(!p) p = src+strlen(src); ++ ++ /* . => skip */ ++ if(p-src == 1 && *src == '.' ) ++ { ++ if(*p) src = ++p; ++ } ++ /* .. => pop one */ ++ else if(p-src == 2 && *src == '.' && src[1] == '.') ++ { ++ if(o != dest) ++ { ++ char* tmp; ++ *o = '\0'; ++ tmp = strrchr(dest, PATH_CHAR); ++ if(!tmp) ++ { ++ len += o-dest; ++ o = dest; ++ if(*p) ++p; ++ } ++ else ++ { ++ len += o-tmp; ++ o = tmp; ++ if(*p) ++p; ++ } ++ } ++ else /* nothing to pop */ ++ if(*p) ++p; ++ } ++ else ++ { ++ size_t copy; ++ if(o != dest) ++ { ++ --len; ++ *o++ = PATH_CHAR; ++ } ++ copy = MIN(p-src,len); ++ memcpy(o, src, copy); ++ len -= copy; ++ src += copy; ++ o += copy; ++ if(*p) ++p; ++ } ++ while(*p && *p == PATH_CHAR) ++p; ++ } ++ o[len?0:-1] = '\0'; ++} Copied: head/archivers/unarj/files/patch-environ.c (from r408601, head/archivers/unarj/files/patch-ac) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/archivers/unarj/files/patch-environ.c Tue Feb 9 22:46:58 2016 (r408602, copy of r408601, head/archivers/unarj/files/patch-ac) @@ -0,0 +1,83 @@ +--- environ.c.orig Mon Sep 29 14:00:24 1997 ++++ environ.c Thu Feb 18 01:14:35 1999 +@@ -430,16 +430,24 @@ + + #define SUBS_DEFINED + ++#include ++#include + #include ++#include ++#include + +-#ifndef time_t +-#define time_t long +-#endif ++/*#ifndef time_t ++ #define time_t long ++ #endif*/ ++ ++#include + ++#if !(defined(BSD) && BSD >= 199306) + extern struct tm *localtime(); + extern time_t time(); + extern char *strcpy(); + extern voidp *malloc(); ++#endif + + FILE * + file_open(name, mode) +@@ -535,8 +543,12 @@ + } + + long +-gettz() /* returns the offset from GMT in seconds */ ++gettz(stamp) /* returns the offset from GMT in seconds */ ++time_t stamp; + { ++#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) ++ return -localtime(&stamp)->tm_gmtoff; ++#else + #define NOONOFFSET 43200L + #define SEC_IN_DAY (24L * 60L * 60L) + #define INV_VALUE (SEC_IN_DAY + 1L) +@@ -552,6 +564,7 @@ + noontm = localtime(&noon); + retval = NOONOFFSET - 60 * (60 * noontm->tm_hour - noontm->tm_min); + return retval; ++#endif + } + + long +@@ -600,19 +613,29 @@ + { + time_t m_time; + struct utimbuf ++#ifndef __FreeBSD__ + { + time_t atime; /* New access time */ + time_t mtime; /* New modification time */ + } tb; ++#else ++ tb; ++#endif + + (char *) name; + (uint) attribute; + (uint) host; + +- m_time = mstonix(tstamp) + gettz(); ++ m_time = mstonix(tstamp); ++ m_time += gettz(m_time); + ++#ifndef __FreeBSD__ + tb.mtime = m_time; /* Set modification time */ + tb.atime = m_time; /* Set access time */ ++#else ++ tb.modtime = m_time; /* Set modification time */ ++ tb.actime = m_time; /* Set access time */ ++#endif + + /* set the time stamp on the file */ + return utime(name, &tb); Copied: head/archivers/unarj/files/patch-unarj.c (from r408601, head/archivers/unarj/files/patch-ab) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/archivers/unarj/files/patch-unarj.c Tue Feb 9 22:46:58 2016 (r408602, copy of r408601, head/archivers/unarj/files/patch-ab) @@ -0,0 +1,44 @@ +--- unarj.c.orig Wed Jun 5 12:28:06 2002 ++++ unarj.c Mon Nov 29 17:48:27 2004 +@@ -54,6 +54,10 @@ + #include + #include + #include ++#include ++#include ++#include ++#include + #else /* !MODERN */ + extern void free(); + extern void exit(); +@@ -718,6 +722,8 @@ + extract() + { + char name[FNAME_MAX]; ++ char dir[FNAME_MAX]; ++ char *pos; + + if (check_flags()) + { +@@ -736,6 +742,21 @@ + + if (host_os != OS) + default_case_path(name); ++ ++ ++ /* ++ 8/8/2000 Phil Knirsch: Bugfix to create subdirectories. Unarj didn't ++ do this for a long time, so it's finally fixed. ++ */ ++ pos = strchr(name, PATH_CHAR); ++ ++ while (pos != NULL) ++ { ++ strncpy(dir, name, pos-name); ++ dir[pos-name] = '\0'; ++ mkdir(dir, 0777); ++ pos = strchr(pos+1, PATH_CHAR); ++ } + + if (file_exists(name)) + { Copied: head/archivers/unarj/files/patch-unarj.h (from r408601, head/archivers/unarj/files/patch-aa) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/archivers/unarj/files/patch-unarj.h Tue Feb 9 22:46:58 2016 (r408602, copy of r408601, head/archivers/unarj/files/patch-aa) @@ -0,0 +1,15 @@ +--- unarj.h.orig Mon Sep 29 14:00:24 1997 ++++ unarj.h Thu Feb 18 01:06:10 1999 +@@ -106,8 +106,12 @@ + #endif + + typedef unsigned char uchar; /* 8 bits or more */ ++#if !defined(__FreeBSD__) && !defined(__OpenBSD__) && !defined(__NetBSD__) + typedef unsigned int uint; /* 16 - 32 bits or more */ + typedef unsigned short ushort; /* 16 bits or more */ ++#else ++# include ++#endif + typedef unsigned long ulong; /* 32 bits or more */ + + #define USHRT_BIT (CHAR_BIT * sizeof(ushort)) Modified: head/archivers/unarj/pkg-descr ============================================================================== --- head/archivers/unarj/pkg-descr Tue Feb 9 22:27:53 2016 (r408601) +++ head/archivers/unarj/pkg-descr Tue Feb 9 22:46:58 2016 (r408602) @@ -1,7 +1,5 @@ -This is an extract-only program which allows access to the contents of ARJ -archives. You cannot specify a base directory or select individual files -to extract. UNARJ does not support empty directories or volume labels. -UNARJ is much slower than ARJ because ARJ is highly optimized using -assembly language. +This is an extract-only program which allows access to the contents of ARJ +archives. You cannot specify a base directory or select individual files +to extract. UNARJ does not support empty directories or volume labels. WWW: http://www.arjsoftware.com/ From owner-svn-ports-head@freebsd.org Tue Feb 9 22:53:55 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 254FAAA3EDF; Tue, 9 Feb 2016 22:53:55 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D856C1648; Tue, 9 Feb 2016 22:53:54 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u19Mrrqv096900; Tue, 9 Feb 2016 22:53:53 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u19Mrrfp096896; Tue, 9 Feb 2016 22:53:53 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <201602092253.u19Mrrfp096896@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Tue, 9 Feb 2016 22:53:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408603 - in head/devel: . py-option_merge X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 22:53:55 -0000 Author: truckman Date: Tue Feb 9 22:53:53 2016 New Revision: 408603 URL: https://svnweb.freebsd.org/changeset/ports/408603 Log: New port devel/py-option_merge This provides the option_merge.MergedOptions class, which allows you to treat multiple python dictionaries as one. Sponsored by: Farsight Security, Inc. Added: head/devel/py-option_merge/ head/devel/py-option_merge/Makefile (contents, props changed) head/devel/py-option_merge/distinfo (contents, props changed) head/devel/py-option_merge/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Feb 9 22:46:58 2016 (r408602) +++ head/devel/Makefile Tue Feb 9 22:53:53 2016 (r408603) @@ -4180,6 +4180,7 @@ SUBDIR += py-omniorb SUBDIR += py-omniorb-3 SUBDIR += py-optik + SUBDIR += py-option_merge SUBDIR += py-orbit SUBDIR += py-ordereddict SUBDIR += py-oslo.i18n Added: head/devel/py-option_merge/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-option_merge/Makefile Tue Feb 9 22:53:53 2016 (r408603) @@ -0,0 +1,27 @@ +# $FreeBSD$ + +PORTNAME= option_merge +PORTVERSION= 0.9.9.7 +CATEGORIES= devel python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= truckman@FreeBSD.org +COMMENT= Code to deeply merge multiple python dictionaries + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}delfick_error>=1.6:${PORTSDIR}/devel/py-delfick_error \ + ${PYTHON_PKGNAMEPREFIX}six>=0:${PORTSDIR}/devel/py-six +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}noseofyeti>=1.4.9:${PORTSDIR}/devel/py-noseofyeti \ + ${PYTHON_PKGNAMEPREFIX}nose>=0:${PORTSDIR}/devel/py-nose \ + ${PYTHON_PKGNAMEPREFIX}mock>=0:${PORTSDIR}/devel/py-mock + +NO_ARCH= yes +USES= python +USE_GITHUB= yes +GH_ACCOUNT= delfick +GH_TAGNAME= 2940589 +USE_PYTHON= distutils autoplist + +do-test: + cd ${WRKSRC} && ${PYTHON_CMD} -m nose --with-noy + +.include Added: head/devel/py-option_merge/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-option_merge/distinfo Tue Feb 9 22:53:53 2016 (r408603) @@ -0,0 +1,2 @@ +SHA256 (delfick-option_merge-0.9.9.7-2940589_GH0.tar.gz) = f10ea4c4571d3285518d548d87e3e31fcca79d1e0e28e1b440cc4050c313e381 +SIZE (delfick-option_merge-0.9.9.7-2940589_GH0.tar.gz) = 30258 Added: head/devel/py-option_merge/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-option_merge/pkg-descr Tue Feb 9 22:53:53 2016 (r408603) @@ -0,0 +1,6 @@ +Code to deeply merge multiple python dictionaries + +This provides the option_merge.MergedOptions class, which allows +you to treat multiple python dictionaries as one. + +WWW: http://github.com/delfick/option_merge From owner-svn-ports-head@freebsd.org Tue Feb 9 23:11:39 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 04F37AA2855; Tue, 9 Feb 2016 23:11:39 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AF3659E; Tue, 9 Feb 2016 23:11:38 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u19NBbJK000982; Tue, 9 Feb 2016 23:11:37 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u19NBbN8000980; Tue, 9 Feb 2016 23:11:37 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201602092311.u19NBbN8000980@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Tue, 9 Feb 2016 23:11:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408604 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 23:11:39 -0000 Author: rene Date: Tue Feb 9 23:11:37 2016 New Revision: 408604 URL: https://svnweb.freebsd.org/changeset/ports/408604 Log: Document new vulnerabilities in www/chromium < 48.0.2564.109 Obtained from: http://googlechromereleases.blogspot.nl/2016/02/stable-channel-update_9.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Feb 9 22:53:53 2016 (r408603) +++ head/security/vuxml/vuln.xml Tue Feb 9 23:11:37 2016 (r408604) @@ -55,9 +55,56 @@ Help is also available from ports-securi Notes: * Please add new entries to the beginning of this file. * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) - --> + + + chromium -- multiple vulnerabilities + + + chromium + chromium-npapi + chromium-pulse + 48.0.2564.109 + + + + +

    Google Chrome Releases reports:

    +
    +

    6 security fixes in this release, including:

    +
      +
    • [546677] High CVE-2016-1622: Same-origin bypass in Extensions. + Credit to anonymous.
    • +
    • [577105] High CVE-2016-1623: Same-origin bypass in DOM. Credit + to Mariusz Mlynski.
    • +
    • [583607] High CVE-2016-1624: Buffer overflow in Brotli. Credit + to lukezli.
    • +
    • [509313] Medium CVE-2016-1625: Navigation bypass in Chrome + Instant. Credit to Jann Horn.
    • +
    • [571480] Medium CVE-2016-1626: Out-of-bounds read in PDFium. + Credit to anonymous, working with HP's Zero Day Initiative.
    • +
    • [585517] CVE-2016-1627: Various fixes from internal audits, + fuzzing and other initiatives.
    • +
    +
    + +
    + + CVE-2016-1622 + CVE-2016-1623 + CVE-2016-1624 + CVE-2016-1625 + CVE-2016-1626 + CVE-2016-1627 + http://googlechromereleases.blogspot.nl/2016/02/stable-channel-update_9.html + + + 2016-02-08 + 2016-02-09 + +
    + graphite2 -- code execution vulnerability From owner-svn-ports-head@freebsd.org Wed Feb 10 00:03:50 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BB098AA2451; Wed, 10 Feb 2016 00:03:50 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7C93218EE; Wed, 10 Feb 2016 00:03:50 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1A03nhE017558; Wed, 10 Feb 2016 00:03:49 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1A03nVk017556; Wed, 10 Feb 2016 00:03:49 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201602100003.u1A03nVk017556@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Wed, 10 Feb 2016 00:03:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408605 - head/www/nginx-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2016 00:03:50 -0000 Author: osa Date: Wed Feb 10 00:03:49 2016 New Revision: 408605 URL: https://svnweb.freebsd.org/changeset/ports/408605 Log: Upgrade from 1.9.10 to 1.9.11. Due to internal changes (TCP support in resolver) I've just added several hacks for some third-party module. These changes should be removed once modules will be updated. *) Feature: TCP support in resolver. *) Feature: dynamic modules. *) Bugfix: the $request_length variable did not include size of request headers when using HTTP/2. *) Bugfix: in the ngx_http_v2_module. Modified: head/www/nginx-devel/Makefile head/www/nginx-devel/distinfo Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Tue Feb 9 23:11:37 2016 (r408604) +++ head/www/nginx-devel/Makefile Wed Feb 10 00:03:49 2016 (r408605) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nginx -PORTVERSION= 1.9.10 +PORTVERSION= 1.9.11 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ MASTER_SITES+= LOCAL/osa @@ -1008,6 +1008,14 @@ post-patch: 's!--std=c99!-DMONGO_HAVE_STDINT!' \ ${WRKSRC_gridfs}/config .endif +.if ${PORT_OPTIONS:MLUA} + @${REINPLACE_CMD} \ + 's!ngx_udp_connection_t!ngx_resolver_connection_t!g; \ + s!udp_connections!connections!g; \ + s!udp_connection.connection!udp_connection.udp!g; \ + s!uc->connection!uc->udp!g' \ + ${WRKSRC_lua}/src/ngx_http_lua_socket_udp.* +.endif .if ${PORT_OPTIONS:MPASSENGER} @${REINPLACE_CMD} \ '177,179s!true!false!' \ @@ -1031,6 +1039,20 @@ post-patch: 's!%%PREFIX%%!${LOCALBASE}!g' \ ${WRKDIR}/nginx-sflow-module-${NGINX_SFLOW_VERSION}/ngx_http_sflow_config.h .endif +.if ${PORT_OPTIONS:MSTATSD} + @${REINPLACE_CMD} \ + 's!ngx_udp_connection_t!ngx_resolver_connection_t!g; \ + s!uc->connection!uc->udp!g; \ + s!e->udp_connection->connection!e->udp_connection->udp!g' \ + ${WRKSRC_statsd}/ngx_http_statsd.c +.endif +.if ${PORT_OPTIONS:MUDPLOG} + @${REINPLACE_CMD} \ + 's!ngx_udp_connection_t!ngx_resolver_connection_t!g; \ + s!uc->connection!uc->udp!g; \ + s!e->udp_connection->connection!e->udp_connection->udp!g' \ + ${WRKDIR}/nginx_udplog_module-${NGINX_UDPLOG_VERSION}/ngx_http_udplog_module.c +.endif .if ${PORT_OPTIONS:MICONV} @${REINPLACE_CMD} \ 's!%%PREFIX%%!${LOCALBASE}!g' \ Modified: head/www/nginx-devel/distinfo ============================================================================== --- head/www/nginx-devel/distinfo Tue Feb 9 23:11:37 2016 (r408604) +++ head/www/nginx-devel/distinfo Wed Feb 10 00:03:49 2016 (r408605) @@ -1,5 +1,5 @@ -SHA256 (nginx-1.9.10.tar.gz) = fb14d76844cab0a5a0880768be28965e74f9956790f618c454ef6098e26631d9 -SIZE (nginx-1.9.10.tar.gz) = 889267 +SHA256 (nginx-1.9.11.tar.gz) = 6a5c72f4afaf57a6db064bba0965d72335f127481c5d4e64ee8714e7b368a51f +SIZE (nginx-1.9.11.tar.gz) = 895373 SHA256 (nginx-accesskey-2.0.3.tar.gz) = d9e94321e78a02de16c57f3e048fd31059fd8116ed03d6de7180f435c52502b1 SIZE (nginx-accesskey-2.0.3.tar.gz) = 2632 SHA256 (ngx_http_auth_pam_module-1.2.tar.gz) = 5a85970ba61a99f55a26d2536a11d512b39bbd622f5737d25a9a8c10db81efa9 From owner-svn-ports-head@freebsd.org Wed Feb 10 00:04:06 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 62E94AA24AD; Wed, 10 Feb 2016 00:04:06 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3E0091A07; Wed, 10 Feb 2016 00:04:06 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1A045Vp017712; Wed, 10 Feb 2016 00:04:05 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1A044hs017708; Wed, 10 Feb 2016 00:04:04 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201602100004.u1A044hs017708@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Wed, 10 Feb 2016 00:04:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408606 - in head/dns/dnscrypt-proxy: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2016 00:04:06 -0000 Author: feld Date: Wed Feb 10 00:04:04 2016 New Revision: 408606 URL: https://svnweb.freebsd.org/changeset/ports/408606 Log: dns/dnscrypt-proxy: Update to 1.6.1 * Fix code execution vulnerability * Fix edns0 support * Update OpenDNS resolver name for files/dnscrypt-proxy_multi.in PR: 206938 Approved by: ports-secteam (with hat) MFH: 2016Q1 Added: head/dns/dnscrypt-proxy/files/patch-src_proxy_edns.c (contents, props changed) Modified: head/dns/dnscrypt-proxy/Makefile head/dns/dnscrypt-proxy/distinfo head/dns/dnscrypt-proxy/files/dnscrypt-proxy_multi.in Modified: head/dns/dnscrypt-proxy/Makefile ============================================================================== --- head/dns/dnscrypt-proxy/Makefile Wed Feb 10 00:03:49 2016 (r408605) +++ head/dns/dnscrypt-proxy/Makefile Wed Feb 10 00:04:04 2016 (r408606) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= dnscrypt-proxy -PORTVERSION= 1.6.0 -PORTREVISION= 3 +PORTVERSION= 1.6.1 CATEGORIES= dns MASTER_SITES= http://download.dnscrypt.org/dnscrypt-proxy/ \ http://www.dns-lab.com/downloads/dnscrypt-proxy/ @@ -39,9 +38,7 @@ SUB_FILES= pkg-message USERS= _dnscrypt-proxy -PORTDOCS= AUTHORS ChangeLog INSTALL NEWS README \ - README-PLUGINS.markdown README-WINDOWS.markdown \ - README.markdown TECHNOTES THANKS +PORTDOCS= AUTHORS ChangeLog INSTALL NEWS README* THANKS post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/dns/dnscrypt-proxy/distinfo ============================================================================== --- head/dns/dnscrypt-proxy/distinfo Wed Feb 10 00:03:49 2016 (r408605) +++ head/dns/dnscrypt-proxy/distinfo Wed Feb 10 00:04:04 2016 (r408606) @@ -1,2 +1,2 @@ -SHA256 (dnscrypt-proxy-1.6.0.tar.gz) = 7703a41a1040fc30b19fdfbbaba36b411e66d998584b0e2fa5088f734f4f86be -SIZE (dnscrypt-proxy-1.6.0.tar.gz) = 1579293 +SHA256 (dnscrypt-proxy-1.6.1.tar.gz) = c519012a66f3ee30be02113d1e0139be08ccd2ec45ca4102eac35be731a65340 +SIZE (dnscrypt-proxy-1.6.1.tar.gz) = 1721006 Modified: head/dns/dnscrypt-proxy/files/dnscrypt-proxy_multi.in ============================================================================== --- head/dns/dnscrypt-proxy/files/dnscrypt-proxy_multi.in Wed Feb 10 00:03:49 2016 (r408605) +++ head/dns/dnscrypt-proxy/files/dnscrypt-proxy_multi.in Wed Feb 10 00:04:04 2016 (r408606) @@ -57,7 +57,7 @@ for i in $dnscrypt_proxy_instances; do eval dnscrypt_proxy_logfile_tmp=\${${i}_logfile} : ${dnscrypt_proxy_uid_tmp:=_dnscrypt-proxy} # User to run daemon as -: ${dnscrypt_proxy_resolver_tmp:=opendns} # resolver to use +: ${dnscrypt_proxy_resolver_tmp:=cisco} # resolver to use : ${dnscrypt_proxy_pidfile_tmp:=/var/run/${i}.pid} # Path to pid file : ${dnscrypt_proxy_logfile_tmp:=/var/log/${i}.log} # Path to log file Added: head/dns/dnscrypt-proxy/files/patch-src_proxy_edns.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/dnscrypt-proxy/files/patch-src_proxy_edns.c Wed Feb 10 00:04:04 2016 (r408606) @@ -0,0 +1,34 @@ +# Origin: https://github.com/jedisct1/dnscrypt-proxy/commit/a193c6ff1ca2b24bb283f0d64bf8f5faefc0def1 +# Subject: Repair edns0 support + +--- src/proxy/edns.c.orig 2016-02-02 15:42:19 UTC ++++ src/proxy/edns.c +@@ -10,7 +10,7 @@ + #include "dnscrypt_proxy.h" + #include "edns.h" + +-#define DNS_MAX_HOSTNAME_LEN 255U ++#define DNS_MAX_HOSTNAME_LEN 256U + + static int + _skip_name(const uint8_t * const dns_packet, const size_t dns_packet_len, +@@ -26,9 +26,6 @@ _skip_name(const uint8_t * const dns_pac + } + for (;;) { + name_component_len = dns_packet[offset]; +- if (name_component_len == 0U) { +- break; +- } + if ((name_component_len & 0xC0) == 0xC0) { + name_component_len = 1U; + } +@@ -40,6 +37,9 @@ _skip_name(const uint8_t * const dns_pac + return -1; + } + offset += name_component_len + 1U; ++ if (name_component_len == 0U) { ++ break; ++ } + } + if (offset >= dns_packet_len) { + return -1; From owner-svn-ports-head@freebsd.org Wed Feb 10 00:07:47 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2F992AA2728; Wed, 10 Feb 2016 00:07:47 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F0E881CF9; Wed, 10 Feb 2016 00:07:46 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1A07j8L018152; Wed, 10 Feb 2016 00:07:45 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1A07jVD018150; Wed, 10 Feb 2016 00:07:45 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201602100007.u1A07jVD018150@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Wed, 10 Feb 2016 00:07:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408608 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2016 00:07:47 -0000 Author: feld Date: Wed Feb 10 00:07:45 2016 New Revision: 408608 URL: https://svnweb.freebsd.org/changeset/ports/408608 Log: Fix vuxml to pass `make validate` An errant newline from the last entry caused "Error 1" Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Feb 10 00:05:06 2016 (r408607) +++ head/security/vuxml/vuln.xml Wed Feb 10 00:07:45 2016 (r408608) @@ -56,7 +56,6 @@ Notes: * Please add new entries to the beginning of this file. * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> - chromium -- multiple vulnerabilities From owner-svn-ports-head@freebsd.org Wed Feb 10 00:10:42 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3CA7AAA2978; Wed, 10 Feb 2016 00:10:42 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0D9001FE4; Wed, 10 Feb 2016 00:10:41 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1A0AfS7018409; Wed, 10 Feb 2016 00:10:41 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1A0AeMj018407; Wed, 10 Feb 2016 00:10:40 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201602100010.u1A0AeMj018407@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Wed, 10 Feb 2016 00:10:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408609 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2016 00:10:42 -0000 Author: feld Date: Wed Feb 10 00:10:40 2016 New Revision: 408609 URL: https://svnweb.freebsd.org/changeset/ports/408609 Log: Document dns/dnscrypt-proxy vulnerability PR: 206938 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Feb 10 00:07:45 2016 (r408608) +++ head/security/vuxml/vuln.xml Wed Feb 10 00:10:40 2016 (r408609) @@ -57,6 +57,32 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + dnscrypt-proxy -- code execution + + + dnscrypt-proxy + 1.1.01.6.1 + + + + +

    Frank Denis reports:

    +
    +

    Malformed packets could lead to denial of service or code + execution.

    +
    + +
    + + https://github.com/jedisct1/dnscrypt-proxy/blob/1d129f7d5f0d469308967cbe4eacb4a6919f1fa1/NEWS#L2-L8 + + + 2016-02-02 + 2016-02-10 + +
    + chromium -- multiple vulnerabilities From owner-svn-ports-head@freebsd.org Wed Feb 10 00:21:06 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CD100AA2FD9; Wed, 10 Feb 2016 00:21:06 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 99EBBA19; Wed, 10 Feb 2016 00:21:06 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1A0L5RZ021493; Wed, 10 Feb 2016 00:21:05 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1A0L5L3021491; Wed, 10 Feb 2016 00:21:05 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201602100021.u1A0L5L3021491@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Wed, 10 Feb 2016 00:21:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408610 - head/math/octave-forge-interval X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2016 00:21:06 -0000 Author: stephen Date: Wed Feb 10 00:21:05 2016 New Revision: 408610 URL: https://svnweb.freebsd.org/changeset/ports/408610 Log: - Update to 1.4.0. Modified: head/math/octave-forge-interval/Makefile head/math/octave-forge-interval/distinfo Modified: head/math/octave-forge-interval/Makefile ============================================================================== --- head/math/octave-forge-interval/Makefile Wed Feb 10 00:10:40 2016 (r408609) +++ head/math/octave-forge-interval/Makefile Wed Feb 10 00:21:05 2016 (r408610) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= octave-forge-interval -PORTVERSION= 1.3.0 +PORTVERSION= 1.4.0 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org Modified: head/math/octave-forge-interval/distinfo ============================================================================== --- head/math/octave-forge-interval/distinfo Wed Feb 10 00:10:40 2016 (r408609) +++ head/math/octave-forge-interval/distinfo Wed Feb 10 00:21:05 2016 (r408610) @@ -1,2 +1,2 @@ -SHA256 (octave-forge/interval-1.3.0.tar.gz) = 11b814c1bb76629217f20f83b55f17286a063a5951f1cdeb6655327459576dce -SIZE (octave-forge/interval-1.3.0.tar.gz) = 517414 +SHA256 (octave-forge/interval-1.4.0.tar.gz) = 47cfd5fa361977e0aa043989805eed32d4f42e9034a1161256c7cfc632ced76f +SIZE (octave-forge/interval-1.4.0.tar.gz) = 473161 From owner-svn-ports-head@freebsd.org Wed Feb 10 00:47:22 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DE9AFAA1B89; Wed, 10 Feb 2016 00:47:22 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AAE2B1458; Wed, 10 Feb 2016 00:47:22 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1A0lLwp030084; Wed, 10 Feb 2016 00:47:21 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1A0lLk3030083; Wed, 10 Feb 2016 00:47:21 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <201602100047.u1A0lLk3030083@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Wed, 10 Feb 2016 00:47:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408611 - head/editors/openoffice-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2016 00:47:23 -0000 Author: truckman Date: Wed Feb 10 00:47:21 2016 New Revision: 408611 URL: https://svnweb.freebsd.org/changeset/ports/408611 Log: Disable PDF import plugin to unbreak build with modern boost. A proper fix that can be upstreamed will take a bit longer. PR: 199601 Modified: head/editors/openoffice-devel/Makefile Modified: head/editors/openoffice-devel/Makefile ============================================================================== --- head/editors/openoffice-devel/Makefile Wed Feb 10 00:21:05 2016 (r408610) +++ head/editors/openoffice-devel/Makefile Wed Feb 10 00:47:21 2016 (r408611) @@ -3,7 +3,7 @@ PORTNAME= apache-openoffice PORTVERSION= ${AOOVERSION1}.${AOOVERSION2}.${SVNREVISION} -#PORTREVISION= 1 +PORTREVISION= 1 PORTEPOCH= 4 CATEGORIES= editors java MASTER_SITES= https://dist.apache.org/repos/dist/dev/openoffice/${AOOVERSION}-${AOORC}-r${SVNREVISION}/source/ \ @@ -149,7 +149,7 @@ CPE_PRODUCT= ${PORTNAME:S|apache-||} CPE_VENDOR= apache OPTIONS_DEFINE= CUPS GNOME GNOMEVFS MMEDIA PDFIMPORT SDK WIKI_PUBLISHER CCACHE -OPTIONS_DEFAULT= CUPS GNOME GNOMEVFS MMEDIA PDFIMPORT WIKI_PUBLISHER +OPTIONS_DEFAULT= CUPS GNOME GNOMEVFS MMEDIA WIKI_PUBLISHER GNOME_DESC= GConf + screensaver presentation control via DBUS GNOMEVFS_DESC= GNOME Virtual File System MMEDIA_DESC= Multimedia backend for impress From owner-svn-ports-head@freebsd.org Wed Feb 10 01:46:50 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 89E57AA374B; Wed, 10 Feb 2016 01:46:50 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 59FC7C01; Wed, 10 Feb 2016 01:46:50 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1A1knxS047341; Wed, 10 Feb 2016 01:46:49 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1A1knwr047339; Wed, 10 Feb 2016 01:46:49 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201602100146.u1A1knwr047339@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Wed, 10 Feb 2016 01:46:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408612 - head/www/p5-Mojolicious X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2016 01:46:50 -0000 Author: adamw Date: Wed Feb 10 01:46:49 2016 New Revision: 408612 URL: https://svnweb.freebsd.org/changeset/ports/408612 Log: Update to 6.45. Changes: https://metacpan.org/changes/distribution/Mojolicious Modified: head/www/p5-Mojolicious/Makefile head/www/p5-Mojolicious/distinfo Modified: head/www/p5-Mojolicious/Makefile ============================================================================== --- head/www/p5-Mojolicious/Makefile Wed Feb 10 00:47:21 2016 (r408611) +++ head/www/p5-Mojolicious/Makefile Wed Feb 10 01:46:49 2016 (r408612) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Mojolicious -PORTVERSION= 6.44 +PORTVERSION= 6.45 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/www/p5-Mojolicious/distinfo ============================================================================== --- head/www/p5-Mojolicious/distinfo Wed Feb 10 00:47:21 2016 (r408611) +++ head/www/p5-Mojolicious/distinfo Wed Feb 10 01:46:49 2016 (r408612) @@ -1,2 +1,2 @@ -SHA256 (Mojolicious-6.44.tar.gz) = e092074781e837132971c82246c6a1c5fc6858ed07a03e88d32660192ebf3ecb -SIZE (Mojolicious-6.44.tar.gz) = 660136 +SHA256 (Mojolicious-6.45.tar.gz) = 2aad9392b1f1c1aa46e770c8740ace2abac9b5c5108a97606e018d196d1febbd +SIZE (Mojolicious-6.45.tar.gz) = 660710 From owner-svn-ports-head@freebsd.org Wed Feb 10 02:04:44 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9E3F8AA3F13; Wed, 10 Feb 2016 02:04:44 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 70A6612CE; Wed, 10 Feb 2016 02:04:44 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1A24hV9053197; Wed, 10 Feb 2016 02:04:43 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1A24ht2053194; Wed, 10 Feb 2016 02:04:43 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201602100204.u1A24ht2053194@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Wed, 10 Feb 2016 02:04:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408613 - head/www/py-fedex X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2016 02:04:44 -0000 Author: miwi Date: Wed Feb 10 02:04:43 2016 New Revision: 408613 URL: https://svnweb.freebsd.org/changeset/ports/408613 Log: - Update to 2.3.1 PR: 206760 Submitted by: maintainer Modified: head/www/py-fedex/Makefile head/www/py-fedex/distinfo head/www/py-fedex/pkg-descr Modified: head/www/py-fedex/Makefile ============================================================================== --- head/www/py-fedex/Makefile Wed Feb 10 01:46:49 2016 (r408612) +++ head/www/py-fedex/Makefile Wed Feb 10 02:04:43 2016 (r408613) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fedex -PORTVERSION= 2.2.0 +PORTVERSION= 2.3.1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/www/py-fedex/distinfo ============================================================================== --- head/www/py-fedex/distinfo Wed Feb 10 01:46:49 2016 (r408612) +++ head/www/py-fedex/distinfo Wed Feb 10 02:04:43 2016 (r408613) @@ -1,2 +1,2 @@ -SHA256 (fedex-2.2.0.tar.gz) = 6919a4839a13730211d5812b584046e584ad5ce3144f50ad9b2cbc2a8e305910 -SIZE (fedex-2.2.0.tar.gz) = 580919 +SHA256 (fedex-2.3.1.tar.gz) = eda8185d6afaa01b19e0c2366557b506bee5dbf86d69aea3ea2d2f69dcaf49db +SIZE (fedex-2.3.1.tar.gz) = 242548 Modified: head/www/py-fedex/pkg-descr ============================================================================== --- head/www/py-fedex/pkg-descr Wed Feb 10 01:46:49 2016 (r408612) +++ head/www/py-fedex/pkg-descr Wed Feb 10 02:04:43 2016 (r408613) @@ -1,3 +1,3 @@ A light wrapper around Fedex's Web Services SOAP API using suds. -WWW: https://github.com/gtaylor/python-fedex +WWW: https://github.com/python-fedex-devs/python-fedex From owner-svn-ports-head@freebsd.org Wed Feb 10 02:05:30 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B5262AA3FB9; Wed, 10 Feb 2016 02:05:30 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 85BFD146A; Wed, 10 Feb 2016 02:05:30 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1A25TZU053348; Wed, 10 Feb 2016 02:05:29 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1A25TIe053346; Wed, 10 Feb 2016 02:05:29 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201602100205.u1A25TIe053346@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Wed, 10 Feb 2016 02:05:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408614 - head/devel/rubygem-licensee X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2016 02:05:30 -0000 Author: miwi Date: Wed Feb 10 02:05:29 2016 New Revision: 408614 URL: https://svnweb.freebsd.org/changeset/ports/408614 Log: - Update to 6.1.0 PR: 206789 Submitted by: maintainer Modified: head/devel/rubygem-licensee/Makefile head/devel/rubygem-licensee/distinfo (contents, props changed) Modified: head/devel/rubygem-licensee/Makefile ============================================================================== --- head/devel/rubygem-licensee/Makefile Wed Feb 10 02:04:43 2016 (r408613) +++ head/devel/rubygem-licensee/Makefile Wed Feb 10 02:05:29 2016 (r408614) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= licensee -PORTVERSION= 6.0.0 +PORTVERSION= 6.1.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-licensee/distinfo ============================================================================== --- head/devel/rubygem-licensee/distinfo Wed Feb 10 02:04:43 2016 (r408613) +++ head/devel/rubygem-licensee/distinfo Wed Feb 10 02:05:29 2016 (r408614) @@ -1,2 +1,2 @@ -SHA256 (rubygem/licensee-6.0.0.gem) = f15ee9feeb645fe9a15761d0d087cf0d39386928cd4672329e4f0d6b9729c16a -SIZE (rubygem/licensee-6.0.0.gem) = 96256 +SHA256 (rubygem/licensee-6.1.0.gem) = 893bf3698a0f8e0866b10c87d25ab3efa2d299e062d30eeee1e780d9d47f5087 +SIZE (rubygem/licensee-6.1.0.gem) = 96768 From owner-svn-ports-head@freebsd.org Wed Feb 10 02:06:05 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 84DEAAA2033; Wed, 10 Feb 2016 02:06:05 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 55AAA1600; Wed, 10 Feb 2016 02:06:05 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1A264rq053494; Wed, 10 Feb 2016 02:06:04 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1A264nk053492; Wed, 10 Feb 2016 02:06:04 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201602100206.u1A264nk053492@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Wed, 10 Feb 2016 02:06:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408615 - head/misc/py-spdx X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2016 02:06:05 -0000 Author: miwi Date: Wed Feb 10 02:06:04 2016 New Revision: 408615 URL: https://svnweb.freebsd.org/changeset/ports/408615 Log: - Update to 2.3.0 PR: 206790 Submitted by: maintainer Modified: head/misc/py-spdx/Makefile head/misc/py-spdx/distinfo (contents, props changed) Modified: head/misc/py-spdx/Makefile ============================================================================== --- head/misc/py-spdx/Makefile Wed Feb 10 02:05:29 2016 (r408614) +++ head/misc/py-spdx/Makefile Wed Feb 10 02:06:04 2016 (r408615) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= spdx -DISTVERSION= 2.3.0b1.post2 -PORTREVISION= 1 +DISTVERSION= 2.3.0 CATEGORIES= misc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/misc/py-spdx/distinfo ============================================================================== --- head/misc/py-spdx/distinfo Wed Feb 10 02:05:29 2016 (r408614) +++ head/misc/py-spdx/distinfo Wed Feb 10 02:06:04 2016 (r408615) @@ -1,2 +1,2 @@ -SHA256 (spdx-2.3.0b1.post2.tar.gz) = c1fff6408ee1a2b2a063c234c31dcd2b1d8b39915128152d61de2cefcf66aa98 -SIZE (spdx-2.3.0b1.post2.tar.gz) = 564691 +SHA256 (spdx-2.3.0.tar.gz) = 48cec5667567f32976e2704f42289eae386fa2ed8418d023ed9cb44f06132780 +SIZE (spdx-2.3.0.tar.gz) = 565376 From owner-svn-ports-head@freebsd.org Wed Feb 10 02:06:52 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BBC6DAA2120; Wed, 10 Feb 2016 02:06:52 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8E3F5180C; Wed, 10 Feb 2016 02:06:52 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1A26pQE053639; Wed, 10 Feb 2016 02:06:51 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1A26pBC053637; Wed, 10 Feb 2016 02:06:51 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201602100206.u1A26pBC053637@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Wed, 10 Feb 2016 02:06:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408616 - head/misc/py-spdx-lookup X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2016 02:06:52 -0000 Author: miwi Date: Wed Feb 10 02:06:51 2016 New Revision: 408616 URL: https://svnweb.freebsd.org/changeset/ports/408616 Log: - Update to 0.3.2 PR: 206791 Submitted by: maintainer Modified: head/misc/py-spdx-lookup/Makefile head/misc/py-spdx-lookup/distinfo (contents, props changed) Modified: head/misc/py-spdx-lookup/Makefile ============================================================================== --- head/misc/py-spdx-lookup/Makefile Wed Feb 10 02:06:04 2016 (r408615) +++ head/misc/py-spdx-lookup/Makefile Wed Feb 10 02:06:51 2016 (r408616) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= spdx-lookup -PORTVERSION= 0.3.0 -PORTREVISION= 1 +PORTVERSION= 0.3.2 CATEGORIES= misc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/misc/py-spdx-lookup/distinfo ============================================================================== --- head/misc/py-spdx-lookup/distinfo Wed Feb 10 02:06:04 2016 (r408615) +++ head/misc/py-spdx-lookup/distinfo Wed Feb 10 02:06:51 2016 (r408616) @@ -1,2 +1,2 @@ -SHA256 (spdx-lookup-0.3.0.tar.gz) = 548ec49758b88a213bf96e6ecb659de07adf51abbbe960820f7ca638bc75c6ab -SIZE (spdx-lookup-0.3.0.tar.gz) = 3975 +SHA256 (spdx-lookup-0.3.2.tar.gz) = d81e16ace58f668be3c2a8502355269e1661083a0c8538015945821469f6a5fa +SIZE (spdx-lookup-0.3.2.tar.gz) = 4763 From owner-svn-ports-head@freebsd.org Wed Feb 10 02:08:10 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EAD27AA21C4; Wed, 10 Feb 2016 02:08:10 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B903B196B; Wed, 10 Feb 2016 02:08:10 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1A289FC053812; Wed, 10 Feb 2016 02:08:09 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1A289n7053810; Wed, 10 Feb 2016 02:08:09 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201602100208.u1A289n7053810@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Wed, 10 Feb 2016 02:08:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408617 - head/security/py-pysaml2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2016 02:08:11 -0000 Author: miwi Date: Wed Feb 10 02:08:09 2016 New Revision: 408617 URL: https://svnweb.freebsd.org/changeset/ports/408617 Log: - Update to 4.0.2 PR: 206792 Submitted by: maintainer Modified: head/security/py-pysaml2/Makefile head/security/py-pysaml2/distinfo Modified: head/security/py-pysaml2/Makefile ============================================================================== --- head/security/py-pysaml2/Makefile Wed Feb 10 02:06:51 2016 (r408616) +++ head/security/py-pysaml2/Makefile Wed Feb 10 02:08:09 2016 (r408617) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pysaml2 -PORTVERSION= 4.0.1 +PORTVERSION= 4.0.2 CATEGORIES= security devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/security/py-pysaml2/distinfo ============================================================================== --- head/security/py-pysaml2/distinfo Wed Feb 10 02:06:51 2016 (r408616) +++ head/security/py-pysaml2/distinfo Wed Feb 10 02:08:09 2016 (r408617) @@ -1,2 +1,2 @@ -SHA256 (pysaml2-4.0.1.tar.gz) = 8bd010ceac7b0c29b7bd67bd5b7bc993f3975eae67f8c49b4bf89a8dc4e5a948 -SIZE (pysaml2-4.0.1.tar.gz) = 13656835 +SHA256 (pysaml2-4.0.2.tar.gz) = 24cec8dbc20a7772854563ffc9a19297afcc38c4c7558c063b4c8c302f8a958b +SIZE (pysaml2-4.0.2.tar.gz) = 13657558 From owner-svn-ports-head@freebsd.org Wed Feb 10 02:10:04 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CA2A9AA2290; Wed, 10 Feb 2016 02:10:04 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 99DCC1A84; Wed, 10 Feb 2016 02:10:04 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1A2A3bm054012; Wed, 10 Feb 2016 02:10:03 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1A2A3X7054010; Wed, 10 Feb 2016 02:10:03 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201602100210.u1A2A3X7054010@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Wed, 10 Feb 2016 02:10:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408618 - head/graphics/py-django-easy-thumbnails X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2016 02:10:04 -0000 Author: miwi Date: Wed Feb 10 02:10:03 2016 New Revision: 408618 URL: https://svnweb.freebsd.org/changeset/ports/408618 Log: - Update to 2.3 PR: 206741 Submitted by: maintainer Modified: head/graphics/py-django-easy-thumbnails/Makefile head/graphics/py-django-easy-thumbnails/distinfo Modified: head/graphics/py-django-easy-thumbnails/Makefile ============================================================================== --- head/graphics/py-django-easy-thumbnails/Makefile Wed Feb 10 02:08:09 2016 (r408617) +++ head/graphics/py-django-easy-thumbnails/Makefile Wed Feb 10 02:10:03 2016 (r408618) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= easy-thumbnails -PORTVERSION= 1.0.3 -PORTREVISION= 2 +PORTVERSION= 2.3 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}django- Modified: head/graphics/py-django-easy-thumbnails/distinfo ============================================================================== --- head/graphics/py-django-easy-thumbnails/distinfo Wed Feb 10 02:08:09 2016 (r408617) +++ head/graphics/py-django-easy-thumbnails/distinfo Wed Feb 10 02:10:03 2016 (r408618) @@ -1,2 +1,2 @@ -SHA256 (easy-thumbnails-1.0.3.tar.gz) = 8f327690edc5f2caf659014d93a13cf87d10cb73e1d59d10be0107615b77abdb -SIZE (easy-thumbnails-1.0.3.tar.gz) = 48123 +SHA256 (easy-thumbnails-2.3.tar.gz) = 5ae57f086026dbfe4aa59e9bc80bcae1ae6daca63dec02a2d510c3ab098f0de2 +SIZE (easy-thumbnails-2.3.tar.gz) = 76840 From owner-svn-ports-head@freebsd.org Wed Feb 10 09:00:19 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 74262AA33C7; Wed, 10 Feb 2016 09:00:19 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2B25E9A; Wed, 10 Feb 2016 09:00:19 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1A90IxP074316; Wed, 10 Feb 2016 09:00:18 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1A90IYN074314; Wed, 10 Feb 2016 09:00:18 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201602100900.u1A90IYN074314@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Wed, 10 Feb 2016 09:00:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408619 - in head/devel/tcllib: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2016 09:00:19 -0000 Author: gahr Date: Wed Feb 10 09:00:17 2016 New Revision: 408619 URL: https://svnweb.freebsd.org/changeset/ports/408619 Log: devel/tcllibc: fix build on 32-bit platforms, don't build doc or man Modified: head/devel/tcllib/Makefile head/devel/tcllib/files/patch-warnings Modified: head/devel/tcllib/Makefile ============================================================================== --- head/devel/tcllib/Makefile Wed Feb 10 02:10:03 2016 (r408618) +++ head/devel/tcllib/Makefile Wed Feb 10 09:00:17 2016 (r408619) @@ -4,6 +4,7 @@ PORTNAME= tcllib DISTVERSIONPREFIX= ${PORTNAME}_ DISTVERSION= 1_18 +PORTREVISION= 1 CATEGORIES= devel tcl MAINTAINER= tcltk@FreeBSD.org @@ -36,9 +37,7 @@ INSTALL_ARGS= -pkgs -pkg-path ${STAGEDIR # # Man pages # -.if !(defined(ALL_TARGET) && !empty(${ALL_TARGET:Mcritcl})) - -.if ${PORT_OPTIONS:MMANPAGES} +.if ${PORT_OPTIONS:MMANPAGES} && !(defined(ALL_TARGET) && !empty(${ALL_TARGET:Mcritcl})) ALL_TARGET+= nroff-doc INSTALL_ARGS+= -nroff-path ${STAGEDIR}${PREFIX}/man/mann .else @@ -48,15 +47,13 @@ INSTALL_ARGS+= -no-nroff # # HTML documentation # -.if ${PORT_OPTIONS:MDOCS} +.if ${PORT_OPTIONS:MDOCS} && !(defined(ALL_TARGET) && !empty(${ALL_TARGET:Mcritcl})) ALL_TARGET+= html-doc INSTALL_ARGS+= -html-path ${STAGEDIR}${DOCSDIR} .else INSTALL_ARGS+= -no-html .endif -.endif # ${ALL_TARGET} != "crictl" - .if !target(post-patch) post-patch: # Modified: head/devel/tcllib/files/patch-warnings ============================================================================== --- head/devel/tcllib/files/patch-warnings Wed Feb 10 02:10:03 2016 (r408618) +++ head/devel/tcllib/files/patch-warnings Wed Feb 10 09:00:17 2016 (r408619) @@ -192,13 +192,6 @@ +#include /* intptr_t */ /* -@@ -55,5 +55,5 @@ SCOPE Tcl_Obj* rde_param_query - SCOPE void rde_param_query_es (RDE_PARAM p, long int* ec, ERROR_STATE*** ev); - SCOPE void rde_param_query_ls (RDE_PARAM p, long int* lc, void*** lv); --SCOPE long int rde_param_query_lstop (RDE_PARAM p); -+SCOPE intptr_t rde_param_query_lstop (RDE_PARAM p); - SCOPE Tcl_HashTable* rde_param_query_nc (RDE_PARAM p); - SCOPE int rde_param_query_st (RDE_PARAM p); --- modules/pt/rde_critcl/param.c 2015-04-30 04:21:20 UTC +++ modules/pt/rde_critcl/param.c 2015-05-27 18:11:57 @@ -4,9 +4,11 @@ From owner-svn-ports-head@freebsd.org Wed Feb 10 09:40:50 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 48A51AA48D1; Wed, 10 Feb 2016 09:40:50 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0B0CD1CE2; Wed, 10 Feb 2016 09:40:49 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1A9enZs086325; Wed, 10 Feb 2016 09:40:49 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1A9emHd086321; Wed, 10 Feb 2016 09:40:48 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201602100940.u1A9emHd086321@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Wed, 10 Feb 2016 09:40:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408620 - in head/databases: . rubygem-em-redis-unified X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2016 09:40:50 -0000 Author: robak Date: Wed Feb 10 09:40:48 2016 New Revision: 408620 URL: https://svnweb.freebsd.org/changeset/ports/408620 Log: New port: databases/rubygem-em-redis-unified Eventmachine-based implementation of the Redis protocol An EventMachine based library for interacting with the Redis data store by Salvatore 'antirez' Sanfilippo. Modeled after eventmachine's implementation of the memcached protocol, and influenced by Ezra Zygmuntowicz's redis-rb library (distributed as part of Redis). WWW: https://rubygems.org/gems/em-redis-unified Submitted by: Bartek Rutkowski Added: head/databases/rubygem-em-redis-unified/ head/databases/rubygem-em-redis-unified/Makefile (contents, props changed) head/databases/rubygem-em-redis-unified/distinfo (contents, props changed) head/databases/rubygem-em-redis-unified/pkg-descr (contents, props changed) Modified: head/databases/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Wed Feb 10 09:00:17 2016 (r408619) +++ head/databases/Makefile Wed Feb 10 09:40:48 2016 (r408620) @@ -891,6 +891,7 @@ SUBDIR += rubygem-do_mysql SUBDIR += rubygem-do_postgres SUBDIR += rubygem-do_sqlite3 + SUBDIR += rubygem-em-redis-unified SUBDIR += rubygem-familia SUBDIR += rubygem-globalid SUBDIR += rubygem-her Added: head/databases/rubygem-em-redis-unified/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/rubygem-em-redis-unified/Makefile Wed Feb 10 09:40:48 2016 (r408620) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= em-redis-unified +PORTVERSION= 1.0.1 +CATEGORIES= databases rubygems +MASTER_SITES= RG + +MAINTAINER= ports@FreeBSD.org +COMMENT= Eventmachine-based implementation of the Redis protocol + +LICENSE= MIT + +RUN_DEPENDS= rubygem-eventmachine>=0.12.10:${PORTSDIR}/devel/rubygem-eventmachine + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Added: head/databases/rubygem-em-redis-unified/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/rubygem-em-redis-unified/distinfo Wed Feb 10 09:40:48 2016 (r408620) @@ -0,0 +1,2 @@ +SHA256 (rubygem/em-redis-unified-1.0.1.gem) = 3bd501a48741164bc84ea428b3c871e5274ad868af4215659981b9c50413ee67 +SIZE (rubygem/em-redis-unified-1.0.1.gem) = 18432 Added: head/databases/rubygem-em-redis-unified/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/rubygem-em-redis-unified/pkg-descr Wed Feb 10 09:40:48 2016 (r408620) @@ -0,0 +1,6 @@ +An EventMachine based library for interacting with the Redis data store +by Salvatore 'antirez' Sanfilippo. Modeled after eventmachine's +implementation of the memcached protocol, and influenced by Ezra Zygmuntowicz's +redis-rb library (distributed as part of Redis). + +WWW: https://rubygems.org/gems/em-redis-unified From owner-svn-ports-head@freebsd.org Wed Feb 10 10:21:21 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 753D8AA42B9; Wed, 10 Feb 2016 10:21:21 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 42F0A1A1C; Wed, 10 Feb 2016 10:21:21 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1AALKe4098697; Wed, 10 Feb 2016 10:21:20 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1AALK6b098695; Wed, 10 Feb 2016 10:21:20 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201602101021.u1AALK6b098695@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Wed, 10 Feb 2016 10:21:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408621 - in head: audio/etcd devel/etcd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2016 10:21:21 -0000 Author: gahr Date: Wed Feb 10 10:21:19 2016 New Revision: 408621 URL: https://svnweb.freebsd.org/changeset/ports/408621 Log: audio/etcd: rename bin/etcd to bin/e-tcd, remove conflict with devel/etcd Modified: head/audio/etcd/Makefile head/devel/etcd/Makefile Modified: head/audio/etcd/Makefile ============================================================================== --- head/audio/etcd/Makefile Wed Feb 10 09:40:48 2016 (r408620) +++ head/audio/etcd/Makefile Wed Feb 10 10:21:19 2016 (r408621) @@ -3,7 +3,7 @@ PORTNAME= etcd PORTVERSION= 1.0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= LOCAL/gahr \ http://people.freebsd.org/~gahr/distfiles/ \ @@ -12,16 +12,14 @@ MASTER_SITES= LOCAL/gahr \ MAINTAINER= ports@FreeBSD.org COMMENT= Enhanced Tiny CD, a simple ncurses-based CD player -CONFLICTS_INSTALL=coreos-etcd - USE_SDL= sdl MAKE_ARGS= INCDIR=${LOCALBASE}/include LIBDIR=${LOCALBASE}/lib \ SDL_LIBS="-lSDL -pthread" NCURSES_LIBS="-lncursesw" -PLIST_FILES= bin/etcd +PLIST_FILES= bin/e-tcd do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/etcd ${STAGEDIR}${PREFIX}/bin/ + ${INSTALL_PROGRAM} ${WRKSRC}/etcd ${STAGEDIR}${PREFIX}/bin/e-tcd .include Modified: head/devel/etcd/Makefile ============================================================================== --- head/devel/etcd/Makefile Wed Feb 10 09:40:48 2016 (r408620) +++ head/devel/etcd/Makefile Wed Feb 10 10:21:19 2016 (r408621) @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LOCALBASE}/bin/go:${PORTSDIR}/lang/go -CONFLICTS_INSTALL=coreos-etcdctl-0.* etcd +CONFLICTS_INSTALL=coreos-etcdctl-0.* USE_GITHUB= yes GH_ACCOUNT= coreos From owner-svn-ports-head@freebsd.org Wed Feb 10 11:31:48 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CC488AA32ED; Wed, 10 Feb 2016 11:31:48 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8233A1336; Wed, 10 Feb 2016 11:31:48 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1ABVlJO020796; Wed, 10 Feb 2016 11:31:47 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1ABVlWh020793; Wed, 10 Feb 2016 11:31:47 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201602101131.u1ABVlWh020793@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Wed, 10 Feb 2016 11:31:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408622 - head/graphics/libdrm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2016 11:31:48 -0000 Author: kwm Date: Wed Feb 10 11:31:47 2016 New Revision: 408622 URL: https://svnweb.freebsd.org/changeset/ports/408622 Log: Update libdrm to 2.4.66. Modified: head/graphics/libdrm/Makefile head/graphics/libdrm/distinfo head/graphics/libdrm/pkg-plist Modified: head/graphics/libdrm/Makefile ============================================================================== --- head/graphics/libdrm/Makefile Wed Feb 10 10:21:19 2016 (r408621) +++ head/graphics/libdrm/Makefile Wed Feb 10 11:31:47 2016 (r408622) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libdrm -PORTVERSION= 2.4.65 -PORTREVISION= 1 +PORTVERSION= 2.4.66 PORTEPOCH= 1 CATEGORIES= graphics x11 MASTER_SITES= http://dri.freedesktop.org/libdrm/ Modified: head/graphics/libdrm/distinfo ============================================================================== --- head/graphics/libdrm/distinfo Wed Feb 10 10:21:19 2016 (r408621) +++ head/graphics/libdrm/distinfo Wed Feb 10 11:31:47 2016 (r408622) @@ -1,2 +1,2 @@ -SHA256 (libdrm-2.4.65.tar.bz2) = 71960ac8bde7d710992b1bc8879935e8300a870c36bd06f22412d0447e3d96c4 -SIZE (libdrm-2.4.65.tar.bz2) = 645877 +SHA256 (libdrm-2.4.66.tar.bz2) = 79cb8e988749794edfb2d777b298d5292eff353bbbb71ed813589e61d2bc2d76 +SIZE (libdrm-2.4.66.tar.bz2) = 694574 Modified: head/graphics/libdrm/pkg-plist ============================================================================== --- head/graphics/libdrm/pkg-plist Wed Feb 10 10:21:19 2016 (r408621) +++ head/graphics/libdrm/pkg-plist Wed Feb 10 11:31:47 2016 (r408622) @@ -10,7 +10,14 @@ include/libdrm/i915_drm.h %%INTEL_DRIVER%%include/libdrm/intel_debug.h include/libdrm/mach64_drm.h include/libdrm/mga_drm.h -%%NOUVEAU%%include/libdrm/nouveau.h +%%NOUVEAU%%include/libdrm/nouveau/nouveau.h +%%NOUVEAU%%include/libdrm/nouveau/nvif/cl0080.h +%%NOUVEAU%%include/libdrm/nouveau/nvif/cl9097.h +%%NOUVEAU%%include/libdrm/nouveau/nvif/class.h +%%NOUVEAU%%include/libdrm/nouveau/nvif/if0002.h +%%NOUVEAU%%include/libdrm/nouveau/nvif/if0003.h +%%NOUVEAU%%include/libdrm/nouveau/nvif/ioctl.h +%%NOUVEAU%%include/libdrm/nouveau/nvif/unpack.h include/libdrm/nouveau_drm.h include/libdrm/qxl_drm.h include/libdrm/r128_drm.h From owner-svn-ports-head@freebsd.org Wed Feb 10 11:58:35 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AD38EAA4014; Wed, 10 Feb 2016 11:58:35 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7DCC6AD; Wed, 10 Feb 2016 11:58:35 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1ABwYr6027527; Wed, 10 Feb 2016 11:58:34 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1ABwY2K027525; Wed, 10 Feb 2016 11:58:34 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201602101158.u1ABwY2K027525@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Wed, 10 Feb 2016 11:58:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408623 - head/sysutils/amtc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2016 11:58:35 -0000 Author: pi Date: Wed Feb 10 11:58:34 2016 New Revision: 408623 URL: https://svnweb.freebsd.org/changeset/ports/408623 Log: sysutils/amtc: 0.8.4 -> 0.8.5 Changes: https://github.com/schnoddelbotz/amtc/blob/master/CHANGELOG.md PR: 206403 Submitted by: jochen@jochen-neumeister.de Approved by: tony.li@tony.li (maintainer timeout) Modified: head/sysutils/amtc/Makefile head/sysutils/amtc/distinfo Modified: head/sysutils/amtc/Makefile ============================================================================== --- head/sysutils/amtc/Makefile Wed Feb 10 11:31:47 2016 (r408622) +++ head/sysutils/amtc/Makefile Wed Feb 10 11:58:34 2016 (r408623) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= amtc -PORTVERSION= 0.8.4 +PORTVERSION= 0.8.5 CATEGORIES= sysutils MAINTAINER= tony.li@tony.li Modified: head/sysutils/amtc/distinfo ============================================================================== --- head/sysutils/amtc/distinfo Wed Feb 10 11:31:47 2016 (r408622) +++ head/sysutils/amtc/distinfo Wed Feb 10 11:58:34 2016 (r408623) @@ -1,2 +1,2 @@ -SHA256 (schnoddelbotz-amtc-0.8.4-e7822e8_GH0.tar.gz) = 9fdbcfd2b10e87d0363b2b8498779f35d864ff29596ee15994f0c55ef9595abb -SIZE (schnoddelbotz-amtc-0.8.4-e7822e8_GH0.tar.gz) = 1503968 +SHA256 (schnoddelbotz-amtc-0.8.5-e7822e8_GH0.tar.gz) = 9fdbcfd2b10e87d0363b2b8498779f35d864ff29596ee15994f0c55ef9595abb +SIZE (schnoddelbotz-amtc-0.8.5-e7822e8_GH0.tar.gz) = 1503968 From owner-svn-ports-head@freebsd.org Wed Feb 10 12:03:09 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 43197AA489D; Wed, 10 Feb 2016 12:03:09 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pf0-x22a.google.com (mail-pf0-x22a.google.com [IPv6:2607:f8b0:400e:c00::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 13AAFBC3; Wed, 10 Feb 2016 12:03:09 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by mail-pf0-x22a.google.com with SMTP id c10so11333541pfc.2; Wed, 10 Feb 2016 04:03:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=3cH5SwOLYwDK/oK6QcbSZSXuInFhb1MrgOpIFAa7P5s=; b=jgHVMM6RzjonYX1pvVeIpdR3v3+wOzO/ypysu+wBHM9ZcZWUZpNE65sck0dPC7HTtI AOR9fq2OmAamKFFtzq/aYdvjh3HBsqNAWdjBm7+ImHtESuKrltQOKgCxxX6XZVeR/YOQ PsxtiCHRJjvQf4mCwSJdHoJaRpAUS5Pg3BEprFbQttugq2CS9el/rlljcpKusiThJYMw +MSOYbBwEdoQ/JuntFV0DenEvEgFypWi0vsEJhRXJxJiImrKqh1FxLgr7C76hsf65b/g A+QmYGv+oa/EQl6DrLGXH/0ePJAUcDablaIKYipPUXHwxla9XwDcjGjVL4OQb+FYLA5R 5NpA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:reply-to:subject:references:to:from :message-id:date:user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=3cH5SwOLYwDK/oK6QcbSZSXuInFhb1MrgOpIFAa7P5s=; b=KzQc2gKmrcDB6Qv6fMMIacmJF7L5ObBC4CUUAJp7jShT4kPDYGXvmirk5kvNYv/L51 XY2PaVWv7hmOJP12Pzq131tRqzHEaBjNt4SxG7J3UcXn0+gtLL3NJqLS6tqP0OB11YzP /95gzVJSrZol60IxlDlvTNsCAt07OEpZYzxRrKPPj4sJkMRwiEXrpdjCdQwUZVlBzxLr xdmdlMufcnYtEyc4atv0mdVCfv0cOJwZ1sXREUhS5QZM8ksD2d4lT9IB+VbHKs8SkIRJ vvEF1/8sjr3u93egAd/XPDyXV+bq6EyEdMZRPmg6DxH0j+CofFDPB0wmBBUroqj4OIjN Dlng== X-Gm-Message-State: AG10YOS3ZU8ykHY6FU1o0NSXmTi5dH06aqBxOqR3SE2dfuYAgHcagZQY3z1GYIODNqj//Q== X-Received: by 10.98.64.83 with SMTP id n80mr57865497pfa.149.1455105788673; Wed, 10 Feb 2016 04:03:08 -0800 (PST) Received: from ?IPv6:2001:44b8:31ae:7b01:ada3:f1e4:c013:2537? (2001-44b8-31ae-7b01-ada3-f1e4-c013-2537.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01:ada3:f1e4:c013:2537]) by smtp.gmail.com with ESMTPSA id tp6sm4811657pab.25.2016.02.10.04.03.05 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 10 Feb 2016 04:03:08 -0800 (PST) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r408590 - head/archivers/rpm2cpio References: <201602092006.u19K6LQY045520@repo.freebsd.org> To: Alex Kozlov , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Kubilay Kocak Message-ID: <56BB26F2.3030402@FreeBSD.org> Date: Wed, 10 Feb 2016 23:02:58 +1100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:44.0) Gecko/20100101 Thunderbird/44.0 MIME-Version: 1.0 In-Reply-To: <201602092006.u19K6LQY045520@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2016 12:03:09 -0000 On 10/02/2016 7:06 AM, Alex Kozlov wrote: > Author: ak > Date: Tue Feb 9 20:06:21 2016 > New Revision: 408590 > URL: https://svnweb.freebsd.org/changeset/ports/408590 > > Log: > - Simplify port > - Add license > - Install also as rpm2cpio, therefore add CONFLICTS_INSTALL with rpm4 [1] > > Proded by: koobs [1] > Danke! :D From owner-svn-ports-head@freebsd.org Wed Feb 10 12:14:56 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DDBBCAA4D5E; Wed, 10 Feb 2016 12:14:56 +0000 (UTC) (envelope-from fjoe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AE6E7114E; Wed, 10 Feb 2016 12:14:56 +0000 (UTC) (envelope-from fjoe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1ACEtT9033235; Wed, 10 Feb 2016 12:14:55 GMT (envelope-from fjoe@FreeBSD.org) Received: (from fjoe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1ACEtud033233; Wed, 10 Feb 2016 12:14:55 GMT (envelope-from fjoe@FreeBSD.org) Message-Id: <201602101214.u1ACEtud033233@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fjoe set sender to fjoe@FreeBSD.org using -f From: Max Khon Date: Wed, 10 Feb 2016 12:14:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408624 - head/databases/pgadmin3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2016 12:14:57 -0000 Author: fjoe Date: Wed Feb 10 12:14:55 2016 New Revision: 408624 URL: https://svnweb.freebsd.org/changeset/ports/408624 Log: Update to 1.22.1 PR: 206340 Modified: head/databases/pgadmin3/Makefile head/databases/pgadmin3/distinfo Modified: head/databases/pgadmin3/Makefile ============================================================================== --- head/databases/pgadmin3/Makefile Wed Feb 10 11:58:34 2016 (r408623) +++ head/databases/pgadmin3/Makefile Wed Feb 10 12:14:55 2016 (r408624) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= pgadmin3 -PORTVERSION= 1.20.0 -PORTREVISION= 1 +PORTVERSION= 1.22.1 +PORTREVISION= 0 CATEGORIES= databases MASTER_SITES= PGSQL/pgadmin3/release/v${PORTVERSION}/src DIST_SUBDIR= postgresql @@ -15,14 +15,12 @@ LICENSE= PostgreSQL BUILD_DEPENDS= sphinx-build:${PORTSDIR}/textproc/py-sphinx -IGNORE_WITH_PGSQL= 8.2 8.3 8.4 -USES= gettext gmake pgsql #:9.0+ +USES= gettext gmake pgsql:9.0+ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-wx-version=${USE_WX} --enable-databasedesigner USE_GNOME= libxml2 libxslt USE_WX= 2.8 WX_COMPS= wx contrib -WX_UNICODE= yes PLIST_FILES= bin/pgadmin3 PORTDATA= * Modified: head/databases/pgadmin3/distinfo ============================================================================== --- head/databases/pgadmin3/distinfo Wed Feb 10 11:58:34 2016 (r408623) +++ head/databases/pgadmin3/distinfo Wed Feb 10 12:14:55 2016 (r408624) @@ -1,2 +1,2 @@ -SHA256 (postgresql/pgadmin3-1.20.0.tar.gz) = 0773d7826a9c7a998c4872e9b00b998e0bbb10448984d66853420c95fa626b8c -SIZE (postgresql/pgadmin3-1.20.0.tar.gz) = 14394997 +SHA256 (postgresql/pgadmin3-1.22.1.tar.gz) = 719ea7c0e65d99e8f365bf2d395d7a199804170b3266ada1374d9ac790bc783e +SIZE (postgresql/pgadmin3-1.22.1.tar.gz) = 14667770 From owner-svn-ports-head@freebsd.org Wed Feb 10 12:18:21 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6E719AA4F0D; Wed, 10 Feb 2016 12:18:21 +0000 (UTC) (envelope-from fjoe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3F928144D; Wed, 10 Feb 2016 12:18:21 +0000 (UTC) (envelope-from fjoe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1ACIKUQ033503; Wed, 10 Feb 2016 12:18:20 GMT (envelope-from fjoe@FreeBSD.org) Received: (from fjoe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1ACIKYi033502; Wed, 10 Feb 2016 12:18:20 GMT (envelope-from fjoe@FreeBSD.org) Message-Id: <201602101218.u1ACIKYi033502@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fjoe set sender to fjoe@FreeBSD.org using -f From: Max Khon Date: Wed, 10 Feb 2016 12:18:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408625 - head/Mk/Uses X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2016 12:18:21 -0000 Author: fjoe Date: Wed Feb 10 12:18:20 2016 New Revision: 408625 URL: https://svnweb.freebsd.org/changeset/ports/408625 Log: Prefer installed version instead of insisting on using default version. PR: 200569 Modified: head/Mk/Uses/pgsql.mk Modified: head/Mk/Uses/pgsql.mk ============================================================================== --- head/Mk/Uses/pgsql.mk Wed Feb 10 12:14:55 2016 (r408624) +++ head/Mk/Uses/pgsql.mk Wed Feb 10 12:18:20 2016 (r408625) @@ -85,7 +85,7 @@ _WANT_PGSQL_VER?= ${pgsql_ARGS} . endif # Try to match default version, otherwise just take the first version -# that matches +# that matches. Prefer the installed version if it matches . if !empty(_WANT_PGSQL_VER) . for version in ${_WANT_PGSQL_VER} . if ${PGSQL_DEFAULT} == ${version} @@ -93,6 +93,9 @@ PGSQL_VER= ${version} . endif PGSQL_VER?= ${version} . endfor +. if defined(_PGSQL_VER) && ${_WANT_PGSQL_VER:M${_PGSQL_VER}} == ${_PGSQL_VER} +PGSQL_VER= ${_PGSQL_VER} +. endif . if defined(_PGSQL_VER) && ${_PGSQL_VER} != ${PGSQL_VER} IGNORE?= cannot install: the port wants postgresql-client version ${_WANT_PGSQL_VER} and you have version ${_PGSQL_VER} installed . endif From owner-svn-ports-head@freebsd.org Wed Feb 10 12:37:15 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B33EAAA1CD4; Wed, 10 Feb 2016 12:37:15 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6C5CD1CB; Wed, 10 Feb 2016 12:37:15 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1ACbEBN039258; Wed, 10 Feb 2016 12:37:14 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1ACbEZB039255; Wed, 10 Feb 2016 12:37:14 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201602101237.u1ACbEZB039255@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Wed, 10 Feb 2016 12:37:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408626 - head/graphics/ImageMagick X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2016 12:37:15 -0000 Author: kwm Date: Wed Feb 10 12:37:14 2016 New Revision: 408626 URL: https://svnweb.freebsd.org/changeset/ports/408626 Log: Update ImageMagick to 6.9.3-3. Modified: head/graphics/ImageMagick/Makefile head/graphics/ImageMagick/distinfo head/graphics/ImageMagick/pkg-plist Modified: head/graphics/ImageMagick/Makefile ============================================================================== --- head/graphics/ImageMagick/Makefile Wed Feb 10 12:18:20 2016 (r408625) +++ head/graphics/ImageMagick/Makefile Wed Feb 10 12:37:14 2016 (r408626) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ImageMagick -DISTVERSION= 6.9.3-1 +DISTVERSION= 6.9.3-3 PORTEPOCH= 1 CATEGORIES= graphics perl5 MASTER_SITES= http://www.imagemagick.org/download/ \ Modified: head/graphics/ImageMagick/distinfo ============================================================================== --- head/graphics/ImageMagick/distinfo Wed Feb 10 12:18:20 2016 (r408625) +++ head/graphics/ImageMagick/distinfo Wed Feb 10 12:37:14 2016 (r408626) @@ -1,2 +1,2 @@ -SHA256 (ImageMagick-6.9.3-1.tar.xz) = 4385a4d4ef4665de835f5db3f376367be3821cfcbdaf7203edfdf0e8b76942c9 -SIZE (ImageMagick-6.9.3-1.tar.xz) = 8764196 +SHA256 (ImageMagick-6.9.3-3.tar.xz) = d127f76c674f1454adf0444ecec96f344c3dca522cc3320f0ef88d8060123048 +SIZE (ImageMagick-6.9.3-3.tar.xz) = 8769204 Modified: head/graphics/ImageMagick/pkg-plist ============================================================================== --- head/graphics/ImageMagick/pkg-plist Wed Feb 10 12:18:20 2016 (r408625) +++ head/graphics/ImageMagick/pkg-plist Wed Feb 10 12:37:14 2016 (r408626) @@ -598,6 +598,7 @@ man/man1/stream.1.gz %%PORTDOCS%%%%DOCSDIR%%-6/www/Magick++/FormatCharacters.html %%PORTDOCS%%%%DOCSDIR%%-6/www/Magick++/Future.html %%PORTDOCS%%%%DOCSDIR%%-6/www/Magick++/Geometry.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/Magick++/Image++.html %%PORTDOCS%%%%DOCSDIR%%-6/www/Magick++/Image.fig %%PORTDOCS%%%%DOCSDIR%%-6/www/Magick++/Image.html %%PORTDOCS%%%%DOCSDIR%%-6/www/Magick++/Image.png @@ -626,6 +627,7 @@ man/man1/stream.1.gz %%PORTDOCS%%%%DOCSDIR%%-6/www/advanced-windows-installation.html %%PORTDOCS%%%%DOCSDIR%%-6/www/animate.html %%PORTDOCS%%%%DOCSDIR%%-6/www/api.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/Image++.html %%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/ImageMagick_8h-source.html %%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/ImageMagick_8h.html %%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/MagickCore_8h-source.html From owner-svn-ports-head@freebsd.org Wed Feb 10 12:49:22 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9DC63AA225B; Wed, 10 Feb 2016 12:49:22 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 70026835; Wed, 10 Feb 2016 12:49:22 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1ACnL9Q042368; Wed, 10 Feb 2016 12:49:21 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1ACnLIB042365; Wed, 10 Feb 2016 12:49:21 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201602101249.u1ACnLIB042365@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Wed, 10 Feb 2016 12:49:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408627 - in head/x11/pixman: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2016 12:49:22 -0000 Author: kwm Date: Wed Feb 10 12:49:21 2016 New Revision: 408627 URL: https://svnweb.freebsd.org/changeset/ports/408627 Log: Update pixman to 0.34.0. Deleted: head/x11/pixman/files/patch-pixman_pixman-mmx.c Modified: head/x11/pixman/Makefile head/x11/pixman/distinfo head/x11/pixman/pkg-plist Modified: head/x11/pixman/Makefile ============================================================================== --- head/x11/pixman/Makefile Wed Feb 10 12:37:14 2016 (r408626) +++ head/x11/pixman/Makefile Wed Feb 10 12:49:21 2016 (r408627) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pixman -PORTVERSION= 0.32.8 +PORTVERSION= 0.34.0 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org Modified: head/x11/pixman/distinfo ============================================================================== --- head/x11/pixman/distinfo Wed Feb 10 12:37:14 2016 (r408626) +++ head/x11/pixman/distinfo Wed Feb 10 12:49:21 2016 (r408627) @@ -1,2 +1,2 @@ -SHA256 (xorg/lib/pixman-0.32.8.tar.bz2) = 5c63dbb3523fc4d86ed4186677815918a941b7cb390d5eec4f55cb5d66b59fb1 -SIZE (xorg/lib/pixman-0.32.8.tar.bz2) = 696038 +SHA256 (xorg/lib/pixman-0.34.0.tar.bz2) = 39ba3438f3d17c464b0cb8be006dacbca0ab5aee97ebde69fec7ecdbf85794a0 +SIZE (xorg/lib/pixman-0.34.0.tar.bz2) = 739656 Modified: head/x11/pixman/pkg-plist ============================================================================== --- head/x11/pixman/pkg-plist Wed Feb 10 12:37:14 2016 (r408626) +++ head/x11/pixman/pkg-plist Wed Feb 10 12:49:21 2016 (r408627) @@ -3,5 +3,5 @@ include/pixman-1/pixman.h lib/libpixman-1.a lib/libpixman-1.so lib/libpixman-1.so.0 -lib/libpixman-1.so.0.32.8 +lib/libpixman-1.so.0.34.0 libdata/pkgconfig/pixman-1.pc From owner-svn-ports-head@freebsd.org Wed Feb 10 12:49:58 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 67E4CAA2295; Wed, 10 Feb 2016 12:49:58 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2A10391F; Wed, 10 Feb 2016 12:49:58 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1ACnvHI042512; Wed, 10 Feb 2016 12:49:57 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1ACnup9042509; Wed, 10 Feb 2016 12:49:56 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201602101249.u1ACnup9042509@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Wed, 10 Feb 2016 12:49:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408628 - head/x11/xkeyboard-config X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2016 12:49:58 -0000 Author: kwm Date: Wed Feb 10 12:49:56 2016 New Revision: 408628 URL: https://svnweb.freebsd.org/changeset/ports/408628 Log: Update xkeyboard-config to 2.17. Modified: head/x11/xkeyboard-config/Makefile head/x11/xkeyboard-config/distinfo head/x11/xkeyboard-config/pkg-plist Modified: head/x11/xkeyboard-config/Makefile ============================================================================== --- head/x11/xkeyboard-config/Makefile Wed Feb 10 12:49:21 2016 (r408627) +++ head/x11/xkeyboard-config/Makefile Wed Feb 10 12:49:56 2016 (r408628) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= xkeyboard-config -PORTVERSION= 2.16 +PORTVERSION= 2.17 CATEGORIES= x11 MASTER_SITES= XORG/individual/${XORG_CAT}/${PORTNAME} Modified: head/x11/xkeyboard-config/distinfo ============================================================================== --- head/x11/xkeyboard-config/distinfo Wed Feb 10 12:49:21 2016 (r408627) +++ head/x11/xkeyboard-config/distinfo Wed Feb 10 12:49:56 2016 (r408628) @@ -1,2 +1,2 @@ -SHA256 (xorg/data/xkeyboard-config-2.16.tar.bz2) = 1e8a1f212c96b7f71ca0b05da361cac1816d27baae1d8e03e7b53049b58d1d58 -SIZE (xorg/data/xkeyboard-config-2.16.tar.bz2) = 968663 +SHA256 (xorg/data/xkeyboard-config-2.17.tar.bz2) = dec6be44bd31775cdc1ab95bfd75d5f2c0055613eeca8b4e9c6480b183430701 +SIZE (xorg/data/xkeyboard-config-2.17.tar.bz2) = 973675 Modified: head/x11/xkeyboard-config/pkg-plist ============================================================================== --- head/x11/xkeyboard-config/pkg-plist Wed Feb 10 12:49:21 2016 (r408627) +++ head/x11/xkeyboard-config/pkg-plist Wed Feb 10 12:49:56 2016 (r408628) @@ -60,6 +60,7 @@ share/X11/xkb/keycodes/evdev share/X11/xkb/keycodes/fujitsu share/X11/xkb/keycodes/hp share/X11/xkb/keycodes/ibm +share/X11/xkb/keycodes/jolla share/X11/xkb/keycodes/macintosh share/X11/xkb/keycodes/olpc share/X11/xkb/keycodes/sgi_vndr/indigo @@ -144,6 +145,7 @@ share/X11/xkb/symbols/iq share/X11/xkb/symbols/ir share/X11/xkb/symbols/is share/X11/xkb/symbols/it +share/X11/xkb/symbols/jolla_vndr/sbj share/X11/xkb/symbols/jp share/X11/xkb/symbols/ke share/X11/xkb/symbols/keypad @@ -252,6 +254,7 @@ share/X11/xkb/symbols/sun_vndr/ua share/X11/xkb/symbols/sun_vndr/us share/X11/xkb/symbols/sy share/X11/xkb/symbols/terminate +share/X11/xkb/symbols/tg share/X11/xkb/symbols/th share/X11/xkb/symbols/tj share/X11/xkb/symbols/tm @@ -294,8 +297,8 @@ share/X11/xkb/types/pc %%NLS%%share/locale/fi/LC_MESSAGES/xkeyboard-config.mo %%NLS%%share/locale/fr/LC_MESSAGES/xkeyboard-config.mo %%NLS%%share/locale/gl/LC_MESSAGES/xkeyboard-config.mo -%%NLS%%share/locale/hu/LC_MESSAGES/xkeyboard-config.mo %%NLS%%share/locale/hr/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%share/locale/hu/LC_MESSAGES/xkeyboard-config.mo %%NLS%%share/locale/id/LC_MESSAGES/xkeyboard-config.mo %%NLS%%share/locale/it/LC_MESSAGES/xkeyboard-config.mo %%NLS%%share/locale/ja/LC_MESSAGES/xkeyboard-config.mo From owner-svn-ports-head@freebsd.org Wed Feb 10 13:08:15 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4203DAA2E13; Wed, 10 Feb 2016 13:08:15 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 189F3132F; Wed, 10 Feb 2016 13:08:15 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1AD8Ejt048217; Wed, 10 Feb 2016 13:08:14 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1AD8DOZ048215; Wed, 10 Feb 2016 13:08:13 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201602101308.u1AD8DOZ048215@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Wed, 10 Feb 2016 13:08:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408629 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2016 13:08:15 -0000 Author: kwm Date: Wed Feb 10 13:08:13 2016 New Revision: 408629 URL: https://svnweb.freebsd.org/changeset/ports/408629 Log: Document feb 8, 2016 flash vulnerabilities. Security: CVE-2016-0964, CVE-2016-0965, CVE-2016-0966, CVE-2016-0967, CVE-2016-0968, CVE-2016-0969, CVE-2016-0970, CVE-2016-0971, CVE-2016-0972, CVE-2016-0973, CVE-2016-0974, CVE-2016-0975, CVE-2016-0976, CVE-2016-0977, CVE-2016-0978, CVE-2016-0979, CVE-2016-0980, CVE-2016-0981, CVE-2016-0982, CVE-2016-0983, CVE-2016-0984, CVE-2016-0985 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Feb 10 12:49:56 2016 (r408628) +++ head/security/vuxml/vuln.xml Wed Feb 10 13:08:13 2016 (r408629) @@ -57,6 +57,67 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + flash -- multiple vulnerabilities + + + linux-c6-flashplugin + linux-f10-flashplugin + linux-c6_64-flashplugin + 11.2r202.569 + + + + +

    Adobe reports:

    +
    +

    These updates resolve a type confusion vulnerability that + could lead to code execution (CVE-2016-0985).

    +

    These updates resolve use-after-free vulnerabilities that + could lead to code execution (CVE-2016-0973, CVE-2016-0974, + CVE-2016-0975, CVE-2016-0982, CVE-2016-0983, CVE-2016-0984).

    +

    These updates resolve a heap buffer overflow vulnerability + that could lead to code execution (CVE-2016-0971).

    +

    These updates resolve memory corruption vulnerabilities + that could lead to code execution (CVE-2016-0964, + CVE-2016-0965, CVE-2016-0966, CVE-2016-0967, CVE-2016-0968, + CVE-2016-0969, CVE-2016-0970, CVE-2016-0972, CVE-2016-0976, + CVE-2016-0977, CVE-2016-0978, CVE-2016-0979, CVE-2016-0980, + CVE-2016-0981).

    +
    + +
    + + CVE-2015-0964 + CVE-2015-0965 + CVE-2015-0966 + CVE-2015-0967 + CVE-2015-0968 + CVE-2015-0969 + CVE-2015-0970 + CVE-2015-0971 + CVE-2015-0972 + CVE-2015-0973 + CVE-2015-0974 + CVE-2015-0975 + CVE-2015-0976 + CVE-2015-0977 + CVE-2015-0978 + CVE-2015-0979 + CVE-2015-0980 + CVE-2015-0981 + CVE-2015-0982 + CVE-2015-0983 + CVE-2015-0984 + CVE-2015-0985 + https://helpx.adobe.com/security/products/flash-player/apsb16-04.html + + + 2016-02-09 + 2016-02-10 + +
    + dnscrypt-proxy -- code execution From owner-svn-ports-head@freebsd.org Wed Feb 10 13:11:09 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 104E5AA2FDF; Wed, 10 Feb 2016 13:11:09 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E15C815EF; Wed, 10 Feb 2016 13:11:08 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1ADB78H048465; Wed, 10 Feb 2016 13:11:07 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1ADB75i048462; Wed, 10 Feb 2016 13:11:07 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201602101311.u1ADB75i048462@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Wed, 10 Feb 2016 13:11:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408630 - head/www/linux-c6-flashplugin11 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2016 13:11:09 -0000 Author: kwm Date: Wed Feb 10 13:11:07 2016 New Revision: 408630 URL: https://svnweb.freebsd.org/changeset/ports/408630 Log: Update flash to 11.2r202.569. MFH: 2016Q1 Security: 5d8e56c3-9e67-4d5b-81c9-3a409dfd705f Modified: head/www/linux-c6-flashplugin11/Makefile head/www/linux-c6-flashplugin11/distinfo.i686 head/www/linux-c6-flashplugin11/distinfo.x86_64 Modified: head/www/linux-c6-flashplugin11/Makefile ============================================================================== --- head/www/linux-c6-flashplugin11/Makefile Wed Feb 10 13:08:13 2016 (r408629) +++ head/www/linux-c6-flashplugin11/Makefile Wed Feb 10 13:11:07 2016 (r408630) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flashplugin -PORTVERSION= 11.2r202.559 +PORTVERSION= 11.2r202.569 CATEGORIES= www multimedia linux MASTER_SITES= http://fpdownload.macromedia.com/get/flashplayer/pdc/${PORTVERSION:S/r/./}/:plugin \ LOCAL/nox:suplib Modified: head/www/linux-c6-flashplugin11/distinfo.i686 ============================================================================== --- head/www/linux-c6-flashplugin11/distinfo.i686 Wed Feb 10 13:08:13 2016 (r408629) +++ head/www/linux-c6-flashplugin11/distinfo.i686 Wed Feb 10 13:11:07 2016 (r408630) @@ -1,4 +1,4 @@ -SHA256 (flashplugin/11.2r202.559/install_flash_player_11_linux.i386.tar.gz) = 09d4d16f8a508fdb678372ae91ba9ea3c2b22d9c0c72591fd3a2f0d39171a8c5 -SIZE (flashplugin/11.2r202.559/install_flash_player_11_linux.i386.tar.gz) = 6965297 -SHA256 (flashplugin/11.2r202.559/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 4a309b1a326bd2212cc72480628659e5a7fd61d9e0572cb7350c206f030955bf -SIZE (flashplugin/11.2r202.559/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 3455 +SHA256 (flashplugin/11.2r202.569/install_flash_player_11_linux.i386.tar.gz) = 83a347b1b06ecbe55eb363339c97f917f804ecf3304046f7f52efbee5c54ca61 +SIZE (flashplugin/11.2r202.569/install_flash_player_11_linux.i386.tar.gz) = 6967312 +SHA256 (flashplugin/11.2r202.569/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 4a309b1a326bd2212cc72480628659e5a7fd61d9e0572cb7350c206f030955bf +SIZE (flashplugin/11.2r202.569/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 3455 Modified: head/www/linux-c6-flashplugin11/distinfo.x86_64 ============================================================================== --- head/www/linux-c6-flashplugin11/distinfo.x86_64 Wed Feb 10 13:08:13 2016 (r408629) +++ head/www/linux-c6-flashplugin11/distinfo.x86_64 Wed Feb 10 13:11:07 2016 (r408630) @@ -1,4 +1,4 @@ -SHA256 (flashplugin/11.2r202.559/install_flash_player_11_linux.x86_64.tar.gz) = ebba1e03aa2e191811a6165e2dc1b3cdda49cc855399f07bc9786421c40308b6 -SIZE (flashplugin/11.2r202.559/install_flash_player_11_linux.x86_64.tar.gz) = 7275447 -SHA256 (flashplugin/11.2r202.559/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 4a309b1a326bd2212cc72480628659e5a7fd61d9e0572cb7350c206f030955bf -SIZE (flashplugin/11.2r202.559/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 3455 +SHA256 (flashplugin/11.2r202.569/install_flash_player_11_linux.i386.tar.gz) = 83a347b1b06ecbe55eb363339c97f917f804ecf3304046f7f52efbee5c54ca61 +SIZE (flashplugin/11.2r202.569/install_flash_player_11_linux.i386.tar.gz) = 6967312 +SHA256 (flashplugin/11.2r202.569/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 4a309b1a326bd2212cc72480628659e5a7fd61d9e0572cb7350c206f030955bf +SIZE (flashplugin/11.2r202.569/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 3455 From owner-svn-ports-head@freebsd.org Wed Feb 10 13:47:55 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 81404AA4121; Wed, 10 Feb 2016 13:47:55 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5A304B54; Wed, 10 Feb 2016 13:47:55 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1ADls2R059918; Wed, 10 Feb 2016 13:47:54 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1ADls3h059915; Wed, 10 Feb 2016 13:47:54 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602101347.u1ADls3h059915@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 10 Feb 2016 13:47:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408631 - in head/sysutils/fusefs-afuse: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2016 13:47:55 -0000 Author: amdmi3 Date: Wed Feb 10 13:47:53 2016 New Revision: 408631 URL: https://svnweb.freebsd.org/changeset/ports/408631 Log: - Add LICENSE_FILE - Don't install empty ChangeLog - No need to store manpage in files/ as patch, convert to plain file - pkg-message is only meaningful when DOCS are enabled Added: head/sysutils/fusefs-afuse/files/afuse.1 - copied, changed from r408630, head/sysutils/fusefs-afuse/files/patch-afuse.1 Deleted: head/sysutils/fusefs-afuse/files/patch-afuse.1 Modified: head/sysutils/fusefs-afuse/Makefile head/sysutils/fusefs-afuse/files/patch-src_afuse.c Modified: head/sysutils/fusefs-afuse/Makefile ============================================================================== --- head/sysutils/fusefs-afuse/Makefile Wed Feb 10 13:11:07 2016 (r408630) +++ head/sysutils/fusefs-afuse/Makefile Wed Feb 10 13:47:53 2016 (r408631) @@ -11,18 +11,20 @@ MAINTAINER= ports@FreeBSD.org COMMENT= File system automounting implemented in user-space using FUSE LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING USES= fuse pkgconfig GNU_CONFIGURE= yes -SUB_FILES= pkg-message - -PORTDOCS= AUTHORS ChangeLog README +PORTDOCS= AUTHORS README OPTIONS_DEFINE= DOCS +DOCS_SUB_FILES= pkg-message post-install: - ${INSTALL_MAN} ${WRKSRC}/afuse.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${FILESDIR}/afuse.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} Copied and modified: head/sysutils/fusefs-afuse/files/afuse.1 (from r408630, head/sysutils/fusefs-afuse/files/patch-afuse.1) ============================================================================== --- head/sysutils/fusefs-afuse/files/patch-afuse.1 Wed Feb 10 13:11:07 2016 (r408630, copy source) +++ head/sysutils/fusefs-afuse/files/afuse.1 Wed Feb 10 13:47:53 2016 (r408631) @@ -1,98 +1,95 @@ ---- afuse.1.orig -+++ afuse.1 -@@ -0,0 +1,95 @@ -+.TH AFUSE 1 "October 12, 2006" -+.SH NAME -+AFUSE \- automounting file system implemented in user-space using FUSE -+.SH DESCRIPTION -+usage: afuse mountpoint [options] -+.SS "general options:" -+.TP -+\fB\-o\fR opt,[opt...] -+mount options -+.TP -+\fB\-h\fR \fB\-\-help\fR -+print help -+.TP -+\fB\-V\fR \fB\-\-version\fR -+print FUSE version information -+.SS "AFUSE options:" -+.TP -+\fB\-o\fR \fB\ mount_template=CMD\fR -+template for CMD to execute to mount (*) -+.TP -+\fB\-o\fR \fB\ unmount_template=CMD\fR -+template for CMD to execute to unmount (*) (**) -+.TP -+(*) - When executed, %r and %m are expanded in templates to the root -+directory name for the new mount point, and the actual directory to -+mount onto respectively to mount onto. Both templates are REQUIRED. -+.TP -+(**)- The unmount command must perform a lazy unmount operation. E.g. the -+\-u \-z options to fusermount, or \-l for regular mount. -+.SS "FUSE options:" -+.TP -+\fB\-d\fR \fB\-o\fR debug -+enable debug output (implies \fB\-f\fR) -+.TP -+\fB\-f\fR -+foreground operation -+.TP -+\fB\-s\fR -+disable multi\-threaded operation -+.TP -+\fB\-o\fR allow_other -+allow access to other users -+.TP -+\fB\-o\fR allow_root -+allow access to root -+.TP -+\fB\-o\fR nonempty -+allow mounts over non\-empty file/dir -+.HP -+\fB\-o\fR default_permissions enable permission checking by kernel -+.TP -+\fB\-o\fR fsname=NAME -+set filesystem name -+.TP -+\fB\-o\fR large_read -+issue large read requests (2.4 only) -+.TP -+\fB\-o\fR max_read=N -+set maximum size of read requests -+.TP -+\fB\-o\fR hard_remove -+immediate removal (don't hide files) -+.TP -+\fB\-o\fR use_ino -+let filesystem set inode numbers -+.TP -+\fB\-o\fR readdir_ino -+try to fill in d_ino in readdir -+.TP -+\fB\-o\fR direct_io -+use direct I/O -+.TP -+\fB\-o\fR kernel_cache -+cache files in kernel -+.TP -+\fB\-o\fR umask=M -+set file permissions (octal) -+.TP -+\fB\-o\fR uid=N -+set file owner -+.TP -+\fB\-o\fR gid=N -+set file group -+.TP -+\fB\-o\fR entry_timeout=T -+cache timeout for names (1.0s) -+.TP -+\fB\-o\fR negative_timeout=T -+cache timeout for deleted names (0.0s) -+.TP -+\fB\-o\fR attr_timeout=T -+cache timeout for attributes (1.0s) -+.SH AUTHOR -+This manual page was written by Varun Hiremath , -+for the Debian project (but may be used by others). +.TH AFUSE 1 "October 12, 2006" +.SH NAME +AFUSE \- automounting file system implemented in user-space using FUSE +.SH DESCRIPTION +usage: afuse mountpoint [options] +.SS "general options:" +.TP +\fB\-o\fR opt,[opt...] +mount options +.TP +\fB\-h\fR \fB\-\-help\fR +print help +.TP +\fB\-V\fR \fB\-\-version\fR +print FUSE version information +.SS "AFUSE options:" +.TP +\fB\-o\fR \fB\ mount_template=CMD\fR +template for CMD to execute to mount (*) +.TP +\fB\-o\fR \fB\ unmount_template=CMD\fR +template for CMD to execute to unmount (*) (**) +.TP +(*) - When executed, %r and %m are expanded in templates to the root +directory name for the new mount point, and the actual directory to +mount onto respectively to mount onto. Both templates are REQUIRED. +.TP +(**)- The unmount command must perform a lazy unmount operation. E.g. the +\-u \-z options to fusermount, or \-l for regular mount. +.SS "FUSE options:" +.TP +\fB\-d\fR \fB\-o\fR debug +enable debug output (implies \fB\-f\fR) +.TP +\fB\-f\fR +foreground operation +.TP +\fB\-s\fR +disable multi\-threaded operation +.TP +\fB\-o\fR allow_other +allow access to other users +.TP +\fB\-o\fR allow_root +allow access to root +.TP +\fB\-o\fR nonempty +allow mounts over non\-empty file/dir +.HP +\fB\-o\fR default_permissions enable permission checking by kernel +.TP +\fB\-o\fR fsname=NAME +set filesystem name +.TP +\fB\-o\fR large_read +issue large read requests (2.4 only) +.TP +\fB\-o\fR max_read=N +set maximum size of read requests +.TP +\fB\-o\fR hard_remove +immediate removal (don't hide files) +.TP +\fB\-o\fR use_ino +let filesystem set inode numbers +.TP +\fB\-o\fR readdir_ino +try to fill in d_ino in readdir +.TP +\fB\-o\fR direct_io +use direct I/O +.TP +\fB\-o\fR kernel_cache +cache files in kernel +.TP +\fB\-o\fR umask=M +set file permissions (octal) +.TP +\fB\-o\fR uid=N +set file owner +.TP +\fB\-o\fR gid=N +set file group +.TP +\fB\-o\fR entry_timeout=T +cache timeout for names (1.0s) +.TP +\fB\-o\fR negative_timeout=T +cache timeout for deleted names (0.0s) +.TP +\fB\-o\fR attr_timeout=T +cache timeout for attributes (1.0s) +.SH AUTHOR +This manual page was written by Varun Hiremath , +for the Debian project (but may be used by others). Modified: head/sysutils/fusefs-afuse/files/patch-src_afuse.c ============================================================================== --- head/sysutils/fusefs-afuse/files/patch-src_afuse.c Wed Feb 10 13:11:07 2016 (r408630) +++ head/sysutils/fusefs-afuse/files/patch-src_afuse.c Wed Feb 10 13:47:53 2016 (r408631) @@ -1,4 +1,5 @@ -Index: src/afuse.c +--- src/afuse.c.orig 2013-02-13 02:36:47 UTC ++++ src/afuse.c @@ -29,7 +29,7 @@ #include #include From owner-svn-ports-head@freebsd.org Wed Feb 10 13:48:10 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DE745AA4186; Wed, 10 Feb 2016 13:48:10 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B0FDDC2D; Wed, 10 Feb 2016 13:48:10 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1ADm9q7060028; Wed, 10 Feb 2016 13:48:09 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1ADm9pK060027; Wed, 10 Feb 2016 13:48:09 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602101348.u1ADm9pK060027@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 10 Feb 2016 13:48:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408632 - head/databases/rubygem-em-redis-unified X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2016 13:48:11 -0000 Author: amdmi3 Date: Wed Feb 10 13:48:09 2016 New Revision: 408632 URL: https://svnweb.freebsd.org/changeset/ports/408632 Log: - Add NO_ARCH Modified: head/databases/rubygem-em-redis-unified/Makefile Modified: head/databases/rubygem-em-redis-unified/Makefile ============================================================================== --- head/databases/rubygem-em-redis-unified/Makefile Wed Feb 10 13:47:53 2016 (r408631) +++ head/databases/rubygem-em-redis-unified/Makefile Wed Feb 10 13:48:09 2016 (r408632) @@ -15,5 +15,6 @@ RUN_DEPENDS= rubygem-eventmachine>=0.12. USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_ARCH= yes .include From owner-svn-ports-head@freebsd.org Wed Feb 10 14:32:12 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BD333AA3402; Wed, 10 Feb 2016 14:32:12 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9736B28D; Wed, 10 Feb 2016 14:32:12 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1AEWBZY072437; Wed, 10 Feb 2016 14:32:11 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1AEWB7M072435; Wed, 10 Feb 2016 14:32:11 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201602101432.u1AEWB7M072435@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Wed, 10 Feb 2016 14:32:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408633 - in head/databases: mongodb32 mongodb32-tools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2016 14:32:12 -0000 Author: koobs Date: Wed Feb 10 14:32:11 2016 New Revision: 408633 URL: https://svnweb.freebsd.org/changeset/ports/408633 Log: databases/mongodb32{-tools}: Disable WIRETIGER on i386, Mark BROKEN on 9.x MongoDB 3.2 doesn't build on FreeBSD 9.x, and its tools fail to build for a separate reason: TLS 1.1 and 1.2 are not found in the OpenSSL version that the builder detects. Fortunately, we don't have to solve that as the primary port does not support FreeBSD 9 either. Patched to IGNORE on < FreeBSD 10. PR: 206795, 206796 Submitted by: Brendan Molloy (maintainer) MFH: 2016Q1 Modified: head/databases/mongodb32-tools/Makefile head/databases/mongodb32/Makefile Modified: head/databases/mongodb32-tools/Makefile ============================================================================== --- head/databases/mongodb32-tools/Makefile Wed Feb 10 13:48:09 2016 (r408632) +++ head/databases/mongodb32-tools/Makefile Wed Feb 10 14:32:11 2016 (r408633) @@ -4,6 +4,7 @@ PORTNAME= mongodb32-tools PORTVERSION= 3.2.1 DISTVERSIONPREFIX= r +PORTREVISION= 1 CATEGORIES= databases net MAINTAINER= brendan+freebsd@bbqsrc.net @@ -39,6 +40,13 @@ MAKE_ENV= GOPATH="${WRKSRC}/.gopath:${WR USES= localbase MY_TAGS= -tags "${USE_MY_TAGS}" +.include + +.if ${OSVERSION} < 1000000 +# Cannot be built +IGNORE= unsupported on FreeBSD 9 or older +.endif + post-patch: @cd ${WRKSRC} ; ${MKDIR} ${WRKSRC}/.gopath/src/github.com/${GH_ACCOUNT} ; \ ${LN} -sf ${WRKSRC} ${WRKSRC}/.gopath/src/github.com/${GH_ACCOUNT}/${GH_PROJECT} @@ -62,4 +70,4 @@ post-install: ${INSTALL_MAN} ${WRKSRC}/${x} ${STAGEDIR}${DOCSDIR} .endfor -.include +.include Modified: head/databases/mongodb32/Makefile ============================================================================== --- head/databases/mongodb32/Makefile Wed Feb 10 13:48:09 2016 (r408632) +++ head/databases/mongodb32/Makefile Wed Feb 10 14:32:11 2016 (r408633) @@ -4,6 +4,7 @@ PORTNAME= mongodb32 PORTVERSION= 3.2.1 DISTVERSIONPREFIX= r +PORTREVISION= 1 CATEGORIES= databases net MASTER_SITES= https://fastdl.mongodb.org/src/ \ http://fastdl.mongodb.org/src/ \ @@ -11,7 +12,7 @@ MASTER_SITES= https://fastdl.mongodb.org DISTNAME= mongodb-src-${DISTVERSIONPREFIX}${PORTVERSION} MAINTAINER= brendan+freebsd@bbqsrc.net -COMMENT= NOSQL distributed document-oriented database +COMMENT= Distributed document-oriented "NoSQL" database # mongodb is AGPLv3, C++ driver is APACHE20 LICENSE= AGPLv3 APACHE20 @@ -25,17 +26,26 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yam ONLY_FOR_ARCHS= i386 amd64 ONLY_FOR_ARCHS_REASON= "not yet ported to anything other than i386 and amd64" -OPTIONS_DEFINE= SASL SSL -OPTIONS_DEFAULT=SSL +OPTIONS_DEFINE= SASL SSL WIREDTIGER +OPTIONS_DEFAULT= SSL WIREDTIGER + +# Only supported on 64-bit +OPTIONS_EXCLUDE_i386= WIREDTIGER SASL_LIB_DEPENDS= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 -SASL_MAKE_ARGS= --use-sasl-client +SASL_MAKE_ARGS= --use-sasl-client SSL_USE= openssl=yes SSL_MAKE_ARGS= --ssl +WIREDTIGER_DESC= WiredTiger database engine support +WIREDTIGER_VARS= wiredtiger_build=on +WIREDTIGER_VARS_OFF= wiredtiger_build=off + USES= cpe execinfo python:build scons + MAKE_ARGS= --prefix=${STAGEDIR}${PREFIX} \ + --wiredtiger=${WIREDTIGER_BUILD} \ --use-system-pcre --use-system-snappy \ --release @@ -47,6 +57,17 @@ USE_RC_SUBR= mongod ALL_TARGET= core TEST_TARGET= unittests +.include + +.if ${ARCH} == "i386" +WIREDTIGER_BUILD= off +.endif + +.if ${OSVERSION} < 1000000 +# Cannot be built +IGNORE= unsupported on FreeBSD 9 or older +.endif + post-install: .for f in mongo mongod mongoperf mongos mongosniff ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${f} @@ -62,4 +83,4 @@ PORTSCOUT= limitw:1,even CPE_PRODUCT= mongodb -.include +.include From owner-svn-ports-head@freebsd.org Wed Feb 10 15:54:28 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5C1B9AA39CA; Wed, 10 Feb 2016 15:54:28 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 384B1E1A; Wed, 10 Feb 2016 15:54:28 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1AFsR3w097704; Wed, 10 Feb 2016 15:54:27 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1AFsQYH097694; Wed, 10 Feb 2016 15:54:26 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201602101554.u1AFsQYH097694@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Wed, 10 Feb 2016 15:54:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408634 - in head/net: rubygem-epp-client-afnic rubygem-epp-client-base rubygem-epp-client-rgp rubygem-epp-client-secdns rubygem-epp-client-smallregistry X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2016 15:54:28 -0000 Author: mat Date: Wed Feb 10 15:54:26 2016 New Revision: 408634 URL: https://svnweb.freebsd.org/changeset/ports/408634 Log: Update net/rubygem-epp-client-* to 0.14.0 Sponsored by: Absolight Modified: head/net/rubygem-epp-client-afnic/Makefile head/net/rubygem-epp-client-afnic/distinfo head/net/rubygem-epp-client-base/Makefile head/net/rubygem-epp-client-base/distinfo head/net/rubygem-epp-client-rgp/Makefile head/net/rubygem-epp-client-rgp/distinfo head/net/rubygem-epp-client-secdns/Makefile head/net/rubygem-epp-client-secdns/distinfo head/net/rubygem-epp-client-smallregistry/Makefile head/net/rubygem-epp-client-smallregistry/distinfo Modified: head/net/rubygem-epp-client-afnic/Makefile ============================================================================== --- head/net/rubygem-epp-client-afnic/Makefile Wed Feb 10 14:32:11 2016 (r408633) +++ head/net/rubygem-epp-client-afnic/Makefile Wed Feb 10 15:54:26 2016 (r408634) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= epp-client-afnic -PORTVERSION= 0.13.1 +PORTVERSION= 0.14.0 CATEGORIES= net rubygems MASTER_SITES= RG Modified: head/net/rubygem-epp-client-afnic/distinfo ============================================================================== --- head/net/rubygem-epp-client-afnic/distinfo Wed Feb 10 14:32:11 2016 (r408633) +++ head/net/rubygem-epp-client-afnic/distinfo Wed Feb 10 15:54:26 2016 (r408634) @@ -1,2 +1,2 @@ -SHA256 (rubygem/epp-client-afnic-0.13.1.gem) = 76fdc57c29941cbbd73b11575a02b8e3ce5e861c5f6d0ce92c1021030bf175ee -SIZE (rubygem/epp-client-afnic-0.13.1.gem) = 14336 +SHA256 (rubygem/epp-client-afnic-0.14.0.gem) = b44bfef98e3fe21e3a13d4b08cdc3ad9b8fef4a7110ca7773f489419246432d6 +SIZE (rubygem/epp-client-afnic-0.14.0.gem) = 15360 Modified: head/net/rubygem-epp-client-base/Makefile ============================================================================== --- head/net/rubygem-epp-client-base/Makefile Wed Feb 10 14:32:11 2016 (r408633) +++ head/net/rubygem-epp-client-base/Makefile Wed Feb 10 15:54:26 2016 (r408634) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= epp-client-base -PORTVERSION= 0.13.1 +PORTVERSION= 0.14.0 CATEGORIES= net rubygems MASTER_SITES= RG Modified: head/net/rubygem-epp-client-base/distinfo ============================================================================== --- head/net/rubygem-epp-client-base/distinfo Wed Feb 10 14:32:11 2016 (r408633) +++ head/net/rubygem-epp-client-base/distinfo Wed Feb 10 15:54:26 2016 (r408634) @@ -1,2 +1,2 @@ -SHA256 (rubygem/epp-client-base-0.13.1.gem) = 66167410f1d5beaaf9853e71c117824a06009e303094c58ac16c3a0b54033158 -SIZE (rubygem/epp-client-base-0.13.1.gem) = 123904 +SHA256 (rubygem/epp-client-base-0.14.0.gem) = 46dfee9f5c913e9e7ba84df80987c7874a87aa062202fb3c7dd09cbed446da28 +SIZE (rubygem/epp-client-base-0.14.0.gem) = 124416 Modified: head/net/rubygem-epp-client-rgp/Makefile ============================================================================== --- head/net/rubygem-epp-client-rgp/Makefile Wed Feb 10 14:32:11 2016 (r408633) +++ head/net/rubygem-epp-client-rgp/Makefile Wed Feb 10 15:54:26 2016 (r408634) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= epp-client-rgp -PORTVERSION= 0.13.1 +PORTVERSION= 0.14.0 CATEGORIES= net rubygems MASTER_SITES= RG Modified: head/net/rubygem-epp-client-rgp/distinfo ============================================================================== --- head/net/rubygem-epp-client-rgp/distinfo Wed Feb 10 14:32:11 2016 (r408633) +++ head/net/rubygem-epp-client-rgp/distinfo Wed Feb 10 15:54:26 2016 (r408634) @@ -1,2 +1,2 @@ -SHA256 (rubygem/epp-client-rgp-0.13.1.gem) = 6ced461a0551e16120f7f2918e4cb62db5c1ad0f563dbbff7c7f94a85a32a698 -SIZE (rubygem/epp-client-rgp-0.13.1.gem) = 17408 +SHA256 (rubygem/epp-client-rgp-0.14.0.gem) = ef754deeb2f64130edfb7c58e37457e9ef73ae49805fa9af390fee95d3e69ea1 +SIZE (rubygem/epp-client-rgp-0.14.0.gem) = 18432 Modified: head/net/rubygem-epp-client-secdns/Makefile ============================================================================== --- head/net/rubygem-epp-client-secdns/Makefile Wed Feb 10 14:32:11 2016 (r408633) +++ head/net/rubygem-epp-client-secdns/Makefile Wed Feb 10 15:54:26 2016 (r408634) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= epp-client-secdns -PORTVERSION= 0.13.1 +PORTVERSION= 0.14.0 CATEGORIES= net rubygems MASTER_SITES= RG Modified: head/net/rubygem-epp-client-secdns/distinfo ============================================================================== --- head/net/rubygem-epp-client-secdns/distinfo Wed Feb 10 14:32:11 2016 (r408633) +++ head/net/rubygem-epp-client-secdns/distinfo Wed Feb 10 15:54:26 2016 (r408634) @@ -1,2 +1,2 @@ -SHA256 (rubygem/epp-client-secdns-0.13.1.gem) = cc900486cb995454e30fae6b1f166c607de3772429ae25ced053da40c6534039 -SIZE (rubygem/epp-client-secdns-0.13.1.gem) = 32256 +SHA256 (rubygem/epp-client-secdns-0.14.0.gem) = 75cfc498035e29748b8518e96eef70fb55109f2b5fe875d4db131ee8514b6f28 +SIZE (rubygem/epp-client-secdns-0.14.0.gem) = 32768 Modified: head/net/rubygem-epp-client-smallregistry/Makefile ============================================================================== --- head/net/rubygem-epp-client-smallregistry/Makefile Wed Feb 10 14:32:11 2016 (r408633) +++ head/net/rubygem-epp-client-smallregistry/Makefile Wed Feb 10 15:54:26 2016 (r408634) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= epp-client-smallregistry -PORTVERSION= 0.13.1 +PORTVERSION= 0.14.0 CATEGORIES= net rubygems MASTER_SITES= RG Modified: head/net/rubygem-epp-client-smallregistry/distinfo ============================================================================== --- head/net/rubygem-epp-client-smallregistry/distinfo Wed Feb 10 14:32:11 2016 (r408633) +++ head/net/rubygem-epp-client-smallregistry/distinfo Wed Feb 10 15:54:26 2016 (r408634) @@ -1,2 +1,2 @@ -SHA256 (rubygem/epp-client-smallregistry-0.13.1.gem) = 6efb35f62fafacb169b879f4d9fcac4d65b6ee0243aa1a6a46e0c98550f6e8d1 -SIZE (rubygem/epp-client-smallregistry-0.13.1.gem) = 8192 +SHA256 (rubygem/epp-client-smallregistry-0.14.0.gem) = 698de98f3b1ca3aa6228fdbb245866a2119348249fb2474172baca544d313235 +SIZE (rubygem/epp-client-smallregistry-0.14.0.gem) = 9216 From owner-svn-ports-head@freebsd.org Wed Feb 10 16:13:26 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 71C4EAA448B; Wed, 10 Feb 2016 16:13:26 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 29CEB1A10; Wed, 10 Feb 2016 16:13:26 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1AGDPvn003802; Wed, 10 Feb 2016 16:13:25 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1AGDOQ1003798; Wed, 10 Feb 2016 16:13:24 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201602101613.u1AGDOQ1003798@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Wed, 10 Feb 2016 16:13:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408635 - in head/math: gmp mpfr X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2016 16:13:26 -0000 Author: kwm Date: Wed Feb 10 16:13:24 2016 New Revision: 408635 URL: https://svnweb.freebsd.org/changeset/ports/408635 Log: Drop :keepla from USES:libtool. PR: 202029 Submitted by: Ting-Wei Lan Exp-run by: antoine@ Approved by: maintainer timeout (6 months) Modified: head/math/gmp/Makefile head/math/gmp/pkg-plist head/math/mpfr/Makefile head/math/mpfr/pkg-plist Modified: head/math/gmp/Makefile ============================================================================== --- head/math/gmp/Makefile Wed Feb 10 15:54:26 2016 (r408634) +++ head/math/gmp/Makefile Wed Feb 10 16:13:24 2016 (r408635) @@ -3,7 +3,7 @@ PORTNAME= gmp PORTVERSION= 5.1.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math devel MASTER_SITES= GNU @@ -15,7 +15,7 @@ LICENSE= LGPL3 OPTIONS_DEFINE= CPU_OPTS CPU_OPTS_DESC= Enable assembly optimizations for your CPU -USES= libtool:keepla makeinfo tar:xz +USES= libtool makeinfo tar:xz GNU_CONFIGURE= yes CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" CONFIGURE_ARGS= --prefix=${PREFIX} \ Modified: head/math/gmp/pkg-plist ============================================================================== --- head/math/gmp/pkg-plist Wed Feb 10 15:54:26 2016 (r408634) +++ head/math/gmp/pkg-plist Wed Feb 10 16:13:24 2016 (r408635) @@ -1,12 +1,10 @@ include/gmp.h include/gmpxx.h lib/libgmp.a -lib/libgmp.la lib/libgmp.so lib/libgmp.so.10 lib/libgmp.so.10.1.3 lib/libgmpxx.a -lib/libgmpxx.la lib/libgmpxx.so lib/libgmpxx.so.4 lib/libgmpxx.so.4.3.3 Modified: head/math/mpfr/Makefile ============================================================================== --- head/math/mpfr/Makefile Wed Feb 10 15:54:26 2016 (r408634) +++ head/math/mpfr/Makefile Wed Feb 10 16:13:24 2016 (r408635) @@ -3,6 +3,7 @@ PORTNAME= mpfr PORTVERSION= 3.1.3 +PORTREVISION= 1 CATEGORIES= math devel MASTER_SITES= http://www.mpfr.org/mpfr-current/ DIST_SUBDIR= ${DISTNAME} @@ -22,7 +23,7 @@ LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/ #PATCHFILES!= /usr/bin/jot -s " " -w patch%02d ${PATCHLEVEL} 1 ${PATCHLEVEL} #PATCH= ${LOCALBASE}/bin/gpatch -USES= libtool:keepla tar:xz +USES= libtool tar:xz GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gmp=${LOCALBASE} Modified: head/math/mpfr/pkg-plist ============================================================================== --- head/math/mpfr/pkg-plist Wed Feb 10 15:54:26 2016 (r408634) +++ head/math/mpfr/pkg-plist Wed Feb 10 16:13:24 2016 (r408635) @@ -1,7 +1,6 @@ include/mpfr.h include/mpf2mpfr.h lib/libmpfr.a -lib/libmpfr.la lib/libmpfr.so lib/libmpfr.so.4 lib/libmpfr.so.4.1.3 From owner-svn-ports-head@freebsd.org Wed Feb 10 16:14:36 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CAE35AA4558; Wed, 10 Feb 2016 16:14:36 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8D52C1CB6; Wed, 10 Feb 2016 16:14:36 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1AGEZhK004048; Wed, 10 Feb 2016 16:14:35 GMT (envelope-from ak@FreeBSD.org) Received: (from ak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1AGEZWX004043; Wed, 10 Feb 2016 16:14:35 GMT (envelope-from ak@FreeBSD.org) Message-Id: <201602101614.u1AGEZWX004043@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ak set sender to ak@FreeBSD.org using -f From: Alex Kozlov Date: Wed, 10 Feb 2016 16:14:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408636 - in head: audio/optimfrog audio/optimfrog-sse2 devel/libdwarf devel/libedit math/why3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2016 16:14:37 -0000 Author: ak Date: Wed Feb 10 16:14:34 2016 New Revision: 408636 URL: https://svnweb.freebsd.org/changeset/ports/408636 Log: - Fix various typos in CONFLICTS_INSTALL knob Approved by: portmgr blanket Modified: head/audio/optimfrog-sse2/Makefile head/audio/optimfrog/Makefile head/devel/libdwarf/Makefile head/devel/libedit/Makefile head/math/why3/Makefile Modified: head/audio/optimfrog-sse2/Makefile ============================================================================== --- head/audio/optimfrog-sse2/Makefile Wed Feb 10 16:13:24 2016 (r408635) +++ head/audio/optimfrog-sse2/Makefile Wed Feb 10 16:14:34 2016 (r408636) @@ -5,7 +5,7 @@ PKGNAMESUFFIX= -sse2 MASTERDIR= ${.CURDIR}/../optimfrog COMMENT= Best-ratio lossless audio codec (SSE2 required) -INSTALL_CONFLICTS= optimfrog-[0-9]* +CONFLICTS_INSTALL= optimfrog-[0-9]* ONLY_FOR_ARCHS= i386 OPTIONS_DEFAULT= SSE2 Modified: head/audio/optimfrog/Makefile ============================================================================== --- head/audio/optimfrog/Makefile Wed Feb 10 16:13:24 2016 (r408635) +++ head/audio/optimfrog/Makefile Wed Feb 10 16:14:34 2016 (r408636) @@ -14,7 +14,7 @@ LICENSE_NAME= OptimFROG - License LICENSE_FILE= ${WRKSRC}/license.html #only available as html file LICENSE_PERMS= dist-mirror pkg-mirror auto-accept -INSTALL_CONFLICTS?= optimfrog-sse2-[0-9]* +CONFLICTS_INSTALL?= optimfrog-sse2-[0-9]* ONLY_FOR_ARCHS?= amd64 i386 Modified: head/devel/libdwarf/Makefile ============================================================================== --- head/devel/libdwarf/Makefile Wed Feb 10 16:13:24 2016 (r408635) +++ head/devel/libdwarf/Makefile Wed Feb 10 16:14:34 2016 (r408636) @@ -9,7 +9,7 @@ MASTER_SITES= http://pkgs.fedoraproject. MAINTAINER= joerg@FreeBSD.org COMMENT= Library to analyze DWARF debugging information in ELF files -INSTALL_CONFLICT= bsdlibdwarf* +CONFLICTS_INSTALL= bsdlibdwarf* MAKE_JOBS_UNSAFE= yes Modified: head/devel/libedit/Makefile ============================================================================== --- head/devel/libedit/Makefile Wed Feb 10 16:13:24 2016 (r408635) +++ head/devel/libedit/Makefile Wed Feb 10 16:14:34 2016 (r408636) @@ -24,6 +24,6 @@ CONFIGURE_ARGS= --enable-widec MAKE_ENV= LC_ALL=C LDFLAGS+= -L${LOCALBASE}/lib -CONFLICT_INSTALL= editline-* +CONFLICTS_INSTALL= editline-* .include Modified: head/math/why3/Makefile ============================================================================== --- head/math/why3/Makefile Wed Feb 10 16:13:24 2016 (r408635) +++ head/math/why3/Makefile Wed Feb 10 16:14:34 2016 (r408636) @@ -14,7 +14,7 @@ COMMENT= Deductive program verification LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/LICENSE -CONFLICT_INSTALL= why3-gpl-* +CONFLICTS_INSTALL= why3-gpl-* BUILD_DEPENDS= ocaml-zarith>1.2:${PORTSDIR}/math/ocaml-zarith \ lablgtk2:${PORTSDIR}/x11-toolkits/ocaml-lablgtk2 \ From owner-svn-ports-head@freebsd.org Wed Feb 10 16:54:48 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7AED5AA345A; Wed, 10 Feb 2016 16:54:48 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4A9FF19D4; Wed, 10 Feb 2016 16:54:48 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1AGslbo015475; Wed, 10 Feb 2016 16:54:47 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1AGslhP015474; Wed, 10 Feb 2016 16:54:47 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602101654.u1AGslhP015474@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 10 Feb 2016 16:54:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408637 - head/x11-toolkits/xmhtml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2016 16:54:48 -0000 Author: amdmi3 Date: Wed Feb 10 16:54:47 2016 New Revision: 408637 URL: https://svnweb.freebsd.org/changeset/ports/408637 Log: - Switch to options helpers Modified: head/x11-toolkits/xmhtml/Makefile Modified: head/x11-toolkits/xmhtml/Makefile ============================================================================== --- head/x11-toolkits/xmhtml/Makefile Wed Feb 10 16:14:34 2016 (r408636) +++ head/x11-toolkits/xmhtml/Makefile Wed Feb 10 16:54:47 2016 (r408637) @@ -29,12 +29,16 @@ do-install: libXmHTML.la ${STAGEDIR}${PREFIX}/lib) ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libXmHTML.so @${MKDIR} ${STAGEDIR}${PREFIX}/include/XmHTML - (cd ${WRKSRC}/include/XmHTML && ${INSTALL_DATA} *.h \ - ${STAGEDIR}${PREFIX}/include/XmHTML) + ${INSTALL_DATA} ${WRKSRC}/include/XmHTML/*.h \ + ${STAGEDIR}${PREFIX}/include/XmHTML + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} @(cd ${WRKSRC}/html && ${FIND} . ! -name "*Makefile*" | \ ${CPIO} --quiet -dump -R ${SHAREOWN}:${SHAREGRP} \ ${STAGEDIR}${DOCSDIR}) + +do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} @cd ${WRKSRC} && ${COPYTREE_SHARE} "book contrib examples" \ ${STAGEDIR}${EXAMPLESDIR} "! -type d ! -name Makefile" From owner-svn-ports-head@freebsd.org Wed Feb 10 16:55:06 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7D63DAA34B3; Wed, 10 Feb 2016 16:55:06 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4DDF01AD4; Wed, 10 Feb 2016 16:55:06 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1AGt5xY015604; Wed, 10 Feb 2016 16:55:05 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1AGt51A015603; Wed, 10 Feb 2016 16:55:05 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602101655.u1AGt51A015603@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 10 Feb 2016 16:55:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408638 - head/x11-toolkits/wmapp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2016 16:55:06 -0000 Author: amdmi3 Date: Wed Feb 10 16:55:05 2016 New Revision: 408638 URL: https://svnweb.freebsd.org/changeset/ports/408638 Log: - Add LICENSE - Switch to options helpers Modified: head/x11-toolkits/wmapp/Makefile Modified: head/x11-toolkits/wmapp/Makefile ============================================================================== --- head/x11-toolkits/wmapp/Makefile Wed Feb 10 16:54:47 2016 (r408637) +++ head/x11-toolkits/wmapp/Makefile Wed Feb 10 16:55:05 2016 (r408638) @@ -10,13 +10,16 @@ MASTER_SITES= http://starplot.org/wmapp/ MAINTAINER= ports@FreeBSD.org COMMENT= DockApp Graphics Library -OPTIONS_DEFINE= DOCS +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING USES= gmake USE_XORG= x11 xpm CFLAGS+= -I${LOCALBASE}/include ALL_TARGET= # empty +OPTIONS_DEFINE= DOCS + post-patch: @${REINPLACE_CMD} -e "s|export |#export |g" ${WRKSRC}/Makefile @${REINPLACE_CMD} -e "s|malloc\.h|stdlib.h|g" ${WRKSRC}/xwrapper.h @@ -25,6 +28,8 @@ do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/include/wmapp ${INSTALL_DATA} ${WRKSRC}/*.h ${STAGEDIR}${PREFIX}/include/wmapp ${INSTALL_DATA} ${WRKSRC}/libwmapp.a ${STAGEDIR}${PREFIX}/lib + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for file in FAQ.txt README Widgets.txt ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR} From owner-svn-ports-head@freebsd.org Wed Feb 10 16:55:17 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 61A08AA350A; Wed, 10 Feb 2016 16:55:17 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2ECE71BD5; Wed, 10 Feb 2016 16:55:17 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1AGtG6B015710; Wed, 10 Feb 2016 16:55:16 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1AGtGWW015709; Wed, 10 Feb 2016 16:55:16 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602101655.u1AGtGWW015709@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 10 Feb 2016 16:55:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408639 - head/x11-toolkits/Xaw3d X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2016 16:55:17 -0000 Author: amdmi3 Date: Wed Feb 10 16:55:15 2016 New Revision: 408639 URL: https://svnweb.freebsd.org/changeset/ports/408639 Log: - Switch to options helpers Modified: head/x11-toolkits/Xaw3d/Makefile Modified: head/x11-toolkits/Xaw3d/Makefile ============================================================================== --- head/x11-toolkits/Xaw3d/Makefile Wed Feb 10 16:55:05 2016 (r408638) +++ head/x11-toolkits/Xaw3d/Makefile Wed Feb 10 16:55:15 2016 (r408639) @@ -25,20 +25,20 @@ OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes NLS_USES= gettext -.include - post-extract: @${MKDIR} ${WRKSRC}/X11/Xaw3d @cd ${WRKSRC}/X11/Xaw3d; ${LN} -sf ../../*.h . -.if ! ${PORT_OPTIONS:MNLS} + +post-extract-NLS-off: @${REINPLACE_CMD} -e '/LINTLIBS =/s/=.*/=/' \ -e '/#ifdef XawI18nDefines/s//#if 0/' \ ${WRKSRC}/Imakefile -.endif post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libXaw3d.so - ${MKDIR} ${STAGEDIR}${DOCSDIR} + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libXaw3d.so + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.XAW3D ${STAGEDIR}${DOCSDIR}/ .include From owner-svn-ports-head@freebsd.org Wed Feb 10 17:37:54 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 02CD1AA4D99; Wed, 10 Feb 2016 17:37:54 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AD48F160B; Wed, 10 Feb 2016 17:37:53 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1AHbq0e027529; Wed, 10 Feb 2016 17:37:52 GMT (envelope-from brooks@FreeBSD.org) Received: (from brooks@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1AHbqle027525; Wed, 10 Feb 2016 17:37:52 GMT (envelope-from brooks@FreeBSD.org) Message-Id: <201602101737.u1AHbqle027525@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brooks set sender to brooks@FreeBSD.org using -f From: Brooks Davis Date: Wed, 10 Feb 2016 17:37:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408640 - in head: devel devel/lldb38 lang lang/clang38 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2016 17:37:54 -0000 Author: brooks Date: Wed Feb 10 17:37:52 2016 New Revision: 408640 URL: https://svnweb.freebsd.org/changeset/ports/408640 Log: Add metaports for clang and lldb 3.8. Added: head/devel/lldb38/ - copied from r408595, head/devel/lldb37/ head/lang/clang38/ - copied from r408595, head/lang/clang37/ Modified: head/devel/Makefile head/devel/lldb38/Makefile head/lang/Makefile head/lang/clang38/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Feb 10 16:55:15 2016 (r408639) +++ head/devel/Makefile Wed Feb 10 17:37:52 2016 (r408640) @@ -1392,6 +1392,7 @@ SUBDIR += linux_libusb SUBDIR += lion SUBDIR += lldb37 + SUBDIR += lldb38 SUBDIR += llnextgen SUBDIR += llvm-cheri SUBDIR += llvm-devel Modified: head/devel/lldb38/Makefile ============================================================================== --- head/devel/lldb37/Makefile Tue Feb 9 20:44:50 2016 (r408595) +++ head/devel/lldb38/Makefile Wed Feb 10 17:37:52 2016 (r408640) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= lldb -PORTVERSION= 3.7 -PORTREVISION= 3 +PORTVERSION= 3.8 CATEGORIES= devel PKGNAMESUFFIX= ${LLVM_SUFFIX} @@ -12,7 +11,7 @@ COMMENT= LLVM Debugger (use devel/llvm${ RUN_DEPENDS+= lldb${LLVM_SUFFIX}:${PORTSDIR}/devel/llvm${LLVM_SUFFIX} -LLVM_SUFFIX= 37 +LLVM_SUFFIX= 38 USES= metaport compiler:c++11-lib Modified: head/lang/Makefile ============================================================================== --- head/lang/Makefile Wed Feb 10 16:55:15 2016 (r408639) +++ head/lang/Makefile Wed Feb 10 17:37:52 2016 (r408640) @@ -39,6 +39,7 @@ SUBDIR += clang35 SUBDIR += clang36 SUBDIR += clang37 + SUBDIR += clang38 SUBDIR += clojure SUBDIR += clojure-mode.el SUBDIR += cloudabi-clang Modified: head/lang/clang38/Makefile ============================================================================== --- head/lang/clang37/Makefile Tue Feb 9 20:44:50 2016 (r408595) +++ head/lang/clang38/Makefile Wed Feb 10 17:37:52 2016 (r408640) @@ -2,17 +2,16 @@ # $FreeBSD$ PORTNAME= clang -PORTVERSION= 3.7 -PORTREVISION= 3 +PORTVERSION= 3.8 CATEGORIES= lang devel PKGNAMESUFFIX= ${LLVM_SUFFIX} MAINTAINER= brooks@FreeBSD.org COMMENT= C, Objective-C, and C++ compiler (use devel/llvm${LLVM_SUFFIX}) -RUN_DEPENDS+= ${PREFIX}/bin/clang${LLVM_SUFFIX}:${PORTSDIR}/devel/llvm${LLVM_SUFFIX} +RUN_DEPENDS+= ${LOCALBASE}/bin/clang${LLVM_SUFFIX}:${PORTSDIR}/devel/llvm${LLVM_SUFFIX} -LLVM_SUFFIX= 37 +LLVM_SUFFIX= 38 USES= metaport From owner-svn-ports-head@freebsd.org Wed Feb 10 18:07:23 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 509E5AA3D20; Wed, 10 Feb 2016 18:07:23 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from vps.amdmi3.ru (vps.amdmi3.ru [109.234.38.216]) by mx1.freebsd.org (Postfix) with ESMTP id 1BA7DD58; Wed, 10 Feb 2016 18:07:22 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from hive.panopticon (unknown [78.153.152.119]) by vps.amdmi3.ru (Postfix) with ESMTPS id 08D2AB0615; Wed, 10 Feb 2016 20:58:27 +0300 (MSK) Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id 49C9985D; Wed, 10 Feb 2016 20:57:00 +0300 (MSK) Received: by hades.panopticon (Postfix, from userid 1000) id DFC0B3594; Wed, 10 Feb 2016 20:58:20 +0300 (MSK) Date: Wed, 10 Feb 2016 20:58:20 +0300 From: Dmitry Marakasov To: Don Lewis Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r408611 - head/editors/openoffice-devel Message-ID: <20160210175820.GA84575@hades.panopticon> References: <201602100047.u1A0lLk3030083@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <201602100047.u1A0lLk3030083@repo.freebsd.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2016 18:07:23 -0000 * Don Lewis (truckman@FreeBSD.org) wrote: > Author: truckman > Date: Wed Feb 10 00:47:21 2016 > New Revision: 408611 > URL: https://svnweb.freebsd.org/changeset/ports/408611 > > Log: > Disable PDF import plugin to unbreak build with modern boost. > > A proper fix that can be upstreamed will take a bit longer. No need to disable it. See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207073 -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: jabber: amdmi3@jabber.ru http://amdmi3.ru From owner-svn-ports-head@freebsd.org Wed Feb 10 18:26:29 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B7588AA4671; Wed, 10 Feb 2016 18:26:29 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 85A8118B7; Wed, 10 Feb 2016 18:26:29 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1AIQSWB042329; Wed, 10 Feb 2016 18:26:28 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1AIQS4x042328; Wed, 10 Feb 2016 18:26:28 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602101826.u1AIQS4x042328@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Wed, 10 Feb 2016 18:26:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408641 - head/lang/gcc6-aux X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2016 18:26:29 -0000 Author: marino Date: Wed Feb 10 18:26:28 2016 New Revision: 408641 URL: https://svnweb.freebsd.org/changeset/ports/408641 Log: lang/gcc6-aux: Neutralize CPUTYPE settings It's been reported that gcc6-aux fails to build when CPUTYPE is set to haswell and it's not alone. Remove any -march cflags which should effectively negate the CPUTYPE setting. We can't change CPUTYPE directly because it is included before the port makefile is. Modified: head/lang/gcc6-aux/Makefile.common Modified: head/lang/gcc6-aux/Makefile.common ============================================================================== --- head/lang/gcc6-aux/Makefile.common Wed Feb 10 17:37:52 2016 (r408640) +++ head/lang/gcc6-aux/Makefile.common Wed Feb 10 18:26:28 2016 (r408641) @@ -12,3 +12,4 @@ GNU_CONFIGURE= yes USES= gmake libtool perl5 tar:bzip2 USE_PERL5= build ALL_TARGET= default +CFLAGS:= ${CFLAGS:N-march=*} From owner-svn-ports-head@freebsd.org Wed Feb 10 18:41:04 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 030BFAA31AB; Wed, 10 Feb 2016 18:41:04 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C66229CC; Wed, 10 Feb 2016 18:41:03 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1AIf2fx045512; Wed, 10 Feb 2016 18:41:02 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1AIf2Z8045511; Wed, 10 Feb 2016 18:41:02 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602101841.u1AIf2Z8045511@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Wed, 10 Feb 2016 18:41:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408642 - head/ports-mgmt/portmaster X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2016 18:41:04 -0000 Author: marino Date: Wed Feb 10 18:41:02 2016 New Revision: 408642 URL: https://svnweb.freebsd.org/changeset/ports/408642 Log: ports-mgmt/portmaster: Assign maintainership to Torsten Z. Torsten has accepted the challenge of whipping portmaster back into shape. In addition to changing MAINTAINER, he's starting with fixing both non-default options by providing their necessary RUN_DEPENDS. PR: 207075 Modified: head/ports-mgmt/portmaster/Makefile Modified: head/ports-mgmt/portmaster/Makefile ============================================================================== --- head/ports-mgmt/portmaster/Makefile Wed Feb 10 18:26:28 2016 (r408641) +++ head/ports-mgmt/portmaster/Makefile Wed Feb 10 18:41:02 2016 (r408642) @@ -2,13 +2,12 @@ PORTNAME= portmaster PORTVERSION= 3.17.9 -PORTREVISION= 0 CATEGORIES= ports-mgmt MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \ - http://mirror.shatow.net/freebsd/${PORTNAME}/ \ + http://mirror.shatow.net/freebsd/${PORTNAME}/ \ GH -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ports@toco-domains.de COMMENT= Manage your ports without external databases or languages LICENSE= BSD2CLAUSE @@ -25,6 +24,9 @@ PLIST_FILES= sbin/portmaster \ BASH_PLIST_FILES= etc/bash_completion.d/portmaster.sh ZSH_PLIST_FILES= share/zsh/site-functions/_portmaster +BASH_RUN_DEPENDS= bash>=0:${PORTSDIR}/shells/bash +ZSH_RUN_DEPENDS= zsh>=0:${PORTSDIR}/shells/zsh + verify: checksum do-build: From owner-svn-ports-head@freebsd.org Wed Feb 10 18:59:24 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C7176AA3F45; Wed, 10 Feb 2016 18:59:24 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7D30E185D; Wed, 10 Feb 2016 18:59:24 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1AIxNE9051404; Wed, 10 Feb 2016 18:59:23 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1AIxNHw051402; Wed, 10 Feb 2016 18:59:23 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201602101859.u1AIxNHw051402@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Wed, 10 Feb 2016 18:59:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408643 - head/www/py-django-auth-ldap X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2016 18:59:24 -0000 Author: rm Date: Wed Feb 10 18:59:23 2016 New Revision: 408643 URL: https://svnweb.freebsd.org/changeset/ports/408643 Log: www/py-django-auth-ldap: update to 1.2.7 - update to 1.2.7: this release adds support for python3 via pyldap. - add LICENSE_FILE and NO_ARCH PR: 206605 Approved by: maintainer timeout (16 days) Modified: head/www/py-django-auth-ldap/Makefile head/www/py-django-auth-ldap/distinfo Modified: head/www/py-django-auth-ldap/Makefile ============================================================================== --- head/www/py-django-auth-ldap/Makefile Wed Feb 10 18:41:02 2016 (r408642) +++ head/www/py-django-auth-ldap/Makefile Wed Feb 10 18:59:23 2016 (r408643) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= django-auth-ldap -PORTVERSION= 1.1.7 -PORTREVISION= 2 +PORTVERSION= 1.2.7 CATEGORIES= www security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,11 +11,20 @@ MAINTAINER= avk@vl.ru COMMENT= LDAP integration for django.contrib.auth LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=1.3.1:${PORTSDIR}/www/py-django18 \ - ${PYTHON_PKGNAMEPREFIX}ldap>=2.0:${PORTSDIR}/net/py-ldap +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=1.3.1:${PORTSDIR}/www/py-django18 -USES= python:2 +NO_ARCH= yes +USES= python USE_PYTHON= autoplist distutils -.include +.include + +.if ${PYTHON_REL} < 3000 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}ldap>0:${PORTSDIR}/net/py-ldap +.else +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pyldap>0:${PORTSDIR}/net/py-pyldap +.endif + +.include Modified: head/www/py-django-auth-ldap/distinfo ============================================================================== --- head/www/py-django-auth-ldap/distinfo Wed Feb 10 18:41:02 2016 (r408642) +++ head/www/py-django-auth-ldap/distinfo Wed Feb 10 18:59:23 2016 (r408643) @@ -1,2 +1,2 @@ -SHA256 (django-auth-ldap-1.1.7.tar.gz) = d4817ce758be27cbc687d83958d0109cdb2b7dbc696da661bd66c9975cb14b61 -SIZE (django-auth-ldap-1.1.7.tar.gz) = 127186 +SHA256 (django-auth-ldap-1.2.7.tar.gz) = ff6af43d5429fbd918f62c25a07e2bff916b053b46990c1b60e60de63d5f3f80 +SIZE (django-auth-ldap-1.2.7.tar.gz) = 131431 From owner-svn-ports-head@freebsd.org Wed Feb 10 19:11:24 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9DBF6AA46B1; Wed, 10 Feb 2016 19:11:24 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 77C82390; Wed, 10 Feb 2016 19:11:24 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1AJBNxK054621; Wed, 10 Feb 2016 19:11:23 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1AJBNN3054617; Wed, 10 Feb 2016 19:11:23 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <201602101911.u1AJBNN3054617@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Wed, 10 Feb 2016 19:11:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408644 - in head/devel: . py-terminable_thread X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2016 19:11:24 -0000 Author: truckman Date: Wed Feb 10 19:11:22 2016 New Revision: 408644 URL: https://svnweb.freebsd.org/changeset/ports/408644 Log: New port devel/py-terminable_thread: terminable_thread provides a subclass of threading.Thread, adding the facility to raise exceptions in the context of the given thread. This facility is incorporated in the terminable_thread.Thread methods raise_exc, which raises an arbitrary exception, and terminate, which raises SystemExit. This is not done in an entirely robust manner, and there may be unreported issues with it. It uses the unexposed PyThreadState_SetAsyncExc function (via ctypes) to raise an exception for the given thread. Sponsored by: Farsight Security, Inc. Added: head/devel/py-terminable_thread/ head/devel/py-terminable_thread/Makefile (contents, props changed) head/devel/py-terminable_thread/distinfo (contents, props changed) head/devel/py-terminable_thread/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Feb 10 18:59:23 2016 (r408643) +++ head/devel/Makefile Wed Feb 10 19:11:22 2016 (r408644) @@ -4379,6 +4379,7 @@ SUBDIR += py-tempora SUBDIR += py-tempstorage SUBDIR += py-termcolor + SUBDIR += py-terminable_thread SUBDIR += py-termstyle SUBDIR += py-testgears SUBDIR += py-testoob Added: head/devel/py-terminable_thread/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-terminable_thread/Makefile Wed Feb 10 19:11:22 2016 (r408644) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= terminable_thread +PORTVERSION= 0.7.1 +PORTREVISION= 1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= truckman@FreeBSD.org +COMMENT= Thread subclass / raise exceptions or terminate from another thread + +LICENSE= PD +LICENSE_FILE= ${WRKSRC}/COPYING + +NO_ARCH= yes +USES= python +USE_PYTHON= distutils autoplist + +.include Added: head/devel/py-terminable_thread/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-terminable_thread/distinfo Wed Feb 10 19:11:22 2016 (r408644) @@ -0,0 +1,2 @@ +SHA256 (terminable_thread-0.7.1.tar.gz) = c07d98a8230568757cffd13c6315409db45f6f479c4e3640df84b2225db10b27 +SIZE (terminable_thread-0.7.1.tar.gz) = 5247 Added: head/devel/py-terminable_thread/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-terminable_thread/pkg-descr Wed Feb 10 19:11:22 2016 (r408644) @@ -0,0 +1,17 @@ +Provides a subclass of Thread with facilities to raise an exception +in the thread or terminate the thread from another thread. + +terminable_thread provides a subclass of threading.Thread, adding +the facility to raise exceptions in the context of the given thread. + +This facility is incorporated in the terminable_thread.Thread methods +raise_exc, which raises an arbitrary exception, and terminate, which +raises SystemExit. + +This is not done in an entirely robust manner, and there may be +unreported issues with it. + +It uses the unexposed PyThreadState_SetAsyncExc function (via ctypes) +to raise an exception for the given thread. + +WWW: http://github.com/intuited/terminable_thread From owner-svn-ports-head@freebsd.org Wed Feb 10 19:34:26 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7E7BAAA4215; Wed, 10 Feb 2016 19:34:26 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3EEFE10C7; Wed, 10 Feb 2016 19:34:26 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1AJYPlC063210; Wed, 10 Feb 2016 19:34:25 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1AJYO9h063204; Wed, 10 Feb 2016 19:34:24 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201602101934.u1AJYO9h063204@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Wed, 10 Feb 2016 19:34:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408645 - in head/cad/p5-Verilog-Perl: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2016 19:34:26 -0000 Author: pi Date: Wed Feb 10 19:34:24 2016 New Revision: 408645 URL: https://svnweb.freebsd.org/changeset/ports/408645 Log: cad/p5-Verilog-Perl: 3.404 -> 3.418 Changes: http://cpansearch.perl.org/src/WSNYDER/Verilog-Perl-3.418/Changes Removed dependency of gcc. Now, p5-Verilog-Perl compiles with clang. PR: 207050 Submitted by: otacilio.neto@ee.ufcg.edu.br (maintainer) Modified: head/cad/p5-Verilog-Perl/Makefile head/cad/p5-Verilog-Perl/distinfo head/cad/p5-Verilog-Perl/files/patch-Makefile.PL head/cad/p5-Verilog-Perl/files/patch-Parser__Makefile.PL head/cad/p5-Verilog-Perl/files/patch-Preproc__Makefile.PL head/cad/p5-Verilog-Perl/pkg-plist Modified: head/cad/p5-Verilog-Perl/Makefile ============================================================================== --- head/cad/p5-Verilog-Perl/Makefile Wed Feb 10 19:11:22 2016 (r408644) +++ head/cad/p5-Verilog-Perl/Makefile Wed Feb 10 19:34:24 2016 (r408645) @@ -1,9 +1,8 @@ -# Created by: Otacilio de Araujo Ramos Neto +# Created by: Otacilio de Araujo Ramos Neto # $FreeBSD$ PORTNAME= Verilog-Perl -PORTVERSION= 3.404 -PORTREVISION= 1 +PORTVERSION= 3.418 CATEGORIES= cad perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,7 +14,6 @@ BUILD_DEPENDS= flex>=2.5.35:${PORTSDIR}/ USES= bison gmake perl5 USE_PERL5= configure -USE_GCC= any CONFIGURE_ENV= CXX=${CXX}\ CPP=${CPP}\ CC=${CC} Modified: head/cad/p5-Verilog-Perl/distinfo ============================================================================== --- head/cad/p5-Verilog-Perl/distinfo Wed Feb 10 19:11:22 2016 (r408644) +++ head/cad/p5-Verilog-Perl/distinfo Wed Feb 10 19:34:24 2016 (r408645) @@ -1,2 +1,2 @@ -SHA256 (Verilog-Perl-3.404.tar.gz) = 4eddc21a965019eecc2200e251186f9d8bd0643485d12feda7d0b26a328650d0 -SIZE (Verilog-Perl-3.404.tar.gz) = 558496 +SHA256 (Verilog-Perl-3.418.tar.gz) = 19eb60cb211fe6dbe6f9705f973e72c9ffd370399c39f0871652d4bee61492e8 +SIZE (Verilog-Perl-3.418.tar.gz) = 562256 Modified: head/cad/p5-Verilog-Perl/files/patch-Makefile.PL ============================================================================== --- head/cad/p5-Verilog-Perl/files/patch-Makefile.PL Wed Feb 10 19:11:22 2016 (r408644) +++ head/cad/p5-Verilog-Perl/files/patch-Makefile.PL Wed Feb 10 19:34:24 2016 (r408645) @@ -1,6 +1,6 @@ ---- Makefile.PL 2014-03-11 19:59:40.000000000 -0300 -+++ Makefile.PL 2014-06-25 11:18:59.000000000 -0300 -@@ -11,7 +11,7 @@ +--- Makefile.PL.orig 2016-02-02 23:36:13 UTC ++++ Makefile.PL +@@ -11,7 +11,7 @@ use Config; sub MY::postamble { my $out=""; @@ -8,8 +8,8 @@ + # Note OPTIMIZE is passed from upper gmakefile, so this code needed there too. # -O2 optimization seems unreasonably slow on nearly every platform. I give up. my $optimize = $Config{optimize}; $optimize =~ s/(^| )-O2( |$)/\1-O\2/g; - $out .= "OPTIMIZE = $optimize\n"; -@@ -82,6 +82,8 @@ + # pass hardening flags +@@ -86,6 +86,8 @@ cppcheck: $(CPPCHECK_DEP) return $out; } @@ -18,7 +18,7 @@ my $fail; local $! = undef; my $have_gen = -d "Preproc/gen"; -@@ -93,7 +95,7 @@ +@@ -97,7 +99,7 @@ my $have_gen = -d "Preproc/gen"; if ($have_gen) { warn "\n-Note: 'bison' must be installed to build from sources\n"; } else { $fail=1; warn "\n%Error: 'bison' must be installed to build\n\n"; } } @@ -27,7 +27,7 @@ if ($fail) { if ($ENV{AUTOMATED_TESTING}) { exit(0); -@@ -135,8 +137,8 @@ +@@ -139,7 +141,7 @@ WriteMakefile( }, ); @@ -36,4 +36,3 @@ if ($? || $mkv !~ /GNU Make/i) { warn "-Important: Now type 'gmake MAKE=gmake' as this package requires GNU Make\n"; } - 1; Modified: head/cad/p5-Verilog-Perl/files/patch-Parser__Makefile.PL ============================================================================== --- head/cad/p5-Verilog-Perl/files/patch-Parser__Makefile.PL Wed Feb 10 19:11:22 2016 (r408644) +++ head/cad/p5-Verilog-Perl/files/patch-Parser__Makefile.PL Wed Feb 10 19:34:24 2016 (r408645) @@ -1,6 +1,6 @@ ---- Parser/Makefile.PL 2014-03-11 19:59:40.000000000 -0300 -+++ Parser/Makefile.PL 2014-06-25 11:19:19.000000000 -0300 -@@ -9,13 +9,15 @@ +--- Parser/Makefile.PL.orig 2016-02-02 23:36:13 UTC ++++ Parser/Makefile.PL +@@ -9,13 +9,15 @@ use Config; sub MY::postamble { my $out; @@ -17,7 +17,7 @@ } # Note OPTIMIZE is passed from upper makefile, so this code needed there too. my $optimize = $Config{optimize}; $optimize =~ s/(^| )-O2( |$)/\1-O\2/g; -@@ -46,7 +48,7 @@ +@@ -50,7 +52,7 @@ sub MY::postamble { $out .= "${cmt}CFLAGS += -DFLEX_DEBUG\n"; $out .= "LEXFLAGS += -d\n"; $out .= ' Modified: head/cad/p5-Verilog-Perl/files/patch-Preproc__Makefile.PL ============================================================================== --- head/cad/p5-Verilog-Perl/files/patch-Preproc__Makefile.PL Wed Feb 10 19:11:22 2016 (r408644) +++ head/cad/p5-Verilog-Perl/files/patch-Preproc__Makefile.PL Wed Feb 10 19:34:24 2016 (r408645) @@ -1,6 +1,6 @@ ---- Preproc/Makefile.PL 2014-03-11 19:59:40.000000000 -0300 -+++ Preproc/Makefile.PL 2014-06-25 11:19:37.000000000 -0300 -@@ -9,13 +9,14 @@ +--- Preproc/Makefile.PL.orig 2016-02-02 23:36:13 UTC ++++ Preproc/Makefile.PL +@@ -9,13 +9,14 @@ use Config; sub MY::postamble { my $out; @@ -16,7 +16,7 @@ } # Note OPTIMIZE is passed from upper makefile, so this code needed there too. my $optimize = $Config{optimize}; $optimize =~ s/(^| )-O2( |$)/\1-O\2/g; -@@ -46,7 +47,7 @@ +@@ -50,7 +51,7 @@ sub MY::postamble { $out .= "${cmt}CFLAGS += -DFLEX_DEBUG\n"; $out .= "${cmt}LEXFLAGS += -d\n"; $out .= ' Modified: head/cad/p5-Verilog-Perl/pkg-plist ============================================================================== --- head/cad/p5-Verilog-Perl/pkg-plist Wed Feb 10 19:11:22 2016 (r408644) +++ head/cad/p5-Verilog-Perl/pkg-plist Wed Feb 10 19:34:24 2016 (r408645) @@ -3,27 +3,6 @@ bin/vpassert bin/vppreproc bin/vrename bin/vsplitmodule -%%PERL5_MAN3%%/Verilog::EditFiles.3.gz -%%PERL5_MAN3%%/Verilog::Getopt.3.gz -%%PERL5_MAN3%%/Verilog::Language.3.gz -%%PERL5_MAN3%%/Verilog::Netlist.3.gz -%%PERL5_MAN3%%/Verilog::Netlist::Cell.3.gz -%%PERL5_MAN3%%/Verilog::Netlist::ContAssign.3.gz -%%PERL5_MAN3%%/Verilog::Netlist::Defparam.3.gz -%%PERL5_MAN3%%/Verilog::Netlist::File.3.gz -%%PERL5_MAN3%%/Verilog::Netlist::Interface.3.gz -%%PERL5_MAN3%%/Verilog::Netlist::Logger.3.gz -%%PERL5_MAN3%%/Verilog::Netlist::ModPort.3.gz -%%PERL5_MAN3%%/Verilog::Netlist::Module.3.gz -%%PERL5_MAN3%%/Verilog::Netlist::Net.3.gz -%%PERL5_MAN3%%/Verilog::Netlist::Pin.3.gz -%%PERL5_MAN3%%/Verilog::Netlist::Port.3.gz -%%PERL5_MAN3%%/Verilog::Netlist::Subclass.3.gz -%%PERL5_MAN3%%/Verilog::Parser.3.gz -%%PERL5_MAN3%%/Verilog::Preproc.3.gz -%%PERL5_MAN3%%/Verilog::SigParser.3.gz -%%PERL5_MAN3%%/Verilog::Std.3.gz -%%PERL5_MAN3%%/Verilog::Verilog-Perl.3.gz %%SITE_ARCH%%/Verilog/EditFiles.pm %%SITE_ARCH%%/Verilog/Getopt.pm %%SITE_ARCH%%/Verilog/Language.pm @@ -51,3 +30,24 @@ bin/vsplitmodule %%PERL5_MAN1%%/vpassert.1.gz %%PERL5_MAN1%%/vppreproc.1.gz %%PERL5_MAN1%%/vrename.1.gz +%%PERL5_MAN3%%/Verilog::EditFiles.3.gz +%%PERL5_MAN3%%/Verilog::Getopt.3.gz +%%PERL5_MAN3%%/Verilog::Language.3.gz +%%PERL5_MAN3%%/Verilog::Netlist.3.gz +%%PERL5_MAN3%%/Verilog::Netlist::Cell.3.gz +%%PERL5_MAN3%%/Verilog::Netlist::ContAssign.3.gz +%%PERL5_MAN3%%/Verilog::Netlist::Defparam.3.gz +%%PERL5_MAN3%%/Verilog::Netlist::File.3.gz +%%PERL5_MAN3%%/Verilog::Netlist::Interface.3.gz +%%PERL5_MAN3%%/Verilog::Netlist::Logger.3.gz +%%PERL5_MAN3%%/Verilog::Netlist::ModPort.3.gz +%%PERL5_MAN3%%/Verilog::Netlist::Module.3.gz +%%PERL5_MAN3%%/Verilog::Netlist::Net.3.gz +%%PERL5_MAN3%%/Verilog::Netlist::Pin.3.gz +%%PERL5_MAN3%%/Verilog::Netlist::Port.3.gz +%%PERL5_MAN3%%/Verilog::Netlist::Subclass.3.gz +%%PERL5_MAN3%%/Verilog::Parser.3.gz +%%PERL5_MAN3%%/Verilog::Preproc.3.gz +%%PERL5_MAN3%%/Verilog::SigParser.3.gz +%%PERL5_MAN3%%/Verilog::Std.3.gz +%%PERL5_MAN3%%/Verilog::Verilog-Perl.3.gz From owner-svn-ports-head@freebsd.org Wed Feb 10 19:45:09 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 27097AA4760; Wed, 10 Feb 2016 19:45:09 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E7B7B1944; Wed, 10 Feb 2016 19:45:08 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1AJj7fV066138; Wed, 10 Feb 2016 19:45:07 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1AJj77P066137; Wed, 10 Feb 2016 19:45:07 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <201602101945.u1AJj77P066137@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Wed, 10 Feb 2016 19:45:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408646 - head/devel/py-terminable_thread X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2016 19:45:09 -0000 Author: truckman Date: Wed Feb 10 19:45:07 2016 New Revision: 408646 URL: https://svnweb.freebsd.org/changeset/ports/408646 Log: Nuke PORTREVISION, this is a new port. Sort USE_PYTHON. Requested by: rm Pointy hat to: truckman Modified: head/devel/py-terminable_thread/Makefile Modified: head/devel/py-terminable_thread/Makefile ============================================================================== --- head/devel/py-terminable_thread/Makefile Wed Feb 10 19:34:24 2016 (r408645) +++ head/devel/py-terminable_thread/Makefile Wed Feb 10 19:45:07 2016 (r408646) @@ -2,7 +2,6 @@ PORTNAME= terminable_thread PORTVERSION= 0.7.1 -PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,6 +14,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING NO_ARCH= yes USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils .include From owner-svn-ports-head@freebsd.org Wed Feb 10 19:49:39 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8B4B1AA4A2B; Wed, 10 Feb 2016 19:49:39 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5C1EC1C06; Wed, 10 Feb 2016 19:49:39 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1AJnc3g066369; Wed, 10 Feb 2016 19:49:38 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1AJncD2066368; Wed, 10 Feb 2016 19:49:38 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201602101949.u1AJncD2066368@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Wed, 10 Feb 2016 19:49:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408647 - head/devel/bzr X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2016 19:49:39 -0000 Author: olivierd Date: Wed Feb 10 19:49:38 2016 New Revision: 408647 URL: https://svnweb.freebsd.org/changeset/ports/408647 Log: Remove alternate host, because 302 redirections are fully supported (r338507) Requested by: Matthew Fuller (maintainer) Modified: head/devel/bzr/Makefile Modified: head/devel/bzr/Makefile ============================================================================== --- head/devel/bzr/Makefile Wed Feb 10 19:45:07 2016 (r408646) +++ head/devel/bzr/Makefile Wed Feb 10 19:49:38 2016 (r408647) @@ -4,8 +4,7 @@ PORTNAME= bzr PORTVERSION= 2.7.0 CATEGORIES= devel -MASTER_SITES= https://launchpadlibrarian.net/235965106/ \ - https://launchpad.net/${PORTNAME}/${PORTVERSION:R}/${PORTVERSION}/+download/ +MASTER_SITES= https://launchpad.net/${PORTNAME}/${PORTVERSION:R}/${PORTVERSION}/+download/ MAINTAINER= fullermd@over-yonder.net COMMENT= Distributed version control system by Canonical From owner-svn-ports-head@freebsd.org Wed Feb 10 20:04:02 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0716FAA339C; Wed, 10 Feb 2016 20:04:02 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CC2D286E; Wed, 10 Feb 2016 20:04:01 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1AK40Rv072067; Wed, 10 Feb 2016 20:04:00 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1AK40n0072066; Wed, 10 Feb 2016 20:04:00 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <201602102004.u1AK40n0072066@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Wed, 10 Feb 2016 20:04:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408648 - head/devel/py-option_merge X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2016 20:04:02 -0000 Author: truckman Date: Wed Feb 10 20:04:00 2016 New Revision: 408648 URL: https://svnweb.freebsd.org/changeset/ports/408648 Log: Sort USE_PYTHON Sponsored by: Farsight Security, Inc. Modified: head/devel/py-option_merge/Makefile Modified: head/devel/py-option_merge/Makefile ============================================================================== --- head/devel/py-option_merge/Makefile Wed Feb 10 19:49:38 2016 (r408647) +++ head/devel/py-option_merge/Makefile Wed Feb 10 20:04:00 2016 (r408648) @@ -19,7 +19,7 @@ USES= python USE_GITHUB= yes GH_ACCOUNT= delfick GH_TAGNAME= 2940589 -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils do-test: cd ${WRKSRC} && ${PYTHON_CMD} -m nose --with-noy From owner-svn-ports-head@freebsd.org Wed Feb 10 20:08:41 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EECD3AA36B7; Wed, 10 Feb 2016 20:08:41 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B0438C58; Wed, 10 Feb 2016 20:08:41 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1AK8eSb072436; Wed, 10 Feb 2016 20:08:40 GMT (envelope-from mi@FreeBSD.org) Received: (from mi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1AK8e95072430; Wed, 10 Feb 2016 20:08:40 GMT (envelope-from mi@FreeBSD.org) Message-Id: <201602102008.u1AK8e95072430@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mi set sender to mi@FreeBSD.org using -f From: Mikhail Teterin Date: Wed, 10 Feb 2016 20:08:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408649 - in head: multimedia/gstreamer1-plugins-x265 multimedia/x265 multimedia/x265/files x11/xpra X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2016 20:08:42 -0000 Author: mi Date: Wed Feb 10 20:08:39 2016 New Revision: 408649 URL: https://svnweb.freebsd.org/changeset/ports/408649 Log: Upgrade x265 from 1.8 to 1.9. Add the test-target to utilize upstream's bundled tests and make myself the maintainer to deal with fallout, if any. Bump PORTREVISION of the two other ports, which depend on x265 by default. PR: 206864 Added: head/multimedia/x265/files/ head/multimedia/x265/files/patch-md5 (contents, props changed) Modified: head/multimedia/gstreamer1-plugins-x265/Makefile head/multimedia/x265/Makefile head/multimedia/x265/distinfo head/multimedia/x265/pkg-plist head/x11/xpra/Makefile Modified: head/multimedia/gstreamer1-plugins-x265/Makefile ============================================================================== --- head/multimedia/gstreamer1-plugins-x265/Makefile Wed Feb 10 20:04:00 2016 (r408648) +++ head/multimedia/gstreamer1-plugins-x265/Makefile Wed Feb 10 20:08:39 2016 (r408649) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= multimedia COMMENT= GStreamer libx265 based H265 plugin Modified: head/multimedia/x265/Makefile ============================================================================== --- head/multimedia/x265/Makefile Wed Feb 10 20:04:00 2016 (r408648) +++ head/multimedia/x265/Makefile Wed Feb 10 20:08:39 2016 (r408649) @@ -2,13 +2,13 @@ # $FreeBSD$ PORTNAME= x265 -PORTVERSION= 1.8 +PORTVERSION= 1.9 CATEGORIES= multimedia MASTER_SITES= http://bitbucket.org/multicoreware/${PORTNAME}/get/ DISTNAME= ${PORTVERSION} DIST_SUBDIR= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mi@aldan.algebra.com COMMENT= H.265/High Efficiency Video Coding (HEVC) format LICENSE= GPLv2+ @@ -16,14 +16,14 @@ LICENSE_FILE= ${WRKSRC}/../COPYING BUILD_DEPENDS= yasm:${PORTSDIR}/devel/yasm -USES= cmake tar:bz2 +USES= cmake pathfix tar:bz2 USE_LDCONFIG= yes +CMAKE_ARGS= -DENABLE_TESTS=on -DPLATFORM_LIBS=md +EXTRACT_AFTER_ARGS+= --exclude "md5*" -WRKSRC= ${WRKDIR}/multicoreware-${PORTNAME}-e27327f5da35/source +WRKSRC= ${WRKDIR}/multicoreware-${PORTNAME}-1d3b6e448e01/source -post-patch: - @${REINPLACE_CMD} -e \ - 's|$${LIB_INSTALL_DIR}/pkgconfig|libdata/pkgconfig|' \ - ${WRKSRC}/CMakeLists.txt +do-test: + ${WRKSRC}/test/TestBench .include Modified: head/multimedia/x265/distinfo ============================================================================== --- head/multimedia/x265/distinfo Wed Feb 10 20:04:00 2016 (r408648) +++ head/multimedia/x265/distinfo Wed Feb 10 20:08:39 2016 (r408649) @@ -1,2 +1,2 @@ -SHA256 (x265/1.8.tar.bz2) = 3d36472d9b41cdf04ae92eede1f1da2198432d0ebc2c29ec2da36d8bddaafb7e -SIZE (x265/1.8.tar.bz2) = 739692 +SHA256 (x265/1.9.tar.bz2) = e1e4de6ead44e21c15378675e09c39ef192f2b7c844dd369d2ba1e979aca1ebb +SIZE (x265/1.9.tar.bz2) = 774118 Added: head/multimedia/x265/files/patch-md5 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/x265/files/patch-md5 Wed Feb 10 20:08:39 2016 (r408649) @@ -0,0 +1,33 @@ +Use FreeBSD's MD5-implementation instead of yet another bundled one. + + -mi + +--- common/CMakeLists.txt 2016-01-25 00:16:50.000000000 -0500 ++++ common/CMakeLists.txt 2016-02-02 17:57:52.620700000 -0500 +@@ -109,5 +109,4 @@ + threadpool.cpp threadpool.h + wavefront.h wavefront.cpp +- md5.cpp md5.h + bitstream.h bitstream.cpp + yuv.cpp yuv.h +--- common/picyuv.h 2016-01-25 00:16:50.000000000 -0500 ++++ common/picyuv.h 2016-02-02 21:52:24.690114000 -0500 +@@ -25,6 +25,8 @@ + #define X265_PICYUV_H + ++#include ++#include ++ + #include "common.h" +-#include "md5.h" + #include "x265.h" + +--- encoder/frameencoder.cpp 2016-01-25 00:16:50.000000000 -0500 ++++ encoder/frameencoder.cpp 2016-02-02 18:06:58.918647000 -0500 +@@ -667,5 +667,5 @@ + m_seiReconPictureDigest.m_method = SEIDecodedPictureHash::MD5; + for (int i = 0; i < planes; i++) +- MD5Final(&m_state[i], m_seiReconPictureDigest.m_digest[i]); ++ MD5Final(m_seiReconPictureDigest.m_digest[i], &m_state[i]); + } + else if (m_param->decodedPictureHashSEI == 2) Modified: head/multimedia/x265/pkg-plist ============================================================================== --- head/multimedia/x265/pkg-plist Wed Feb 10 20:04:00 2016 (r408648) +++ head/multimedia/x265/pkg-plist Wed Feb 10 20:08:39 2016 (r408649) @@ -3,5 +3,5 @@ include/x265.h include/x265_config.h lib/libx265.a lib/libx265.so -lib/libx265.so.68 +lib/libx265.so.79 libdata/pkgconfig/x265.pc Modified: head/x11/xpra/Makefile ============================================================================== --- head/x11/xpra/Makefile Wed Feb 10 20:04:00 2016 (r408648) +++ head/x11/xpra/Makefile Wed Feb 10 20:08:39 2016 (r408649) @@ -3,6 +3,7 @@ PORTNAME= xpra PORTVERSION= 0.15.10 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://xpra.org/src/ From owner-svn-ports-head@freebsd.org Wed Feb 10 20:09:51 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B3738AA37F4; Wed, 10 Feb 2016 20:09:51 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 86EECD89; Wed, 10 Feb 2016 20:09:51 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1AK9oHv072582; Wed, 10 Feb 2016 20:09:50 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1AK9obi072581; Wed, 10 Feb 2016 20:09:50 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <201602102009.u1AK9obi072581@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Wed, 10 Feb 2016 20:09:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408650 - head/devel/py-delfick_error X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2016 20:09:51 -0000 Author: truckman Date: Wed Feb 10 20:09:50 2016 New Revision: 408650 URL: https://svnweb.freebsd.org/changeset/ports/408650 Log: Sort USE_PYTHON Sponsored by: Farsight Security, Inc. Modified: head/devel/py-delfick_error/Makefile Modified: head/devel/py-delfick_error/Makefile ============================================================================== --- head/devel/py-delfick_error/Makefile Wed Feb 10 20:08:39 2016 (r408649) +++ head/devel/py-delfick_error/Makefile Wed Feb 10 20:09:50 2016 (r408650) @@ -26,7 +26,7 @@ USES= python USE_GITHUB= yes GH_ACCOUNT= delfick GH_TAGNAME= 6761e6c -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils PORTDOCS= * From owner-svn-ports-head@freebsd.org Wed Feb 10 20:14:30 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0ACBDAA3BB2; Wed, 10 Feb 2016 20:14:30 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CE510120A; Wed, 10 Feb 2016 20:14:29 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1AKES3P075404; Wed, 10 Feb 2016 20:14:28 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1AKESU1075403; Wed, 10 Feb 2016 20:14:28 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <201602102014.u1AKESU1075403@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Wed, 10 Feb 2016 20:14:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408651 - head/devel/py-total-ordering X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2016 20:14:30 -0000 Author: truckman Date: Wed Feb 10 20:14:28 2016 New Revision: 408651 URL: https://svnweb.freebsd.org/changeset/ports/408651 Log: Sort USE_PYTHON Sponsored by: Farsight Security, Inc. Modified: head/devel/py-total-ordering/Makefile Modified: head/devel/py-total-ordering/Makefile ============================================================================== --- head/devel/py-total-ordering/Makefile Wed Feb 10 20:09:50 2016 (r408650) +++ head/devel/py-total-ordering/Makefile Wed Feb 10 20:14:28 2016 (r408651) @@ -11,6 +11,6 @@ COMMENT= Backport functools.total_orderi NO_ARCH= yes USES= python:-2.7 -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils .include From owner-svn-ports-head@freebsd.org Wed Feb 10 20:19:24 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D055AAA405E; Wed, 10 Feb 2016 20:19:24 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9DC23142A; Wed, 10 Feb 2016 20:19:24 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1AKJNcp075652; Wed, 10 Feb 2016 20:19:23 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1AKJNcm075651; Wed, 10 Feb 2016 20:19:23 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <201602102019.u1AKJNcm075651@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Wed, 10 Feb 2016 20:19:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408652 - head/devel/py-noseofyeti X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2016 20:19:24 -0000 Author: truckman Date: Wed Feb 10 20:19:23 2016 New Revision: 408652 URL: https://svnweb.freebsd.org/changeset/ports/408652 Log: Sort USE_PYTHON Sponsored by: Farsight Security, Inc. Modified: head/devel/py-noseofyeti/Makefile Modified: head/devel/py-noseofyeti/Makefile ============================================================================== --- head/devel/py-noseofyeti/Makefile Wed Feb 10 20:14:28 2016 (r408651) +++ head/devel/py-noseofyeti/Makefile Wed Feb 10 20:19:23 2016 (r408652) @@ -27,7 +27,7 @@ USE_GITHUB= yes GH_ACCOUNT= delfick GH_PROJECT= nose-of-yeti GH_TAGNAME= e8f3110 -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils SHEBANG_FILES= test.sh PYTHON_OLD_CMD= "/usr/bin/env python" From owner-svn-ports-head@freebsd.org Wed Feb 10 20:23:20 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9390BAA4463; Wed, 10 Feb 2016 20:23:20 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 651751AAA; Wed, 10 Feb 2016 20:23:20 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1AKNJSa078337; Wed, 10 Feb 2016 20:23:19 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1AKNJoH078336; Wed, 10 Feb 2016 20:23:19 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <201602102023.u1AKNJoH078336@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Wed, 10 Feb 2016 20:23:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408653 - head/devel/py-should_dsl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2016 20:23:20 -0000 Author: truckman Date: Wed Feb 10 20:23:19 2016 New Revision: 408653 URL: https://svnweb.freebsd.org/changeset/ports/408653 Log: Sort USE_PYTHON Sponsored by: Farsight Security, Inc. Modified: head/devel/py-should_dsl/Makefile Modified: head/devel/py-should_dsl/Makefile ============================================================================== --- head/devel/py-should_dsl/Makefile Wed Feb 10 20:19:23 2016 (r408652) +++ head/devel/py-should_dsl/Makefile Wed Feb 10 20:23:19 2016 (r408653) @@ -14,6 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes USES= python:-3.2 -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils .include From owner-svn-ports-head@freebsd.org Wed Feb 10 20:27:40 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C9374AA46F1; Wed, 10 Feb 2016 20:27:40 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9ADC11C35; Wed, 10 Feb 2016 20:27:40 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1AKRdhR078567; Wed, 10 Feb 2016 20:27:39 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1AKRdge078566; Wed, 10 Feb 2016 20:27:39 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <201602102027.u1AKRdge078566@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Wed, 10 Feb 2016 20:27:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408654 - head/devel/py-pinocchio X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2016 20:27:40 -0000 Author: truckman Date: Wed Feb 10 20:27:39 2016 New Revision: 408654 URL: https://svnweb.freebsd.org/changeset/ports/408654 Log: Sort USE_PYTHON Sponsored by: Farsight Security, Inc. Modified: head/devel/py-pinocchio/Makefile Modified: head/devel/py-pinocchio/Makefile ============================================================================== --- head/devel/py-pinocchio/Makefile Wed Feb 10 20:23:19 2016 (r408653) +++ head/devel/py-pinocchio/Makefile Wed Feb 10 20:27:39 2016 (r408654) @@ -15,6 +15,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colo NO_ARCH= yes USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils .include From owner-svn-ports-head@freebsd.org Wed Feb 10 20:34:05 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B6371AA4B99; Wed, 10 Feb 2016 20:34:05 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 88077269; Wed, 10 Feb 2016 20:34:05 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1AKY49o081497; Wed, 10 Feb 2016 20:34:04 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1AKY4eF081496; Wed, 10 Feb 2016 20:34:04 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <201602102034.u1AKY4eF081496@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Wed, 10 Feb 2016 20:34:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408655 - head/dns/py-pywdns X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2016 20:34:05 -0000 Author: truckman Date: Wed Feb 10 20:34:04 2016 New Revision: 408655 URL: https://svnweb.freebsd.org/changeset/ports/408655 Log: Sort USE_PYTHON Sponsored by: Farsight Security, Inc. Modified: head/dns/py-pywdns/Makefile Modified: head/dns/py-pywdns/Makefile ============================================================================== --- head/dns/py-pywdns/Makefile Wed Feb 10 20:27:39 2016 (r408654) +++ head/dns/py-pywdns/Makefile Wed Feb 10 20:34:04 2016 (r408655) @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYRIGHT LIB_DEPENDS= libwdns.so:${PORTSDIR}/dns/wdns -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils USES= pkgconfig python post-patch: From owner-svn-ports-head@freebsd.org Wed Feb 10 21:10:26 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 31863AA4E43; Wed, 10 Feb 2016 21:10:26 +0000 (UTC) (envelope-from kmoore@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0A1AC17CE; Wed, 10 Feb 2016 21:10:25 +0000 (UTC) (envelope-from kmoore@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1ALAOe7090443; Wed, 10 Feb 2016 21:10:24 GMT (envelope-from kmoore@FreeBSD.org) Received: (from kmoore@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1ALAOoD090438; Wed, 10 Feb 2016 21:10:24 GMT (envelope-from kmoore@FreeBSD.org) Message-Id: <201602102110.u1ALAOoD090438@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kmoore set sender to kmoore@FreeBSD.org using -f From: Kris Moore Date: Wed, 10 Feb 2016 21:10:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408656 - in head/x11: lumina lumina-i18n X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2016 21:10:26 -0000 Author: kmoore Date: Wed Feb 10 21:10:24 2016 New Revision: 408656 URL: https://svnweb.freebsd.org/changeset/ports/408656 Log: - Update to 0.8.8 http://lumina-desktop.org/lumina-desktop-0-8-8-released/ Modified: head/x11/lumina-i18n/Makefile head/x11/lumina-i18n/distinfo head/x11/lumina/Makefile head/x11/lumina/distinfo head/x11/lumina/pkg-plist Modified: head/x11/lumina-i18n/Makefile ============================================================================== --- head/x11/lumina-i18n/Makefile Wed Feb 10 20:34:04 2016 (r408655) +++ head/x11/lumina-i18n/Makefile Wed Feb 10 21:10:24 2016 (r408656) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lumina-i18n -PORTVERSION= 0.8.7 +PORTVERSION= 0.8.8 DISTVERSIONPREFIX= v DISTVERSIONSUFFIX= -Release CATEGORIES= x11 Modified: head/x11/lumina-i18n/distinfo ============================================================================== --- head/x11/lumina-i18n/distinfo Wed Feb 10 20:34:04 2016 (r408655) +++ head/x11/lumina-i18n/distinfo Wed Feb 10 21:10:24 2016 (r408656) @@ -1,2 +1,2 @@ -SHA256 (pcbsd-lumina-i18n-v0.8.7-Release_GH0.tar.xz) = 74700724866197834daba5fc7ee3971cc2c518282ae9026d7effacfd0af7e199 -SIZE (pcbsd-lumina-i18n-v0.8.7-Release_GH0.tar.xz) = 1156816 +SHA256 (pcbsd-lumina-i18n-v0.8.8-Release_GH0.tar.xz) = 4c4a22c761d1ea31de65c112cfa5d5791515e5991bb8797848f1285275b09967 +SIZE (pcbsd-lumina-i18n-v0.8.8-Release_GH0.tar.xz) = 1210361 Modified: head/x11/lumina/Makefile ============================================================================== --- head/x11/lumina/Makefile Wed Feb 10 20:34:04 2016 (r408655) +++ head/x11/lumina/Makefile Wed Feb 10 21:10:24 2016 (r408656) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lumina -PORTVERSION= 0.8.7 +PORTVERSION= 0.8.8 DISTVERSIONPREFIX= v DISTVERSIONSUFFIX= -Release PORTEPOCH= 1 @@ -32,7 +32,7 @@ PCBSD_DESC= Use the PC-BSD system interf .include .if ${PORT_OPTIONS:MMULTIMEDIA} -RUN_DEPENDS+= gstreamer-plugins-core>=0:${PORTSDIR}/multimedia/gstreamer-plugins-core +RUN_DEPENDS+= gstreamer1-plugins-core>=0:${PORTSDIR}/multimedia/gstreamer1-plugins-core .endif MAKE_JOBS_UNSAFE=yes @@ -40,14 +40,14 @@ MAKE_JOBS_UNSAFE=yes USE_XORG= x11 xdamage USE_XCB= x11extras wm USE_LDCONFIG= yes -USE_QT5= core gui network quick svg linguist multimedia imageformats \ +USE_QT5= core gui network svg linguist multimedia imageformats \ buildtools x11extras concurrent USES= desktop-file-utils qmake USE_GITHUB= yes GH_ACCOUNT= pcbsd #Setup the qmake configuration options -.if {PORT_OPTIONS:MPCBSD} +.if ${PORT_OPTIONS:MPCBSD} QMAKE_ARGS= CONFIG+="configure NO_I18N PCBSD" .else QMAKE_ARGS= CONFIG+="configure NO_I18N" Modified: head/x11/lumina/distinfo ============================================================================== --- head/x11/lumina/distinfo Wed Feb 10 20:34:04 2016 (r408655) +++ head/x11/lumina/distinfo Wed Feb 10 21:10:24 2016 (r408656) @@ -1,2 +1,2 @@ -SHA256 (pcbsd-lumina-v0.8.7-Release_GH0.tar.gz) = 2374636d238f24d552186a7d3e00d5c2c7f87e2169d8462015100a2271dd1b51 -SIZE (pcbsd-lumina-v0.8.7-Release_GH0.tar.gz) = 35755064 +SHA256 (pcbsd-lumina-v0.8.8-Release_GH0.tar.gz) = a5a3cc452907844bd5c52ba699a65c843f3b9860583c189117e4b2dc642a2142 +SIZE (pcbsd-lumina-v0.8.8-Release_GH0.tar.gz) = 35770958 Modified: head/x11/lumina/pkg-plist ============================================================================== --- head/x11/lumina/pkg-plist Wed Feb 10 20:34:04 2016 (r408655) +++ head/x11/lumina/pkg-plist Wed Feb 10 21:10:24 2016 (r408656) @@ -1,50 +1,52 @@ bin/Lumina-DE -bin/lumina-open bin/lumina-config +bin/lumina-fileinfo bin/lumina-fm +bin/lumina-info +bin/lumina-open bin/lumina-screenshot bin/lumina-search -bin/lumina-info bin/lumina-xconfig -bin/lumina-fileinfo -etc/luminaDesktop.conf.dist +%%ETCDIR%%Desktop.conf.dist +include/LuminaOS.h +include/LuminaSingleApplication.h +include/LuminaThemes.h +include/LuminaUtils.h +include/LuminaX11.h +include/LuminaXDG.h lib/libLuminaUtils.so lib/libLuminaUtils.so.1 lib/libLuminaUtils.so.1.0 lib/libLuminaUtils.so.1.0.0 -include/LuminaXDG.h -include/LuminaUtils.h -include/LuminaX11.h -include/LuminaThemes.h -include/LuminaOS.h -include/LuminaSingleApplication.h -share/applications/lumina-fm.desktop -share/applications/lumina-screenshot.desktop -share/applications/lumina-search.desktop -share/applications/lumina-info.desktop -share/pixmaps/Lumina-DE.png -share/pixmaps/Insight-FileManager.png -share/xsessions/Lumina-DE.desktop -share/Lumina-DE/desktop-background.jpg -share/Lumina-DE/luminaDesktop.conf -share/Lumina-DE/fluxbox-init-rc -share/Lumina-DE/fluxbox-keys share/Lumina-DE/Login.ogg share/Lumina-DE/Logout.ogg +share/Lumina-DE/colors/Black.qss.colors share/Lumina-DE/colors/Blue-Light.qss.colors share/Lumina-DE/colors/Grey-Dark.qss.colors -share/Lumina-DE/colors/Lumina-Red.qss.colors +share/Lumina-DE/colors/Lumina-Glass.qss.colors +share/Lumina-DE/colors/Lumina-Gold.qss.colors share/Lumina-DE/colors/Lumina-Green.qss.colors share/Lumina-DE/colors/Lumina-Purple.qss.colors -share/Lumina-DE/colors/Lumina-Gold.qss.colors -share/Lumina-DE/colors/Lumina-Glass.qss.colors +share/Lumina-DE/colors/Lumina-Red.qss.colors share/Lumina-DE/colors/PCBSD10-Default.qss.colors share/Lumina-DE/colors/Solarized-Dark.qss.colors share/Lumina-DE/colors/Solarized-Light.qss.colors +share/Lumina-DE/desktop-background.jpg +share/Lumina-DE/fluxbox-init-rc +share/Lumina-DE/fluxbox-keys +share/Lumina-DE/luminaDesktop.conf +share/Lumina-DE/quickplugins/quick-sample.qml share/Lumina-DE/themes/Lumina-default.qss.template share/Lumina-DE/themes/None.qss.template -share/Lumina-DE/quickplugins/quick-sample.qml +share/applications/lumina-fm.desktop +share/applications/lumina-info.desktop +share/applications/lumina-screenshot.desktop +share/applications/lumina-search.desktop +share/applications/lumina-support.desktop +share/pixmaps/Insight-FileManager.png +share/pixmaps/Lumina-DE.png share/wallpapers/Lumina-DE/Lumina_Wispy_gold.jpg share/wallpapers/Lumina-DE/Lumina_Wispy_green.jpg share/wallpapers/Lumina-DE/Lumina_Wispy_purple.jpg share/wallpapers/Lumina-DE/Lumina_Wispy_red.jpg +share/xsessions/Lumina-DE.desktop From owner-svn-ports-head@freebsd.org Wed Feb 10 21:18:02 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CED7FAA425D; Wed, 10 Feb 2016 21:18:02 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9C6401E12; Wed, 10 Feb 2016 21:18:02 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1ALI1PJ093310; Wed, 10 Feb 2016 21:18:01 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1ALI1hV093307; Wed, 10 Feb 2016 21:18:01 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <201602102118.u1ALI1hV093307@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Wed, 10 Feb 2016 21:18:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408657 - head/editors/neovim X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2016 21:18:03 -0000 Author: zeising Date: Wed Feb 10 21:18:01 2016 New Revision: 408657 URL: https://svnweb.freebsd.org/changeset/ports/408657 Log: Update to 0.1.2 PR: 207088 Submitted by: Anton Törnqvist (maintainer) Modified: head/editors/neovim/Makefile head/editors/neovim/distinfo head/editors/neovim/pkg-plist Modified: head/editors/neovim/Makefile ============================================================================== --- head/editors/neovim/Makefile Wed Feb 10 21:10:24 2016 (r408656) +++ head/editors/neovim/Makefile Wed Feb 10 21:18:01 2016 (r408657) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= neovim -PORTVERSION= 0.0.0.201507060407 -PORTREVISION= 1 +PORTVERSION= 0.1.2 CATEGORIES= editors MASTER_SITES= GH @@ -22,9 +21,9 @@ LIB_DEPENDS= libunibilium.so:${PORTSDIR} libuv.so:${PORTSDIR}/devel/libuv \ libmsgpack.so:${PORTSDIR}/devel/msgpack -USES= cmake lua +USES= cmake gettext-tools lua gmake pkgconfig USE_GITHUB= yes -GH_TAGNAME= 1b78ad1 +GH_TAGNAME= b33c777 CMAKE_ARGS+= -DLUA_PRG=${LUA_CMD} \ -DUSE_BUNDLED_DEPS=OFF Modified: head/editors/neovim/distinfo ============================================================================== --- head/editors/neovim/distinfo Wed Feb 10 21:10:24 2016 (r408656) +++ head/editors/neovim/distinfo Wed Feb 10 21:18:01 2016 (r408657) @@ -1,2 +1,2 @@ -SHA256 (neovim-neovim-0.0.0.201507060407-1b78ad1_GH0.tar.gz) = 5514f22c96ccca4861b5668fc09f3f8bf4da655bf593dd30ee6ce0a124a6ab45 -SIZE (neovim-neovim-0.0.0.201507060407-1b78ad1_GH0.tar.gz) = 7268024 +SHA256 (neovim-neovim-0.1.2-b33c777_GH0.tar.gz) = abb394c0f206859f31d781af7b22cda2a0b74378ed56485c111d30e8b9016652 +SIZE (neovim-neovim-0.1.2-b33c777_GH0.tar.gz) = 7611302 Modified: head/editors/neovim/pkg-plist ============================================================================== --- head/editors/neovim/pkg-plist Wed Feb 10 21:10:24 2016 (r408656) +++ head/editors/neovim/pkg-plist Wed Feb 10 21:18:01 2016 (r408657) @@ -1,17 +1,54 @@ bin/nvim man/man1/nvim.1.gz -share/nvim/runtime/autoload/README.txt +share/locale/af/LC_MESSAGES/nvim.mo +share/locale/ca/LC_MESSAGES/nvim.mo +share/locale/cs.cp1250/LC_MESSAGES/nvim.mo +share/locale/cs/LC_MESSAGES/nvim.mo +share/locale/de/LC_MESSAGES/nvim.mo +share/locale/en_GB/LC_MESSAGES/nvim.mo +share/locale/eo/LC_MESSAGES/nvim.mo +share/locale/es/LC_MESSAGES/nvim.mo +share/locale/fi/LC_MESSAGES/nvim.mo +share/locale/fr/LC_MESSAGES/nvim.mo +share/locale/ga/LC_MESSAGES/nvim.mo +share/locale/it/LC_MESSAGES/nvim.mo +share/locale/ja.euc-jp/LC_MESSAGES/nvim.mo +share/locale/ja.sjis/LC_MESSAGES/nvim.mo +share/locale/ja/LC_MESSAGES/nvim.mo +share/locale/ko.UTF-8/LC_MESSAGES/nvim.mo +share/locale/ko/LC_MESSAGES/nvim.mo +share/locale/nb/LC_MESSAGES/nvim.mo +share/locale/nl/LC_MESSAGES/nvim.mo +share/locale/no/LC_MESSAGES/nvim.mo +share/locale/pl.UTF-8/LC_MESSAGES/nvim.mo +share/locale/pl.cp1250/LC_MESSAGES/nvim.mo +share/locale/pl/LC_MESSAGES/nvim.mo +share/locale/pt_BR/LC_MESSAGES/nvim.mo +share/locale/ru.cp1251/LC_MESSAGES/nvim.mo +share/locale/ru/LC_MESSAGES/nvim.mo +share/locale/sk.cp1250/LC_MESSAGES/nvim.mo +share/locale/sk/LC_MESSAGES/nvim.mo +share/locale/sv/LC_MESSAGES/nvim.mo +share/locale/uk.cp1251/LC_MESSAGES/nvim.mo +share/locale/uk/LC_MESSAGES/nvim.mo +share/locale/vi/LC_MESSAGES/nvim.mo +share/locale/zh_CN.UTF-8/LC_MESSAGES/nvim.mo +share/locale/zh_CN.cp936/LC_MESSAGES/nvim.mo +share/locale/zh_CN/LC_MESSAGES/nvim.mo +share/locale/zh_TW.UTF-8/LC_MESSAGES/nvim.mo +share/locale/zh_TW/LC_MESSAGES/nvim.mo share/nvim/runtime/autoload/ada.vim share/nvim/runtime/autoload/adacomplete.vim share/nvim/runtime/autoload/ccomplete.vim share/nvim/runtime/autoload/clojurecomplete.vim share/nvim/runtime/autoload/csscomplete.vim share/nvim/runtime/autoload/decada.vim -share/nvim/runtime/autoload/getscript.vim share/nvim/runtime/autoload/gnat.vim share/nvim/runtime/autoload/gzip.vim share/nvim/runtime/autoload/htmlcomplete.vim share/nvim/runtime/autoload/javascriptcomplete.vim +share/nvim/runtime/autoload/man.vim +share/nvim/runtime/autoload/msgpack.vim share/nvim/runtime/autoload/netrw.vim share/nvim/runtime/autoload/netrwFileHandlers.vim share/nvim/runtime/autoload/netrwSettings.vim @@ -28,11 +65,13 @@ share/nvim/runtime/autoload/pythoncomple share/nvim/runtime/autoload/remote/define.vim share/nvim/runtime/autoload/remote/host.vim share/nvim/runtime/autoload/rubycomplete.vim +share/nvim/runtime/autoload/shada.vim share/nvim/runtime/autoload/spellfile.vim share/nvim/runtime/autoload/sqlcomplete.vim share/nvim/runtime/autoload/syntaxcomplete.vim share/nvim/runtime/autoload/tar.vim share/nvim/runtime/autoload/tohtml.vim +share/nvim/runtime/autoload/tutor.vim share/nvim/runtime/autoload/vimball.vim share/nvim/runtime/autoload/vimexpect.vim share/nvim/runtime/autoload/xml/html32.vim @@ -51,7 +90,6 @@ share/nvim/runtime/autoload/xml/xsl.vim share/nvim/runtime/autoload/xmlcomplete.vim share/nvim/runtime/autoload/zip.vim share/nvim/runtime/bugreport.vim -share/nvim/runtime/colors/README.txt share/nvim/runtime/colors/blue.vim share/nvim/runtime/colors/darkblue.vim share/nvim/runtime/colors/default.vim @@ -70,7 +108,6 @@ share/nvim/runtime/colors/shine.vim share/nvim/runtime/colors/slate.vim share/nvim/runtime/colors/torte.vim share/nvim/runtime/colors/zellner.vim -share/nvim/runtime/compiler/README.txt share/nvim/runtime/compiler/ant.vim share/nvim/runtime/compiler/bcc.vim share/nvim/runtime/compiler/bdf.vim @@ -130,17 +167,14 @@ share/nvim/runtime/compiler/xbuild.vim share/nvim/runtime/compiler/xmllint.vim share/nvim/runtime/compiler/xmlwf.vim share/nvim/runtime/delmenu.vim -share/nvim/runtime/doc/Makefile share/nvim/runtime/doc/arabic.txt share/nvim/runtime/doc/autocmd.txt share/nvim/runtime/doc/change.txt share/nvim/runtime/doc/cmdline.txt share/nvim/runtime/doc/debug.txt -share/nvim/runtime/doc/debugger.txt share/nvim/runtime/doc/develop.txt share/nvim/runtime/doc/diff.txt share/nvim/runtime/doc/digraph.txt -share/nvim/runtime/doc/doctags.c share/nvim/runtime/doc/editing.txt share/nvim/runtime/doc/eval.txt share/nvim/runtime/doc/farsi.txt @@ -169,24 +203,24 @@ share/nvim/runtime/doc/message.txt share/nvim/runtime/doc/mlang.txt share/nvim/runtime/doc/motion.txt share/nvim/runtime/doc/msgpack_rpc.txt +share/nvim/runtime/doc/nvim.txt share/nvim/runtime/doc/nvim_clipboard.txt -share/nvim/runtime/doc/nvim_intro.txt +share/nvim/runtime/doc/nvim_from_vim.txt share/nvim/runtime/doc/nvim_provider.txt share/nvim/runtime/doc/nvim_python.txt share/nvim/runtime/doc/nvim_terminal_emulator.txt share/nvim/runtime/doc/options.txt share/nvim/runtime/doc/os_dos.txt -share/nvim/runtime/doc/os_mac.txt -share/nvim/runtime/doc/os_unix.txt share/nvim/runtime/doc/os_win32.txt share/nvim/runtime/doc/pattern.txt -share/nvim/runtime/doc/pi_getscript.txt share/nvim/runtime/doc/pi_gzip.txt share/nvim/runtime/doc/pi_matchit.txt +share/nvim/runtime/doc/pi_msgpack.txt share/nvim/runtime/doc/pi_netrw.txt share/nvim/runtime/doc/pi_paren.txt share/nvim/runtime/doc/pi_spec.txt share/nvim/runtime/doc/pi_tar.txt +share/nvim/runtime/doc/pi_tutor.txt share/nvim/runtime/doc/pi_vimball.txt share/nvim/runtime/doc/pi_zip.txt share/nvim/runtime/doc/print.txt @@ -210,7 +244,6 @@ share/nvim/runtime/doc/tags share/nvim/runtime/doc/tagsrch.txt share/nvim/runtime/doc/term.txt share/nvim/runtime/doc/tips.txt -share/nvim/runtime/doc/todo.txt share/nvim/runtime/doc/uganda.txt share/nvim/runtime/doc/undo.txt share/nvim/runtime/doc/usr_01.txt @@ -253,7 +286,6 @@ share/nvim/runtime/doc/windows.txt share/nvim/runtime/filetype.vim share/nvim/runtime/ftoff.vim share/nvim/runtime/ftplugin.vim -share/nvim/runtime/ftplugin/README.txt share/nvim/runtime/ftplugin/a2ps.vim share/nvim/runtime/ftplugin/aap.vim share/nvim/runtime/ftplugin/abap.vim @@ -339,8 +371,9 @@ share/nvim/runtime/ftplugin/jsp.vim share/nvim/runtime/ftplugin/kconfig.vim share/nvim/runtime/ftplugin/kwt.vim share/nvim/runtime/ftplugin/ld.vim +share/nvim/runtime/ftplugin/less.vim share/nvim/runtime/ftplugin/lftp.vim -share/nvim/runtime/ftplugin/libao.vim +share/nvim/runtime/ftplugin/%%LUA_LIBDIR%%ao.vim share/nvim/runtime/ftplugin/limits.vim share/nvim/runtime/ftplugin/liquid.vim share/nvim/runtime/ftplugin/lisp.vim @@ -412,6 +445,7 @@ share/nvim/runtime/ftplugin/services.vim share/nvim/runtime/ftplugin/setserial.vim share/nvim/runtime/ftplugin/sgml.vim share/nvim/runtime/ftplugin/sh.vim +share/nvim/runtime/ftplugin/shada.vim share/nvim/runtime/ftplugin/sieve.vim share/nvim/runtime/ftplugin/slpconf.vim share/nvim/runtime/ftplugin/slpreg.vim @@ -430,6 +464,7 @@ share/nvim/runtime/ftplugin/tex.vim share/nvim/runtime/ftplugin/text.vim share/nvim/runtime/ftplugin/treetop.vim share/nvim/runtime/ftplugin/tt2html.vim +share/nvim/runtime/ftplugin/tutor.vim share/nvim/runtime/ftplugin/udevconf.vim share/nvim/runtime/ftplugin/udevperm.vim share/nvim/runtime/ftplugin/udevrules.vim @@ -453,7 +488,6 @@ share/nvim/runtime/ftplugin/zimbu.vim share/nvim/runtime/ftplugin/zsh.vim share/nvim/runtime/ftplugof.vim share/nvim/runtime/indent.vim -share/nvim/runtime/indent/README.txt share/nvim/runtime/indent/aap.vim share/nvim/runtime/indent/ada.vim share/nvim/runtime/indent/ant.vim @@ -504,6 +538,7 @@ share/nvim/runtime/indent/javascript.vim share/nvim/runtime/indent/json.vim share/nvim/runtime/indent/jsp.vim share/nvim/runtime/indent/ld.vim +share/nvim/runtime/indent/less.vim share/nvim/runtime/indent/lifelines.vim share/nvim/runtime/indent/liquid.vim share/nvim/runtime/indent/lisp.vim @@ -566,7 +601,6 @@ share/nvim/runtime/indent/yaml.vim share/nvim/runtime/indent/zimbu.vim share/nvim/runtime/indent/zsh.vim share/nvim/runtime/indoff.vim -share/nvim/runtime/keymap/README.txt share/nvim/runtime/keymap/accents.vim share/nvim/runtime/keymap/arabic.vim share/nvim/runtime/keymap/arabic_utf-8.vim @@ -633,7 +667,6 @@ share/nvim/runtime/keymap/ukrainian-dvor share/nvim/runtime/keymap/ukrainian-jcuken.vim share/nvim/runtime/keymap/vietnamese-viqr_utf-8.vim share/nvim/runtime/macmap.vim -share/nvim/runtime/macros/dvorak share/nvim/runtime/macros/editexisting.vim share/nvim/runtime/macros/justify.vim share/nvim/runtime/macros/less.bat @@ -646,17 +679,18 @@ share/nvim/runtime/makemenu.vim share/nvim/runtime/menu.vim share/nvim/runtime/mswin.vim share/nvim/runtime/optwin.vim -share/nvim/runtime/plugin/README.txt -share/nvim/runtime/plugin/getscriptPlugin.vim share/nvim/runtime/plugin/gzip.vim +share/nvim/runtime/plugin/man.vim share/nvim/runtime/plugin/matchit.vim share/nvim/runtime/plugin/matchparen.vim share/nvim/runtime/plugin/netrwPlugin.vim share/nvim/runtime/plugin/rplugin.vim share/nvim/runtime/plugin/rrhelper.vim +share/nvim/runtime/plugin/shada.vim share/nvim/runtime/plugin/spellfile.vim share/nvim/runtime/plugin/tarPlugin.vim share/nvim/runtime/plugin/tohtml.vim +share/nvim/runtime/plugin/tutor.vim share/nvim/runtime/plugin/vimballPlugin.vim share/nvim/runtime/plugin/zipPlugin.vim share/nvim/runtime/print/ascii.ps @@ -690,11 +724,9 @@ share/nvim/runtime/print/ks_roman.ps share/nvim/runtime/print/latin1.ps share/nvim/runtime/print/mac-roman.ps share/nvim/runtime/print/prolog.ps -share/nvim/runtime/rgb.txt share/nvim/runtime/scripts.vim share/nvim/runtime/synmenu.vim share/nvim/runtime/syntax/2html.vim -share/nvim/runtime/syntax/README.txt share/nvim/runtime/syntax/a2ps.vim share/nvim/runtime/syntax/a65.vim share/nvim/runtime/syntax/aap.vim @@ -793,7 +825,7 @@ share/nvim/runtime/syntax/cuplsim.vim share/nvim/runtime/syntax/cvs.vim share/nvim/runtime/syntax/cvsrc.vim share/nvim/runtime/syntax/cweb.vim -share/nvim/runtime/syntax/cynlib.vim +share/nvim/runtime/syntax/cyn%%LUA_LIBDIR%%.vim share/nvim/runtime/syntax/cynpp.vim share/nvim/runtime/syntax/d.vim share/nvim/runtime/syntax/datascript.vim @@ -949,10 +981,11 @@ share/nvim/runtime/syntax/latte.vim share/nvim/runtime/syntax/ld.vim share/nvim/runtime/syntax/ldapconf.vim share/nvim/runtime/syntax/ldif.vim +share/nvim/runtime/syntax/less.vim share/nvim/runtime/syntax/lex.vim share/nvim/runtime/syntax/lftp.vim share/nvim/runtime/syntax/lhaskell.vim -share/nvim/runtime/syntax/libao.vim +share/nvim/runtime/syntax/%%LUA_LIBDIR%%ao.vim share/nvim/runtime/syntax/lifelines.vim share/nvim/runtime/syntax/lilo.vim share/nvim/runtime/syntax/limits.vim @@ -1130,6 +1163,7 @@ share/nvim/runtime/syntax/sgml.vim share/nvim/runtime/syntax/sgmldecl.vim share/nvim/runtime/syntax/sgmllnx.vim share/nvim/runtime/syntax/sh.vim +share/nvim/runtime/syntax/shada.vim share/nvim/runtime/syntax/sicad.vim share/nvim/runtime/syntax/sieve.vim share/nvim/runtime/syntax/simula.vim @@ -1171,6 +1205,7 @@ share/nvim/runtime/syntax/sqlj.vim share/nvim/runtime/syntax/sqloracle.vim share/nvim/runtime/syntax/sqr.vim share/nvim/runtime/syntax/squid.vim +share/nvim/runtime/syntax/srec.vim share/nvim/runtime/syntax/sshconfig.vim share/nvim/runtime/syntax/sshdconfig.vim share/nvim/runtime/syntax/st.vim @@ -1215,6 +1250,7 @@ share/nvim/runtime/syntax/tssop.vim share/nvim/runtime/syntax/tt2.vim share/nvim/runtime/syntax/tt2html.vim share/nvim/runtime/syntax/tt2js.vim +share/nvim/runtime/syntax/tutor.vim share/nvim/runtime/syntax/uc.vim share/nvim/runtime/syntax/udevconf.vim share/nvim/runtime/syntax/udevperm.vim @@ -1225,6 +1261,7 @@ share/nvim/runtime/syntax/upstart.vim share/nvim/runtime/syntax/upstreamdat.vim share/nvim/runtime/syntax/upstreaminstalllog.vim share/nvim/runtime/syntax/upstreamlog.vim +share/nvim/runtime/syntax/upstreamrpt.vim share/nvim/runtime/syntax/usserverlog.vim share/nvim/runtime/syntax/usw2kagtlog.vim share/nvim/runtime/syntax/valgrind.vim @@ -1235,7 +1272,9 @@ share/nvim/runtime/syntax/verilogams.vim share/nvim/runtime/syntax/vgrindefs.vim share/nvim/runtime/syntax/vhdl.vim share/nvim/runtime/syntax/vim.vim +share/nvim/runtime/syntax/vim/generated.vim share/nvim/runtime/syntax/viminfo.vim +share/nvim/runtime/syntax/vimnormal.vim share/nvim/runtime/syntax/virata.vim share/nvim/runtime/syntax/vmasm.vim share/nvim/runtime/syntax/voscm.vim @@ -1273,4 +1312,6 @@ share/nvim/runtime/syntax/yaml.vim share/nvim/runtime/syntax/z8a.vim share/nvim/runtime/syntax/zimbu.vim share/nvim/runtime/syntax/zsh.vim +share/nvim/runtime/tutor/en/vim-01-beginner.tutor +share/nvim/runtime/tutor/tutor.tutor share/nvim/runtime/vimrc_example.vim From owner-svn-ports-head@freebsd.org Wed Feb 10 21:51:49 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 77E24AA54F0; Wed, 10 Feb 2016 21:51:49 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 48C561346; Wed, 10 Feb 2016 21:51:49 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1ALpmFd004955; Wed, 10 Feb 2016 21:51:48 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1ALpmuR004954; Wed, 10 Feb 2016 21:51:48 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <201602102151.u1ALpmuR004954@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Wed, 10 Feb 2016 21:51:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408658 - head/net/py-pynmsg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2016 21:51:49 -0000 Author: truckman Date: Wed Feb 10 21:51:48 2016 New Revision: 408658 URL: https://svnweb.freebsd.org/changeset/ports/408658 Log: Sort USE_PYTHON Sponsored by: Farsight Security, Inc. Modified: head/net/py-pynmsg/Makefile Modified: head/net/py-pynmsg/Makefile ============================================================================== --- head/net/py-pynmsg/Makefile Wed Feb 10 21:18:01 2016 (r408657) +++ head/net/py-pynmsg/Makefile Wed Feb 10 21:51:48 2016 (r408658) @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYRIGHT LIB_DEPENDS= libnmsg.so:${PORTSDIR}/net/nmsg -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils USES= pkgconfig python shebangfix uniquefiles:dirs SHEBANG_FILES= examples/*.py From owner-svn-ports-head@freebsd.org Wed Feb 10 22:13:32 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 212B2AA5CE0; Wed, 10 Feb 2016 22:13:32 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id E351A1F21; Wed, 10 Feb 2016 22:13:31 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id DA936BDC65; Wed, 10 Feb 2016 23:13:28 +0100 (CET) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id CC575BDC56; Wed, 10 Feb 2016 23:13:25 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id 4C9C453072B9; Wed, 10 Feb 2016 23:13:20 +0100 (CET) Date: Wed, 10 Feb 2016 23:13:18 +0100 From: Mathieu Arnold To: Don Lewis , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r408658 - head/net/py-pynmsg Message-ID: <9B0755CF45FF50FB4249011C@atuin.in.mat.cc> In-Reply-To: <201602102151.u1ALpmuR004954@repo.freebsd.org> References: <201602102151.u1ALpmuR004954@repo.freebsd.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="==========158B0110CF607CF619C5==========" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2016 22:13:32 -0000 --==========158B0110CF607CF619C5========== Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline +--On 10 f=C3=A9vrier 2016 21:51:48 +0000 Don Lewis wrote: | Author: truckman | Date: Wed Feb 10 21:51:48 2016 | New Revision: 408658 | URL: https://svnweb.freebsd.org/changeset/ports/408658 |=20 | Log: | Sort USE_PYTHON | =20 | Sponsored by: Farsight Security, Inc. Can you please stop doing that ? USE_PYTHON does not need to be sorted, plus, the order "distutils autoplist" is more logic than the sorted order as distutil is needed by autoplist. --=20 Mathieu Arnold --==========158B0110CF607CF619C5========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJWu7X/XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IO00P/A9ktqx3V1vlW10JgR8NUPjr SidmllhhF2RgeFWOkoVhSRSZ+tzEmjdldK4nhrwEeshptU/OtGhIRdVFsKf/VfK6 ss6FtnXeQGhquSMBmUi1jb15kdk6bIBgQdZUvZn8V8nNpI0QPjwK4X/jW9JFs16w o1CBcEn2jnzIGnWyFR0ebpocgPgQtrlCqc/Hij3rM6Ixx6J17b8ocSTm6bR22eCl opOag5LHeYn/OtEyu1+/SfHuAyG1zb9CCBl+4OcwJ53eUi6mOfwluKyO+PU+cggq Qmlub9ZuBGSoPbfMgTgx0CZ0NPzD31vHH2cI7KJniS30ufCKSwI3EFZvg2hfmsqz MVWLWpXwbbIQ2h3Rv9lbMURGCGEFHSsVGeART2bdOw3UdTzKrVKYEBC4kVoGkxVX k+dcrIJkZjDpb+0SlCfith9PJqBrorfiwjhjiqstmV1v363MfELN5wNHXHuhgy73 76zhSeOqvin2Fc7brOLUNWzLQrIrG+Ja0d5xIenYpukyCH6sglrhMg1GSpgXnqsV iLcVPwoLlhLRJvddDgriDuE+0Pp6xXtJGcDZ5M2QrDQpZOF9qzxlSyXzY/PHA7/i QMjV7ywXM1I7i9cNY6actjdOBYYLeiSXdkNlmrxPVdoFZv2FKxtEq4LpxzWWbJkX 19uYJ3v5vR3InXlbI7jb =Kh00 -----END PGP SIGNATURE----- --==========158B0110CF607CF619C5==========-- From owner-svn-ports-head@freebsd.org Wed Feb 10 22:26:52 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 397CCAA4110; Wed, 10 Feb 2016 22:26:52 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0DEE1698; Wed, 10 Feb 2016 22:26:51 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1AMQpD3013649; Wed, 10 Feb 2016 22:26:51 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1AMQp0m013647; Wed, 10 Feb 2016 22:26:51 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201602102226.u1AMQp0m013647@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 10 Feb 2016 22:26:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408659 - head/devel/elixir-apex X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2016 22:26:52 -0000 Author: olgeni Date: Wed Feb 10 22:26:50 2016 New Revision: 408659 URL: https://svnweb.freebsd.org/changeset/ports/408659 Log: Upgrade devel/elixir-apex to version 0.3.7. Modified: head/devel/elixir-apex/Makefile head/devel/elixir-apex/distinfo Modified: head/devel/elixir-apex/Makefile ============================================================================== --- head/devel/elixir-apex/Makefile Wed Feb 10 21:51:48 2016 (r408658) +++ head/devel/elixir-apex/Makefile Wed Feb 10 22:26:50 2016 (r408659) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= apex -PORTVERSION= 0.3.6 +PORTVERSION= 0.3.7 DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-apex/distinfo ============================================================================== --- head/devel/elixir-apex/distinfo Wed Feb 10 21:51:48 2016 (r408658) +++ head/devel/elixir-apex/distinfo Wed Feb 10 22:26:50 2016 (r408659) @@ -1,2 +1,2 @@ -SHA256 (BjRo-apex-v0.3.6_GH0.tar.gz) = 93508780d0aed6be0d8bc74e2463c123cef137a981c649520cb1a092b93ea758 -SIZE (BjRo-apex-v0.3.6_GH0.tar.gz) = 5869 +SHA256 (BjRo-apex-v0.3.7_GH0.tar.gz) = 4bae948da061e9b94e9fcae7ef85b96534508c7357778c90d33c0bcf406f5712 +SIZE (BjRo-apex-v0.3.7_GH0.tar.gz) = 5995 From owner-svn-ports-head@freebsd.org Wed Feb 10 22:27:31 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5198BAA4158; Wed, 10 Feb 2016 22:27:31 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 246A77CD; Wed, 10 Feb 2016 22:27:31 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1AMRUnw013787; Wed, 10 Feb 2016 22:27:30 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1AMRUCY013785; Wed, 10 Feb 2016 22:27:30 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201602102227.u1AMRUCY013785@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 10 Feb 2016 22:27:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408660 - head/devel/elixir-csv X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2016 22:27:31 -0000 Author: olgeni Date: Wed Feb 10 22:27:29 2016 New Revision: 408660 URL: https://svnweb.freebsd.org/changeset/ports/408660 Log: Upgrade devel/elixir-csv to version 1.2.4. Modified: head/devel/elixir-csv/Makefile head/devel/elixir-csv/distinfo Modified: head/devel/elixir-csv/Makefile ============================================================================== --- head/devel/elixir-csv/Makefile Wed Feb 10 22:26:50 2016 (r408659) +++ head/devel/elixir-csv/Makefile Wed Feb 10 22:27:29 2016 (r408660) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= csv -PORTVERSION= 1.2.3 +PORTVERSION= 1.2.4 DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-csv/distinfo ============================================================================== --- head/devel/elixir-csv/distinfo Wed Feb 10 22:26:50 2016 (r408659) +++ head/devel/elixir-csv/distinfo Wed Feb 10 22:27:29 2016 (r408660) @@ -1,2 +1,2 @@ -SHA256 (beatrichartz-csv-v1.2.3_GH0.tar.gz) = 90d46b05750e482ed78569e3fa6a596587e8f831fc6a35f19ebb6e5df292f666 -SIZE (beatrichartz-csv-v1.2.3_GH0.tar.gz) = 13194 +SHA256 (beatrichartz-csv-v1.2.4_GH0.tar.gz) = f048533d0dbfacac3d20f4201fd79b3f23be88cd7d4f65b42767a4900b7bb4f0 +SIZE (beatrichartz-csv-v1.2.4_GH0.tar.gz) = 13231 From owner-svn-ports-head@freebsd.org Wed Feb 10 22:28:00 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E31F3AA41C6; Wed, 10 Feb 2016 22:28:00 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B608190B; Wed, 10 Feb 2016 22:28:00 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1AMRxTK013913; Wed, 10 Feb 2016 22:27:59 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1AMRx2I013911; Wed, 10 Feb 2016 22:27:59 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201602102227.u1AMRx2I013911@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 10 Feb 2016 22:27:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408661 - head/textproc/erlang-edown X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2016 22:28:01 -0000 Author: olgeni Date: Wed Feb 10 22:27:59 2016 New Revision: 408661 URL: https://svnweb.freebsd.org/changeset/ports/408661 Log: Upgrade textproc/erlang-edown to version 0.8. Modified: head/textproc/erlang-edown/Makefile head/textproc/erlang-edown/distinfo Modified: head/textproc/erlang-edown/Makefile ============================================================================== --- head/textproc/erlang-edown/Makefile Wed Feb 10 22:27:29 2016 (r408660) +++ head/textproc/erlang-edown/Makefile Wed Feb 10 22:27:59 2016 (r408661) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= edown -PORTVERSION= 0.7 +PORTVERSION= 0.8 CATEGORIES= textproc PKGNAMEPREFIX= erlang- Modified: head/textproc/erlang-edown/distinfo ============================================================================== --- head/textproc/erlang-edown/distinfo Wed Feb 10 22:27:29 2016 (r408660) +++ head/textproc/erlang-edown/distinfo Wed Feb 10 22:27:59 2016 (r408661) @@ -1,2 +1,2 @@ -SHA256 (uwiger-edown-0.7_GH0.tar.gz) = e9dae6c7425732f29290d4d10bec95ad956507a7b50191e036fc23ee18f1cd60 -SIZE (uwiger-edown-0.7_GH0.tar.gz) = 221867 +SHA256 (uwiger-edown-0.8_GH0.tar.gz) = f30c32bf2ea2f69b75b6eb228edfcd0a74d48322dbfdf655c649ab45400e0f59 +SIZE (uwiger-edown-0.8_GH0.tar.gz) = 222034 From owner-svn-ports-head@freebsd.org Wed Feb 10 22:28:40 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 404BCAA427D; Wed, 10 Feb 2016 22:28:40 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 13664A0B; Wed, 10 Feb 2016 22:28:40 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1AMSdRW014046; Wed, 10 Feb 2016 22:28:39 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1AMScfN014044; Wed, 10 Feb 2016 22:28:38 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201602102228.u1AMScfN014044@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 10 Feb 2016 22:28:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408662 - head/devel/erlang-gproc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2016 22:28:40 -0000 Author: olgeni Date: Wed Feb 10 22:28:38 2016 New Revision: 408662 URL: https://svnweb.freebsd.org/changeset/ports/408662 Log: Upgrade devel/erlang-gproc to version 0.6. Modified: head/devel/erlang-gproc/Makefile head/devel/erlang-gproc/distinfo Modified: head/devel/erlang-gproc/Makefile ============================================================================== --- head/devel/erlang-gproc/Makefile Wed Feb 10 22:27:59 2016 (r408661) +++ head/devel/erlang-gproc/Makefile Wed Feb 10 22:28:38 2016 (r408662) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= gproc -PORTVERSION= 0.5 -PORTREVISION= 1 +PORTVERSION= 0.6 CATEGORIES= devel PKGNAMEPREFIX= erlang- Modified: head/devel/erlang-gproc/distinfo ============================================================================== --- head/devel/erlang-gproc/distinfo Wed Feb 10 22:27:59 2016 (r408661) +++ head/devel/erlang-gproc/distinfo Wed Feb 10 22:28:38 2016 (r408662) @@ -1,2 +1,2 @@ -SHA256 (uwiger-gproc-0.5_GH0.tar.gz) = 365031fc5ef1f3754294fe8011bdf85ddcff78849a09847fb2d24dfb375ea1d5 -SIZE (uwiger-gproc-0.5_GH0.tar.gz) = 743229 +SHA256 (uwiger-gproc-0.6_GH0.tar.gz) = 71352ab2efec5986ca0649a2066cdcf2e3114f49d90c3db67a96eb69e9e51b3d +SIZE (uwiger-gproc-0.6_GH0.tar.gz) = 744376 From owner-svn-ports-head@freebsd.org Wed Feb 10 22:29:34 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 539A3AA436D; Wed, 10 Feb 2016 22:29:34 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0D975C70; Wed, 10 Feb 2016 22:29:33 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1AMTXLD014203; Wed, 10 Feb 2016 22:29:33 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1AMTW46014200; Wed, 10 Feb 2016 22:29:32 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201602102229.u1AMTW46014200@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 10 Feb 2016 22:29:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408663 - in head/devel/erlang-jobs: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2016 22:29:34 -0000 Author: olgeni Date: Wed Feb 10 22:29:32 2016 New Revision: 408663 URL: https://svnweb.freebsd.org/changeset/ports/408663 Log: Upgrade devel/erlang-jobs to version 0.4. Modified: head/devel/erlang-jobs/Makefile head/devel/erlang-jobs/distinfo head/devel/erlang-jobs/files/patch-rebar.config Modified: head/devel/erlang-jobs/Makefile ============================================================================== --- head/devel/erlang-jobs/Makefile Wed Feb 10 22:28:38 2016 (r408662) +++ head/devel/erlang-jobs/Makefile Wed Feb 10 22:29:32 2016 (r408663) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= jobs -PORTVERSION= 0.3 -PORTREVISION= 1 +PORTVERSION= 0.4 CATEGORIES= devel PKGNAMEPREFIX= erlang- Modified: head/devel/erlang-jobs/distinfo ============================================================================== --- head/devel/erlang-jobs/distinfo Wed Feb 10 22:28:38 2016 (r408662) +++ head/devel/erlang-jobs/distinfo Wed Feb 10 22:29:32 2016 (r408663) @@ -1,2 +1,2 @@ -SHA256 (uwiger-jobs-0.3_GH0.tar.gz) = 764d4abf539099e06ecbcf44e212b8e896203982765ee7c41dfe6e6908ae2e56 -SIZE (uwiger-jobs-0.3_GH0.tar.gz) = 819804 +SHA256 (uwiger-jobs-0.4_GH0.tar.gz) = 61034a3215c62c69988982599f1fd2e66910548badd450e49220c453809e65d5 +SIZE (uwiger-jobs-0.4_GH0.tar.gz) = 830736 Modified: head/devel/erlang-jobs/files/patch-rebar.config ============================================================================== --- head/devel/erlang-jobs/files/patch-rebar.config Wed Feb 10 22:28:38 2016 (r408662) +++ head/devel/erlang-jobs/files/patch-rebar.config Wed Feb 10 22:29:32 2016 (r408663) @@ -1,15 +1,15 @@ ---- rebar.config.orig 2015-06-30 20:26:49 UTC +--- rebar.config.orig 2016-02-10 21:35:23 UTC +++ rebar.config @@ -8,12 +8,6 @@ {clean_files, ["*~","*/*~","*/*.xfm","test/*.beam"]}. {deps, [ - {meck, ".*", -- {git, "git://github.com/eproxus/meck.git", "0.7.2"}}, +- {git, "git://github.com/eproxus/meck.git", "0.8.2"}}, - {parse_trans, ".*", -- {git, "git://github.com/esl/parse_trans.git", "2.8"}}, +- {git, "git://github.com/uwiger/parse_trans.git", "2.8"}}, - {edown, ".*", -- {git, "git://github.com/esl/edown.git", "0.4"}} +- {git, "git://github.com/uwiger/edown.git", "0.5"}} ]}. {edoc_opts, [{doclet, edown_doclet}, From owner-svn-ports-head@freebsd.org Wed Feb 10 22:30:09 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 46C29AA43D9; Wed, 10 Feb 2016 22:30:09 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 000ADD49; Wed, 10 Feb 2016 22:30:08 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1AMU8lH014370; Wed, 10 Feb 2016 22:30:08 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1AMU7ZL014367; Wed, 10 Feb 2016 22:30:07 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201602102230.u1AMU7ZL014367@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 10 Feb 2016 22:30:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408664 - head/www/erlang-mochiweb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2016 22:30:09 -0000 Author: olgeni Date: Wed Feb 10 22:30:07 2016 New Revision: 408664 URL: https://svnweb.freebsd.org/changeset/ports/408664 Log: Upgrade www/erlang-mochiweb to version 2.13.0. Modified: head/www/erlang-mochiweb/Makefile head/www/erlang-mochiweb/distinfo (contents, props changed) head/www/erlang-mochiweb/pkg-plist Modified: head/www/erlang-mochiweb/Makefile ============================================================================== --- head/www/erlang-mochiweb/Makefile Wed Feb 10 22:29:32 2016 (r408663) +++ head/www/erlang-mochiweb/Makefile Wed Feb 10 22:30:07 2016 (r408664) @@ -1,9 +1,8 @@ # $FreeBSD$ PORTNAME= mochiweb -PORTVERSION= 2.12.2 +PORTVERSION= 2.13.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= www devel PKGNAMEPREFIX= erlang- Modified: head/www/erlang-mochiweb/distinfo ============================================================================== --- head/www/erlang-mochiweb/distinfo Wed Feb 10 22:29:32 2016 (r408663) +++ head/www/erlang-mochiweb/distinfo Wed Feb 10 22:30:07 2016 (r408664) @@ -1,2 +1,2 @@ -SHA256 (mochi-mochiweb-v2.12.2_GH0.tar.gz) = 73369f5a2e0d5477632a3d1fa44c674f2dfc98908f86bfd6bd77b266bdb88684 -SIZE (mochi-mochiweb-v2.12.2_GH0.tar.gz) = 284186 +SHA256 (mochi-mochiweb-v2.13.0_GH0.tar.gz) = 6a4ef6e2590f74bf5fc8bfe4d34f3ca9cf0ca9f2c2bb453bbbebd8aada5257e6 +SIZE (mochi-mochiweb-v2.13.0_GH0.tar.gz) = 286302 Modified: head/www/erlang-mochiweb/pkg-plist ============================================================================== --- head/www/erlang-mochiweb/pkg-plist Wed Feb 10 22:29:32 2016 (r408663) +++ head/www/erlang-mochiweb/pkg-plist Wed Feb 10 22:30:07 2016 (r408664) @@ -15,6 +15,7 @@ lib/erlang/lib/mochiweb-%%VERSION%%/ebin lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochiweb_acceptor.beam lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochiweb_base64url.beam lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochiweb_charref.beam +lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochiweb_clock.beam lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochiweb_cookies.beam lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochiweb_cover.beam lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochiweb_echo.beam @@ -50,6 +51,7 @@ lib/erlang/lib/mochiweb-%%VERSION%%/src/ lib/erlang/lib/mochiweb-%%VERSION%%/src/mochiweb_acceptor.erl lib/erlang/lib/mochiweb-%%VERSION%%/src/mochiweb_base64url.erl lib/erlang/lib/mochiweb-%%VERSION%%/src/mochiweb_charref.erl +lib/erlang/lib/mochiweb-%%VERSION%%/src/mochiweb_clock.erl lib/erlang/lib/mochiweb-%%VERSION%%/src/mochiweb_cookies.erl lib/erlang/lib/mochiweb-%%VERSION%%/src/mochiweb_cover.erl lib/erlang/lib/mochiweb-%%VERSION%%/src/mochiweb_echo.erl From owner-svn-ports-head@freebsd.org Wed Feb 10 22:31:28 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5AD6BAA448E; Wed, 10 Feb 2016 22:31:28 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2D9D1EB9; Wed, 10 Feb 2016 22:31:28 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1AMVRZD014534; Wed, 10 Feb 2016 22:31:27 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1AMVRoX014532; Wed, 10 Feb 2016 22:31:27 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201602102231.u1AMVRoX014532@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 10 Feb 2016 22:31:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408665 - head/devel/relx X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2016 22:31:28 -0000 Author: olgeni Date: Wed Feb 10 22:31:26 2016 New Revision: 408665 URL: https://svnweb.freebsd.org/changeset/ports/408665 Log: Upgrade devel/relx to version 3.15.0. Modified: head/devel/relx/Makefile head/devel/relx/distinfo Modified: head/devel/relx/Makefile ============================================================================== --- head/devel/relx/Makefile Wed Feb 10 22:30:07 2016 (r408664) +++ head/devel/relx/Makefile Wed Feb 10 22:31:26 2016 (r408665) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= relx -PORTVERSION= 3.13.0 +PORTVERSION= 3.15.0 DISTVERSIONPREFIX= v CATEGORIES= devel MASTER_SITES+= LOCAL/olgeni:deps \ Modified: head/devel/relx/distinfo ============================================================================== --- head/devel/relx/distinfo Wed Feb 10 22:30:07 2016 (r408664) +++ head/devel/relx/distinfo Wed Feb 10 22:31:26 2016 (r408665) @@ -1,5 +1,5 @@ -SHA256 (erlware-relx-v3.13.0_GH0.tar.gz) = f65ec23cf26cb0e030c1874857470f736be033928e7750b33e3d7424a869897b -SIZE (erlware-relx-v3.13.0_GH0.tar.gz) = 598873 +SHA256 (erlware-relx-v3.15.0_GH0.tar.gz) = 94376e9c2d370040f6a733fb7c6400b8d143ad30a5ab7e5a8a091ec18af091a1 +SIZE (erlware-relx-v3.15.0_GH0.tar.gz) = 599263 SHA256 (relx-cache-10.tar.gz) = 477271e412921766adb56c70d49dfb9b6009eafd8b80a358ae5c172834d79bf3 SIZE (relx-cache-10.tar.gz) = 417321 SHA256 (bbmustache-1.0.4.tar) = 03b0d47db66e86df993896dce7578d7e4aae5f84636809b45fa8a3e34ee59b12 From owner-svn-ports-head@freebsd.org Wed Feb 10 22:31:58 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5EAAFAA45AB; Wed, 10 Feb 2016 22:31:58 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 300EB1089; Wed, 10 Feb 2016 22:31:58 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1AMVvAU014660; Wed, 10 Feb 2016 22:31:57 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1AMVvBQ014658; Wed, 10 Feb 2016 22:31:57 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201602102231.u1AMVvBQ014658@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 10 Feb 2016 22:31:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408666 - head/devel/elixir-timex X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2016 22:31:58 -0000 Author: olgeni Date: Wed Feb 10 22:31:56 2016 New Revision: 408666 URL: https://svnweb.freebsd.org/changeset/ports/408666 Log: Upgrade devel/elixir-timex to version 1.0.1. Modified: head/devel/elixir-timex/Makefile head/devel/elixir-timex/distinfo Modified: head/devel/elixir-timex/Makefile ============================================================================== --- head/devel/elixir-timex/Makefile Wed Feb 10 22:31:26 2016 (r408665) +++ head/devel/elixir-timex/Makefile Wed Feb 10 22:31:56 2016 (r408666) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= timex -PORTVERSION= 1.0.0 -PORTEPOCH= 1 +PORTVERSION= 1.0.1 CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-timex/distinfo ============================================================================== --- head/devel/elixir-timex/distinfo Wed Feb 10 22:31:26 2016 (r408665) +++ head/devel/elixir-timex/distinfo Wed Feb 10 22:31:56 2016 (r408666) @@ -1,2 +1,2 @@ -SHA256 (bitwalker-timex-1.0.0_GH0.tar.gz) = 1392b1264727c4e5d66332400fb71224cda2b9189b38b44c5bec023c133ce7cf -SIZE (bitwalker-timex-1.0.0_GH0.tar.gz) = 93927 +SHA256 (bitwalker-timex-1.0.1_GH0.tar.gz) = 6a3cf00bc2a37046cb5bf80384040c7393d35dd28d21b7a0c0db8944aa08b268 +SIZE (bitwalker-timex-1.0.1_GH0.tar.gz) = 94105 From owner-svn-ports-head@freebsd.org Wed Feb 10 22:32:29 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9A00BAA460F; Wed, 10 Feb 2016 22:32:29 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 684AD1240; Wed, 10 Feb 2016 22:32:29 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1AMWS7X017241; Wed, 10 Feb 2016 22:32:28 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1AMWS65017239; Wed, 10 Feb 2016 22:32:28 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201602102232.u1AMWS65017239@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 10 Feb 2016 22:32:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408667 - head/databases/elixir-timex_ecto X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2016 22:32:29 -0000 Author: olgeni Date: Wed Feb 10 22:32:28 2016 New Revision: 408667 URL: https://svnweb.freebsd.org/changeset/ports/408667 Log: Upgrade databases/elixir-timex_ecto to version 0.8.0. Modified: head/databases/elixir-timex_ecto/Makefile head/databases/elixir-timex_ecto/distinfo Modified: head/databases/elixir-timex_ecto/Makefile ============================================================================== --- head/databases/elixir-timex_ecto/Makefile Wed Feb 10 22:31:56 2016 (r408666) +++ head/databases/elixir-timex_ecto/Makefile Wed Feb 10 22:32:28 2016 (r408667) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= timex_ecto -PORTVERSION= 0.7.0 +PORTVERSION= 0.8.0 CATEGORIES= databases PKGNAMEPREFIX= elixir- Modified: head/databases/elixir-timex_ecto/distinfo ============================================================================== --- head/databases/elixir-timex_ecto/distinfo Wed Feb 10 22:31:56 2016 (r408666) +++ head/databases/elixir-timex_ecto/distinfo Wed Feb 10 22:32:28 2016 (r408667) @@ -1,2 +1,2 @@ -SHA256 (bitwalker-timex_ecto-0.7.0_GH0.tar.gz) = d855aeba8770a32cb77eae8e850b630ddf001bf0e85254f3645ce7c5f95d2f25 -SIZE (bitwalker-timex_ecto-0.7.0_GH0.tar.gz) = 5654 +SHA256 (bitwalker-timex_ecto-0.8.0_GH0.tar.gz) = 143d0dde44b318107f34a835462ac2d1a37ff152506e2f4ab5aa18edb6818f0c +SIZE (bitwalker-timex_ecto-0.8.0_GH0.tar.gz) = 5776 From owner-svn-ports-head@freebsd.org Wed Feb 10 22:32:58 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F0679AA4660; Wed, 10 Feb 2016 22:32:58 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BF388133E; Wed, 10 Feb 2016 22:32:58 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1AMWvOx017373; Wed, 10 Feb 2016 22:32:57 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1AMWv6X017371; Wed, 10 Feb 2016 22:32:57 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201602102232.u1AMWv6X017371@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 10 Feb 2016 22:32:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408668 - head/databases/elixir-ecto_migrate X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2016 22:32:59 -0000 Author: olgeni Date: Wed Feb 10 22:32:57 2016 New Revision: 408668 URL: https://svnweb.freebsd.org/changeset/ports/408668 Log: Upgrade databases/elixir-ecto_migrate to version 0.6.3. Modified: head/databases/elixir-ecto_migrate/Makefile head/databases/elixir-ecto_migrate/distinfo Modified: head/databases/elixir-ecto_migrate/Makefile ============================================================================== --- head/databases/elixir-ecto_migrate/Makefile Wed Feb 10 22:32:28 2016 (r408667) +++ head/databases/elixir-ecto_migrate/Makefile Wed Feb 10 22:32:57 2016 (r408668) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ecto_migrate -PORTVERSION= 0.6.2 +PORTVERSION= 0.6.3 DISTVERSIONPREFIX= v CATEGORIES= databases PKGNAMEPREFIX= elixir- Modified: head/databases/elixir-ecto_migrate/distinfo ============================================================================== --- head/databases/elixir-ecto_migrate/distinfo Wed Feb 10 22:32:28 2016 (r408667) +++ head/databases/elixir-ecto_migrate/distinfo Wed Feb 10 22:32:57 2016 (r408668) @@ -1,2 +1,2 @@ -SHA256 (xerions-ecto_migrate-v0.6.2_GH0.tar.gz) = 6fae92538015541d0b2954c2d6f24e640cc7c73f89941d327899e2bec5739df9 -SIZE (xerions-ecto_migrate-v0.6.2_GH0.tar.gz) = 7686 +SHA256 (xerions-ecto_migrate-v0.6.3_GH0.tar.gz) = 182c2945b34ae497ead267148ecf6c189a4183957dbdc6cb0cfb5ee0e0b1d9e5 +SIZE (xerions-ecto_migrate-v0.6.3_GH0.tar.gz) = 7834 From owner-svn-ports-head@freebsd.org Wed Feb 10 23:27:19 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5426EAA5D83; Wed, 10 Feb 2016 23:27:19 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1F33BEA6; Wed, 10 Feb 2016 23:27:19 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1ANRIpA032251; Wed, 10 Feb 2016 23:27:18 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1ANRHco032249; Wed, 10 Feb 2016 23:27:17 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201602102327.u1ANRHco032249@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 10 Feb 2016 23:27:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408669 - head/ports-mgmt/pkg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2016 23:27:19 -0000 Author: bapt Date: Wed Feb 10 23:27:17 2016 New Revision: 408669 URL: https://svnweb.freebsd.org/changeset/ports/408669 Log: Update to 1.6.4 Changes: - Fix hardlinks extraction with --rootdir - Relax url scheme acceptance to allow file:/ and file:// - Accept pkg+ for url scheme where it was never intended to be used, because users used it anyway - Remove pkg-message Deleted: head/ports-mgmt/pkg/pkg-message Modified: head/ports-mgmt/pkg/Makefile head/ports-mgmt/pkg/distinfo Modified: head/ports-mgmt/pkg/Makefile ============================================================================== --- head/ports-mgmt/pkg/Makefile Wed Feb 10 22:32:57 2016 (r408668) +++ head/ports-mgmt/pkg/Makefile Wed Feb 10 23:27:17 2016 (r408669) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.6.3 +DISTVERSION= 1.6.4 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt MASTER_SITES= \ Modified: head/ports-mgmt/pkg/distinfo ============================================================================== --- head/ports-mgmt/pkg/distinfo Wed Feb 10 22:32:57 2016 (r408668) +++ head/ports-mgmt/pkg/distinfo Wed Feb 10 23:27:17 2016 (r408669) @@ -1,2 +1,2 @@ -SHA256 (pkg-1.6.3.tar.xz) = 90af4191312829c7d7722f73867b75a2056e8462ebd9a1b9c529058e82fca829 -SIZE (pkg-1.6.3.tar.xz) = 1930504 +SHA256 (pkg-1.6.4.tar.xz) = edb2d7212ac0149949dcebc08c2c15793589eaafddf097a2fca5ace25434758e +SIZE (pkg-1.6.4.tar.xz) = 1928740 From owner-svn-ports-head@freebsd.org Thu Feb 11 01:14:30 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 07A3BAA5992; Thu, 11 Feb 2016 01:14:30 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C9F37B4F; Thu, 11 Feb 2016 01:14:29 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1B1ESfP064139; Thu, 11 Feb 2016 01:14:28 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1B1ESqf064137; Thu, 11 Feb 2016 01:14:28 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201602110114.u1B1ESqf064137@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Thu, 11 Feb 2016 01:14:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408670 - head/java/linux-oracle-jdk18 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Feb 2016 01:14:30 -0000 Author: jkim Date: Thu Feb 11 01:14:28 2016 New Revision: 408670 URL: https://svnweb.freebsd.org/changeset/ports/408670 Log: Update to 8u74. PR: 207077 Modified: head/java/linux-oracle-jdk18/Makefile head/java/linux-oracle-jdk18/distinfo Modified: head/java/linux-oracle-jdk18/Makefile ============================================================================== --- head/java/linux-oracle-jdk18/Makefile Wed Feb 10 23:27:17 2016 (r408669) +++ head/java/linux-oracle-jdk18/Makefile Thu Feb 11 01:14:28 2016 (r408670) @@ -30,7 +30,7 @@ ONLY_FOR_ARCHS= i386 amd64 JDK_VENDOR= oracle JDK_VERSION= 8 JDK_INTERNAL_VERSION= 1.${JDK_VERSION}.0 -JDK_UPDATE_VERSION= 72 +JDK_UPDATE_VERSION= 74 .if ${JDK_UPDATE_VERSION} == 0 DL_JDK_VERSION= ${JDK_INTERNAL_VERSION} .elif ${JDK_UPDATE_VERSION} <= 9 Modified: head/java/linux-oracle-jdk18/distinfo ============================================================================== --- head/java/linux-oracle-jdk18/distinfo Wed Feb 10 23:27:17 2016 (r408669) +++ head/java/linux-oracle-jdk18/distinfo Thu Feb 11 01:14:28 2016 (r408670) @@ -1,4 +1,4 @@ -SHA256 (jdk-8u72-linux-i586.tar.gz) = 58456a9e6cf75f52069a405067f69a78870c24628abd751ae1a99d5d2ab57908 -SIZE (jdk-8u72-linux-i586.tar.gz) = 183418689 -SHA256 (jdk-8u72-linux-i586-demos.tar.gz) = b6363a25fa92ffc2d70ec9ba860999769437e641c815977ac3fd1215841a77f7 -SIZE (jdk-8u72-linux-i586-demos.tar.gz) = 55071979 +SHA256 (jdk-8u74-linux-i586.tar.gz) = 0805e407924eb6902d874412af397992c141827e05c205c2b2bfe6e5127a83ed +SIZE (jdk-8u74-linux-i586.tar.gz) = 183412791 +SHA256 (jdk-8u74-linux-i586-demos.tar.gz) = 9e5ee679e58248124c0dc9bdfdad08f40f0c4c74b2bdc547bc87d3ef6b5cfe50 +SIZE (jdk-8u74-linux-i586-demos.tar.gz) = 55071932 From owner-svn-ports-head@freebsd.org Thu Feb 11 01:15:20 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 84F26AA5A02; Thu, 11 Feb 2016 01:15:20 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 51262C41; Thu, 11 Feb 2016 01:15:20 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1B1FJ7S064293; Thu, 11 Feb 2016 01:15:19 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1B1FJJK064291; Thu, 11 Feb 2016 01:15:19 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201602110115.u1B1FJJK064291@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Thu, 11 Feb 2016 01:15:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408671 - head/java/linux-oracle-jre18 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Feb 2016 01:15:20 -0000 Author: jkim Date: Thu Feb 11 01:15:19 2016 New Revision: 408671 URL: https://svnweb.freebsd.org/changeset/ports/408671 Log: Update to 8u74. PR: 207076 Modified: head/java/linux-oracle-jre18/Makefile head/java/linux-oracle-jre18/distinfo Modified: head/java/linux-oracle-jre18/Makefile ============================================================================== --- head/java/linux-oracle-jre18/Makefile Thu Feb 11 01:14:28 2016 (r408670) +++ head/java/linux-oracle-jre18/Makefile Thu Feb 11 01:15:19 2016 (r408671) @@ -28,7 +28,7 @@ ONLY_FOR_ARCHS= i386 amd64 JRE_VENDOR= oracle JRE_VERSION= 8 JRE_INTERNAL_VERSION= 1.${JRE_VERSION}.0 -JRE_UPDATE_VERSION= 72 +JRE_UPDATE_VERSION= 74 .if ${JRE_UPDATE_VERSION} == 0 DL_JRE_VERSION= ${JRE_INTERNAL_VERSION} .elif ${JRE_UPDATE_VERSION} <= 9 Modified: head/java/linux-oracle-jre18/distinfo ============================================================================== --- head/java/linux-oracle-jre18/distinfo Thu Feb 11 01:14:28 2016 (r408670) +++ head/java/linux-oracle-jre18/distinfo Thu Feb 11 01:15:19 2016 (r408671) @@ -1,2 +1,2 @@ -SHA256 (jre-8u72-linux-i586.tar.gz) = f7cd307bacaf9714858cbbb3cdbbd9e73b6168d4bf59c6f46dc4ba052e647f94 -SIZE (jre-8u72-linux-i586.tar.gz) = 73963723 +SHA256 (jre-8u74-linux-i586.tar.gz) = 215f2f7cac2dfa2ff4eb019f5d649a7c9a8ff0fcecfe11d739fac810aacd323a +SIZE (jre-8u74-linux-i586.tar.gz) = 73961061 From owner-svn-ports-head@freebsd.org Thu Feb 11 01:29:37 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CFEB3AA5F78; Thu, 11 Feb 2016 01:29:37 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 85A4C1334; Thu, 11 Feb 2016 01:29:37 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1B1TaJN067490; Thu, 11 Feb 2016 01:29:36 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1B1TasT067487; Thu, 11 Feb 2016 01:29:36 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201602110129.u1B1TasT067487@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Thu, 11 Feb 2016 01:29:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408672 - head/devel/ccache/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Feb 2016 01:29:37 -0000 Author: bdrewery Date: Thu Feb 11 01:29:36 2016 New Revision: 408672 URL: https://svnweb.freebsd.org/changeset/ports/408672 Log: Regenerate patches Modified: head/devel/ccache/files/patch-ccache.c head/devel/ccache/files/patch-conf.c head/devel/ccache/files/patch-configure Modified: head/devel/ccache/files/patch-ccache.c ============================================================================== --- head/devel/ccache/files/patch-ccache.c Thu Feb 11 01:15:19 2016 (r408671) +++ head/devel/ccache/files/patch-ccache.c Thu Feb 11 01:29:36 2016 (r408672) @@ -1,7 +1,7 @@ Determine whether cc(1) is clang or gcc at compile-time. ---- ccache.c.orig 2015-10-15 15:01:14.756621000 -0700 -+++ ccache.c 2015-10-15 15:01:47.738326000 -0700 +--- ccache.c.orig 2015-10-08 19:14:23 UTC ++++ ccache.c @@ -1350,6 +1350,11 @@ compiler_is_clang(struct args *args) { char *name = basename(args->argv[0]); Modified: head/devel/ccache/files/patch-conf.c ============================================================================== --- head/devel/ccache/files/patch-conf.c Thu Feb 11 01:15:19 2016 (r408671) +++ head/devel/ccache/files/patch-conf.c Thu Feb 11 01:29:36 2016 (r408672) @@ -1,5 +1,5 @@ ---- conf.c.orig 2015-01-16 16:26:23.872241677 -0600 -+++ conf.c 2015-01-16 16:27:00.595237894 -0600 +--- conf.c.orig 2015-10-08 19:14:23 UTC ++++ conf.c @@ -321,7 +321,11 @@ conf_create(void) conf->read_only = false; conf->read_only_direct = false; Modified: head/devel/ccache/files/patch-configure ============================================================================== --- head/devel/ccache/files/patch-configure Thu Feb 11 01:15:19 2016 (r408671) +++ head/devel/ccache/files/patch-configure Thu Feb 11 01:29:36 2016 (r408672) @@ -1,6 +1,6 @@ ---- configure.orig 2015-10-08 12:14:23.000000000 -0700 -+++ configure 2015-10-27 10:49:04.338642000 -0700 -@@ -3672,7 +3672,7 @@ +--- configure.orig 2015-10-08 19:14:23 UTC ++++ configure +@@ -3672,7 +3672,7 @@ $as_echo "#define _XOPEN_SOURCE 500" >>c ;; *) @@ -9,7 +9,7 @@ ;; esac -@@ -3694,7 +3694,7 @@ +@@ -3694,7 +3694,7 @@ $as_echo "#define _XOPEN_SOURCE_EXTENDED esac From owner-svn-ports-head@freebsd.org Thu Feb 11 01:33:08 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3C230AA01DA; Thu, 11 Feb 2016 01:33:08 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F1AEF1957; Thu, 11 Feb 2016 01:33:07 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1B1X7D0070339; Thu, 11 Feb 2016 01:33:07 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1B1X6Ip070337; Thu, 11 Feb 2016 01:33:06 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201602110133.u1B1X6Ip070337@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Thu, 11 Feb 2016 01:33:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408673 - in head/devel/ccache: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Feb 2016 01:33:08 -0000 Author: bdrewery Date: Thu Feb 11 01:33:06 2016 New Revision: 408673 URL: https://svnweb.freebsd.org/changeset/ports/408673 Log: - Don't cache -fcolor-diagnostics. Unlike gmake, which ccache is primarily targetted at, our make does not give a TTY to stderr. Thus make -j does not use -fcolor-diagnostics by default. If you run with make -j, then run make again ccache will add in -fcolor-diagnostics and find only cache misses. Skip processing of -fcolor-diagnostics (and gcc equivalents) to avoid this problem and fix cache hits when flip-flopping between TTY/colors. Fixing our make is possible but this change also allows the user to decide to add -fcolor-diagnostics and still use their existing uncolored cache. Modified: head/devel/ccache/Makefile head/devel/ccache/files/patch-ccache.c Modified: head/devel/ccache/Makefile ============================================================================== --- head/devel/ccache/Makefile Thu Feb 11 01:29:36 2016 (r408672) +++ head/devel/ccache/Makefile Thu Feb 11 01:33:06 2016 (r408673) @@ -3,7 +3,7 @@ PORTNAME= ccache PORTVERSION= 3.2.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://www.samba.org/ftp/ccache/ \ LOCAL/bdrewery Modified: head/devel/ccache/files/patch-ccache.c ============================================================================== --- head/devel/ccache/files/patch-ccache.c Thu Feb 11 01:29:36 2016 (r408672) +++ head/devel/ccache/files/patch-ccache.c Thu Feb 11 01:33:06 2016 (r408673) @@ -1,4 +1,8 @@ -Determine whether cc(1) is clang or gcc at compile-time. +- Determine whether cc(1) is clang or gcc at compile-time. +- Don't hash -fcolor-diagnostics; make will auto use it while make -j will not. + There's no reason to not use the cache in either of these cases if it is + already available. +-bdrewery --- ccache.c.orig 2015-10-08 19:14:23 UTC +++ ccache.c @@ -26,3 +30,33 @@ Determine whether cc(1) is clang or gcc free(name); return is; } +@@ -1463,6 +1473,7 @@ calculate_common_hash(struct args *args, + free(p); + } + ++#if 0 + /* Possibly hash GCC_COLORS (for color diagnostics). */ + if (compiler_is_gcc(args)) { + const char *gcc_colors = getenv("GCC_COLORS"); +@@ -1471,6 +1482,7 @@ calculate_common_hash(struct args *args, + hash_string(hash, gcc_colors); + } + } ++#endif + } + + /* +@@ -1509,6 +1521,13 @@ calculate_object_hash(struct args *args, + continue; + } + ++ /* Colors do not affect compilation. */ ++ if (str_startswith(args->argv[i], "-fcolor-diagnostics") || ++ str_eq(args->argv[i], "-fdiagnostics-color") || ++ str_eq(args->argv[i], "-fdiagnostics-color=always")) { ++ continue; ++ } ++ + /* The -fdebug-prefix-map option may be used in combination with + * CCACHE_BASEDIR to reuse results across different directories. Skip it + * from hashing. */ From owner-svn-ports-head@freebsd.org Thu Feb 11 02:40:58 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EB718AA46C7; Thu, 11 Feb 2016 02:40:58 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C2649157C; Thu, 11 Feb 2016 02:40:58 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1B2evRv087826; Thu, 11 Feb 2016 02:40:57 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1B2evPT087824; Thu, 11 Feb 2016 02:40:57 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201602110240.u1B2evPT087824@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Thu, 11 Feb 2016 02:40:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408674 - in head/dns/knot2: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Feb 2016 02:40:59 -0000 Author: pi Date: Thu Feb 11 02:40:57 2016 New Revision: 408674 URL: https://svnweb.freebsd.org/changeset/ports/408674 Log: dns/knot2: enable multiple instances in rc.d script PR: 203931 Submitted by: Chad J. Milios Approved by: Leo Vandewoestijne (maintainer) Modified: head/dns/knot2/Makefile head/dns/knot2/files/knot.in Modified: head/dns/knot2/Makefile ============================================================================== --- head/dns/knot2/Makefile Thu Feb 11 01:33:06 2016 (r408673) +++ head/dns/knot2/Makefile Thu Feb 11 02:40:57 2016 (r408674) @@ -3,7 +3,7 @@ PORTNAME= knot DISTVERSION= 2.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns ipv6 MASTER_SITES= https://secure.nic.cz/files/knot-dns/ \ http://dns-lab.com/downloads/knot-dns/ Modified: head/dns/knot2/files/knot.in ============================================================================== --- head/dns/knot2/files/knot.in Thu Feb 11 01:33:06 2016 (r408673) +++ head/dns/knot2/files/knot.in Thu Feb 11 02:40:57 2016 (r408674) @@ -12,43 +12,91 @@ # Set it to YES to enable knot. # knot_config="": Set to %%PREFIX%%/etc/knot/knot.conf # by default. +# +# ----------------------------------------------------------------------------- +# +# This script supports running multiple instances of knot. +# To run additional instances link this script to something like +# % ln -s knot knot_foo +# and define additional knot_foo_* variables in one of +# /etc/rc.conf, /etc/rc.conf.local or /etc/rc.conf.d/knot_foo +# +# Below NAME should be substituted with the name of this script. By default +# it is knot, so read as knot_enable. If you linked the script to +# knot_foo, then read as knot_foo_enable etc. +# +# The following variables are supported (defaults are shown). +# You can place them in any of +# /etc/rc.conf, /etc/rc.conf.local or /etc/rc.conf.d/NAME +# +# NAME_enable="NO" # set to YES to enable knot +# +# # optional: +# NAME_config="%%PREFIX%%/etc/knot/NAME.conf" # (-c)onfig file +# NAME_diruser="%%USERS%%" # /var/db/NAME and /var/run/NAME are created if they +# NAME_dirgroup="%%GROUPS%%" # don't exist. These don't control the user/group knot +# # runs as, the config file has a setting for that. +# +# You also need to set the rundir directive in the server section of the +# config file to /var/run/NAME (if using a NAME other than the default) +# and you will want the storage directive(s) declared in the zone section +# to point to /var/db/NAME overriding the default of /var/db/knot. +# +# For further documentation, please see knot.conf(5). . /etc/rc.subr -name=knot -rcvar=knot_enable +case "$0" in +/etc/rc*) + # during boot (shutdown) $0 is /etc/rc (/etc/rc.shutdown), + # so get the name of the script from $_file + name="$_file" + ;; +*) + name="$0" + ;; +esac + +name="${name##*/}" +rcvar=${name}_enable load_rc_config ${name} -: ${knot_enable:=NO} -: ${knot_config="%%PREFIX%%/etc/knot/knot.conf"} +eval ": \${${name}_enable:=\"NO\"}" +eval ": \${${name}_diruser:=\"%%USERS%%\"}" +eval ": \${${name}_dirgroup:=\"%%GROUPS%%\"}" +eval ": \${${name}_config:=\"%%PREFIX%%/etc/knot/${name}.conf\"}" + +configfile="$(eval echo \${${name}_config})" +diruser="$(eval echo \${${name}_diruser})" +dirgroup="$(eval echo \${${name}_dirgroup})" command=%%PREFIX%%/sbin/knotd -command_args="-c ${knot_config} -d" +command_args="-c ${configfile} -d" control=%%PREFIX%%/sbin/knotc -pidfile=/var/run/knot/knot.pid +pidfile=/var/run/${name}/knot.pid -required_files=${knot_config} +required_files=${configfile} extra_commands=reload -reload_cmd="${name}_reload" -start_precmd="${name}_prestart" +reload_cmd="knot_reload" +start_precmd="knot_prestart" knot_prestart() { - if [ ! -d /var/run/knot ]; then - install -d -o %%USERS%% -g %%GROUPS%% /var/run/knot + if [ ! -d /var/run/${name} ]; then + install -d -o ${diruser} -g ${dirgroup} /var/run/${name} fi - if [ ! -d /var/db/knot ]; then - install -d -o %%USERS%% -g %%GROUPS%% /var/db/knot + if [ ! -d /var/db/${name} ]; then + install -d -o ${diruser} -g ${dirgroup} /var/db/${name} fi - ${control} -c ${knot_config} checkconf + ${control} -c ${configfile} checkconf } knot_reload() { echo "Reloading ${name}." - ${control} -c ${knot_config} reload + ${control} -c ${configfile} reload } run_rc_command "$1" From owner-svn-ports-head@freebsd.org Thu Feb 11 02:57:57 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1258DAA4C18; Thu, 11 Feb 2016 02:57:57 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CA4B91C17; Thu, 11 Feb 2016 02:57:56 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1B2vteX093593; Thu, 11 Feb 2016 02:57:55 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1B2vtUt093588; Thu, 11 Feb 2016 02:57:55 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201602110257.u1B2vtUt093588@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Thu, 11 Feb 2016 02:57:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408675 - in head/graphics/glfw: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Feb 2016 02:57:57 -0000 Author: pi Date: Thu Feb 11 02:57:55 2016 New Revision: 408675 URL: https://svnweb.freebsd.org/changeset/ports/408675 Log: graphics/glfw: 3.0.4 -> 3.1.2 Version 3.1.2 adds fixes for a large number of bugs that together affect all supported platforms, as well as dynamic loading work that simplifies compilation and linking. PR: 205460 Submitted by: f.degner@gmx.de Approved by: koalative@gmail.com (maintainer timeout) Added: head/graphics/glfw/files/ head/graphics/glfw/files/patch-tests_empty.c (contents, props changed) Modified: head/graphics/glfw/Makefile head/graphics/glfw/distinfo head/graphics/glfw/pkg-descr head/graphics/glfw/pkg-plist Modified: head/graphics/glfw/Makefile ============================================================================== --- head/graphics/glfw/Makefile Thu Feb 11 02:40:57 2016 (r408674) +++ head/graphics/glfw/Makefile Thu Feb 11 02:57:55 2016 (r408675) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= glfw -PORTVERSION= 3.0.4 -PORTREVISION= 2 +PORTVERSION= 3.1.2 CATEGORIES= graphics MASTER_SITES= SF @@ -12,7 +11,10 @@ COMMENT= Portable framework for OpenGL d LICENSE= ZLIB -USES= cmake +LIB_DEPENDS= libXinerama.so:${PORTSDIR}/x11/libXinerama \ + libXcursor.so:${PORTSDIR}/x11/libXcursor + +USES= cmake zip USE_XORG= xi xrandr USE_GL= glu USE_GCC= yes @@ -37,13 +39,13 @@ DOC_FILES3= *.html *.png *.css *.js PORTEXAMPLES= * EXAMPLESSRCDIR1= ${WRKSRC}/examples -EXAMPLES_FILES1= boing gears heightmap simple splitview wave +EXAMPLES_FILES1= boing gears heightmap particles simple splitview wave EXAMPLESSRCDIR2= ${WRKSRC}/tests EXAMPLESDIR2= ${EXAMPLESDIR}/tests -EXAMPLES_FILES2= accuracy clipboard defaults events fsaa gamma glfwinfo \ - iconify joysticks modes peter reopen sharing tearing \ - threads title windows +EXAMPLES_FILES2= clipboard cursor empty events gamma glfwinfo iconify \ + joysticks monitors msaa reopen sharing tearing threads \ + title windows OPTIONS_DEFINE= DOCS EXAMPLES @@ -51,13 +53,14 @@ post-patch: @${REINPLACE_CMD} -e 's|lib$${LIB_SUFFIX}/pkgconfig|libdata/pkgconfig|' \ ${WRKSRC}/CMakeLists.txt -post-install: +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${DOC_FILES1:S|^|${DOCSRCDIR1}/|} ${STAGEDIR}${DOCSDIR} @${MKDIR} ${STAGEDIR}${DOCSDIR2} ${INSTALL_DATA} ${DOC_FILES2:S|^|${DOCSRCDIR2}/|} ${STAGEDIR}${DOCSDIR2} ${INSTALL_DATA} ${DOC_FILES3:S|^|${DOCSRCDIR3}/|} ${STAGEDIR}${DOCSDIR3} +do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_PROGRAM} ${EXAMPLES_FILES1:S|^|${EXAMPLESSRCDIR1}/|} \ ${STAGEDIR}${EXAMPLESDIR} Modified: head/graphics/glfw/distinfo ============================================================================== --- head/graphics/glfw/distinfo Thu Feb 11 02:40:57 2016 (r408674) +++ head/graphics/glfw/distinfo Thu Feb 11 02:57:55 2016 (r408675) @@ -1,2 +1,2 @@ -SHA256 (glfw-3.0.4.tar.gz) = c8bea730b1e3a6ec690370dfa0ec06716e3c4e454736c58bef584dff13cdb784 -SIZE (glfw-3.0.4.tar.gz) = 592216 +SHA256 (glfw-3.1.2.zip) = 2a38f4a32d2e1fcdffbe8c70052cd27020f9fef6e769afc8ccf8c7f9a1df635d +SIZE (glfw-3.1.2.zip) = 1096151 Added: head/graphics/glfw/files/patch-tests_empty.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/glfw/files/patch-tests_empty.c Thu Feb 11 02:57:55 2016 (r408675) @@ -0,0 +1,10 @@ +--- tests/empty.c.orig 2015-01-20 03:12:31 UTC ++++ tests/empty.c +@@ -34,6 +34,7 @@ + #include + #include + #include ++#include /* CLOCK_REALTIME */ + + static volatile GLboolean running = GL_TRUE; + Modified: head/graphics/glfw/pkg-descr ============================================================================== --- head/graphics/glfw/pkg-descr Thu Feb 11 02:40:57 2016 (r408674) +++ head/graphics/glfw/pkg-descr Thu Feb 11 02:57:55 2016 (r408675) @@ -1,10 +1,6 @@ -GLFW is a free, Open Source, portable library for OpenGL and OpenGL ES -application development. It provides a simple, platform-independent API for -creating windows and contexts, reading input, handling events, etc. - -Version 3.0 brings a new API with many new features such as multiple windows -and contexts, multi-monitor support, EGL and OpenGL ES support, clipboard text -support, an error description callback, gamma ramp control, layout-independent -keyboard input and UTF-8 for all strings. +GLFW is a free, Open Source, multi-platform library for OpenGL and +OpenGL ES application development. It provides a simple, +platform-independent API for creating windows and contexts, reading +input, handling events, etc. WWW: http://www.glfw.org/ Modified: head/graphics/glfw/pkg-plist ============================================================================== --- head/graphics/glfw/pkg-plist Thu Feb 11 02:40:57 2016 (r408674) +++ head/graphics/glfw/pkg-plist Thu Feb 11 02:57:55 2016 (r408675) @@ -1,7 +1,7 @@ include/GLFW/glfw3.h include/GLFW/glfw3native.h -lib/cmake/glfw/glfwConfig.cmake -lib/cmake/glfw/glfwConfigVersion.cmake +lib/cmake/glfw/glfw3Config.cmake +lib/cmake/glfw/glfw3ConfigVersion.cmake lib/cmake/glfw/glfwTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/glfw/glfwTargets.cmake lib/libglfw3.a From owner-svn-ports-head@freebsd.org Thu Feb 11 04:34:17 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 11497AA44F9; Thu, 11 Feb 2016 04:34:17 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D63197ED; Thu, 11 Feb 2016 04:34:16 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1B4YFj2022931; Thu, 11 Feb 2016 04:34:15 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1B4YFLo022929; Thu, 11 Feb 2016 04:34:15 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201602110434.u1B4YFLo022929@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Thu, 11 Feb 2016 04:34:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408676 - head/devel/bzr X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Feb 2016 04:34:17 -0000 Author: olivierd Date: Thu Feb 11 04:34:15 2016 New Revision: 408676 URL: https://svnweb.freebsd.org/changeset/ports/408676 Log: - Replace launchpad.net by CHEESESHOP - Bump PORTREVISION, distinfo was mismatch with previous host Suggested by: rm@ Modified: head/devel/bzr/Makefile head/devel/bzr/distinfo Modified: head/devel/bzr/Makefile ============================================================================== --- head/devel/bzr/Makefile Thu Feb 11 02:57:55 2016 (r408675) +++ head/devel/bzr/Makefile Thu Feb 11 04:34:15 2016 (r408676) @@ -3,8 +3,9 @@ PORTNAME= bzr PORTVERSION= 2.7.0 +PORTREVISION= 1 CATEGORIES= devel -MASTER_SITES= https://launchpad.net/${PORTNAME}/${PORTVERSION:R}/${PORTVERSION}/+download/ +MASTER_SITES= CHEESESHOP MAINTAINER= fullermd@over-yonder.net COMMENT= Distributed version control system by Canonical Modified: head/devel/bzr/distinfo ============================================================================== --- head/devel/bzr/distinfo Thu Feb 11 02:57:55 2016 (r408675) +++ head/devel/bzr/distinfo Thu Feb 11 04:34:15 2016 (r408676) @@ -1,2 +1,2 @@ -SHA256 (bzr-2.7.0.tar.gz) = 0d451227b705a0dd21d8408353fe7e44d3a5069e6c4c26e5f146f1314b8fdab3 -SIZE (bzr-2.7.0.tar.gz) = 11586410 +SHA256 (bzr-2.7.0.tar.gz) = c9f6bbe0a50201dadc5fddadd94ba50174193c6cf6e39e16f6dd0ad98a1df338 +SIZE (bzr-2.7.0.tar.gz) = 11526191 From owner-svn-ports-head@freebsd.org Thu Feb 11 07:05:05 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 48AA6AA411C; Thu, 11 Feb 2016 07:05:05 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1AE249C6; Thu, 11 Feb 2016 07:05:05 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1B754Cl066034; Thu, 11 Feb 2016 07:05:04 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1B754SX066032; Thu, 11 Feb 2016 07:05:04 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201602110705.u1B754SX066032@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Thu, 11 Feb 2016 07:05:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408677 - in head/devel/py-setuptools: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Feb 2016 07:05:05 -0000 Author: miwi Date: Thu Feb 11 07:05:03 2016 New Revision: 408677 URL: https://svnweb.freebsd.org/changeset/ports/408677 Log: - Update to 20.0 - Remove install_egg_info patch (upstreamed) [1] Changes: https://pythonhosted.org/setuptools/history.html [1] https://bitbucket.org/pypa/setuptools/issues/118 PR: 206582 exp-run: antoine Differential Revision: D5051 Deleted: head/devel/py-setuptools/files/patch-setuptools__command__install_egg_info.py Modified: head/devel/py-setuptools/Makefile head/devel/py-setuptools/distinfo Modified: head/devel/py-setuptools/Makefile ============================================================================== --- head/devel/py-setuptools/Makefile Thu Feb 11 04:34:15 2016 (r408676) +++ head/devel/py-setuptools/Makefile Thu Feb 11 07:05:03 2016 (r408677) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= setuptools -PORTVERSION= 19.2 +PORTVERSION= 20.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-setuptools/distinfo ============================================================================== --- head/devel/py-setuptools/distinfo Thu Feb 11 04:34:15 2016 (r408676) +++ head/devel/py-setuptools/distinfo Thu Feb 11 07:05:03 2016 (r408677) @@ -1,2 +1,2 @@ -SHA256 (python/setuptools-19.2.tar.gz) = f90ed8eb70b14b0594ba74e9de4ffca040c0ec8ee505cbf3570499467859f71a -SIZE (python/setuptools-19.2.tar.gz) = 641777 +SHA256 (python/setuptools-20.0.tar.gz) = a6f7b295f399fed3de918c4bea9e2053a5fbd9e3a55a6fef7aafe9d1f474866d +SIZE (python/setuptools-20.0.tar.gz) = 641692 From owner-svn-ports-head@freebsd.org Thu Feb 11 08:29:02 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CB3A6AA3E3D; Thu, 11 Feb 2016 08:29:02 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 98C6BD76; Thu, 11 Feb 2016 08:29:02 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1B8T1M4089034; Thu, 11 Feb 2016 08:29:01 GMT (envelope-from jadawin@FreeBSD.org) Received: (from jadawin@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1B8T11A089032; Thu, 11 Feb 2016 08:29:01 GMT (envelope-from jadawin@FreeBSD.org) Message-Id: <201602110829.u1B8T11A089032@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jadawin set sender to jadawin@FreeBSD.org using -f From: Philippe Audeoud Date: Thu, 11 Feb 2016 08:29:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408678 - head/mail/p5-Mail-IMAPClient X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Feb 2016 08:29:02 -0000 Author: jadawin Date: Thu Feb 11 08:29:01 2016 New Revision: 408678 URL: https://svnweb.freebsd.org/changeset/ports/408678 Log: - Update to 3.38 Modified: head/mail/p5-Mail-IMAPClient/Makefile head/mail/p5-Mail-IMAPClient/distinfo Modified: head/mail/p5-Mail-IMAPClient/Makefile ============================================================================== --- head/mail/p5-Mail-IMAPClient/Makefile Thu Feb 11 07:05:03 2016 (r408677) +++ head/mail/p5-Mail-IMAPClient/Makefile Thu Feb 11 08:29:01 2016 (r408678) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Mail-IMAPClient -PORTVERSION= 3.37 +PORTVERSION= 3.38 CATEGORIES= mail perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PLOBBES @@ -11,6 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= jadawin@FreeBSD.org COMMENT= Perl5 module to talk to a IMAP4rev1 (RFC2060) server +LICENSE= ARTPERL10 + RUN_DEPENDS= p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC \ p5-Parse-RecDescent>=1.94:${PORTSDIR}/devel/p5-Parse-RecDescent \ p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \ Modified: head/mail/p5-Mail-IMAPClient/distinfo ============================================================================== --- head/mail/p5-Mail-IMAPClient/distinfo Thu Feb 11 07:05:03 2016 (r408677) +++ head/mail/p5-Mail-IMAPClient/distinfo Thu Feb 11 08:29:01 2016 (r408678) @@ -1,2 +1,2 @@ -SHA256 (Mail-IMAPClient-3.37.tar.gz) = 481df10e0426938dcf6ae641e8e15098ddaeb44ca247772a27b87278f78ba9f3 -SIZE (Mail-IMAPClient-3.37.tar.gz) = 188964 +SHA256 (Mail-IMAPClient-3.38.tar.gz) = d0f346d111dba93548ceac1192a993210ffcd5f81f83638ee277607bfacc1a4d +SIZE (Mail-IMAPClient-3.38.tar.gz) = 190487 From owner-svn-ports-head@freebsd.org Thu Feb 11 08:33:09 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C0BDDAA40D2; Thu, 11 Feb 2016 08:33:09 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 918D91053; Thu, 11 Feb 2016 08:33:09 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1B8X8rD091871; Thu, 11 Feb 2016 08:33:08 GMT (envelope-from jadawin@FreeBSD.org) Received: (from jadawin@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1B8X8Hl091869; Thu, 11 Feb 2016 08:33:08 GMT (envelope-from jadawin@FreeBSD.org) Message-Id: <201602110833.u1B8X8Hl091869@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jadawin set sender to jadawin@FreeBSD.org using -f From: Philippe Audeoud Date: Thu, 11 Feb 2016 08:33:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408679 - head/security/p5-IO-Socket-SSL X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Feb 2016 08:33:09 -0000 Author: jadawin Date: Thu Feb 11 08:33:08 2016 New Revision: 408679 URL: https://svnweb.freebsd.org/changeset/ports/408679 Log: - Update to 2.024 Modified: head/security/p5-IO-Socket-SSL/Makefile head/security/p5-IO-Socket-SSL/distinfo Modified: head/security/p5-IO-Socket-SSL/Makefile ============================================================================== --- head/security/p5-IO-Socket-SSL/Makefile Thu Feb 11 08:29:01 2016 (r408678) +++ head/security/p5-IO-Socket-SSL/Makefile Thu Feb 11 08:33:08 2016 (r408679) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= IO-Socket-SSL -PORTVERSION= 2.023 +PORTVERSION= 2.024 CATEGORIES= security perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:SULLR Modified: head/security/p5-IO-Socket-SSL/distinfo ============================================================================== --- head/security/p5-IO-Socket-SSL/distinfo Thu Feb 11 08:29:01 2016 (r408678) +++ head/security/p5-IO-Socket-SSL/distinfo Thu Feb 11 08:33:08 2016 (r408679) @@ -1,2 +1,2 @@ -SHA256 (IO-Socket-SSL-2.023.tar.gz) = 49ae36c6e881072229c17dee6b4d4f24e9ec9c40cdde1b0bd09903d87981f9e5 -SIZE (IO-Socket-SSL-2.023.tar.gz) = 209572 +SHA256 (IO-Socket-SSL-2.024.tar.gz) = dab3125b004b24ff8dfc003aa81c00c0f976a1bc34a75e1d8d9de9de837ce6c9 +SIZE (IO-Socket-SSL-2.024.tar.gz) = 209567 From owner-svn-ports-head@freebsd.org Thu Feb 11 09:23:20 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 02EA9AA5C32; Thu, 11 Feb 2016 09:23:20 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C9E13A0D; Thu, 11 Feb 2016 09:23:19 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1B9NILP006423; Thu, 11 Feb 2016 09:23:18 GMT (envelope-from jadawin@FreeBSD.org) Received: (from jadawin@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1B9NI6W006421; Thu, 11 Feb 2016 09:23:18 GMT (envelope-from jadawin@FreeBSD.org) Message-Id: <201602110923.u1B9NI6W006421@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jadawin set sender to jadawin@FreeBSD.org using -f From: Philippe Audeoud Date: Thu, 11 Feb 2016 09:23:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408680 - head/net/spoofer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Feb 2016 09:23:20 -0000 Author: jadawin Date: Thu Feb 11 09:23:18 2016 New Revision: 408680 URL: https://svnweb.freebsd.org/changeset/ports/408680 Log: - Update to 0.8e Modified: head/net/spoofer/Makefile head/net/spoofer/distinfo Modified: head/net/spoofer/Makefile ============================================================================== --- head/net/spoofer/Makefile Thu Feb 11 08:33:08 2016 (r408679) +++ head/net/spoofer/Makefile Thu Feb 11 09:23:18 2016 (r408680) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= spoofer -PORTVERSION= 0.8d +PORTVERSION= 0.8e CATEGORIES= net MASTER_SITES= http://spoofer.caida.org/ @@ -10,14 +10,14 @@ MAINTAINER= jadawin@FreeBSD.org COMMENT= Spoofer Project testing software PLIST_FILES= bin/spoofer -PORTDOCS= README CHANGES +PORTDOCS= README HAS_CONFIGURE= yes OPTIONS_DEFINE= DOCS do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/prober/${PORTNAME} ${STAGEDIR}${PREFIX}/bin do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/net/spoofer/distinfo ============================================================================== --- head/net/spoofer/distinfo Thu Feb 11 08:33:08 2016 (r408679) +++ head/net/spoofer/distinfo Thu Feb 11 09:23:18 2016 (r408680) @@ -1,2 +1,2 @@ -SHA256 (spoofer-0.8d.tar.gz) = 427db20aaeed2ca80e75b0df7bada3729644bda6b18e6b8390cf8c6ac10e76a5 -SIZE (spoofer-0.8d.tar.gz) = 161531 +SHA256 (spoofer-0.8e.tar.gz) = 2bd653531399a24a3da60c75627a2ca6bc6fce9a5266ea3e6be7f83ff224741b +SIZE (spoofer-0.8e.tar.gz) = 253702 From owner-svn-ports-head@freebsd.org Thu Feb 11 09:33:54 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DD125AA4206; Thu, 11 Feb 2016 09:33:54 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A9C44DE3; Thu, 11 Feb 2016 09:33:54 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1B9Xr3j009427; Thu, 11 Feb 2016 09:33:53 GMT (envelope-from jadawin@FreeBSD.org) Received: (from jadawin@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1B9XrVq009425; Thu, 11 Feb 2016 09:33:53 GMT (envelope-from jadawin@FreeBSD.org) Message-Id: <201602110933.u1B9XrVq009425@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jadawin set sender to jadawin@FreeBSD.org using -f From: Philippe Audeoud Date: Thu, 11 Feb 2016 09:33:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408681 - head/net/p5-Net-Whois-Raw X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Feb 2016 09:33:55 -0000 Author: jadawin Date: Thu Feb 11 09:33:53 2016 New Revision: 408681 URL: https://svnweb.freebsd.org/changeset/ports/408681 Log: - Update to 2.92 Modified: head/net/p5-Net-Whois-Raw/Makefile head/net/p5-Net-Whois-Raw/distinfo Modified: head/net/p5-Net-Whois-Raw/Makefile ============================================================================== --- head/net/p5-Net-Whois-Raw/Makefile Thu Feb 11 09:23:18 2016 (r408680) +++ head/net/p5-Net-Whois-Raw/Makefile Thu Feb 11 09:33:53 2016 (r408681) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net-Whois-Raw -PORTVERSION= 2.91 +PORTVERSION= 2.92 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/net/p5-Net-Whois-Raw/distinfo ============================================================================== --- head/net/p5-Net-Whois-Raw/distinfo Thu Feb 11 09:23:18 2016 (r408680) +++ head/net/p5-Net-Whois-Raw/distinfo Thu Feb 11 09:33:53 2016 (r408681) @@ -1,2 +1,2 @@ -SHA256 (Net-Whois-Raw-2.91.tar.gz) = 3fb78a1b70b6bc7d518182315052dc2500d0e949851faeb267dce7c32b70efa7 -SIZE (Net-Whois-Raw-2.91.tar.gz) = 54868 +SHA256 (Net-Whois-Raw-2.92.tar.gz) = 53bab9ea4f6e513e29da717b983dc59a8f91fa529ade3563a5c010d0d754cb13 +SIZE (Net-Whois-Raw-2.92.tar.gz) = 55056 From owner-svn-ports-head@freebsd.org Thu Feb 11 10:34:39 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E676FAA46DA; Thu, 11 Feb 2016 10:34:39 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B5BA6DA9; Thu, 11 Feb 2016 10:34:39 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1BAYc1M026668; Thu, 11 Feb 2016 10:34:38 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1BAYcSj026667; Thu, 11 Feb 2016 10:34:38 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201602111034.u1BAYcSj026667@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Thu, 11 Feb 2016 10:34:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408682 - head/devel/qt5-linguisttools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Feb 2016 10:34:40 -0000 Author: rakuco Date: Thu Feb 11 10:34:38 2016 New Revision: 408682 URL: https://svnweb.freebsd.org/changeset/ports/408682 Log: Readd lang/qt5-qml as a build-dependency after r407169. lupdate needs QmlDevTools; if the dependency is not present, an update might try to use an older qt5-qml version and fail. No PORTREVISION bump necessary: the generated package does not change, and if the port built successfully it means the right qt5-qml version was used. PR: 207098 Modified: head/devel/qt5-linguisttools/Makefile Modified: head/devel/qt5-linguisttools/Makefile ============================================================================== --- head/devel/qt5-linguisttools/Makefile Thu Feb 11 09:33:53 2016 (r408681) +++ head/devel/qt5-linguisttools/Makefile Thu Feb 11 10:34:38 2016 (r408682) @@ -8,7 +8,7 @@ PKGNAMEPREFIX= qt5- MAINTAINER= kde@FreeBSD.org COMMENT= Qt localization tools -USE_QT5= core xml buildtools_build +USE_QT5= core xml buildtools_build qml_build QT_DIST= tools USES= qmake From owner-svn-ports-head@freebsd.org Thu Feb 11 10:58:07 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0E27DAA5554; Thu, 11 Feb 2016 10:58:07 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CE4921DC0; Thu, 11 Feb 2016 10:58:06 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1BAw5Xs032704; Thu, 11 Feb 2016 10:58:05 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1BAw5bY032703; Thu, 11 Feb 2016 10:58:05 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201602111058.u1BAw5bY032703@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Thu, 11 Feb 2016 10:58:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408683 - head/emulators/wine X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Feb 2016 10:58:07 -0000 Author: gerald Date: Thu Feb 11 10:58:05 2016 New Revision: 408683 URL: https://svnweb.freebsd.org/changeset/ports/408683 Log: Fix the build with clang 3.8.0 or later which support "native" Windows varargs builtins. PR: 206527 Submitted by: dim Modified: head/emulators/wine/Makefile Modified: head/emulators/wine/Makefile ============================================================================== --- head/emulators/wine/Makefile Thu Feb 11 10:34:38 2016 (r408682) +++ head/emulators/wine/Makefile Thu Feb 11 10:58:05 2016 (r408683) @@ -119,7 +119,7 @@ X11_LIB_DEPENDS= libfontconfig.so:${PORT CONFIGURE_ARGS+= --enable-win64 --libdir=${PREFIX}/lib PLIST_SUB+= WINE32="@comment " WINE64="" -.if ${CHOSEN_COMPILER_TYPE} == clang +.if ${CHOSEN_COMPILER_TYPE} == clang && ${COMPILER_VERSION} < 38 CPPFLAGS+= -D__builtin_ms_va_list=__builtin_va_list \ -D__builtin_ms_va_start=__builtin_va_start \ -D__builtin_ms_va_end=__builtin_va_end \ From owner-svn-ports-head@freebsd.org Thu Feb 11 11:57:03 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2A0DBAA50FF; Thu, 11 Feb 2016 11:57:03 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pf0-x234.google.com (mail-pf0-x234.google.com [IPv6:2607:f8b0:400e:c00::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ED69C1FEE; Thu, 11 Feb 2016 11:57:02 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by mail-pf0-x234.google.com with SMTP id q63so28509534pfb.0; Thu, 11 Feb 2016 03:57:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=6bfuHIG6KMLF8pnQ2Ro6Dbbty1667VuvXn6BCnx4gQU=; b=0ZWvhVKDZ7DbNnXmuXrTsQbf0HG+jgMC2RSnmQrwHQGLjuZMApwuGI7xHN0aKKKzrU ubg0Jk0KH4lDDiK3JCKUrg4WDuWVvic4kEAifu2vDFjSEQy5RK56LpMX5chr4FneUJ3L 4VOuZTnmwncbO2yRojXTvfurN22wHEqkh97mQ9hsaCRbyD9lveGzgeCTs3aaFUt4SGCV rjLqd8eKK0zN8Mz1uJYPJMjiP2gInn4Yz+euyUQnBSCfFF88IRCyOEFY0DohuCJ8vRfy nAVyCeQeplNEhvRLCMXys7xtK3uwdkUxhZ8m7uPQS/lFLQbtVKCnWmG/dRpX+oDOPFh1 pObw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:reply-to:subject:references:to:from :message-id:date:user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=6bfuHIG6KMLF8pnQ2Ro6Dbbty1667VuvXn6BCnx4gQU=; b=fda3fysPHL/g225vNyQGMCYyxRSmf6TyR9XON7Ysjfmr7WE1Tv5XuUtlm046VdMz8M tyGvm8EbnB0mtIGrLLQZZP3RCpLaaexoJG9eEdZiz6Gn3lwpiDcLNZWsM14fuobSAvSv 4VX56i4R0ZY+dgvKnbDVB8LZ0+vynJHd4OrLja9IHsMJTUxRwgHKMFl0w2jLAStR3ApO +Dj5WAS8z3E45WAEn0iIHt/WQ79u0nAzl6oakVzRJ1v09A/x9NLeOt9X/ZVIHDg4VrKr DmG7BoTfjrHFDGYQ6ZXfbgxYHZPbpihRQNYl8bFucEJM8dsf8AW92pMnlPkXgdK1p6mv MrzA== X-Gm-Message-State: AG10YORPRnpzdu2/sX0WunHtC/1swOVDYQfmfBDWpVgVAZhP2L/ZAcHJfxiWqalQOWkzzA== X-Received: by 10.98.87.80 with SMTP id l77mr66131361pfb.101.1455191822550; Thu, 11 Feb 2016 03:57:02 -0800 (PST) Received: from ?IPv6:2001:44b8:31ae:7b01:34bd:622d:2bb0:1afb? (2001-44b8-31ae-7b01-34bd-622d-2bb0-1afb.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01:34bd:622d:2bb0:1afb]) by smtp.gmail.com with ESMTPSA id tp3sm11941043pac.16.2016.02.11.03.56.59 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 11 Feb 2016 03:57:02 -0800 (PST) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r408677 - in head/devel/py-setuptools: . files References: <201602110705.u1B754SX066032@repo.freebsd.org> To: Martin Wilke , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, Marcus von Appen From: Kubilay Kocak Message-ID: <24201272-ffe8-2fd1-6fc9-f11add2075cf@FreeBSD.org> Date: Thu, 11 Feb 2016 22:56:51 +1100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: <201602110705.u1B754SX066032@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Feb 2016 11:57:03 -0000 On 11/02/2016 6:05 PM, Martin Wilke wrote: > Author: miwi > Date: Thu Feb 11 07:05:03 2016 > New Revision: 408677 > URL: https://svnweb.freebsd.org/changeset/ports/408677 > > Log: > - Update to 20.0 > - Remove install_egg_info patch (upstreamed) [1] > > Changes: > > https://pythonhosted.org/setuptools/history.html > [1] https://bitbucket.org/pypa/setuptools/issues/118 > > PR: 206582 > exp-run: antoine > Differential Revision: D5051 > > Deleted: > head/devel/py-setuptools/files/patch-setuptools__command__install_egg_info.py Finally! Credit: mva@ > Modified: > head/devel/py-setuptools/Makefile > head/devel/py-setuptools/distinfo > From owner-svn-ports-head@freebsd.org Thu Feb 11 13:30:24 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BB9F8AA4270; Thu, 11 Feb 2016 13:30:24 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 931D7180F; Thu, 11 Feb 2016 13:30:24 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1BDUNv3076446; Thu, 11 Feb 2016 13:30:23 GMT (envelope-from johans@FreeBSD.org) Received: (from johans@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1BDUNgD076445; Thu, 11 Feb 2016 13:30:23 GMT (envelope-from johans@FreeBSD.org) Message-Id: <201602111330.u1BDUNgD076445@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: johans set sender to johans@FreeBSD.org using -f From: Johan van Selst Date: Thu, 11 Feb 2016 13:30:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408684 - head/math/calc/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Feb 2016 13:30:24 -0000 Author: johans Date: Thu Feb 11 13:30:23 2016 New Revision: 408684 URL: https://svnweb.freebsd.org/changeset/ports/408684 Log: Fix build on CURRENT Modified: head/math/calc/files/patch-Makefile Modified: head/math/calc/files/patch-Makefile ============================================================================== --- head/math/calc/files/patch-Makefile Thu Feb 11 10:58:05 2016 (r408683) +++ head/math/calc/files/patch-Makefile Thu Feb 11 13:30:23 2016 (r408684) @@ -1,6 +1,6 @@ ---- ./Makefile.orig 2013-09-27 08:55:28.000000000 +0000 -+++ ./Makefile 2014-07-31 11:42:54.000000000 +0000 -@@ -585,7 +585,7 @@ +--- Makefile.orig 2016-02-08 22:10:13 UTC ++++ Makefile +@@ -573,7 +573,7 @@ HAVE_UNUSED= #INCDIR= /usr/local/include #INCDIR= /dev/env/DJDIR/include @@ -9,7 +9,7 @@ # Where to install calc related things # -@@ -624,15 +624,15 @@ +@@ -612,15 +612,15 @@ INCDIR= /usr/include # #BINDIR= /usr/local/bin #BINDIR= /dev/env/DJDIR/bin @@ -28,7 +28,7 @@ # NOTE: Do not set CALC_INCDIR to /usr/include or /usr/local/include!!! # Always be sure that the CALC_INCDIR path ends in /calc to avoid -@@ -699,7 +699,7 @@ +@@ -687,7 +687,7 @@ SCRIPTDIR= ${BINDIR}/cscript # # If in doubt, use T= # @@ -37,7 +37,7 @@ # where man pages are installed # -@@ -710,7 +710,7 @@ +@@ -698,7 +698,7 @@ T= #MANDIR= #MANDIR= /usr/local/man/man1 #MANDIR= /usr/man/man1 @@ -46,7 +46,7 @@ #MANDIR= /dev/env/DJDIR/man/man1 #MANDIR= /usr/man/u_man/man1 #MANDIR= /usr/contrib/man/man1 -@@ -837,14 +837,14 @@ +@@ -825,14 +825,14 @@ CALCRC= ${CALC_SHAREDIR}/startup:~/.calc # # If in doubt, set USE_READLINE, READLINE_LIB and READLINE_INCLUDE to nothing. # @@ -67,7 +67,7 @@ # #READLINE_LIB= -L/usr/gnu/lib -lreadline #READLINE_EXTRAS= -lhistory -lncurses -@@ -869,7 +869,7 @@ +@@ -866,7 +866,7 @@ READLINE_INCLUDE= #CALCPAGER= more #CALCPAGER= pg #CALCPAGER= cat @@ -76,7 +76,7 @@ #CALCPAGER= less.exe -ci # Debug/Optimize options for ${CC} and ${LCC} -@@ -1012,35 +1012,36 @@ +@@ -993,35 +993,36 @@ LIB_EXT_VERSION= ${LIB_EXT}.${VERSION} # standard utilities used during make # @@ -126,9 +126,9 @@ # assume the X11 makedepend tool for the depend rule MAKEDEPEND= makedepend STRIP= strip -@@ -1248,13 +1249,15 @@ - # - CCWARN= -Wall -W -Wno-comment +@@ -1269,13 +1270,15 @@ WNO_IMPLICT= -Wno-implicit + WNO_ERROR_LONG_LONG= -Wno-error=long-long + WNO_LONG_LONG= -Wno-long-long CCWERR= -CCOPT= ${DEBUG} +#CCOPT= ${DEBUG} @@ -146,7 +146,7 @@ # endif -@@ -1516,7 +1519,8 @@ +@@ -1554,7 +1557,8 @@ ICFLAGS= ${COMMON_CFLAGS} ${CC_STATIC} else ICFLAGS= ${COMMON_CFLAGS} ${CC_SHARE} endif @@ -156,7 +156,16 @@ # Required flags to link files for calc # -@@ -1728,7 +1732,7 @@ +@@ -1738,7 +1742,7 @@ CUSTOM_PASSDOWN= \ + CO=${CO} \ + COMMON_CFLAGS="${COMMON_CFLAGS} -I.." \ + COMMON_LDFLAGS="${COMMON_LDFLAGS}" \ +- CP=${CP} \ ++ CP="${CP}" \ + CUSTOMCALDIR="${CUSTOMCALDIR}" \ + CUSTOMHELPDIR="${CUSTOMHELPDIR}" \ + CUSTOMINCDIR="${CUSTOMINCDIR}" \ +@@ -1766,7 +1770,7 @@ CUSTOM_PASSDOWN= \ PURIFY="${PURIFY}" \ Q="${Q}" \ RANLIB="${RANLIB}" \ @@ -165,7 +174,16 @@ RMDIR=${RMDIR} \ SCRIPTDIR="${SCRIPTDIR}" \ SED=${SED} \ -@@ -1768,7 +1772,7 @@ +@@ -1792,7 +1796,7 @@ HELP_PASSDOWN= \ + CO=${CO} \ + COMMON_CFLAGS="${COMMON_CFLAGS}" \ + COMMON_LDFLAGS="${COMMON_LDFLAGS}" \ +- CP=${CP} \ ++ CP="${CP}" \ + EXT=${EXT} \ + FMT=${FMT} \ + HELPDIR="${HELPDIR}" \ +@@ -1806,7 +1810,7 @@ HELP_PASSDOWN= \ MKDIR=${MKDIR} \ MV=${MV} \ Q="${Q}" \ @@ -174,7 +192,16 @@ RMDIR=${RMDIR} \ SCRIPTDIR="${SCRIPTDIR}" \ SED=${SED} \ -@@ -1797,7 +1801,7 @@ +@@ -1826,7 +1830,7 @@ CAL_PASSDOWN= \ + CHMOD=${CHMOD} \ + CMP=${CMP} \ + CO=${CO} \ +- CP=${CP} \ ++ CP="${CP}" \ + HELPDIR="${HELPDIR}" \ + INCDIR="${INCDIR}" \ + LANG=${LANG} \ +@@ -1835,7 +1839,7 @@ CAL_PASSDOWN= \ MKDIR=${MKDIR} \ MV=${MV} \ Q="${Q}" \ @@ -183,7 +210,16 @@ RMDIR=${RMDIR} \ SCRIPTDIR="${SCRIPTDIR}" \ T=${T} \ -@@ -1826,7 +1830,7 @@ +@@ -1854,7 +1858,7 @@ CSCRIPT_PASSDOWN= \ + CHMOD=${CHMOD} \ + CMP=${CMP} \ + CO=${CO} \ +- CP=${CP} \ ++ CP="${CP}" \ + FMT=${FMT} \ + HELPDIR="${HELPDIR}" \ + INCDIR="${INCDIR}" \ +@@ -1864,7 +1868,7 @@ CSCRIPT_PASSDOWN= \ MKDIR=${MKDIR} \ MV=${MV} \ Q="${Q}" \ From owner-svn-ports-head@freebsd.org Thu Feb 11 14:32:19 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8587DAA4303; Thu, 11 Feb 2016 14:32:19 +0000 (UTC) (envelope-from blackend@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5D95B1F96; Thu, 11 Feb 2016 14:32:19 +0000 (UTC) (envelope-from blackend@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1BEWIKd096475; Thu, 11 Feb 2016 14:32:18 GMT (envelope-from blackend@FreeBSD.org) Received: (from blackend@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1BEWHT0096469; Thu, 11 Feb 2016 14:32:17 GMT (envelope-from blackend@FreeBSD.org) Message-Id: <201602111432.u1BEWHT0096469@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: blackend set sender to blackend@FreeBSD.org using -f From: Marc Fonvieille Date: Thu, 11 Feb 2016 14:32:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408685 - in head/misc: freebsd-doc-all freebsd-doc-da freebsd-doc-de freebsd-doc-en freebsd-doc-ja X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Feb 2016 14:32:19 -0000 Author: blackend (doc committer) Date: Thu Feb 11 14:32:17 2016 New Revision: 408685 URL: https://svnweb.freebsd.org/changeset/ports/408685 Log: Update to r48156 of the FreeBSD docset (a.k.a. 10.3-R version) Approved by: doceng (implicit) Modified: head/misc/freebsd-doc-all/Makefile head/misc/freebsd-doc-da/pkg-plist.common head/misc/freebsd-doc-de/pkg-plist.html-split head/misc/freebsd-doc-en/Makefile head/misc/freebsd-doc-en/distinfo head/misc/freebsd-doc-ja/pkg-plist.html-split Modified: head/misc/freebsd-doc-all/Makefile ============================================================================== --- head/misc/freebsd-doc-all/Makefile Thu Feb 11 13:30:23 2016 (r408684) +++ head/misc/freebsd-doc-all/Makefile Thu Feb 11 14:32:17 2016 (r408685) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= freebsd-doc-all -PORTVERSION= 48074 +PORTVERSION= 48156 PORTEPOCH= 1 CATEGORIES= misc docs Modified: head/misc/freebsd-doc-da/pkg-plist.common ============================================================================== --- head/misc/freebsd-doc-da/pkg-plist.common Thu Feb 11 13:30:23 2016 (r408684) +++ head/misc/freebsd-doc-da/pkg-plist.common Thu Feb 11 14:32:17 2016 (r408685) @@ -1,7 +1 @@ %%DOCSDIR%%/da -%%DOCSDIR%%/%%DOCLANG%%/articles/pxe/dhcpd.conf -%%DOCSDIR%%/%%DOCLANG%%/articles/pxe/install.cfg -%%DOCSDIR%%/%%DOCLANG%%/articles/pxe/loader.rc -%%DOCSDIR%%/%%DOCLANG%%/articles/pxe/pkgmaker.sh -%%DOCSDIR%%/%%DOCLANG%%/articles/pxe/post -%%DOCSDIR%%/%%DOCLANG%%/articles/pxe/pre Modified: head/misc/freebsd-doc-de/pkg-plist.html-split ============================================================================== --- head/misc/freebsd-doc-de/pkg-plist.html-split Thu Feb 11 13:30:23 2016 (r408684) +++ head/misc/freebsd-doc-de/pkg-plist.html-split Thu Feb 11 14:32:17 2016 (r408685) @@ -400,6 +400,7 @@ %%DOCSDIR%%/%%DOCLANG%%/books/handbook/network-ftp.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/network-inetd.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/network-ipv6.html +%%DOCSDIR%%/%%DOCLANG%%/books/handbook/network-iscsi.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/network-ldap.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/network-nfs.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/network-nis.html Modified: head/misc/freebsd-doc-en/Makefile ============================================================================== --- head/misc/freebsd-doc-en/Makefile Thu Feb 11 13:30:23 2016 (r408684) +++ head/misc/freebsd-doc-en/Makefile Thu Feb 11 14:32:17 2016 (r408685) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= freebsd-doc -PORTVERSION= 48074 +PORTVERSION= 48156 PORTEPOCH= 1 CATEGORIES= misc docs MASTER_SITES= LOCAL/blackend Modified: head/misc/freebsd-doc-en/distinfo ============================================================================== --- head/misc/freebsd-doc-en/distinfo Thu Feb 11 13:30:23 2016 (r408684) +++ head/misc/freebsd-doc-en/distinfo Thu Feb 11 14:32:17 2016 (r408685) @@ -1,2 +1,2 @@ -SHA256 (freebsd-doc-48074.tar.gz) = 0f8ba9224f37b46ec721aa378312e9c9cca52422ef37e2d0b298662101d98fec -SIZE (freebsd-doc-48074.tar.gz) = 44746081 +SHA256 (freebsd-doc-48156.tar.gz) = 6b4ae583e8e74b565172a69a5656645aace1f029519e9a5ba67a7ed7eabadf19 +SIZE (freebsd-doc-48156.tar.gz) = 44863295 Modified: head/misc/freebsd-doc-ja/pkg-plist.html-split ============================================================================== --- head/misc/freebsd-doc-ja/pkg-plist.html-split Thu Feb 11 13:30:23 2016 (r408684) +++ head/misc/freebsd-doc-ja/pkg-plist.html-split Thu Feb 11 14:32:17 2016 (r408685) @@ -268,7 +268,6 @@ %%DOCSDIR%%/%%DOCLANG%%/books/handbook/using-localization.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/video-playback.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/x-compiz-fusion.html -%%DOCSDIR%%/%%DOCLANG%%/books/handbook/x-config-quick-start.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/x-config.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/x-fonts.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/x-install.html From owner-svn-ports-head@freebsd.org Thu Feb 11 14:40:14 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E13C2AA46CD; Thu, 11 Feb 2016 14:40:14 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B5BFF783; Thu, 11 Feb 2016 14:40:14 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1BEeDIn096867; Thu, 11 Feb 2016 14:40:13 GMT (envelope-from az@FreeBSD.org) Received: (from az@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1BEeD63096866; Thu, 11 Feb 2016 14:40:13 GMT (envelope-from az@FreeBSD.org) Message-Id: <201602111440.u1BEeD63096866@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: az set sender to az@FreeBSD.org using -f From: Andrej Zverev Date: Thu, 11 Feb 2016 14:40:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408686 - head/dns/unbound X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Feb 2016 14:40:15 -0000 Author: az Date: Thu Feb 11 14:40:13 2016 New Revision: 408686 URL: https://svnweb.freebsd.org/changeset/ports/408686 Log: assign port to the new maintainer (jaap@NLnetLabs.nl) Submitted by: sem@FreeBSD.org (maintainer) via private email Modified: head/dns/unbound/Makefile Modified: head/dns/unbound/Makefile ============================================================================== --- head/dns/unbound/Makefile Thu Feb 11 14:32:17 2016 (r408685) +++ head/dns/unbound/Makefile Thu Feb 11 14:40:13 2016 (r408686) @@ -6,7 +6,7 @@ PORTVERSION= 1.5.7 CATEGORIES= dns MASTER_SITES= http://unbound.net/downloads/ -MAINTAINER= sem@FreeBSD.org +MAINTAINER= jaap@NLnetLabs.nl COMMENT= Validating, recursive, and caching DNS resolver LICENSE= BSD3CLAUSE From owner-svn-ports-head@freebsd.org Thu Feb 11 15:28:14 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C5620AA5FD5; Thu, 11 Feb 2016 15:28:14 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 93DA0775; Thu, 11 Feb 2016 15:28:14 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1BFSDuj011407; Thu, 11 Feb 2016 15:28:13 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1BFSDmB011406; Thu, 11 Feb 2016 15:28:13 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602111528.u1BFSDmB011406@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 11 Feb 2016 15:28:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408687 - head/devel/ccache X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Feb 2016 15:28:14 -0000 Author: amdmi3 Date: Thu Feb 11 15:28:13 2016 New Revision: 408687 URL: https://svnweb.freebsd.org/changeset/ports/408687 Log: - Add links for clang38 Approved by: bdrewery (maintainer implicit) Modified: head/devel/ccache/Makefile Modified: head/devel/ccache/Makefile ============================================================================== --- head/devel/ccache/Makefile Thu Feb 11 14:40:13 2016 (r408686) +++ head/devel/ccache/Makefile Thu Feb 11 15:28:13 2016 (r408687) @@ -3,7 +3,7 @@ PORTNAME= ccache PORTVERSION= 3.2.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= http://www.samba.org/ftp/ccache/ \ LOCAL/bdrewery @@ -55,7 +55,7 @@ GNU_COMPILERS+= 34 42 43 44 45 46 47 48 CCACHE_COMPILERS+= cc c++ CC gcc g++ ${GNU_COMPILERS:S|^|gcc|} ${GNU_COMPILERS:S|^|g++|} .if ${PORT_OPTIONS:MCLANGLINK} -CLANG_COMPILERS+= 33 34 35 36 37 -devel +CLANG_COMPILERS+= 33 34 35 36 37 38 -devel CCACHE_COMPILERS+= clang clang++ ${CLANG_COMPILERS:S|^|clang|} ${CLANG_COMPILERS:S|^|clang++|} .endif From owner-svn-ports-head@freebsd.org Thu Feb 11 15:40:55 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 29529AA4645; Thu, 11 Feb 2016 15:40:55 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 07F8BD13; Thu, 11 Feb 2016 15:40:54 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1BFesvn014492; Thu, 11 Feb 2016 15:40:54 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1BFerCr014490; Thu, 11 Feb 2016 15:40:53 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <201602111540.u1BFerCr014490@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Thu, 11 Feb 2016 15:40:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408688 - in head/editors/openoffice-devel: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Feb 2016 15:40:55 -0000 Author: truckman Date: Thu Feb 11 15:40:53 2016 New Revision: 408688 URL: https://svnweb.freebsd.org/changeset/ports/408688 Log: Unbreak PDF Import extension when building with modern boost. Similar to the patch by amdmi3, link the extension with -lboost_system, but only do this in the --with-system-boost case. Doing this unconditionally would break building with the bundled boost because only the boost headers are available and the boost libraries are not built. This is still a bit pessimal because -lboost_system may be used when it is not strictly necessary (when the system boost is old), but it is likely that this is only relevant to FreeBSD and we are in the process of upgrading boost. This fix should be acceptable upstream. Re-enable the PDF Import extension by default. When the PDF Import extension is enabled, promote boost from BUILD_DEPENDS to LIB_DEPENDS. Tested with PDFIMPORT both on and off. Also tested with PDFIMPORT on, --with-system-boost disabled, and boost removed from *_DEPENDS. PR: 207073, 199601 Added: head/editors/openoffice-devel/files/patch-sdext_source_pdfimport_makefile.mk (contents, props changed) Modified: head/editors/openoffice-devel/Makefile Modified: head/editors/openoffice-devel/Makefile ============================================================================== --- head/editors/openoffice-devel/Makefile Thu Feb 11 15:28:13 2016 (r408687) +++ head/editors/openoffice-devel/Makefile Thu Feb 11 15:40:53 2016 (r408688) @@ -3,7 +3,7 @@ PORTNAME= apache-openoffice PORTVERSION= ${AOOVERSION1}.${AOOVERSION2}.${SVNREVISION} -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 4 CATEGORIES= editors java MASTER_SITES= https://dist.apache.org/repos/dist/dev/openoffice/${AOOVERSION}-${AOORC}-r${SVNREVISION}/source/ \ @@ -55,7 +55,6 @@ BUILD_DEPENDS= \ ${LOCALBASE}/bin/unzip:${PORTSDIR}/archivers/unzip \ zip:${PORTSDIR}/archivers/zip \ ant:${PORTSDIR}/devel/apache-ant \ - ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs \ dmake:${PORTSDIR}/devel/dmake \ epm:${PORTSDIR}/devel/epm \ ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf \ @@ -149,7 +148,7 @@ CPE_PRODUCT= ${PORTNAME:S|apache-||} CPE_VENDOR= apache OPTIONS_DEFINE= CUPS GNOME GNOMEVFS MMEDIA PDFIMPORT SDK WIKI_PUBLISHER CCACHE -OPTIONS_DEFAULT= CUPS GNOME GNOMEVFS MMEDIA WIKI_PUBLISHER +OPTIONS_DEFAULT= CUPS GNOME GNOMEVFS MMEDIA PDFIMPORT WIKI_PUBLISHER GNOME_DESC= GConf + screensaver presentation control via DBUS GNOMEVFS_DESC= GNOME Virtual File System MMEDIA_DESC= Multimedia backend for impress @@ -176,6 +175,8 @@ MMEDIA_USE= GSTREAMER=yes SDK_CONFIGURE_ENABLE= odk PDFIMPORT_CONFIGURE_ENABLE= pdfimport +PDFIMPORT_LIB_DEPENDS= libboost_system.so:${PORTSDIR}/devel/boost-libs +PDFIMPORT_BUILD_DEPENDS_OFF= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs WIKI_PUBLISHER_CONFIGURE_ENABLE= wiki-publisher Added: head/editors/openoffice-devel/files/patch-sdext_source_pdfimport_makefile.mk ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/openoffice-devel/files/patch-sdext_source_pdfimport_makefile.mk Thu Feb 11 15:40:53 2016 (r408688) @@ -0,0 +1,13 @@ +--- sdext/source/pdfimport/makefile.mk.orig 2014-09-19 18:16:25 UTC ++++ sdext/source/pdfimport/makefile.mk +@@ -70,6 +70,10 @@ SHL1STDLIBS=\ + $(CPPULIB) \ + $(SALLIB) + ++.IF "$(SYSTEM_BOOST)" == "YES" ++ SHL1STDLIBS+=-lboost_system ++.ENDIF ++ + .IF "$(GUI)" == "UNX" + SHL1STDLIBS+=-lbasegfx_s + .ELSE From owner-svn-ports-head@freebsd.org Thu Feb 11 16:22:44 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 18C96AA5CCA; Thu, 11 Feb 2016 16:22:44 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E51C28CA; Thu, 11 Feb 2016 16:22:43 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1BGMgfY028903; Thu, 11 Feb 2016 16:22:42 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1BGMg9r028894; Thu, 11 Feb 2016 16:22:42 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201602111622.u1BGMg9r028894@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Thu, 11 Feb 2016 16:22:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408689 - in head: . archivers archivers/star archivers/star/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Feb 2016 16:22:44 -0000 Author: rene Date: Thu Feb 11 16:22:41 2016 New Revision: 408689 URL: https://svnweb.freebsd.org/changeset/ports/408689 Log: archivers/star: revive port - update MASTER_SITES - modernize (staging, USES, manual pages, @sample) - add license information (CDDL + GPLv2) - regenerate patches (no content changes) - pass maintainer to submitter While here: - add USE_GCC=any to allow build on FreeBSD 10+ PR: 188974 Submitted by: Chris Hutchinson (portmaster@BSDforge.com) Added: head/archivers/star/ - copied from r354149, head/archivers/star/ head/archivers/star/files/patch-star_Makefile - copied, changed from r354149, head/archivers/star/files/patch-star::Makefile head/archivers/star/files/patch-star_star.1 - copied, changed from r354149, head/archivers/star/files/patch-star::star.1 Deleted: head/archivers/star/files/patch-star::Makefile head/archivers/star/files/patch-star::star.1 Modified: head/MOVED head/archivers/Makefile head/archivers/star/Makefile head/archivers/star/files/patch-rmt_Makefile head/archivers/star/files/patch-rmt_Makefile.man head/archivers/star/pkg-plist Modified: head/MOVED ============================================================================== --- head/MOVED Thu Feb 11 15:40:53 2016 (r408688) +++ head/MOVED Thu Feb 11 16:22:41 2016 (r408689) @@ -6073,7 +6073,6 @@ java/linux-sun-jdk16||2014-05-11|Has exp ports-mgmt/pver||2014-05-11|Has expired: does not support pkgng databases/firebird20-client|databases/firebird25-client|2014-05-11|Firebird 2.0 is EOLed databases/firebird20-server|databases/firebird25-server|2014-05-11|Firebird 2.0 is EOLed -archivers/star||2014-05-15|Has expired: Depends on deprecated smake editors/ved||2014-05-15|Has expired: Depends on deprecated smake japanese/chasen||2014-05-15|Has expired: Unmaintained since 2001 www/openx|www/revive-adserver|2014-05-15|Upstream obsolete, forked Modified: head/archivers/Makefile ============================================================================== --- head/archivers/Makefile Thu Feb 11 15:40:53 2016 (r408688) +++ head/archivers/Makefile Thu Feb 11 16:22:41 2016 (r408689) @@ -197,6 +197,7 @@ SUBDIR += snzip SUBDIR += squeeze SUBDIR += squsq + SUBDIR += star SUBDIR += stuffit SUBDIR += szip SUBDIR += tardy Modified: head/archivers/star/Makefile ============================================================================== --- head/archivers/star/Makefile Thu May 15 16:02:17 2014 (r354149) +++ head/archivers/star/Makefile Thu Feb 11 16:22:41 2016 (r408689) @@ -4,29 +4,25 @@ PORTNAME= star DISTVERSION= 1.5.2 CATEGORIES= archivers -MASTER_SITES= ftp://ftp.berlios.de/pub/star/ +MASTER_SITES= http://BSDforge.com/projects/source/srchivers/star/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= portmaster@BSDforge.com COMMENT= Unique standard tape archiver with many enhancements -DEPRECATED= Depends on deprecated smake -EXPIRATION_DATE= 2014-05-12 +LICENSE= CDDL GPLv2 +LICENSE_COMB= multi +LICENSE_FILES= ${WRKSRC}/CDDL.Schily.txt BUILD_DEPENDS= smake:${PORTSDIR}/devel/smake -NO_STAGE= yes -USE_BZIP2= yes -USES= gettext iconv - -.if !defined(NO_INSTALL_MANPAGES) -MAN1= scpio.1 spax.1 srmt.1 star.1 suntar.1 tartest.1 -MAN5= star.5 -MLINKS= star.1 ustar.1 star.5 ustar.5 -.else +USES= gettext iconv tar:bzip2 +USE_GCC= any + +.if defined(NO_INSTALL_MANPAGES) XMKFLAGS= XMK_FILE="" .endif -MAKEFLAGS+= MANBASE= +MAKEFLAGS+= DEFMANBASE=. MAKE_ENV+= MAKEFLAGS=${MAKEFLAGS} PORTDOCS= README README.crash README.mtio README.pattern STARvsGNUTAR \ @@ -43,33 +39,28 @@ post-patch: @${MV} ${WRKSRC}/rmt/rmt.1 ${WRKSRC}/rmt/srmt.1 do-build: - cd ${WRKSRC} && ${MAKE_ENV} smake - cd ${WRKSRC}/star && ${MAKE_ENV} smake -f Makefile.doc + cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} smake + cd ${WRKSRC}/star && ${SETENV} ${MAKE_ENV} smake -f Makefile.doc do-install: - cd ${WRKSRC}/star && ${MAKE_ENV} smake \ - ${INSTALL_TARGET} INS_BASE=${PREFIX} ${XMKFLAGS} - cd ${WRKSRC}/rmt && ${MAKE_ENV} smake \ - ${INSTALL_TARGET} INS_BASE=${PREFIX} ${XMKFLAGS} - cd ${WRKSRC}/tartest && ${MAKE_ENV} smake \ - ${INSTALL_TARGET} INS_BASE=${PREFIX} ${XMKFLAGS} - @${STRIP_CMD} ${PREFIX}/bin/star - @${STRIP_CMD} ${PREFIX}/sbin/srmt - @${STRIP_CMD} ${PREFIX}/bin/tartest - @${INSTALL_DATA} ${WRKSRC}/star/star.dfl ${PREFIX}/etc/star.sample - @if [ ! -f ${PREFIX}/etc/star ]; then \ - ${CP} -p ${PREFIX}/etc/star.sample ${PREFIX}/etc/star; \ - fi - @${INSTALL_DATA} ${WRKSRC}/rmt/rmt.dfl ${PREFIX}/etc/rmt.sample - @if [ ! -f ${PREFIX}/etc/rmt ]; then \ - ${CP} -p ${PREFIX}/etc/rmt.sample ${PREFIX}/etc/rmt; \ - fi + cd ${WRKSRC}/star && ${SETENV} ${MAKE_ENV} smake \ + ${INSTALL_TARGET} INS_BASE=${STAGEDIR}${PREFIX} ${XMKFLAGS} + cd ${WRKSRC}/rmt && ${SETENV} ${MAKE_ENV} smake \ + ${INSTALL_TARGET} INS_BASE=${STAGEDIR}${PREFIX} ${XMKFLAGS} + cd ${WRKSRC}/tartest && ${SETENV} ${MAKE_ENV} smake \ + ${INSTALL_TARGET} INS_BASE=${STAGEDIR}${PREFIX} ${XMKFLAGS} +# Ugh... cmake doesn't like install-strip + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/star + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/srmt + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/tartest + ${INSTALL_DATA} ${WRKSRC}/star/star.dfl ${STAGEDIR}${PREFIX}/etc/star.sample + ${INSTALL_DATA} ${WRKSRC}/rmt/rmt.dfl ${STAGEDIR}${PREFIX}/etc/rmt.sample post-install: .if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} .for FILE in ${PORTDOCS} - @${INSTALL_DATA} ${WRKSRC}/star/${FILE} ${DOCSDIR}/${FILE} + (cd ${WRKSRC}/star && ${INSTALL_DATA} ${FILE} ${STAGEDIR}${DOCSDIR}/${FILE}) .endfor .endif Modified: head/archivers/star/files/patch-rmt_Makefile ============================================================================== --- head/archivers/star/files/patch-rmt_Makefile Thu May 15 16:02:17 2014 (r354149) +++ head/archivers/star/files/patch-rmt_Makefile Thu Feb 11 16:22:41 2016 (r408689) @@ -1,9 +1,9 @@ $FreeBSD$ ---- rmt/Makefile.orig +--- rmt/Makefile.orig 2016-02-10 20:47:23 UTC +++ rmt/Makefile -@@ -6,13 +6,13 @@ +@@ -6,13 +6,13 @@ include $(SRCROOT)/$(RULESDIR)/rules.to ########################################################################### INSDIR= sbin Modified: head/archivers/star/files/patch-rmt_Makefile.man ============================================================================== --- head/archivers/star/files/patch-rmt_Makefile.man Thu May 15 16:02:17 2014 (r354149) +++ head/archivers/star/files/patch-rmt_Makefile.man Thu Feb 11 16:22:41 2016 (r408689) @@ -1,9 +1,9 @@ $FreeBSD$ ---- rmt/Makefile.man.orig +--- rmt/Makefile.man.orig 2016-02-10 20:47:23 UTC +++ rmt/Makefile.man -@@ -8,10 +8,10 @@ +@@ -8,10 +8,10 @@ include $(SRCROOT)/$(RULESDIR)/rules.to ########################################################################### MANDIR= man Copied and modified: head/archivers/star/files/patch-star_Makefile (from r354149, head/archivers/star/files/patch-star::Makefile) ============================================================================== --- head/archivers/star/files/patch-star::Makefile Thu May 15 16:02:17 2014 (r354149, copy source) +++ head/archivers/star/files/patch-star_Makefile Thu Feb 11 16:22:41 2016 (r408689) @@ -1,6 +1,6 @@ ---- star/Makefile.orig 2010-05-13 13:47:27.000000000 -0600 -+++ star/Makefile 2013-01-22 08:50:22.000000000 -0700 -@@ -15,7 +15,7 @@ +--- star/Makefile.orig 2016-02-10 20:47:23 UTC ++++ star/Makefile +@@ -15,7 +15,7 @@ include $(SRCROOT)/$(RULESDIR)/rules.to INSDIR= bin TARGET= star #SYMLINKS= ustar tar @@ -9,7 +9,7 @@ CPPOPTS += -D__STAR__ CPPOPTS += -DSET_CTIME -DFIFO -DUSE_MMAP -DUSE_REMOTE -DUSE_RCMD_RSH #CPPOPTS += -DSET_CTIME -DFIFO -DUSE_MMAP -@@ -52,8 +52,8 @@ +@@ -52,8 +52,8 @@ LIBS= -ldeflt -lrmt -lfind -lschily $(L # # Wenn -lfind, dann auch $(LIB_INTL) # Copied and modified: head/archivers/star/files/patch-star_star.1 (from r354149, head/archivers/star/files/patch-star::star.1) ============================================================================== --- head/archivers/star/files/patch-star::star.1 Thu May 15 16:02:17 2014 (r354149, copy source) +++ head/archivers/star/files/patch-star_star.1 Thu Feb 11 16:22:41 2016 (r408689) @@ -1,6 +1,6 @@ ---- star/star.1.orig Thu Nov 24 21:05:10 2005 -+++ star/star.1 Thu Nov 24 21:06:26 2005 -@@ -32,14 +32,6 @@ +--- star/star.1.orig 2016-02-10 20:47:23 UTC ++++ star/star.1 +@@ -32,14 +32,6 @@ star \- unique standard tape archiver .I file1 .\|.\|. filen [\fIfind_expr\fP] .br Modified: head/archivers/star/pkg-plist ============================================================================== --- head/archivers/star/pkg-plist Thu May 15 16:02:17 2014 (r354149) +++ head/archivers/star/pkg-plist Thu Feb 11 16:22:41 2016 (r408689) @@ -4,10 +4,13 @@ bin/star bin/suntar bin/tartest bin/ustar +@sample etc/rmt.sample +@sample etc/star.sample +man/man1/scpio.1.gz +man/man1/spax.1.gz +man/man1/srmt.1.gz +man/man1/star.1.gz +man/man1/suntar.1.gz +man/man1/tartest.1.gz +man/man5/star.5.gz sbin/srmt -@unexec if cmp -s %D/etc/rmt %D/etc/rmt.sample; then rm -f %D/etc/rmt; fi -etc/rmt.sample -@exec [ -f %B/rmt ] || cp %B/%f %B/rmt -@unexec if cmp -s %D/etc/star %D/etc/star.sample; then rm -f %D/etc/star; fi -etc/star.sample -@exec [ -f %B/star ] || cp %B/%f %B/star From owner-svn-ports-head@freebsd.org Thu Feb 11 17:11:10 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 083B2AA53EB; Thu, 11 Feb 2016 17:11:10 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D8DD88F4; Thu, 11 Feb 2016 17:11:09 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1BHB8xi041092; Thu, 11 Feb 2016 17:11:08 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1BHB8Qk041089; Thu, 11 Feb 2016 17:11:08 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201602111711.u1BHB8Qk041089@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Thu, 11 Feb 2016 17:11:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408690 - in head/graphics/py-imaging: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Feb 2016 17:11:10 -0000 Author: rakuco Date: Thu Feb 11 17:11:08 2016 New Revision: 408690 URL: https://svnweb.freebsd.org/changeset/ports/408690 Log: Backport two Pillow security fixes. Pillow 3.1.1 was released a few days ago [1], and some of the security fixes in that release also apply to PIL: * https://github.com/python-pillow/Pillow/commit/bcaaf97f4ff25b3b5b9e8efeda364e17e80858ec * https://github.com/python-pillow/Pillow/commit/ae453aa18b66af54e7ff716f4ccb33adca60afd4 [1] https://pillow.readthedocs.org/en/3.1.x/releasenotes/3.1.1.html PR: 207054 Approved by: mainland@apeiron.net (maintainer) Security: a8de962a-cf15-11e5-805c-5453ed2e2b49 Security: 6ea60e00-cf13-11e5-805c-5453ed2e2b49 Security: CVE-2016-0775 Added: head/graphics/py-imaging/files/patch-CVE-2016-0775 (contents, props changed) head/graphics/py-imaging/files/patch-libImaging-PcdDecode.c (contents, props changed) Modified: head/graphics/py-imaging/Makefile Modified: head/graphics/py-imaging/Makefile ============================================================================== --- head/graphics/py-imaging/Makefile Thu Feb 11 16:22:41 2016 (r408689) +++ head/graphics/py-imaging/Makefile Thu Feb 11 17:11:08 2016 (r408690) @@ -3,7 +3,7 @@ PORTNAME= imaging PORTVERSION= 1.1.7 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics python MASTER_SITES= http://effbot.org/media/downloads/ \ http://www.pythonware.net/storage/ Added: head/graphics/py-imaging/files/patch-CVE-2016-0775 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-imaging/files/patch-CVE-2016-0775 Thu Feb 11 17:11:08 2016 (r408690) @@ -0,0 +1,24 @@ +From bcaaf97f4ff25b3b5b9e8efeda364e17e80858ec Mon Sep 17 00:00:00 2001 +From: wiredfool +Date: Wed, 20 Jan 2016 22:37:28 +0000 +Subject: [PATCH] FLI overflow error fix and testcase CVE-2016-0775 + +--- + Tests/check_fli_overflow.py | 16 ++++++++++++++++ + Tests/images/fli_overflow.fli | Bin 0 -> 4645 bytes + libImaging/FliDecode.c | 2 +- + 3 files changed, 17 insertions(+), 1 deletion(-) + create mode 100644 Tests/check_fli_overflow.py + create mode 100644 Tests/images/fli_overflow.fli + +--- libImaging/FliDecode.c ++++ libImaging/FliDecode.c +@@ -185,7 +185,7 @@ ImagingFliDecode(Imaging im, ImagingCodecState state, UINT8* buf, int bytes) + /* COPY chunk */ + for (y = 0; y < state->ysize; y++) { + UINT8* buf = (UINT8*) im->image[y]; +- memcpy(buf+x, data, state->xsize); ++ memcpy(buf, data, state->xsize); + data += state->xsize; + } + break; Added: head/graphics/py-imaging/files/patch-libImaging-PcdDecode.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-imaging/files/patch-libImaging-PcdDecode.c Thu Feb 11 17:11:08 2016 (r408690) @@ -0,0 +1,33 @@ +From ae453aa18b66af54e7ff716f4ccb33adca60afd4 Mon Sep 17 00:00:00 2001 +From: wiredfool +Date: Tue, 2 Feb 2016 05:46:26 -0800 +Subject: [PATCH] PCD decoder overruns the shuffle buffer, Fixes #568 + +--- + Tests/images/hopper.pcd | Bin 0 -> 788480 bytes + Tests/test_file_pcd.py | 18 ++++++++++++++++++ + libImaging/PcdDecode.c | 4 ++-- + 3 files changed, 20 insertions(+), 2 deletions(-) + create mode 100644 Tests/images/hopper.pcd + create mode 100644 Tests/test_file_pcd.py + +--- libImaging/PcdDecode.c ++++ libImaging/PcdDecode.c +@@ -47,7 +47,7 @@ ImagingPcdDecode(Imaging im, ImagingCodecState state, UINT8* buf, int bytes) + out[0] = ptr[x]; + out[1] = ptr[(x+4*state->xsize)/2]; + out[2] = ptr[(x+5*state->xsize)/2]; +- out += 4; ++ out += 3; + } + + state->shuffle((UINT8*) im->image[state->y], +@@ -62,7 +62,7 @@ ImagingPcdDecode(Imaging im, ImagingCodecState state, UINT8* buf, int bytes) + out[0] = ptr[x+state->xsize]; + out[1] = ptr[(x+4*state->xsize)/2]; + out[2] = ptr[(x+5*state->xsize)/2]; +- out += 4; ++ out += 3; + } + + state->shuffle((UINT8*) im->image[state->y], From owner-svn-ports-head@freebsd.org Thu Feb 11 17:22:01 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D9396AA5A0A; Thu, 11 Feb 2016 17:22:01 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AB314FC4; Thu, 11 Feb 2016 17:22:01 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1BHM0NE046730; Thu, 11 Feb 2016 17:22:00 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1BHM0cg046729; Thu, 11 Feb 2016 17:22:00 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201602111722.u1BHM0cg046729@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Thu, 11 Feb 2016 17:22:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408692 - head/graphics/py-imaging X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Feb 2016 17:22:01 -0000 Author: rakuco Date: Thu Feb 11 17:22:00 2016 New Revision: 408692 URL: https://svnweb.freebsd.org/changeset/ports/408692 Log: Deprecate and expire in 1 month. No ports currently depend on graphics/py-imaging, and graphics/py-pillow tracks the fork that is actually being maintained (PIL's last release is from 2009). PR: 207111 Approved by: mainland@apeiron.net (maintainer) Modified: head/graphics/py-imaging/Makefile Modified: head/graphics/py-imaging/Makefile ============================================================================== --- head/graphics/py-imaging/Makefile Thu Feb 11 17:12:11 2016 (r408691) +++ head/graphics/py-imaging/Makefile Thu Feb 11 17:22:00 2016 (r408692) @@ -16,6 +16,9 @@ COMMENT= The Python Imaging Library LIB_DEPENDS= liblcms.so:${PORTSDIR}/graphics/lcms \ libfreetype.so:${PORTSDIR}/print/freetype2 +DEPRECATED= Unmaintained upstream; use graphics/py-pillow +EXPIRATION_DATE=2016-03-11 + USES= jpeg python DIST_SUBDIR= python USE_PYTHON= distutils autoplist concurrent From owner-svn-ports-head@freebsd.org Thu Feb 11 17:39:36 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ECE3DAA420B; Thu, 11 Feb 2016 17:39:36 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BBE2A1E7A; Thu, 11 Feb 2016 17:39:36 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1BHdZUF050316; Thu, 11 Feb 2016 17:39:35 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1BHdZ58050315; Thu, 11 Feb 2016 17:39:35 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201602111739.u1BHdZ58050315@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 11 Feb 2016 17:39:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408693 - head/lang/phantomjs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Feb 2016 17:39:37 -0000 Author: antoine Date: Thu Feb 11 17:39:35 2016 New Revision: 408693 URL: https://svnweb.freebsd.org/changeset/ports/408693 Log: Add explicit USES=gperf Modified: head/lang/phantomjs/Makefile Modified: head/lang/phantomjs/Makefile ============================================================================== --- head/lang/phantomjs/Makefile Thu Feb 11 17:22:00 2016 (r408692) +++ head/lang/phantomjs/Makefile Thu Feb 11 17:39:35 2016 (r408693) @@ -19,7 +19,7 @@ LIB_DEPENDS= libfreetype.so:${PORTSDIR}/ libpng.so:${PORTSDIR}/graphics/png PROJECTHOST= phantomjs -USES= bison:build compiler gmake jpeg perl5 pkgconfig python:build zip +USES= bison:build compiler gmake gperf jpeg perl5 pkgconfig python:build zip USE_PERL5= build USE_RUBY= yes RUBY_NO_RUN_DEPENDS= yes From owner-svn-ports-head@freebsd.org Thu Feb 11 18:11:29 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 31879AA540D; Thu, 11 Feb 2016 18:11:29 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 14C8E1583; Thu, 11 Feb 2016 18:11:29 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id 09C6B161F; Thu, 11 Feb 2016 18:11:29 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id A41D413B1F; Thu, 11 Feb 2016 18:11:28 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id fgKbQrAvsk7i; Thu, 11 Feb 2016 18:11:25 +0000 (UTC) Subject: Re: svn commit: r408642 - head/ports-mgmt/portmaster DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com 9F69D13B18 To: John Marino , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201602101841.u1AIf2Z8045511@repo.freebsd.org> From: Bryan Drewery Openpgp: id=F9173CB2C3AAEA7A5C8A1F0935D771BB6E4697CF; url=http://www.shatow.net/bryan/bryan2.asc Organization: FreeBSD Message-ID: <56BCCECD.1020709@FreeBSD.org> Date: Thu, 11 Feb 2016 10:11:25 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <201602101841.u1AIf2Z8045511@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="5rwfwLHfOfffWv5vU4w0D0i1AfsWvEPqb" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Feb 2016 18:11:29 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --5rwfwLHfOfffWv5vU4w0D0i1AfsWvEPqb Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 2/10/2016 10:41 AM, John Marino wrote: > Author: marino > Date: Wed Feb 10 18:41:02 2016 > New Revision: 408642 > URL: https://svnweb.freebsd.org/changeset/ports/408642 >=20 > Log: > ports-mgmt/portmaster: Assign maintainership to Torsten Z. > =20 > Torsten has accepted the challenge of whipping portmaster back into > shape. In addition to changing MAINTAINER, he's starting with fixing= > both non-default options by providing their necessary RUN_DEPENDS. > =20 > PR: 207075 >=20 > Modified: > head/ports-mgmt/portmaster/Makefile >=20 > Modified: head/ports-mgmt/portmaster/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/ports-mgmt/portmaster/Makefile Wed Feb 10 18:26:28 2016 (r4086= 41) > +++ head/ports-mgmt/portmaster/Makefile Wed Feb 10 18:41:02 2016 (r4086= 42) > @@ -2,13 +2,12 @@ > =20 > PORTNAME=3D portmaster > PORTVERSION=3D 3.17.9 > -PORTREVISION=3D 0 > CATEGORIES=3D ports-mgmt > MASTER_SITES=3D LOCAL/bdrewery/${PORTNAME}/ \ > - http://mirror.shatow.net/freebsd/${PORTNAME}/ \ > + http://mirror.shatow.net/freebsd/${PORTNAME}/ \ > GH > =20 > -MAINTAINER=3D ports@FreeBSD.org > +MAINTAINER=3D ports@toco-domains.de > COMMENT=3D Manage your ports without external databases or languages > =20 > LICENSE=3D BSD2CLAUSE > @@ -25,6 +24,9 @@ PLIST_FILES=3D sbin/portmaster \ > BASH_PLIST_FILES=3D etc/bash_completion.d/portmaster.sh > ZSH_PLIST_FILES=3D share/zsh/site-functions/_portmaster > =20 > +BASH_RUN_DEPENDS=3D bash>=3D0:${PORTSDIR}/shells/bash > +ZSH_RUN_DEPENDS=3D zsh>=3D0:${PORTSDIR}/shells/zsh > + This isn't right. Portmaster does not have a run dependency on bash nor zsh. It simply provides files that zsh/bash can use - that is not a run dependency though. > verify: checksum > =20 > do-build: >=20 --=20 Regards, Bryan Drewery --5rwfwLHfOfffWv5vU4w0D0i1AfsWvEPqb Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBAgAGBQJWvM7NAAoJEDXXcbtuRpfPOVsH/2XTfuBuduxJNMCc/z9eVH1h ebRpj5LtQybxQcl9DMvdf13XGo8B6CH1PE/lXWgPzuIV0GAe6BrFjnX0mNO9SeDP CtPcvKN/CbNTwzIn0JbTVZwEn4W//46RYZI7RYW4oSxDsrCTp4C65EG+C7voJEvA pQHgt9tkWREn/0vPSFom8NV64NneEY0YxllvHjLUmiknJIuiUzFjg4xdO385U5ue 8XdQNday7WrUcOUXkGKAdQ4fUPg0hJ7AfdWAaBa1By1prZ8GXPnWfxfWUeAMSF7S c0HilHdQ5qcNO34lYN79KDMBS8ohxU5+Wom3lDbjhesicvTATiQpcXJ+l88fIZI= =G7KL -----END PGP SIGNATURE----- --5rwfwLHfOfffWv5vU4w0D0i1AfsWvEPqb-- From owner-svn-ports-head@freebsd.org Thu Feb 11 19:22:04 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EB0E5AA356B; Thu, 11 Feb 2016 19:22:04 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AA7BF173; Thu, 11 Feb 2016 19:22:04 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1BJM3F1080341; Thu, 11 Feb 2016 19:22:03 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1BJM3Bi080336; Thu, 11 Feb 2016 19:22:03 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201602111922.u1BJM3Bi080336@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Thu, 11 Feb 2016 19:22:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408694 - in head/java/intellij: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Feb 2016 19:22:05 -0000 Author: pi Date: Thu Feb 11 19:22:03 2016 New Revision: 408694 URL: https://svnweb.freebsd.org/changeset/ports/408694 Log: java/intellij: 15.0.1 -> 15.0.3 - make it clearer that this the community edition - disable missing file watcher warning on startup - install to ${PREFIX}/${PORTNAME} instead of to ${PREFIX}/lib/intellij - adds the ability to open terminals in IntelliJ PR: 206489 Submitted by: Tobias Kortkamp (maintainer) Modified: head/java/intellij/Makefile head/java/intellij/distinfo head/java/intellij/files/idea.desktop.in head/java/intellij/pkg-descr head/java/intellij/pkg-plist Modified: head/java/intellij/Makefile ============================================================================== --- head/java/intellij/Makefile Thu Feb 11 17:39:35 2016 (r408693) +++ head/java/intellij/Makefile Thu Feb 11 19:22:03 2016 (r408694) @@ -5,30 +5,65 @@ # Vadim Zhukov PORTNAME= intellij -PORTVERSION= 15.0.1 +PORTVERSION= 15.0.3 CATEGORIES= java devel -MASTER_SITES= https://download.jetbrains.com/idea/ \ - http://download.jetbrains.com/idea/ -DISTNAME= ideaIC-${PORTVERSION} +MASTER_SITES= https://download.jetbrains.com/idea/:jetbrains \ + http://download.jetbrains.com/idea/:jetbrains \ + GH:pty4j +DISTFILES= ideaIC-${PORTVERSION}.tar.gz:jetbrains \ + ${DISTNAME}.tar.gz:pty4j MAINTAINER= t@tobik.me -COMMENT= IntelliJ IDEA Java IDE +COMMENT= IntelliJ IDEA Community Edition LICENSE= APACHE20 +# Upstream has merged pty4j FreeBSD support but no offical release/tag +# with it yet +USE_GITHUB= yes +GH_ACCOUNT= traff +GH_PROJECT= pty4j +GH_TAGNAME= 335982264104fd4529f2ee75f08d1e1d9f9d544a + USE_JAVA= yes JAVA_VERSION= 1.7+ -NO_BUILD= yes +WRKDIST= ${WRKDIR}/idea-IC-143.1821.5 -WRKDIST= ${WRKDIR}/idea-IC-143.382.35 +IDEA_HOME= ${PREFIX}/${PORTNAME} -IDEA_HOME= ${PREFIX}/lib/intellij +USES= gmake -PLIST_SUB+= IDEA_HOME=${IDEA_HOME} +PLIST_SUB+= IDEA_HOME=${IDEA_HOME} \ + PTY4J_ARCH=${PTY4J_ARCH} SUB_FILES+= idea idea.desktop SUB_LIST+= IDEA_HOME=${IDEA_HOME} +.include + +# The directory we need to install Pty4J's native library in depends +# on the install target's architecture. We rebuild libpty.so instead +# of using one of the bundled ones which are FreeBSD 10.x only. +.if ${ARCH} == "amd64" +PTY4J_ARCH= x86_64 +.elif ${ARCH} == "i386" +PTY4J_ARCH= x86 +.else +PTY4J_ARCH= +.endif + +.if ${PTY4J_ARCH} != "" +# Despite what the name might suggest using the linux_x86_64 target +# will always build libpty.so for the native platform. +BUILD_WRKSRC= ${WRKSRC}/native +MAKEFILE= Makefile_freebsd +ALL_TARGET= linux_x86_64 +.else +# If native Pty4J support is missing IntelliJ IDEA will still work but +# without the ability to open terminals. +NO_BUILD= yes +.endif + do-install: ${MKDIR} ${STAGEDIR}${IDEA_HOME} @${TAR} -czf - -C ${WRKDIST} . | ${TAR} xzf - -C ${STAGEDIR}${IDEA_HOME} @@ -44,11 +79,20 @@ do-install: ${STAGEDIR}${IDEA_HOME}/plugins/gradle/lib/native-platform-osx-i386-0.10.jar \ ${STAGEDIR}${IDEA_HOME}/plugins/gradle/lib/native-platform-windows-amd64-0.10.jar \ ${STAGEDIR}${IDEA_HOME}/plugins/gradle/lib/native-platform-windows-i386-0.10.jar +# Remove the bundled native Pty4J support libraries and replace with our own @${RM} -r ${STAGEDIR}${IDEA_HOME}/lib/libpty +.if ${PTY4J_ARCH} != "" + ${MKDIR} ${STAGEDIR}${IDEA_HOME}/lib/libpty/freebsd/${PTY4J_ARCH} +# See above why we always use freebsd/x86_64/ here + ${INSTALL_LIB} ${WRKSRC}/os/freebsd/x86_64/libpty.so ${STAGEDIR}${IDEA_HOME}/lib/libpty/freebsd/${PTY4J_ARCH}/ + ${INSTALL_DATA} ${WRKSRC}/build/pty4j-0.5.jar ${STAGEDIR}${IDEA_HOME}/lib/pty4j-0.5.jar +.endif ${INSTALL_SCRIPT} ${WRKDIR}/idea ${STAGEDIR}${PREFIX}/bin/idea ${INSTALL_MAN} ${FILESDIR}/idea.1 ${STAGEDIR}${PREFIX}/man/man1 ${INSTALL_DATA} ${WRKDIR}/idea.desktop ${STAGEDIR}${PREFIX}/share/applications/ cd ${WRKDIST}/lib && ${JAVA_HOME}/bin/jar xf icons.jar ${INSTALL_DATA} ${WRKDIST}/lib/icon.png ${STAGEDIR}${IDEA_HOME}/idea.png +# Disable filewatcher warning message on IDEA startup + ${ECHO} "idea.filewatcher.disabled=true" >> ${STAGEDIR}${IDEA_HOME}/bin/idea.properties .include Modified: head/java/intellij/distinfo ============================================================================== --- head/java/intellij/distinfo Thu Feb 11 17:39:35 2016 (r408693) +++ head/java/intellij/distinfo Thu Feb 11 19:22:03 2016 (r408694) @@ -1,2 +1,4 @@ -SHA256 (ideaIC-15.0.1.tar.gz) = faca173b216cb3eeff53b499b432780a12c1543a27c36c0bef62cf2e82fc7cb5 -SIZE (ideaIC-15.0.1.tar.gz) = 230760554 +SHA256 (ideaIC-15.0.3.tar.gz) = 0a4b755f3a48b3b5ad1000e17a92462c33ad5a8cc4912d6e276bbc4bf1241296 +SIZE (ideaIC-15.0.3.tar.gz) = 232760076 +SHA256 (traff-pty4j-15.0.3-335982264104fd4529f2ee75f08d1e1d9f9d544a_GH0.tar.gz) = bf2ffe37e9ecc5cbca879023ce7822461b1996c4affc50aa71265bce5cda6e93 +SIZE (traff-pty4j-15.0.3-335982264104fd4529f2ee75f08d1e1d9f9d544a_GH0.tar.gz) = 4856849 Modified: head/java/intellij/files/idea.desktop.in ============================================================================== --- head/java/intellij/files/idea.desktop.in Thu Feb 11 17:39:35 2016 (r408693) +++ head/java/intellij/files/idea.desktop.in Thu Feb 11 19:22:03 2016 (r408694) @@ -2,8 +2,8 @@ Version=1.0 Encoding=UTF-8 Type=Application -Name=IntelliJ Idea -GenericName=IntelliJ IDE +Name=IntelliJ IDEA Community Edition +GenericName=IntelliJ IDEA Community Edition Comment=IntelliJ Integrated Development Environment Icon=%%IDEA_HOME%%/idea.png Exec=%%IDEA_HOME%%/bin/idea.sh Modified: head/java/intellij/pkg-descr ============================================================================== --- head/java/intellij/pkg-descr Thu Feb 11 17:39:35 2016 (r408693) +++ head/java/intellij/pkg-descr Thu Feb 11 19:22:03 2016 (r408694) @@ -1,5 +1,5 @@ -IntelliJ IDEA is an advanced Java IDE developed by JetBrains and -focused on developer productivity. The community edition features: +IntelliJ IDEA is an advanced IDE developed by JetBrains and focused on +developer productivity. The community edition features: * An intelligent code editor that understands Java code; provides refactorings, code inspections and intentions, and allows for fast code navigation. Modified: head/java/intellij/pkg-plist ============================================================================== --- head/java/intellij/pkg-plist Thu Feb 11 17:39:35 2016 (r408693) +++ head/java/intellij/pkg-plist Thu Feb 11 19:22:03 2016 (r408694) @@ -136,6 +136,7 @@ bin/idea %%IDEA_HOME%%/lib/jzlib-1.1.1.jar %%IDEA_HOME%%/lib/kotlin-reflect.jar %%IDEA_HOME%%/lib/kotlin-runtime.jar +%%IDEA_HOME%%/lib/libpty/freebsd/%%PTY4J_ARCH%%/libpty.so @comment %%IDEA_HOME%%/lib/libpty/linux/x86/libpty.so @comment %%IDEA_HOME%%/lib/libpty/linux/x86_64/libpty.so @comment %%IDEA_HOME%%/lib/libpty/macosx/x86/libpty.dylib @@ -154,7 +155,7 @@ bin/idea %%IDEA_HOME%%/lib/miglayout-swing.jar %%IDEA_HOME%%/lib/nanoxml-2.2.3.jar %%IDEA_HOME%%/lib/nekohtml-1.9.14.jar -%%IDEA_HOME%%/lib/netty-all-4.1.0.Beta6.jar +%%IDEA_HOME%%/lib/netty-all-4.1.0.Beta8.jar %%IDEA_HOME%%/lib/openapi.jar %%IDEA_HOME%%/lib/optimizedFileManager.jar %%IDEA_HOME%%/lib/oromatcher.jar @@ -262,7 +263,6 @@ bin/idea %%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-runner.jar %%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-runtime-sources.jar %%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-runtime.jar -%%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlinr.jar %%IDEA_HOME%%/plugins/Kotlin/kotlinc/license/LICENSE.txt %%IDEA_HOME%%/plugins/Kotlin/kotlinc/license/NOTICE.txt %%IDEA_HOME%%/plugins/Kotlin/kotlinc/license/third_party/args4j_LICENSE.txt @@ -279,6 +279,10 @@ bin/idea %%IDEA_HOME%%/plugins/Kotlin/lib/kotlin-plugin.jar %%IDEA_HOME%%/plugins/Kotlin/lib/kotlin-reflect.jar %%IDEA_HOME%%/plugins/Kotlin/lib/kotlin-runtime.jar +%%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-daemon-client.jar +%%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-test.jar +%%IDEA_HOME%%/plugins/Kotlin/lib/kotlin-android-extensions-compiler-plugin.jar +%%IDEA_HOME%%/plugins/Kotlin/lib/kotlin-android-extensions-plugin.jar %%IDEA_HOME%%/plugins/Kotlin/lib/markdown.jar %%IDEA_HOME%%/plugins/android/lib/GoogleFeedback.jar %%IDEA_HOME%%/plugins/android/lib/android-common.jar From owner-svn-ports-head@freebsd.org Thu Feb 11 19:27:18 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 700C0AA3802; Thu, 11 Feb 2016 19:27:18 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 49CF079B; Thu, 11 Feb 2016 19:27:18 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1BJRHvi082499; Thu, 11 Feb 2016 19:27:17 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1BJRHNB082495; Thu, 11 Feb 2016 19:27:17 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201602111927.u1BJRHNB082495@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Thu, 11 Feb 2016 19:27:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408695 - in head/print: . okc321 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Feb 2016 19:27:18 -0000 Author: pi Date: Thu Feb 11 19:27:16 2016 New Revision: 408695 URL: https://svnweb.freebsd.org/changeset/ports/408695 Log: New port: print/okc321 PostScript Printer Descriptions for the Oki C321dn, C331dn, and C531dn printers for use with CUPS. WWW: http://www.oki.de/support/printer/printer-drivers/detail.aspx?prodid=tcm:90-131700&driverid=tcm:90-138028-16 PR: 204095 Submitted by: Tobias Kortkamp Added: head/print/okc321/ head/print/okc321/Makefile (contents, props changed) head/print/okc321/distinfo (contents, props changed) head/print/okc321/pkg-descr (contents, props changed) Modified: head/print/Makefile Modified: head/print/Makefile ============================================================================== --- head/print/Makefile Thu Feb 11 19:22:03 2016 (r408694) +++ head/print/Makefile Thu Feb 11 19:27:16 2016 (r408695) @@ -144,6 +144,7 @@ SUBDIR += musixtex SUBDIR += muttprint SUBDIR += nenscript + SUBDIR += okc321 SUBDIR += openprinting SUBDIR += p5-Font-FreeType SUBDIR += p5-Net-CUPS Added: head/print/okc321/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/okc321/Makefile Thu Feb 11 19:27:16 2016 (r408695) @@ -0,0 +1,34 @@ +# Created by: Tobias Kortkamp +# $FreeBSD$ + +PORTNAME= okc321 +PORTVERSION= 1.1 +CATEGORIES= print +MASTER_SITES= http://www.oki.de/Includes/Pages/ +DISTNAME= FileDownload.aspx?id=tcm%3A90-138028 +EXTRACT_SUFX= +DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} + +MAINTAINER= t@tobik.me +COMMENT= PPDs for the Oki C321dn, C331dn, and C531dn printers + +LICENSE= GPLv2 + +NO_BUILD= yes +NO_ARCH= yes +WRKSRC= ${WRKDIR}/C531_C331_C321_Linux_110 + +PLIST_FILES= share/ppd/${PORTNAME}/Oki/OKC321_a110.ppd.gz \ + share/ppd/${PORTNAME}/Oki/OKC331_a110.ppd.gz \ + share/ppd/${PORTNAME}/Oki/OKC531_a110.ppd.gz \ + share/cups/model/${PORTNAME} + +do-install: + ${MKDIR} ${STAGEDIR}${PREFIX}/share/cups/model + ${MKDIR} ${STAGEDIR}${PREFIX}/share/ppd/${PORTNAME}/Oki + ${INSTALL_DATA} ${WRKSRC}/OKC321_a110.ppd.gz ${STAGEDIR}${PREFIX}/share/ppd/${PORTNAME}/Oki + ${INSTALL_DATA} ${WRKSRC}/OKC331_a110.ppd.gz ${STAGEDIR}${PREFIX}/share/ppd/${PORTNAME}/Oki + ${INSTALL_DATA} ${WRKSRC}/OKC531_a110.ppd.gz ${STAGEDIR}${PREFIX}/share/ppd/${PORTNAME}/Oki + ${LN} -sf ${LOCALBASE}/share/ppd/${PORTNAME}/Oki ${STAGEDIR}${PREFIX}/share/cups/model/${PORTNAME} + +.include Added: head/print/okc321/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/okc321/distinfo Thu Feb 11 19:27:16 2016 (r408695) @@ -0,0 +1,2 @@ +SHA256 (okc321-1.1/FileDownload.aspx?id=tcm%3A90-138028) = 45d8b343ec06a849166dcc98e6d3818584a18315ae1fd4c73a784b8adc248091 +SIZE (okc321-1.1/FileDownload.aspx?id=tcm%3A90-138028) = 36249 Added: head/print/okc321/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/okc321/pkg-descr Thu Feb 11 19:27:16 2016 (r408695) @@ -0,0 +1,4 @@ +PostScript Printer Descriptions for the Oki C321dn, C331dn, and C531dn +printers for use with CUPS. + +WWW: http://www.oki.de/support/printer/printer-drivers/detail.aspx?prodid=tcm:90-131700&driverid=tcm:90-138028-16 From owner-svn-ports-head@freebsd.org Thu Feb 11 19:37:18 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 93683AA3D5F; Thu, 11 Feb 2016 19:37:18 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 48ECCC19; Thu, 11 Feb 2016 19:37:18 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1BJbHUw085520; Thu, 11 Feb 2016 19:37:17 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1BJbHA5085517; Thu, 11 Feb 2016 19:37:17 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201602111937.u1BJbHA5085517@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Thu, 11 Feb 2016 19:37:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408696 - head/sysutils/htop X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Feb 2016 19:37:18 -0000 Author: brnrd Date: Thu Feb 11 19:37:17 2016 New Revision: 408696 URL: https://svnweb.freebsd.org/changeset/ports/408696 Log: sysutils/htop: Update to 2.0.0 - Update to 2.0.0 with native FreeBSD support - Remove sysutils/lsof dependency - Remove linprocfs dependency - Delete redundant pkg-message - Remove redundant GH_PROJECT - Refactor post-patch to use shebangfix Reviewed by: feld (mentor), koobs (mentor) Approved by: feld (mentor) Differential Revision: D5253 Deleted: head/sysutils/htop/pkg-message Modified: head/sysutils/htop/Makefile head/sysutils/htop/distinfo Modified: head/sysutils/htop/Makefile ============================================================================== --- head/sysutils/htop/Makefile Thu Feb 11 19:27:16 2016 (r408695) +++ head/sysutils/htop/Makefile Thu Feb 11 19:37:17 2016 (r408696) @@ -2,9 +2,7 @@ # $FreeBSD$ PORTNAME= htop -PORTVERSION= 1.0.3 -PORTREVISION= 1 -DISTVERSIONPREFIX=v +PORTVERSION= 2.0.0 CATEGORIES= sysutils MAINTAINER= gaod@hychen.org @@ -12,28 +10,15 @@ COMMENT= Better top(1) - interactive pro LICENSE= GPLv2 -OPTIONS_DEFINE= LSOF -OPTIONS_DEFAULT=LSOF - NOT_FOR_ARCHS= ia64 powerpc sparc64 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -lexecinfo -CONFIGURE_ARGS= --with-proc=/compat/linux/proc --enable-unicode -USES= autoreconf ncurses libtool execinfo python:2,build +CONFIGURE_ARGS= --enable-unicode +USES= autoreconf execinfo libtool ncurses python:2,build shebangfix USE_GITHUB= yes GH_ACCOUNT= hishamhm -GH_PROJECT= htop -GH_TAGNAME= 5c593fa - -LSOF_RUN_DEPENDS= lsof:${PORTSDIR}/sysutils/lsof - -post-patch: - @${REINPLACE_CMD} -e 's:/usr/bin/python:${PYTHON_CMD}:' ${WRKSRC}/scripts/MakeHeader.py - -pre-configure: - @[ -f /compat/linux/proc/stat ] || { ${CAT} ${PKGMESSAGE}; ${FALSE}; } .include Modified: head/sysutils/htop/distinfo ============================================================================== --- head/sysutils/htop/distinfo Thu Feb 11 19:27:16 2016 (r408695) +++ head/sysutils/htop/distinfo Thu Feb 11 19:37:17 2016 (r408696) @@ -1,2 +1,2 @@ -SHA256 (hishamhm-htop-v1.0.3-5c593fa_GH0.tar.gz) = 756e995d4f1489d696205d938cf3cd4864f6c2a1f3569f771a55014e75ed4832 -SIZE (hishamhm-htop-v1.0.3-5c593fa_GH0.tar.gz) = 143341 +SHA256 (hishamhm-htop-2.0.0_GH0.tar.gz) = 2522a93792dfee188bfaff23f30332d1173460c95f9869588398e9bdd3a0491b +SIZE (hishamhm-htop-2.0.0_GH0.tar.gz) = 143353 From owner-svn-ports-head@freebsd.org Thu Feb 11 19:42:58 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BF40DAA41C1; Thu, 11 Feb 2016 19:42:58 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8FD82F6C; Thu, 11 Feb 2016 19:42:58 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1BJgvEm088251; Thu, 11 Feb 2016 19:42:57 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1BJgvu1088249; Thu, 11 Feb 2016 19:42:57 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201602111942.u1BJgvu1088249@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Thu, 11 Feb 2016 19:42:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408697 - head/lang/gcc5-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Feb 2016 19:42:58 -0000 Author: gerald Date: Thu Feb 11 19:42:57 2016 New Revision: 408697 URL: https://svnweb.freebsd.org/changeset/ports/408697 Log: Update to the 20160209 snapshot of GCC 5. Modified: head/lang/gcc5-devel/Makefile head/lang/gcc5-devel/distinfo Modified: head/lang/gcc5-devel/Makefile ============================================================================== --- head/lang/gcc5-devel/Makefile Thu Feb 11 19:37:17 2016 (r408696) +++ head/lang/gcc5-devel/Makefile Thu Feb 11 19:42:57 2016 (r408697) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 5.3.1.s20160202 +PORTVERSION= 5.3.1.s20160209 CATEGORIES= lang java MASTER_SITES= GCC/snapshots/${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX}-devel Modified: head/lang/gcc5-devel/distinfo ============================================================================== --- head/lang/gcc5-devel/distinfo Thu Feb 11 19:37:17 2016 (r408696) +++ head/lang/gcc5-devel/distinfo Thu Feb 11 19:42:57 2016 (r408697) @@ -1,2 +1,2 @@ -SHA256 (gcc-5-20160202.tar.bz2) = e813b372a1ccc84d17e9de2a9cf8cf014953f36b423097e7c7a5ef1a086fe3e4 -SIZE (gcc-5-20160202.tar.bz2) = 91324933 +SHA256 (gcc-5-20160209.tar.bz2) = d3131089a6cab19edd9d71bab0d1f0daa3a463092b76085a83bdfa12b45146e1 +SIZE (gcc-5-20160209.tar.bz2) = 91329592 From owner-svn-ports-head@freebsd.org Thu Feb 11 20:00:37 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 44564AA48FE; Thu, 11 Feb 2016 20:00:37 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EEAFB1798; Thu, 11 Feb 2016 20:00:36 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1BK0ZmT091556; Thu, 11 Feb 2016 20:00:35 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1BK0ZVx091555; Thu, 11 Feb 2016 20:00:35 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201602112000.u1BK0ZVx091555@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Thu, 11 Feb 2016 20:00:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408698 - head/databases/sqlite3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Feb 2016 20:00:37 -0000 Author: pi Date: Thu Feb 11 20:00:35 2016 New Revision: 408698 URL: https://svnweb.freebsd.org/changeset/ports/408698 Log: databases/sqlite3: Enable one of the command line editing options - The last update to sqlite3 disabled readline support - Now several variants can be selected. PR: 206944 Submitted by: Tobias Kortkamp Approved by: Pavel Volkov (maintainer) Modified: head/databases/sqlite3/Makefile Modified: head/databases/sqlite3/Makefile ============================================================================== --- head/databases/sqlite3/Makefile Thu Feb 11 19:42:57 2016 (r408697) +++ head/databases/sqlite3/Makefile Thu Feb 11 20:00:35 2016 (r408698) @@ -3,7 +3,7 @@ PORTNAME= sqlite3 PORTVERSION= 3.10.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MASTER_SITES= https://www.sqlite.org/2016/ http://www2.sqlite.org/2016/ http://www3.sqlite.org/2016/ DISTNAME= sqlite-autoconf-${PORTVERSION:C/\.([[:digit:]])[[:>:]]/0\1/g:S/.//g}00 @@ -27,8 +27,8 @@ OPTIONS_DEFINE= FTS4 UPD_DEL_LIMIT URI U EXTENSION ARMOR STMT DBSTAT FTS5 JSON1 RBU \ LIKENOTBLOB STSHELL OPTIONS_SINGLE= RAMT -OPTIONS_RADIO= STAT RL -OPTIONS_GROUP= UNICODE RTREEG +OPTIONS_RADIO= STAT +OPTIONS_GROUP= UNICODE RTREEG RL UPD_DEL_LIMIT_DESC= ORDER BY and LIMIT on UPDATE and DELETE URI_DESC= Enable use the URI filename @@ -92,14 +92,17 @@ RTREEG_DESC= Index type for range queri RTREE_DESC= Enable R*Tree module RTREE_INT_DESC= Store 32-bit sig int (no float) coordinates -OPTIONS_RADIO_RL= READLINES READLINEP EDITLINE +OPTIONS_GROUP_RL= READLINES READLINEP EDITLINE RL_DESC= Which command line editing library to use: READLINES_DESC= the libreadline from system READLINEP_DESC= the GNU libreadline from ports EDITLINE_DESC= the BSD libedit from ports +READLINES_PREVENTS= READLINEP EDITLINE +READLINEP_PREVENTS= READLINES EDITLINE +EDITLINE_PREVENTS= READLINES READLINEP OPTIONS_DEFAULT= FTS4 URI METADATA SECURE_DELETE UNLOCK_NOTIFY THREADS \ - EXTENSION TS1 UNICODE61 RTREE DBSTAT STSHELL + EXTENSION TS1 UNICODE61 RTREE DBSTAT STSHELL READLINES # SECURE_DELETE, UNLOCK_NOTIFY, DBSTAT (since 41.0) used by www/firefox et al. # RTREE used by graphics/mapnik, databases/spatialite From owner-svn-ports-head@freebsd.org Thu Feb 11 21:17:41 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4AC6CAA4FA2; Thu, 11 Feb 2016 21:17:41 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 03913269; Thu, 11 Feb 2016 21:17:40 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1BLHeXO014778; Thu, 11 Feb 2016 21:17:40 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1BLHd8i014775; Thu, 11 Feb 2016 21:17:39 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201602112117.u1BLHd8i014775@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Thu, 11 Feb 2016 21:17:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408699 - head/games/monsterz X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Feb 2016 21:17:41 -0000 Author: thierry Date: Thu Feb 11 21:17:39 2016 New Revision: 408699 URL: https://svnweb.freebsd.org/changeset/ports/408699 Log: Modernize pkg-plist. PR: ports/206743 Submitted by: pawel Modified: head/games/monsterz/Makefile head/games/monsterz/pkg-plist Modified: head/games/monsterz/Makefile ============================================================================== --- head/games/monsterz/Makefile Thu Feb 11 20:00:35 2016 (r408698) +++ head/games/monsterz/Makefile Thu Feb 11 21:17:39 2016 (r408699) @@ -3,7 +3,7 @@ PORTNAME= monsterz PORTVERSION= 0.7.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= games MASTER_SITES= http://sam.zoy.org/monsterz/ \ SF/nemysisfreebsdp/:icons @@ -34,7 +34,9 @@ DESKTOP_ENTRIES="Monsterz" "${COMMENT}" OPTIONS_DEFINE= DOCS -.include +pre-configure: + ${REINPLACE_CMD} '/test -f/ s|scorefile)|&.sample|g' \ + ${WRKSRC}/Makefile post-install: .for d in graphics sound @@ -48,9 +50,9 @@ post-install: -f ${DATADIR:S;${PREFIX}/;;}) ${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png ${STAGEDIR}${PREFIX}/share/pixmaps/ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/monsterz -.if ${PORT_OPTIONS:MDOCS} + +post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} -.endif .include Modified: head/games/monsterz/pkg-plist ============================================================================== --- head/games/monsterz/pkg-plist Thu Feb 11 20:00:35 2016 (r408698) +++ head/games/monsterz/pkg-plist Thu Feb 11 21:17:39 2016 (r408699) @@ -1,8 +1,4 @@ -@group games -@mode 2555 -bin/monsterz -@mode -@group +@(,games,2555) bin/monsterz %%DATADIR%%/graphics/background.png %%DATADIR%%/graphics/bigtiles.png %%DATADIR%%/graphics/board.png @@ -26,9 +22,5 @@ bin/monsterz %%DATADIR%%/sound/warning.wav %%DATADIR%%/sound/whip.wav share/pixmaps/monsterz.png -@dirrm %%DATADIR%%/sound -@dirrm %%DATADIR%%/graphics -@dirrm %%DATADIR%% -@exec if [ ! -e %%SCOREDIR%% ] ; then mkdir -p -m 775 %%SCOREDIR%% ; fi -@unexec if [ ! -s %%SCOREDIR%%/monsterz ] ; then rm -f %%SCOREDIR%%/monsterz && rm -r %%SCOREDIR%% || true ; fi -@exec [ -e %%SCOREDIR%%/monsterz ] || touch %%SCOREDIR%%/monsterz && chmod 664 %%SCOREDIR%%/monsterz && chgrp games %%SCOREDIR%%/monsterz +@sample(,games,664) %%SCOREDIR%%/monsterz.sample +@dir(,,775) %%SCOREDIR%% From owner-svn-ports-head@freebsd.org Thu Feb 11 22:51:48 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 951BDAA4B2F; Thu, 11 Feb 2016 22:51:48 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6E77817C8; Thu, 11 Feb 2016 22:51:48 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1BMplRA043107; Thu, 11 Feb 2016 22:51:47 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1BMplCK043103; Thu, 11 Feb 2016 22:51:47 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201602112251.u1BMplCK043103@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Thu, 11 Feb 2016 22:51:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408700 - in head/textproc: . tagsoup X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Feb 2016 22:51:48 -0000 Author: jkim Date: Thu Feb 11 22:51:46 2016 New Revision: 408700 URL: https://svnweb.freebsd.org/changeset/ports/408700 Log: TagSoup - Just Keep On Truckin' TagSoup is a SAX-compliant parser written in Java that, instead of parsing well-formed or valid XML, parses HTML as it is found in the wild: poor, nasty and brutish, though quite often far from short. TagSoup is designed for people who have to process this stuff using some semblance of a rational application design. By providing a SAX interface, it allows standard XML tools to be applied to even the worst HTML. TagSoup also includes a command-line processor that reads HTML files and can generate either clean HTML or well-formed XML that is a close approximation to XHTML. WWW: http://home.ccil.org/~cowan/tagsoup Added: head/textproc/tagsoup/ head/textproc/tagsoup/Makefile (contents, props changed) head/textproc/tagsoup/distinfo (contents, props changed) head/textproc/tagsoup/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Thu Feb 11 21:17:39 2016 (r408699) +++ head/textproc/Makefile Thu Feb 11 22:51:46 2016 (r408700) @@ -1574,6 +1574,7 @@ SUBDIR += sxml SUBDIR += syck SUBDIR += ta-aspell + SUBDIR += tagsoup SUBDIR += tclExpat SUBDIR += tdhkit SUBDIR += te-aspell Added: head/textproc/tagsoup/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/tagsoup/Makefile Thu Feb 11 22:51:46 2016 (r408700) @@ -0,0 +1,32 @@ +# $FreeBSD$ + +PORTNAME= tagsoup +PORTVERSION= 1.2.1 +CATEGORIES= textproc java +MASTER_SITES= http://home.ccil.org/~cowan/tagsoup/ +EXTRACT_SUFX= .jar + +MAINTAINER= java@FreeBSD.org +COMMENT= SAX-compliant parser written in Java + +LICENSE= APACHE20 + +USE_JAVA= yes +JAVA_RUN= jre + +NO_BUILD= yes + +PLIST_FILES= ${JAVAJARDIR}/${PORTNAME}.jar \ + ${JAVAJARDIR}/${PORTNAME}-${PORTVERSION}.jar + +do-extract: + @${DO_NADA} + +do-install: + @${MKDIR} ${STAGEDIR}${JAVAJARDIR} + ${INSTALL_DATA} ${DISTDIR}/${PORTNAME}-${PORTVERSION}.jar \ + ${STAGEDIR}${JAVAJARDIR} + ${LN} -fs ${JAVAJARDIR}/${PORTNAME}-${PORTVERSION}.jar \ + ${STAGEDIR}${JAVAJARDIR}/${PORTNAME}.jar + +.include Added: head/textproc/tagsoup/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/tagsoup/distinfo Thu Feb 11 22:51:46 2016 (r408700) @@ -0,0 +1,2 @@ +SHA256 (tagsoup-1.2.1.jar) = ac97f7b4b1d8e9337edfa0e34044f8d0efe7223f6ad8f3a85d54cc1018ea2e04 +SIZE (tagsoup-1.2.1.jar) = 90722 Added: head/textproc/tagsoup/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/tagsoup/pkg-descr Thu Feb 11 22:51:46 2016 (r408700) @@ -0,0 +1,12 @@ +TagSoup - Just Keep On Truckin' + +TagSoup is a SAX-compliant parser written in Java that, instead of parsing +well-formed or valid XML, parses HTML as it is found in the wild: poor, +nasty and brutish, though quite often far from short. TagSoup is designed +for people who have to process this stuff using some semblance of a rational +application design. By providing a SAX interface, it allows standard XML +tools to be applied to even the worst HTML. TagSoup also includes +a command-line processor that reads HTML files and can generate either +clean HTML or well-formed XML that is a close approximation to XHTML. + +WWW: http://home.ccil.org/~cowan/tagsoup From owner-svn-ports-head@freebsd.org Thu Feb 11 23:00:31 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 23D07AA4E71; Thu, 11 Feb 2016 23:00:31 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DCC5D1A02; Thu, 11 Feb 2016 23:00:30 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1BN0Tr4044024; Thu, 11 Feb 2016 23:00:29 GMT (envelope-from ak@FreeBSD.org) Received: (from ak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1BN0T2c044022; Thu, 11 Feb 2016 23:00:29 GMT (envelope-from ak@FreeBSD.org) Message-Id: <201602112300.u1BN0T2c044022@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ak set sender to ak@FreeBSD.org using -f From: Alex Kozlov Date: Thu, 11 Feb 2016 23:00:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408701 - in head/www/googlebook_dl: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Feb 2016 23:00:31 -0000 Author: ak Date: Thu Feb 11 23:00:29 2016 New Revision: 408701 URL: https://svnweb.freebsd.org/changeset/ports/408701 Log: - Update to 20150711 * Switch to https * Autodetect available pages Modified: head/www/googlebook_dl/Makefile head/www/googlebook_dl/files/googlebook_dl.sh Modified: head/www/googlebook_dl/Makefile ============================================================================== --- head/www/googlebook_dl/Makefile Thu Feb 11 22:51:46 2016 (r408700) +++ head/www/googlebook_dl/Makefile Thu Feb 11 23:00:29 2016 (r408701) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= googlebook_dl -PORTVERSION= 20120817 -PORTREVISION= 2 +PORTVERSION= 20150711 CATEGORIES= www MASTER_SITES= # none DISTFILES= # none Modified: head/www/googlebook_dl/files/googlebook_dl.sh ============================================================================== --- head/www/googlebook_dl/files/googlebook_dl.sh Thu Feb 11 22:51:46 2016 (r408700) +++ head/www/googlebook_dl/files/googlebook_dl.sh Thu Feb 11 23:00:29 2016 (r408701) @@ -31,39 +31,35 @@ parse_options() OPTC=$((${OPTIND} - 1)) } +err() +{ + local exitval=$1 + + shift + echo 1>&2 "${0##*/}: $*" + exit ${exitval} +} + # # returns true if argument is a positive/negative whole integer. # stolen from bsdinstall # isinteger() { - local arg="$1" - - # prevent division-by-zero - [ "${arg}" = "0" ] && return - - # attempt to perform arithmetic divison (an operation which will exit - # with error unless arg is a valid positive/negative whole integer). - ( : $((0/$arg)) ) > /dev/null 2>&1 -} + local arg="${1#-}" -err() -{ - local exitval + [ -z ${arg} ] && err 3 'isinteger(): bad syntax' - exitval=$1 - shift - echo 1>&2 "${0##*/}: $*" - exit ${exitval} + [ "${arg}" = "${arg%[!0-9]*}" ] } usage() { - echo "usage: ${0##*/} [-ahPpvw] totpages bookid" + echo "usage: ${0##*/} [-ahPpvw] [numpages] bookid" echo ' -h display this help' echo ' -a all mode (try to get links from all pages, including already downloaded)' - echo ' -P pageprefix (*PA, PP, PR, PT)' - echo ' -p http://proxy.tld:port,proxy.tld,ip:port | proxylist.txt' + echo ' -P pageprefix when numpages specified (*PA, PP, PR, PT)' + echo ' -p https://proxy.tld:port,proxy.tld,ip:port | https-proxylist.txt' echo ' -v verbose' echo ' -w pagewidth (800, *1024, 1280, 1440, 1680, ...)' echo @@ -76,9 +72,10 @@ usage() # progress() { - local page + local page=$1 + + [ -z ${page} ] && err 3 'progress(): bad syntax' - page=$1 if [ $((${page} % 10)) -eq 0 -a "${lastchar}" = '.' ]; then echo -n ${page} elif [ $((${page} % 2)) -eq 0 ]; then @@ -91,17 +88,19 @@ progress() # out() { - [ -z "$1" -a -z "$2" ] && err 3 'out(): bad syntax' + local msg="$1" verbose_msg="$2" - if [ -n "${verbose}" -a -n "$2" ]; then - echo $2 - elif [ -z "${verbose}" -a ! -z "$1" ]; then - [ "$1" = '.' ] && lastchar=. + [ -z "${msg}" -a -z "${verbose_msg}" ] && err 3 'out(): bad syntax' + + if [ -n "${verbose}" -a -n "${verbose_msg}" ]; then + echo ${verbose_msg} + elif [ -z "${verbose}" -a ! -z "${msg}" ]; then + [ "${msg}" = '.' ] && lastchar=. case ${lastchar} in - [.ce]) printf "$1" ;; - *) printf " $1" ;; + [.ce]) printf "${msg}" ;; + *) printf " ${msg}" ;; esac - lastchar=${1#${1%?}} + lastchar=${msg#${msg%?}} fi } @@ -113,14 +112,14 @@ get_cookie() rm "${cookie}" 2>/dev/null # get cookie - wget -T5 -t2 -q -U"${ua}" --keep-session-cookies \ + wget ${optcommon} -U"${ua}" --keep-session-cookies \ --save-cookies "${cookie}" -O/dev/null \ - "http://books.google.com/books?id=${bookid}&pg=PA1&jscmd=click3" + "${baseurl}${bookid}&pg=PA1&jscmd=click3" - # fail if wget returned non-zero exitcode or cookies.txt is empty + # fail if non-zero exitcode returned or cookie has wrong format _return=$? - cookie_str="$(grep '^.google.com[[:space:]]' "${cookie}" 2>/dev/null | \ - sed -ne 's/^.*\(NID[^=]*=.*\)$/\1/p')" + cookie_str="$(sed -ne \ + '/^.google.com[[:space:]]/s/^.*\(NID[^=]*=.*\)$/\1/p' "${cookie}")" if [ ${_return} -ne 0 -o -z "${cookie_str}" ]; then rm "${cookie}" 2>/dev/null out 'E\n' "cannot get cookie: ${cookie_str}" @@ -133,44 +132,43 @@ get_cookie() get_page() { - local page url urls _return + local url urls _return page=$1 - [ -z $1 ] && err 3 'get_page(): bad syntax' - page=$1 + [ -z ${page} ] && err 3 'get_page(): bad syntax' # pull signatures only from missing pages unless in all mode - [ -f "${bookid}/${pageprefix}${page}.png" -a -z "${all}" ] && return + [ -f "${bookid}/${page}.png" -a -z "${all}" ] && return - # change cookie every 100 pages + # change cookie every 100 pages tried if [ $((${got_pages} % 100)) -eq 0 ]; then get_cookie || return 1 fi got_pages=$((${got_pages} + 1)) - url="http://books.google.com/books?id=${bookid}&pg=${pageprefix}${page}&jscmd=click3" - out "$(progress ${got_pages})" "${pageprefix}${page}: ${url}&w=${pagewidth} TRY" + url="${baseurl}${bookid}&pg=${page}&jscmd=click3" + out "$(progress ${got_pages})" "${page}: ${url}&w=${pagewidth} TRY" + # fetch urls # NB! signatures tied to cookie and ip - urls=$(wget -T5 -t2 -q -U"${ua}" --no-cache \ - --load-cookies "${cookie}" -O- \ - "${url}" | tr '}' '\n' | grep "{\"pid\":\"P.*\",\"src\":" | \ - sed 's/^.*"src":"\(https:\/\/[^"]*\)".*$/\1/;s/\\u0026/\&/g' | sort -u) + urls=$(wget ${optcommon} -U"${ua}" --load-cookies "${cookie}" -O- \ + "${url}" | tr '}' '\n' | \ + sed -ne 's/^.*"src":"\(https:\/\/[^"]*\)".*$/\1/; /pg=/s/\\u0026/\&/gp') + # fetch pages for url in ${urls}; do - page=$(echo "${url}" | sed 's/^.*&pg=\([^&]*\)&.*$/\1/') + page=${url##*&pg=}; page=${page%%&*} # check again if page already downloaded, we usually get a few # urls from a single request if [ ! -f "${bookid}/${page}.png" ]; then got_pages=$((${got_pages} + 1)) - wget -T5 -t3 -q -U"${ua}" --no-cache \ - --load-cookies "${cookie}" \ + wget ${optcommon} -U"${ua}" --load-cookies "${cookie}" \ -O"${bookid}/${page}.png" "${url}&w=${pagewidth}" _return=$? if [ ${_return} -ne 0 ]; then - # sometime google books just returns 404 + # sometime google books returns 404 rm "${bookid}/${page}.png" out 'e' "${page}: ${url}&w=${pagewidth} ERROR" else @@ -184,40 +182,67 @@ get_page() get_pages() { - local page got_pages - + local page got_pages=1 # for out(), progress() local lastchar=. - got_pages=1 + # randomize page requests - google books only shows 200 - 300 urls + # in one session. also remove duplicates. + PAGELIST=$(echo ${PAGELIST} | tr ' ' '\n' | sort -u -R) - # randomize page requests - google books only shows 200 - 300 urls in one - # session - # - # if start on odd second count from 1 to totpages, on even - from totpages to 1 - # [ $((`date -j "+%s"` % 2)) -eq 0 ] && descending_order=yes - # XXX not portable - if [ $(jot -r 1 0 1) -ne 0 ]; then - echo "fetching pages in ascending order" + get_cookie || return 1 - get_cookie || return 1 - page=1 - while [ ${page} -le ${totpages} ]; do - get_page ${page} || return 1 - page=$((${page} + 1)) - done - else - echo "fetching pages in descending order" + for page in ${PAGELIST}; do + get_page ${page} || return 1 + done +} - get_cookie || return 1 - page=${totpages} - while [ ${page} -ge 1 ]; do - get_page ${page} || return 1 - page=$((${page} - 1)) - done +# +# returns number of already retrieved pages in retpages +# +get_retpages() +{ + local RETPAGELIST="$(echo "${bookid}"/P*)" + + retpages=$(set -- ${RETPAGELIST}; echo $#) + # bookid dir is empty + [ ${retpages} -eq 1 -a "${RETPAGELIST}" != "${RETPAGELIST%\*}" ] && \ + retpages=0 +} + +get_pagelist() +{ + local _return url="${baseurl}${bookid}&pg=PA1&jscmd=click3" + + # autodetect available pages + # XXX there can be a few not listed pages + PAGELIST=$(wget ${optcommon} -U"${ua}" -O- "${url}" | \ + tr '}' '\n' | sed -ne 's/^.*"[Pp]id":"\(P[^"]*\)".*/\1/p' | sort -u) + + # fail if non-zero exitcode returned or PAGELIST is empty + _return=$? + if [ ${_return} -ne 0 -o -z "${PAGELIST}" ]; then + err 2 'cannot autodetect available pages, try to set numpages manually' fi - echo + # XXX hack: add PP1-3, PT1-2 to PAGELIST manually + PAGELIST="${PAGELIST} PP1 PP2 PP3 PT1 PT2" +} + +# +# create PAGELIST, only for pageprefix +# +make_pagelist() +{ + local page=1 numpages=$1 + + [ -z ${numpages} ] && err 3 'make_pagelist(): bad syntax' + + PAGELIST= + while [ ${page} -le ${numpages} ]; do + PAGELIST="${PAGELIST} ${pageprefix}${page}" + page=$((${page} + 1)) + done } @@ -225,30 +250,47 @@ get_pages() # MAIN # -# with wrong UserAgent we will get 401 Unauthorized +# with wrong UserAgent google returns 401 Unauthorized # ua='Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) Firefox/3.0' ua='Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1)' +baseurl='https://books.google.com/books?id=' + +# common wget options +optcommon='-T5 -t3 -q' + # default page width pagewidth=1024 -# PA - books pages ${totpages} -# PR - preface, contents ~30 -# PP,PT - front, back title ~10 -# default page prefix +# PA - books pages +# PR - preface, contents ~20 +# PP,PT - front, back title ~4 +# default page prefix for numpages pageprefix=PA -parse_options ${1+"$@"} +# remove possible environment pollution +unset http_proxy https_proxy + +parse_options "$@" shift ${OPTC} isinteger "${pagewidth}" || err 4 "pagewidth must be integer: ${pagewidth}" [ -z $1 ] && usage -totpages=$1 -isinteger "${totpages}" || err 4 "totpages must be integer: ${totpages}" -[ -z $2 ] && usage -bookid=$2 +# fallback to old enumeration method if numpages provided +if isinteger $1; then + numpages=$1 + + [ -z $2 ] && usage + bookid=$2 + + make_pagelist ${numpages} +else + bookid=$1 + get_pagelist + numpages=$(set -- ${PAGELIST}; echo $#) +fi # if bookid dir already exist, continue from previous try if [ ! -d "${bookid}" ]; then @@ -259,12 +301,18 @@ cookie=`mktemp -t cookie` || err 2 'mkte trap "rm ${cookie} 2>/dev/null; exit 1" 1 2 3 10 13 15 +get_retpages +echo "pages total/retrieved: ~${numpages}/${retpages}" + if [ -z "${proxylist}" ]; then get_pages + echo else - for http_proxy in ${proxylist}; do - echo "using proxy ${http_proxy}" + for https_proxy in ${proxylist}; do + echo "using proxy ${https_proxy}" + export https_proxy get_pages + echo done fi From owner-svn-ports-head@freebsd.org Thu Feb 11 23:07:50 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 20F88AA520A; Thu, 11 Feb 2016 23:07:50 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CEBF51D9B; Thu, 11 Feb 2016 23:07:49 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1BN7mwv046826; Thu, 11 Feb 2016 23:07:48 GMT (envelope-from brooks@FreeBSD.org) Received: (from brooks@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1BN7mxC046822; Thu, 11 Feb 2016 23:07:48 GMT (envelope-from brooks@FreeBSD.org) Message-Id: <201602112307.u1BN7mxC046822@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brooks set sender to brooks@FreeBSD.org using -f From: Brooks Davis Date: Thu, 11 Feb 2016 23:07:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408702 - in head: devel/lldb38 lang/clang38 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Feb 2016 23:07:50 -0000 Author: brooks Date: Thu Feb 11 23:07:48 2016 New Revision: 408702 URL: https://svnweb.freebsd.org/changeset/ports/408702 Log: Refer to devel/llvm38 not -devel in pkg-descr. PR: 207108 Submitted by: c.kworr@gmail.com Modified: head/devel/lldb38/Makefile head/devel/lldb38/pkg-descr head/lang/clang38/Makefile head/lang/clang38/pkg-descr Modified: head/devel/lldb38/Makefile ============================================================================== --- head/devel/lldb38/Makefile Thu Feb 11 23:00:29 2016 (r408701) +++ head/devel/lldb38/Makefile Thu Feb 11 23:07:48 2016 (r408702) @@ -3,6 +3,7 @@ PORTNAME= lldb PORTVERSION= 3.8 +PORTREVISION= 1 CATEGORIES= devel PKGNAMESUFFIX= ${LLVM_SUFFIX} Modified: head/devel/lldb38/pkg-descr ============================================================================== --- head/devel/lldb38/pkg-descr Thu Feb 11 23:00:29 2016 (r408701) +++ head/devel/lldb38/pkg-descr Thu Feb 11 23:07:48 2016 (r408702) @@ -4,6 +4,6 @@ the larger LLVM Project, such as the Cla disassembler. This is a meta port. The Clang compiler is installed by the -devel/llvm-devel port. +devel/llvm38 port. WWW: http://lldb.llvm.org/ Modified: head/lang/clang38/Makefile ============================================================================== --- head/lang/clang38/Makefile Thu Feb 11 23:00:29 2016 (r408701) +++ head/lang/clang38/Makefile Thu Feb 11 23:07:48 2016 (r408702) @@ -3,6 +3,7 @@ PORTNAME= clang PORTVERSION= 3.8 +PORTREVISION= 1 CATEGORIES= lang devel PKGNAMESUFFIX= ${LLVM_SUFFIX} Modified: head/lang/clang38/pkg-descr ============================================================================== --- head/lang/clang38/pkg-descr Thu Feb 11 23:00:29 2016 (r408701) +++ head/lang/clang38/pkg-descr Thu Feb 11 23:07:48 2016 (r408702) @@ -2,6 +2,6 @@ The goal of the Clang project is to crea Objective C++ front-end for the LLVM compiler. This is a meta port. The Clang compiler is installed by the -devel/llvm-devel port. +devel/llvm38 port. WWW: http://clang.llvm.org/ From owner-svn-ports-head@freebsd.org Thu Feb 11 23:11:36 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9C367AA5371; Thu, 11 Feb 2016 23:11:36 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6CBCD1F3C; Thu, 11 Feb 2016 23:11:36 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1BNBZRP047107; Thu, 11 Feb 2016 23:11:35 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1BNBZVG047105; Thu, 11 Feb 2016 23:11:35 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201602112311.u1BNBZVG047105@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 11 Feb 2016 23:11:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408703 - in head/www/elixir-httpotion: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Feb 2016 23:11:36 -0000 Author: olgeni Date: Thu Feb 11 23:11:35 2016 New Revision: 408703 URL: https://svnweb.freebsd.org/changeset/ports/408703 Log: Upgrade www/elixir-httpotion to version 2.2.0. Deleted: head/www/elixir-httpotion/files/ Modified: head/www/elixir-httpotion/Makefile head/www/elixir-httpotion/distinfo Modified: head/www/elixir-httpotion/Makefile ============================================================================== --- head/www/elixir-httpotion/Makefile Thu Feb 11 23:07:48 2016 (r408702) +++ head/www/elixir-httpotion/Makefile Thu Feb 11 23:11:35 2016 (r408703) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= httpotion -PORTVERSION= 2.1.0 +PORTVERSION= 2.2.0 DISTVERSIONPREFIX= v CATEGORIES= www PKGNAMEPREFIX= elixir- @@ -17,5 +17,6 @@ GH_ACCOUNT= myfreeweb MIX_BUILD_DEPS= www/erlang-ibrowse MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} +MIX_REWRITE= yes .include Modified: head/www/elixir-httpotion/distinfo ============================================================================== --- head/www/elixir-httpotion/distinfo Thu Feb 11 23:07:48 2016 (r408702) +++ head/www/elixir-httpotion/distinfo Thu Feb 11 23:11:35 2016 (r408703) @@ -1,2 +1,2 @@ -SHA256 (myfreeweb-httpotion-v2.1.0_GH0.tar.gz) = 12266aea3a3419075c0889b4c5abecd322e50ac6f8d5799753742c716ba5cb7c -SIZE (myfreeweb-httpotion-v2.1.0_GH0.tar.gz) = 11639 +SHA256 (myfreeweb-httpotion-v2.2.0_GH0.tar.gz) = 507e5f340fe33d154d5649688ee605278811bb7d1537181efdb29759ab1ebda1 +SIZE (myfreeweb-httpotion-v2.2.0_GH0.tar.gz) = 14193 From owner-svn-ports-head@freebsd.org Thu Feb 11 23:45:12 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8EFC2AA6430; Thu, 11 Feb 2016 23:45:12 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5ADC31166; Thu, 11 Feb 2016 23:45:12 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1BNjB3f058575; Thu, 11 Feb 2016 23:45:11 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1BNjAtk058567; Thu, 11 Feb 2016 23:45:10 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201602112345.u1BNjAtk058567@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Thu, 11 Feb 2016 23:45:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408704 - in head/java/icedtea-web: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Feb 2016 23:45:12 -0000 Author: jkim Date: Thu Feb 11 23:45:10 2016 New Revision: 408704 URL: https://svnweb.freebsd.org/changeset/ports/408704 Log: Update to 1.6.2. Added: head/java/icedtea-web/files/patch-configure (contents, props changed) head/java/icedtea-web/files/patch-html-gen.sh (contents, props changed) head/java/icedtea-web/files/patch-netx_net_sourceforge_jnlp_util_XDesktopEntry.java (contents, props changed) head/java/icedtea-web/pkg-plist (contents, props changed) Deleted: head/java/icedtea-web/files/AUTHORS.html head/java/icedtea-web/files/COPYING.html head/java/icedtea-web/files/ChangeLog.html head/java/icedtea-web/files/NEWS.html head/java/icedtea-web/files/extrapatch-jdk8 head/java/icedtea-web/files/patch-netx-XDesktopEntry.java Modified: head/java/icedtea-web/Makefile head/java/icedtea-web/distinfo head/java/icedtea-web/files/patch-Makefile.in Modified: head/java/icedtea-web/Makefile ============================================================================== --- head/java/icedtea-web/Makefile Thu Feb 11 23:11:35 2016 (r408703) +++ head/java/icedtea-web/Makefile Thu Feb 11 23:45:10 2016 (r408704) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= icedtea-web -PORTVERSION= 1.5.2 +PORTVERSION= 1.6.2 CATEGORIES= java www MASTER_SITES= http://icedtea.wildebeest.org/download/source/ \ http://icedtea.classpath.org/download/source/ @@ -11,9 +11,12 @@ COMMENT= Free Java plug-in and Java Web LICENSE= GPLv2 -BUILD_DEPENDS= ${LOCALBASE}/bin/zip:${PORTSDIR}/archivers/zip \ - ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash -RUN_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash +BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ + bash:${PORTSDIR}/shells/bash \ + gsed:${PORTSDIR}/textproc/gsed +RUN_DEPENDS= bash:${PORTSDIR}/shells/bash +TEST_DEPENDS= ${HAMCREST_JAR}:${PORTSDIR}/java/hamcrest \ + ${JUNIT_JAR}:${PORTSDIR}/java/junit GNU_CONFIGURE= yes USE_JAVA= yes @@ -22,7 +25,7 @@ JAVA_VENDOR= openjdk USE_PERL5= build USE_XORG= x11 USES= desktop-file-utils gmake perl5 pkgconfig shebangfix -SHEBANG_FILES= javac.in jrunscript.in launcher/launchers.in +SHEBANG_FILES= jrunscript.in launcher/launchers.in WANT_GNOME= yes @@ -30,58 +33,55 @@ EXTRACT_CMD= ${GZIP_CMD} EXTRACT_BEFORE_ARGS= -dc EXTRACT_AFTER_ARGS= | ${SETENV} LC_ALL=en_US.UTF-8 ${TAR} -xf - -PLIST_FILES= bin/itweb-javaws \ - bin/itweb-policyeditor \ - bin/itweb-settings \ - man/man1/itweb-javaws.1.gz \ - man/man1/itweb-policyeditor.1.gz \ - man/man1/itweb-settings.1.gz \ - share/applications/itweb-javaws.desktop \ - share/applications/itweb-policyeditor.desktop \ - share/applications/itweb-settings.desktop \ - share/pixmaps/itweb-javaws.png -PORTDATA= javaws_splash.png netx.jar -PORTDOCS= netx - -CONFIGURE_ARGS= --with-asm=no --with-ecj=no --with-emma=no --with-jacoco=no -CONFIGURE_ARGS+=--with-jdk-home="${JAVA_HOME}" -CONFIGURE_ARGS+=--with-jre-home="${JAVA_HOME}/jre" -CONFIGURE_ARGS+=--with-tagsoup=no -CONFIGURE_ENV= BIN_BASH=${bash_CMD} +CONFIGURE_ARGS= --with-hamcrest="${HAMCREST_JAR}" +CONFIGURE_ARGS+= --with-jdk-home="${JAVA_HOME}" +CONFIGURE_ARGS+= --with-jre-home="${JAVA_HOME}/jre" +CONFIGURE_ARGS+= --with-junit="${JUNIT_JAR}" +CONFIGURE_ARGS+= --with-rhino="${RHINO_JAR}" +CONFIGURE_ARGS+= --with-tagsoup="${TAGSOUP_JAR}" +.for opt in asm chrome chromium ecj epiphany firefox jacoco midori opera +CONFIGURE_ARGS+= --without-${opt} +.endfor +CONFIGURE_ENV= BIN_BASH=${bash_CMD} +CONFIGURE_SHELL= ${bash_CMD} + +TEST_TARGET= check + +OPTIONS_DEFINE= DOCS PLUGIN RHINO TAGSOUP +OPTIONS_DEFAULT=DOCS PLUGIN +OPTIONS_SUB= yes -OPTIONS_DEFINE= PLUGIN RHINO TEST -OPTIONS_DEFAULT=PLUGIN PLUGIN_DESC= Enable the browser plug-in RHINO_DESC= Add support for Proxy Auto Config files -TEST_DESC= Add support for running regression test +TAGSOUP_DESC= Enable cleaning up of malformed JNLP files DOCS_CONFIGURE_ENABLE= docs -PLUGIN_CONFIGURE_ENABLE=plugin +DOCS_PORTDOCS= netx + RHINO_BUILD_DEPENDS= ${JAVASHAREDIR}/rhino/rhino.jar:${PORTSDIR}/lang/rhino -RHINO_RUN_DEPENDS= ${JAVASHAREDIR}/rhino/rhino.jar:${PORTSDIR}/lang/rhino -RHINO_CONFIGURE_OFF= --with-rhino=no -RHINO_CONFIGURE_ON= --with-rhino=${JAVASHAREDIR}/rhino/rhino.jar -TEST_BUILD_DEPENDS= ${JAVALIBDIR}/junit.jar:${PORTSDIR}/java/junit -TEST_CONFIGURE_OFF= --with-junit=no -TEST_CONFIGURE_ON= --with-junit=${JAVALIBDIR}/junit.jar -PLUGIN_PLIST_FILES= lib/IcedTeaPlugin.so +RHINO_RUN_DEPENDS= ${RHINO_BUILD_DEPENDS} +RHINO_VARS= RHINO_JAR="${JAVASHAREDIR}/rhino/rhino.jar" +RHINO_VARS_OFF= RHINO_JAR=no + +TAGSOUP_BUILD_DEPENDS= ${JAVALIBDIR}/tagsoup.jar:${PORTSDIR}/textproc/tagsoup +TAGSOUP_RUN_DEPENDS= ${TAGSOUP_BUILD_DEPENDS} +TAGSOUP_VARS= TAGSOUP_JAR="${JAVALIBDIR}/tagsoup.jar" +TAGSOUP_VARS_OFF= TAGSOUP_JAR=no + +PLUGIN_CONFIGURE_ENABLE=plugin +PLUGIN_PORTDOCS= plugin +PLUGIN_TEST_TARGET= plugin-tests PLUGIN_USE= GNOME=glib20 PLUGIN_USES= gecko webplugin:native +PLUGIN_VARS= WEBPLUGIN_DIR=${PREFIX}/lib +PLUGIN_VARS+= WEBPLUGIN_FILES=IcedTeaPlugin.so -.include - -.if ${PORT_OPTIONS:MPLUGIN} -PORTDATA+= plugin.jar -PORTDOCS+= plugin -WEBPLUGIN_DIR= ${PREFIX}/lib -WEBPLUGIN_FILES=IcedTeaPlugin.so -.endif +HAMCREST_JAR= ${JAVALIBDIR}/hamcrest.jar +JUNIT_JAR= ${JAVALIBDIR}/junit.jar .include -.if ${JAVA_PORT_VERSION} == "1.8.0" -EXTRA_PATCHES= ${PATCHDIR}/extrapatch-jdk8 -.elif ${JAVA_PORT_VERSION} == "1.6.0" +.if ${JAVA_PORT_VERSION} == "1.6.0" pre-extract: @${ECHO_MSG} @${ECHO_MSG} "IMPORTANT: To build IcedTea-Web ${PORTVERSION}, you have to turn on 'ICEDTEA' option" @@ -91,30 +91,23 @@ pre-extract: .endif post-patch: + ${REINPLACE_CMD} -e 's|^sed\([[:space:]]\)|gsed\1|' \ + -e 's|\([[:space:]]\)sed\([[:space:]]\)|\1gsed\2|g' \ + ${WRKSRC}/Makefile.in ${WRKSRC}/html-gen.sh ${REINPLACE_CMD} -e 's|^Icon=javaws|Icon=itweb-javaws|' \ ${WRKSRC}/*.desktop.in - ${CP} -fp ${FILESDIR}/*.html \ - ${WRKSRC}/netx/net/sourceforge/jnlp/resources - -.if ${PORT_OPTIONS:MTEST} -post-build: - @${ECHO_MSG} - @${ECHO_MSG} "Run \"make test\" to execute regression test." - @${ECHO_MSG} -.endif post-install: ${MKDIR} ${STAGEDIR}${DESKTOPDIR} ${INSTALL_DATA} ${WRKSRC}/*.desktop ${STAGEDIR}${DESKTOPDIR} - ${INSTALL_DATA} ${WRKSRC}/javaws.png \ - ${STAGEDIR}${PREFIX}/share/pixmaps/itweb-javaws.png - -.if ${PORT_OPTIONS:MTEST} -test: build - @(cd ${WRKSRC}; ${MAKE_CMD} check) -.if ${PORT_OPTIONS:MPLUGIN} - @(cd ${WRKSRC}; ${MAKE_CMD} plugin-tests) -.endif -.endif +.for lang in cs de en pl +.for man in javaws policyeditor + ${MV} ${STAGEDIR}${MANPREFIX}/man/${lang:Nen}/man1/${man}.1 \ + ${STAGEDIR}${MANPREFIX}/man/${lang:Nen}/man1/itweb-${man}.1 +.endfor +.endfor + @${ECHO_MSG} + @${ECHO_MSG} "Run \"make test\" to execute regression test." + @${ECHO_MSG} .include Modified: head/java/icedtea-web/distinfo ============================================================================== --- head/java/icedtea-web/distinfo Thu Feb 11 23:11:35 2016 (r408703) +++ head/java/icedtea-web/distinfo Thu Feb 11 23:45:10 2016 (r408704) @@ -1,2 +1,2 @@ -SHA256 (icedtea-web-1.5.2.tar.gz) = b29e8ff2533cc6521a6509a002001f4c97c80a004460063156d003898da13bf3 -SIZE (icedtea-web-1.5.2.tar.gz) = 1583105 +SHA256 (icedtea-web-1.6.2.tar.gz) = ce67034096d6b960e2b6cfb5c41a7bd6b30eb2ec7f13bf3ecdb477ff6ce69300 +SIZE (icedtea-web-1.6.2.tar.gz) = 1824557 Modified: head/java/icedtea-web/files/patch-Makefile.in ============================================================================== --- head/java/icedtea-web/files/patch-Makefile.in Thu Feb 11 23:11:35 2016 (r408703) +++ head/java/icedtea-web/files/patch-Makefile.in Thu Feb 11 23:45:10 2016 (r408704) @@ -1,6 +1,6 @@ ---- Makefile.in.orig 2014-08-15 03:08:34.349127000 -0400 -+++ Makefile.in 2014-10-21 18:14:35.000000000 -0400 -@@ -309,9 +309,9 @@ +--- Makefile.in.orig 2016-02-03 13:49:10 UTC ++++ Makefile.in +@@ -338,9 +338,9 @@ ECHO_WHITELIST = if [ -f $(REPRODUCERS_C #end of exported autoconf copies # binary names @@ -12,25 +12,22 @@ # the launcher needs to know $(bindir) and $(datadir) which can be different at # make-time from configure-time -@@ -852,34 +852,36 @@ +@@ -900,10 +900,10 @@ install-exec-local: @ENABLE_PLUGIN_TRUE@ ${INSTALL_DATA} $(abs_top_builddir)/liveconnect/lib/classes.jar $(DESTDIR)$(datadir)/$(PACKAGE_NAME)/plugin.jar ${INSTALL_DATA} $(NETX_DIR)/lib/classes.jar $(DESTDIR)$(datadir)/$(PACKAGE_NAME)/netx.jar ${INSTALL_DATA} $(NETX_SRCDIR)/javaws_splash.png $(DESTDIR)$(datadir)/$(PACKAGE_NAME)/javaws_splash.png +- ${INSTALL_DATA} $(abs_top_srcdir)/javaws.png $(ICONS_DEST_DIR)/ - ${INSTALL_PROGRAM} launcher.build/$(javaws) $(DESTDIR)$(bindir) - ${INSTALL_PROGRAM} launcher.build/$(itweb_settings) $(DESTDIR)$(bindir) - ${INSTALL_PROGRAM} launcher.build/$(policyeditor) $(DESTDIR)$(bindir) ++ ${INSTALL_DATA} $(abs_top_srcdir)/javaws.png $(ICONS_DEST_DIR)/itweb-javaws.png + ${INSTALL_SCRIPT} launcher.build/$(javaws) $(DESTDIR)$(bindir) + ${INSTALL_SCRIPT} launcher.build/$(itweb_settings) $(DESTDIR)$(bindir) + ${INSTALL_SCRIPT} launcher.build/$(policyeditor) $(DESTDIR)$(bindir) + # all generated manpages are installed in swarm install-data-local: - ${mkinstalldirs} -d $(DESTDIR)$(mandir)/man1 -- ${INSTALL_DATA} $(NETX_SRCDIR)/javaws.1 $(DESTDIR)$(mandir)/man1 -+ ${INSTALL_DATA} $(NETX_SRCDIR)/javaws.1 $(DESTDIR)$(mandir)/man1/itweb-javaws.1 - ${INSTALL_DATA} $(NETX_SRCDIR)/itweb-settings.1 $(DESTDIR)$(mandir)/man1 -- ${INSTALL_DATA} $(NETX_SRCDIR)/policyeditor.1 $(DESTDIR)$(mandir)/man1 -+ ${INSTALL_DATA} $(NETX_SRCDIR)/policyeditor.1 $(DESTDIR)$(mandir)/man1/itweb-policyeditor.1 - @ENABLE_DOCS_TRUE@ ${mkinstalldirs} $(DESTDIR)$(htmldir) +@@ -913,12 +913,14 @@ install-data-local: @ENABLE_DOCS_TRUE@ (cd ${abs_top_builddir}/docs/netx; \ @ENABLE_DOCS_TRUE@ for files in $$(find . -type f); \ @ENABLE_DOCS_TRUE@ do \ @@ -46,42 +43,26 @@ +@ENABLE_DOCS_TRUE@@ENABLE_PLUGIN_TRUE@ ${INSTALL_DATA} $${files} $(DESTDIR)$(htmldir)/plugin/$${files}; \ @ENABLE_DOCS_TRUE@@ENABLE_PLUGIN_TRUE@ done) - uninstall-local: - rm -f $(DESTDIR)$(libdir)/$(BUILT_PLUGIN_LIBRARY) - rm -f $(DESTDIR)$(datadir)/$(PACKAGE_NAME)/plugin.jar + # all generated manpages must be removed one by one +@@ -928,7 +930,7 @@ uninstall-local: rm -f $(DESTDIR)$(datadir)/$(PACKAGE_NAME)/netx.jar -- rm -f $(DESTDIR)$(mandir)/man1/javaws.1 -+ rm -f $(DESTDIR)$(mandir)/man1/itweb-javaws.1 - rm -f $(DESTDIR)$(mandir)/man1/itweb-settings.1 -- rm -f $(DESTDIR)$(mandir)/man1/policyeditor.1 -+ rm -f $(DESTDIR)$(mandir)/man1/itweb-policyeditor.1 - rm -f $(DESTDIR)$(bindir)/$(javaws) - rm -f $(DESTDIR)$(bindir)/$(itweb_settings) - rm -f $(DESTDIR)$(bindir)/$(policyeditor) -@@ -1042,10 +1044,10 @@ - find $(NETX_SRCDIR) -name '*.java' | sort > $@ ; \ - for src in $(NETX_EXCLUDE_SRCS) ; \ - do \ -- sed -i "/$${src}/ d" $@ ; \ -+ sed -i -e "/$${src}/ d" $@ ; \ - done --@WITH_RHINO_FALSE@ sed -i '/RhinoBasedPacEvaluator/ d' $@ --@HAVE_JAVA7_FALSE@ sed -i '/VariableX509TrustManagerJDK7/ d' $@ -+@WITH_RHINO_FALSE@ sed -i -e '/RhinoBasedPacEvaluator/ d' $@ -+@HAVE_JAVA7_FALSE@ sed -i -e '/VariableX509TrustManagerJDK7/ d' $@ - - stamps/netx-html-gen.stamp: - (cd $$NETX_SRCDIR/..; \ -@@ -1059,7 +1061,7 @@ - mkdir -p stamps - touch $@ - --stamps/netx.stamp: netx-source-files.txt stamps/bootstrap-directory.stamp stamps/netx-html-gen.stamp -+stamps/netx.stamp: netx-source-files.txt stamps/bootstrap-directory.stamp - mkdir -p $(NETX_DIR) - $(BOOT_DIR)/bin/javac $(IT_JAVACFLAGS) \ - -d $(NETX_DIR) \ -@@ -1070,7 +1072,8 @@ + rm -r $(DESTDIR)$(datadir)/$(PACKAGE_NAME)/javaws_splash.png + rm -r $(ICONS_DEST_DIR)/javaws.png +- KNOWN_MANS="icedtea-web.1 icedtea-web-plugin.1 itweb-settings.1 javaws.1 policyeditor.1" ; \ ++ KNOWN_MANS="icedtea-web.1 icedtea-web-plugin.1 itweb-settings.1 itweb-javaws.1 itweb-policyeditor.1" ; \ + KNOWN_DIRS="man1 de/man1 pl/man1 cs/man1" ; \ + for file in $$KNOWN_MANS ; do \ + for dir in $$KNOWN_DIRS ; do \ +@@ -1161,7 +1163,7 @@ stamps/generate-docs.stamp: stamps/netx. + echo "

    $(PLUGIN_VERSION) docs:

    " >> "$$HTML_DOCS_INDEX" ; \ + for LANG_ID in en_US.UTF-8 cs_CZ.UTF-8 pl_PL.UTF-8 de_DE.UTF-8 ; do \ + ID=`echo "$$LANG_ID" | head -c 2` ; \ +- ENCOD=`echo "$$LANG_ID" | tail -c 6 -` ; \ ++ ENCOD=`echo "$$LANG_ID" | tail -c 6` ; \ + export LANG=$$LANG_ID; \ + mkdir "$$HTML_DOCS_TARGET_DIR/$$ID" ; \ + echo "
  • $$LANG_ID
  • " >> "$$HTML_DOCS_INDEX" ; \ +@@ -1203,7 +1205,8 @@ stamps/netx.stamp: netx-source-files.txt (cd $(NETX_RESOURCE_DIR); \ for files in $$(find . -type f); \ do \ @@ -91,7 +72,7 @@ $(NETX_DIR)/net/sourceforge/jnlp/resources/$${files}; \ done) cp -a $(NETX_SRCDIR)/net/sourceforge/jnlp/runtime/pac-funcs.js \ -@@ -1100,7 +1103,7 @@ +@@ -1233,7 +1236,7 @@ clean-netx: rm -f $(NETX_RESOURCE_DIR)/{NEWS,AUTHORS,COPYING,ChangeLog}.html clean-desktop-files: @@ -100,7 +81,7 @@ rm -f itweb-settings.desktop launcher.build/$(javaws): launcher/launchers.in -@@ -1133,7 +1136,7 @@ +@@ -1266,7 +1269,7 @@ clean-launchers: fi javaws.desktop: javaws.desktop.in @@ -109,7 +90,7 @@ itweb-settings.desktop: $(srcdir)/itweb-settings.desktop.in sed "s#PATH_TO_ITWEB_SETTINGS#$(bindir)/$(itweb_settings)#" \ -@@ -1141,7 +1144,7 @@ +@@ -1274,7 +1277,7 @@ itweb-settings.desktop: $(srcdir)/itweb- policyeditor.desktop: $(srcdir)/policyeditor.desktop.in sed 's#PATH_TO_POLICYEDITOR#$(bindir)/$(policyeditor)#' \ @@ -118,16 +99,16 @@ # documentation -@@ -1252,7 +1255,7 @@ +@@ -1400,7 +1403,7 @@ stamps/netx-dist-tests-prepare-reproduce notSrcFiles=`find . -mindepth 1 -type f \! -name "*.java" | sed "s/.\/*//"` ; \ - $(BOOT_DIR)/bin/javac -cp $(NETX_DIR)/lib/classes.jar:$(abs_top_builddir)/liveconnect -d "$(REPRODUCERS_BUILD_DIR)/$$dir/" $$srcFiles ; \ + $(SYSTEM_JDK_DIR)/bin/javac -cp $(NETX_DIR)/lib/classes.jar:$(abs_top_builddir)/liveconnect -d "$(REPRODUCERS_BUILD_DIR)/$$dir/" $$srcFiles ; \ if [ -n "$$notSrcFiles" ] ; then \ - cp -R --parents $$notSrcFiles "$(REPRODUCERS_BUILD_DIR)/$$dir/" ; \ + tar -c -f - "$$notSrcFiles" | tar -x -f - -C "$(REPRODUCERS_BUILD_DIR)/$$dir/" ; \ fi ; \ cd "$(REPRODUCERS_BUILD_DIR)/$$dir/" ; \ if [ -f $(META_MANIFEST) ]; \ -@@ -1307,7 +1310,7 @@ +@@ -1465,7 +1468,7 @@ stamps/change-dots-to-paths.stamp: stamp path="`dirname $$slashed_dir`" ; \ file="`basename $$slashed_dir`.jar" ; \ echo "copying $$dir.jar to $$path as $$file" ; \ @@ -136,16 +117,16 @@ cp $$dir".jar" "$$path"/"$$file" ; \ fi ; \ done ; \ -@@ -1435,7 +1438,7 @@ - whiteListed=`cat $(REPRODUCERS_CLASS_WHITELIST)`; \ +@@ -1598,7 +1601,7 @@ $(REPRODUCERS_CLASS_NAMES): + whiteListed=$(RUN_WHITELIST_FILTER); \ cd $(TEST_EXTENSIONS_TESTS_DIR) ; \ class_names= ; \ - for test in `find -type f` ; do \ + for test in `find . -type f` ; do \ class_name=`echo $$test | sed -e 's|\.class$$||' -e 's|^\./||'` ; \ class_name=`echo $$class_name | sed -e 's|/|.|g' ` ; \ - INLCUDE="NO" ; \ -@@ -1625,7 +1628,7 @@ + INCLUDE="NO" ; \ +@@ -1783,7 +1786,7 @@ $(TESTS_DIR)/$(REPORT_STYLES_DIRNAME): $(UNIT_CLASS_NAMES): cd $(NETX_UNIT_TEST_DIR) ; \ class_names= ; \ @@ -154,7 +135,7 @@ class_name=`echo $$test | sed -e 's|\.class$$||' -e 's|^\./||'` ; \ class_name=`echo $$class_name | sed -e 's|/|.|g' ` ; \ class_names="$$class_names $$class_name" ; \ -@@ -1636,10 +1639,7 @@ +@@ -1794,10 +1797,7 @@ stamps/run-netx-unit-tests.stamp: stamps $(TESTS_DIR)/$(REPORT_STYLES_DIRNAME) $(UNIT_CLASS_NAMES) filename=" " ; \ cd $(NETX_UNIT_TEST_SRCDIR) ; \ @@ -165,10 +146,10 @@ + tar -c -f - `find . -type f \! -iname "*.java"` | tar -x -f - -C $(NETX_UNIT_TEST_DIR) ; \ cd $(NETX_UNIT_TEST_DIR) ; \ class_names=`cat $(UNIT_CLASS_NAMES)` ; \ - CLASSPATH=$(NETX_DIR)/lib/classes.jar:$(abs_top_builddir)/liveconnect/lib/classes.jar:$(JUNIT_JAR):$(JUNIT_RUNNER_JAR):$(TEST_EXTENSIONS_DIR):.:$(TEST_EXTENSIONS_SRCDIR):$(TAGSOUP_JAR) ; \ -@@ -2131,9 +2131,7 @@ + CLASSPATH=$(call joinsegments, $(NETX_DIR)/lib/classes.jar $(abs_top_builddir)/liveconnect/lib/classes.jar $(JUNIT_RUNTIME) $(JUNIT_RUNNER_JAR) $(TEST_EXTENSIONS_DIR) . $(TEST_EXTENSIONS_SRCDIR) $(TAGSOUP_JAR)) ; \ +@@ -2095,9 +2095,7 @@ clean-test-code-coverage-tools-jacoco: @ENABLE_PLUGIN_TRUE@ $(PLUGIN_TEST_SRCS) ; - @ENABLE_PLUGIN_TRUE@ $(BOOT_DIR)/bin/jar cf plugin/tests/LiveConnect/PluginTest.jar \ + @ENABLE_PLUGIN_TRUE@ $(SYSTEM_JDK_DIR)/bin/jar cf plugin/tests/LiveConnect/PluginTest.jar \ @ENABLE_PLUGIN_TRUE@ plugin/tests/LiveConnect/*.class ; -@ENABLE_PLUGIN_TRUE@ cp -pPR $(SRC_DIR_LINK) $(abs_top_srcdir)/plugin/tests/LiveConnect/*.{js,html} \ -@ENABLE_PLUGIN_TRUE@ plugin/tests/LiveConnect ; Added: head/java/icedtea-web/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/icedtea-web/files/patch-configure Thu Feb 11 23:45:10 2016 (r408704) @@ -0,0 +1,36 @@ +--- configure.orig 2016-02-03 13:49:09 UTC ++++ configure +@@ -10114,14 +10114,10 @@ if test "${with_junit+set}" = set; then + JUNIT_JAR=no + ;; + *) +- if test -f "${withval}"; then +- JUNIT_JAR="${withval}" +- elif test -z "${withval}"; then ++ if test -z "${withval}"; then + JUNIT_JAR=yes + else +- { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5 +-$as_echo "not found" >&6; } +- as_fn_error $? "\"The junit jar ${withval} was not found.\"" "$LINENO" 5 ++ JUNIT_JAR="${withval}" + fi + ;; + esac +@@ -10186,14 +10182,10 @@ if test "${with_hamcrest+set}" = set; th + HAMCREST_JAR=no + ;; + *) +- if test -f "${withval}"; then +- HAMCREST_JAR="${withval}" +- elif test -z "${withval}"; then ++ if test -z "${withval}"; then + HAMCREST_JAR=yes + else +- { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5 +-$as_echo "not found" >&6; } +- as_fn_error $? "\"The hamcrest jar ${withval} was not found.\"" "$LINENO" 5 ++ HAMCREST_JAR="${withval}" + fi + ;; + esac Added: head/java/icedtea-web/files/patch-html-gen.sh ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/icedtea-web/files/patch-html-gen.sh Thu Feb 11 23:45:10 2016 (r408704) @@ -0,0 +1,20 @@ +--- html-gen.sh.orig 2016-02-03 13:47:43 UTC ++++ html-gen.sh +@@ -74,7 +74,7 @@ else + unset REPO_URL + fi + +-start_time="$(date +%s.%N)" ++start_time="$(date +%s)" + + if [ ! -e html-gen ]; then + echo "No html-gen directory, exiting. See Makefile.am for usage" +@@ -168,7 +168,7 @@ done + + sed -i -r 's|(\*\ .*):|\1:|' ChangeLog.html # Underline changed files in ChangeLog, eg "* Makefile.am:" + +-end_time="$(date +%s.%N)" ++end_time="$(date +%s)" + + print_debug "HTML generation complete" + print_debug "Total elapsed time: $(echo "$end_time - $start_time" | bc )" Added: head/java/icedtea-web/files/patch-netx_net_sourceforge_jnlp_util_XDesktopEntry.java ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/icedtea-web/files/patch-netx_net_sourceforge_jnlp_util_XDesktopEntry.java Thu Feb 11 23:45:10 2016 (r408704) @@ -0,0 +1,28 @@ +--- netx/net/sourceforge/jnlp/util/XDesktopEntry.java.orig 2016-02-03 13:47:43 UTC ++++ netx/net/sourceforge/jnlp/util/XDesktopEntry.java +@@ -78,7 +78,7 @@ import net.sourceforge.jnlp.security.dia + */ + public class XDesktopEntry { + +- public static final String JAVA_ICON_NAME = "javaws"; ++ public static final String JAVA_ICON_NAME = "itweb-javaws"; + + private JNLPFile file = null; + private int iconSize = -1; +@@ -202,14 +202,14 @@ public class XDesktopEntry { + //Shortcut executes the jnlp as it was with system preferred java. It should work fine offline + //absolute - works in case of self built + String exec = System.getProperty("icedtea-web.bin.location"); +- String pathResult = findOnPath(new String[]{"javaws", System.getProperty("icedtea-web.bin.name")}); ++ String pathResult = findOnPath(new String[]{"itweb-javaws", System.getProperty("icedtea-web.bin.name")}); + if (pathResult != null) { + return pathResult; + } + if (exec != null) { + return exec; + } +- return "javaws"; ++ return "itweb-javaws"; + } + + Added: head/java/icedtea-web/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/icedtea-web/pkg-plist Thu Feb 11 23:45:10 2016 (r408704) @@ -0,0 +1,31 @@ +bin/itweb-javaws +bin/itweb-policyeditor +bin/itweb-settings +%%PLUGIN%%%%WEBPLUGIN_DIR%%/IcedTeaPlugin.so +man/cs/man1/icedtea-web-plugin.1.gz +man/cs/man1/icedtea-web.1.gz +man/cs/man1/itweb-javaws.1.gz +man/cs/man1/itweb-policyeditor.1.gz +man/cs/man1/itweb-settings.1.gz +man/de/man1/icedtea-web-plugin.1.gz +man/de/man1/icedtea-web.1.gz +man/de/man1/itweb-javaws.1.gz +man/de/man1/itweb-policyeditor.1.gz +man/de/man1/itweb-settings.1.gz +man/man1/icedtea-web-plugin.1.gz +man/man1/icedtea-web.1.gz +man/man1/itweb-javaws.1.gz +man/man1/itweb-policyeditor.1.gz +man/man1/itweb-settings.1.gz +man/pl/man1/icedtea-web-plugin.1.gz +man/pl/man1/icedtea-web.1.gz +man/pl/man1/itweb-javaws.1.gz +man/pl/man1/itweb-policyeditor.1.gz +man/pl/man1/itweb-settings.1.gz +share/applications/itweb-javaws.desktop +share/applications/itweb-policyeditor.desktop +share/applications/itweb-settings.desktop +%%DATADIR%%/javaws_splash.png +%%DATADIR%%/netx.jar +%%PLUGIN%%%%DATADIR%%/plugin.jar +share/pixmaps/itweb-javaws.png From owner-svn-ports-head@freebsd.org Thu Feb 11 23:50:44 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C56ADAA6642; Thu, 11 Feb 2016 23:50:44 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 99D9C1386; Thu, 11 Feb 2016 23:50:44 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1BNohXL058872; Thu, 11 Feb 2016 23:50:43 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1BNohNA058869; Thu, 11 Feb 2016 23:50:43 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201602112350.u1BNohNA058869@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Thu, 11 Feb 2016 23:50:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408705 - head/math/armadillo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Feb 2016 23:50:44 -0000 Author: danilo Date: Thu Feb 11 23:50:43 2016 New Revision: 408705 URL: https://svnweb.freebsd.org/changeset/ports/408705 Log: - Update to 6.500.5 Modified: head/math/armadillo/Makefile head/math/armadillo/distinfo head/math/armadillo/pkg-plist Modified: head/math/armadillo/Makefile ============================================================================== --- head/math/armadillo/Makefile Thu Feb 11 23:45:10 2016 (r408704) +++ head/math/armadillo/Makefile Thu Feb 11 23:50:43 2016 (r408705) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= armadillo -PORTVERSION= 6.500.4 +PORTVERSION= 6.500.5 CATEGORIES= math MASTER_SITES= SF/arma Modified: head/math/armadillo/distinfo ============================================================================== --- head/math/armadillo/distinfo Thu Feb 11 23:45:10 2016 (r408704) +++ head/math/armadillo/distinfo Thu Feb 11 23:50:43 2016 (r408705) @@ -1,2 +1,2 @@ -SHA256 (armadillo-6.500.4.tar.gz) = 813de85fa61ba5077ed871d801ba7070d369e7e9742002e4c11474c75ff6d1c6 -SIZE (armadillo-6.500.4.tar.gz) = 5455985 +SHA256 (armadillo-6.500.5.tar.gz) = eb1ffbcd779d3f158b541211ca1ed5111a0b9dd11157778978bb64e48067e5ee +SIZE (armadillo-6.500.5.tar.gz) = 5455963 Modified: head/math/armadillo/pkg-plist ============================================================================== --- head/math/armadillo/pkg-plist Thu Feb 11 23:45:10 2016 (r408704) +++ head/math/armadillo/pkg-plist Thu Feb 11 23:50:43 2016 (r408705) @@ -440,7 +440,7 @@ include/armadillo_bits/xvec_htrans_bones include/armadillo_bits/xvec_htrans_meat.hpp lib/libarmadillo.so lib/libarmadillo.so.6 -lib/libarmadillo.so.6.500.4 +lib/libarmadillo.so.6.500.5 share/Armadillo/CMake/ArmadilloConfig.cmake share/Armadillo/CMake/ArmadilloConfigVersion.cmake share/Armadillo/CMake/ArmadilloLibraryDepends-release.cmake From owner-svn-ports-head@freebsd.org Thu Feb 11 23:50:57 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5AA29AA6727; Thu, 11 Feb 2016 23:50:57 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 28F2B14CA; Thu, 11 Feb 2016 23:50:57 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1BNouoI058990; Thu, 11 Feb 2016 23:50:56 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1BNot1S058988; Thu, 11 Feb 2016 23:50:55 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201602112350.u1BNot1S058988@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Thu, 11 Feb 2016 23:50:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408706 - head/japanese/p5-Number-Phone-JP X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Feb 2016 23:50:57 -0000 Author: danilo Date: Thu Feb 11 23:50:55 2016 New Revision: 408706 URL: https://svnweb.freebsd.org/changeset/ports/408706 Log: - Update to 0.20160201 Modified: head/japanese/p5-Number-Phone-JP/Makefile head/japanese/p5-Number-Phone-JP/distinfo Modified: head/japanese/p5-Number-Phone-JP/Makefile ============================================================================== --- head/japanese/p5-Number-Phone-JP/Makefile Thu Feb 11 23:50:43 2016 (r408705) +++ head/japanese/p5-Number-Phone-JP/Makefile Thu Feb 11 23:50:55 2016 (r408706) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Number-Phone-JP -PORTVERSION= 0.20160105 +PORTVERSION= 0.20160201 CATEGORIES= japanese perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:TANIGUCHI Modified: head/japanese/p5-Number-Phone-JP/distinfo ============================================================================== --- head/japanese/p5-Number-Phone-JP/distinfo Thu Feb 11 23:50:43 2016 (r408705) +++ head/japanese/p5-Number-Phone-JP/distinfo Thu Feb 11 23:50:55 2016 (r408706) @@ -1,2 +1,2 @@ -SHA256 (Number-Phone-JP-0.20160105.tar.gz) = 58b53c33e833eef67a5a5ca6da538fa46592c5e13b987499dab4f3e7471d6d1e -SIZE (Number-Phone-JP-0.20160105.tar.gz) = 409435 +SHA256 (Number-Phone-JP-0.20160201.tar.gz) = ca5d02dc9d2238a72a7c76394edb3a2004de60285ea1bed80031cf4f0e860f6f +SIZE (Number-Phone-JP-0.20160201.tar.gz) = 409431 From owner-svn-ports-head@freebsd.org Fri Feb 12 06:21:54 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8BE9CAA415E; Fri, 12 Feb 2016 06:21:54 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5BD528A7; Fri, 12 Feb 2016 06:21:54 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1C6Lr1m073032; Fri, 12 Feb 2016 06:21:53 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1C6Lraw073030; Fri, 12 Feb 2016 06:21:53 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201602120621.u1C6Lraw073030@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Fri, 12 Feb 2016 06:21:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408707 - head/sysutils/qjail X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2016 06:21:54 -0000 Author: pi Date: Fri Feb 12 06:21:53 2016 New Revision: 408707 URL: https://svnweb.freebsd.org/changeset/ports/408707 Log: sysutils/qjail: 4.2 -> 4.3 PR: 206935 Submitted by: Joe Barbish (maintainer) Modified: head/sysutils/qjail/Makefile head/sysutils/qjail/distinfo Modified: head/sysutils/qjail/Makefile ============================================================================== --- head/sysutils/qjail/Makefile Thu Feb 11 23:50:55 2016 (r408706) +++ head/sysutils/qjail/Makefile Fri Feb 12 06:21:53 2016 (r408707) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= qjail -PORTVERSION= 4.2 +PORTVERSION= 4.3 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME} Modified: head/sysutils/qjail/distinfo ============================================================================== --- head/sysutils/qjail/distinfo Thu Feb 11 23:50:55 2016 (r408706) +++ head/sysutils/qjail/distinfo Fri Feb 12 06:21:53 2016 (r408707) @@ -1,2 +1,2 @@ -SHA256 (qjail-4.2.tar.bz2) = 64811662200682f33d832583963f3fca2819f2f7d7fa19ed864bb114bca8751e -SIZE (qjail-4.2.tar.bz2) = 62645 +SHA256 (qjail-4.3.tar.bz2) = 343827876197c0e65b558a09b7f27853f85868d0dd8b31f876c50a8e75090d14 +SIZE (qjail-4.3.tar.bz2) = 62329 From owner-svn-ports-head@freebsd.org Fri Feb 12 08:01:03 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 866E6AA32C7; Fri, 12 Feb 2016 08:01:03 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 57F0D1284; Fri, 12 Feb 2016 08:01:03 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1C8129l000659; Fri, 12 Feb 2016 08:01:02 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1C812hS000657; Fri, 12 Feb 2016 08:01:02 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201602120801.u1C812hS000657@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Fri, 12 Feb 2016 08:01:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408708 - head/security/py-flask-httpauth X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2016 08:01:03 -0000 Author: rm Date: Fri Feb 12 08:01:02 2016 New Revision: 408708 URL: https://svnweb.freebsd.org/changeset/ports/408708 Log: security/py-flask-httpauth: update to 2.7.1 Modified: head/security/py-flask-httpauth/Makefile head/security/py-flask-httpauth/distinfo Modified: head/security/py-flask-httpauth/Makefile ============================================================================== --- head/security/py-flask-httpauth/Makefile Fri Feb 12 06:21:53 2016 (r408707) +++ head/security/py-flask-httpauth/Makefile Fri Feb 12 08:01:02 2016 (r408708) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Flask-HTTPAuth -PORTVERSION= 2.7.0 +PORTVERSION= 2.7.1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/security/py-flask-httpauth/distinfo ============================================================================== --- head/security/py-flask-httpauth/distinfo Fri Feb 12 06:21:53 2016 (r408707) +++ head/security/py-flask-httpauth/distinfo Fri Feb 12 08:01:02 2016 (r408708) @@ -1,2 +1,2 @@ -SHA256 (Flask-HTTPAuth-2.7.0.tar.gz) = f779799a74994cd047569785becd3a3a1c95032aa5aefecb1819faf3becb008b -SIZE (Flask-HTTPAuth-2.7.0.tar.gz) = 2704 +SHA256 (Flask-HTTPAuth-2.7.1.tar.gz) = c9092f4b245c9ba6b56b366330376d3d8529503e6058fcb691d68c00555c5f57 +SIZE (Flask-HTTPAuth-2.7.1.tar.gz) = 2709 From owner-svn-ports-head@freebsd.org Fri Feb 12 09:41:52 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BC17EAA67E9; Fri, 12 Feb 2016 09:41:52 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8B8F2D7; Fri, 12 Feb 2016 09:41:52 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1C9fpiB029701; Fri, 12 Feb 2016 09:41:51 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1C9fp57029463; Fri, 12 Feb 2016 09:41:51 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201602120941.u1C9fp57029463@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Fri, 12 Feb 2016 09:41:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408709 - head/security/govpn X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2016 09:41:52 -0000 Author: rakuco Date: Fri Feb 12 09:41:51 2016 New Revision: 408709 URL: https://svnweb.freebsd.org/changeset/ports/408709 Log: Update to 5.6. v5.6: - Added up/down example script for replacing default route (thanks to Zhuoyun Wei). - Fixed documentation bug: .info was not installing. v5.5: - Ability to work on 32-bit platforms. sync/atomic library has some specific issues that caused panics on previous versions. PR: 206979 Submitted by: Sergey Matveev (maintainer) Modified: head/security/govpn/Makefile head/security/govpn/distinfo Modified: head/security/govpn/Makefile ============================================================================== --- head/security/govpn/Makefile Fri Feb 12 08:01:02 2016 (r408708) +++ head/security/govpn/Makefile Fri Feb 12 09:41:51 2016 (r408709) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= govpn -PORTVERSION= 5.4 +PORTVERSION= 5.6 CATEGORIES= security MASTER_SITES= http://www.cypherpunks.ru/govpn/download/ \ http://sourceforge.net/projects/govpn/files/ Modified: head/security/govpn/distinfo ============================================================================== --- head/security/govpn/distinfo Fri Feb 12 08:01:02 2016 (r408708) +++ head/security/govpn/distinfo Fri Feb 12 09:41:51 2016 (r408709) @@ -1,2 +1,2 @@ -SHA256 (govpn-5.4.tar.xz) = a1a001d9ef899ff6b61872eb7d2425a09eb0161574f50c8da6e4b14beb9b0ff6 -SIZE (govpn-5.4.tar.xz) = 317596 +SHA256 (govpn-5.6.tar.xz) = d46b8f742f1e2bf17236868512f1ea5ad80f59c3bac753a56ce41a1f465282a8 +SIZE (govpn-5.6.tar.xz) = 319024 From owner-svn-ports-head@freebsd.org Fri Feb 12 09:59:12 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 22D1DAA6E75; Fri, 12 Feb 2016 09:59:12 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E3625917; Fri, 12 Feb 2016 09:59:11 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1C9xAVp034412; Fri, 12 Feb 2016 09:59:10 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1C9xAdO034410; Fri, 12 Feb 2016 09:59:10 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201602120959.u1C9xAdO034410@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Fri, 12 Feb 2016 09:59:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408710 - head/audio/gogglesmm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2016 09:59:12 -0000 Author: miwi Date: Fri Feb 12 09:59:10 2016 New Revision: 408710 URL: https://svnweb.freebsd.org/changeset/ports/408710 Log: - Update to 1.0.12 - Convert USE_SQLITE to uses PR: 206890 Submitted by: ports fury Modified: head/audio/gogglesmm/Makefile head/audio/gogglesmm/distinfo Modified: head/audio/gogglesmm/Makefile ============================================================================== --- head/audio/gogglesmm/Makefile Fri Feb 12 09:41:51 2016 (r408709) +++ head/audio/gogglesmm/Makefile Fri Feb 12 09:59:10 2016 (r408710) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gogglesmm -PORTVERSION= 1.0.9 +PORTVERSION= 1.0.12 CATEGORIES= audio MAINTAINER= ports@FreeBSD.org @@ -17,9 +17,8 @@ LIB_DEPENDS= libtag.so:${PORTSDIR}/audio USE_GITHUB= yes -USES= compiler:c++11-lang desktop-file-utils gmake pkgconfig +USES= compiler:c++11-lang desktop-file-utils gmake pkgconfig sqlite USE_GL= glew -USE_SQLITE= yes HAS_CONFIGURE= yes CONFIGURE_ENV= LINK="${CXX}" \ OPT_CFLAGS="${CXXFLAGS}" \ Modified: head/audio/gogglesmm/distinfo ============================================================================== --- head/audio/gogglesmm/distinfo Fri Feb 12 09:41:51 2016 (r408709) +++ head/audio/gogglesmm/distinfo Fri Feb 12 09:59:10 2016 (r408710) @@ -1,2 +1,2 @@ -SHA256 (gogglesmm-gogglesmm-1.0.9_GH0.tar.gz) = daa1421171493a645ec1087a8b80a827cca16c96e4f70366eb02ece1a9ead4fc -SIZE (gogglesmm-gogglesmm-1.0.9_GH0.tar.gz) = 1382948 +SHA256 (gogglesmm-gogglesmm-1.0.12_GH0.tar.gz) = 68488e9efd431b5b32d4c6df4d050625e0ef29db011ac6d02839485ecdd63f3c +SIZE (gogglesmm-gogglesmm-1.0.12_GH0.tar.gz) = 1385312 From owner-svn-ports-head@freebsd.org Fri Feb 12 10:02:09 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 18F8BAA6121; Fri, 12 Feb 2016 10:02:09 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DCF80C54; Fri, 12 Feb 2016 10:02:08 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1CA27mD037222; Fri, 12 Feb 2016 10:02:07 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1CA27qD037219; Fri, 12 Feb 2016 10:02:07 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201602121002.u1CA27qD037219@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Fri, 12 Feb 2016 10:02:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408711 - head/mail/mu X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2016 10:02:09 -0000 Author: miwi Date: Fri Feb 12 10:02:07 2016 New Revision: 408711 URL: https://svnweb.freebsd.org/changeset/ports/408711 Log: - Update to 0.9.16 PR: 206893 Submitted by: ports fury Modified: head/mail/mu/Makefile head/mail/mu/distinfo head/mail/mu/pkg-plist Modified: head/mail/mu/Makefile ============================================================================== --- head/mail/mu/Makefile Fri Feb 12 09:59:10 2016 (r408710) +++ head/mail/mu/Makefile Fri Feb 12 10:02:07 2016 (r408711) @@ -2,7 +2,8 @@ # $FreeBSD$ PORTNAME= mu -PORTVERSION= 0.9.15 +PORTVERSION= 0.9.16 +DISTVERSIONPREFIX= v CATEGORIES= mail MAINTAINER= ports@FreeBSD.org Modified: head/mail/mu/distinfo ============================================================================== --- head/mail/mu/distinfo Fri Feb 12 09:59:10 2016 (r408710) +++ head/mail/mu/distinfo Fri Feb 12 10:02:07 2016 (r408711) @@ -1,2 +1,2 @@ -SHA256 (djcb-mu-0.9.15_GH0.tar.gz) = 60c63fdf1b726696cb0028b86eaee2aa72e171493b2d5626ea173b912ff25d4c -SIZE (djcb-mu-0.9.15_GH0.tar.gz) = 2203193 +SHA256 (djcb-mu-v0.9.16_GH0.tar.gz) = af086880b00a6954bc1135b226b66a33205893600c8dd04139a6871c62c6f05c +SIZE (djcb-mu-v0.9.16_GH0.tar.gz) = 2212969 Modified: head/mail/mu/pkg-plist ============================================================================== --- head/mail/mu/pkg-plist Fri Feb 12 09:59:10 2016 (r408710) +++ head/mail/mu/pkg-plist Fri Feb 12 10:02:07 2016 (r408711) @@ -28,6 +28,8 @@ man/man5/mu-bookmarks.5.gz %%MU4E%%%%EMACS_SITE_LISPDIR%%/mu4e/mu4e-compose.elc %%MU4E%%%%EMACS_SITE_LISPDIR%%/mu4e/mu4e-contrib.el %%MU4E%%%%EMACS_SITE_LISPDIR%%/mu4e/mu4e-contrib.elc +%%MU4E%%%%EMACS_SITE_LISPDIR%%/mu4e/mu4e-context.el +%%MU4E%%%%EMACS_SITE_LISPDIR%%/mu4e/mu4e-context.elc %%MU4E%%%%EMACS_SITE_LISPDIR%%/mu4e/mu4e-draft.el %%MU4E%%%%EMACS_SITE_LISPDIR%%/mu4e/mu4e-draft.elc %%MU4E%%%%EMACS_SITE_LISPDIR%%/mu4e/mu4e-headers.el From owner-svn-ports-head@freebsd.org Fri Feb 12 10:21:31 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1158AAA6C0E; Fri, 12 Feb 2016 10:21:31 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D1C3A188D; Fri, 12 Feb 2016 10:21:30 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1CALTQL041155; Fri, 12 Feb 2016 10:21:29 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1CALTYj041152; Fri, 12 Feb 2016 10:21:29 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201602121021.u1CALTYj041152@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Fri, 12 Feb 2016 10:21:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408712 - head/security/libzrtpcppcore X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2016 10:21:31 -0000 Author: miwi Date: Fri Feb 12 10:21:29 2016 New Revision: 408712 URL: https://svnweb.freebsd.org/changeset/ports/408712 Log: - Update to 4.6.0 PR: 206897 Submitted by: ports fury Modified: head/security/libzrtpcppcore/Makefile head/security/libzrtpcppcore/distinfo head/security/libzrtpcppcore/pkg-plist Modified: head/security/libzrtpcppcore/Makefile ============================================================================== --- head/security/libzrtpcppcore/Makefile Fri Feb 12 10:02:07 2016 (r408711) +++ head/security/libzrtpcppcore/Makefile Fri Feb 12 10:21:29 2016 (r408712) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libzrtpcppcore -PORTVERSION= 4.5.0 +PORTVERSION= 4.6.0 DISTVERSIONPREFIX= V CATEGORIES= security Modified: head/security/libzrtpcppcore/distinfo ============================================================================== --- head/security/libzrtpcppcore/distinfo Fri Feb 12 10:02:07 2016 (r408711) +++ head/security/libzrtpcppcore/distinfo Fri Feb 12 10:21:29 2016 (r408712) @@ -1,2 +1,2 @@ -SHA256 (wernerd-ZRTPCPP-V4.5.0_GH0.tar.gz) = 5692eedce6ee69297a85807263ce04b96c7eb74b74bc904cae4385123c22c5f5 -SIZE (wernerd-ZRTPCPP-V4.5.0_GH0.tar.gz) = 2231198 +SHA256 (wernerd-ZRTPCPP-V4.6.0_GH0.tar.gz) = 48f7b41783d68651f0deed2aed0f7c45d016fc4e07f93fc733bd00389f859b8e +SIZE (wernerd-ZRTPCPP-V4.6.0_GH0.tar.gz) = 2231714 Modified: head/security/libzrtpcppcore/pkg-plist ============================================================================== --- head/security/libzrtpcppcore/pkg-plist Fri Feb 12 10:02:07 2016 (r408711) +++ head/security/libzrtpcppcore/pkg-plist Fri Feb 12 10:21:29 2016 (r408712) @@ -6,5 +6,5 @@ include/libzrtpcpp/ZrtpUserCallback.h include/libzrtpcpp/common/osSpecifics.h lib/libzrtpcppcore.so lib/libzrtpcppcore.so.4 -lib/libzrtpcppcore.so.4.5.0 +lib/libzrtpcppcore.so.4.6.0 libdata/pkgconfig/libzrtpcppcore.pc From owner-svn-ports-head@freebsd.org Fri Feb 12 10:48:26 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C42C8AA66CA; Fri, 12 Feb 2016 10:48:26 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 956C479D; Fri, 12 Feb 2016 10:48:26 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1CAmPau049025; Fri, 12 Feb 2016 10:48:25 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1CAmP1D049023; Fri, 12 Feb 2016 10:48:25 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201602121048.u1CAmP1D049023@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Fri, 12 Feb 2016 10:48:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408713 - in head/net/rabbitmq: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2016 10:48:26 -0000 Author: olgeni Date: Fri Feb 12 10:48:25 2016 New Revision: 408713 URL: https://svnweb.freebsd.org/changeset/ports/408713 Log: Make sure that /var/log/rabbitmq has the correct owner. Modified: head/net/rabbitmq/Makefile head/net/rabbitmq/files/rabbitmq.in Modified: head/net/rabbitmq/Makefile ============================================================================== --- head/net/rabbitmq/Makefile Fri Feb 12 10:21:29 2016 (r408712) +++ head/net/rabbitmq/Makefile Fri Feb 12 10:48:25 2016 (r408713) @@ -3,7 +3,7 @@ PORTNAME= rabbitmq PORTVERSION= 3.5.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://www.rabbitmq.com/releases/rabbitmq-server/v${PORTVERSION}/ DISTNAME= ${PORTNAME}-server-${PORTVERSION} Modified: head/net/rabbitmq/files/rabbitmq.in ============================================================================== --- head/net/rabbitmq/files/rabbitmq.in Fri Feb 12 10:21:29 2016 (r408712) +++ head/net/rabbitmq/files/rabbitmq.in Fri Feb 12 10:48:25 2016 (r408713) @@ -34,6 +34,7 @@ status_cmd="su -m ${rabbitmq_user} -c 's extra_commands="rotate_logs status" export RABBITMQ_HOME=/var/db/${name} +export RABBITMQ_LOGDIR=/var/log/${name} # Prevent conflicts with amqp_client and rabbit_common applications that # may be installed in ERL_LIBS. @@ -47,6 +48,10 @@ rabbitmq_start() chown -R ${rabbitmq_user}:${rabbitmq_user} ${RABBITMQ_HOME} fi + if [ -d ${RABBITMQ_LOGDIR} ]; then + chown -R ${rabbitmq_user}:${rabbitmq_user} ${RABBITMQ_LOGDIR} + fi + env HOME=${RABBITMQ_HOME} daemon -c -f -u ${rabbitmq_user} -p ${pidfile} -P ${daemon_pidfile} ${rabbitmq_server} debug "Running: rabbitmqctl wait ${pidfile}" ${rabbitmq_ctl} wait ${pidfile} >/dev/null 2>&1 From owner-svn-ports-head@freebsd.org Fri Feb 12 11:41:41 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 29117AA4E40; Fri, 12 Feb 2016 11:41:41 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B2B341EBB; Fri, 12 Feb 2016 11:41:40 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1CBfdxN064088; Fri, 12 Feb 2016 11:41:39 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1CBfdR6064085; Fri, 12 Feb 2016 11:41:39 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201602121141.u1CBfdR6064085@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Fri, 12 Feb 2016 11:41:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408714 - head/science/InsightToolkit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2016 11:41:41 -0000 Author: rakuco Date: Fri Feb 12 11:41:39 2016 New Revision: 408714 URL: https://svnweb.freebsd.org/changeset/ports/408714 Log: Update to 4.9.0. This update to the port also adds a lot of dependencies on system libraries instead of using the versions bundled with ITK. PR: 206977 Submitted by: Ben Woods (maintainer) Modified: head/science/InsightToolkit/Makefile head/science/InsightToolkit/distinfo head/science/InsightToolkit/pkg-plist Modified: head/science/InsightToolkit/Makefile ============================================================================== --- head/science/InsightToolkit/Makefile Fri Feb 12 10:48:25 2016 (r408713) +++ head/science/InsightToolkit/Makefile Fri Feb 12 11:41:39 2016 (r408714) @@ -2,24 +2,42 @@ # $FreeBSD$ PORTNAME= InsightToolkit -PORTVERSION= 4.8.2 +PORTVERSION= 4.9.0 CATEGORIES= science biology -MASTER_SITES= SF/itk/itk/4.8 +MASTER_SITES= SF/itk/itk/4.9 MAINTAINER= woodsb02@gmail.com COMMENT= Insight Toolkit LICENSE= APACHE20 +LIB_DEPENDS= libturbojpeg.so:${PORTSDIR}/graphics/libjpeg-turbo \ + libgdcmCommon.so:${PORTSDIR}/devel/gdcm \ + libexpat.so:${PORTSDIR}/textproc/expat2 \ + libfftw.so:${PORTSDIR}/math/fftw \ + libhdf5.so:${PORTSDIR}/science/hdf5 \ + libpng.so:${PORTSDIR}/graphics/png \ + libtiff.so:${PORTSDIR}/graphics/tiff + USES= cmake:outsource -CMAKE_ARGS+= -DBUILD_SHARED_LIBS:BOOL=ON +CMAKE_ARGS+= -DBUILD_SHARED_LIBS:BOOL=ON \ + -DITK_USE_KWSTYLE:BOOL=OFF \ + -DITK_USE_SYSTEM_LIBRARIES:BOOL=ON \ + -DITK_USE_SYSTEM_EXPAT:BOOL=ON \ + -DITK_USE_SYSTEM_FFTW:BOOL=ON \ + -DITK_USE_SYSTEM_GDCM:BOOL=ON \ + -DITK_USE_SYSTEM_HDF5:BOOL=ON \ + -DITK_USE_SYSTEM_JPEG:BOOL=ON \ + -DITK_USE_SYSTEM_PNG:BOOL=ON \ + -DITK_USE_SYSTEM_TIFF:BOOL=ON \ + -DITK_USE_SYSTEM_ZLIB:BOOL=ON USE_LDCONFIG= ${PREFIX}/lib/InsightToolkit OPTIONS_DEFINE= EXAMPLES TESTING EXAMPLES_DESC= Build examples (very time consuming) TESTING_DESC= Build testing programs (very time consuming) -EXAMPLES_CMAKE_OFF= -DBUILD_EXAMPLES:BOOL=OFF -TESTING_CMAKE_OFF= -DBUILD_TESTING:BOOL=OFF +EXAMPLES_CMAKE_ON= -DBUILD_EXAMPLES:BOOL=ON +TESTING_CMAKE_ON= -DBUILD_TESTING:BOOL=ON .include Modified: head/science/InsightToolkit/distinfo ============================================================================== --- head/science/InsightToolkit/distinfo Fri Feb 12 10:48:25 2016 (r408713) +++ head/science/InsightToolkit/distinfo Fri Feb 12 11:41:39 2016 (r408714) @@ -1,2 +1,2 @@ -SHA256 (InsightToolkit-4.8.2.tar.gz) = d8d5e3aea700588c60b01418c440b2d95b517ea18dd4c834c5164354e53596af -SIZE (InsightToolkit-4.8.2.tar.gz) = 17400381 +SHA256 (InsightToolkit-4.9.0.tar.gz) = 4aa26e3cd3503b08e92a16e812d2be474275b218d015143a9e890063eb0f4f5b +SIZE (InsightToolkit-4.9.0.tar.gz) = 18087947 Modified: head/science/InsightToolkit/pkg-plist ============================================================================== --- head/science/InsightToolkit/pkg-plist Fri Feb 12 10:48:25 2016 (r408713) +++ head/science/InsightToolkit/pkg-plist Fri Feb 12 11:41:39 2016 (r408714) @@ -1,4728 +1,4151 @@ bin/itkTestDriver -include/ITK-4.8/DICOMAppHelper.h -include/ITK-4.8/DICOMBuffer.h -include/ITK-4.8/DICOMCMakeConfig.h -include/ITK-4.8/DICOMCallback.h -include/ITK-4.8/DICOMConfig.h -include/ITK-4.8/DICOMFile.h -include/ITK-4.8/DICOMParser.h -include/ITK-4.8/DICOMParserMap.h -include/ITK-4.8/DICOMSource.h -include/ITK-4.8/DICOMTypes.h -include/ITK-4.8/Ge4xHdr.h -include/ITK-4.8/Ge5xHdr.h -include/ITK-4.8/ITKBiasCorrectionExport.h -include/ITK-4.8/ITKBioCellExport.h -include/ITK-4.8/ITKCommonExport.h -include/ITK-4.8/ITKFEMExport.h -include/ITK-4.8/ITKIOBMPExport.h -include/ITK-4.8/ITKIOBioRadExport.h -include/ITK-4.8/ITKIOCSVExport.h -include/ITK-4.8/ITKIOGDCMExport.h -include/ITK-4.8/ITKIOGEExport.h -include/ITK-4.8/ITKIOGIPLExport.h -include/ITK-4.8/ITKIOHDF5Export.h -include/ITK-4.8/ITKIOIPLExport.h -include/ITK-4.8/ITKIOImageBaseExport.h -include/ITK-4.8/ITKIOJPEGExport.h -include/ITK-4.8/ITKIOLSMExport.h -include/ITK-4.8/ITKIOMRCExport.h -include/ITK-4.8/ITKIOMeshExport.h -include/ITK-4.8/ITKIOMetaExport.h -include/ITK-4.8/ITKIONIFTIExport.h -include/ITK-4.8/ITKIONRRDExport.h -include/ITK-4.8/ITKIOPNGExport.h -include/ITK-4.8/ITKIOSiemensExport.h -include/ITK-4.8/ITKIOStimulateExport.h -include/ITK-4.8/ITKIOTIFFExport.h -include/ITK-4.8/ITKIOVTKExport.h -include/ITK-4.8/ITKIOXMLExport.h -include/ITK-4.8/ITKKLMRegionGrowingExport.h -include/ITK-4.8/ITKLabelMapExport.h -include/ITK-4.8/ITKMeshExport.h -include/ITK-4.8/ITKOptimizersExport.h -include/ITK-4.8/ITKOptimizersv4Export.h -include/ITK-4.8/ITKPathExport.h -include/ITK-4.8/ITKPolynomialsExport.h -include/ITK-4.8/ITKQuadEdgeMeshExport.h -include/ITK-4.8/ITKStatisticsExport.h -include/ITK-4.8/ITKVTKExport.h -include/ITK-4.8/ITKVideoCoreExport.h -include/ITK-4.8/ITKVideoIOExport.h -include/ITK-4.8/ITKWatershedsExport.h -include/ITK-4.8/NrrdIO.h -include/ITK-4.8/VNLIterativeSparseSolverTraits.h -include/ITK-4.8/VNLSparseLUSolverTraits.h -include/ITK-4.8/arpack/dgetv0.h -include/ITK-4.8/arpack/dsaitr.h -include/ITK-4.8/arpack/dsapps.h -include/ITK-4.8/arpack/dsaup2.h -include/ITK-4.8/arpack/dsaupd.h -include/ITK-4.8/arpack/dsconv.h -include/ITK-4.8/arpack/dseigt.h -include/ITK-4.8/arpack/dsesrt.h -include/ITK-4.8/arpack/dseupd.h -include/ITK-4.8/arpack/dsgets.h -include/ITK-4.8/arpack/dsortr.h -include/ITK-4.8/arpack/dstqrb.h -include/ITK-4.8/bignum.h -include/ITK-4.8/blas/caxpy.h -include/ITK-4.8/blas/ccopy.h -include/ITK-4.8/blas/cdotc.h -include/ITK-4.8/blas/cscal.h -include/ITK-4.8/blas/csrot.h -include/ITK-4.8/blas/cswap.h -include/ITK-4.8/blas/dasum.h -include/ITK-4.8/blas/daxpy.h -include/ITK-4.8/blas/dcabs1.h -include/ITK-4.8/blas/dcopy.h -include/ITK-4.8/blas/ddot.h -include/ITK-4.8/blas/dgemm.h -include/ITK-4.8/blas/dgemv.h -include/ITK-4.8/blas/dger.h -include/ITK-4.8/blas/dlamch.h -include/ITK-4.8/blas/dnrm2.h -include/ITK-4.8/blas/drot.h -include/ITK-4.8/blas/drotg.h -include/ITK-4.8/blas/dscal.h -include/ITK-4.8/blas/dswap.h -include/ITK-4.8/blas/dtrmm.h -include/ITK-4.8/blas/dtrmv.h -include/ITK-4.8/blas/dtrsv.h -include/ITK-4.8/blas/dzasum.h -include/ITK-4.8/blas/dznrm2.h -include/ITK-4.8/blas/idamax.h -include/ITK-4.8/blas/isamax.h -include/ITK-4.8/blas/izamax.h -include/ITK-4.8/blas/saxpy.h -include/ITK-4.8/blas/scnrm2.h -include/ITK-4.8/blas/scopy.h -include/ITK-4.8/blas/sdot.h -include/ITK-4.8/blas/sgemv.h -include/ITK-4.8/blas/sger.h -include/ITK-4.8/blas/slamch.h -include/ITK-4.8/blas/snrm2.h -include/ITK-4.8/blas/srot.h -include/ITK-4.8/blas/srotg.h -include/ITK-4.8/blas/sscal.h -include/ITK-4.8/blas/sswap.h -include/ITK-4.8/blas/xerbla.h -include/ITK-4.8/blas/zaxpy.h -include/ITK-4.8/blas/zcopy.h -include/ITK-4.8/blas/zdotc.h -include/ITK-4.8/blas/zdotu.h -include/ITK-4.8/blas/zdrot.h -include/ITK-4.8/blas/zdscal.h -include/ITK-4.8/blas/zgemm.h -include/ITK-4.8/blas/zgemv.h -include/ITK-4.8/blas/zgerc.h -include/ITK-4.8/blas/zgeru.h -include/ITK-4.8/blas/zscal.h -include/ITK-4.8/blas/zswap.h -include/ITK-4.8/blas/ztrmm.h -include/ITK-4.8/blas/ztrmv.h -include/ITK-4.8/blas/ztrsv.h -include/ITK-4.8/borland55/vcl_cfloat.h -include/ITK-4.8/borland55/vcl_cmath.h -include/ITK-4.8/borland55/vcl_complex.h -include/ITK-4.8/borland55/vcl_cstdlib.h -include/ITK-4.8/borland55/vcl_memory.h -include/ITK-4.8/borland56/vcl_complex.h -include/ITK-4.8/cached-powers.h -include/ITK-4.8/config.h -include/ITK-4.8/datapac/camsun.h -include/ITK-4.8/diy-fp.h -include/ITK-4.8/double-conversion-configure.h -include/ITK-4.8/double-conversion.h -include/ITK-4.8/egcs/vcl_algorithm.txx -include/ITK-4.8/egcs/vcl_complex.txx -include/ITK-4.8/egcs/vcl_deque.txx -include/ITK-4.8/egcs/vcl_functional.txx -include/ITK-4.8/egcs/vcl_iterator.txx -include/ITK-4.8/egcs/vcl_list.txx -include/ITK-4.8/egcs/vcl_map.txx -include/ITK-4.8/egcs/vcl_set.txx -include/ITK-4.8/egcs/vcl_string.txx -include/ITK-4.8/egcs/vcl_utility.txx -include/ITK-4.8/egcs/vcl_vector.txx -include/ITK-4.8/eispack/balanc.h -include/ITK-4.8/eispack/balbak.h -include/ITK-4.8/eispack/cdiv.h -include/ITK-4.8/eispack/elmhes.h -include/ITK-4.8/eispack/eltran.h -include/ITK-4.8/eispack/epslon.h -include/ITK-4.8/eispack/hqr.h -include/ITK-4.8/eispack/hqr2.h -include/ITK-4.8/eispack/otqlrat.h -include/ITK-4.8/eispack/pythag.h -include/ITK-4.8/eispack/rebak.h -include/ITK-4.8/eispack/reduc.h -include/ITK-4.8/eispack/rg.h -include/ITK-4.8/eispack/rs.h -include/ITK-4.8/eispack/rsg.h -include/ITK-4.8/eispack/tql1.h -include/ITK-4.8/eispack/tql2.h -include/ITK-4.8/eispack/tred1.h -include/ITK-4.8/eispack/tred2.h -include/ITK-4.8/emulation/egcs-stlconf.h -include/ITK-4.8/emulation/gcc-272-stlconf.h -include/ITK-4.8/emulation/gcc-2800-stlconf.h -include/ITK-4.8/emulation/gcc-281-stlconf.h -include/ITK-4.8/emulation/gcc-295-stlconf.h -include/ITK-4.8/emulation/sgi-CC-stlconf.h -include/ITK-4.8/emulation/stlcomp.h -include/ITK-4.8/emulation/sun-CC4.1-stlconf.h -include/ITK-4.8/emulation/sun-CC5.0-stlconf.h -include/ITK-4.8/emulation/vcl_algobase.h -include/ITK-4.8/emulation/vcl_algorithm.h -include/ITK-4.8/emulation/vcl_algorithm.txx -include/ITK-4.8/emulation/vcl_alloc.h -include/ITK-4.8/emulation/vcl_bool.h -include/ITK-4.8/emulation/vcl_bvector.h -include/ITK-4.8/emulation/vcl_ciso646.h -include/ITK-4.8/emulation/vcl_complex.h -include/ITK-4.8/emulation/vcl_complex.txx -include/ITK-4.8/emulation/vcl_defalloc.h -include/ITK-4.8/emulation/vcl_deque.h -include/ITK-4.8/emulation/vcl_deque.txx -include/ITK-4.8/emulation/vcl_functional.h -include/ITK-4.8/emulation/vcl_functional.txx -include/ITK-4.8/emulation/vcl_functionx.h -include/ITK-4.8/emulation/vcl_hash.txx -include/ITK-4.8/emulation/vcl_hash_map.h -include/ITK-4.8/emulation/vcl_hash_map.txx -include/ITK-4.8/emulation/vcl_hash_set.h -include/ITK-4.8/emulation/vcl_hashtable.h -include/ITK-4.8/emulation/vcl_heap.h -include/ITK-4.8/emulation/vcl_iterator.h -include/ITK-4.8/emulation/vcl_iterator.txx -include/ITK-4.8/emulation/vcl_limits.h -include/ITK-4.8/emulation/vcl_list.h -include/ITK-4.8/emulation/vcl_list.txx -include/ITK-4.8/emulation/vcl_map.h -include/ITK-4.8/emulation/vcl_map.txx -include/ITK-4.8/emulation/vcl_multimap.h -include/ITK-4.8/emulation/vcl_multimap.txx -include/ITK-4.8/emulation/vcl_multiset.h -include/ITK-4.8/emulation/vcl_new.h -include/ITK-4.8/emulation/vcl_pair.h -include/ITK-4.8/emulation/vcl_rbtree.txx -include/ITK-4.8/emulation/vcl_rel_ops.h -include/ITK-4.8/emulation/vcl_set.h -include/ITK-4.8/emulation/vcl_set.txx -include/ITK-4.8/emulation/vcl_stack.h -include/ITK-4.8/emulation/vcl_stlconf.h -include/ITK-4.8/emulation/vcl_stlfwd.h -include/ITK-4.8/emulation/vcl_tempbuf.h -include/ITK-4.8/emulation/vcl_tree.h -include/ITK-4.8/emulation/vcl_utility.h -include/ITK-4.8/emulation/vcl_utility.txx -include/ITK-4.8/emulation/vcl_vector.h -include/ITK-4.8/emulation/vcl_vector.txx -include/ITK-4.8/emulation/win32-vc50-stlconf.h -include/ITK-4.8/expat.h -include/ITK-4.8/expatDllConfig.h -include/ITK-4.8/fast-dtoa.h -include/ITK-4.8/fixed-dtoa.h -include/ITK-4.8/gcc-295/vcl_algorithm.txx -include/ITK-4.8/gcc-295/vcl_complex.h -include/ITK-4.8/gcc-295/vcl_complex.txx -include/ITK-4.8/gcc-295/vcl_deque.txx -include/ITK-4.8/gcc-295/vcl_functional.txx -include/ITK-4.8/gcc-295/vcl_iomanip.h -include/ITK-4.8/gcc-295/vcl_ios.h -include/ITK-4.8/gcc-295/vcl_iterator.txx -include/ITK-4.8/gcc-295/vcl_list.txx -include/ITK-4.8/gcc-295/vcl_map.txx -include/ITK-4.8/gcc-295/vcl_memory.h -include/ITK-4.8/gcc-295/vcl_queue.txx -include/ITK-4.8/gcc-295/vcl_set.txx -include/ITK-4.8/gcc-295/vcl_string.txx -include/ITK-4.8/gcc-295/vcl_utility.txx -include/ITK-4.8/gcc-295/vcl_vector.txx -include/ITK-4.8/gcc-libstdcxx-v3/vcl_algorithm.txx -include/ITK-4.8/gcc-libstdcxx-v3/vcl_deque.txx -include/ITK-4.8/gcc-libstdcxx-v3/vcl_functional.txx -include/ITK-4.8/gcc-libstdcxx-v3/vcl_iterator.txx -include/ITK-4.8/gcc-libstdcxx-v3/vcl_list.txx -include/ITK-4.8/gcc-libstdcxx-v3/vcl_map.txx -include/ITK-4.8/gcc-libstdcxx-v3/vcl_set.txx -include/ITK-4.8/gcc-libstdcxx-v3/vcl_string.txx -include/ITK-4.8/gcc-libstdcxx-v3/vcl_utility.txx -include/ITK-4.8/gcc-libstdcxx-v3/vcl_vector.txx -include/ITK-4.8/gcc/vcl_cmath.h -include/ITK-4.8/gcc/vcl_cstdlib.h -include/ITK-4.8/gdcmAAbortPDU.h -include/ITK-4.8/gdcmAAssociateACPDU.h -include/ITK-4.8/gdcmAAssociateRJPDU.h -include/ITK-4.8/gdcmAAssociateRQPDU.h -include/ITK-4.8/gdcmARTIMTimer.h -include/ITK-4.8/gdcmAReleaseRPPDU.h -include/ITK-4.8/gdcmAReleaseRQPDU.h -include/ITK-4.8/gdcmASN1.h -include/ITK-4.8/gdcmAbstractSyntax.h -include/ITK-4.8/gdcmAnonymizeEvent.h -include/ITK-4.8/gdcmAnonymizer.h -include/ITK-4.8/gdcmApplicationContext.h -include/ITK-4.8/gdcmApplicationEntity.h -include/ITK-4.8/gdcmAsynchronousOperationsWindowSub.h -include/ITK-4.8/gdcmAttribute.h -include/ITK-4.8/gdcmAudioCodec.h -include/ITK-4.8/gdcmBase64.h -include/ITK-4.8/gdcmBaseCompositeMessage.h -include/ITK-4.8/gdcmBaseNormalizedMessage.h -include/ITK-4.8/gdcmBasePDU.h -include/ITK-4.8/gdcmBaseQuery.h -include/ITK-4.8/gdcmBaseRootQuery.h -include/ITK-4.8/gdcmBasicOffsetTable.h -include/ITK-4.8/gdcmBitmap.h -include/ITK-4.8/gdcmBitmapToBitmapFilter.h -include/ITK-4.8/gdcmBoxRegion.h -include/ITK-4.8/gdcmByteBuffer.h -include/ITK-4.8/gdcmByteSwap.h -include/ITK-4.8/gdcmByteSwap.txx -include/ITK-4.8/gdcmByteSwapFilter.h -include/ITK-4.8/gdcmByteValue.h -include/ITK-4.8/gdcmCAPICryptoFactory.h -include/ITK-4.8/gdcmCAPICryptographicMessageSyntax.h -include/ITK-4.8/gdcmCEchoMessages.h -include/ITK-4.8/gdcmCFindMessages.h -include/ITK-4.8/gdcmCMoveMessages.h -include/ITK-4.8/gdcmCP246ExplicitDataElement.h -include/ITK-4.8/gdcmCP246ExplicitDataElement.txx -include/ITK-4.8/gdcmCSAElement.h -include/ITK-4.8/gdcmCSAHeader.h -include/ITK-4.8/gdcmCSAHeader.txx -include/ITK-4.8/gdcmCSAHeaderDict.h -include/ITK-4.8/gdcmCSAHeaderDictEntry.h -include/ITK-4.8/gdcmCStoreMessages.h -include/ITK-4.8/gdcmCodeString.h -include/ITK-4.8/gdcmCodec.h -include/ITK-4.8/gdcmCoder.h -include/ITK-4.8/gdcmCommand.h -include/ITK-4.8/gdcmCommandDataSet.h -include/ITK-4.8/gdcmCompositeMessageFactory.h -include/ITK-4.8/gdcmCompositeNetworkFunctions.h -include/ITK-4.8/gdcmConfigure.h -include/ITK-4.8/gdcmConstCharWrapper.h -include/ITK-4.8/gdcmCryptoFactory.h -include/ITK-4.8/gdcmCryptographicMessageSyntax.h -include/ITK-4.8/gdcmCurve.h -include/ITK-4.8/gdcmDICOMDIR.h -include/ITK-4.8/gdcmDICOMDIRGenerator.h -include/ITK-4.8/gdcmDIMSE.h -include/ITK-4.8/gdcmDataElement.h -include/ITK-4.8/gdcmDataEvent.h -include/ITK-4.8/gdcmDataSet.h -include/ITK-4.8/gdcmDataSet.txx -include/ITK-4.8/gdcmDataSetEvent.h -include/ITK-4.8/gdcmDataSetHelper.h -include/ITK-4.8/gdcmDecoder.h -include/ITK-4.8/gdcmDefinedTerms.h -include/ITK-4.8/gdcmDeflateStream.h -include/ITK-4.8/gdcmDefs.h -include/ITK-4.8/gdcmDeltaEncodingCodec.h -include/ITK-4.8/gdcmDict.h -include/ITK-4.8/gdcmDictConverter.h -include/ITK-4.8/gdcmDictEntry.h -include/ITK-4.8/gdcmDictPrinter.h -include/ITK-4.8/gdcmDicts.h -include/ITK-4.8/gdcmDirectionCosines.h -include/ITK-4.8/gdcmDirectory.h -include/ITK-4.8/gdcmDirectoryHelper.h -include/ITK-4.8/gdcmDummyValueGenerator.h -include/ITK-4.8/gdcmDumper.h -include/ITK-4.8/gdcmElement.h -include/ITK-4.8/gdcmEncapsulatedDocument.h -include/ITK-4.8/gdcmEnumeratedValues.h -include/ITK-4.8/gdcmEvent.h -include/ITK-4.8/gdcmException.h -include/ITK-4.8/gdcmExplicitDataElement.h -include/ITK-4.8/gdcmExplicitDataElement.txx -include/ITK-4.8/gdcmExplicitImplicitDataElement.h -include/ITK-4.8/gdcmExplicitImplicitDataElement.txx -include/ITK-4.8/gdcmFiducials.h -include/ITK-4.8/gdcmFile.h -include/ITK-4.8/gdcmFileAnonymizer.h -include/ITK-4.8/gdcmFileChangeTransferSyntax.h -include/ITK-4.8/gdcmFileDerivation.h -include/ITK-4.8/gdcmFileExplicitFilter.h -include/ITK-4.8/gdcmFileMetaInformation.h -include/ITK-4.8/gdcmFileNameEvent.h -include/ITK-4.8/gdcmFileSet.h -include/ITK-4.8/gdcmFileStreamer.h -include/ITK-4.8/gdcmFilename.h -include/ITK-4.8/gdcmFilenameGenerator.h -include/ITK-4.8/gdcmFindPatientRootQuery.h -include/ITK-4.8/gdcmFindStudyRootQuery.h -include/ITK-4.8/gdcmFragment.h -include/ITK-4.8/gdcmFragment.txx -include/ITK-4.8/gdcmGlobal.h -include/ITK-4.8/gdcmGroupDict.h -include/ITK-4.8/gdcmIOD.h -include/ITK-4.8/gdcmIODEntry.h -include/ITK-4.8/gdcmIODs.h -include/ITK-4.8/gdcmIPPSorter.h -include/ITK-4.8/gdcmIconImage.h -include/ITK-4.8/gdcmIconImageFilter.h -include/ITK-4.8/gdcmIconImageGenerator.h -include/ITK-4.8/gdcmImage.h -include/ITK-4.8/gdcmImageApplyLookupTable.h -include/ITK-4.8/gdcmImageChangePhotometricInterpretation.h -include/ITK-4.8/gdcmImageChangePlanarConfiguration.h -include/ITK-4.8/gdcmImageChangeTransferSyntax.h -include/ITK-4.8/gdcmImageCodec.h -include/ITK-4.8/gdcmImageConverter.h -include/ITK-4.8/gdcmImageFragmentSplitter.h -include/ITK-4.8/gdcmImageHelper.h -include/ITK-4.8/gdcmImageReader.h -include/ITK-4.8/gdcmImageRegionReader.h -include/ITK-4.8/gdcmImageToImageFilter.h -include/ITK-4.8/gdcmImageWriter.h -include/ITK-4.8/gdcmImplementationClassUIDSub.h -include/ITK-4.8/gdcmImplementationUIDSub.h -include/ITK-4.8/gdcmImplementationVersionNameSub.h -include/ITK-4.8/gdcmImplicitDataElement.h -include/ITK-4.8/gdcmImplicitDataElement.txx -include/ITK-4.8/gdcmItem.h -include/ITK-4.8/gdcmItem.txx -include/ITK-4.8/gdcmJPEG12Codec.h -include/ITK-4.8/gdcmJPEG16Codec.h -include/ITK-4.8/gdcmJPEG2000Codec.h -include/ITK-4.8/gdcmJPEG8Codec.h -include/ITK-4.8/gdcmJPEGCodec.h -include/ITK-4.8/gdcmJPEGLSCodec.h -include/ITK-4.8/gdcmJSON.h -include/ITK-4.8/gdcmKAKADUCodec.h -include/ITK-4.8/gdcmLO.h -include/ITK-4.8/gdcmLegacyMacro.h -include/ITK-4.8/gdcmLookupTable.h -include/ITK-4.8/gdcmMD5.h -include/ITK-4.8/gdcmMacro.h -include/ITK-4.8/gdcmMacroEntry.h -include/ITK-4.8/gdcmMacros.h -include/ITK-4.8/gdcmMaximumLengthSub.h -include/ITK-4.8/gdcmMediaStorage.h -include/ITK-4.8/gdcmMeshPrimitive.h -include/ITK-4.8/gdcmModalityPerformedProcedureStepCreateQuery.h -include/ITK-4.8/gdcmModalityPerformedProcedureStepSetQuery.h -include/ITK-4.8/gdcmModule.h -include/ITK-4.8/gdcmModuleEntry.h -include/ITK-4.8/gdcmModules.h -include/ITK-4.8/gdcmMovePatientRootQuery.h -include/ITK-4.8/gdcmMoveStudyRootQuery.h -include/ITK-4.8/gdcmNActionMessages.h -include/ITK-4.8/gdcmNCreateMessages.h -include/ITK-4.8/gdcmNDeleteMessages.h -include/ITK-4.8/gdcmNEventReportMessages.h -include/ITK-4.8/gdcmNGetMessages.h -include/ITK-4.8/gdcmNSetMessages.h -include/ITK-4.8/gdcmNestedModuleEntries.h -include/ITK-4.8/gdcmNetworkEvents.h -include/ITK-4.8/gdcmNetworkStateID.h -include/ITK-4.8/gdcmNormalizedMessageFactory.h -include/ITK-4.8/gdcmNormalizedNetworkFunctions.h -include/ITK-4.8/gdcmObject.h -include/ITK-4.8/gdcmOpenSSLCryptoFactory.h -include/ITK-4.8/gdcmOpenSSLCryptographicMessageSyntax.h -include/ITK-4.8/gdcmOpenSSLP7CryptoFactory.h -include/ITK-4.8/gdcmOpenSSLP7CryptographicMessageSyntax.h -include/ITK-4.8/gdcmOrientation.h -include/ITK-4.8/gdcmOverlay.h -include/ITK-4.8/gdcmPDBElement.h -include/ITK-4.8/gdcmPDBHeader.h -include/ITK-4.8/gdcmPDFCodec.h -include/ITK-4.8/gdcmPDUFactory.h -include/ITK-4.8/gdcmPDataTFPDU.h -include/ITK-4.8/gdcmPGXCodec.h -include/ITK-4.8/gdcmPNMCodec.h -include/ITK-4.8/gdcmPVRGCodec.h -include/ITK-4.8/gdcmParseException.h -include/ITK-4.8/gdcmParser.h -include/ITK-4.8/gdcmPatient.h -include/ITK-4.8/gdcmPersonName.h -include/ITK-4.8/gdcmPhotometricInterpretation.h -include/ITK-4.8/gdcmPixelFormat.h -include/ITK-4.8/gdcmPixmap.h -include/ITK-4.8/gdcmPixmapReader.h -include/ITK-4.8/gdcmPixmapToPixmapFilter.h -include/ITK-4.8/gdcmPixmapWriter.h -include/ITK-4.8/gdcmPreamble.h -include/ITK-4.8/gdcmPresentationContext.h -include/ITK-4.8/gdcmPresentationContextAC.h -include/ITK-4.8/gdcmPresentationContextGenerator.h -include/ITK-4.8/gdcmPresentationContextRQ.h -include/ITK-4.8/gdcmPresentationDataValue.h -include/ITK-4.8/gdcmPrinter.h -include/ITK-4.8/gdcmPrivateTag.h -include/ITK-4.8/gdcmProgressEvent.h -include/ITK-4.8/gdcmQueryBase.h -include/ITK-4.8/gdcmQueryFactory.h -include/ITK-4.8/gdcmQueryImage.h -include/ITK-4.8/gdcmQueryPatient.h -include/ITK-4.8/gdcmQuerySeries.h -include/ITK-4.8/gdcmQueryStudy.h -include/ITK-4.8/gdcmRAWCodec.h -include/ITK-4.8/gdcmRLECodec.h -include/ITK-4.8/gdcmReader.h -include/ITK-4.8/gdcmRegion.h -include/ITK-4.8/gdcmRescaler.h -include/ITK-4.8/gdcmRoleSelectionSub.h -include/ITK-4.8/gdcmSHA1.h -include/ITK-4.8/gdcmSOPClassExtendedNegociationSub.h -include/ITK-4.8/gdcmSOPClassUIDToIOD.h -include/ITK-4.8/gdcmScanner.h -include/ITK-4.8/gdcmSegment.h -include/ITK-4.8/gdcmSegmentHelper.h -include/ITK-4.8/gdcmSegmentReader.h -include/ITK-4.8/gdcmSegmentWriter.h -include/ITK-4.8/gdcmSegmentedPaletteColorLookupTable.h -include/ITK-4.8/gdcmSequenceOfFragments.h -include/ITK-4.8/gdcmSequenceOfFragments.txx -include/ITK-4.8/gdcmSequenceOfItems.h -include/ITK-4.8/gdcmSequenceOfItems.txx -include/ITK-4.8/gdcmSerieHelper.h -include/ITK-4.8/gdcmSeries.h -include/ITK-4.8/gdcmServiceClassApplicationInformation.h -include/ITK-4.8/gdcmServiceClassUser.h -include/ITK-4.8/gdcmSimpleSubjectWatcher.h -include/ITK-4.8/gdcmSmartPointer.h -include/ITK-4.8/gdcmSorter.h -include/ITK-4.8/gdcmSpacing.h -include/ITK-4.8/gdcmSpectroscopy.h -include/ITK-4.8/gdcmSplitMosaicFilter.h -include/ITK-4.8/gdcmStaticAssert.h -include/ITK-4.8/gdcmStreamImageReader.h -include/ITK-4.8/gdcmStreamImageWriter.h -include/ITK-4.8/gdcmStrictScanner.h -include/ITK-4.8/gdcmString.h -include/ITK-4.8/gdcmStringFilter.h -include/ITK-4.8/gdcmStudy.h -include/ITK-4.8/gdcmSubject.h -include/ITK-4.8/gdcmSurface.h -include/ITK-4.8/gdcmSurfaceHelper.h -include/ITK-4.8/gdcmSurfaceReader.h -include/ITK-4.8/gdcmSurfaceWriter.h -include/ITK-4.8/gdcmSwapCode.h -include/ITK-4.8/gdcmSwapper.h -include/ITK-4.8/gdcmSwapper.txx -include/ITK-4.8/gdcmSystem.h -include/ITK-4.8/gdcmTable.h -include/ITK-4.8/gdcmTableEntry.h -include/ITK-4.8/gdcmTableReader.h -include/ITK-4.8/gdcmTag.h -include/ITK-4.8/gdcmTagKeywords.h -include/ITK-4.8/gdcmTagPath.h -include/ITK-4.8/gdcmTagToType.h -include/ITK-4.8/gdcmTagToVR.h -include/ITK-4.8/gdcmTerminal.h -include/ITK-4.8/gdcmTestDriver.h -include/ITK-4.8/gdcmTesting.h -include/ITK-4.8/gdcmTrace.h -include/ITK-4.8/gdcmTransferSyntax.h -include/ITK-4.8/gdcmTransferSyntaxSub.h -include/ITK-4.8/gdcmType.h -include/ITK-4.8/gdcmTypes.h -include/ITK-4.8/gdcmUIDGenerator.h -include/ITK-4.8/gdcmUIDs.h -include/ITK-4.8/gdcmULAction.h -include/ITK-4.8/gdcmULActionAA.h -include/ITK-4.8/gdcmULActionAE.h -include/ITK-4.8/gdcmULActionAR.h -include/ITK-4.8/gdcmULActionDT.h -include/ITK-4.8/gdcmULBasicCallback.h -include/ITK-4.8/gdcmULConnection.h -include/ITK-4.8/gdcmULConnectionCallback.h -include/ITK-4.8/gdcmULConnectionInfo.h -include/ITK-4.8/gdcmULConnectionManager.h -include/ITK-4.8/gdcmULEvent.h -include/ITK-4.8/gdcmULTransitionTable.h -include/ITK-4.8/gdcmULWritingCallback.h -include/ITK-4.8/gdcmUNExplicitDataElement.h -include/ITK-4.8/gdcmUNExplicitDataElement.txx -include/ITK-4.8/gdcmUNExplicitImplicitDataElement.h -include/ITK-4.8/gdcmUNExplicitImplicitDataElement.txx -include/ITK-4.8/gdcmUUIDGenerator.h -include/ITK-4.8/gdcmUnpacker12Bits.h -include/ITK-4.8/gdcmUsage.h -include/ITK-4.8/gdcmUserInformation.h -include/ITK-4.8/gdcmVL.h -include/ITK-4.8/gdcmVM.h -include/ITK-4.8/gdcmVR.h -include/ITK-4.8/gdcmVR16ExplicitDataElement.h -include/ITK-4.8/gdcmVR16ExplicitDataElement.txx -include/ITK-4.8/gdcmValidate.h -include/ITK-4.8/gdcmValue.h -include/ITK-4.8/gdcmValue.txx -include/ITK-4.8/gdcmValueIO.h -include/ITK-4.8/gdcmValueIO.txx -include/ITK-4.8/gdcmVersion.h -include/ITK-4.8/gdcmWLMFindQuery.h -include/ITK-4.8/gdcmWaveform.h -include/ITK-4.8/gdcmWin32.h -include/ITK-4.8/gdcmWriter.h -include/ITK-4.8/gdcmXMLDictReader.h -include/ITK-4.8/gdcmXMLPrinter.h -include/ITK-4.8/gdcmXMLPrivateDictReader.h -include/ITK-4.8/gdcm_j2k.h -include/ITK-4.8/gdcm_jp2.h -include/ITK-4.8/gdcmcharls/colortransform.h -include/ITK-4.8/gdcmcharls/config.h -include/ITK-4.8/gdcmcharls/context.h -include/ITK-4.8/gdcmcharls/contextrunmode.h -include/ITK-4.8/gdcmcharls/decoderstrategy.h -include/ITK-4.8/gdcmcharls/defaulttraits.h -include/ITK-4.8/gdcmcharls/encoderstrategy.h -include/ITK-4.8/gdcmcharls/header.h -include/ITK-4.8/gdcmcharls/interface.h -include/ITK-4.8/gdcmcharls/lookuptable.h -include/ITK-4.8/gdcmcharls/losslesstraits.h -include/ITK-4.8/gdcmcharls/processline.h -include/ITK-4.8/gdcmcharls/publictypes.h -include/ITK-4.8/gdcmcharls/scan.h -include/ITK-4.8/gdcmcharls/streams.h -include/ITK-4.8/gdcmcharls/util.h -include/ITK-4.8/gdcmjpeg/12/jconfig.h -include/ITK-4.8/gdcmjpeg/12/jerror.h -include/ITK-4.8/gdcmjpeg/12/jinclude.h -include/ITK-4.8/gdcmjpeg/12/jmorecfg.h -include/ITK-4.8/gdcmjpeg/12/jpegcmake.h -include/ITK-4.8/gdcmjpeg/12/jpeglib.h -include/ITK-4.8/gdcmjpeg/12/mangle_jpeg12bits.h -include/ITK-4.8/gdcmjpeg/16/jconfig.h -include/ITK-4.8/gdcmjpeg/16/jerror.h -include/ITK-4.8/gdcmjpeg/16/jinclude.h -include/ITK-4.8/gdcmjpeg/16/jmorecfg.h -include/ITK-4.8/gdcmjpeg/16/jpegcmake.h -include/ITK-4.8/gdcmjpeg/16/jpeglib.h -include/ITK-4.8/gdcmjpeg/16/mangle_jpeg16bits.h -include/ITK-4.8/gdcmjpeg/8/jconfig.h -include/ITK-4.8/gdcmjpeg/8/jerror.h -include/ITK-4.8/gdcmjpeg/8/jinclude.h -include/ITK-4.8/gdcmjpeg/8/jmorecfg.h -include/ITK-4.8/gdcmjpeg/8/jpegcmake.h -include/ITK-4.8/gdcmjpeg/8/jpeglib.h -include/ITK-4.8/gdcmjpeg/8/mangle_jpeg8bits.h -include/ITK-4.8/gdcmjpeg/jchuff.h -include/ITK-4.8/gdcmjpeg/jconfig.h -include/ITK-4.8/gdcmjpeg/jdct.h -include/ITK-4.8/gdcmjpeg/jdhuff.h -include/ITK-4.8/gdcmjpeg/jerror.h -include/ITK-4.8/gdcmjpeg/jinclude.h -include/ITK-4.8/gdcmjpeg/jlossls.h -include/ITK-4.8/gdcmjpeg/jlossy.h -include/ITK-4.8/gdcmjpeg/jmemsys.h -include/ITK-4.8/gdcmjpeg/jmorecfg.h -include/ITK-4.8/gdcmjpeg/jpegint.h -include/ITK-4.8/gdcmjpeg/jpeglib.h -include/ITK-4.8/gdcmjpeg/jversion.h -include/ITK-4.8/generic/vcl_algorithm.h -include/ITK-4.8/generic/vcl_bitset.h -include/ITK-4.8/generic/vcl_blah.h -include/ITK-4.8/generic/vcl_cassert.h -include/ITK-4.8/generic/vcl_cctype.h -include/ITK-4.8/generic/vcl_cerrno.h -include/ITK-4.8/generic/vcl_cfloat.h -include/ITK-4.8/generic/vcl_ciso646.h -include/ITK-4.8/generic/vcl_climits.h -include/ITK-4.8/generic/vcl_clocale.h -include/ITK-4.8/generic/vcl_cmath.h -include/ITK-4.8/generic/vcl_complex.h -include/ITK-4.8/generic/vcl_csetjmp.h -include/ITK-4.8/generic/vcl_csignal.h -include/ITK-4.8/generic/vcl_cstdarg.h -include/ITK-4.8/generic/vcl_cstddef.h -include/ITK-4.8/generic/vcl_cstdio.h -include/ITK-4.8/generic/vcl_cstdlib.h -include/ITK-4.8/generic/vcl_cstring.h -include/ITK-4.8/generic/vcl_ctime.h -include/ITK-4.8/generic/vcl_cwchar.h -include/ITK-4.8/generic/vcl_cwctype.h -include/ITK-4.8/generic/vcl_deque.h -include/ITK-4.8/generic/vcl_exception.h -include/ITK-4.8/generic/vcl_fstream.h -include/ITK-4.8/generic/vcl_functional.h -include/ITK-4.8/generic/vcl_iomanip.h -include/ITK-4.8/generic/vcl_ios.h -include/ITK-4.8/generic/vcl_iosfwd.h -include/ITK-4.8/generic/vcl_iostream.h -include/ITK-4.8/generic/vcl_istream.h -include/ITK-4.8/generic/vcl_iterator.h -include/ITK-4.8/generic/vcl_limits.h -include/ITK-4.8/generic/vcl_list.h -include/ITK-4.8/generic/vcl_locale.h -include/ITK-4.8/generic/vcl_map.h -include/ITK-4.8/generic/vcl_memory.h -include/ITK-4.8/generic/vcl_memory_tr1.h -include/ITK-4.8/generic/vcl_numeric.h -include/ITK-4.8/generic/vcl_ostream.h -include/ITK-4.8/generic/vcl_queue.h -include/ITK-4.8/generic/vcl_set.h -include/ITK-4.8/generic/vcl_sstream.h -include/ITK-4.8/generic/vcl_stack.h -include/ITK-4.8/generic/vcl_stdexcept.h -include/ITK-4.8/generic/vcl_streambuf.h -include/ITK-4.8/generic/vcl_string.h -include/ITK-4.8/generic/vcl_typeinfo.h -include/ITK-4.8/generic/vcl_utility.h -include/ITK-4.8/generic/vcl_valarray.h -include/ITK-4.8/generic/vcl_vector.h -include/ITK-4.8/gifti_io.h -include/ITK-4.8/gifti_xml.h -include/ITK-4.8/ieee.h -include/ITK-4.8/internal/vcl_atomic_count_gcc.h -include/ITK-4.8/internal/vcl_atomic_count_gcc_x86.h -include/ITK-4.8/internal/vcl_atomic_count_pthreads.h -include/ITK-4.8/internal/vcl_atomic_count_solaris.h -include/ITK-4.8/internal/vcl_atomic_count_sync.h -include/ITK-4.8/internal/vcl_atomic_count_win32.h -include/ITK-4.8/internal/vcl_interlocked.h -include/ITK-4.8/iso/vcl_algorithm.h -include/ITK-4.8/iso/vcl_algorithm.txx -include/ITK-4.8/iso/vcl_bitset.h -include/ITK-4.8/iso/vcl_cassert.h -include/ITK-4.8/iso/vcl_cctype.h -include/ITK-4.8/iso/vcl_cerrno.h -include/ITK-4.8/iso/vcl_cfloat.h -include/ITK-4.8/iso/vcl_ciso646.h -include/ITK-4.8/iso/vcl_climits.h -include/ITK-4.8/iso/vcl_clocale.h -include/ITK-4.8/iso/vcl_cmath.h -include/ITK-4.8/iso/vcl_complex.h -include/ITK-4.8/iso/vcl_complex.txx -include/ITK-4.8/iso/vcl_csetjmp.h -include/ITK-4.8/iso/vcl_csignal.h -include/ITK-4.8/iso/vcl_cstdarg.h -include/ITK-4.8/iso/vcl_cstddef.h -include/ITK-4.8/iso/vcl_cstdio.h -include/ITK-4.8/iso/vcl_cstdlib.h -include/ITK-4.8/iso/vcl_cstring.h -include/ITK-4.8/iso/vcl_ctime.h -include/ITK-4.8/iso/vcl_cwchar.h -include/ITK-4.8/iso/vcl_cwctype.h -include/ITK-4.8/iso/vcl_deque.h -include/ITK-4.8/iso/vcl_deque.txx -include/ITK-4.8/iso/vcl_exception.h -include/ITK-4.8/iso/vcl_fstream.h -include/ITK-4.8/iso/vcl_functional.h -include/ITK-4.8/iso/vcl_functional.txx -include/ITK-4.8/iso/vcl_iomanip.h -include/ITK-4.8/iso/vcl_ios.h -include/ITK-4.8/iso/vcl_iosfwd.h -include/ITK-4.8/iso/vcl_iostream.h -include/ITK-4.8/iso/vcl_istream.h -include/ITK-4.8/iso/vcl_iterator.h -include/ITK-4.8/iso/vcl_iterator.txx -include/ITK-4.8/iso/vcl_limits.h -include/ITK-4.8/iso/vcl_list.h -include/ITK-4.8/iso/vcl_list.txx -include/ITK-4.8/iso/vcl_locale.h -include/ITK-4.8/iso/vcl_map.h -include/ITK-4.8/iso/vcl_map.txx -include/ITK-4.8/iso/vcl_memory.h -include/ITK-4.8/iso/vcl_memory_tr1.h -include/ITK-4.8/iso/vcl_new.h -include/ITK-4.8/iso/vcl_numeric.h -include/ITK-4.8/iso/vcl_ostream.h -include/ITK-4.8/iso/vcl_queue.h -include/ITK-4.8/iso/vcl_queue.txx -include/ITK-4.8/iso/vcl_set.h -include/ITK-4.8/iso/vcl_set.txx -include/ITK-4.8/iso/vcl_sstream.h -include/ITK-4.8/iso/vcl_stack.h -include/ITK-4.8/iso/vcl_stack.txx -include/ITK-4.8/iso/vcl_stdexcept.h -include/ITK-4.8/iso/vcl_streambuf.h -include/ITK-4.8/iso/vcl_string.h -include/ITK-4.8/iso/vcl_string.txx -include/ITK-4.8/iso/vcl_typeinfo.h -include/ITK-4.8/iso/vcl_utility.h -include/ITK-4.8/iso/vcl_utility.txx -include/ITK-4.8/iso/vcl_valarray.h -include/ITK-4.8/iso/vcl_vector.h -include/ITK-4.8/iso/vcl_vector.txx -include/ITK-4.8/itkANTSNeighborhoodCorrelationImageToImageMetricv4.h -include/ITK-4.8/itkANTSNeighborhoodCorrelationImageToImageMetricv4.hxx -include/ITK-4.8/itkANTSNeighborhoodCorrelationImageToImageMetricv4GetValueAndDerivativeThreader.h -include/ITK-4.8/itkANTSNeighborhoodCorrelationImageToImageMetricv4GetValueAndDerivativeThreader.hxx -include/ITK-4.8/itkAbsImageAdaptor.h -include/ITK-4.8/itkAbsImageFilter.h -include/ITK-4.8/itkAbsoluteValueDifferenceImageFilter.h -include/ITK-4.8/itkAccumulateImageFilter.h -include/ITK-4.8/itkAccumulateImageFilter.hxx -include/ITK-4.8/itkAcosImageAdaptor.h -include/ITK-4.8/itkAcosImageFilter.h -include/ITK-4.8/itkAdaptImageFilter.h -include/ITK-4.8/itkAdaptiveHistogramEqualizationImageFilter.h -include/ITK-4.8/itkAdaptiveHistogramEqualizationImageFilter.hxx -include/ITK-4.8/itkAddImageAdaptor.h -include/ITK-4.8/itkAddImageFilter.h -include/ITK-4.8/itkAddPixelAccessor.h -include/ITK-4.8/itkAdditiveGaussianNoiseImageFilter.h -include/ITK-4.8/itkAdditiveGaussianNoiseImageFilter.hxx -include/ITK-4.8/itkAffineGeometryFrame.h -include/ITK-4.8/itkAffineGeometryFrame.hxx -include/ITK-4.8/itkAffineTransform.h -include/ITK-4.8/itkAffineTransform.hxx -include/ITK-4.8/itkAggregateLabelMapFilter.h -include/ITK-4.8/itkAggregateLabelMapFilter.hxx -include/ITK-4.8/itkAmoebaOptimizer.h -include/ITK-4.8/itkAmoebaOptimizerv4.h -include/ITK-4.8/itkAnchorCloseImageFilter.h -include/ITK-4.8/itkAnchorDilateImageFilter.h -include/ITK-4.8/itkAnchorErodeDilateImageFilter.h -include/ITK-4.8/itkAnchorErodeDilateImageFilter.hxx -include/ITK-4.8/itkAnchorErodeDilateLine.h -include/ITK-4.8/itkAnchorErodeDilateLine.hxx -include/ITK-4.8/itkAnchorErodeImageFilter.h -include/ITK-4.8/itkAnchorOpenCloseImageFilter.h -include/ITK-4.8/itkAnchorOpenCloseImageFilter.hxx -include/ITK-4.8/itkAnchorOpenCloseLine.h -include/ITK-4.8/itkAnchorOpenCloseLine.hxx -include/ITK-4.8/itkAnchorOpenImageFilter.h -include/ITK-4.8/itkAnchorUtilities.h -include/ITK-4.8/itkAnchorUtilities.hxx -include/ITK-4.8/itkAndImageFilter.h -include/ITK-4.8/itkAnisotropicDiffusionFunction.h -include/ITK-4.8/itkAnisotropicDiffusionImageFilter.h -include/ITK-4.8/itkAnisotropicDiffusionImageFilter.hxx -include/ITK-4.8/itkAnisotropicFourthOrderLevelSetImageFilter.h -include/ITK-4.8/itkAnisotropicFourthOrderLevelSetImageFilter.hxx -include/ITK-4.8/itkAnnulusOperator.h -include/ITK-4.8/itkAnnulusOperator.hxx -include/ITK-4.8/itkAntiAliasBinaryImageFilter.h -include/ITK-4.8/itkAntiAliasBinaryImageFilter.hxx -include/ITK-4.8/itkApproximateSignedDistanceMapImageFilter.h -include/ITK-4.8/itkApproximateSignedDistanceMapImageFilter.hxx -include/ITK-4.8/itkArchetypeSeriesFileNames.h -include/ITK-4.8/itkArray.h -include/ITK-4.8/itkArray.hxx -include/ITK-4.8/itkArray2D.h -include/ITK-4.8/itkArray2D.hxx -include/ITK-4.8/itkArrowSpatialObject.h -include/ITK-4.8/itkArrowSpatialObject.hxx -include/ITK-4.8/itkAsinImageAdaptor.h -include/ITK-4.8/itkAsinImageFilter.h -include/ITK-4.8/itkAtan2ImageFilter.h -include/ITK-4.8/itkAtanImageAdaptor.h -include/ITK-4.8/itkAtanImageFilter.h -include/ITK-4.8/itkAtanRegularizedHeavisideStepFunction.h -include/ITK-4.8/itkAtanRegularizedHeavisideStepFunction.hxx -include/ITK-4.8/itkAtomicInt.h -include/ITK-4.8/itkAtomicIntDetail.h -include/ITK-4.8/itkAttributeKeepNObjectsLabelMapFilter.h -include/ITK-4.8/itkAttributeKeepNObjectsLabelMapFilter.hxx -include/ITK-4.8/itkAttributeLabelObject.h -include/ITK-4.8/itkAttributeOpeningLabelMapFilter.h -include/ITK-4.8/itkAttributeOpeningLabelMapFilter.hxx -include/ITK-4.8/itkAttributePositionLabelMapFilter.h -include/ITK-4.8/itkAttributePositionLabelMapFilter.hxx -include/ITK-4.8/itkAttributeRelabelLabelMapFilter.h -include/ITK-4.8/itkAttributeRelabelLabelMapFilter.hxx -include/ITK-4.8/itkAttributeSelectionLabelMapFilter.h -include/ITK-4.8/itkAttributeSelectionLabelMapFilter.hxx -include/ITK-4.8/itkAttributeUniqueLabelMapFilter.h -include/ITK-4.8/itkAttributeUniqueLabelMapFilter.hxx -include/ITK-4.8/itkAutoCropLabelMapFilter.h -include/ITK-4.8/itkAutoCropLabelMapFilter.hxx -include/ITK-4.8/itkAutoPointer.h -include/ITK-4.8/itkAutoPointerDataObjectDecorator.h -include/ITK-4.8/itkAutoPointerDataObjectDecorator.hxx -include/ITK-4.8/itkAutomaticTopologyMeshSource.h -include/ITK-4.8/itkAutomaticTopologyMeshSource.hxx -include/ITK-4.8/itkAutumnColormapFunction.h -include/ITK-4.8/itkAutumnColormapFunction.hxx -include/ITK-4.8/itkAzimuthElevationToCartesianTransform.h -include/ITK-4.8/itkAzimuthElevationToCartesianTransform.hxx -include/ITK-4.8/itkBMPImageIO.h -include/ITK-4.8/itkBMPImageIOFactory.h -include/ITK-4.8/itkBSplineBaseTransform.h -include/ITK-4.8/itkBSplineBaseTransform.hxx -include/ITK-4.8/itkBSplineCenteredL2ResampleImageFilterBase.h -include/ITK-4.8/itkBSplineCenteredL2ResampleImageFilterBase.hxx -include/ITK-4.8/itkBSplineCenteredResampleImageFilterBase.h -include/ITK-4.8/itkBSplineCenteredResampleImageFilterBase.hxx -include/ITK-4.8/itkBSplineControlPointImageFilter.h -include/ITK-4.8/itkBSplineControlPointImageFilter.hxx -include/ITK-4.8/itkBSplineControlPointImageFunction.h -include/ITK-4.8/itkBSplineControlPointImageFunction.hxx -include/ITK-4.8/itkBSplineDecompositionImageFilter.h -include/ITK-4.8/itkBSplineDecompositionImageFilter.hxx -include/ITK-4.8/itkBSplineDeformableTransform.h -include/ITK-4.8/itkBSplineDeformableTransform.hxx -include/ITK-4.8/itkBSplineDeformableTransformInitializer.h -include/ITK-4.8/itkBSplineDeformableTransformInitializer.hxx -include/ITK-4.8/itkBSplineDerivativeKernelFunction.h -include/ITK-4.8/itkBSplineDownsampleImageFilter.h -include/ITK-4.8/itkBSplineDownsampleImageFilter.hxx -include/ITK-4.8/itkBSplineExponentialDiffeomorphicTransform.h -include/ITK-4.8/itkBSplineExponentialDiffeomorphicTransform.hxx -include/ITK-4.8/itkBSplineExponentialDiffeomorphicTransformParametersAdaptor.h -include/ITK-4.8/itkBSplineExponentialDiffeomorphicTransformParametersAdaptor.hxx -include/ITK-4.8/itkBSplineInterpolateImageFunction.h -include/ITK-4.8/itkBSplineInterpolateImageFunction.hxx -include/ITK-4.8/itkBSplineInterpolationWeightFunction.h -include/ITK-4.8/itkBSplineInterpolationWeightFunction.hxx -include/ITK-4.8/itkBSplineKernelFunction.h -include/ITK-4.8/itkBSplineL2ResampleImageFilterBase.h -include/ITK-4.8/itkBSplineL2ResampleImageFilterBase.hxx -include/ITK-4.8/itkBSplineResampleImageFilterBase.h -include/ITK-4.8/itkBSplineResampleImageFilterBase.hxx -include/ITK-4.8/itkBSplineResampleImageFunction.h -include/ITK-4.8/itkBSplineScatteredDataPointSetToImageFilter.h -include/ITK-4.8/itkBSplineScatteredDataPointSetToImageFilter.hxx -include/ITK-4.8/itkBSplineSmoothingOnUpdateDisplacementFieldTransform.h -include/ITK-4.8/itkBSplineSmoothingOnUpdateDisplacementFieldTransform.hxx -include/ITK-4.8/itkBSplineSmoothingOnUpdateDisplacementFieldTransformParametersAdaptor.h -include/ITK-4.8/itkBSplineSmoothingOnUpdateDisplacementFieldTransformParametersAdaptor.hxx -include/ITK-4.8/itkBSplineSyNImageRegistrationMethod.h -include/ITK-4.8/itkBSplineSyNImageRegistrationMethod.hxx -include/ITK-4.8/itkBSplineTransform.h -include/ITK-4.8/itkBSplineTransform.hxx -include/ITK-4.8/itkBSplineTransformInitializer.h -include/ITK-4.8/itkBSplineTransformInitializer.hxx -include/ITK-4.8/itkBSplineTransformParametersAdaptor.h -include/ITK-4.8/itkBSplineTransformParametersAdaptor.hxx -include/ITK-4.8/itkBSplineUpsampleImageFilter.h -include/ITK-4.8/itkBSplineUpsampleImageFilter.hxx -include/ITK-4.8/itkBYUMeshIO.h -include/ITK-4.8/itkBYUMeshIOFactory.h -include/ITK-4.8/itkBackPropagationLayer.h -include/ITK-4.8/itkBackPropagationLayer.hxx -include/ITK-4.8/itkBackwardDifferenceOperator.h -include/ITK-4.8/itkBackwardDifferenceOperator.hxx -include/ITK-4.8/itkBarrier.h -include/ITK-4.8/itkBasicDilateImageFilter.h -include/ITK-4.8/itkBasicDilateImageFilter.hxx -include/ITK-4.8/itkBasicErodeImageFilter.h -include/ITK-4.8/itkBasicErodeImageFilter.hxx -include/ITK-4.8/itkBatchSupervisedTrainingFunction.h -include/ITK-4.8/itkBatchSupervisedTrainingFunction.hxx -include/ITK-4.8/itkBayesianClassifierImageFilter.h -include/ITK-4.8/itkBayesianClassifierImageFilter.hxx -include/ITK-4.8/itkBayesianClassifierInitializationImageFilter.h -include/ITK-4.8/itkBayesianClassifierInitializationImageFilter.hxx -include/ITK-4.8/itkBilateralImageFilter.h -include/ITK-4.8/itkBilateralImageFilter.hxx -include/ITK-4.8/itkBinShrinkImageFilter.h -include/ITK-4.8/itkBinShrinkImageFilter.hxx -include/ITK-4.8/itkBinaryBallStructuringElement.h -include/ITK-4.8/itkBinaryBallStructuringElement.hxx -include/ITK-4.8/itkBinaryClosingByReconstructionImageFilter.h -include/ITK-4.8/itkBinaryClosingByReconstructionImageFilter.hxx -include/ITK-4.8/itkBinaryContourImageFilter.h -include/ITK-4.8/itkBinaryContourImageFilter.hxx -include/ITK-4.8/itkBinaryCrossStructuringElement.h -include/ITK-4.8/itkBinaryCrossStructuringElement.hxx -include/ITK-4.8/itkBinaryDilateImageFilter.h -include/ITK-4.8/itkBinaryDilateImageFilter.hxx -include/ITK-4.8/itkBinaryErodeImageFilter.h -include/ITK-4.8/itkBinaryErodeImageFilter.hxx -include/ITK-4.8/itkBinaryFillholeImageFilter.h -include/ITK-4.8/itkBinaryFillholeImageFilter.hxx -include/ITK-4.8/itkBinaryFunctorImageFilter.h -include/ITK-4.8/itkBinaryFunctorImageFilter.hxx -include/ITK-4.8/itkBinaryGrindPeakImageFilter.h -include/ITK-4.8/itkBinaryGrindPeakImageFilter.hxx -include/ITK-4.8/itkBinaryImageToLabelMapFilter.h -include/ITK-4.8/itkBinaryImageToLabelMapFilter.hxx -include/ITK-4.8/itkBinaryImageToLevelSetImageAdaptor.h -include/ITK-4.8/itkBinaryImageToLevelSetImageAdaptor.hxx -include/ITK-4.8/itkBinaryImageToLevelSetImageAdaptorBase.h -include/ITK-4.8/itkBinaryImageToShapeLabelMapFilter.h -include/ITK-4.8/itkBinaryImageToShapeLabelMapFilter.hxx -include/ITK-4.8/itkBinaryImageToStatisticsLabelMapFilter.h -include/ITK-4.8/itkBinaryImageToStatisticsLabelMapFilter.hxx -include/ITK-4.8/itkBinaryMagnitudeImageFilter.h -include/ITK-4.8/itkBinaryMask3DMeshSource.h -include/ITK-4.8/itkBinaryMask3DMeshSource.hxx -include/ITK-4.8/itkBinaryMaskToNarrowBandPointSetFilter.h -include/ITK-4.8/itkBinaryMaskToNarrowBandPointSetFilter.hxx *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Fri Feb 12 11:56:37 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 00FF7AA6332; Fri, 12 Feb 2016 11:56:37 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C14377AB; Fri, 12 Feb 2016 11:56:36 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1CBuZHY069190; Fri, 12 Feb 2016 11:56:35 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1CBuZBN069188; Fri, 12 Feb 2016 11:56:35 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201602121156.u1CBuZBN069188@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Fri, 12 Feb 2016 11:56:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408715 - head/databases/p5-DBIx-Class X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2016 11:56:37 -0000 Author: wen Date: Fri Feb 12 11:56:35 2016 New Revision: 408715 URL: https://svnweb.freebsd.org/changeset/ports/408715 Log: - Update to 0.082821 Changes: http://cpansearch.perl.org/src/RIBASUSHI/DBIx-Class-0.082821/Changes Modified: head/databases/p5-DBIx-Class/Makefile head/databases/p5-DBIx-Class/distinfo Modified: head/databases/p5-DBIx-Class/Makefile ============================================================================== --- head/databases/p5-DBIx-Class/Makefile Fri Feb 12 11:41:39 2016 (r408714) +++ head/databases/p5-DBIx-Class/Makefile Fri Feb 12 11:56:35 2016 (r408715) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= DBIx-Class -PORTVERSION= 0.082820 +PORTVERSION= 0.082821 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/databases/p5-DBIx-Class/distinfo ============================================================================== --- head/databases/p5-DBIx-Class/distinfo Fri Feb 12 11:41:39 2016 (r408714) +++ head/databases/p5-DBIx-Class/distinfo Fri Feb 12 11:56:35 2016 (r408715) @@ -1,2 +1,2 @@ -SHA256 (DBIx-Class-0.082820.tar.gz) = 7b6083a1273d474d785aa93581dc1da334bbe5d83c741574ee2e3942559daeb9 -SIZE (DBIx-Class-0.082820.tar.gz) = 850564 +SHA256 (DBIx-Class-0.082821.tar.gz) = dc6e0ce7fa4f732c6e584e89019df9cb8ac25d3f7bd51b94ba4d97cffd8a2cde +SIZE (DBIx-Class-0.082821.tar.gz) = 852841 From owner-svn-ports-head@freebsd.org Fri Feb 12 12:09:38 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 329A8AA6F66; Fri, 12 Feb 2016 12:09:38 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F2B22F9F; Fri, 12 Feb 2016 12:09:37 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1CC9aKY072267; Fri, 12 Feb 2016 12:09:36 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1CC9am1072265; Fri, 12 Feb 2016 12:09:36 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201602121209.u1CC9am1072265@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Fri, 12 Feb 2016 12:09:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408716 - head/databases/p5-SQL-Interp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2016 12:09:38 -0000 Author: wen Date: Fri Feb 12 12:09:36 2016 New Revision: 408716 URL: https://svnweb.freebsd.org/changeset/ports/408716 Log: - Update to 1.24 Changes: http://cpansearch.perl.org/src/MARKSTOS/SQL-Interp-1.24/Changes - Add LICENSE Modified: head/databases/p5-SQL-Interp/Makefile head/databases/p5-SQL-Interp/distinfo Modified: head/databases/p5-SQL-Interp/Makefile ============================================================================== --- head/databases/p5-SQL-Interp/Makefile Fri Feb 12 11:56:35 2016 (r408715) +++ head/databases/p5-SQL-Interp/Makefile Fri Feb 12 12:09:36 2016 (r408716) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= SQL-Interp -PORTVERSION= 1.22 -PORTREVISION= 1 +PORTVERSION= 1.24 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,6 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Interpolate Perl variables into SQL with DBI +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-DBI>=1:${PORTSDIR}/databases/p5-DBI \ p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter RUN_DEPENDS= p5-DBI>=1:${PORTSDIR}/databases/p5-DBI \ Modified: head/databases/p5-SQL-Interp/distinfo ============================================================================== --- head/databases/p5-SQL-Interp/distinfo Fri Feb 12 11:56:35 2016 (r408715) +++ head/databases/p5-SQL-Interp/distinfo Fri Feb 12 12:09:36 2016 (r408716) @@ -1,2 +1,2 @@ -SHA256 (SQL-Interp-1.22.tar.gz) = 9645af59080dd0e4e7287e693b150b0b7f6f04c2f78a6a7abb3a7e30a7ebcd2c -SIZE (SQL-Interp-1.22.tar.gz) = 45496 +SHA256 (SQL-Interp-1.24.tar.gz) = b679cb6bc478883e5648724f3ccbc24e5c67ce9c0e438f71a5767945c427c43a +SIZE (SQL-Interp-1.24.tar.gz) = 45692 From owner-svn-ports-head@freebsd.org Fri Feb 12 12:15:55 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 96147AA61EB; Fri, 12 Feb 2016 12:15:55 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 486371324; Fri, 12 Feb 2016 12:15:55 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1CCFs8V075181; Fri, 12 Feb 2016 12:15:54 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1CCFstH075178; Fri, 12 Feb 2016 12:15:54 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201602121215.u1CCFstH075178@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Fri, 12 Feb 2016 12:15:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408717 - head/deskutils/fet X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2016 12:15:55 -0000 Author: rakuco Date: Fri Feb 12 12:15:53 2016 New Revision: 408717 URL: https://svnweb.freebsd.org/changeset/ports/408717 Log: Update to 5.28.5. PR: 206975 Submitted by: Zsolt Udvari (maintainer) Modified: head/deskutils/fet/Makefile head/deskutils/fet/distinfo head/deskutils/fet/pkg-plist Modified: head/deskutils/fet/Makefile ============================================================================== --- head/deskutils/fet/Makefile Fri Feb 12 12:09:36 2016 (r408716) +++ head/deskutils/fet/Makefile Fri Feb 12 12:15:53 2016 (r408717) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fet -PORTVERSION= 5.27.5 +PORTVERSION= 5.28.5 CATEGORIES= deskutils kde MASTER_SITES= http://lalescu.ro/liviu/fet/download/ \ http://lalescu.ro/liviu/fet/download/old/ \ Modified: head/deskutils/fet/distinfo ============================================================================== --- head/deskutils/fet/distinfo Fri Feb 12 12:09:36 2016 (r408716) +++ head/deskutils/fet/distinfo Fri Feb 12 12:15:53 2016 (r408717) @@ -1,2 +1,2 @@ -SHA256 (fet-5.27.5.tar.bz2) = b18110f99a9de125c163bf1fbfe87620017037a52f83b61496fe5bacdf15f4cc -SIZE (fet-5.27.5.tar.bz2) = 9254424 +SHA256 (fet-5.28.5.tar.bz2) = 211fe8e3d4cc9973e2e4af6ff6e6956969fecee9b9125e75f04d3316648d2f8e +SIZE (fet-5.28.5.tar.bz2) = 9756490 Modified: head/deskutils/fet/pkg-plist ============================================================================== --- head/deskutils/fet/pkg-plist Fri Feb 12 12:09:36 2016 (r408716) +++ head/deskutils/fet/pkg-plist Fri Feb 12 12:15:53 2016 (r408717) @@ -4,10 +4,12 @@ man/man1/fet.1.gz man/man1/fet-cl.1.gz %%NLS%%%%DATADIR%%/translations/fet_ar.qm %%NLS%%%%DATADIR%%/translations/fet_ca.qm +%%NLS%%%%DATADIR%%/translations/fet_cs.qm %%NLS%%%%DATADIR%%/translations/fet_da.qm %%NLS%%%%DATADIR%%/translations/fet_de.qm %%NLS%%%%DATADIR%%/translations/fet_el.qm %%NLS%%%%DATADIR%%/translations/fet_es.qm +%%NLS%%%%DATADIR%%/translations/fet_eu.qm %%NLS%%%%DATADIR%%/translations/fet_fa.qm %%NLS%%%%DATADIR%%/translations/fet_fr.qm %%NLS%%%%DATADIR%%/translations/fet_gl.qm From owner-svn-ports-head@freebsd.org Fri Feb 12 12:23:30 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 20C89AA68AD; Fri, 12 Feb 2016 12:23:30 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EEBCF19E7; Fri, 12 Feb 2016 12:23:29 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1CCNTh9078226; Fri, 12 Feb 2016 12:23:29 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1CCNSuJ078218; Fri, 12 Feb 2016 12:23:28 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201602121223.u1CCNSuJ078218@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Fri, 12 Feb 2016 12:23:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408718 - in head/devel: . libbrotli libbrotli/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2016 12:23:30 -0000 Author: osa Date: Fri Feb 12 12:23:28 2016 New Revision: 408718 URL: https://svnweb.freebsd.org/changeset/ports/408718 Log: Add libbrotli - libraries for the brotli decode and encode sources. Added: head/devel/libbrotli/ head/devel/libbrotli/Makefile (contents, props changed) head/devel/libbrotli/distinfo (contents, props changed) head/devel/libbrotli/files/ head/devel/libbrotli/files/patch-Makefile.am (contents, props changed) head/devel/libbrotli/files/patch-autogen.sh (contents, props changed) head/devel/libbrotli/pkg-descr (contents, props changed) head/devel/libbrotli/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Feb 12 12:15:53 2016 (r408717) +++ head/devel/Makefile Fri Feb 12 12:23:28 2016 (r408718) @@ -1123,6 +1123,7 @@ SUBDIR += libbobcat SUBDIR += libbonobo SUBDIR += libbonobo-reference + SUBDIR += libbrotli SUBDIR += libbson SUBDIR += libburn SUBDIR += libc++ Added: head/devel/libbrotli/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libbrotli/Makefile Fri Feb 12 12:23:28 2016 (r408718) @@ -0,0 +1,31 @@ +# Created by: Sergey A. Osokin +# $FreeBSD$ + +PORTNAME= libbrotli +PORTVERSION= ${BROTLI_VERSION} +CATEGORIES= devel archivers + +MAINTAINER= osa@FreeBSD.org +COMMENT= Library for generic-purpose lossless compression algorithm + +LICENSE= MIT + +LIBBROTLI_VERSION= 53d53e8 +BROTLI_VERSION= 0.3.0 + +USE_GITHUB= yes +GH_ACCOUNT= bagder google:brotli +GH_PROJECT= brotli:brotli +GH_TAGNAME= ${LIBBROTLI_VERSION} v${BROTLI_VERSION}:brotli + +#USES= pkgconfig autoreconf libtool compiler:c++0x gmake +USES= pkgconfig autoreconf libtool compiler:c++0x +GNU_CONFIGURE= yes +MAKE_JOBS_UNSAFE= yes +USE_LDCONFIG= yes + +pre-configure: + ${RMDIR} ${WRKSRC}/brotli && ${MV} ${WRKDIR}/brotli-${BROTLI_VERSION} ${WRKSRC}/brotli + cd ${WRKSRC} && ./autogen.sh + +.include Added: head/devel/libbrotli/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libbrotli/distinfo Fri Feb 12 12:23:28 2016 (r408718) @@ -0,0 +1,4 @@ +SHA256 (bagder-libbrotli-0.3.0-53d53e8_GH0.tar.gz) = fc5b50981ffd7f66dbf9ac398d99bad89e08237d90c7966ff20f4fbe883fb895 +SIZE (bagder-libbrotli-0.3.0-53d53e8_GH0.tar.gz) = 3103 +SHA256 (google-brotli-v0.3.0_GH0.tar.gz) = 5d49eb1a6dd19304dd683c293abf66c8a419728f4c6d0f390fa7deb2a39eaae2 +SIZE (google-brotli-v0.3.0_GH0.tar.gz) = 8035159 Added: head/devel/libbrotli/files/patch-Makefile.am ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libbrotli/files/patch-Makefile.am Fri Feb 12 12:23:28 2016 (r408718) @@ -0,0 +1,31 @@ +--- Makefile.am.orig 2016-01-20 21:31:42 UTC ++++ Makefile.am +@@ -14,8 +14,7 @@ ENCODE = brotli/enc/backward_references. + brotli/enc/encode.cc brotli/enc/static_dict.cc \ + brotli/enc/encode_parallel.cc brotli/enc/streams.cc \ + brotli/enc/entropy_encode.cc brotli/enc/dictionary.cc \ +- brotli/enc/utf8_util.cc brotli/enc/compress_fragment.cc \ +- brotli/enc/compress_fragment_two_pass.cc ++ brotli/enc/utf8_util.cc + + DECODEHEADERS = brotli/dec/decode.h brotli/dec/state.h \ + brotli/dec/streams.h brotli/dec/types.h brotli/dec/bit_reader.h \ +@@ -32,15 +31,15 @@ ENCODEHEADERS = brotli/enc/encode.h brot + brotli/enc/literal_cost.h brotli/enc/cluster.h brotli/enc/bit_cost.h \ + brotli/enc/entropy_encode.h brotli/enc/brotli_bit_stream.h \ + brotli/enc/write_bits.h brotli/enc/static_dict_lut.h \ +- brotli/enc/encode_parallel.h brotli/enc/types.h brotli/enc/utf8_util.h \ +- brotli/enc/compress_fragment.h brotli/enc/compress_fragment_two_pass.h ++ brotli/enc/encode_parallel.h brotli/enc/types.h brotli/enc/utf8_util.h ++ + + EXTRA_DIST = AUTHORS README + + # install headers in $(includedir) with subdirs + nobase_include_HEADERS = $(DECODEHEADERS) $(ENCODEHEADERS) + +-pkgconfigdir = $(libdir)/pkgconfig ++pkgconfigdir = $(libdir)/../libdata/pkgconfig + pkgconfig_DATA = libbrotlienc.pc libbrotlidec.pc + pkgincludedir= $(includedir)/brotli + pkginclude_HEADERS = Added: head/devel/libbrotli/files/patch-autogen.sh ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libbrotli/files/patch-autogen.sh Fri Feb 12 12:23:28 2016 (r408718) @@ -0,0 +1,11 @@ +--- autogen.sh.orig 2016-01-20 21:31:42 UTC ++++ autogen.sh +@@ -12,8 +12,6 @@ if test $? -ne 0; then + exit 1 + fi + +-$GIT submodule init +-$GIT submodule update + + # create m4 before autoreconf + mkdir m4 2>/dev/null Added: head/devel/libbrotli/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libbrotli/pkg-descr Fri Feb 12 12:23:28 2016 (r408718) @@ -0,0 +1,5 @@ +Wrapper scripts and code around the brotli code base. +Builds libraries out of the brotli decode and encode sources. + +WWW: https://github.com/google/brotli +WWW: https://github.com/bagder/libbrotli Added: head/devel/libbrotli/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libbrotli/pkg-plist Fri Feb 12 12:23:28 2016 (r408718) @@ -0,0 +1,49 @@ +include/brotli/dec/bit_reader.h +include/brotli/dec/context.h +include/brotli/dec/decode.h +include/brotli/dec/dictionary.h +include/brotli/dec/huffman.h +include/brotli/dec/port.h +include/brotli/dec/prefix.h +include/brotli/dec/state.h +include/brotli/dec/streams.h +include/brotli/dec/transform.h +include/brotli/dec/types.h +include/brotli/enc/backward_references.h +include/brotli/enc/bit_cost.h +include/brotli/enc/block_splitter.h +include/brotli/enc/brotli_bit_stream.h +include/brotli/enc/cluster.h +include/brotli/enc/command.h +include/brotli/enc/context.h +include/brotli/enc/dictionary.h +include/brotli/enc/dictionary_hash.h +include/brotli/enc/encode.h +include/brotli/enc/encode_parallel.h +include/brotli/enc/entropy_encode.h +include/brotli/enc/fast_log.h +include/brotli/enc/find_match_length.h +include/brotli/enc/hash.h +include/brotli/enc/histogram.h +include/brotli/enc/literal_cost.h +include/brotli/enc/metablock.h +include/brotli/enc/port.h +include/brotli/enc/prefix.h +include/brotli/enc/ringbuffer.h +include/brotli/enc/static_dict.h +include/brotli/enc/static_dict_lut.h +include/brotli/enc/streams.h +include/brotli/enc/transform.h +include/brotli/enc/types.h +include/brotli/enc/utf8_util.h +include/brotli/enc/write_bits.h +lib/libbrotlidec.a +lib/libbrotlidec.so +lib/libbrotlidec.so.1 +lib/libbrotlidec.so.1.0.0 +lib/libbrotlienc.a +lib/libbrotlienc.so +lib/libbrotlienc.so.1 +lib/libbrotlienc.so.1.0.0 +libdata/pkgconfig/libbrotlidec.pc +libdata/pkgconfig/libbrotlienc.pc From owner-svn-ports-head@freebsd.org Fri Feb 12 12:27:59 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 17E7BAA6A8B; Fri, 12 Feb 2016 12:27:59 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DCABF1C48; Fri, 12 Feb 2016 12:27:58 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1CCRvbY078476; Fri, 12 Feb 2016 12:27:57 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1CCRvb7078474; Fri, 12 Feb 2016 12:27:57 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201602121227.u1CCRvb7078474@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Fri, 12 Feb 2016 12:27:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408719 - head/editors/calligra X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2016 12:27:59 -0000 Author: rakuco Date: Fri Feb 12 12:27:57 2016 New Revision: 408719 URL: https://svnweb.freebsd.org/changeset/ports/408719 Log: Fix plist with the GMIC option on after r408504. Submitted by: Matthew Rezny Modified: head/editors/calligra/Makefile head/editors/calligra/pkg-plist Modified: head/editors/calligra/Makefile ============================================================================== --- head/editors/calligra/Makefile Fri Feb 12 12:23:28 2016 (r408718) +++ head/editors/calligra/Makefile Fri Feb 12 12:27:57 2016 (r408719) @@ -2,6 +2,7 @@ PORTNAME= calligra PORTVERSION= ${CALLIGRA_VERSION} +PORTREVISION= 1 CATEGORIES= editors kde MASTER_SITES= KDE/${CALLIGRA_BRANCH}/${PORTNAME}-${PORTVERSION}/ DIST_SUBDIR= KDE/${PORTNAME}/${PORTVERSION} Modified: head/editors/calligra/pkg-plist ============================================================================== --- head/editors/calligra/pkg-plist Fri Feb 12 12:23:28 2016 (r408718) +++ head/editors/calligra/pkg-plist Fri Feb 12 12:27:57 2016 (r408719) @@ -5643,7 +5643,7 @@ share/apps/krita/defaultpresets/spraybru share/apps/krita/defaultpresets/tangentnormal.kpp share/apps/krita/dtd/krita.dtd %%GMIC%%share/apps/krita/gmic/gmic_def.gmic.blacklist -%%GMIC%%share/apps/krita/gmic/update1610.gmic +%%GMIC%%share/apps/krita/gmic/gimp_update169.gmic share/apps/krita/gradients/BG-Krita2.ggr share/apps/krita/gradients/GPS-FG-Glare.ggr share/apps/krita/gradients/GPS-Fire-Blueish.ggr From owner-svn-ports-head@freebsd.org Fri Feb 12 12:33:11 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 730DFAA6DB6; Fri, 12 Feb 2016 12:33:11 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4584C90; Fri, 12 Feb 2016 12:33:11 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1CCXAVB081326; Fri, 12 Feb 2016 12:33:10 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1CCXABw081324; Fri, 12 Feb 2016 12:33:10 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201602121233.u1CCXABw081324@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Fri, 12 Feb 2016 12:33:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408720 - head/devel/libdombey X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2016 12:33:11 -0000 Author: miwi Date: Fri Feb 12 12:33:10 2016 New Revision: 408720 URL: https://svnweb.freebsd.org/changeset/ports/408720 Log: - Update to 5.26 PR: 207118 Submitted by: maintainer Modified: head/devel/libdombey/Makefile head/devel/libdombey/distinfo Modified: head/devel/libdombey/Makefile ============================================================================== --- head/devel/libdombey/Makefile Fri Feb 12 12:27:57 2016 (r408719) +++ head/devel/libdombey/Makefile Fri Feb 12 12:33:10 2016 (r408720) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libdombey -PORTVERSION= 5.25 +PORTVERSION= 5.26 CATEGORIES= devel MASTER_SITES= http://www.mammothcheese.ca/ Modified: head/devel/libdombey/distinfo ============================================================================== --- head/devel/libdombey/distinfo Fri Feb 12 12:27:57 2016 (r408719) +++ head/devel/libdombey/distinfo Fri Feb 12 12:33:10 2016 (r408720) @@ -1,2 +1,2 @@ -SHA256 (libdombey-5.25.tar.gz) = 3d675a5dc995449f1845ef3f5e389222f112a0f48106d641c661b07961f9afdd -SIZE (libdombey-5.25.tar.gz) = 52462 +SHA256 (libdombey-5.26.tar.gz) = 451990db33952f9ff69c823aa334807d8630db639e64737102dbdc3ebc10f14f +SIZE (libdombey-5.26.tar.gz) = 52565 From owner-svn-ports-head@freebsd.org Fri Feb 12 12:34:07 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1E339AA6E47; Fri, 12 Feb 2016 12:34:07 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E48F01EA; Fri, 12 Feb 2016 12:34:06 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1CCY6EE081480; Fri, 12 Feb 2016 12:34:06 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1CCY5wA081478; Fri, 12 Feb 2016 12:34:05 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201602121234.u1CCY5wA081478@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Fri, 12 Feb 2016 12:34:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408721 - head/www/drood X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2016 12:34:07 -0000 Author: miwi Date: Fri Feb 12 12:34:05 2016 New Revision: 408721 URL: https://svnweb.freebsd.org/changeset/ports/408721 Log: - Update to 5.14 PR: 207119 Submitted by: maintainer Modified: head/www/drood/Makefile head/www/drood/distinfo Modified: head/www/drood/Makefile ============================================================================== --- head/www/drood/Makefile Fri Feb 12 12:33:10 2016 (r408720) +++ head/www/drood/Makefile Fri Feb 12 12:34:05 2016 (r408721) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= drood -PORTVERSION= 5.8 +PORTVERSION= 5.14 CATEGORIES= www MASTER_SITES= http://www.mammothcheese.ca/ @@ -24,6 +24,7 @@ MAKE_ENV= INSTALL_PROGRAM="${INSTALL_PRO PLIST_FILES= bin/drood \ bin/humdinger \ man/man8/drood.8.gz \ + man/man8/droodpipe.8.gz \ man/man8/humdinger.8.gz \ etc/rc.d/drood \ "@(,,4550) etc/rc.d/humdinger" \ Modified: head/www/drood/distinfo ============================================================================== --- head/www/drood/distinfo Fri Feb 12 12:33:10 2016 (r408720) +++ head/www/drood/distinfo Fri Feb 12 12:34:05 2016 (r408721) @@ -1,2 +1,2 @@ -SHA256 (drood-5.8.tar.gz) = 94b2f17e0ba6aa0ac1a02804d413d2ac132e687cc6fc67c26497dac8b7eca769 -SIZE (drood-5.8.tar.gz) = 54965 +SHA256 (drood-5.14.tar.gz) = 921e58f41115d4057db2b5f0513c5a113304d75fc2b485bd4bd412cbbbddad33 +SIZE (drood-5.14.tar.gz) = 55831 From owner-svn-ports-head@freebsd.org Fri Feb 12 12:48:57 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BD5ADAA3628; Fri, 12 Feb 2016 12:48:57 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8E54BD8D; Fri, 12 Feb 2016 12:48:57 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1CCmuWv084796; Fri, 12 Feb 2016 12:48:56 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1CCmuEK084795; Fri, 12 Feb 2016 12:48:56 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201602121248.u1CCmuEK084795@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Fri, 12 Feb 2016 12:48:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408723 - head/www/nginx-devel/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2016 12:48:57 -0000 Author: osa Date: Fri Feb 12 12:48:56 2016 New Revision: 408723 URL: https://svnweb.freebsd.org/changeset/ports/408723 Log: Add vendor's patch. Changes to NGX_MODULE_V1 and ngx_module_t in 85dea406e18f (1.9.11) broke all modules written in C++, because ISO C++11 does not allow conversion from string literal to char *. Added: head/www/nginx-devel/files/patch-src-core-ngx_module.h (contents, props changed) Added: head/www/nginx-devel/files/patch-src-core-ngx_module.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/nginx-devel/files/patch-src-core-ngx_module.h Fri Feb 12 12:48:56 2016 (r408723) @@ -0,0 +1,11 @@ +--- src/core/ngx_module.h.orig 2016-02-10 19:26:57.903123000 -0500 ++++ src/core/ngx_module.h 2016-02-10 19:27:40.978113000 -0500 +@@ -253,7 +253,7 @@ + ngx_uint_t spare1; + + ngx_uint_t version; +- char *signature; ++ const char *signature; + + void *ctx; + ngx_command_t *commands; From owner-svn-ports-head@freebsd.org Fri Feb 12 12:48:57 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 808EBAA3625; Fri, 12 Feb 2016 12:48:57 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 52C3FD8B; Fri, 12 Feb 2016 12:48:57 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1CCmuue084758; Fri, 12 Feb 2016 12:48:56 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1CCmunj084747; Fri, 12 Feb 2016 12:48:56 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201602121248.u1CCmunj084747@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Fri, 12 Feb 2016 12:48:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408722 - head/deskutils/recoll X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2016 12:48:57 -0000 Author: vanilla Date: Fri Feb 12 12:48:56 2016 New Revision: 408722 URL: https://svnweb.freebsd.org/changeset/ports/408722 Log: Update to 1.21.5. PR: 206891 Submitted by: Port Fury. Modified: head/deskutils/recoll/Makefile head/deskutils/recoll/distinfo Modified: head/deskutils/recoll/Makefile ============================================================================== --- head/deskutils/recoll/Makefile Fri Feb 12 12:34:05 2016 (r408721) +++ head/deskutils/recoll/Makefile Fri Feb 12 12:48:56 2016 (r408722) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= recoll -PORTVERSION= 1.21.4 +PORTVERSION= 1.21.5 CATEGORIES= deskutils MASTER_SITES= http://www.lesbonscomptes.com/recoll/ @@ -75,14 +75,8 @@ post-patch: 's|/usr/local/lib|${LOCALBASE}/lib|' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e \ - 's|= -g -O2|=|' \ - ${WRKSRC}/mk/localdefs.in - @${REINPLACE_CMD} -e \ - 's|@NOCMDLINE@||g ; \ - s|@prefix@|${PREFIX}| ; \ - s|REALPREFIX=$$PREFIX|REALPREFIX=$$DESTDIR$$PREFIX| ; \ - s|python setup.py|${PYTHON_CMD} setup.py| ; \ - s|$${ROOTFORPYTHON}||' \ + 's|@NOCMDLINE@|| ; \ + s|python setup.py|${PYTHON_CMD} setup.py|' \ ${WRKSRC}/recollinstall.in @${REINPLACE_CMD} -e \ 's|python setup.py|${PYTHON_CMD} setup.py|' \ Modified: head/deskutils/recoll/distinfo ============================================================================== --- head/deskutils/recoll/distinfo Fri Feb 12 12:34:05 2016 (r408721) +++ head/deskutils/recoll/distinfo Fri Feb 12 12:48:56 2016 (r408722) @@ -1,2 +1,2 @@ -SHA256 (recoll-1.21.4.tar.gz) = bd6d4576214799bf9471bded2fd650df5d5f23b92eeb8d904d655e60606909a3 -SIZE (recoll-1.21.4.tar.gz) = 2247088 +SHA256 (recoll-1.21.5.tar.gz) = 7e9e7314e14b77a5c995737f4fc5492020ec4431ed91e923a24415c6d6da3e58 +SIZE (recoll-1.21.5.tar.gz) = 2248202 From owner-svn-ports-head@freebsd.org Fri Feb 12 12:49:53 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 933B7AA36B4; Fri, 12 Feb 2016 12:49:53 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 54D01F45; Fri, 12 Feb 2016 12:49:53 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1CCnquB084978; Fri, 12 Feb 2016 12:49:52 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1CCnq4V084974; Fri, 12 Feb 2016 12:49:52 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201602121249.u1CCnq4V084974@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Fri, 12 Feb 2016 12:49:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408724 - in head/www: nginx nginx-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2016 12:49:53 -0000 Author: osa Date: Fri Feb 12 12:49:51 2016 New Revision: 408724 URL: https://svnweb.freebsd.org/changeset/ports/408724 Log: Add third-party brotli module. Modified: head/www/nginx-devel/Makefile head/www/nginx-devel/distinfo head/www/nginx/Makefile head/www/nginx/distinfo Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Fri Feb 12 12:48:56 2016 (r408723) +++ head/www/nginx-devel/Makefile Fri Feb 12 12:49:51 2016 (r408724) @@ -88,6 +88,7 @@ OPTIONS_DEFINE= \ HTTP_UPSTREAM_STICKY \ HTTP_ZIP \ ARRAYVAR \ + BROTLI \ DRIZZLE \ DYNAMIC_UPSTREAM \ ENCRYPTSESSION \ @@ -187,6 +188,7 @@ HTTP_UPSTREAM_FAIR_DESC= 3rd party upstr HTTP_UPSTREAM_STICKY_DESC= 3rd party upstream sticky module HTTP_ZIP_DESC= 3rd party http_zip module ARRAYVAR_DESC= 3rd party array_var module +BROTLI_DESC= 3rd party brotli module DRIZZLE_DESC= 3rd party drizzlie module DYNAMIC_UPSTREAM_DESC= 3rd party dynamic_upstream module ENCRYPTSESSION_DESC= 3rd party encrypted_session module @@ -929,6 +931,16 @@ GH_TAGNAME+= v${NGINX_ARRAYVAR_VERSION}: CONFIGURE_ARGS+=--add-module=${WRKSRC_arrayvar} .endif +.if ${PORT_OPTIONS:MBROTLI} +NGINX_BROTLI_VERSION= 86998c6 +LIB_DEPENDS+= libbrotlidec.so:${PORTSDIR}/devel/libbrotli \ + libbrotlienc.so:${PORTSDIR}/devel/libbrotli +GH_ACCOUNT+= google:brotli +GH_PROJECT+= ngx_brotli:brotli +GH_TAGNAME+= ${NGINX_BROTLI_VERSION}:brotli +CONFIGURE_ARGS+=--add-module=${WRKSRC_brotli} +.endif + .if ${PORT_OPTIONS:MFORMINPUT} NGINX_FORMINPUT_VERSION= 0.07 GH_ACCOUNT+= calio:forminput Modified: head/www/nginx-devel/distinfo ============================================================================== --- head/www/nginx-devel/distinfo Fri Feb 12 12:48:56 2016 (r408723) +++ head/www/nginx-devel/distinfo Fri Feb 12 12:49:51 2016 (r408724) @@ -118,6 +118,8 @@ SHA256 (nginx-njs-466a655_GH0.tar.gz) = SIZE (nginx-njs-466a655_GH0.tar.gz) = 133682 SHA256 (openresty-array-var-nginx-module-v0.03_GH0.tar.gz) = f9892ec9a2e872d8aabeb2234d0d4c66cf85b8dbb2ca5c108a20c3d8c2111189 SIZE (openresty-array-var-nginx-module-v0.03_GH0.tar.gz) = 9520 +SHA256 (google-ngx_brotli-86998c6_GH0.tar.gz) = 463a583cfbeacdf6d6db5630afaddc9eebeec44301ca68c660cc8fdf4580e5aa +SIZE (google-ngx_brotli-86998c6_GH0.tar.gz) = 10890 SHA256 (calio-form-input-nginx-module-v0.07_GH0.tar.gz) = c0c56cc697a290e98b88d4888bac8828041ef6f3049247d3cd3c63f2808d1e20 SIZE (calio-form-input-nginx-module-v0.07_GH0.tar.gz) = 10563 SHA256 (calio-iconv-nginx-module-v0.10_GH0.tar.gz) = 88e326eba7fdf9fd2376b1ba033b48cb0eee45136528cf5430ac9340088ce324 Modified: head/www/nginx/Makefile ============================================================================== --- head/www/nginx/Makefile Fri Feb 12 12:48:56 2016 (r408723) +++ head/www/nginx/Makefile Fri Feb 12 12:49:51 2016 (r408724) @@ -85,6 +85,7 @@ OPTIONS_DEFINE= \ HTTP_UPSTREAM_STICKY \ HTTP_ZIP \ ARRAYVAR \ + BROTLI \ DRIZZLE \ ENCRYPTSESSION \ FORMINPUT \ @@ -179,6 +180,7 @@ HTTP_UPSTREAM_FAIR_DESC= 3rd party upstr HTTP_UPSTREAM_STICKY_DESC= 3rd party upstream sticky module HTTP_ZIP_DESC= 3rd party http_zip module ARRAYVAR_DESC= 3rd party array_var module +BROTLI_DESC= 3rd party brotli module DRIZZLE_DESC= 3rd party drizzlie module ENCRYPTSESSION_DESC= 3rd party encrypted_session module FORMINPUT_DESC= 3rd party form_input module @@ -891,6 +893,16 @@ GH_TAGNAME+= v${NGINX_ARRAYVAR_VERSION}: CONFIGURE_ARGS+=--add-module=${WRKSRC_arrayvar} .endif +.if ${PORT_OPTIONS:MBROTLI} +NGINX_BROTLI_VERSION= 86998c6 +LIB_DEPENDS+= libbrotlidec.so:${PORTSDIR}/devel/libbrotli \ + libbrotlienc.so:${PORTSDIR}/devel/libbrotli +GH_ACCOUNT+= google:brotli +GH_PROJECT+= ngx_brotli:brotli +GH_TAGNAME+= ${NGINX_BROTLI_VERSION}:brotli +CONFIGURE_ARGS+=--add-module=${WRKSRC_brotli} +.endif + .if ${PORT_OPTIONS:MFORMINPUT} NGINX_FORMINPUT_VERSION= 0.07 GH_ACCOUNT+= calio:forminput Modified: head/www/nginx/distinfo ============================================================================== --- head/www/nginx/distinfo Fri Feb 12 12:48:56 2016 (r408723) +++ head/www/nginx/distinfo Fri Feb 12 12:49:51 2016 (r408724) @@ -114,6 +114,8 @@ SHA256 (openresty-xss-nginx-module-v0.04 SIZE (openresty-xss-nginx-module-v0.04_GH0.tar.gz) = 10536 SHA256 (openresty-array-var-nginx-module-v0.03_GH0.tar.gz) = f9892ec9a2e872d8aabeb2234d0d4c66cf85b8dbb2ca5c108a20c3d8c2111189 SIZE (openresty-array-var-nginx-module-v0.03_GH0.tar.gz) = 9520 +SHA256 (google-ngx_brotli-86998c6_GH0.tar.gz) = 463a583cfbeacdf6d6db5630afaddc9eebeec44301ca68c660cc8fdf4580e5aa +SIZE (google-ngx_brotli-86998c6_GH0.tar.gz) = 10890 SHA256 (calio-form-input-nginx-module-v0.07_GH0.tar.gz) = c0c56cc697a290e98b88d4888bac8828041ef6f3049247d3cd3c63f2808d1e20 SIZE (calio-form-input-nginx-module-v0.07_GH0.tar.gz) = 10563 SHA256 (calio-iconv-nginx-module-v0.10_GH0.tar.gz) = 88e326eba7fdf9fd2376b1ba033b48cb0eee45136528cf5430ac9340088ce324 From owner-svn-ports-head@freebsd.org Fri Feb 12 12:50:02 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F3DD0AA36FF; Fri, 12 Feb 2016 12:50:01 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C6DDF101A; Fri, 12 Feb 2016 12:50:01 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1CCo0L7085129; Fri, 12 Feb 2016 12:50:00 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1CCo0qs085126; Fri, 12 Feb 2016 12:50:00 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201602121250.u1CCo0qs085126@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Fri, 12 Feb 2016 12:50:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408725 - head/math/clfft X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2016 12:50:02 -0000 Author: wen Date: Fri Feb 12 12:50:00 2016 New Revision: 408725 URL: https://svnweb.freebsd.org/changeset/ports/408725 Log: - Update to 2.10.0 PR: 207071 Submitted by: dieterich@ogolem.org(maintainer) Modified: head/math/clfft/Makefile head/math/clfft/distinfo head/math/clfft/pkg-plist Modified: head/math/clfft/Makefile ============================================================================== --- head/math/clfft/Makefile Fri Feb 12 12:49:51 2016 (r408724) +++ head/math/clfft/Makefile Fri Feb 12 12:50:00 2016 (r408725) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= clfft -PORTVERSION= 2.8 +PORTVERSION= 2.10.0 DISTVERSIONPREFIX= v CATEGORIES= math Modified: head/math/clfft/distinfo ============================================================================== --- head/math/clfft/distinfo Fri Feb 12 12:49:51 2016 (r408724) +++ head/math/clfft/distinfo Fri Feb 12 12:50:00 2016 (r408725) @@ -1,2 +1,2 @@ -SHA256 (clMathLibraries-clFFT-v2.8_GH0.tar.gz) = 9964b537f0af121560e64cb5a2513b153511ca85e011f23a332c45cc66f3d60a -SIZE (clMathLibraries-clFFT-v2.8_GH0.tar.gz) = 967253 +SHA256 (clMathLibraries-clFFT-v2.10.0_GH0.tar.gz) = f70d8ae7b8c38f27b4f28e5e7abe55378e18c4f1c5cf8922b561dc908d36ffdc +SIZE (clMathLibraries-clFFT-v2.10.0_GH0.tar.gz) = 986031 Modified: head/math/clfft/pkg-plist ============================================================================== --- head/math/clfft/pkg-plist Fri Feb 12 12:49:51 2016 (r408724) +++ head/math/clfft/pkg-plist Fri Feb 12 12:50:00 2016 (r408725) @@ -8,10 +8,10 @@ lib/cmake/clFFT/clFFTTargets-%%CMAKE_BUI lib/cmake/clFFT/clFFTTargets.cmake lib/libStatTimer.so lib/libStatTimer.so.2 -lib/libStatTimer.so.2.8.0 +lib/libStatTimer.so.2.10.0 lib/libclFFT.so lib/libclFFT.so.2 -lib/libclFFT.so.2.8.0 +lib/libclFFT.so.2.10.0 share/clFFT/examples/fft1d share/clFFT/examples/fft1d.c share/clFFT/examples/fft2d From owner-svn-ports-head@freebsd.org Fri Feb 12 13:03:26 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 59C38AA3E23; Fri, 12 Feb 2016 13:03:26 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1A70B18CB; Fri, 12 Feb 2016 13:03:26 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1CD3PMv090608; Fri, 12 Feb 2016 13:03:25 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1CD3OTG090605; Fri, 12 Feb 2016 13:03:24 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201602121303.u1CD3OTG090605@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Fri, 12 Feb 2016 13:03:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408726 - in head/security/keepass: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2016 13:03:26 -0000 Author: rakuco Date: Fri Feb 12 13:03:24 2016 New Revision: 408726 URL: https://svnweb.freebsd.org/changeset/ports/408726 Log: Update to 2.31. Release notes: http://keepass.info/news/n160109_2.31.html PR: 206787 Submitted by: Ben Woods (maintainer) Deleted: head/security/keepass/files/patch-KeePassLibSD_KeePassLibSD.csproj Modified: head/security/keepass/Makefile head/security/keepass/distinfo head/security/keepass/files/patch-KeePass.sln Modified: head/security/keepass/Makefile ============================================================================== --- head/security/keepass/Makefile Fri Feb 12 12:50:00 2016 (r408725) +++ head/security/keepass/Makefile Fri Feb 12 13:03:24 2016 (r408726) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= keepass -PORTVERSION= 2.30 -PORTREVISION= 1 +PORTVERSION= 2.31 CATEGORIES= security MASTER_SITES= SF/${PORTNAME}/KeePass%202.x/${PORTVERSION} DISTNAME= KeePass-${PORTVERSION}-Source Modified: head/security/keepass/distinfo ============================================================================== --- head/security/keepass/distinfo Fri Feb 12 12:50:00 2016 (r408725) +++ head/security/keepass/distinfo Fri Feb 12 13:03:24 2016 (r408726) @@ -1,2 +1,2 @@ -SHA256 (KeePass-2.30-Source.zip) = 4a3c3c217bc05b13bf903612b89a09b67ed1df68fdecd83324f2ef372313e9e4 -SIZE (KeePass-2.30-Source.zip) = 4767753 +SHA256 (KeePass-2.31-Source.zip) = 555b1a30f374f7077bf15906b09ab36b40fd3fc5753673a3c0ee3f30f0ed7881 +SIZE (KeePass-2.31-Source.zip) = 4714301 Modified: head/security/keepass/files/patch-KeePass.sln ============================================================================== --- head/security/keepass/files/patch-KeePass.sln Fri Feb 12 12:50:00 2016 (r408725) +++ head/security/keepass/files/patch-KeePass.sln Fri Feb 12 13:03:24 2016 (r408726) @@ -1,80 +1,10 @@ ---- KeePass.sln.orig 2015-05-25 15:16:50 UTC +--- KeePass.sln.orig 2016-01-31 12:47:41 UTC +++ KeePass.sln -@@ -1,5 +1,6 @@ +@@ -1,5 +1,5 @@ -Microsoft Visual Studio Solution File, Format Version 10.00 -# Visual Studio 2008 -+ +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2012 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KeePassLib", "KeePassLib\KeePassLib.csproj", "{53573E4E-33CB-4FDB-8698-C95F5E40E7F3}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KeePass", "KeePass\KeePass.csproj", "{10938016-DEE2-4A25-9A5A-8FD3444379CA}" -@@ -20,18 +21,6 @@ Global - Release|x64 = Release|x64 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution -- {53573E4E-33CB-4FDB-8698-C95F5E40E7F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU -- {53573E4E-33CB-4FDB-8698-C95F5E40E7F3}.Debug|Any CPU.Build.0 = Debug|Any CPU -- {53573E4E-33CB-4FDB-8698-C95F5E40E7F3}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU -- {53573E4E-33CB-4FDB-8698-C95F5E40E7F3}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU -- {53573E4E-33CB-4FDB-8698-C95F5E40E7F3}.Debug|Win32.ActiveCfg = Debug|Any CPU -- {53573E4E-33CB-4FDB-8698-C95F5E40E7F3}.Debug|x64.ActiveCfg = Debug|Any CPU -- {53573E4E-33CB-4FDB-8698-C95F5E40E7F3}.Release|Any CPU.ActiveCfg = Release|Any CPU -- {53573E4E-33CB-4FDB-8698-C95F5E40E7F3}.Release|Any CPU.Build.0 = Release|Any CPU -- {53573E4E-33CB-4FDB-8698-C95F5E40E7F3}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU -- {53573E4E-33CB-4FDB-8698-C95F5E40E7F3}.Release|Mixed Platforms.Build.0 = Release|Any CPU -- {53573E4E-33CB-4FDB-8698-C95F5E40E7F3}.Release|Win32.ActiveCfg = Release|Any CPU -- {53573E4E-33CB-4FDB-8698-C95F5E40E7F3}.Release|x64.ActiveCfg = Release|Any CPU - {10938016-DEE2-4A25-9A5A-8FD3444379CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {10938016-DEE2-4A25-9A5A-8FD3444379CA}.Debug|Any CPU.Build.0 = Debug|Any CPU - {10938016-DEE2-4A25-9A5A-8FD3444379CA}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU -@@ -44,18 +33,18 @@ Global - {10938016-DEE2-4A25-9A5A-8FD3444379CA}.Release|Mixed Platforms.Build.0 = Release|Any CPU - {10938016-DEE2-4A25-9A5A-8FD3444379CA}.Release|Win32.ActiveCfg = Release|Any CPU - {10938016-DEE2-4A25-9A5A-8FD3444379CA}.Release|x64.ActiveCfg = Release|Any CPU -- {DC15F71A-2117-4DEF-8C10-AA355B5E5979}.Debug|Any CPU.ActiveCfg = Debug|Any CPU -- {DC15F71A-2117-4DEF-8C10-AA355B5E5979}.Debug|Any CPU.Build.0 = Debug|Any CPU -- {DC15F71A-2117-4DEF-8C10-AA355B5E5979}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU -- {DC15F71A-2117-4DEF-8C10-AA355B5E5979}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU -- {DC15F71A-2117-4DEF-8C10-AA355B5E5979}.Debug|Win32.ActiveCfg = Debug|Any CPU -- {DC15F71A-2117-4DEF-8C10-AA355B5E5979}.Debug|x64.ActiveCfg = Debug|Any CPU -- {DC15F71A-2117-4DEF-8C10-AA355B5E5979}.Release|Any CPU.ActiveCfg = Release|Any CPU -- {DC15F71A-2117-4DEF-8C10-AA355B5E5979}.Release|Any CPU.Build.0 = Release|Any CPU -- {DC15F71A-2117-4DEF-8C10-AA355B5E5979}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU -- {DC15F71A-2117-4DEF-8C10-AA355B5E5979}.Release|Mixed Platforms.Build.0 = Release|Any CPU -- {DC15F71A-2117-4DEF-8C10-AA355B5E5979}.Release|Win32.ActiveCfg = Release|Any CPU -- {DC15F71A-2117-4DEF-8C10-AA355B5E5979}.Release|x64.ActiveCfg = Release|Any CPU -+ {53573E4E-33CB-4FDB-8698-C95F5E40E7F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU -+ {53573E4E-33CB-4FDB-8698-C95F5E40E7F3}.Debug|Any CPU.Build.0 = Debug|Any CPU -+ {53573E4E-33CB-4FDB-8698-C95F5E40E7F3}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU -+ {53573E4E-33CB-4FDB-8698-C95F5E40E7F3}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU -+ {53573E4E-33CB-4FDB-8698-C95F5E40E7F3}.Debug|Win32.ActiveCfg = Debug|Any CPU -+ {53573E4E-33CB-4FDB-8698-C95F5E40E7F3}.Debug|x64.ActiveCfg = Debug|Any CPU -+ {53573E4E-33CB-4FDB-8698-C95F5E40E7F3}.Release|Any CPU.ActiveCfg = Release|Any CPU -+ {53573E4E-33CB-4FDB-8698-C95F5E40E7F3}.Release|Any CPU.Build.0 = Release|Any CPU -+ {53573E4E-33CB-4FDB-8698-C95F5E40E7F3}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU -+ {53573E4E-33CB-4FDB-8698-C95F5E40E7F3}.Release|Mixed Platforms.Build.0 = Release|Any CPU -+ {53573E4E-33CB-4FDB-8698-C95F5E40E7F3}.Release|Win32.ActiveCfg = Release|Any CPU -+ {53573E4E-33CB-4FDB-8698-C95F5E40E7F3}.Release|x64.ActiveCfg = Release|Any CPU - {B7E890E7-BF50-4450-9A52-C105BD98651C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {B7E890E7-BF50-4450-9A52-C105BD98651C}.Debug|Any CPU.Build.0 = Debug|Any CPU - {B7E890E7-BF50-4450-9A52-C105BD98651C}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU -@@ -68,6 +57,18 @@ Global - {B7E890E7-BF50-4450-9A52-C105BD98651C}.Release|Mixed Platforms.Build.0 = Release|Any CPU - {B7E890E7-BF50-4450-9A52-C105BD98651C}.Release|Win32.ActiveCfg = Release|Any CPU - {B7E890E7-BF50-4450-9A52-C105BD98651C}.Release|x64.ActiveCfg = Release|Any CPU -+ {DC15F71A-2117-4DEF-8C10-AA355B5E5979}.Debug|Any CPU.ActiveCfg = Debug|Any CPU -+ {DC15F71A-2117-4DEF-8C10-AA355B5E5979}.Debug|Any CPU.Build.0 = Debug|Any CPU -+ {DC15F71A-2117-4DEF-8C10-AA355B5E5979}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU -+ {DC15F71A-2117-4DEF-8C10-AA355B5E5979}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU -+ {DC15F71A-2117-4DEF-8C10-AA355B5E5979}.Debug|Win32.ActiveCfg = Debug|Any CPU -+ {DC15F71A-2117-4DEF-8C10-AA355B5E5979}.Debug|x64.ActiveCfg = Debug|Any CPU -+ {DC15F71A-2117-4DEF-8C10-AA355B5E5979}.Release|Any CPU.ActiveCfg = Release|Any CPU -+ {DC15F71A-2117-4DEF-8C10-AA355B5E5979}.Release|Any CPU.Build.0 = Release|Any CPU -+ {DC15F71A-2117-4DEF-8C10-AA355B5E5979}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU -+ {DC15F71A-2117-4DEF-8C10-AA355B5E5979}.Release|Mixed Platforms.Build.0 = Release|Any CPU -+ {DC15F71A-2117-4DEF-8C10-AA355B5E5979}.Release|Win32.ActiveCfg = Release|Any CPU -+ {DC15F71A-2117-4DEF-8C10-AA355B5E5979}.Release|x64.ActiveCfg = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE From owner-svn-ports-head@freebsd.org Fri Feb 12 13:08:04 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BD8B8AA5090; Fri, 12 Feb 2016 13:08:04 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 89EDA1B41; Fri, 12 Feb 2016 13:08:04 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1CD838g090875; Fri, 12 Feb 2016 13:08:03 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1CD83bM090873; Fri, 12 Feb 2016 13:08:03 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201602121308.u1CD83bM090873@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Fri, 12 Feb 2016 13:08:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408727 - head/devel/py-odfpy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2016 13:08:04 -0000 Author: wen Date: Fri Feb 12 13:08:03 2016 New Revision: 408727 URL: https://svnweb.freebsd.org/changeset/ports/408727 Log: - Update to 1.3.2 Modified: head/devel/py-odfpy/Makefile head/devel/py-odfpy/distinfo Modified: head/devel/py-odfpy/Makefile ============================================================================== --- head/devel/py-odfpy/Makefile Fri Feb 12 13:03:24 2016 (r408726) +++ head/devel/py-odfpy/Makefile Fri Feb 12 13:08:03 2016 (r408727) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= odfpy -PORTVERSION= 1.3.1 +PORTVERSION= 1.3.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP \ http://opendocumentfellowship.com/files/ Modified: head/devel/py-odfpy/distinfo ============================================================================== --- head/devel/py-odfpy/distinfo Fri Feb 12 13:03:24 2016 (r408726) +++ head/devel/py-odfpy/distinfo Fri Feb 12 13:08:03 2016 (r408727) @@ -1,2 +1,2 @@ -SHA256 (odfpy-1.3.1.tar.gz) = 0292500fbe716fd261bfef71ddf231fd9bc913d2b0a1ced91a2488bdf3c9fcea -SIZE (odfpy-1.3.1.tar.gz) = 469339 +SHA256 (odfpy-1.3.2.tar.gz) = 5a7431ee60dc5fe6be106f3be7bc71e9e6e5eed7ea38a69918e590775c75e5d5 +SIZE (odfpy-1.3.2.tar.gz) = 479554 From owner-svn-ports-head@freebsd.org Fri Feb 12 13:11:54 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CCA5FAA5369; Fri, 12 Feb 2016 13:11:54 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7FDB31E5C; Fri, 12 Feb 2016 13:11:54 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1CDBrg0093093; Fri, 12 Feb 2016 13:11:53 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1CDBrLf093090; Fri, 12 Feb 2016 13:11:53 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201602121311.u1CDBrLf093090@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Fri, 12 Feb 2016 13:11:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408728 - head/devel/libtermkey X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2016 13:11:54 -0000 Author: miwi Date: Fri Feb 12 13:11:53 2016 New Revision: 408728 URL: https://svnweb.freebsd.org/changeset/ports/408728 Log: - Update to 0.18 PR: 207089 Submitted by: maintainer Modified: head/devel/libtermkey/Makefile head/devel/libtermkey/distinfo head/devel/libtermkey/pkg-plist Modified: head/devel/libtermkey/Makefile ============================================================================== --- head/devel/libtermkey/Makefile Fri Feb 12 13:08:03 2016 (r408727) +++ head/devel/libtermkey/Makefile Fri Feb 12 13:11:53 2016 (r408728) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libtermkey -PORTVERSION= 0.17 -PORTREVISION= 1 +PORTVERSION= 0.18 CATEGORIES= devel MASTER_SITES= http://www.leonerd.org.uk/code/libtermkey/ @@ -21,6 +20,6 @@ post-patch: ${REINPLACE_CMD} -e 's|$$(LIBDIR)/pkgconfig|${PREFIX}/libdata/pkgconfig|g' ${WRKSRC}/Makefile post-stage: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libtermkey.so.1.11.0 + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libtermkey.so.1.12.0 .include Modified: head/devel/libtermkey/distinfo ============================================================================== --- head/devel/libtermkey/distinfo Fri Feb 12 13:08:03 2016 (r408727) +++ head/devel/libtermkey/distinfo Fri Feb 12 13:11:53 2016 (r408728) @@ -1,2 +1,2 @@ -SHA256 (libtermkey-0.17.tar.gz) = 68949364ed5eaad857b3dea10071cde74b00b9f236dfbb702169f246c3cef389 -SIZE (libtermkey-0.17.tar.gz) = 42176 +SHA256 (libtermkey-0.18.tar.gz) = 239746de41c845af52bb3c14055558f743292dd6c24ac26c2d6567a5a6093926 +SIZE (libtermkey-0.18.tar.gz) = 42317 Modified: head/devel/libtermkey/pkg-plist ============================================================================== --- head/devel/libtermkey/pkg-plist Fri Feb 12 13:08:03 2016 (r408727) +++ head/devel/libtermkey/pkg-plist Fri Feb 12 13:11:53 2016 (r408728) @@ -2,7 +2,7 @@ include/termkey.h lib/libtermkey.a lib/libtermkey.so lib/libtermkey.so.1 -lib/libtermkey.so.1.11.0 +lib/libtermkey.so.1.12.0 libdata/pkgconfig/termkey.pc man/man3/termkey_advisereadable.3.gz man/man3/termkey_canonicalise.3.gz From owner-svn-ports-head@freebsd.org Fri Feb 12 13:12:36 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 13C32AA5440; Fri, 12 Feb 2016 13:12:36 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C10401FDA; Fri, 12 Feb 2016 13:12:35 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1CDCY04093869; Fri, 12 Feb 2016 13:12:34 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1CDCYok093866; Fri, 12 Feb 2016 13:12:34 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201602121312.u1CDCYok093866@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Fri, 12 Feb 2016 13:12:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408729 - head/devel/unibilium X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2016 13:12:36 -0000 Author: miwi Date: Fri Feb 12 13:12:34 2016 New Revision: 408729 URL: https://svnweb.freebsd.org/changeset/ports/408729 Log: - Update to 1.2.0 PR: 207090 Submitted by: maintainer Modified: head/devel/unibilium/Makefile head/devel/unibilium/distinfo head/devel/unibilium/pkg-plist Modified: head/devel/unibilium/Makefile ============================================================================== --- head/devel/unibilium/Makefile Fri Feb 12 13:11:53 2016 (r408728) +++ head/devel/unibilium/Makefile Fri Feb 12 13:12:34 2016 (r408729) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= unibilium -PORTVERSION= 1.1.2 +PORTVERSION= 1.2.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= devel MAINTAINER= antont@inbox.lv Modified: head/devel/unibilium/distinfo ============================================================================== --- head/devel/unibilium/distinfo Fri Feb 12 13:11:53 2016 (r408728) +++ head/devel/unibilium/distinfo Fri Feb 12 13:12:34 2016 (r408729) @@ -1,2 +1,2 @@ -SHA256 (mauke-unibilium-v1.1.2_GH0.tar.gz) = bdf3750b9e6ecdb30ba42dd0ef041c34222051495ff420c8c76d391f11e149e3 -SIZE (mauke-unibilium-v1.1.2_GH0.tar.gz) = 76823 +SHA256 (mauke-unibilium-v1.2.0_GH0.tar.gz) = 623af1099515e673abfd3cae5f2fa808a09ca55dda1c65a7b5c9424eb304ead8 +SIZE (mauke-unibilium-v1.2.0_GH0.tar.gz) = 88488 Modified: head/devel/unibilium/pkg-plist ============================================================================== --- head/devel/unibilium/pkg-plist Fri Feb 12 13:11:53 2016 (r408728) +++ head/devel/unibilium/pkg-plist Fri Feb 12 13:12:34 2016 (r408729) @@ -2,7 +2,7 @@ include/unibilium.h lib/libunibilium.a lib/libunibilium.so lib/libunibilium.so.0 -lib/libunibilium.so.0.2.1 +lib/libunibilium.so.0.3.0 libdata/pkgconfig/unibilium.pc man/man3/unibi_add_ext_bool.3.gz man/man3/unibi_add_ext_num.3.gz @@ -32,9 +32,11 @@ man/man3/unibi_get_ext_str_name.3.gz man/man3/unibi_get_name.3.gz man/man3/unibi_get_num.3.gz man/man3/unibi_get_str.3.gz +man/man3/unibi_int_from_var.3.gz man/man3/unibi_name_bool.3.gz man/man3/unibi_name_num.3.gz man/man3/unibi_name_str.3.gz +man/man3/unibi_num_from_var.3.gz man/man3/unibi_run.3.gz man/man3/unibi_set_aliases.3.gz man/man3/unibi_set_bool.3.gz @@ -50,5 +52,8 @@ man/man3/unibi_set_str.3.gz man/man3/unibi_short_name_bool.3.gz man/man3/unibi_short_name_num.3.gz man/man3/unibi_short_name_str.3.gz +man/man3/unibi_str_from_var.3.gz man/man3/unibi_terminfo_dirs.3.gz +man/man3/unibi_var_from_num.3.gz +man/man3/unibi_var_from_str.3.gz man/man3/unibilium.h.3.gz From owner-svn-ports-head@freebsd.org Fri Feb 12 13:18:10 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 56389AA56E6; Fri, 12 Feb 2016 13:18:10 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 20AFE2D9; Fri, 12 Feb 2016 13:18:10 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1CDI9bg094166; Fri, 12 Feb 2016 13:18:09 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1CDI8Xb094164; Fri, 12 Feb 2016 13:18:08 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201602121318.u1CDI8Xb094164@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Fri, 12 Feb 2016 13:18:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408730 - head/multimedia/plexmediaserver-plexpass X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2016 13:18:10 -0000 Author: feld Date: Fri Feb 12 13:18:08 2016 New Revision: 408730 URL: https://svnweb.freebsd.org/changeset/ports/408730 Log: multimedia/plexmediaserver-plexpass: Update to 0.9.15.3 Changelog: https://forums.plex.tv/discussion/comment/1125821/#Comment_1125821 Modified: head/multimedia/plexmediaserver-plexpass/Makefile head/multimedia/plexmediaserver-plexpass/distinfo Modified: head/multimedia/plexmediaserver-plexpass/Makefile ============================================================================== --- head/multimedia/plexmediaserver-plexpass/Makefile Fri Feb 12 13:12:34 2016 (r408729) +++ head/multimedia/plexmediaserver-plexpass/Makefile Fri Feb 12 13:18:08 2016 (r408730) @@ -1,13 +1,13 @@ # Created by: KalleDK # $FreeBSD$ -PORTVERSION= 0.9.15.2.1663 +PORTVERSION= 0.9.15.3.1674 PORTREVISION= 0 PKGNAMESUFFIX= -plexpass MAINTAINER= feld@FreeBSD.org -PLEX_BUILD= 7efd046 +PLEX_BUILD= f46e7e6 USE_RC_SUBR= ${PORTNAME}_plexpass Modified: head/multimedia/plexmediaserver-plexpass/distinfo ============================================================================== --- head/multimedia/plexmediaserver-plexpass/distinfo Fri Feb 12 13:12:34 2016 (r408729) +++ head/multimedia/plexmediaserver-plexpass/distinfo Fri Feb 12 13:18:08 2016 (r408730) @@ -1,2 +1,2 @@ -SHA256 (PlexMediaServer-0.9.15.2.1663-7efd046-freebsd-amd64.tar.bz2) = 3845c75e41f798bf7283cef76c21bad155a8f914d67a3fab98d2a598ee1bfeba -SIZE (PlexMediaServer-0.9.15.2.1663-7efd046-freebsd-amd64.tar.bz2) = 97533681 +SHA256 (PlexMediaServer-0.9.15.3.1674-f46e7e6-freebsd-amd64.tar.bz2) = 2091444443a69cdf7223baa5b13f08178c494d494a6e3dc475cf62f0e6aa7ecb +SIZE (PlexMediaServer-0.9.15.3.1674-f46e7e6-freebsd-amd64.tar.bz2) = 97542037 From owner-svn-ports-head@freebsd.org Fri Feb 12 13:18:38 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 924D2AA5750; Fri, 12 Feb 2016 13:18:38 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6527F3CC; Fri, 12 Feb 2016 13:18:38 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1CDIbwx094292; Fri, 12 Feb 2016 13:18:37 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1CDIbqu094290; Fri, 12 Feb 2016 13:18:37 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201602121318.u1CDIbqu094290@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Fri, 12 Feb 2016 13:18:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408731 - head/biology/python-nexus X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2016 13:18:38 -0000 Author: wen Date: Fri Feb 12 13:18:37 2016 New Revision: 408731 URL: https://svnweb.freebsd.org/changeset/ports/408731 Log: - Update to 1.34 Modified: head/biology/python-nexus/Makefile head/biology/python-nexus/distinfo Modified: head/biology/python-nexus/Makefile ============================================================================== --- head/biology/python-nexus/Makefile Fri Feb 12 13:18:08 2016 (r408730) +++ head/biology/python-nexus/Makefile Fri Feb 12 13:18:37 2016 (r408731) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= python-nexus -PORTVERSION= 1.32 +PORTVERSION= 1.34 CATEGORIES= biology python MASTER_SITES= CHEESESHOP Modified: head/biology/python-nexus/distinfo ============================================================================== --- head/biology/python-nexus/distinfo Fri Feb 12 13:18:08 2016 (r408730) +++ head/biology/python-nexus/distinfo Fri Feb 12 13:18:37 2016 (r408731) @@ -1,2 +1,2 @@ -SHA256 (python-nexus-1.32.tar.gz) = 6c1724c39744537f85f884dde2b595686e27c8bf440d14482254b892d39ffdab -SIZE (python-nexus-1.32.tar.gz) = 38614 +SHA256 (python-nexus-1.34.tar.gz) = 5de3d98ff0f2beeb5db410bf99f14892849e18f53174bcc0b1efadede023df34 +SIZE (python-nexus-1.34.tar.gz) = 21372 From owner-svn-ports-head@freebsd.org Fri Feb 12 13:22:55 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 811E3AA5A60; Fri, 12 Feb 2016 13:22:55 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5988EA0D; Fri, 12 Feb 2016 13:22:55 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1CDMsnS097160; Fri, 12 Feb 2016 13:22:54 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1CDMsh8097155; Fri, 12 Feb 2016 13:22:54 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201602121322.u1CDMsh8097155@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Fri, 12 Feb 2016 13:22:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408732 - in head/www: . py-django-happenings X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2016 13:22:55 -0000 Author: miwi Date: Fri Feb 12 13:22:53 2016 New Revision: 408732 URL: https://svnweb.freebsd.org/changeset/ports/408732 Log: A Django application for managing and displaying a calendar and its events. Features: * Repeating and non-repeating events * Events that start and end on different days * Support for cancelled events * Upcoming events and current happenings lists * AJAX support * Default CSS & Javascript to help you get started WWW: https://github.com/wreckage/django-happenings PR: 207084 Submitted by: Kevin Golding Added: head/www/py-django-happenings/ head/www/py-django-happenings/Makefile (contents, props changed) head/www/py-django-happenings/distinfo (contents, props changed) head/www/py-django-happenings/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Fri Feb 12 13:18:37 2016 (r408731) +++ head/www/Makefile Fri Feb 12 13:22:53 2016 (r408732) @@ -1537,6 +1537,7 @@ SUBDIR += py-django-extensions SUBDIR += py-django-filer SUBDIR += py-django-formtools + SUBDIR += py-django-happenings SUBDIR += py-django-haystack SUBDIR += py-django-json-rpc SUBDIR += py-django-keyedcache Added: head/www/py-django-happenings/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-django-happenings/Makefile Fri Feb 12 13:22:53 2016 (r408732) @@ -0,0 +1,22 @@ +# Created by: Kevin Golding +# $FreeBSD$ + +PORTNAME= django-happenings +PORTVERSION= 0.3.3 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= ports@caomhin.org +COMMENT= Event calendar app for Django + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=0:${PORTSDIR}/www/py-django18 \ + ${PYTHON_PKGNAMEPREFIX}pytz>0:${PORTSDIR}/devel/py-pytz + +USES= python +USE_PYTHON= distutils autoplist + +.include Added: head/www/py-django-happenings/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-django-happenings/distinfo Fri Feb 12 13:22:53 2016 (r408732) @@ -0,0 +1,2 @@ +SHA256 (django-happenings-0.3.3.tar.gz) = d398fe8cc5f98ef0360aed69000260670a1417c96c7f6a4639b4a3ef5a17a345 +SIZE (django-happenings-0.3.3.tar.gz) = 63699 Added: head/www/py-django-happenings/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-django-happenings/pkg-descr Fri Feb 12 13:22:53 2016 (r408732) @@ -0,0 +1,12 @@ +A Django application for managing and displaying a calendar and its events. + +Features: + + * Repeating and non-repeating events + * Events that start and end on different days + * Support for cancelled events + * Upcoming events and current happenings lists + * AJAX support + * Default CSS & Javascript to help you get started + +WWW: https://github.com/wreckage/django-happenings From owner-svn-ports-head@freebsd.org Fri Feb 12 14:58:01 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A4B40AA68AA; Fri, 12 Feb 2016 14:58:01 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5905E1C2D; Fri, 12 Feb 2016 14:58:01 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1CEw0eF023131; Fri, 12 Feb 2016 14:58:00 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1CEw059023128; Fri, 12 Feb 2016 14:58:00 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201602121458.u1CEw059023128@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Fri, 12 Feb 2016 14:58:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408733 - head/misc/vifm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2016 14:58:01 -0000 Author: rakuco Date: Fri Feb 12 14:57:59 2016 New Revision: 408733 URL: https://svnweb.freebsd.org/changeset/ports/408733 Log: Update to 0.8.1. PR: 206971 Submitted by: mp39590@gmail.com (maintainer) Modified: head/misc/vifm/Makefile head/misc/vifm/distinfo head/misc/vifm/pkg-plist Modified: head/misc/vifm/Makefile ============================================================================== --- head/misc/vifm/Makefile Fri Feb 12 13:22:53 2016 (r408732) +++ head/misc/vifm/Makefile Fri Feb 12 14:57:59 2016 (r408733) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= vifm -PORTVERSION= 0.8 +PORTVERSION= 0.8.1 DISTVERSIONPREFIX= v CATEGORIES= misc Modified: head/misc/vifm/distinfo ============================================================================== --- head/misc/vifm/distinfo Fri Feb 12 13:22:53 2016 (r408732) +++ head/misc/vifm/distinfo Fri Feb 12 14:57:59 2016 (r408733) @@ -1,2 +1,2 @@ -SHA256 (vifm-vifm-v0.8_GH0.tar.bz2) = 1b5d146a3832b0205c4d244e28baf8cb6f428796c453ca63910be9f48d033483 -SIZE (vifm-vifm-v0.8_GH0.tar.bz2) = 919881 +SHA256 (vifm-vifm-v0.8.1_GH0.tar.bz2) = 7f318b1770207344cddd1aea9da5c4c48cec2484c9efe4b49ea7b9d65066f3f7 +SIZE (vifm-vifm-v0.8.1_GH0.tar.bz2) = 1011331 Modified: head/misc/vifm/pkg-plist ============================================================================== --- head/misc/vifm/pkg-plist Fri Feb 12 13:22:53 2016 (r408732) +++ head/misc/vifm/pkg-plist Fri Feb 12 14:57:59 2016 (r408733) @@ -1,11 +1,11 @@ bin/vifm bin/vifm-convert-dircolors bin/vifm-pause -bin/vifmrc-converter +bin/vifm-screen-split man/man1/vifm-convert-dircolors.1.gz man/man1/vifm-pause.1.gz +man/man1/vifm-screen-split.1.gz man/man1/vifm.1.gz -man/man1/vifmrc-converter.1.gz share/applications/vifm.desktop share/pixmaps/vifm.png %%DATADIR%%/colors/astrell-root.vifm @@ -33,8 +33,10 @@ share/pixmaps/vifm.png %%DATADIR%%/vim/plugin/vifm.vim %%DATADIR%%/vim/syntax/vifm.vim %%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/BUGS %%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/FAQ %%PORTDOCS%%%%DOCSDIR%%/INSTALL %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README From owner-svn-ports-head@freebsd.org Fri Feb 12 15:30:43 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 477C5AA651E; Fri, 12 Feb 2016 15:30:43 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 19903E5C; Fri, 12 Feb 2016 15:30:43 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1CFUg1L033130; Fri, 12 Feb 2016 15:30:42 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1CFUgQ7032878; Fri, 12 Feb 2016 15:30:42 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201602121530.u1CFUgQ7032878@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Fri, 12 Feb 2016 15:30:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408734 - head/textproc/kibana41 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2016 15:30:43 -0000 Author: olgeni Date: Fri Feb 12 15:30:41 2016 New Revision: 408734 URL: https://svnweb.freebsd.org/changeset/ports/408734 Log: Upgrade textproc/kibana41 to version 4.1.5. PR: 207116 Submitted by: olgeni Approved by: maintainer Modified: head/textproc/kibana41/Makefile head/textproc/kibana41/distinfo Modified: head/textproc/kibana41/Makefile ============================================================================== --- head/textproc/kibana41/Makefile Fri Feb 12 14:57:59 2016 (r408733) +++ head/textproc/kibana41/Makefile Fri Feb 12 15:30:41 2016 (r408734) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= kibana -PORTVERSION= 4.1.4 +PORTVERSION= 4.1.5 DISTVERSIONSUFFIX= -linux-x86 CATEGORIES= textproc www MASTER_SITES= http://download.elastic.co/kibana/kibana/ Modified: head/textproc/kibana41/distinfo ============================================================================== --- head/textproc/kibana41/distinfo Fri Feb 12 14:57:59 2016 (r408733) +++ head/textproc/kibana41/distinfo Fri Feb 12 15:30:41 2016 (r408734) @@ -1,2 +1,2 @@ -SHA256 (kibana-4.1.4-linux-x86.tar.gz) = e197ad2936488764b7167a9ea9989c26600fe3797d22c0e522244eef7eb6b809 -SIZE (kibana-4.1.4-linux-x86.tar.gz) = 11595160 +SHA256 (kibana-4.1.5-linux-x86.tar.gz) = 545939f74dbfca9bff50c64e6b468aaa3d38f9911612f456bc05997f4a796275 +SIZE (kibana-4.1.5-linux-x86.tar.gz) = 11898386 From owner-svn-ports-head@freebsd.org Fri Feb 12 15:33:51 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B85A6AA678F; Fri, 12 Feb 2016 15:33:51 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8188712A5; Fri, 12 Feb 2016 15:33:51 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1CFXoMT034709; Fri, 12 Feb 2016 15:33:50 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1CFXoVW034706; Fri, 12 Feb 2016 15:33:50 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201602121533.u1CFXoVW034706@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 12 Feb 2016 15:33:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408735 - head/devel/p5-DateTime-Locale X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2016 15:33:51 -0000 Author: mat Date: Fri Feb 12 15:33:50 2016 New Revision: 408735 URL: https://svnweb.freebsd.org/changeset/ports/408735 Log: Update to 1.02. Sponsored by: Absolight Modified: head/devel/p5-DateTime-Locale/Makefile head/devel/p5-DateTime-Locale/distinfo head/devel/p5-DateTime-Locale/pkg-plist Modified: head/devel/p5-DateTime-Locale/Makefile ============================================================================== --- head/devel/p5-DateTime-Locale/Makefile Fri Feb 12 15:30:41 2016 (r408734) +++ head/devel/p5-DateTime-Locale/Makefile Fri Feb 12 15:33:50 2016 (r408735) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= DateTime-Locale -PORTVERSION= 0.92 +PORTVERSION= 1.02 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,6 +17,9 @@ BUILD_DEPENDS= p5-Dist-CheckConflicts>=0 p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \ p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \ + p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires \ + p5-Test-Warnings>=0:${PORTSDIR}/devel/p5-Test-Warnings NO_ARCH= yes USES= perl5 Modified: head/devel/p5-DateTime-Locale/distinfo ============================================================================== --- head/devel/p5-DateTime-Locale/distinfo Fri Feb 12 15:30:41 2016 (r408734) +++ head/devel/p5-DateTime-Locale/distinfo Fri Feb 12 15:33:50 2016 (r408735) @@ -1,2 +1,2 @@ -SHA256 (DateTime-Locale-0.92.tar.gz) = 3f19629f2659dd142d540aa535dd6e5b80afc949a4d1a8e4f0afc4edeee202bb -SIZE (DateTime-Locale-0.92.tar.gz) = 2575785 +SHA256 (DateTime-Locale-1.02.tar.gz) = 63ad62bcc01c7007d233f6270c05059a6cdc4270812546450759d03d8cfcf355 +SIZE (DateTime-Locale-1.02.tar.gz) = 930153 Modified: head/devel/p5-DateTime-Locale/pkg-plist ============================================================================== --- head/devel/p5-DateTime-Locale/pkg-plist Fri Feb 12 15:30:41 2016 (r408734) +++ head/devel/p5-DateTime-Locale/pkg-plist Fri Feb 12 15:33:50 2016 (r408735) @@ -2,538 +2,826 @@ %%SITE_PERL%%/DateTime/Locale/Base.pm %%SITE_PERL%%/DateTime/Locale/Catalog.pm %%SITE_PERL%%/DateTime/Locale/Conflicts.pm -%%SITE_PERL%%/DateTime/Locale/aa.pm -%%SITE_PERL%%/DateTime/Locale/aa_DJ.pm -%%SITE_PERL%%/DateTime/Locale/aa_ER.pm -%%SITE_PERL%%/DateTime/Locale/aa_ER_SAAHO.pm -%%SITE_PERL%%/DateTime/Locale/aa_ET.pm -%%SITE_PERL%%/DateTime/Locale/af.pm -%%SITE_PERL%%/DateTime/Locale/af_NA.pm -%%SITE_PERL%%/DateTime/Locale/af_ZA.pm -%%SITE_PERL%%/DateTime/Locale/ak.pm -%%SITE_PERL%%/DateTime/Locale/ak_GH.pm -%%SITE_PERL%%/DateTime/Locale/am.pm -%%SITE_PERL%%/DateTime/Locale/am_ET.pm -%%SITE_PERL%%/DateTime/Locale/ar.pm -%%SITE_PERL%%/DateTime/Locale/ar_AE.pm -%%SITE_PERL%%/DateTime/Locale/ar_BH.pm -%%SITE_PERL%%/DateTime/Locale/ar_DZ.pm -%%SITE_PERL%%/DateTime/Locale/ar_EG.pm -%%SITE_PERL%%/DateTime/Locale/ar_IQ.pm -%%SITE_PERL%%/DateTime/Locale/ar_JO.pm -%%SITE_PERL%%/DateTime/Locale/ar_KW.pm -%%SITE_PERL%%/DateTime/Locale/ar_LB.pm -%%SITE_PERL%%/DateTime/Locale/ar_LY.pm -%%SITE_PERL%%/DateTime/Locale/ar_MA.pm -%%SITE_PERL%%/DateTime/Locale/ar_OM.pm -%%SITE_PERL%%/DateTime/Locale/ar_QA.pm -%%SITE_PERL%%/DateTime/Locale/ar_SA.pm -%%SITE_PERL%%/DateTime/Locale/ar_SD.pm -%%SITE_PERL%%/DateTime/Locale/ar_SY.pm -%%SITE_PERL%%/DateTime/Locale/ar_TN.pm -%%SITE_PERL%%/DateTime/Locale/ar_YE.pm -%%SITE_PERL%%/DateTime/Locale/as.pm -%%SITE_PERL%%/DateTime/Locale/as_IN.pm -%%SITE_PERL%%/DateTime/Locale/az.pm -%%SITE_PERL%%/DateTime/Locale/az_AZ.pm -%%SITE_PERL%%/DateTime/Locale/az_Cyrl.pm -%%SITE_PERL%%/DateTime/Locale/az_Cyrl_AZ.pm -%%SITE_PERL%%/DateTime/Locale/az_Latn.pm -%%SITE_PERL%%/DateTime/Locale/az_Latn_AZ.pm -%%SITE_PERL%%/DateTime/Locale/be.pm -%%SITE_PERL%%/DateTime/Locale/be_BY.pm -%%SITE_PERL%%/DateTime/Locale/bg.pm -%%SITE_PERL%%/DateTime/Locale/bg_BG.pm -%%SITE_PERL%%/DateTime/Locale/bn.pm -%%SITE_PERL%%/DateTime/Locale/bn_BD.pm -%%SITE_PERL%%/DateTime/Locale/bn_IN.pm -%%SITE_PERL%%/DateTime/Locale/bo.pm -%%SITE_PERL%%/DateTime/Locale/bo_CN.pm -%%SITE_PERL%%/DateTime/Locale/bo_IN.pm -%%SITE_PERL%%/DateTime/Locale/bs.pm -%%SITE_PERL%%/DateTime/Locale/bs_BA.pm -%%SITE_PERL%%/DateTime/Locale/byn.pm -%%SITE_PERL%%/DateTime/Locale/byn_ER.pm -%%SITE_PERL%%/DateTime/Locale/ca.pm -%%SITE_PERL%%/DateTime/Locale/ca_ES.pm -%%SITE_PERL%%/DateTime/Locale/cch.pm -%%SITE_PERL%%/DateTime/Locale/cch_NG.pm -%%SITE_PERL%%/DateTime/Locale/cop.pm -%%SITE_PERL%%/DateTime/Locale/cs.pm -%%SITE_PERL%%/DateTime/Locale/cs_CZ.pm -%%SITE_PERL%%/DateTime/Locale/cy.pm -%%SITE_PERL%%/DateTime/Locale/cy_GB.pm -%%SITE_PERL%%/DateTime/Locale/da.pm -%%SITE_PERL%%/DateTime/Locale/da_DK.pm -%%SITE_PERL%%/DateTime/Locale/de.pm -%%SITE_PERL%%/DateTime/Locale/de_AT.pm -%%SITE_PERL%%/DateTime/Locale/de_BE.pm -%%SITE_PERL%%/DateTime/Locale/de_CH.pm -%%SITE_PERL%%/DateTime/Locale/de_DE.pm -%%SITE_PERL%%/DateTime/Locale/de_LI.pm -%%SITE_PERL%%/DateTime/Locale/de_LU.pm -%%SITE_PERL%%/DateTime/Locale/dv.pm -%%SITE_PERL%%/DateTime/Locale/dv_MV.pm -%%SITE_PERL%%/DateTime/Locale/dz.pm -%%SITE_PERL%%/DateTime/Locale/dz_BT.pm -%%SITE_PERL%%/DateTime/Locale/ee.pm -%%SITE_PERL%%/DateTime/Locale/ee_GH.pm -%%SITE_PERL%%/DateTime/Locale/ee_TG.pm -%%SITE_PERL%%/DateTime/Locale/el.pm -%%SITE_PERL%%/DateTime/Locale/el_CY.pm -%%SITE_PERL%%/DateTime/Locale/el_GR.pm -%%SITE_PERL%%/DateTime/Locale/el_POLYTON.pm -%%SITE_PERL%%/DateTime/Locale/en.pm -%%SITE_PERL%%/DateTime/Locale/en_AS.pm -%%SITE_PERL%%/DateTime/Locale/en_AU.pm -%%SITE_PERL%%/DateTime/Locale/en_BE.pm -%%SITE_PERL%%/DateTime/Locale/en_BW.pm -%%SITE_PERL%%/DateTime/Locale/en_BZ.pm -%%SITE_PERL%%/DateTime/Locale/en_CA.pm -%%SITE_PERL%%/DateTime/Locale/en_Dsrt.pm -%%SITE_PERL%%/DateTime/Locale/en_Dsrt_US.pm -%%SITE_PERL%%/DateTime/Locale/en_GB.pm -%%SITE_PERL%%/DateTime/Locale/en_GU.pm -%%SITE_PERL%%/DateTime/Locale/en_HK.pm -%%SITE_PERL%%/DateTime/Locale/en_IE.pm -%%SITE_PERL%%/DateTime/Locale/en_IN.pm -%%SITE_PERL%%/DateTime/Locale/en_JM.pm -%%SITE_PERL%%/DateTime/Locale/en_MH.pm -%%SITE_PERL%%/DateTime/Locale/en_MP.pm -%%SITE_PERL%%/DateTime/Locale/en_MT.pm -%%SITE_PERL%%/DateTime/Locale/en_NA.pm -%%SITE_PERL%%/DateTime/Locale/en_NZ.pm -%%SITE_PERL%%/DateTime/Locale/en_PH.pm -%%SITE_PERL%%/DateTime/Locale/en_PK.pm -%%SITE_PERL%%/DateTime/Locale/en_SG.pm -%%SITE_PERL%%/DateTime/Locale/en_Shaw.pm -%%SITE_PERL%%/DateTime/Locale/en_TT.pm -%%SITE_PERL%%/DateTime/Locale/en_UM.pm -%%SITE_PERL%%/DateTime/Locale/en_US.pm -%%SITE_PERL%%/DateTime/Locale/en_US_POSIX.pm -%%SITE_PERL%%/DateTime/Locale/en_VI.pm -%%SITE_PERL%%/DateTime/Locale/en_ZA.pm -%%SITE_PERL%%/DateTime/Locale/en_ZW.pm -%%SITE_PERL%%/DateTime/Locale/eo.pm -%%SITE_PERL%%/DateTime/Locale/es.pm -%%SITE_PERL%%/DateTime/Locale/es_AR.pm -%%SITE_PERL%%/DateTime/Locale/es_BO.pm -%%SITE_PERL%%/DateTime/Locale/es_CL.pm -%%SITE_PERL%%/DateTime/Locale/es_CO.pm -%%SITE_PERL%%/DateTime/Locale/es_CR.pm -%%SITE_PERL%%/DateTime/Locale/es_DO.pm -%%SITE_PERL%%/DateTime/Locale/es_EC.pm -%%SITE_PERL%%/DateTime/Locale/es_ES.pm -%%SITE_PERL%%/DateTime/Locale/es_GT.pm -%%SITE_PERL%%/DateTime/Locale/es_HN.pm -%%SITE_PERL%%/DateTime/Locale/es_MX.pm -%%SITE_PERL%%/DateTime/Locale/es_NI.pm -%%SITE_PERL%%/DateTime/Locale/es_PA.pm -%%SITE_PERL%%/DateTime/Locale/es_PE.pm -%%SITE_PERL%%/DateTime/Locale/es_PR.pm -%%SITE_PERL%%/DateTime/Locale/es_PY.pm -%%SITE_PERL%%/DateTime/Locale/es_SV.pm -%%SITE_PERL%%/DateTime/Locale/es_US.pm -%%SITE_PERL%%/DateTime/Locale/es_UY.pm -%%SITE_PERL%%/DateTime/Locale/es_VE.pm -%%SITE_PERL%%/DateTime/Locale/et.pm -%%SITE_PERL%%/DateTime/Locale/et_EE.pm -%%SITE_PERL%%/DateTime/Locale/eu.pm -%%SITE_PERL%%/DateTime/Locale/eu_ES.pm -%%SITE_PERL%%/DateTime/Locale/fa.pm -%%SITE_PERL%%/DateTime/Locale/fa_AF.pm -%%SITE_PERL%%/DateTime/Locale/fa_IR.pm -%%SITE_PERL%%/DateTime/Locale/fi.pm -%%SITE_PERL%%/DateTime/Locale/fi_FI.pm -%%SITE_PERL%%/DateTime/Locale/fil.pm -%%SITE_PERL%%/DateTime/Locale/fil_PH.pm -%%SITE_PERL%%/DateTime/Locale/fo.pm -%%SITE_PERL%%/DateTime/Locale/fo_FO.pm -%%SITE_PERL%%/DateTime/Locale/fr.pm -%%SITE_PERL%%/DateTime/Locale/fr_BE.pm -%%SITE_PERL%%/DateTime/Locale/fr_CA.pm -%%SITE_PERL%%/DateTime/Locale/fr_CH.pm -%%SITE_PERL%%/DateTime/Locale/fr_FR.pm -%%SITE_PERL%%/DateTime/Locale/fr_LU.pm -%%SITE_PERL%%/DateTime/Locale/fr_MC.pm -%%SITE_PERL%%/DateTime/Locale/fr_SN.pm -%%SITE_PERL%%/DateTime/Locale/fur.pm -%%SITE_PERL%%/DateTime/Locale/fur_IT.pm -%%SITE_PERL%%/DateTime/Locale/ga.pm -%%SITE_PERL%%/DateTime/Locale/ga_IE.pm -%%SITE_PERL%%/DateTime/Locale/gaa.pm -%%SITE_PERL%%/DateTime/Locale/gaa_GH.pm -%%SITE_PERL%%/DateTime/Locale/gez.pm -%%SITE_PERL%%/DateTime/Locale/gez_ER.pm -%%SITE_PERL%%/DateTime/Locale/gez_ET.pm -%%SITE_PERL%%/DateTime/Locale/gl.pm -%%SITE_PERL%%/DateTime/Locale/gl_ES.pm -%%SITE_PERL%%/DateTime/Locale/gsw.pm -%%SITE_PERL%%/DateTime/Locale/gsw_CH.pm -%%SITE_PERL%%/DateTime/Locale/gu.pm -%%SITE_PERL%%/DateTime/Locale/gu_IN.pm -%%SITE_PERL%%/DateTime/Locale/gv.pm -%%SITE_PERL%%/DateTime/Locale/gv_GB.pm -%%SITE_PERL%%/DateTime/Locale/ha.pm -%%SITE_PERL%%/DateTime/Locale/ha_Arab.pm -%%SITE_PERL%%/DateTime/Locale/ha_Arab_NG.pm -%%SITE_PERL%%/DateTime/Locale/ha_Arab_SD.pm -%%SITE_PERL%%/DateTime/Locale/ha_GH.pm -%%SITE_PERL%%/DateTime/Locale/ha_Latn.pm -%%SITE_PERL%%/DateTime/Locale/ha_Latn_GH.pm -%%SITE_PERL%%/DateTime/Locale/ha_Latn_NE.pm -%%SITE_PERL%%/DateTime/Locale/ha_Latn_NG.pm -%%SITE_PERL%%/DateTime/Locale/ha_NE.pm -%%SITE_PERL%%/DateTime/Locale/ha_NG.pm -%%SITE_PERL%%/DateTime/Locale/ha_SD.pm -%%SITE_PERL%%/DateTime/Locale/haw.pm -%%SITE_PERL%%/DateTime/Locale/haw_US.pm -%%SITE_PERL%%/DateTime/Locale/he.pm -%%SITE_PERL%%/DateTime/Locale/he_IL.pm -%%SITE_PERL%%/DateTime/Locale/hi.pm -%%SITE_PERL%%/DateTime/Locale/hi_IN.pm -%%SITE_PERL%%/DateTime/Locale/hr.pm -%%SITE_PERL%%/DateTime/Locale/hr_HR.pm -%%SITE_PERL%%/DateTime/Locale/hu.pm -%%SITE_PERL%%/DateTime/Locale/hu_HU.pm -%%SITE_PERL%%/DateTime/Locale/hy.pm -%%SITE_PERL%%/DateTime/Locale/hy_AM.pm -%%SITE_PERL%%/DateTime/Locale/hy_AM_REVISED.pm -%%SITE_PERL%%/DateTime/Locale/ia.pm -%%SITE_PERL%%/DateTime/Locale/id.pm -%%SITE_PERL%%/DateTime/Locale/id_ID.pm -%%SITE_PERL%%/DateTime/Locale/ig.pm -%%SITE_PERL%%/DateTime/Locale/ig_NG.pm -%%SITE_PERL%%/DateTime/Locale/ii.pm -%%SITE_PERL%%/DateTime/Locale/ii_CN.pm -%%SITE_PERL%%/DateTime/Locale/is.pm -%%SITE_PERL%%/DateTime/Locale/is_IS.pm -%%SITE_PERL%%/DateTime/Locale/it.pm -%%SITE_PERL%%/DateTime/Locale/it_CH.pm -%%SITE_PERL%%/DateTime/Locale/it_IT.pm -%%SITE_PERL%%/DateTime/Locale/iu.pm -%%SITE_PERL%%/DateTime/Locale/ja.pm -%%SITE_PERL%%/DateTime/Locale/ja_JP.pm -%%SITE_PERL%%/DateTime/Locale/ka.pm -%%SITE_PERL%%/DateTime/Locale/ka_GE.pm -%%SITE_PERL%%/DateTime/Locale/kaj.pm -%%SITE_PERL%%/DateTime/Locale/kaj_NG.pm -%%SITE_PERL%%/DateTime/Locale/kam.pm -%%SITE_PERL%%/DateTime/Locale/kam_KE.pm -%%SITE_PERL%%/DateTime/Locale/kcg.pm -%%SITE_PERL%%/DateTime/Locale/kcg_NG.pm -%%SITE_PERL%%/DateTime/Locale/kfo.pm -%%SITE_PERL%%/DateTime/Locale/kfo_CI.pm -%%SITE_PERL%%/DateTime/Locale/kk.pm -%%SITE_PERL%%/DateTime/Locale/kk_Cyrl.pm -%%SITE_PERL%%/DateTime/Locale/kk_Cyrl_KZ.pm -%%SITE_PERL%%/DateTime/Locale/kk_KZ.pm -%%SITE_PERL%%/DateTime/Locale/kl.pm -%%SITE_PERL%%/DateTime/Locale/kl_GL.pm -%%SITE_PERL%%/DateTime/Locale/km.pm -%%SITE_PERL%%/DateTime/Locale/km_KH.pm -%%SITE_PERL%%/DateTime/Locale/kn.pm -%%SITE_PERL%%/DateTime/Locale/kn_IN.pm -%%SITE_PERL%%/DateTime/Locale/ko.pm -%%SITE_PERL%%/DateTime/Locale/ko_KR.pm -%%SITE_PERL%%/DateTime/Locale/kok.pm -%%SITE_PERL%%/DateTime/Locale/kok_IN.pm -%%SITE_PERL%%/DateTime/Locale/kpe.pm -%%SITE_PERL%%/DateTime/Locale/kpe_GN.pm -%%SITE_PERL%%/DateTime/Locale/kpe_LR.pm -%%SITE_PERL%%/DateTime/Locale/ku.pm -%%SITE_PERL%%/DateTime/Locale/ku_Arab.pm -%%SITE_PERL%%/DateTime/Locale/ku_Arab_IQ.pm -%%SITE_PERL%%/DateTime/Locale/ku_Arab_IR.pm -%%SITE_PERL%%/DateTime/Locale/ku_Arab_SY.pm -%%SITE_PERL%%/DateTime/Locale/ku_IQ.pm -%%SITE_PERL%%/DateTime/Locale/ku_IR.pm -%%SITE_PERL%%/DateTime/Locale/ku_Latn.pm -%%SITE_PERL%%/DateTime/Locale/ku_Latn_TR.pm -%%SITE_PERL%%/DateTime/Locale/ku_SY.pm -%%SITE_PERL%%/DateTime/Locale/ku_TR.pm -%%SITE_PERL%%/DateTime/Locale/kw.pm -%%SITE_PERL%%/DateTime/Locale/kw_GB.pm -%%SITE_PERL%%/DateTime/Locale/ky.pm -%%SITE_PERL%%/DateTime/Locale/ky_KG.pm -%%SITE_PERL%%/DateTime/Locale/ln.pm -%%SITE_PERL%%/DateTime/Locale/ln_CD.pm -%%SITE_PERL%%/DateTime/Locale/ln_CG.pm -%%SITE_PERL%%/DateTime/Locale/lo.pm -%%SITE_PERL%%/DateTime/Locale/lo_LA.pm -%%SITE_PERL%%/DateTime/Locale/lt.pm -%%SITE_PERL%%/DateTime/Locale/lt_LT.pm -%%SITE_PERL%%/DateTime/Locale/lv.pm -%%SITE_PERL%%/DateTime/Locale/lv_LV.pm -%%SITE_PERL%%/DateTime/Locale/mk.pm -%%SITE_PERL%%/DateTime/Locale/mk_MK.pm -%%SITE_PERL%%/DateTime/Locale/ml.pm -%%SITE_PERL%%/DateTime/Locale/ml_IN.pm -%%SITE_PERL%%/DateTime/Locale/mn.pm -%%SITE_PERL%%/DateTime/Locale/mn_CN.pm -%%SITE_PERL%%/DateTime/Locale/mn_Cyrl.pm -%%SITE_PERL%%/DateTime/Locale/mn_Cyrl_MN.pm -%%SITE_PERL%%/DateTime/Locale/mn_MN.pm -%%SITE_PERL%%/DateTime/Locale/mn_Mong.pm -%%SITE_PERL%%/DateTime/Locale/mn_Mong_CN.pm -%%SITE_PERL%%/DateTime/Locale/mo.pm -%%SITE_PERL%%/DateTime/Locale/mr.pm -%%SITE_PERL%%/DateTime/Locale/mr_IN.pm -%%SITE_PERL%%/DateTime/Locale/ms.pm -%%SITE_PERL%%/DateTime/Locale/ms_BN.pm -%%SITE_PERL%%/DateTime/Locale/ms_MY.pm -%%SITE_PERL%%/DateTime/Locale/mt.pm -%%SITE_PERL%%/DateTime/Locale/mt_MT.pm -%%SITE_PERL%%/DateTime/Locale/my.pm -%%SITE_PERL%%/DateTime/Locale/my_MM.pm -%%SITE_PERL%%/DateTime/Locale/nb.pm -%%SITE_PERL%%/DateTime/Locale/nb_NO.pm -%%SITE_PERL%%/DateTime/Locale/nds.pm -%%SITE_PERL%%/DateTime/Locale/nds_DE.pm -%%SITE_PERL%%/DateTime/Locale/ne.pm -%%SITE_PERL%%/DateTime/Locale/ne_IN.pm -%%SITE_PERL%%/DateTime/Locale/ne_NP.pm -%%SITE_PERL%%/DateTime/Locale/nl.pm -%%SITE_PERL%%/DateTime/Locale/nl_BE.pm -%%SITE_PERL%%/DateTime/Locale/nl_NL.pm -%%SITE_PERL%%/DateTime/Locale/nn.pm -%%SITE_PERL%%/DateTime/Locale/nn_NO.pm -%%SITE_PERL%%/DateTime/Locale/no.pm -%%SITE_PERL%%/DateTime/Locale/nr.pm -%%SITE_PERL%%/DateTime/Locale/nr_ZA.pm -%%SITE_PERL%%/DateTime/Locale/nso.pm -%%SITE_PERL%%/DateTime/Locale/nso_ZA.pm -%%SITE_PERL%%/DateTime/Locale/ny.pm -%%SITE_PERL%%/DateTime/Locale/ny_MW.pm -%%SITE_PERL%%/DateTime/Locale/oc.pm -%%SITE_PERL%%/DateTime/Locale/oc_FR.pm -%%SITE_PERL%%/DateTime/Locale/om.pm -%%SITE_PERL%%/DateTime/Locale/om_ET.pm -%%SITE_PERL%%/DateTime/Locale/om_KE.pm -%%SITE_PERL%%/DateTime/Locale/or.pm -%%SITE_PERL%%/DateTime/Locale/or_IN.pm -%%SITE_PERL%%/DateTime/Locale/pa.pm -%%SITE_PERL%%/DateTime/Locale/pa_Arab.pm -%%SITE_PERL%%/DateTime/Locale/pa_Arab_PK.pm -%%SITE_PERL%%/DateTime/Locale/pa_Guru.pm -%%SITE_PERL%%/DateTime/Locale/pa_Guru_IN.pm -%%SITE_PERL%%/DateTime/Locale/pa_IN.pm -%%SITE_PERL%%/DateTime/Locale/pa_PK.pm -%%SITE_PERL%%/DateTime/Locale/pl.pm -%%SITE_PERL%%/DateTime/Locale/pl_PL.pm -%%SITE_PERL%%/DateTime/Locale/ps.pm -%%SITE_PERL%%/DateTime/Locale/ps_AF.pm -%%SITE_PERL%%/DateTime/Locale/pt.pm -%%SITE_PERL%%/DateTime/Locale/pt_BR.pm -%%SITE_PERL%%/DateTime/Locale/pt_PT.pm -%%SITE_PERL%%/DateTime/Locale/ro.pm -%%SITE_PERL%%/DateTime/Locale/ro_MD.pm -%%SITE_PERL%%/DateTime/Locale/ro_RO.pm -%%SITE_PERL%%/DateTime/Locale/root.pm -%%SITE_PERL%%/DateTime/Locale/ru.pm -%%SITE_PERL%%/DateTime/Locale/ru_RU.pm -%%SITE_PERL%%/DateTime/Locale/ru_UA.pm -%%SITE_PERL%%/DateTime/Locale/rw.pm -%%SITE_PERL%%/DateTime/Locale/rw_RW.pm -%%SITE_PERL%%/DateTime/Locale/sa.pm -%%SITE_PERL%%/DateTime/Locale/sa_IN.pm -%%SITE_PERL%%/DateTime/Locale/se.pm -%%SITE_PERL%%/DateTime/Locale/se_FI.pm -%%SITE_PERL%%/DateTime/Locale/se_NO.pm -%%SITE_PERL%%/DateTime/Locale/sh.pm -%%SITE_PERL%%/DateTime/Locale/sh_BA.pm -%%SITE_PERL%%/DateTime/Locale/sh_CS.pm -%%SITE_PERL%%/DateTime/Locale/sh_YU.pm -%%SITE_PERL%%/DateTime/Locale/si.pm -%%SITE_PERL%%/DateTime/Locale/si_LK.pm -%%SITE_PERL%%/DateTime/Locale/sid.pm -%%SITE_PERL%%/DateTime/Locale/sid_ET.pm -%%SITE_PERL%%/DateTime/Locale/sk.pm -%%SITE_PERL%%/DateTime/Locale/sk_SK.pm -%%SITE_PERL%%/DateTime/Locale/sl.pm -%%SITE_PERL%%/DateTime/Locale/sl_SI.pm -%%SITE_PERL%%/DateTime/Locale/so.pm -%%SITE_PERL%%/DateTime/Locale/so_DJ.pm -%%SITE_PERL%%/DateTime/Locale/so_ET.pm -%%SITE_PERL%%/DateTime/Locale/so_KE.pm -%%SITE_PERL%%/DateTime/Locale/so_SO.pm -%%SITE_PERL%%/DateTime/Locale/sq.pm -%%SITE_PERL%%/DateTime/Locale/sq_AL.pm -%%SITE_PERL%%/DateTime/Locale/sr.pm -%%SITE_PERL%%/DateTime/Locale/sr_BA.pm -%%SITE_PERL%%/DateTime/Locale/sr_CS.pm -%%SITE_PERL%%/DateTime/Locale/sr_Cyrl.pm -%%SITE_PERL%%/DateTime/Locale/sr_Cyrl_BA.pm -%%SITE_PERL%%/DateTime/Locale/sr_Cyrl_CS.pm -%%SITE_PERL%%/DateTime/Locale/sr_Cyrl_ME.pm -%%SITE_PERL%%/DateTime/Locale/sr_Cyrl_RS.pm -%%SITE_PERL%%/DateTime/Locale/sr_Cyrl_YU.pm -%%SITE_PERL%%/DateTime/Locale/sr_Latn.pm -%%SITE_PERL%%/DateTime/Locale/sr_Latn_BA.pm -%%SITE_PERL%%/DateTime/Locale/sr_Latn_CS.pm -%%SITE_PERL%%/DateTime/Locale/sr_Latn_ME.pm -%%SITE_PERL%%/DateTime/Locale/sr_Latn_RS.pm -%%SITE_PERL%%/DateTime/Locale/sr_Latn_YU.pm -%%SITE_PERL%%/DateTime/Locale/sr_ME.pm -%%SITE_PERL%%/DateTime/Locale/sr_RS.pm -%%SITE_PERL%%/DateTime/Locale/sr_YU.pm -%%SITE_PERL%%/DateTime/Locale/ss.pm -%%SITE_PERL%%/DateTime/Locale/ss_SZ.pm -%%SITE_PERL%%/DateTime/Locale/ss_ZA.pm -%%SITE_PERL%%/DateTime/Locale/st.pm -%%SITE_PERL%%/DateTime/Locale/st_LS.pm -%%SITE_PERL%%/DateTime/Locale/st_ZA.pm -%%SITE_PERL%%/DateTime/Locale/sv.pm -%%SITE_PERL%%/DateTime/Locale/sv_FI.pm -%%SITE_PERL%%/DateTime/Locale/sv_SE.pm -%%SITE_PERL%%/DateTime/Locale/sw.pm -%%SITE_PERL%%/DateTime/Locale/sw_KE.pm -%%SITE_PERL%%/DateTime/Locale/sw_TZ.pm -%%SITE_PERL%%/DateTime/Locale/syr.pm -%%SITE_PERL%%/DateTime/Locale/syr_SY.pm -%%SITE_PERL%%/DateTime/Locale/ta.pm -%%SITE_PERL%%/DateTime/Locale/ta_IN.pm -%%SITE_PERL%%/DateTime/Locale/te.pm -%%SITE_PERL%%/DateTime/Locale/te_IN.pm -%%SITE_PERL%%/DateTime/Locale/tg.pm -%%SITE_PERL%%/DateTime/Locale/tg_Cyrl.pm -%%SITE_PERL%%/DateTime/Locale/tg_Cyrl_TJ.pm -%%SITE_PERL%%/DateTime/Locale/tg_TJ.pm -%%SITE_PERL%%/DateTime/Locale/th.pm -%%SITE_PERL%%/DateTime/Locale/th_TH.pm -%%SITE_PERL%%/DateTime/Locale/ti.pm -%%SITE_PERL%%/DateTime/Locale/ti_ER.pm -%%SITE_PERL%%/DateTime/Locale/ti_ET.pm -%%SITE_PERL%%/DateTime/Locale/tig.pm -%%SITE_PERL%%/DateTime/Locale/tig_ER.pm -%%SITE_PERL%%/DateTime/Locale/tl.pm -%%SITE_PERL%%/DateTime/Locale/tn.pm -%%SITE_PERL%%/DateTime/Locale/tn_ZA.pm -%%SITE_PERL%%/DateTime/Locale/to.pm -%%SITE_PERL%%/DateTime/Locale/to_TO.pm -%%SITE_PERL%%/DateTime/Locale/tr.pm -%%SITE_PERL%%/DateTime/Locale/tr_TR.pm -%%SITE_PERL%%/DateTime/Locale/trv.pm -%%SITE_PERL%%/DateTime/Locale/trv_TW.pm -%%SITE_PERL%%/DateTime/Locale/ts.pm -%%SITE_PERL%%/DateTime/Locale/ts_ZA.pm -%%SITE_PERL%%/DateTime/Locale/tt.pm -%%SITE_PERL%%/DateTime/Locale/tt_RU.pm -%%SITE_PERL%%/DateTime/Locale/ug.pm -%%SITE_PERL%%/DateTime/Locale/ug_Arab.pm -%%SITE_PERL%%/DateTime/Locale/ug_Arab_CN.pm -%%SITE_PERL%%/DateTime/Locale/ug_CN.pm -%%SITE_PERL%%/DateTime/Locale/uk.pm -%%SITE_PERL%%/DateTime/Locale/uk_UA.pm -%%SITE_PERL%%/DateTime/Locale/ur.pm -%%SITE_PERL%%/DateTime/Locale/ur_IN.pm -%%SITE_PERL%%/DateTime/Locale/ur_PK.pm -%%SITE_PERL%%/DateTime/Locale/uz.pm -%%SITE_PERL%%/DateTime/Locale/uz_AF.pm -%%SITE_PERL%%/DateTime/Locale/uz_Arab.pm -%%SITE_PERL%%/DateTime/Locale/uz_Arab_AF.pm -%%SITE_PERL%%/DateTime/Locale/uz_Cyrl.pm -%%SITE_PERL%%/DateTime/Locale/uz_Cyrl_UZ.pm -%%SITE_PERL%%/DateTime/Locale/uz_Latn.pm -%%SITE_PERL%%/DateTime/Locale/uz_Latn_UZ.pm -%%SITE_PERL%%/DateTime/Locale/uz_UZ.pm -%%SITE_PERL%%/DateTime/Locale/ve.pm -%%SITE_PERL%%/DateTime/Locale/ve_ZA.pm -%%SITE_PERL%%/DateTime/Locale/vi.pm -%%SITE_PERL%%/DateTime/Locale/vi_VN.pm -%%SITE_PERL%%/DateTime/Locale/wal.pm -%%SITE_PERL%%/DateTime/Locale/wal_ET.pm -%%SITE_PERL%%/DateTime/Locale/wo.pm -%%SITE_PERL%%/DateTime/Locale/wo_Latn.pm -%%SITE_PERL%%/DateTime/Locale/wo_Latn_SN.pm -%%SITE_PERL%%/DateTime/Locale/wo_SN.pm -%%SITE_PERL%%/DateTime/Locale/xh.pm -%%SITE_PERL%%/DateTime/Locale/xh_ZA.pm -%%SITE_PERL%%/DateTime/Locale/yo.pm -%%SITE_PERL%%/DateTime/Locale/yo_NG.pm -%%SITE_PERL%%/DateTime/Locale/zh.pm -%%SITE_PERL%%/DateTime/Locale/zh_CN.pm -%%SITE_PERL%%/DateTime/Locale/zh_HK.pm -%%SITE_PERL%%/DateTime/Locale/zh_Hans.pm -%%SITE_PERL%%/DateTime/Locale/zh_Hans_CN.pm -%%SITE_PERL%%/DateTime/Locale/zh_Hans_HK.pm -%%SITE_PERL%%/DateTime/Locale/zh_Hans_MO.pm -%%SITE_PERL%%/DateTime/Locale/zh_Hans_SG.pm -%%SITE_PERL%%/DateTime/Locale/zh_Hant.pm -%%SITE_PERL%%/DateTime/Locale/zh_Hant_HK.pm -%%SITE_PERL%%/DateTime/Locale/zh_Hant_MO.pm -%%SITE_PERL%%/DateTime/Locale/zh_Hant_TW.pm -%%SITE_PERL%%/DateTime/Locale/zh_MO.pm -%%SITE_PERL%%/DateTime/Locale/zh_SG.pm -%%SITE_PERL%%/DateTime/Locale/zh_TW.pm -%%SITE_PERL%%/DateTime/Locale/zu.pm -%%SITE_PERL%%/DateTime/Locale/zu_ZA.pm +%%SITE_PERL%%/DateTime/Locale/Data.pm +%%SITE_PERL%%/DateTime/Locale/FromData.pm +%%SITE_PERL%%/DateTime/Locale/Util.pm +%%SITE_PERL%%/DateTime/Locale/af.pod +%%SITE_PERL%%/DateTime/Locale/af_NA.pod +%%SITE_PERL%%/DateTime/Locale/af_ZA.pod +%%SITE_PERL%%/DateTime/Locale/agq.pod +%%SITE_PERL%%/DateTime/Locale/agq_CM.pod +%%SITE_PERL%%/DateTime/Locale/ak.pod +%%SITE_PERL%%/DateTime/Locale/ak_GH.pod +%%SITE_PERL%%/DateTime/Locale/am.pod +%%SITE_PERL%%/DateTime/Locale/am_ET.pod +%%SITE_PERL%%/DateTime/Locale/ar.pod +%%SITE_PERL%%/DateTime/Locale/ar_001.pod +%%SITE_PERL%%/DateTime/Locale/ar_AE.pod +%%SITE_PERL%%/DateTime/Locale/ar_BH.pod +%%SITE_PERL%%/DateTime/Locale/ar_DJ.pod +%%SITE_PERL%%/DateTime/Locale/ar_DZ.pod +%%SITE_PERL%%/DateTime/Locale/ar_EG.pod +%%SITE_PERL%%/DateTime/Locale/ar_EH.pod +%%SITE_PERL%%/DateTime/Locale/ar_ER.pod +%%SITE_PERL%%/DateTime/Locale/ar_IL.pod +%%SITE_PERL%%/DateTime/Locale/ar_IQ.pod +%%SITE_PERL%%/DateTime/Locale/ar_JO.pod +%%SITE_PERL%%/DateTime/Locale/ar_KM.pod +%%SITE_PERL%%/DateTime/Locale/ar_KW.pod +%%SITE_PERL%%/DateTime/Locale/ar_LB.pod +%%SITE_PERL%%/DateTime/Locale/ar_LY.pod +%%SITE_PERL%%/DateTime/Locale/ar_MA.pod +%%SITE_PERL%%/DateTime/Locale/ar_MR.pod +%%SITE_PERL%%/DateTime/Locale/ar_OM.pod +%%SITE_PERL%%/DateTime/Locale/ar_PS.pod +%%SITE_PERL%%/DateTime/Locale/ar_QA.pod +%%SITE_PERL%%/DateTime/Locale/ar_SA.pod +%%SITE_PERL%%/DateTime/Locale/ar_SD.pod +%%SITE_PERL%%/DateTime/Locale/ar_SO.pod +%%SITE_PERL%%/DateTime/Locale/ar_SS.pod +%%SITE_PERL%%/DateTime/Locale/ar_SY.pod +%%SITE_PERL%%/DateTime/Locale/ar_TD.pod +%%SITE_PERL%%/DateTime/Locale/ar_TN.pod +%%SITE_PERL%%/DateTime/Locale/ar_YE.pod +%%SITE_PERL%%/DateTime/Locale/as.pod +%%SITE_PERL%%/DateTime/Locale/as_IN.pod +%%SITE_PERL%%/DateTime/Locale/asa.pod +%%SITE_PERL%%/DateTime/Locale/asa_TZ.pod +%%SITE_PERL%%/DateTime/Locale/ast.pod +%%SITE_PERL%%/DateTime/Locale/ast_ES.pod +%%SITE_PERL%%/DateTime/Locale/az.pod +%%SITE_PERL%%/DateTime/Locale/az_Cyrl.pod +%%SITE_PERL%%/DateTime/Locale/az_Cyrl_AZ.pod +%%SITE_PERL%%/DateTime/Locale/az_Latn.pod +%%SITE_PERL%%/DateTime/Locale/az_Latn_AZ.pod +%%SITE_PERL%%/DateTime/Locale/bas.pod +%%SITE_PERL%%/DateTime/Locale/bas_CM.pod +%%SITE_PERL%%/DateTime/Locale/be.pod +%%SITE_PERL%%/DateTime/Locale/be_BY.pod +%%SITE_PERL%%/DateTime/Locale/bem.pod +%%SITE_PERL%%/DateTime/Locale/bem_ZM.pod +%%SITE_PERL%%/DateTime/Locale/bez.pod +%%SITE_PERL%%/DateTime/Locale/bez_TZ.pod +%%SITE_PERL%%/DateTime/Locale/bg.pod +%%SITE_PERL%%/DateTime/Locale/bg_BG.pod +%%SITE_PERL%%/DateTime/Locale/bm.pod +%%SITE_PERL%%/DateTime/Locale/bm_ML.pod +%%SITE_PERL%%/DateTime/Locale/bn.pod +%%SITE_PERL%%/DateTime/Locale/bn_BD.pod +%%SITE_PERL%%/DateTime/Locale/bn_IN.pod +%%SITE_PERL%%/DateTime/Locale/bo.pod +%%SITE_PERL%%/DateTime/Locale/bo_CN.pod +%%SITE_PERL%%/DateTime/Locale/bo_IN.pod +%%SITE_PERL%%/DateTime/Locale/br.pod +%%SITE_PERL%%/DateTime/Locale/br_FR.pod +%%SITE_PERL%%/DateTime/Locale/brx.pod +%%SITE_PERL%%/DateTime/Locale/brx_IN.pod +%%SITE_PERL%%/DateTime/Locale/bs.pod +%%SITE_PERL%%/DateTime/Locale/bs_Cyrl.pod +%%SITE_PERL%%/DateTime/Locale/bs_Cyrl_BA.pod +%%SITE_PERL%%/DateTime/Locale/bs_Latn.pod +%%SITE_PERL%%/DateTime/Locale/bs_Latn_BA.pod +%%SITE_PERL%%/DateTime/Locale/ca.pod +%%SITE_PERL%%/DateTime/Locale/ca_AD.pod +%%SITE_PERL%%/DateTime/Locale/ca_ES.pod +%%SITE_PERL%%/DateTime/Locale/ca_ES_VALENCIA.pod +%%SITE_PERL%%/DateTime/Locale/ca_FR.pod +%%SITE_PERL%%/DateTime/Locale/ca_IT.pod +%%SITE_PERL%%/DateTime/Locale/ce.pod +%%SITE_PERL%%/DateTime/Locale/ce_RU.pod +%%SITE_PERL%%/DateTime/Locale/cgg.pod +%%SITE_PERL%%/DateTime/Locale/cgg_UG.pod +%%SITE_PERL%%/DateTime/Locale/chr.pod +%%SITE_PERL%%/DateTime/Locale/chr_US.pod +%%SITE_PERL%%/DateTime/Locale/ckb.pod +%%SITE_PERL%%/DateTime/Locale/ckb_IQ.pod +%%SITE_PERL%%/DateTime/Locale/ckb_IR.pod +%%SITE_PERL%%/DateTime/Locale/cs.pod +%%SITE_PERL%%/DateTime/Locale/cs_CZ.pod +%%SITE_PERL%%/DateTime/Locale/cu.pod +%%SITE_PERL%%/DateTime/Locale/cu_RU.pod +%%SITE_PERL%%/DateTime/Locale/cy.pod +%%SITE_PERL%%/DateTime/Locale/cy_GB.pod +%%SITE_PERL%%/DateTime/Locale/da.pod +%%SITE_PERL%%/DateTime/Locale/da_DK.pod +%%SITE_PERL%%/DateTime/Locale/da_GL.pod +%%SITE_PERL%%/DateTime/Locale/dav.pod +%%SITE_PERL%%/DateTime/Locale/dav_KE.pod +%%SITE_PERL%%/DateTime/Locale/de.pod +%%SITE_PERL%%/DateTime/Locale/de_AT.pod +%%SITE_PERL%%/DateTime/Locale/de_BE.pod +%%SITE_PERL%%/DateTime/Locale/de_CH.pod +%%SITE_PERL%%/DateTime/Locale/de_DE.pod +%%SITE_PERL%%/DateTime/Locale/de_LI.pod +%%SITE_PERL%%/DateTime/Locale/de_LU.pod +%%SITE_PERL%%/DateTime/Locale/dje.pod +%%SITE_PERL%%/DateTime/Locale/dje_NE.pod +%%SITE_PERL%%/DateTime/Locale/dsb.pod +%%SITE_PERL%%/DateTime/Locale/dsb_DE.pod +%%SITE_PERL%%/DateTime/Locale/dua.pod +%%SITE_PERL%%/DateTime/Locale/dua_CM.pod +%%SITE_PERL%%/DateTime/Locale/dyo.pod +%%SITE_PERL%%/DateTime/Locale/dyo_SN.pod +%%SITE_PERL%%/DateTime/Locale/dz.pod +%%SITE_PERL%%/DateTime/Locale/dz_BT.pod +%%SITE_PERL%%/DateTime/Locale/ebu.pod +%%SITE_PERL%%/DateTime/Locale/ebu_KE.pod +%%SITE_PERL%%/DateTime/Locale/ee.pod +%%SITE_PERL%%/DateTime/Locale/ee_GH.pod +%%SITE_PERL%%/DateTime/Locale/ee_TG.pod +%%SITE_PERL%%/DateTime/Locale/el.pod +%%SITE_PERL%%/DateTime/Locale/el_CY.pod +%%SITE_PERL%%/DateTime/Locale/el_GR.pod +%%SITE_PERL%%/DateTime/Locale/en.pod +%%SITE_PERL%%/DateTime/Locale/en_001.pod +%%SITE_PERL%%/DateTime/Locale/en_150.pod +%%SITE_PERL%%/DateTime/Locale/en_AG.pod +%%SITE_PERL%%/DateTime/Locale/en_AI.pod +%%SITE_PERL%%/DateTime/Locale/en_AS.pod +%%SITE_PERL%%/DateTime/Locale/en_AT.pod +%%SITE_PERL%%/DateTime/Locale/en_AU.pod +%%SITE_PERL%%/DateTime/Locale/en_BB.pod +%%SITE_PERL%%/DateTime/Locale/en_BE.pod +%%SITE_PERL%%/DateTime/Locale/en_BI.pod +%%SITE_PERL%%/DateTime/Locale/en_BM.pod +%%SITE_PERL%%/DateTime/Locale/en_BS.pod +%%SITE_PERL%%/DateTime/Locale/en_BW.pod +%%SITE_PERL%%/DateTime/Locale/en_BZ.pod +%%SITE_PERL%%/DateTime/Locale/en_CA.pod +%%SITE_PERL%%/DateTime/Locale/en_CC.pod +%%SITE_PERL%%/DateTime/Locale/en_CH.pod +%%SITE_PERL%%/DateTime/Locale/en_CK.pod +%%SITE_PERL%%/DateTime/Locale/en_CM.pod +%%SITE_PERL%%/DateTime/Locale/en_CX.pod +%%SITE_PERL%%/DateTime/Locale/en_CY.pod +%%SITE_PERL%%/DateTime/Locale/en_DE.pod +%%SITE_PERL%%/DateTime/Locale/en_DG.pod +%%SITE_PERL%%/DateTime/Locale/en_DK.pod +%%SITE_PERL%%/DateTime/Locale/en_DM.pod +%%SITE_PERL%%/DateTime/Locale/en_ER.pod +%%SITE_PERL%%/DateTime/Locale/en_FI.pod +%%SITE_PERL%%/DateTime/Locale/en_FJ.pod +%%SITE_PERL%%/DateTime/Locale/en_FK.pod +%%SITE_PERL%%/DateTime/Locale/en_FM.pod +%%SITE_PERL%%/DateTime/Locale/en_GB.pod +%%SITE_PERL%%/DateTime/Locale/en_GD.pod +%%SITE_PERL%%/DateTime/Locale/en_GG.pod +%%SITE_PERL%%/DateTime/Locale/en_GH.pod +%%SITE_PERL%%/DateTime/Locale/en_GI.pod +%%SITE_PERL%%/DateTime/Locale/en_GM.pod +%%SITE_PERL%%/DateTime/Locale/en_GU.pod +%%SITE_PERL%%/DateTime/Locale/en_GY.pod +%%SITE_PERL%%/DateTime/Locale/en_HK.pod +%%SITE_PERL%%/DateTime/Locale/en_IE.pod +%%SITE_PERL%%/DateTime/Locale/en_IL.pod +%%SITE_PERL%%/DateTime/Locale/en_IM.pod +%%SITE_PERL%%/DateTime/Locale/en_IN.pod +%%SITE_PERL%%/DateTime/Locale/en_IO.pod +%%SITE_PERL%%/DateTime/Locale/en_JE.pod +%%SITE_PERL%%/DateTime/Locale/en_JM.pod +%%SITE_PERL%%/DateTime/Locale/en_KE.pod +%%SITE_PERL%%/DateTime/Locale/en_KI.pod +%%SITE_PERL%%/DateTime/Locale/en_KN.pod +%%SITE_PERL%%/DateTime/Locale/en_KY.pod +%%SITE_PERL%%/DateTime/Locale/en_LC.pod +%%SITE_PERL%%/DateTime/Locale/en_LR.pod +%%SITE_PERL%%/DateTime/Locale/en_LS.pod +%%SITE_PERL%%/DateTime/Locale/en_MG.pod +%%SITE_PERL%%/DateTime/Locale/en_MH.pod +%%SITE_PERL%%/DateTime/Locale/en_MO.pod +%%SITE_PERL%%/DateTime/Locale/en_MP.pod +%%SITE_PERL%%/DateTime/Locale/en_MS.pod +%%SITE_PERL%%/DateTime/Locale/en_MT.pod +%%SITE_PERL%%/DateTime/Locale/en_MU.pod +%%SITE_PERL%%/DateTime/Locale/en_MW.pod +%%SITE_PERL%%/DateTime/Locale/en_MY.pod +%%SITE_PERL%%/DateTime/Locale/en_NA.pod +%%SITE_PERL%%/DateTime/Locale/en_NF.pod +%%SITE_PERL%%/DateTime/Locale/en_NG.pod +%%SITE_PERL%%/DateTime/Locale/en_NL.pod +%%SITE_PERL%%/DateTime/Locale/en_NR.pod +%%SITE_PERL%%/DateTime/Locale/en_NU.pod +%%SITE_PERL%%/DateTime/Locale/en_NZ.pod +%%SITE_PERL%%/DateTime/Locale/en_PG.pod +%%SITE_PERL%%/DateTime/Locale/en_PH.pod +%%SITE_PERL%%/DateTime/Locale/en_PK.pod +%%SITE_PERL%%/DateTime/Locale/en_PN.pod +%%SITE_PERL%%/DateTime/Locale/en_PR.pod +%%SITE_PERL%%/DateTime/Locale/en_PW.pod +%%SITE_PERL%%/DateTime/Locale/en_RW.pod +%%SITE_PERL%%/DateTime/Locale/en_SB.pod +%%SITE_PERL%%/DateTime/Locale/en_SC.pod +%%SITE_PERL%%/DateTime/Locale/en_SD.pod +%%SITE_PERL%%/DateTime/Locale/en_SE.pod +%%SITE_PERL%%/DateTime/Locale/en_SG.pod +%%SITE_PERL%%/DateTime/Locale/en_SH.pod +%%SITE_PERL%%/DateTime/Locale/en_SI.pod +%%SITE_PERL%%/DateTime/Locale/en_SL.pod +%%SITE_PERL%%/DateTime/Locale/en_SS.pod +%%SITE_PERL%%/DateTime/Locale/en_SX.pod +%%SITE_PERL%%/DateTime/Locale/en_SZ.pod +%%SITE_PERL%%/DateTime/Locale/en_TC.pod +%%SITE_PERL%%/DateTime/Locale/en_TK.pod +%%SITE_PERL%%/DateTime/Locale/en_TO.pod +%%SITE_PERL%%/DateTime/Locale/en_TT.pod +%%SITE_PERL%%/DateTime/Locale/en_TV.pod +%%SITE_PERL%%/DateTime/Locale/en_TZ.pod +%%SITE_PERL%%/DateTime/Locale/en_UG.pod +%%SITE_PERL%%/DateTime/Locale/en_UM.pod +%%SITE_PERL%%/DateTime/Locale/en_US.pod +%%SITE_PERL%%/DateTime/Locale/en_US_POSIX.pod +%%SITE_PERL%%/DateTime/Locale/en_VC.pod +%%SITE_PERL%%/DateTime/Locale/en_VG.pod +%%SITE_PERL%%/DateTime/Locale/en_VI.pod +%%SITE_PERL%%/DateTime/Locale/en_VU.pod +%%SITE_PERL%%/DateTime/Locale/en_WS.pod +%%SITE_PERL%%/DateTime/Locale/en_ZA.pod +%%SITE_PERL%%/DateTime/Locale/en_ZM.pod +%%SITE_PERL%%/DateTime/Locale/en_ZW.pod +%%SITE_PERL%%/DateTime/Locale/eo.pod +%%SITE_PERL%%/DateTime/Locale/eo_001.pod +%%SITE_PERL%%/DateTime/Locale/es.pod +%%SITE_PERL%%/DateTime/Locale/es_419.pod +%%SITE_PERL%%/DateTime/Locale/es_AR.pod +%%SITE_PERL%%/DateTime/Locale/es_BO.pod +%%SITE_PERL%%/DateTime/Locale/es_CL.pod +%%SITE_PERL%%/DateTime/Locale/es_CO.pod +%%SITE_PERL%%/DateTime/Locale/es_CR.pod +%%SITE_PERL%%/DateTime/Locale/es_CU.pod +%%SITE_PERL%%/DateTime/Locale/es_DO.pod +%%SITE_PERL%%/DateTime/Locale/es_EA.pod +%%SITE_PERL%%/DateTime/Locale/es_EC.pod +%%SITE_PERL%%/DateTime/Locale/es_ES.pod +%%SITE_PERL%%/DateTime/Locale/es_GQ.pod +%%SITE_PERL%%/DateTime/Locale/es_GT.pod +%%SITE_PERL%%/DateTime/Locale/es_HN.pod +%%SITE_PERL%%/DateTime/Locale/es_IC.pod +%%SITE_PERL%%/DateTime/Locale/es_MX.pod +%%SITE_PERL%%/DateTime/Locale/es_NI.pod +%%SITE_PERL%%/DateTime/Locale/es_PA.pod +%%SITE_PERL%%/DateTime/Locale/es_PE.pod +%%SITE_PERL%%/DateTime/Locale/es_PH.pod +%%SITE_PERL%%/DateTime/Locale/es_PR.pod +%%SITE_PERL%%/DateTime/Locale/es_PY.pod +%%SITE_PERL%%/DateTime/Locale/es_SV.pod +%%SITE_PERL%%/DateTime/Locale/es_US.pod +%%SITE_PERL%%/DateTime/Locale/es_UY.pod +%%SITE_PERL%%/DateTime/Locale/es_VE.pod +%%SITE_PERL%%/DateTime/Locale/et.pod +%%SITE_PERL%%/DateTime/Locale/et_EE.pod +%%SITE_PERL%%/DateTime/Locale/eu.pod +%%SITE_PERL%%/DateTime/Locale/eu_ES.pod +%%SITE_PERL%%/DateTime/Locale/ewo.pod +%%SITE_PERL%%/DateTime/Locale/ewo_CM.pod +%%SITE_PERL%%/DateTime/Locale/fa.pod +%%SITE_PERL%%/DateTime/Locale/fa_AF.pod +%%SITE_PERL%%/DateTime/Locale/fa_IR.pod +%%SITE_PERL%%/DateTime/Locale/ff.pod +%%SITE_PERL%%/DateTime/Locale/ff_CM.pod +%%SITE_PERL%%/DateTime/Locale/ff_GN.pod +%%SITE_PERL%%/DateTime/Locale/ff_MR.pod +%%SITE_PERL%%/DateTime/Locale/ff_SN.pod +%%SITE_PERL%%/DateTime/Locale/fi.pod +%%SITE_PERL%%/DateTime/Locale/fi_FI.pod +%%SITE_PERL%%/DateTime/Locale/fil.pod +%%SITE_PERL%%/DateTime/Locale/fil_PH.pod +%%SITE_PERL%%/DateTime/Locale/fo.pod +%%SITE_PERL%%/DateTime/Locale/fo_DK.pod +%%SITE_PERL%%/DateTime/Locale/fo_FO.pod +%%SITE_PERL%%/DateTime/Locale/fr.pod +%%SITE_PERL%%/DateTime/Locale/fr_BE.pod +%%SITE_PERL%%/DateTime/Locale/fr_BF.pod +%%SITE_PERL%%/DateTime/Locale/fr_BI.pod +%%SITE_PERL%%/DateTime/Locale/fr_BJ.pod +%%SITE_PERL%%/DateTime/Locale/fr_BL.pod +%%SITE_PERL%%/DateTime/Locale/fr_CA.pod +%%SITE_PERL%%/DateTime/Locale/fr_CD.pod +%%SITE_PERL%%/DateTime/Locale/fr_CF.pod +%%SITE_PERL%%/DateTime/Locale/fr_CG.pod +%%SITE_PERL%%/DateTime/Locale/fr_CH.pod +%%SITE_PERL%%/DateTime/Locale/fr_CI.pod +%%SITE_PERL%%/DateTime/Locale/fr_CM.pod +%%SITE_PERL%%/DateTime/Locale/fr_DJ.pod +%%SITE_PERL%%/DateTime/Locale/fr_DZ.pod +%%SITE_PERL%%/DateTime/Locale/fr_FR.pod +%%SITE_PERL%%/DateTime/Locale/fr_GA.pod +%%SITE_PERL%%/DateTime/Locale/fr_GF.pod +%%SITE_PERL%%/DateTime/Locale/fr_GN.pod +%%SITE_PERL%%/DateTime/Locale/fr_GP.pod +%%SITE_PERL%%/DateTime/Locale/fr_GQ.pod +%%SITE_PERL%%/DateTime/Locale/fr_HT.pod +%%SITE_PERL%%/DateTime/Locale/fr_KM.pod +%%SITE_PERL%%/DateTime/Locale/fr_LU.pod +%%SITE_PERL%%/DateTime/Locale/fr_MA.pod +%%SITE_PERL%%/DateTime/Locale/fr_MC.pod +%%SITE_PERL%%/DateTime/Locale/fr_MF.pod +%%SITE_PERL%%/DateTime/Locale/fr_MG.pod +%%SITE_PERL%%/DateTime/Locale/fr_ML.pod +%%SITE_PERL%%/DateTime/Locale/fr_MQ.pod +%%SITE_PERL%%/DateTime/Locale/fr_MR.pod +%%SITE_PERL%%/DateTime/Locale/fr_MU.pod +%%SITE_PERL%%/DateTime/Locale/fr_NC.pod +%%SITE_PERL%%/DateTime/Locale/fr_NE.pod +%%SITE_PERL%%/DateTime/Locale/fr_PF.pod +%%SITE_PERL%%/DateTime/Locale/fr_PM.pod +%%SITE_PERL%%/DateTime/Locale/fr_RE.pod +%%SITE_PERL%%/DateTime/Locale/fr_RW.pod +%%SITE_PERL%%/DateTime/Locale/fr_SC.pod +%%SITE_PERL%%/DateTime/Locale/fr_SN.pod +%%SITE_PERL%%/DateTime/Locale/fr_SY.pod +%%SITE_PERL%%/DateTime/Locale/fr_TD.pod +%%SITE_PERL%%/DateTime/Locale/fr_TG.pod +%%SITE_PERL%%/DateTime/Locale/fr_TN.pod +%%SITE_PERL%%/DateTime/Locale/fr_VU.pod +%%SITE_PERL%%/DateTime/Locale/fr_WF.pod +%%SITE_PERL%%/DateTime/Locale/fr_YT.pod +%%SITE_PERL%%/DateTime/Locale/fur.pod +%%SITE_PERL%%/DateTime/Locale/fur_IT.pod +%%SITE_PERL%%/DateTime/Locale/fy.pod +%%SITE_PERL%%/DateTime/Locale/fy_NL.pod +%%SITE_PERL%%/DateTime/Locale/ga.pod +%%SITE_PERL%%/DateTime/Locale/ga_IE.pod +%%SITE_PERL%%/DateTime/Locale/gd.pod +%%SITE_PERL%%/DateTime/Locale/gd_GB.pod +%%SITE_PERL%%/DateTime/Locale/gl.pod +%%SITE_PERL%%/DateTime/Locale/gl_ES.pod +%%SITE_PERL%%/DateTime/Locale/gsw.pod +%%SITE_PERL%%/DateTime/Locale/gsw_CH.pod +%%SITE_PERL%%/DateTime/Locale/gsw_FR.pod +%%SITE_PERL%%/DateTime/Locale/gsw_LI.pod +%%SITE_PERL%%/DateTime/Locale/gu.pod +%%SITE_PERL%%/DateTime/Locale/gu_IN.pod +%%SITE_PERL%%/DateTime/Locale/guz.pod +%%SITE_PERL%%/DateTime/Locale/guz_KE.pod +%%SITE_PERL%%/DateTime/Locale/gv.pod +%%SITE_PERL%%/DateTime/Locale/gv_IM.pod +%%SITE_PERL%%/DateTime/Locale/ha.pod +%%SITE_PERL%%/DateTime/Locale/ha_GH.pod +%%SITE_PERL%%/DateTime/Locale/ha_NE.pod +%%SITE_PERL%%/DateTime/Locale/ha_NG.pod +%%SITE_PERL%%/DateTime/Locale/haw.pod +%%SITE_PERL%%/DateTime/Locale/haw_US.pod +%%SITE_PERL%%/DateTime/Locale/he.pod +%%SITE_PERL%%/DateTime/Locale/he_IL.pod +%%SITE_PERL%%/DateTime/Locale/hi.pod +%%SITE_PERL%%/DateTime/Locale/hi_IN.pod +%%SITE_PERL%%/DateTime/Locale/hr.pod +%%SITE_PERL%%/DateTime/Locale/hr_BA.pod +%%SITE_PERL%%/DateTime/Locale/hr_HR.pod +%%SITE_PERL%%/DateTime/Locale/hsb.pod +%%SITE_PERL%%/DateTime/Locale/hsb_DE.pod +%%SITE_PERL%%/DateTime/Locale/hu.pod +%%SITE_PERL%%/DateTime/Locale/hu_HU.pod +%%SITE_PERL%%/DateTime/Locale/hy.pod +%%SITE_PERL%%/DateTime/Locale/hy_AM.pod +%%SITE_PERL%%/DateTime/Locale/id.pod +%%SITE_PERL%%/DateTime/Locale/id_ID.pod +%%SITE_PERL%%/DateTime/Locale/ig.pod +%%SITE_PERL%%/DateTime/Locale/ig_NG.pod +%%SITE_PERL%%/DateTime/Locale/ii.pod +%%SITE_PERL%%/DateTime/Locale/ii_CN.pod +%%SITE_PERL%%/DateTime/Locale/is.pod +%%SITE_PERL%%/DateTime/Locale/is_IS.pod +%%SITE_PERL%%/DateTime/Locale/it.pod +%%SITE_PERL%%/DateTime/Locale/it_CH.pod +%%SITE_PERL%%/DateTime/Locale/it_IT.pod +%%SITE_PERL%%/DateTime/Locale/it_SM.pod +%%SITE_PERL%%/DateTime/Locale/ja.pod +%%SITE_PERL%%/DateTime/Locale/ja_JP.pod +%%SITE_PERL%%/DateTime/Locale/jgo.pod +%%SITE_PERL%%/DateTime/Locale/jgo_CM.pod +%%SITE_PERL%%/DateTime/Locale/jmc.pod +%%SITE_PERL%%/DateTime/Locale/jmc_TZ.pod +%%SITE_PERL%%/DateTime/Locale/ka.pod +%%SITE_PERL%%/DateTime/Locale/ka_GE.pod +%%SITE_PERL%%/DateTime/Locale/kab.pod +%%SITE_PERL%%/DateTime/Locale/kab_DZ.pod +%%SITE_PERL%%/DateTime/Locale/kam.pod +%%SITE_PERL%%/DateTime/Locale/kam_KE.pod +%%SITE_PERL%%/DateTime/Locale/kde.pod +%%SITE_PERL%%/DateTime/Locale/kde_TZ.pod +%%SITE_PERL%%/DateTime/Locale/kea.pod +%%SITE_PERL%%/DateTime/Locale/kea_CV.pod +%%SITE_PERL%%/DateTime/Locale/khq.pod +%%SITE_PERL%%/DateTime/Locale/khq_ML.pod +%%SITE_PERL%%/DateTime/Locale/ki.pod +%%SITE_PERL%%/DateTime/Locale/ki_KE.pod +%%SITE_PERL%%/DateTime/Locale/kk.pod +%%SITE_PERL%%/DateTime/Locale/kk_KZ.pod +%%SITE_PERL%%/DateTime/Locale/kkj.pod +%%SITE_PERL%%/DateTime/Locale/kkj_CM.pod +%%SITE_PERL%%/DateTime/Locale/kl.pod +%%SITE_PERL%%/DateTime/Locale/kl_GL.pod +%%SITE_PERL%%/DateTime/Locale/kln.pod +%%SITE_PERL%%/DateTime/Locale/kln_KE.pod +%%SITE_PERL%%/DateTime/Locale/km.pod +%%SITE_PERL%%/DateTime/Locale/km_KH.pod +%%SITE_PERL%%/DateTime/Locale/kn.pod +%%SITE_PERL%%/DateTime/Locale/kn_IN.pod +%%SITE_PERL%%/DateTime/Locale/ko.pod +%%SITE_PERL%%/DateTime/Locale/ko_KP.pod +%%SITE_PERL%%/DateTime/Locale/ko_KR.pod +%%SITE_PERL%%/DateTime/Locale/kok.pod +%%SITE_PERL%%/DateTime/Locale/kok_IN.pod +%%SITE_PERL%%/DateTime/Locale/ks.pod +%%SITE_PERL%%/DateTime/Locale/ks_IN.pod +%%SITE_PERL%%/DateTime/Locale/ksb.pod +%%SITE_PERL%%/DateTime/Locale/ksb_TZ.pod +%%SITE_PERL%%/DateTime/Locale/ksf.pod +%%SITE_PERL%%/DateTime/Locale/ksf_CM.pod +%%SITE_PERL%%/DateTime/Locale/ksh.pod +%%SITE_PERL%%/DateTime/Locale/ksh_DE.pod +%%SITE_PERL%%/DateTime/Locale/kw.pod +%%SITE_PERL%%/DateTime/Locale/kw_GB.pod +%%SITE_PERL%%/DateTime/Locale/ky.pod +%%SITE_PERL%%/DateTime/Locale/ky_KG.pod +%%SITE_PERL%%/DateTime/Locale/lag.pod +%%SITE_PERL%%/DateTime/Locale/lag_TZ.pod +%%SITE_PERL%%/DateTime/Locale/lb.pod +%%SITE_PERL%%/DateTime/Locale/lb_LU.pod +%%SITE_PERL%%/DateTime/Locale/lg.pod +%%SITE_PERL%%/DateTime/Locale/lg_UG.pod +%%SITE_PERL%%/DateTime/Locale/lkt.pod +%%SITE_PERL%%/DateTime/Locale/lkt_US.pod +%%SITE_PERL%%/DateTime/Locale/ln.pod +%%SITE_PERL%%/DateTime/Locale/ln_AO.pod +%%SITE_PERL%%/DateTime/Locale/ln_CD.pod +%%SITE_PERL%%/DateTime/Locale/ln_CF.pod +%%SITE_PERL%%/DateTime/Locale/ln_CG.pod +%%SITE_PERL%%/DateTime/Locale/lo.pod +%%SITE_PERL%%/DateTime/Locale/lo_LA.pod +%%SITE_PERL%%/DateTime/Locale/lrc.pod +%%SITE_PERL%%/DateTime/Locale/lrc_IQ.pod +%%SITE_PERL%%/DateTime/Locale/lrc_IR.pod +%%SITE_PERL%%/DateTime/Locale/lt.pod +%%SITE_PERL%%/DateTime/Locale/lt_LT.pod +%%SITE_PERL%%/DateTime/Locale/lu.pod +%%SITE_PERL%%/DateTime/Locale/lu_CD.pod +%%SITE_PERL%%/DateTime/Locale/luo.pod +%%SITE_PERL%%/DateTime/Locale/luo_KE.pod +%%SITE_PERL%%/DateTime/Locale/luy.pod +%%SITE_PERL%%/DateTime/Locale/luy_KE.pod +%%SITE_PERL%%/DateTime/Locale/lv.pod +%%SITE_PERL%%/DateTime/Locale/lv_LV.pod +%%SITE_PERL%%/DateTime/Locale/mas.pod +%%SITE_PERL%%/DateTime/Locale/mas_KE.pod +%%SITE_PERL%%/DateTime/Locale/mas_TZ.pod +%%SITE_PERL%%/DateTime/Locale/mer.pod +%%SITE_PERL%%/DateTime/Locale/mer_KE.pod +%%SITE_PERL%%/DateTime/Locale/mfe.pod +%%SITE_PERL%%/DateTime/Locale/mfe_MU.pod +%%SITE_PERL%%/DateTime/Locale/mg.pod +%%SITE_PERL%%/DateTime/Locale/mg_MG.pod +%%SITE_PERL%%/DateTime/Locale/mgh.pod +%%SITE_PERL%%/DateTime/Locale/mgh_MZ.pod +%%SITE_PERL%%/DateTime/Locale/mgo.pod +%%SITE_PERL%%/DateTime/Locale/mgo_CM.pod +%%SITE_PERL%%/DateTime/Locale/mk.pod +%%SITE_PERL%%/DateTime/Locale/mk_MK.pod +%%SITE_PERL%%/DateTime/Locale/ml.pod +%%SITE_PERL%%/DateTime/Locale/ml_IN.pod +%%SITE_PERL%%/DateTime/Locale/mn.pod +%%SITE_PERL%%/DateTime/Locale/mn_MN.pod +%%SITE_PERL%%/DateTime/Locale/mr.pod +%%SITE_PERL%%/DateTime/Locale/mr_IN.pod +%%SITE_PERL%%/DateTime/Locale/ms.pod +%%SITE_PERL%%/DateTime/Locale/ms_BN.pod +%%SITE_PERL%%/DateTime/Locale/ms_MY.pod +%%SITE_PERL%%/DateTime/Locale/ms_SG.pod +%%SITE_PERL%%/DateTime/Locale/mt.pod +%%SITE_PERL%%/DateTime/Locale/mt_MT.pod +%%SITE_PERL%%/DateTime/Locale/mua.pod +%%SITE_PERL%%/DateTime/Locale/mua_CM.pod +%%SITE_PERL%%/DateTime/Locale/my.pod +%%SITE_PERL%%/DateTime/Locale/my_MM.pod +%%SITE_PERL%%/DateTime/Locale/mzn.pod +%%SITE_PERL%%/DateTime/Locale/mzn_IR.pod +%%SITE_PERL%%/DateTime/Locale/naq.pod +%%SITE_PERL%%/DateTime/Locale/naq_NA.pod +%%SITE_PERL%%/DateTime/Locale/nb.pod +%%SITE_PERL%%/DateTime/Locale/nb_NO.pod +%%SITE_PERL%%/DateTime/Locale/nb_SJ.pod +%%SITE_PERL%%/DateTime/Locale/nd.pod *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Fri Feb 12 15:34:12 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 625A6AA67E6; Fri, 12 Feb 2016 15:34:12 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1CC3D1443; Fri, 12 Feb 2016 15:34:12 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1CFYBC0034838; Fri, 12 Feb 2016 15:34:11 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1CFYBiF034836; Fri, 12 Feb 2016 15:34:11 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201602121534.u1CFYBiF034836@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 12 Feb 2016 15:34:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408736 - head/www/p5-Catalyst-Authentication-Store-LDAP X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2016 15:34:12 -0000 Author: mat Date: Fri Feb 12 15:34:10 2016 New Revision: 408736 URL: https://svnweb.freebsd.org/changeset/ports/408736 Log: Update to 1.016 Sponsored by: Absolight Modified: head/www/p5-Catalyst-Authentication-Store-LDAP/Makefile head/www/p5-Catalyst-Authentication-Store-LDAP/distinfo Modified: head/www/p5-Catalyst-Authentication-Store-LDAP/Makefile ============================================================================== --- head/www/p5-Catalyst-Authentication-Store-LDAP/Makefile Fri Feb 12 15:33:50 2016 (r408735) +++ head/www/p5-Catalyst-Authentication-Store-LDAP/Makefile Fri Feb 12 15:34:10 2016 (r408736) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Catalyst-Authentication-Store-LDAP -PORTVERSION= 1.015 +PORTVERSION= 1.016 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,6 +18,7 @@ BUILD_DEPENDS= p5-Catalyst-Plugin-Authen RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Net-LDAP-Server-Test>=0:${PORTSDIR}/net/p5-Net-LDAP-Server-Test \ p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ + p5-Catalyst-Model-LDAP>=0:${PORTSDIR}/www/p5-Catalyst-Model-LDAP \ p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject USES= perl5 Modified: head/www/p5-Catalyst-Authentication-Store-LDAP/distinfo ============================================================================== --- head/www/p5-Catalyst-Authentication-Store-LDAP/distinfo Fri Feb 12 15:33:50 2016 (r408735) +++ head/www/p5-Catalyst-Authentication-Store-LDAP/distinfo Fri Feb 12 15:34:10 2016 (r408736) @@ -1,2 +1,2 @@ -SHA256 (Catalyst-Authentication-Store-LDAP-1.015.tar.gz) = 6f61512df24864baf15c758120f90ed3bc5085eae31a8d7654ed66d7306c1cbb -SIZE (Catalyst-Authentication-Store-LDAP-1.015.tar.gz) = 34365 +SHA256 (Catalyst-Authentication-Store-LDAP-1.016.tar.gz) = 0857812a617cdd8d4571d0d9a279b5866132f5d84506fd242bc061dc774aa332 +SIZE (Catalyst-Authentication-Store-LDAP-1.016.tar.gz) = 38150 From owner-svn-ports-head@freebsd.org Fri Feb 12 15:46:05 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E5D0CAA6DF7; Fri, 12 Feb 2016 15:46:05 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B48261B9C; Fri, 12 Feb 2016 15:46:05 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1CFk433037749; Fri, 12 Feb 2016 15:46:04 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1CFk4fB037748; Fri, 12 Feb 2016 15:46:04 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201602121546.u1CFk4fB037748@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 12 Feb 2016 15:46:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408737 - head/ports-mgmt/portmaster X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2016 15:46:06 -0000 Author: mat Date: Fri Feb 12 15:46:04 2016 New Revision: 408737 URL: https://svnweb.freebsd.org/changeset/ports/408737 Log: Remove unneeded dependencies on bash and zsh. With hat: portmgr Sponsored by: Absolight Modified: head/ports-mgmt/portmaster/Makefile Modified: head/ports-mgmt/portmaster/Makefile ============================================================================== --- head/ports-mgmt/portmaster/Makefile Fri Feb 12 15:34:10 2016 (r408736) +++ head/ports-mgmt/portmaster/Makefile Fri Feb 12 15:46:04 2016 (r408737) @@ -2,6 +2,7 @@ PORTNAME= portmaster PORTVERSION= 3.17.9 +PORTREVISION= 1 CATEGORIES= ports-mgmt MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \ http://mirror.shatow.net/freebsd/${PORTNAME}/ \ @@ -24,9 +25,6 @@ PLIST_FILES= sbin/portmaster \ BASH_PLIST_FILES= etc/bash_completion.d/portmaster.sh ZSH_PLIST_FILES= share/zsh/site-functions/_portmaster -BASH_RUN_DEPENDS= bash>=0:${PORTSDIR}/shells/bash -ZSH_RUN_DEPENDS= zsh>=0:${PORTSDIR}/shells/zsh - verify: checksum do-build: From owner-svn-ports-head@freebsd.org Fri Feb 12 15:55:31 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 90AA8AA6292; Fri, 12 Feb 2016 15:55:31 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5ED381FE4; Fri, 12 Feb 2016 15:55:31 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1CFtU8j040714; Fri, 12 Feb 2016 15:55:30 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1CFtUMN040713; Fri, 12 Feb 2016 15:55:30 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602121555.u1CFtUMN040713@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 12 Feb 2016 15:55:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408738 - head/multimedia/gmimms X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2016 15:55:31 -0000 Author: amdmi3 Date: Fri Feb 12 15:55:30 2016 New Revision: 408738 URL: https://svnweb.freebsd.org/changeset/ports/408738 Log: - Add LICENSE_FILE - Don't install empty docs - Switch to options helpers Modified: head/multimedia/gmimms/Makefile Modified: head/multimedia/gmimms/Makefile ============================================================================== --- head/multimedia/gmimms/Makefile Fri Feb 12 15:46:04 2016 (r408737) +++ head/multimedia/gmimms/Makefile Fri Feb 12 15:55:30 2016 (r408738) @@ -11,6 +11,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Frontend to MiMMS (Multimedia Stream ripper) LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= mimms:${PORTSDIR}/multimedia/mimms @@ -22,19 +23,19 @@ INSTALL_TARGET= install-exec CFLAGS+= -Wno-error=return-type -PORTDOCS= AUTHORS ChangeLog INSTALL NEWS README +PORTDOCS= AUTHORS ChangeLog PLIST_FILES= bin/gmimms -DESKTOP_ENTRIES= "GMiMMS" \ - "Multimedia Stream ripper" \ - "" \ - "gmimms" \ - "GTK;AudioVideo;Network;" \ - "false" +DESKTOP_ENTRIES="GMiMMS" \ + "Multimedia Stream ripper" \ + "" \ + "gmimms" \ + "GTK;AudioVideo;Network;" \ + "false" OPTIONS_DEFINE= DOCS -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) From owner-svn-ports-head@freebsd.org Fri Feb 12 15:55:48 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0AC06AA62BB; Fri, 12 Feb 2016 15:55:48 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D0F8A178; Fri, 12 Feb 2016 15:55:47 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1CFtkBj040807; Fri, 12 Feb 2016 15:55:46 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1CFtkkh040806; Fri, 12 Feb 2016 15:55:46 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602121555.u1CFtkkh040806@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 12 Feb 2016 15:55:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408739 - head/ftp/lftp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2016 15:55:48 -0000 Author: amdmi3 Date: Fri Feb 12 15:55:46 2016 New Revision: 408739 URL: https://svnweb.freebsd.org/changeset/ports/408739 Log: - Remove obsolete hack, all supported FreeBSD versions have required POSIX_FADV_* macros - Switch to USES=localbase Approved by: portmgr blanket Modified: head/ftp/lftp/Makefile Modified: head/ftp/lftp/Makefile ============================================================================== --- head/ftp/lftp/Makefile Fri Feb 12 15:55:30 2016 (r408738) +++ head/ftp/lftp/Makefile Fri Feb 12 15:55:46 2016 (r408739) @@ -20,14 +20,8 @@ LICENSE= GPLv3 LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 -USES= charsetfix iconv libtool readline shebangfix - -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib +USES= charsetfix iconv libtool localbase readline shebangfix GNU_CONFIGURE= yes -# XXX FreeBSD 9.x has posix_fallocate() for OSVERSION > 900035, -# but is missing the required POSIX_FADV_* macros -CONFIGURE_ENV= i_cv_posix_fallocate_works=no PORTDOCS= AUTHORS BUGS ChangeLog FAQ FEATURES INSTALL \ MIRRORS NEWS README README.debug-levels README.modules \ From owner-svn-ports-head@freebsd.org Fri Feb 12 16:13:22 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E7008AA6B3B; Fri, 12 Feb 2016 16:13:22 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B6EB1E1E; Fri, 12 Feb 2016 16:13:22 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1CGDLHk046484; Fri, 12 Feb 2016 16:13:21 GMT (envelope-from dbn@FreeBSD.org) Received: (from dbn@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1CGDLRH046483; Fri, 12 Feb 2016 16:13:21 GMT (envelope-from dbn@FreeBSD.org) Message-Id: <201602121613.u1CGDLRH046483@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbn set sender to dbn@FreeBSD.org using -f From: David Naylor Date: Fri, 12 Feb 2016 16:13:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408740 - head/emulators/i386-wine X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2016 16:13:23 -0000 Author: dbn Date: Fri Feb 12 16:13:21 2016 New Revision: 408740 URL: https://svnweb.freebsd.org/changeset/ports/408740 Log: emulators/i386-wine: fix run depends reference to wine-gecko PR: 207072 Submitted by: Piotr Kubaj Modified: head/emulators/i386-wine/Makefile.inc Modified: head/emulators/i386-wine/Makefile.inc ============================================================================== --- head/emulators/i386-wine/Makefile.inc Fri Feb 12 15:55:46 2016 (r408739) +++ head/emulators/i386-wine/Makefile.inc Fri Feb 12 16:13:21 2016 (r408740) @@ -41,7 +41,7 @@ USE_LDCONFIG32= ${PREFIX}/lib32 ${PREFIX USES= tar:xz BUNDLE_LIBS= yes -GECKO_RUN_DEPENDS= ${DATADIR}/gecko/wine_gecko-2.40-x86.msi:${PORTSDIR}/emulators/wine-gecko-devel +GECKO_RUN_DEPENDS= ${DATADIR}/gecko/wine_gecko-2.40-x86.msi:${PORTSDIR}/emulators/wine-gecko MONO_RUN_DEPENDS= ${DATADIR}/mono/wine-mono-4.5.6.msi:${PORTSDIR}/emulators/wine-mono-devel PORTSCOUT= limitw:1,even From owner-svn-ports-head@freebsd.org Fri Feb 12 16:17:28 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 45B21AA6CB5; Fri, 12 Feb 2016 16:17:28 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 14667FC6; Fri, 12 Feb 2016 16:17:28 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1CGHRQ3046718; Fri, 12 Feb 2016 16:17:27 GMT (envelope-from dbn@FreeBSD.org) Received: (from dbn@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1CGHR89046717; Fri, 12 Feb 2016 16:17:27 GMT (envelope-from dbn@FreeBSD.org) Message-Id: <201602121617.u1CGHR89046717@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbn set sender to dbn@FreeBSD.org using -f From: David Naylor Date: Fri, 12 Feb 2016 16:17:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408741 - head/emulators/i386-wine-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2016 16:17:28 -0000 Author: dbn Date: Fri Feb 12 16:17:26 2016 New Revision: 408741 URL: https://svnweb.freebsd.org/changeset/ports/408741 Log: emulators/i386-wine-devel: fix depends reference to wine-gecko-devel PR: 207103 Submitted by: Piotr Kubaj Modified: head/emulators/i386-wine-devel/Makefile.inc Modified: head/emulators/i386-wine-devel/Makefile.inc ============================================================================== --- head/emulators/i386-wine-devel/Makefile.inc Fri Feb 12 16:13:21 2016 (r408740) +++ head/emulators/i386-wine-devel/Makefile.inc Fri Feb 12 16:17:26 2016 (r408741) @@ -42,7 +42,7 @@ USE_LDCONFIG32= ${PREFIX}/lib32 ${PREFIX USES= tar:xz BUNDLE_LIBS= yes -GECKO_RUN_DEPENDS= ${DATADIR}/gecko/wine_gecko-2.40-x86.msi:${PORTSDIR}/emulators/wine-gecko-devel +GECKO_RUN_DEPENDS= ${DATADIR}/gecko/wine_gecko-2.44-x86.msi:${PORTSDIR}/emulators/wine-gecko-devel MONO_RUN_DEPENDS= ${DATADIR}/mono/wine-mono-4.5.6.msi:${PORTSDIR}/emulators/wine-mono-devel # Included for OPSYS and OSVERSION From owner-svn-ports-head@freebsd.org Fri Feb 12 17:21:51 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 33C7BAA6DE1; Fri, 12 Feb 2016 17:21:51 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 056D1CBB; Fri, 12 Feb 2016 17:21:50 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1CHLo08066379; Fri, 12 Feb 2016 17:21:50 GMT (envelope-from ak@FreeBSD.org) Received: (from ak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1CHLojN066378; Fri, 12 Feb 2016 17:21:50 GMT (envelope-from ak@FreeBSD.org) Message-Id: <201602121721.u1CHLojN066378@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ak set sender to ak@FreeBSD.org using -f From: Alex Kozlov Date: Fri, 12 Feb 2016 17:21:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408742 - head/archivers/lbrate X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2016 17:21:51 -0000 Author: ak Date: Fri Feb 12 17:21:49 2016 New Revision: 408742 URL: https://svnweb.freebsd.org/changeset/ports/408742 Log: - Take maintainership Modified: head/archivers/lbrate/Makefile Modified: head/archivers/lbrate/Makefile ============================================================================== --- head/archivers/lbrate/Makefile Fri Feb 12 16:17:26 2016 (r408741) +++ head/archivers/lbrate/Makefile Fri Feb 12 17:21:49 2016 (r408742) @@ -7,7 +7,7 @@ PORTREVISION= 2 CATEGORIES= archivers MASTER_SITES= SUNSITE/utils/compress -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ak@FreeBSD.org COMMENT= Extract/decompress CP/M LBR archives LICENSE= GPLv2+ @@ -23,10 +23,10 @@ OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/lbrate ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/lbrate.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/lbrate.1 ${STAGEDIR}${MANPREFIX}/man/man1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include From owner-svn-ports-head@freebsd.org Fri Feb 12 17:30:31 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 97131AA622B; Fri, 12 Feb 2016 17:30:31 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6742B11D6; Fri, 12 Feb 2016 17:30:31 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1CHUUqS067473; Fri, 12 Feb 2016 17:30:30 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1CHUT2s067466; Fri, 12 Feb 2016 17:30:29 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201602121730.u1CHUT2s067466@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Fri, 12 Feb 2016 17:30:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408743 - in head/net: asterisk asterisk/files asterisk11 asterisk13 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2016 17:30:31 -0000 Author: madpilot Date: Fri Feb 12 17:30:29 2016 New Revision: 408743 URL: https://svnweb.freebsd.org/changeset/ports/408743 Log: - Update net/asterisk11 to 11.21.2, which provides a fix for the old OpenSSL included in 9.x - Backport the fis to net/asterisk (asterisk 1.8) - net/asterisk13 already includes this fix, so remove my workaround While here, asterisk 1.8 reached EOL on 2015-10-21, so DEPRECATE it and add an expiration time. MFH: 2016Q1 Modified: head/net/asterisk/Makefile head/net/asterisk/files/patch-AST-2016-001 head/net/asterisk/files/patch-configure head/net/asterisk11/Makefile head/net/asterisk11/distinfo head/net/asterisk13/Makefile Modified: head/net/asterisk/Makefile ============================================================================== --- head/net/asterisk/Makefile Fri Feb 12 17:21:49 2016 (r408742) +++ head/net/asterisk/Makefile Fri Feb 12 17:30:29 2016 (r408743) @@ -3,7 +3,7 @@ PORTNAME= asterisk PORTVERSION= 1.8.32.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/%SUBDIR%/:main,g729 MASTER_SITE_SUBDIR= asterisk/:main \ @@ -20,6 +20,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE EXTRACT_ONLY:= ${DISTNAME}${EXTRACT_SUFX} +DEPRECATED= Aterisk 1.8 reached EOL on 2015-10-21 +EXPIRATION_DATE= 2015-04-30 + ONLY_FOR_ARCHS= i386 amd64 powerpc sparc64 USES= alias bison cpe gmake shebangfix @@ -223,9 +226,6 @@ post-patch: @${REINPLACE_CMD} -e '/#define HAVE_SYSINFO 1/d' ${WRKSRC}/configure @${REINPLACE_CMD} -e '/%%LIBSYSINFO%%/d' ${WRKSRC}/main/Makefile .endif -.if ${OPSYS} == FreeBSD && (${OSVERSION} < 1000015 && !(defined(WITH_OPENSSL_PORT) || (!defined(WITH_OPENSSL_BASE) && exists(${LOCALBASE}/lib/libcrypto.so)))) - @${REINPLACE_CMD} -e 's/SSL_OP_NO_TLSv1[_12]*;/0;/' ${WRKSRC}/main/tcptls.c -.endif .if exists(${FILESDIR}/.asterisk.makeopts) USER_MAKEOPTS_FILE=${FILESDIR}/.asterisk.makeopts Modified: head/net/asterisk/files/patch-AST-2016-001 ============================================================================== --- head/net/asterisk/files/patch-AST-2016-001 Fri Feb 12 17:21:49 2016 (r408742) +++ head/net/asterisk/files/patch-AST-2016-001 Fri Feb 12 17:30:29 2016 (r408743) @@ -1,6 +1,4 @@ -diff --git a/configs/http.conf.sample b/configs/http.conf.sample -index 1a7f4fd..9a06fcf 100644 ---- configs/http.conf.sample +--- configs/http.conf.sample.orig 2014-06-12 16:05:50 UTC +++ configs/http.conf.sample @@ -67,10 +67,31 @@ bindaddr=127.0.0.1 ; If no path is given for tlscertfile or tlsprivatekey, default is to look in current @@ -34,9 +32,7 @@ index 1a7f4fd..9a06fcf 100644 ; The post_mappings section maps URLs to real paths on the filesystem. If a ; POST is done from within an authenticated manager session to one of the ; configured POST mappings, then any files in the POST will be placed in the -diff --git a/include/asterisk/tcptls.h b/include/asterisk/tcptls.h -index f3f5e1f..eb7166f 100644 ---- include/asterisk/tcptls.h +--- include/asterisk/tcptls.h.orig 2014-06-13 04:58:51 UTC +++ include/asterisk/tcptls.h @@ -79,7 +79,15 @@ enum ast_ssl_flags { /*! Use SSLv3 for outgoing client connections */ @@ -55,9 +51,7 @@ index f3f5e1f..eb7166f 100644 }; struct ast_tls_config { -diff --git a/main/http.c b/main/http.c -index 9bebbe7..4bfa985 100644 ---- main/http.c +--- main/http.c.orig 2014-06-13 04:58:51 UTC +++ main/http.c @@ -1118,10 +1118,13 @@ static int __ast_http_load(int reload) } @@ -83,11 +77,9 @@ index 9bebbe7..4bfa985 100644 && !ast_tls_read_conf(&http_tls_cfg, &https_desc, v->name, v->value)) { continue; } -diff --git a/main/tcptls.c b/main/tcptls.c -index a5a2af6..f73c2aa 100644 ---- main/tcptls.c +--- main/tcptls.c.orig 2015-04-08 16:53:07 UTC +++ main/tcptls.c -@@ -749,6 +749,7 @@ static int __ssl_setup(struct ast_tls_config *cfg, int client) +@@ -749,6 +749,7 @@ static int __ssl_setup(struct ast_tls_co return 0; #else int disable_ssl = 0; @@ -95,35 +87,41 @@ index a5a2af6..f73c2aa 100644 if (!cfg->enabled) return 0; -@@ -793,11 +794,24 @@ static int __ssl_setup(struct ast_tls_config *cfg, int client) +@@ -793,12 +794,30 @@ static int __ssl_setup(struct ast_tls_co * them. SSLv23_*_method supports TLSv1+. */ if (disable_ssl) { - long ssl_opts; + ssl_opts |= SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3; + } -+ -+ if (ast_test_flag(&cfg->flags, AST_SSL_SERVER_CIPHER_ORDER)) { -+ ssl_opts |= SSL_OP_CIPHER_SERVER_PREFERENCE; -+ } - ssl_opts = SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3; - SSL_CTX_set_options(cfg->ssl_ctx, ssl_opts); ++ if (ast_test_flag(&cfg->flags, AST_SSL_SERVER_CIPHER_ORDER)) { ++ ssl_opts |= SSL_OP_CIPHER_SERVER_PREFERENCE; + } + + if (ast_test_flag(&cfg->flags, AST_SSL_DISABLE_TLSV1)) { + ssl_opts |= SSL_OP_NO_TLSv1; - } ++ } ++#if defined(HAVE_SSL_OP_NO_TLSV1_1) && defined(HAVE_SSL_OP_NO_TLSV1_2) + if (ast_test_flag(&cfg->flags, AST_SSL_DISABLE_TLSV11)) { + ssl_opts |= SSL_OP_NO_TLSv1_1; + } + if (ast_test_flag(&cfg->flags, AST_SSL_DISABLE_TLSV12)) { + ssl_opts |= SSL_OP_NO_TLSv1_2; + } ++#else ++ ast_log(LOG_WARNING, "Your version of OpenSSL leaves you potentially vulnerable " ++ "to the SSL BEAST attack. Please upgrade to OpenSSL 1.0.1 or later\n"); ++#endif + + SSL_CTX_set_options(cfg->ssl_ctx, ssl_opts); - ++ SSL_CTX_set_verify(cfg->ssl_ctx, ast_test_flag(&cfg->flags, AST_SSL_VERIFY_CLIENT) ? SSL_VERIFY_PEER | SSL_VERIFY_FAIL_IF_NO_PEER_CERT : SSL_VERIFY_NONE, -@@ -1109,6 +1123,14 @@ int ast_tls_read_conf(struct ast_tls_config *tls_cfg, struct ast_tcptls_session_ + NULL); +@@ -1109,6 +1128,14 @@ int ast_tls_read_conf(struct ast_tls_con ast_clear_flag(&tls_cfg->flags, AST_SSL_TLSV1_CLIENT); ast_clear_flag(&tls_cfg->flags, AST_SSL_SSLV3_CLIENT); } @@ -138,3 +136,18 @@ index a5a2af6..f73c2aa 100644 } else { return -1; } +--- include/asterisk/autoconfig.h.in.orig 2014-06-20 23:12:25 UTC ++++ include/asterisk/autoconfig.h.in +@@ -752,6 +752,12 @@ + /* Define to 1 if you have the ISDN SS7 library. */ + #undef HAVE_SS7 + ++/* Define if your system has the SSL_OP_NO_TLSV1_1 headers. */ ++#undef HAVE_SSL_OP_NO_TLSV1_1 ++ ++/* Define if your system has the SSL_OP_NO_TLSV1_2 headers. */ ++#undef HAVE_SSL_OP_NO_TLSV1_2 ++ + /* Define to 1 if `stat' has the bug that it succeeds when given the + zero-length file name argument. */ + #undef HAVE_STAT_EMPTY_STRING_BUG Modified: head/net/asterisk/files/patch-configure ============================================================================== --- head/net/asterisk/files/patch-configure Fri Feb 12 17:21:49 2016 (r408742) +++ head/net/asterisk/files/patch-configure Fri Feb 12 17:30:29 2016 (r408743) @@ -1,6 +1,15 @@ --- configure.orig 2014-08-17 22:31:23 UTC +++ configure -@@ -4698,9 +4698,9 @@ astetcdir='${sysconfdir}/asterisk' +@@ -632,6 +632,8 @@ CONFIG_GMIME + AIS_LIB + AIS_INCLUDE + PBX_AIS ++PBX_SSL_OP_NO_TLSV1_2 ++PBX_SSL_OP_NO_TLSV1_1 + OPENH323_BUILD + OPENH323_SUFFIX + OPENH323_LIBDIR +@@ -4698,9 +4700,9 @@ astetcdir='${sysconfdir}/asterisk' astheaderdir='${includedir}/asterisk' astlibdir='${libdir}/asterisk' astmandir='${mandir}' @@ -12,7 +21,7 @@ astkeydir='${astvarlibdir}' astspooldir='${localstatedir}/spool/asterisk' astlogdir='${localstatedir}/log/asterisk' -@@ -4723,8 +4723,6 @@ esac +@@ -4723,8 +4725,6 @@ esac case "${host_os}" in freebsd*) ac_default_prefix=/usr/local @@ -21,7 +30,7 @@ ;; openbsd*) ac_default_prefix=/usr/local -@@ -18470,6 +18468,8 @@ $as_echo_n "checking if \"struct ifaddrs +@@ -18470,6 +18470,8 @@ $as_echo_n "checking if \"struct ifaddrs cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -30,7 +39,7 @@ #include int main () -@@ -26245,7 +26245,7 @@ $as_echo "${OPENH323_BUILD}" >&6; } +@@ -26245,7 +26247,7 @@ $as_echo "${OPENH323_BUILD}" >&6; } fi @@ -39,7 +48,7 @@ if test "${HAS_OPENH323:-unset}" != "unset"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking OpenH323 installation validity" >&5 -@@ -26343,13 +26343,13 @@ if test "x${PBX_LUA}" != "x1" -a "${USE_ +@@ -26343,13 +26345,13 @@ if test "x${PBX_LUA}" != "x1" -a "${USE_ ast_ext_lib_check_save_CFLAGS="${CFLAGS}" CFLAGS="${CFLAGS} " as_ac_Lib=`$as_echo "ac_cv_lib_lua5.2_${pbxfuncname}" | $as_tr_sh` @@ -56,7 +65,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ -@@ -26391,18 +26391,18 @@ fi +@@ -26391,18 +26393,18 @@ fi # now check for the header. if test "${AST_LUA_FOUND}" = "yes"; then @@ -78,7 +87,7 @@ if test "x$ac_cv_header_lua5_2_lua_h" = xyes; then : LUA_HEADER_FOUND=1 else -@@ -26455,13 +26455,13 @@ if test "x${PBX_LUA}" != "x1" -a "${USE_ +@@ -26455,13 +26457,13 @@ if test "x${PBX_LUA}" != "x1" -a "${USE_ ast_ext_lib_check_save_CFLAGS="${CFLAGS}" CFLAGS="${CFLAGS} " as_ac_Lib=`$as_echo "ac_cv_lib_lua5.1_${pbxfuncname}" | $as_tr_sh` @@ -95,7 +104,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ -@@ -26503,18 +26503,18 @@ fi +@@ -26503,18 +26505,18 @@ fi # now check for the header. if test "${AST_LUA_FOUND}" = "yes"; then @@ -117,3 +126,106 @@ if test "x$ac_cv_header_lua5_1_lua_h" = xyes; then : LUA_HEADER_FOUND=1 else +@@ -27879,6 +27881,102 @@ $as_echo "no" >&6; } + + fi + ++if test "$PBX_OPENSSL" = "1"; ++then ++ ++ if test "x${PBX_SSL_OP_NO_TLSV1_1}" != "x1"; then ++ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SSL_OP_NO_TLSv1_1 in openssl/ssl.h" >&5 ++$as_echo_n "checking for SSL_OP_NO_TLSv1_1 in openssl/ssl.h... " >&6; } ++ saved_cppflags="${CPPFLAGS}" ++ if test "x${SSL_OP_NO_TLSV1_1_DIR}" != "x"; then ++ SSL_OP_NO_TLSV1_1_INCLUDE="-I${SSL_OP_NO_TLSV1_1_DIR}/include" ++ fi ++ CPPFLAGS="${CPPFLAGS} ${SSL_OP_NO_TLSV1_1_INCLUDE}" ++ ++ cat confdefs.h - <<_ACEOF >conftest.$ac_ext ++/* end confdefs.h. */ ++ #include ++int ++main () ++{ ++#if defined(SSL_OP_NO_TLSv1_1) ++ int foo = 0; ++ #else ++ int foo = bar; ++ #endif ++ 0 ++ ++ ; ++ return 0; ++ ++_ACEOF ++if ac_fn_c_try_compile "$LINENO"; then : ++ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 ++$as_echo "yes" >&6; } ++ PBX_SSL_OP_NO_TLSV1_1=1 ++ ++$as_echo "#define HAVE_SSL_OP_NO_TLSV1_1 1" >>confdefs.h ++ ++ ++ ++else ++ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 ++$as_echo "no" >&6; } ++ ++fi ++rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ++ CPPFLAGS="${saved_cppflags}" ++ fi ++ ++ ++ ++ if test "x${PBX_SSL_OP_NO_TLSV1_2}" != "x1"; then ++ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SSL_OP_NO_TLSv1_2 in openssl/ssl.h" >&5 ++$as_echo_n "checking for SSL_OP_NO_TLSv1_2 in openssl/ssl.h... " >&6; } ++ saved_cppflags="${CPPFLAGS}" ++ if test "x${SSL_OP_NO_TLSV1_2_DIR}" != "x"; then ++ SSL_OP_NO_TLSV1_2_INCLUDE="-I${SSL_OP_NO_TLSV1_2_DIR}/include" ++ fi ++ CPPFLAGS="${CPPFLAGS} ${SSL_OP_NO_TLSV1_2_INCLUDE}" ++ ++ cat confdefs.h - <<_ACEOF >conftest.$ac_ext ++/* end confdefs.h. */ ++ #include ++int ++main () ++{ ++if defined(SSL_OP_NO_TLSv1_2) ++ int foo = 0; ++ #else ++ int foo = bar; ++ #endif ++ 0 ++ ++ ; ++ return 0; ++} ++_ACEOF ++if ac_fn_c_try_compile "$LINENO"; then : ++ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 ++$as_echo "yes" >&6; } ++ PBX_SSL_OP_NO_TLSV1_2=1 ++ ++$as_echo "#define HAVE_SSL_OP_NO_TLSV1_2 1" >>confdefs.h ++ ++ ++ ++else ++ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 ++$as_echo "no" >&6; } ++ ++fi ++rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ++ CPPFLAGS="${saved_cppflags}" ++ fi ++ ++ ++fi ++ + + if test "x${PBX_SRTP}" != "x1" -a "${USE_SRTP}" != "no"; then + pbxlibdir="" Modified: head/net/asterisk11/Makefile ============================================================================== --- head/net/asterisk11/Makefile Fri Feb 12 17:21:49 2016 (r408742) +++ head/net/asterisk11/Makefile Fri Feb 12 17:30:29 2016 (r408743) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= asterisk -PORTVERSION= 11.21.1 +PORTVERSION= 11.21.2 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/%SUBDIR%/:main,g729 MASTER_SITE_SUBDIR= asterisk/:main \ @@ -227,9 +227,6 @@ post-patch: @${REINPLACE_CMD} -e '/#define HAVE_SYSINFO 1/d' ${WRKSRC}/configure @${REINPLACE_CMD} -e '/%%LIBSYSINFO%%/d' ${WRKSRC}/main/Makefile .endif -.if ${OPSYS} == FreeBSD && (${OSVERSION} < 1000015 && !(defined(WITH_OPENSSL_PORT) || (!defined(WITH_OPENSSL_BASE) && exists(${LOCALBASE}/lib/libcrypto.so)))) - @${REINPLACE_CMD} -e 's/SSL_OP_NO_TLSv1[_12]*;/0;/' ${WRKSRC}/main/tcptls.c -.endif .if exists(${FILESDIR}/.asterisk.makeopts) USER_MAKEOPTS_FILE=${FILESDIR}/.asterisk.makeopts Modified: head/net/asterisk11/distinfo ============================================================================== --- head/net/asterisk11/distinfo Fri Feb 12 17:21:49 2016 (r408742) +++ head/net/asterisk11/distinfo Fri Feb 12 17:30:29 2016 (r408743) @@ -1,5 +1,5 @@ -SHA256 (asterisk-11.21.1.tar.gz) = d02afbdda172a6bb98883350d64f83ce865fcea01642a05067ca2c916c3a1ee5 -SIZE (asterisk-11.21.1.tar.gz) = 34867941 +SHA256 (asterisk-11.21.2.tar.gz) = 9f4408ecda81efccbc0ce6728a7c53fa1528c527ea65d81a165e830c9f91bcac +SIZE (asterisk-11.21.2.tar.gz) = 34867025 SHA256 (asterisk-core-sounds-en-g729-1.4.27.tar.gz) = f5d21ca8305b29ea84fb4603c65c041483ea3a9cd0bf313eb4f098342a29af5f SIZE (asterisk-core-sounds-en-g729-1.4.27.tar.gz) = 1408055 SHA256 (asterisk-moh-opsound-g729-2.03.tar.gz) = 0147ca9a97f0c550227aacb7793499057c4d2c64e021c95f93722f27d5549585 Modified: head/net/asterisk13/Makefile ============================================================================== --- head/net/asterisk13/Makefile Fri Feb 12 17:21:49 2016 (r408742) +++ head/net/asterisk13/Makefile Fri Feb 12 17:30:29 2016 (r408743) @@ -2,6 +2,7 @@ PORTNAME= asterisk PORTVERSION= 13.7.2 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/%SUBDIR%/:main,g729 MASTER_SITE_SUBDIR= asterisk/:main \ @@ -248,9 +249,6 @@ post-patch: @${REINPLACE_CMD} -e '/#define HAVE_SYSINFO 1/d' ${WRKSRC}/configure @${REINPLACE_CMD} -e '/%%LIBSYSINFO%%/d' ${WRKSRC}/main/Makefile .endif -.if ${OPSYS} == FreeBSD && (${OSVERSION} < 1000015 && !(defined(WITH_OPENSSL_PORT) || (!defined(WITH_OPENSSL_BASE) && exists(${LOCALBASE}/lib/libcrypto.so)))) - @${REINPLACE_CMD} -e 's/SSL_OP_NO_TLSv1[_12]*;/0;/' ${WRKSRC}/main/tcptls.c -.endif .if exists(${FILESDIR}/.asterisk.makeopts) USER_MAKEOPTS_FILE=${FILESDIR}/.asterisk.makeopts From owner-svn-ports-head@freebsd.org Fri Feb 12 18:01:49 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 55B4BAA6F7C for ; Fri, 12 Feb 2016 18:01:49 +0000 (UTC) (envelope-from bsd-src@helfman.org) Received: from mail-io0-x233.google.com (mail-io0-x233.google.com [IPv6:2607:f8b0:4001:c06::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 247E73E4 for ; Fri, 12 Feb 2016 18:01:49 +0000 (UTC) (envelope-from bsd-src@helfman.org) Received: by mail-io0-x233.google.com with SMTP id g203so73741341iof.2 for ; Fri, 12 Feb 2016 10:01:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=helfman-org.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=31hIXKYKQcSQY2cZO29JQthOijkywPZQoDN/k018rmI=; b=qNWua5LX8zzjrWasnzF2voYZqRTUfeEk3PDCKnRPDNl/hFz6Vp1EGWikZilwmO9d8S bJ96VU7fj9upWP8A7muhaOIAA3rEg7Su/3Jd2lwZJhCrweEhSs1ghpSL1YiJHoGjda62 Hodes183ujA35Vt3FRwOlM3sQ34R1lsk9rMMMioPdCsH63h5Y8Rdby6qpAaw+un+BXHw 9JcQCFVxT6K3ByE7MXP16lBMNp0HFL6QYHS8+I6+/dDaRfSqTED+6vrzBRGXW96BmjeG hTA08r49hM575wreEUgaqlHsNtGxRwbPGbh+2mizRpsvvhh6iK8akzl3tV2JmIPPBqTm T9Kw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=31hIXKYKQcSQY2cZO29JQthOijkywPZQoDN/k018rmI=; b=bKi9OCztLWXH4mBvyXVgSPyH82Xgm5AHutrZPur/5NZVwOWPehFg/kTmqWE32wiobA XbLQMb+dnz/AsssvbwSse9zLGHfyyrK+JMh+h3xv16v3bVnGjeiWW0AE+GL5wo9jImZa gj2abC3moHQO6f1FhHMQZsgJ0elYuz1zb3L8Pat3u92JO0hUZz6SWArupl8GIyjR+Q8j 5ZyxBpynSJZ7RO/3BLAuG2Z2zKsx4m5nom768D6tOiYgINSEFivMXqz6v5g+pyyZQq9S EwGytu+vh86DheRMeLxLMyqTtw/B6D3BnwHbejtkqvAfEQvL6ZnI3smTOEo1kLo1JOSv gLMg== X-Gm-Message-State: AG10YOQYQjuNwTdccDAqfhHv4lwIshoCC2JtqxoCex3MRw8UjK0CJqDeDtfzs1k8ooYr4+O0Kqs3ySqkIU8PsQ== MIME-Version: 1.0 X-Received: by 10.107.12.152 with SMTP id 24mr4879140iom.152.1455300108489; Fri, 12 Feb 2016 10:01:48 -0800 (PST) Sender: bsd-src@helfman.org Received: by 10.107.142.4 with HTTP; Fri, 12 Feb 2016 10:01:48 -0800 (PST) In-Reply-To: <201602121546.u1CFk4fB037748@repo.freebsd.org> References: <201602121546.u1CFk4fB037748@repo.freebsd.org> Date: Fri, 12 Feb 2016 10:01:48 -0800 X-Google-Sender-Auth: xTKZqWaaFaWBKCtQ7GqRDM14YIg Message-ID: Subject: Re: svn commit: r408737 - head/ports-mgmt/portmaster From: Jason Helfman To: Mathieu Arnold Cc: "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2016 18:01:49 -0000 On Fri, Feb 12, 2016 at 7:46 AM, Mathieu Arnold wrote: > Author: mat > Date: Fri Feb 12 15:46:04 2016 > New Revision: 408737 > URL: https://svnweb.freebsd.org/changeset/ports/408737 > > Log: > Remove unneeded dependencies on bash and zsh. > > With hat: portmgr > Sponsored by: Absolight > > Modified: > head/ports-mgmt/portmaster/Makefile > > Modified: head/ports-mgmt/portmaster/Makefile > ============================================================================== > --- head/ports-mgmt/portmaster/Makefile Fri Feb 12 15:34:10 2016 (r408736) > +++ head/ports-mgmt/portmaster/Makefile Fri Feb 12 15:46:04 2016 (r408737) > @@ -2,6 +2,7 @@ > > PORTNAME= portmaster > PORTVERSION= 3.17.9 > +PORTREVISION= 1 > CATEGORIES= ports-mgmt > MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \ > http://mirror.shatow.net/freebsd/${PORTNAME}/ \ > @@ -24,9 +25,6 @@ PLIST_FILES= sbin/portmaster \ > BASH_PLIST_FILES= etc/bash_completion.d/portmaster.sh > ZSH_PLIST_FILES= share/zsh/site-functions/_portmaster > > -BASH_RUN_DEPENDS= bash>=0:${PORTSDIR}/shells/bash > -ZSH_RUN_DEPENDS= zsh>=0:${PORTSDIR}/shells/zsh > - > verify: checksum > Does this break run dependency if a user chooses option of bash/zsh, as helper files will be installed, but bash/zsh won't be installed? Thanks, -jgh -- Jason Helfman | FreeBSD Committer jgh@FreeBSD.org | http://people.freebsd.org/~jgh | The Power to Serve From owner-svn-ports-head@freebsd.org Fri Feb 12 18:16:17 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 52039AA6806; Fri, 12 Feb 2016 18:16:17 +0000 (UTC) (envelope-from lx@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 25D88E16; Fri, 12 Feb 2016 18:16:17 +0000 (UTC) (envelope-from lx@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1CIGGTa081690; Fri, 12 Feb 2016 18:16:16 GMT (envelope-from lx@FreeBSD.org) Received: (from lx@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1CIGGPq081689; Fri, 12 Feb 2016 18:16:16 GMT (envelope-from lx@FreeBSD.org) Message-Id: <201602121816.u1CIGGPq081689@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lx set sender to lx@FreeBSD.org using -f From: David Thiel Date: Fri, 12 Feb 2016 18:16:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408744 - head/net-im/prosody X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2016 18:16:17 -0000 Author: lx Date: Fri Feb 12 18:16:16 2016 New Revision: 408744 URL: https://svnweb.freebsd.org/changeset/ports/408744 Log: Use CC for linker instead of LD. PR: 207130 Submitted by: code@daniel.priv.no Obtained from: mikael.urankar@gmail.com Modified: head/net-im/prosody/Makefile Modified: head/net-im/prosody/Makefile ============================================================================== --- head/net-im/prosody/Makefile Fri Feb 12 17:30:29 2016 (r408743) +++ head/net-im/prosody/Makefile Fri Feb 12 18:16:16 2016 (r408744) @@ -43,7 +43,7 @@ LUA_PREMK= yes .include HAS_CONFIGURE= yes -CONFIGURE_ARGS+= --ostype=freebsd --c-compiler="${CC}" --linker="${LD}" --with-lua-include="${LUA_INCDIR}" +CONFIGURE_ARGS+= --ostype=freebsd --c-compiler="${CC}" --linker="${CC}" --with-lua-include="${LUA_INCDIR}" CONFIGURE_ENV+= LOCALBASE="${LOCALBASE}" PREFIX="${PREFIX}" LUA_SUFFIX="-${LUA_VER}" LUA_LIBDIR="${LUA_LIBDIR}" LUA_INCDIR="${LUA_INCDIR}" SUB_FILES= pkg-deinstall From owner-svn-ports-head@freebsd.org Fri Feb 12 18:24:13 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4D3C0AA6D37; Fri, 12 Feb 2016 18:24:13 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1EEBA1634; Fri, 12 Feb 2016 18:24:13 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1CIOC0G084714; Fri, 12 Feb 2016 18:24:12 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1CIOCHW084713; Fri, 12 Feb 2016 18:24:12 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201602121824.u1CIOCHW084713@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 12 Feb 2016 18:24:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408745 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2016 18:24:13 -0000 Author: mat Date: Fri Feb 12 18:24:11 2016 New Revision: 408745 URL: https://svnweb.freebsd.org/changeset/ports/408745 Log: Update the RUBYGEMS master site, the previous ones are legacy and were not being updated any more. Discussed with: swills Sponsored by: Absolight Modified: head/Mk/bsd.sites.mk Modified: head/Mk/bsd.sites.mk ============================================================================== --- head/Mk/bsd.sites.mk Fri Feb 12 18:16:16 2016 (r408744) +++ head/Mk/bsd.sites.mk Fri Feb 12 18:24:11 2016 (r408745) @@ -1123,8 +1123,7 @@ MASTER_SITE_RUBY+= \ # See http://rubygems.org/pages/about .if !defined(IGNORE_MASTER_SITE_RUBYGEMS) MASTER_SITE_RUBYGEMS+= \ - http://production.s3.rubygems.org/gems/%SUBDIR%/ \ - http://production.cf.rubygems.org/gems/%SUBDIR%/ + https://rubygems.global.ssl.fastly.net/gems/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_SAMBA) From owner-svn-ports-head@freebsd.org Fri Feb 12 18:32:20 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9C94FAA7072; Fri, 12 Feb 2016 18:32:20 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 3E6E81AAE; Fri, 12 Feb 2016 18:32:20 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 71D22BDC79; Fri, 12 Feb 2016 19:32:17 +0100 (CET) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id 31488BDC72; Fri, 12 Feb 2016 19:32:17 +0100 (CET) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id 0A35B611A; Fri, 12 Feb 2016 19:32:15 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id 444141E5552A; Fri, 12 Feb 2016 19:32:15 +0100 (CET) Date: Fri, 12 Feb 2016 19:32:12 +0100 From: Mathieu Arnold To: Jason Helfman cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r408737 - head/ports-mgmt/portmaster Message-ID: <0A5EBE837A33AF5F79413377@ogg.in.absolight.net> In-Reply-To: References: <201602121546.u1CFk4fB037748@repo.freebsd.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="==========EA43ADBFF3C892ABDF1A==========" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2016 18:32:20 -0000 --==========EA43ADBFF3C892ABDF1A========== Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline +--On 12 f=C3=A9vrier 2016 10:01:48 -0800 Jason Helfman = wrote: | On Fri, Feb 12, 2016 at 7:46 AM, Mathieu Arnold wrote: |> Author: mat |> Date: Fri Feb 12 15:46:04 2016 |> New Revision: 408737 |> URL: https://svnweb.freebsd.org/changeset/ports/408737 |>=20 |> Log: |> Remove unneeded dependencies on bash and zsh. |>=20 |> With hat: portmgr |> Sponsored by: Absolight |>=20 |> Modified: |> head/ports-mgmt/portmaster/Makefile |>=20 |> Modified: head/ports-mgmt/portmaster/Makefile |> = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D |> =3D=3D=3D=3D=3D=3D --- head/ports-mgmt/portmaster/Makefile Fri Feb 12 = 15:34:10 2016 |> (r408736) +++ head/ports-mgmt/portmaster/Makefile Fri Feb 12 15:46:04 |> 2016 (r408737) @@ -2,6 +2,7 @@ |>=20 |> PORTNAME=3D portmaster |> PORTVERSION=3D 3.17.9 |> +PORTREVISION=3D 1 |> CATEGORIES=3D ports-mgmt |> MASTER_SITES=3D LOCAL/bdrewery/${PORTNAME}/ \ |> http://mirror.shatow.net/freebsd/${PORTNAME}/ \ |> @@ -24,9 +25,6 @@ PLIST_FILES=3D sbin/portmaster \ |> BASH_PLIST_FILES=3D etc/bash_completion.d/portmaster.sh |> ZSH_PLIST_FILES=3D share/zsh/site-functions/_portmaster |>=20 |> -BASH_RUN_DEPENDS=3D bash>=3D0:${PORTSDIR}/shells/bash |> -ZSH_RUN_DEPENDS=3D zsh>=3D0:${PORTSDIR}/shells/zsh |> - |> verify: checksum |>=20 |=20 | Does this break run dependency if a user chooses option of bash/zsh, | as helper files will be installed, but | bash/zsh won't be installed? The BASH/ZSH options install completions files, having portmaster depend on bash or zsh is silly, portmaster does not need either to run. If the user wants to use bash completions, he's certainly already using bash and has it installed. Also, I don't know how exactly zsh works, but for bash, the dependency was wrong anyway, for it to work, you need the shells/bash-completion port. --=20 Mathieu Arnold --==========EA43ADBFF3C892ABDF1A========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJWviUuXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85I1NkP/Ahj1G7rG6vONixYrppoNSTW R4abq5se8Zn7VmJbAwWYzTEDrOOV5BfG3czebQz/svLv6ouQ1sYQ7cBBA4/TcupS VTHpSZZ8moxHTq3RZjtWF41iohiGE00vl74p5AA2QGsHj0oHEFQJ5QpCNWrsX3EY NS5Ny5Iqok5/zjekq6+EV9xb5zAr0bWbnB/4F7oXx0Iuzt2GXEVX/cfIKOgFtypX /k6B00PCg0nf0q9fb6YNDnMBGQlG2MANMQCsnxDLwA57t/oGumawgYMY9m1eoD+P AGe6Q63v+1h3djS4847mrWtCIsL8c05UJc2olqATCgoFyC54KzJ5G/YSKiA1fCE5 qBMdQ38s2Hlblac+Wx0yBWuxesstCAWFveO4UsvUubtty105H2TeTT5rkBRhiSig A7RJmwjsO4tJxEF1OE8JM2uVuOugdDoSckenNL1qE4/0XS3akrB+pdYIy0RnXEdj PNskAy7OmJ6Hx18qHZoTqF6BerTQJJTVQEh5u5Wt5jVW72uiyrlP7T0UWmN/exvL k8pfH9F53u6/8ROrhakpjRnbJxF4hereRhPt9SGZtw8dvPC3JZB6VpSvKGcEj09L XhwM0293Rb0Q6kq2OWw/sVJ5tduT8U6tt1xxlyl+ZxFpB9btVLZNJjwYZGjVn459 zB8fJfUrLoyqO35EgjTl =m/sy -----END PGP SIGNATURE----- --==========EA43ADBFF3C892ABDF1A==========-- From owner-svn-ports-head@freebsd.org Fri Feb 12 18:46:16 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5DFB5AA74D9; Fri, 12 Feb 2016 18:46:16 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2E6111F2B; Fri, 12 Feb 2016 18:46:16 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1CIkFI2090871; Fri, 12 Feb 2016 18:46:15 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1CIkF4U090869; Fri, 12 Feb 2016 18:46:15 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201602121846.u1CIkF4U090869@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Fri, 12 Feb 2016 18:46:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408746 - head/sysutils/acpica-tools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2016 18:46:16 -0000 Author: jkim Date: Fri Feb 12 18:46:14 2016 New Revision: 408746 URL: https://svnweb.freebsd.org/changeset/ports/408746 Log: Update to 20160212. Modified: head/sysutils/acpica-tools/Makefile head/sysutils/acpica-tools/distinfo Modified: head/sysutils/acpica-tools/Makefile ============================================================================== --- head/sysutils/acpica-tools/Makefile Fri Feb 12 18:24:11 2016 (r408745) +++ head/sysutils/acpica-tools/Makefile Fri Feb 12 18:46:14 2016 (r408746) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= acpica -PORTVERSION= 20160108 +PORTVERSION= 20160212 CATEGORIES= sysutils devel MASTER_SITES= https://acpica.org/sites/acpica/files/ \ LOCAL/jkim Modified: head/sysutils/acpica-tools/distinfo ============================================================================== --- head/sysutils/acpica-tools/distinfo Fri Feb 12 18:24:11 2016 (r408745) +++ head/sysutils/acpica-tools/distinfo Fri Feb 12 18:46:14 2016 (r408746) @@ -1,2 +1,2 @@ -SHA256 (acpica-unix2-20160108.tar.gz) = dfdb4dd7d35ccb8866dc5028a05330f622fc2742073ed25b4d57362f1317724e -SIZE (acpica-unix2-20160108.tar.gz) = 1398427 +SHA256 (acpica-unix2-20160212.tar.gz) = c0c68c7a8e9b1f4f66895b5950023042cb8e619fd92dab288010c8bd023d3270 +SIZE (acpica-unix2-20160212.tar.gz) = 1408539 From owner-svn-ports-head@freebsd.org Fri Feb 12 19:08:29 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8610FAA7E47; Fri, 12 Feb 2016 19:08:29 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 55F861EA4; Fri, 12 Feb 2016 19:08:29 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1CJ8SmV099218; Fri, 12 Feb 2016 19:08:28 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1CJ8SNm099216; Fri, 12 Feb 2016 19:08:28 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201602121908.u1CJ8SNm099216@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Fri, 12 Feb 2016 19:08:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408747 - head/databases/py-firebirdsql X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2016 19:08:29 -0000 Author: rm Date: Fri Feb 12 19:08:28 2016 New Revision: 408747 URL: https://svnweb.freebsd.org/changeset/ports/408747 Log: databases/py-firebirdsql: update to 0.9.12 - update to 0.9.12 - add NO_ARCH, sort USE_PYTHON PR: 206867 Submitted by: jjachuf@gmail.com (maintainer) Modified: head/databases/py-firebirdsql/Makefile head/databases/py-firebirdsql/distinfo Modified: head/databases/py-firebirdsql/Makefile ============================================================================== --- head/databases/py-firebirdsql/Makefile Fri Feb 12 18:46:14 2016 (r408746) +++ head/databases/py-firebirdsql/Makefile Fri Feb 12 19:08:28 2016 (r408747) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= firebirdsql -PORTVERSION= 0.9.6 +PORTVERSION= 0.9.12 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,8 +12,8 @@ COMMENT= Python DBAPI module for Firebir LICENSE= BSD2CLAUSE -# Python3 ready +NO_ARCH= yes USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils .include Modified: head/databases/py-firebirdsql/distinfo ============================================================================== --- head/databases/py-firebirdsql/distinfo Fri Feb 12 18:46:14 2016 (r408746) +++ head/databases/py-firebirdsql/distinfo Fri Feb 12 19:08:28 2016 (r408747) @@ -1,2 +1,2 @@ -SHA256 (firebirdsql-0.9.6.tar.gz) = 5288d0dad6ecc36c6ee68bb4558e3b0ad4ab65c1dbf4e4bd57a178c71503e1c9 -SIZE (firebirdsql-0.9.6.tar.gz) = 47834 +SHA256 (firebirdsql-0.9.12.tar.gz) = c08bdb1d8e981086cad369cc09268648b28f8e541d5113d17c98248cdee272f5 +SIZE (firebirdsql-0.9.12.tar.gz) = 48802 From owner-svn-ports-head@freebsd.org Fri Feb 12 19:09:01 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C9E60AA7E91; Fri, 12 Feb 2016 19:09:01 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from apnoea.adamw.org (apnoea.adamw.org [204.109.59.150]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "abg.ninja", Issuer "Gandi Standard SSL CA 2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 302FA1F90; Fri, 12 Feb 2016 19:09:00 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by apnoea.adamw.org (OpenSMTPD) with ESMTPSA id 1474514d TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NO; Fri, 12 Feb 2016 12:08:57 -0700 (MST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.2 \(3112\)) Subject: Re: svn commit: r408737 - head/ports-mgmt/portmaster From: Adam Weinberger In-Reply-To: Date: Fri, 12 Feb 2016 12:08:55 -0700 Cc: Mathieu Arnold , "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Content-Transfer-Encoding: quoted-printable Message-Id: <01DE2FBD-BE93-4100-BB6A-72898EAE6F46@adamw.org> References: <201602121546.u1CFk4fB037748@repo.freebsd.org> To: Jason Helfman X-Mailer: Apple Mail (2.3112) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2016 19:09:01 -0000 > On 12 Feb, 2016, at 11:01, Jason Helfman wrote: >=20 > On Fri, Feb 12, 2016 at 7:46 AM, Mathieu Arnold = wrote: >> Author: mat >> Date: Fri Feb 12 15:46:04 2016 >> New Revision: 408737 >> URL: https://svnweb.freebsd.org/changeset/ports/408737 >>=20 >> Log: >> Remove unneeded dependencies on bash and zsh. >>=20 >> With hat: portmgr >> Sponsored by: Absolight >>=20 >> Modified: >> head/ports-mgmt/portmaster/Makefile >>=20 >> Modified: head/ports-mgmt/portmaster/Makefile >> = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D >> --- head/ports-mgmt/portmaster/Makefile Fri Feb 12 15:34:10 2016 = (r408736) >> +++ head/ports-mgmt/portmaster/Makefile Fri Feb 12 15:46:04 2016 = (r408737) >> @@ -2,6 +2,7 @@ >>=20 >> PORTNAME=3D portmaster >> PORTVERSION=3D 3.17.9 >> +PORTREVISION=3D 1 >> CATEGORIES=3D ports-mgmt >> MASTER_SITES=3D LOCAL/bdrewery/${PORTNAME}/ \ >> http://mirror.shatow.net/freebsd/${PORTNAME}/ \ >> @@ -24,9 +25,6 @@ PLIST_FILES=3D sbin/portmaster \ >> BASH_PLIST_FILES=3D etc/bash_completion.d/portmaster.sh >> ZSH_PLIST_FILES=3D share/zsh/site-functions/_portmaster >>=20 >> -BASH_RUN_DEPENDS=3D bash>=3D0:${PORTSDIR}/shells/bash >> -ZSH_RUN_DEPENDS=3D zsh>=3D0:${PORTSDIR}/shells/zsh >> - >> verify: checksum >>=20 >=20 > Does this break run dependency if a user chooses option of bash/zsh, > as helper files will be installed, but > bash/zsh won't be installed? Yes, it does. But it's better without the dependencies. The actual program itself works perfectly without bash or zsh. But then = you install zsh one day and *poof* you get completions. Removing zsh = shouldn't deinstall portmaster, upgrading zsh shouldn't reinstall = portmaster, and errors in the zsh port shouldn't prevent portmaster = packages from being produced. The bigger problem is that the completions aren't enabled by default. = Ports should do what pkg does: install completions as part of the = default package. My car is capable of pairing with Android phones and iPhones, but that = doesn't mean it needs to include an Android phone and an iPhone when you = buy the car. # Adam --=20 Adam Weinberger adamw@adamw.org http://www.adamw.org From owner-svn-ports-head@freebsd.org Fri Feb 12 19:10:06 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DA25BAA7F1A; Fri, 12 Feb 2016 19:10:06 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 91518109C; Fri, 12 Feb 2016 19:10:06 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1CJA5iJ099442; Fri, 12 Feb 2016 19:10:05 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1CJA5mA099439; Fri, 12 Feb 2016 19:10:05 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201602121910.u1CJA5mA099439@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Fri, 12 Feb 2016 19:10:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408748 - in head/databases/py-fdb: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2016 19:10:07 -0000 Author: rm Date: Fri Feb 12 19:10:05 2016 New Revision: 408748 URL: https://svnweb.freebsd.org/changeset/ports/408748 Log: databases/py-fdb: update to 1.5 - update to 1.5 while here: - fix build with python 3.x - add NO_ARCH, sort USE_PYTHON PR: 206865 Submitted by: jjachuf@gmail.com (maintainer) Added: head/databases/py-fdb/files/ head/databases/py-fdb/files/patch-fdb_schema.py (contents, props changed) Modified: head/databases/py-fdb/Makefile head/databases/py-fdb/distinfo Modified: head/databases/py-fdb/Makefile ============================================================================== --- head/databases/py-fdb/Makefile Fri Feb 12 19:08:28 2016 (r408747) +++ head/databases/py-fdb/Makefile Fri Feb 12 19:10:05 2016 (r408748) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fdb -PORTVERSION= 1.4.3 +PORTVERSION= 1.5 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,8 +14,9 @@ LICENSE= ISCL LIB_DEPENDS= libfbclient.so:${PORTSDIR}/databases/firebird25-client +NO_ARCH= yes USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils .include Modified: head/databases/py-fdb/distinfo ============================================================================== --- head/databases/py-fdb/distinfo Fri Feb 12 19:08:28 2016 (r408747) +++ head/databases/py-fdb/distinfo Fri Feb 12 19:10:05 2016 (r408748) @@ -1,2 +1,2 @@ -SHA256 (fdb-1.4.3.tar.gz) = 91e916884ea2257ac170d401ff0423c79be93a68783db6f3653cd5c2f104f244 -SIZE (fdb-1.4.3.tar.gz) = 903931 +SHA256 (fdb-1.5.tar.gz) = 4d7dfee446560923061187285831fc3bb04ea1228f43f18196f94ded360dc35e +SIZE (fdb-1.5.tar.gz) = 927867 Added: head/databases/py-fdb/files/patch-fdb_schema.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/py-fdb/files/patch-fdb_schema.py Fri Feb 12 19:10:05 2016 (r408748) @@ -0,0 +1,11 @@ +--- fdb/schema.py.orig 2016-01-07 16:01:02 UTC ++++ fdb/schema.py +@@ -2521,7 +2521,7 @@ class Table(BaseSchemaItem): + coldef += '%s' % datatype + if col.isidentity(): + coldef += ' GENERATED BY DEFAULT AS IDENTITY' +- if col.generator.inital_value <> 0: ++ if col.generator.inital_value != 0: + coldef += ' (START WITH %d)' % col.generator.inital_value + else: + if col.has_default(): From owner-svn-ports-head@freebsd.org Fri Feb 12 19:42:43 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 70164AA6F2D; Fri, 12 Feb 2016 19:42:43 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2EA928C; Fri, 12 Feb 2016 19:42:43 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1CJggSa010920; Fri, 12 Feb 2016 19:42:42 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1CJgfVq010916; Fri, 12 Feb 2016 19:42:41 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201602121942.u1CJgfVq010916@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Fri, 12 Feb 2016 19:42:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408749 - in head/devel/py-rope: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2016 19:42:43 -0000 Author: rm Date: Fri Feb 12 19:42:41 2016 New Revision: 408749 URL: https://svnweb.freebsd.org/changeset/ports/408749 Log: devel/py-rope: update to 0.10.3 - update to 0.10.3 while here: - fix build with python 3.x - add NO_ARCH, sort USE_PYTHON - fix whitespace in pkg-descr PR: 206869 Submitted by: jjachuf@gmail.com (maintainer) Added: head/devel/py-rope/files/ head/devel/py-rope/files/patch-setup.py (contents, props changed) Modified: head/devel/py-rope/Makefile head/devel/py-rope/distinfo head/devel/py-rope/pkg-descr Modified: head/devel/py-rope/Makefile ============================================================================== --- head/devel/py-rope/Makefile Fri Feb 12 19:10:05 2016 (r408748) +++ head/devel/py-rope/Makefile Fri Feb 12 19:42:41 2016 (r408749) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rope -PORTVERSION= 0.10.2 +PORTVERSION= 0.10.3 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,8 @@ COMMENT= Python refactoring library LICENSE= GPLv2 +NO_ARCH= yes USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils .include Modified: head/devel/py-rope/distinfo ============================================================================== --- head/devel/py-rope/distinfo Fri Feb 12 19:10:05 2016 (r408748) +++ head/devel/py-rope/distinfo Fri Feb 12 19:42:41 2016 (r408749) @@ -1,2 +1,2 @@ -SHA256 (rope-0.10.2.tar.gz) = fffca108c0d6a711121ce11fed286f4ddc5791c7a6c3f079221a9303d1ddb465 -SIZE (rope-0.10.2.tar.gz) = 221523 +SHA256 (rope-0.10.3.tar.gz) = eb45bea0abcf31a1a12ff087b990060e64244b835582ebc7642e6f7ea1fd65a2 +SIZE (rope-0.10.3.tar.gz) = 226123 Added: head/devel/py-rope/files/patch-setup.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-rope/files/patch-setup.py Fri Feb 12 19:42:41 2016 (r408749) @@ -0,0 +1,14 @@ +--- setup.py.orig 2015-08-06 05:38:27 UTC ++++ setup.py +@@ -42,7 +42,10 @@ classifiers = [ + + + def get_long_description(): +- lines = open('README.rst').read().splitlines(False) ++ if sys.version_info[0] > 2: ++ lines = open('README.rst', encoding='utf-8').read().splitlines(False) ++ else: ++ lines = open('README.rst').read().splitlines(False) + end = lines.index('Getting Started') + return '\n' + '\n'.join(lines[:end]) + '\n' + Modified: head/devel/py-rope/pkg-descr ============================================================================== --- head/devel/py-rope/pkg-descr Fri Feb 12 19:10:05 2016 (r408748) +++ head/devel/py-rope/pkg-descr Fri Feb 12 19:42:41 2016 (r408749) @@ -1,3 +1,3 @@ Rope is a python refactoring library. -WWW: http://rope.sourceforge.net +WWW: http://rope.sourceforge.net From owner-svn-ports-head@freebsd.org Fri Feb 12 19:43:49 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 65D6CAA6FC1; Fri, 12 Feb 2016 19:43:49 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 32F9B1C9; Fri, 12 Feb 2016 19:43:49 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1CJhmQd011078; Fri, 12 Feb 2016 19:43:48 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1CJhmNx011076; Fri, 12 Feb 2016 19:43:48 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201602121943.u1CJhmNx011076@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Fri, 12 Feb 2016 19:43:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408750 - head/devel/py-msgpack-python X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2016 19:43:49 -0000 Author: rm Date: Fri Feb 12 19:43:47 2016 New Revision: 408750 URL: https://svnweb.freebsd.org/changeset/ports/408750 Log: devel/py-msgpack-python: update to 0.4.7 PR: 206788 Submitted by: Brendan Molloy (maintainer) Modified: head/devel/py-msgpack-python/Makefile head/devel/py-msgpack-python/distinfo Modified: head/devel/py-msgpack-python/Makefile ============================================================================== --- head/devel/py-msgpack-python/Makefile Fri Feb 12 19:42:41 2016 (r408749) +++ head/devel/py-msgpack-python/Makefile Fri Feb 12 19:43:47 2016 (r408750) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= msgpack-python -PORTVERSION= 0.4.6 +PORTVERSION= 0.4.7 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-msgpack-python/distinfo ============================================================================== --- head/devel/py-msgpack-python/distinfo Fri Feb 12 19:42:41 2016 (r408749) +++ head/devel/py-msgpack-python/distinfo Fri Feb 12 19:43:47 2016 (r408750) @@ -1,2 +1,2 @@ -SHA256 (msgpack-python-0.4.6.tar.gz) = bfcc581c9dbbf07cc2f951baf30c3249a57e20dcbd60f7e6ffc43ab3cc614794 -SIZE (msgpack-python-0.4.6.tar.gz) = 116433 +SHA256 (msgpack-python-0.4.7.tar.gz) = 5e001229a54180a02dcdd59db23c9978351af55b1290c27bc549e381f43acd6b +SIZE (msgpack-python-0.4.7.tar.gz) = 126251 From owner-svn-ports-head@freebsd.org Fri Feb 12 20:20:26 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2AF83AA7BEC; Fri, 12 Feb 2016 20:20:26 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EC0DC1255; Fri, 12 Feb 2016 20:20:25 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1CKKO1j020040; Fri, 12 Feb 2016 20:20:24 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1CKKOU9020038; Fri, 12 Feb 2016 20:20:24 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201602122020.u1CKKOU9020038@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Fri, 12 Feb 2016 20:20:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408751 - head/graphics/py-pygal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2016 20:20:26 -0000 Author: rm Date: Fri Feb 12 20:20:24 2016 New Revision: 408751 URL: https://svnweb.freebsd.org/changeset/ports/408751 Log: graphics/py-pygal: update to 2.0.12 - update to 2.0.12 - add NO_ARCH and sort USE_PYTHON, while here PR: 206870 Submitted by: jjachuf@gmail.com (maintainer) Modified: head/graphics/py-pygal/Makefile head/graphics/py-pygal/distinfo Modified: head/graphics/py-pygal/Makefile ============================================================================== --- head/graphics/py-pygal/Makefile Fri Feb 12 19:43:47 2016 (r408750) +++ head/graphics/py-pygal/Makefile Fri Feb 12 20:20:24 2016 (r408751) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pygal -PORTVERSION= 1.7.0 +PORTVERSION= 2.0.12 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,8 +14,8 @@ LICENSE= LGPL3 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=3.3.4:${PORTSDIR}/devel/py-lxml -# Python3 ready +NO_ARCH= yes USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils .include Modified: head/graphics/py-pygal/distinfo ============================================================================== --- head/graphics/py-pygal/distinfo Fri Feb 12 19:43:47 2016 (r408750) +++ head/graphics/py-pygal/distinfo Fri Feb 12 20:20:24 2016 (r408751) @@ -1,2 +1,2 @@ -SHA256 (pygal-1.7.0.tar.gz) = e0cf38aec260b0eceb4b7a30f8dcb988ed129915b9561856dd8cb131ae34bcf4 -SIZE (pygal-1.7.0.tar.gz) = 737013 +SHA256 (pygal-2.0.12.tar.gz) = 44108580dddeae655030a35015e4056840dde40429c74f44c91339f7a5dfbda9 +SIZE (pygal-2.0.12.tar.gz) = 67840 From owner-svn-ports-head@freebsd.org Fri Feb 12 20:21:37 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 04062AA7D0F; Fri, 12 Feb 2016 20:21:37 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C92E813DF; Fri, 12 Feb 2016 20:21:36 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1CKLZ1K022757; Fri, 12 Feb 2016 20:21:35 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1CKLZk9022755; Fri, 12 Feb 2016 20:21:35 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201602122021.u1CKLZk9022755@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Fri, 12 Feb 2016 20:21:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408752 - head/graphics/py-plotly X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2016 20:21:37 -0000 Author: rm Date: Fri Feb 12 20:21:35 2016 New Revision: 408752 URL: https://svnweb.freebsd.org/changeset/ports/408752 Log: graphics/py-plotly: update to 1.9.5 - update to 1.9.5 - add missing dependencies - add NO_ARCH, sort USE_PYTHON, while here PR: 206868 Submitted by: jjachuf@gmail.com (maintainer) Modified: head/graphics/py-plotly/Makefile head/graphics/py-plotly/distinfo Modified: head/graphics/py-plotly/Makefile ============================================================================== --- head/graphics/py-plotly/Makefile Fri Feb 12 20:20:24 2016 (r408751) +++ head/graphics/py-plotly/Makefile Fri Feb 12 20:21:35 2016 (r408752) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= plotly -PORTVERSION= 1.6.12 +PORTVERSION= 1.9.5 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,8 +12,12 @@ COMMENT= Plotting library for collaborat LICENSE= MIT -# Python3 ready +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:${PORTSDIR}/www/py-requests \ + ${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six \ + ${PYTHON_PKGNAMEPREFIX}pytz>0:${PORTSDIR}/devel/py-pytz + +NO_ARCH= yes USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils .include Modified: head/graphics/py-plotly/distinfo ============================================================================== --- head/graphics/py-plotly/distinfo Fri Feb 12 20:20:24 2016 (r408751) +++ head/graphics/py-plotly/distinfo Fri Feb 12 20:21:35 2016 (r408752) @@ -1,2 +1,2 @@ -SHA256 (plotly-1.6.12.tar.gz) = f0639a076fa0ebbacd0ee978bc8f1396cf453f8f0c5d7cc7b1e33cd2a944cdd7 -SIZE (plotly-1.6.12.tar.gz) = 456562 +SHA256 (plotly-1.9.5.tar.gz) = 628679e880caab22e2a46273e85e1d1ce1382b631e1c7bbfe539f804c5269b21 +SIZE (plotly-1.9.5.tar.gz) = 1668347 From owner-svn-ports-head@freebsd.org Fri Feb 12 20:22:17 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 112C5AA7D7C; Fri, 12 Feb 2016 20:22:17 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D27B2186D; Fri, 12 Feb 2016 20:22:16 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1CKMFcf022920; Fri, 12 Feb 2016 20:22:15 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1CKMFjk022918; Fri, 12 Feb 2016 20:22:15 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201602122022.u1CKMFjk022918@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Fri, 12 Feb 2016 20:22:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408753 - in head/www/h2o: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2016 20:22:17 -0000 Author: rakuco Date: Fri Feb 12 20:22:15 2016 New Revision: 408753 URL: https://svnweb.freebsd.org/changeset/ports/408753 Log: Add SIGHUP support. Support soft reloading of config via `sudo service h2o reload`. PR: 207093 Submitted by: Dave Cottlehuber (maintainer) Modified: head/www/h2o/Makefile head/www/h2o/files/h2o.in Modified: head/www/h2o/Makefile ============================================================================== --- head/www/h2o/Makefile Fri Feb 12 20:21:35 2016 (r408752) +++ head/www/h2o/Makefile Fri Feb 12 20:22:15 2016 (r408753) @@ -4,6 +4,7 @@ PORTNAME= h2o PORTVERSION= 1.7.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= www MAINTAINER= dch@skunkwerks.at Modified: head/www/h2o/files/h2o.in ============================================================================== --- head/www/h2o/files/h2o.in Fri Feb 12 20:21:35 2016 (r408752) +++ head/www/h2o/files/h2o.in Fri Feb 12 20:22:15 2016 (r408753) @@ -30,5 +30,8 @@ command="%%PREFIX%%/bin/${name}" command_args="-m daemon -c ${h2o_config}" procname="%%LOCALBASE%%/bin/perl" +# support SIGHUP to reload configuration file +extra_commands="reload" + load_rc_config $name run_rc_command "$1" From owner-svn-ports-head@freebsd.org Fri Feb 12 20:39:58 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A94ABAA675F; Fri, 12 Feb 2016 20:39:58 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6C087149D; Fri, 12 Feb 2016 20:39:58 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1CKdvbI026302; Fri, 12 Feb 2016 20:39:57 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1CKdvBl026299; Fri, 12 Feb 2016 20:39:57 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201602122039.u1CKdvBl026299@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Fri, 12 Feb 2016 20:39:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408755 - in head/sysutils/htop: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2016 20:39:58 -0000 Author: cy Date: Fri Feb 12 20:39:57 2016 New Revision: 408755 URL: https://svnweb.freebsd.org/changeset/ports/408755 Log: * Fix process memory calculation * Add FreeBSD battery support * Add SHEBANG_LANG & SHEBANG_FILES PR: 207133 Submitted by: Hung-Yi Chen (maintainer) Added: head/sysutils/htop/files/ head/sysutils/htop/files/patch-freebsd__Battery.c (contents, props changed) head/sysutils/htop/files/patch-freebsd__FreeBSDProcessList.c (contents, props changed) Modified: head/sysutils/htop/Makefile Modified: head/sysutils/htop/Makefile ============================================================================== --- head/sysutils/htop/Makefile Fri Feb 12 20:29:01 2016 (r408754) +++ head/sysutils/htop/Makefile Fri Feb 12 20:39:57 2016 (r408755) @@ -3,6 +3,7 @@ PORTNAME= htop PORTVERSION= 2.0.0 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= gaod@hychen.org @@ -18,6 +19,8 @@ LIBS+= -L${LOCALBASE}/lib -lexecinfo CONFIGURE_ARGS= --enable-unicode USES= autoreconf execinfo libtool ncurses python:2,build shebangfix +SHEBANG_LANG= python2 +SHEBANG_FILES= scripts/MakeHeader.py USE_GITHUB= yes GH_ACCOUNT= hishamhm Added: head/sysutils/htop/files/patch-freebsd__Battery.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/htop/files/patch-freebsd__Battery.c Fri Feb 12 20:39:57 2016 (r408755) @@ -0,0 +1,27 @@ +--- freebsd/Battery.c.orig 2016-02-13 00:30:03.804015000 +0800 ++++ freebsd/Battery.c 2016-02-13 00:31:05.662396000 +0800 +@@ -6,10 +6,21 @@ + */ + + #include "BatteryMeter.h" ++#include + + void Battery_getData(double* level, ACPresence* isOnAC) { +- // TODO +- *level = -1; +- *isOnAC = AC_ERROR; ++ int life; ++ size_t life_len = sizeof(life); ++ if (sysctlbyname("hw.acpi.battery.life", &life, &life_len, NULL, 0) == -1) ++ *level = -1; ++ else ++ *level = life; ++ ++ int acline; ++ size_t acline_len = sizeof(acline); ++ if (sysctlbyname("hw.acpi.acline", &acline, &acline_len, NULL, 0) == -1) ++ *isOnAC = AC_ERROR; ++ else ++ *isOnAC = acline == 0 ? AC_ABSENT : AC_PRESENT; + } + Added: head/sysutils/htop/files/patch-freebsd__FreeBSDProcessList.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/htop/files/patch-freebsd__FreeBSDProcessList.c Fri Feb 12 20:39:57 2016 (r408755) @@ -0,0 +1,13 @@ +--- freebsd/FreeBSDProcessList.c.orig 2016-02-13 00:37:56.160832000 +0800 ++++ freebsd/FreeBSDProcessList.c 2016-02-13 00:38:19.671290000 +0800 +@@ -477,8 +477,8 @@ + } + + // from FreeBSD source /src/usr.bin/top/machine.c +- proc->m_size = kproc->ki_size / 1024; +- proc->m_resident = kproc->ki_rssize * pageSizeKb; ++ proc->m_size = kproc->ki_size / 1024 / pageSizeKb; ++ proc->m_resident = kproc->ki_rssize; + proc->nlwp = kproc->ki_numthreads; + proc->time = (kproc->ki_runtime + 5000) / 10000; + From owner-svn-ports-head@freebsd.org Fri Feb 12 20:43:11 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 88B87AA6A46; Fri, 12 Feb 2016 20:43:11 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5BE1A18E6; Fri, 12 Feb 2016 20:43:11 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1CKhACW029086; Fri, 12 Feb 2016 20:43:10 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1CKhA5l029084; Fri, 12 Feb 2016 20:43:10 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201602122043.u1CKhA5l029084@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Fri, 12 Feb 2016 20:43:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408756 - head/security/py-pyscard X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2016 20:43:11 -0000 Author: rm Date: Fri Feb 12 20:43:10 2016 New Revision: 408756 URL: https://svnweb.freebsd.org/changeset/ports/408756 Log: security/py-pyscard: update to 1.9.2 PR: 206994 Submitted by: mp39590@gmail.com (maintainer) Modified: head/security/py-pyscard/Makefile head/security/py-pyscard/distinfo Modified: head/security/py-pyscard/Makefile ============================================================================== --- head/security/py-pyscard/Makefile Fri Feb 12 20:39:57 2016 (r408755) +++ head/security/py-pyscard/Makefile Fri Feb 12 20:43:10 2016 (r408756) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pyscard -PORTVERSION= 1.9.0 +PORTVERSION= 1.9.2 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/security/py-pyscard/distinfo ============================================================================== --- head/security/py-pyscard/distinfo Fri Feb 12 20:39:57 2016 (r408755) +++ head/security/py-pyscard/distinfo Fri Feb 12 20:43:10 2016 (r408756) @@ -1,2 +1,2 @@ -SHA256 (pyscard-1.9.0.tar.gz) = e0af4350d7a198ee2c1bd21a9e83abcc58bee86bb2d6be59ed7d4c33a81badc5 -SIZE (pyscard-1.9.0.tar.gz) = 153007 +SHA256 (pyscard-1.9.2.tar.gz) = 390b5f9393c04a2b3491a65c326fe045d2955a780ca675635ce2c74367d3fbba +SIZE (pyscard-1.9.2.tar.gz) = 145287 From owner-svn-ports-head@freebsd.org Fri Feb 12 20:43:33 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0E75CAA6AA2; Fri, 12 Feb 2016 20:43:33 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DD9D41A0B; Fri, 12 Feb 2016 20:43:32 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1CKhVnk029252; Fri, 12 Feb 2016 20:43:31 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1CKhVkV029250; Fri, 12 Feb 2016 20:43:31 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201602122043.u1CKhVkV029250@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Fri, 12 Feb 2016 20:43:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408757 - in head/dns/powerdns: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2016 20:43:33 -0000 Author: rakuco Date: Fri Feb 12 20:43:31 2016 New Revision: 408757 URL: https://svnweb.freebsd.org/changeset/ports/408757 Log: Update to PowerDNS Auth 3.4.8 CHANGELOG: https://doc.powerdns.com/md/changelog/#powerdns-authoritative-server-348 Remove luabackend patches since those are upstream'd. Also convert to OPTIONS helpers. PR: 206986 Submitted by: Ralf van der Enden (maintainer) Deleted: head/dns/powerdns/files/patch-modules__luabackend__lua_functions.cc head/dns/powerdns/files/patch-modules__luabackend__luabackend.hh Modified: head/dns/powerdns/Makefile head/dns/powerdns/distinfo Modified: head/dns/powerdns/Makefile ============================================================================== --- head/dns/powerdns/Makefile Fri Feb 12 20:43:10 2016 (r408756) +++ head/dns/powerdns/Makefile Fri Feb 12 20:43:31 2016 (r408757) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= powerdns -PORTVERSION= 3.4.7 +PORTVERSION= 3.4.8 CATEGORIES= dns ipv6 MASTER_SITES= http://downloads.powerdns.com/releases/ DISTNAME= pdns-${PORTVERSION} @@ -43,123 +43,83 @@ OPTIONS_GROUP= DNSSEC EXPERIMENTAL REMOT OPTIONS_GROUP_DNSSEC= BOTAN110 OPTIONS_GROUP_EXPERIMENTAL= LUA MYDNS TINYDNS OPTIONS_GROUP_REMOTEOPT= ZEROMQ - -PGSQL_DESC= PostgreSQL backend -MYSQL_DESC= MySQL backend -OPENDBX_DESC= OpenDBX backend -OPENLDAP_DESC= OpenLDAP backend -SQLITE3_DESC= SQLite 3 backend -GEO_DESC= Geo backend -GEOIP_DESC= GeoIP backend -DNSSEC_DESC= Extra DNSSEC options -BOTAN110_DESC= Faster signing + ECDSA & GOST algorithms -POLARSSL_DESC= Use embedded PolarSSL -LMDB_DESC= LMDB backend -LUA_DESC= Lua backend -MYDNS_DESC= MyDNS backend -REMOTE_DESC= Remote backend -TINYDNS_DESC= TinyDNS backend -TOOLS_DESC= Build extra tools -REMOTEOPT_DESC= Remote backend connectors -ZEROMQ_DESC= Enable ZeroMQ connector +ZEROMQ_IMPLIES= REMOTE OPTIONS_DEFAULT= PGSQL DNSSEC BOTAN110 POLARSSL +OPTIONS_SUB= yes -OPTIONS_SUB= yes +BOTAN110_CONFIGURE_ON= --enable-botan1.10 +BOTAN110_LIB_DEPENDS= libbotan-1.10.so:${PORTSDIR}/security/botan110 -# Don't use CONFIGURE_ENABLE, the configure script -# has a bug. The options are being enabled even using --disable- +GEO_VARS= MODULES+=geo -TOOLS_CONFIGURE_ON= --enable-tools +GEOIP_LIB_DEPENDS= libyaml-cpp.so:${PORTSDIR}/devel/yaml-cpp \ + libGeoIP.so:${PORTSDIR}/net/GeoIP +GEOIP_VARS= MODULES+=geoip -PGSQL_CONFIGURE_ON= --with-pgsql=${LOCALBASE} -PGSQL_CONFIGURE_OFF= --without-pgsql -PGSQL_USES= pgsql +LMDB_LIB_DEPENDS= liblmdb.so:${PORTSDIR}/databases/lmdb +LMDB_VARS= MODULES+=lmdb + +LUA_VARS= MODULES+=lua + +MYDNS_CONFIGURE_ON= --with-mysql=${LOCALBASE} +MYDNS_USE= MYSQL=YES +MYDNS_VARS= MODULES+=mydns MYSQL_CONFIGURE_ON= --with-mysql=${LOCALBASE} MYSQL_CONFIGURE_OFF= --without-mysql MYSQL_USE= MYSQL=YES +MYSQL_VARS= MODULES+=gmysql -MYDNS_CONFIGURE_ON= --with-mysql=${LOCALBASE} -MYDNS_USE= MYSQL=YES +OPENDBX_LIB_DEPENDS= libopendbx.so:${PORTSDIR}/databases/opendbx +OPENDBX_VARS= MODULES+=opendbx OPENLDAP_CXXFLAGS= -DLDAP_DEPRECATED=1 OPENLDAP_USE= OPENLDAP=YES +OPENLDAP_VARS= MODULES+=ldap -SQLITE3_USE= SQLITE=3 +PGSQL_CONFIGURE_ON= --with-pgsql=${LOCALBASE} +PGSQL_CONFIGURE_OFF= --without-pgsql +PGSQL_USES= pgsql +PGSQL_VARS= MODULES+=gpgsql -OPENDBX_LIB_DEPENDS= libopendbx.so:${PORTSDIR}/databases/opendbx +POLARSSL_CONFIGURE_ARGS= --without-system-polarssl +POLARSSL_LIB_DEPENDS_OFF= libmbedtls.so:${PORTSDIR}/security/polarssl13 -BOTAN110_CONFIGURE_ON= --enable-botan1.10 -BOTAN110_LIB_DEPENDS= libbotan-1.10.so:${PORTSDIR}/security/botan110 +REMOTE_VARS= MODULES+=remote + +SQLITE3_USE= SQLITE=3 +SQLITE3_VARS= MODULES+=gqlite3 -TINYDNS_LIB_DEPENDS= libcdb.so:${PORTSDIR}/databases/tinycdb TINYDNS_CONFIGURE_ON= CDB_LIBS="-L${LOCALBASE}/lib -lcdb" CDB_CFLAGS="-I${LOCALBASE}/include" +TINYDNS_LIB_DEPENDS= libcdb.so:${PORTSDIR}/databases/tinycdb +TINYDNS_VARS= MODULES+=tinydns -LMDB_LIB_DEPENDS= liblmdb.so:${PORTSDIR}/databases/lmdb +ZEROMQ_CONFIGURE_ARGS= --enable-remotebackend-zeromq +ZEROMQ_LIB_DEPENDS= libzmq.so:${PORTSDIR}/net/libzmq4 -GEOIP_LIB_DEPENDS= libyaml-cpp.so:${PORTSDIR}/devel/yaml-cpp \ - libGeoIP.so:${PORTSDIR}/net/GeoIP +TOOLS_CONFIGURE_ENABLE= tools -.include +PGSQL_DESC= PostgreSQL backend +MYSQL_DESC= MySQL backend +OPENDBX_DESC= OpenDBX backend +OPENLDAP_DESC= OpenLDAP backend +SQLITE3_DESC= SQLite 3 backend +GEO_DESC= Geo backend +GEOIP_DESC= GeoIP backend +DNSSEC_DESC= Extra DNSSEC options +BOTAN110_DESC= Faster signing + ECDSA & GOST algorithms +POLARSSL_DESC= Use embedded PolarSSL +LMDB_DESC= LMDB backend +LUA_DESC= Lua backend +MYDNS_DESC= MyDNS backend +REMOTE_DESC= Remote backend +TINYDNS_DESC= TinyDNS backend +TOOLS_DESC= Build extra tools +REMOTEOPT_DESC= Remote backend connectors +ZEROMQ_DESC= Enable ZeroMQ connector (Implies REMOTE enabled) -.if ${PORT_OPTIONS:MGEO} -MODULES+= geo -.endif - -.if ${PORT_OPTIONS:MGEOIP} -MODULES+= geoip -.endif - -.if ${PORT_OPTIONS:MPGSQL} -MODULES+= gpgsql -.endif - -.if ${PORT_OPTIONS:MMYSQL} -MODULES+= gmysql -.endif - -.if ${PORT_OPTIONS:MOPENLDAP} -MODULES+= ldap -.endif - -.if ${PORT_OPTIONS:MSQLITE3} -MODULES+= gsqlite3 -.endif - -.if ${PORT_OPTIONS:MLMDB} -MODULES+= lmdb -.endif - -.if ${PORT_OPTIONS:MLUA} -MODULES+= lua -.endif - -.if ${PORT_OPTIONS:MMYDNS} -MODULES+= mydns -.endif - -.if ${PORT_OPTIONS:MREMOTE} -MODULES+= remote -. if ${PORT_OPTIONS:MZEROMQ} -CONFIGURE_ARGS+= --enable-remotebackend-zeromq -LIB_DEPENDS+= libzmq.so:${PORTSDIR}/net/libzmq4 -. endif -.endif - -.if ${PORT_OPTIONS:MTINYDNS} -MODULES+= tinydns -.endif - -.if ${PORT_OPTIONS:MOPENDBX} -MODULES+= opendbx -.endif - -.if ${PORT_OPTIONS:MPOLARSSL} -CONFIGURE_ARGS+= --without-system-polarssl -.else -LIB_DEPENDS+= libmbedtls.so.9:${PORTSDIR}/security/polarssl13 -.endif +.include post-install: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} Modified: head/dns/powerdns/distinfo ============================================================================== --- head/dns/powerdns/distinfo Fri Feb 12 20:43:10 2016 (r408756) +++ head/dns/powerdns/distinfo Fri Feb 12 20:43:31 2016 (r408757) @@ -1,2 +1,2 @@ -SHA256 (pdns-3.4.7.tar.bz2) = e17eca86c5e702b54b62b1edebc4741d8e0db748050a7214c778302039f28c4b -SIZE (pdns-3.4.7.tar.bz2) = 1345379 +SHA256 (pdns-3.4.8.tar.bz2) = 4f818fd09bff89625b4317cc7c05445f6e7bd9ea8d21e7eefeaaca07b8b0cd9f +SIZE (pdns-3.4.8.tar.bz2) = 1345728 From owner-svn-ports-head@freebsd.org Fri Feb 12 20:45:03 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DD8DEAA6B92; Fri, 12 Feb 2016 20:45:02 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9F4231C9B; Fri, 12 Feb 2016 20:45:02 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1CKj1bg029636; Fri, 12 Feb 2016 20:45:01 GMT (envelope-from ak@FreeBSD.org) Received: (from ak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1CKj1N6029629; Fri, 12 Feb 2016 20:45:01 GMT (envelope-from ak@FreeBSD.org) Message-Id: <201602122045.u1CKj1N6029629@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ak set sender to ak@FreeBSD.org using -f From: Alex Kozlov Date: Fri, 12 Feb 2016 20:45:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408759 - in head/graphics/pngquant: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2016 20:45:03 -0000 Author: ak Date: Fri Feb 12 20:45:01 2016 New Revision: 408759 URL: https://svnweb.freebsd.org/changeset/ports/408759 Log: - Remove bash dependency - Modernize port Added: head/graphics/pngquant/files/ head/graphics/pngquant/files/patch-lib_configure (contents, props changed) Modified: head/graphics/pngquant/Makefile Modified: head/graphics/pngquant/Makefile ============================================================================== --- head/graphics/pngquant/Makefile Fri Feb 12 20:45:00 2016 (r408758) +++ head/graphics/pngquant/Makefile Fri Feb 12 20:45:01 2016 (r408759) @@ -3,6 +3,7 @@ PORTNAME= pngquant PORTVERSION= 2.5.2 +PORTREVISION= 1 DISTVERSIONSUFFIX= -src CATEGORIES= graphics MASTER_SITES= http://pngquant.org/ @@ -14,7 +15,6 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYRIGHT LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png -BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} @@ -42,14 +42,7 @@ SSE_CFLAGS= -DUSE_SSE=1 -msse2 OPENMP_CFLAGS= -fopenmp OPENMP_LDFLAGS= -lgomp -pthread -.include - -.if empty(PORT_OPTIONS:MDEBUG) -CFLAGS+= -DNDEBUG -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|-$$(MAKEFLAGS)||' ${WRKSRC}/Makefile +DEBUG_CFLAGS_OFF= -DNDEBUG do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pngquant ${STAGEDIR}${PREFIX}/bin Added: head/graphics/pngquant/files/patch-lib_configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/pngquant/files/patch-lib_configure Fri Feb 12 20:45:01 2016 (r408759) @@ -0,0 +1,41 @@ +Index: lib/configure +@@ -1,4 +1,4 @@ +-#!/usr/bin/env bash ++#!/bin/sh + + CONFIG="config.mk" + PREFIX="/usr/local" +@@ -80,7 +80,7 @@ + + # If someone runs sudo make install as very first command, and configure later, + # $CONFIG cannot be overwritten, and must be deleted before continuing. +-if [[ -f "$CONFIG" && ! -w "$CONFIG" ]]; then ++if [ -f "$CONFIG" -a ! -w "$CONFIG" ]; then + echo "Cannot overwrite file $CONFIG! Please delete it." + exit 1 + fi +@@ -135,10 +135,8 @@ + + # SSE + if [ "$SSE" = 'auto' ]; then +- if [[ "$(uname -m)" =~ (amd|x86_)64 || +- "$(grep -E -m1 "^flags" /proc/cpuinfo)" =~ "sse" ]]; then +- SSE=1 +- fi ++ echo $(uname -m) | grep -E -q '(amd|x86_)64' && SSE=1 ++ grep -E -m1 -q '^flags.*sse' /proc/cpuinfo 2>/dev/null && SSE=1 + fi + + if [ "$SSE" -eq 1 ]; then +@@ -161,9 +159,8 @@ + else + OPENMPFLAGS="-fopenmp" + fi +- if [[ "$("$CC" -xc -E $OPENMPFLAGS <(echo "#ifdef _OPENMP +- #include +- #endif") 2>&1)" =~ "omp_get_thread_num" ]]; then ++ if echo "$(printf '#ifdef _OPENMP\n#include \n#endif\n' | \ ++ "$CC" -xc -E $OPENMPFLAGS - 2>&1)" | grep -q omp_get_thread_num; then + cflags "$OPENMPFLAGS" + lflags "$OPENMPFLAGS" + status "OpenMP" "yes" From owner-svn-ports-head@freebsd.org Fri Feb 12 20:45:02 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 842F6AA6B8F; Fri, 12 Feb 2016 20:45:02 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3D8D91C99; Fri, 12 Feb 2016 20:45:02 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1CKj1cI029592; Fri, 12 Feb 2016 20:45:01 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1CKj1tJ029571; Fri, 12 Feb 2016 20:45:01 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201602122045.u1CKj1tJ029571@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Fri, 12 Feb 2016 20:45:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408758 - head/print/py-pollyreports X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2016 20:45:02 -0000 Author: rm Date: Fri Feb 12 20:45:00 2016 New Revision: 408758 URL: https://svnweb.freebsd.org/changeset/ports/408758 Log: print/py-pollyreports: update to 1.7.7 - update to 1.7.7 while here: - add NO_ARCH and sort USE_PYTHON - drop python version limit, because it builds fine both with 2.x and 3.x PR: 206871 Submitted by: jjachuf@gmail.com (maintainer) Modified: head/print/py-pollyreports/Makefile head/print/py-pollyreports/distinfo Modified: head/print/py-pollyreports/Makefile ============================================================================== --- head/print/py-pollyreports/Makefile Fri Feb 12 20:43:31 2016 (r408757) +++ head/print/py-pollyreports/Makefile Fri Feb 12 20:45:00 2016 (r408758) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= PollyReports -PORTVERSION= 1.7.6 +PORTVERSION= 1.7.7 CATEGORIES= print python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,12 +12,13 @@ COMMENT= Band-oriented PDF report genera LICENSE= BSD2CLAUSE -USES= python:2 -USE_PYTHON= distutils autoplist +NO_ARCH= yes +USES= python +USE_PYTHON= autoplist distutils OPTIONS_DEFINE= REPORTLAB -REPORTLAB_DESC= Install Reportlab2 -REPORTLAB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}reportlab2>=2.1:${PORTSDIR}/print/py-reportlab2 +REPORTLAB_DESC= Install Reportlab +REPORTLAB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}reportlab>=3.0:${PORTSDIR}/print/py-reportlab .include Modified: head/print/py-pollyreports/distinfo ============================================================================== --- head/print/py-pollyreports/distinfo Fri Feb 12 20:43:31 2016 (r408757) +++ head/print/py-pollyreports/distinfo Fri Feb 12 20:45:00 2016 (r408758) @@ -1,2 +1,2 @@ -SHA256 (PollyReports-1.7.6.tar.gz) = cc6cbb4a33d8f4b55b98390606b4f1fe8fa4c4a43ebbaca2734fc584fa317b40 -SIZE (PollyReports-1.7.6.tar.gz) = 21619 +SHA256 (PollyReports-1.7.7.tar.gz) = 942ea8970ba8eb03d5f2999d7d8ed2164b19b7e5f574ff1d8a44ed17f58de53b +SIZE (PollyReports-1.7.7.tar.gz) = 22250 From owner-svn-ports-head@freebsd.org Fri Feb 12 20:52:07 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2B6D2AA6F96; Fri, 12 Feb 2016 20:52:07 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ED48E330; Fri, 12 Feb 2016 20:52:06 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1CKq5nN032563; Fri, 12 Feb 2016 20:52:05 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1CKq5m1032561; Fri, 12 Feb 2016 20:52:05 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201602122052.u1CKq5m1032561@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Fri, 12 Feb 2016 20:52:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408760 - head/sysutils/debootstrap X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2016 20:52:07 -0000 Author: rakuco Date: Fri Feb 12 20:52:05 2016 New Revision: 408760 URL: https://svnweb.freebsd.org/changeset/ports/408760 Log: Update to 1.0.78. debootstrap (1.0.78) unstable; urgency=high * Use HTTPS for Vcs-* URLs, and link to cgit rather than gitweb. * Don't call mknod with the --mode option, it's not supported in busybox. Use -m instead - fixes the broken fix for #812811. Closes: #813124. Urgency high to get this fix propagated quickly - it's breaking d-i installs right now. Adding myself to uploaders and uploading. -- Steve McIntyre <93sam@debian.org> Fri, 29 Jan 2016 16:36:00 +0000 PR: 206821 Submitted by: Nikolai Lifanov (maintainer) Modified: head/sysutils/debootstrap/Makefile head/sysutils/debootstrap/distinfo Modified: head/sysutils/debootstrap/Makefile ============================================================================== --- head/sysutils/debootstrap/Makefile Fri Feb 12 20:45:01 2016 (r408759) +++ head/sysutils/debootstrap/Makefile Fri Feb 12 20:52:05 2016 (r408760) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= debootstrap -PORTVERSION= 1.0.77 +PORTVERSION= 1.0.78 CATEGORIES= sysutils MASTER_SITES= DEBIAN/pool/main/d/${PORTNAME} DISTNAME= ${PORTNAME}_${PORTVERSION} Modified: head/sysutils/debootstrap/distinfo ============================================================================== --- head/sysutils/debootstrap/distinfo Fri Feb 12 20:45:01 2016 (r408759) +++ head/sysutils/debootstrap/distinfo Fri Feb 12 20:52:05 2016 (r408760) @@ -1,2 +1,2 @@ -SHA256 (debootstrap_1.0.77.tar.gz) = a106169a7bf15277055690450b7cd71acb28d357cabf3ffb0ac75e2abc85ed3c -SIZE (debootstrap_1.0.77.tar.gz) = 64121 +SHA256 (debootstrap_1.0.78.tar.gz) = b08b32152f240b42ee7fc30f365d95527edf9012e25a16a5f03ba70297389abb +SIZE (debootstrap_1.0.78.tar.gz) = 63725 From owner-svn-ports-head@freebsd.org Fri Feb 12 21:03:11 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BA5F1AA7554; Fri, 12 Feb 2016 21:03:11 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 96F1310F9; Fri, 12 Feb 2016 21:03:11 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1CL3A8h035930; Fri, 12 Feb 2016 21:03:10 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1CL3Asb035925; Fri, 12 Feb 2016 21:03:10 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201602122103.u1CL3Asb035925@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Fri, 12 Feb 2016 21:03:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408761 - in head/security: . py-keyrings.alt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2016 21:03:11 -0000 Author: rm Date: Fri Feb 12 21:03:10 2016 New Revision: 408761 URL: https://svnweb.freebsd.org/changeset/ports/408761 Log: Alternate keyring backend implementations for use with the Python keyring package. WWW: https://pypi.python.org/pypi/keyrings.alt PR: 207046 Submitted by: Douglas Thrift Added: head/security/py-keyrings.alt/ head/security/py-keyrings.alt/Makefile (contents, props changed) head/security/py-keyrings.alt/distinfo (contents, props changed) head/security/py-keyrings.alt/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Fri Feb 12 20:52:05 2016 (r408760) +++ head/security/Makefile Fri Feb 12 21:03:10 2016 (r408761) @@ -835,6 +835,7 @@ SUBDIR += py-kerberos SUBDIR += py-keyczar SUBDIR += py-keyring + SUBDIR += py-keyrings.alt SUBDIR += py-letsencrypt SUBDIR += py-libnacl SUBDIR += py-m2crypto Added: head/security/py-keyrings.alt/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-keyrings.alt/Makefile Fri Feb 12 21:03:10 2016 (r408761) @@ -0,0 +1,34 @@ +# Created by: Douglas Thrift +# $FreeBSD$ + +PORTNAME= keyrings.alt +PORTVERSION= 1.1 +CATEGORIES= security python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= douglas@douglasthrift.net +COMMENT= Alternate Python keyring implementations + +LICENSE= MIT + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.9:${PORTSDIR}/devel/py-setuptools_scm + +NO_ARCH= yes +USES= python +USE_PYTHON= autoplist distutils + +OPTIONS_DEFINE= ENCRYPTED_FILE GNOME_KEYRING KDE_KWALLET KEYCZAR PYFS +ENCRYPTED_FILE_DESC= Install pycrypto to support the Encrypted File backend +GNOME_KEYRING_DESC= Install GNOME Keyring to support the Gnome backend +KDE_KWALLET_DESC= Install KDE KWallet to support the kwallet backend +KEYCZAR_DESC= Install keyczar to support keyring encryption +PYFS_DESC= Install pyfilesystem to support the pyfs backend + +ENCRYPTED_FILE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>=2.5:${PORTSDIR}/security/py-pycrypto +GNOME_KEYRING_USE= GNOME=pygobject3 +KDE_KWALLET_USE= KDE4=pykde4 +KEYCZAR_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}keyczar>=0.71c:${PORTSDIR}/security/py-keyczar +PYFS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fs>=0.5:${PORTSDIR}/devel/py-fs + +.include Added: head/security/py-keyrings.alt/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-keyrings.alt/distinfo Fri Feb 12 21:03:10 2016 (r408761) @@ -0,0 +1,2 @@ +SHA256 (keyrings.alt-1.1.tar.gz) = dc3b3ad7d34f22744de75bfcbeb608445aaf059ff4bb28bf2247de8372be207b +SIZE (keyrings.alt-1.1.tar.gz) = 21520 Added: head/security/py-keyrings.alt/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-keyrings.alt/pkg-descr Fri Feb 12 21:03:10 2016 (r408761) @@ -0,0 +1,4 @@ +Alternate keyring backend implementations for use with the Python keyring +package. + +WWW: https://pypi.python.org/pypi/keyrings.alt From owner-svn-ports-head@freebsd.org Fri Feb 12 21:06:00 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D4760AA767A; Fri, 12 Feb 2016 21:06:00 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9644C1285; Fri, 12 Feb 2016 21:06:00 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1CL5xxs036283; Fri, 12 Feb 2016 21:05:59 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1CL5x62036281; Fri, 12 Feb 2016 21:05:59 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201602122105.u1CL5x62036281@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Fri, 12 Feb 2016 21:05:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408763 - head/security/py-keyring X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2016 21:06:01 -0000 Author: rm Date: Fri Feb 12 21:05:59 2016 New Revision: 408763 URL: https://svnweb.freebsd.org/changeset/ports/408763 Log: security/py-keyring: update to 8.3 - update to 8.3 Since version 8.0, they have split some of the backends into a separate package (security/py-keyrings.alt), so change this port options accordingly. PR: 207044 Submitted by: Douglas Thrift (maintainer) Modified: head/security/py-keyring/Makefile head/security/py-keyring/distinfo Modified: head/security/py-keyring/Makefile ============================================================================== --- head/security/py-keyring/Makefile Fri Feb 12 21:05:58 2016 (r408762) +++ head/security/py-keyring/Makefile Fri Feb 12 21:05:59 2016 (r408763) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= keyring -PORTVERSION= 7.0 +PORTVERSION= 8.3 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,19 +19,13 @@ NO_ARCH= yes USES= python USE_PYTHON= autoplist distutils -OPTIONS_DEFINE= CRYPT_FILE GNOME_KEYRING KDE_KWALLET KEYCZAR PYFS \ - SECRET_SERVICE -CRYPT_FILE_DESC= Install pycrpto to support the Crypt(ed) File backend -GNOME_KEYRING_DESC= Install GNOME Keyring to support the Gnome backend -KDE_KWALLET_DESC= Install KDE KWallet to support the kwallet backend -KEYCZAR_DESC= Install keyczar to support keyring encryption -PYFS_DESC= Install pyfilesystem to support the pyfs backend +OPTIONS_DEFINE= DBUS KEYRINGS_ALT SECRET_SERVICE +OPTIONS_DEFAULT= KEYRINGS_ALT +DBUS_DESC= Install Python DBUS to support the kwallet backend SECRET_SERVICE_DESC= Install SecretStorage to support the SecretService backend -CRYPT_FILE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>=2.5:${PORTSDIR}/security/py-pycrypto -GNOME_KEYRING_USE= GNOME=pygobject3 -KDE_KWALLET_USE= KDE4=pykde4 -KEYCZAR_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}keyczar>=0.71c:${PORTSDIR}/security/py-keyczar -PYFS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fs>=0.5:${PORTSDIR}/devel/py-fs + +DBUS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>0:${PORTSDIR}/devel/py-dbus +KEYRINGS_ALT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}keyrings.alt>0:${PORTSDIR}/security/py-keyrings.alt SECRET_SERVICE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}SecretStorage>=1.0.0:${PORTSDIR}/security/py-SecretStorage .include Modified: head/security/py-keyring/distinfo ============================================================================== --- head/security/py-keyring/distinfo Fri Feb 12 21:05:58 2016 (r408762) +++ head/security/py-keyring/distinfo Fri Feb 12 21:05:59 2016 (r408763) @@ -1,2 +1,2 @@ -SHA256 (keyring-7.0.tar.gz) = 0531ea4f7a5942de7ff4d527b69cd95e3d97c75e2350591d8ec6452dc99bbf32 -SIZE (keyring-7.0.tar.gz) = 52870 +SHA256 (keyring-8.3.tar.gz) = 284f754d86bd176cd44f57fdc33b9d0decc0cdfc38f06eec649b5b1f93e40dc2 +SIZE (keyring-8.3.tar.gz) = 33864 From owner-svn-ports-head@freebsd.org Fri Feb 12 21:05:59 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AA969AA7665; Fri, 12 Feb 2016 21:05:59 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 86964127F; Fri, 12 Feb 2016 21:05:59 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1CL5wFe036160; Fri, 12 Feb 2016 21:05:58 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1CL5whX036157; Fri, 12 Feb 2016 21:05:58 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201602122105.u1CL5whX036157@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Fri, 12 Feb 2016 21:05:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408762 - head/deskutils/genius X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2016 21:05:59 -0000 Author: rakuco Date: Fri Feb 12 21:05:58 2016 New Revision: 408762 URL: https://svnweb.freebsd.org/changeset/ports/408762 Log: Update to 1.0.21. Release notes: http://www.jirka.org/genius.NEWS PR: 206776 Submitted by: Ben Woods (maintainer) Modified: head/deskutils/genius/Makefile head/deskutils/genius/distinfo head/deskutils/genius/pkg-plist Modified: head/deskutils/genius/Makefile ============================================================================== --- head/deskutils/genius/Makefile Fri Feb 12 21:03:10 2016 (r408761) +++ head/deskutils/genius/Makefile Fri Feb 12 21:05:58 2016 (r408762) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= genius -PORTVERSION= 1.0.20 +PORTVERSION= 1.0.21 CATEGORIES= deskutils gnome MASTER_SITES= GNOME \ http://ftp.5z.com/pub/genius/ Modified: head/deskutils/genius/distinfo ============================================================================== --- head/deskutils/genius/distinfo Fri Feb 12 21:03:10 2016 (r408761) +++ head/deskutils/genius/distinfo Fri Feb 12 21:05:58 2016 (r408762) @@ -1,2 +1,2 @@ -SHA256 (genius-1.0.20.tar.xz) = 3994e414578fd494f02d89d0840ea86eff51a53e0a3fe1ae6d31d6c328b0d787 -SIZE (genius-1.0.20.tar.xz) = 2500880 +SHA256 (genius-1.0.21.tar.xz) = f8c06a4d0aefc1bc934e993aaf8f913451d06c2bae378da1071c3bacf39ed934 +SIZE (genius-1.0.21.tar.xz) = 2539784 Modified: head/deskutils/genius/pkg-plist ============================================================================== --- head/deskutils/genius/pkg-plist Fri Feb 12 21:03:10 2016 (r408761) +++ head/deskutils/genius/pkg-plist Fri Feb 12 21:05:58 2016 (r408762) @@ -24,6 +24,7 @@ share/applications/gnome-genius.desktop %%DATADIR%%/examples/easy-matrix-examples.gel %%DATADIR%%/examples/eulers-method-exp-run.gel %%DATADIR%%/examples/eulers-method-graphs-exp.gel +%%DATADIR%%/examples/explicit-fdm-heat.gel %%DATADIR%%/examples/fourier-series-animation.gel %%DATADIR%%/examples/fourier-series-plotting.gel %%DATADIR%%/examples/laplace-fdm.gel @@ -39,6 +40,7 @@ share/applications/gnome-genius.desktop %%DATADIR%%/examples/strange-attractor.gel %%DATADIR%%/examples/taylor-exp.gel %%DATADIR%%/examples/taylor-sin.gel +%%DATADIR%%/examples/vibrating-drumhead-modes.gel %%DATADIR%%/gel/calculus/differentiation.gel %%DATADIR%%/gel/calculus/fourier.gel %%DATADIR%%/gel/calculus/integration.gel @@ -159,6 +161,7 @@ share/icons/hicolor/8x8/apps/gnome-geniu share/icons/hicolor/scalable/apps/gnome-genius.svg share/locale/ar/LC_MESSAGES/genius.mo share/locale/az/LC_MESSAGES/genius.mo +share/locale/bs/LC_MESSAGES/genius.mo share/locale/ca/LC_MESSAGES/genius.mo share/locale/cs/LC_MESSAGES/genius.mo share/locale/da/LC_MESSAGES/genius.mo @@ -167,6 +170,7 @@ share/locale/dz/LC_MESSAGES/genius.mo share/locale/el/LC_MESSAGES/genius.mo share/locale/en_CA/LC_MESSAGES/genius.mo share/locale/en_GB/LC_MESSAGES/genius.mo +share/locale/eo/LC_MESSAGES/genius.mo share/locale/es/LC_MESSAGES/genius.mo share/locale/eu/LC_MESSAGES/genius.mo share/locale/fr/LC_MESSAGES/genius.mo @@ -194,7 +198,7 @@ share/locale/rw/LC_MESSAGES/genius.mo share/locale/sl/LC_MESSAGES/genius.mo share/locale/sq/LC_MESSAGES/genius.mo share/locale/sr/LC_MESSAGES/genius.mo -share/locale/sr@Latn/LC_MESSAGES/genius.mo +share/locale/sr@latin/LC_MESSAGES/genius.mo share/locale/sv/LC_MESSAGES/genius.mo share/locale/zh_CN/LC_MESSAGES/genius.mo share/locale/zh_TW/LC_MESSAGES/genius.mo From owner-svn-ports-head@freebsd.org Fri Feb 12 21:11:44 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AB112AA7BBA; Fri, 12 Feb 2016 21:11:44 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 78C141C06; Fri, 12 Feb 2016 21:11:44 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1CLBhcZ036663; Fri, 12 Feb 2016 21:11:43 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1CLBhYb036661; Fri, 12 Feb 2016 21:11:43 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201602122111.u1CLBhYb036661@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Fri, 12 Feb 2016 21:11:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408764 - in head: . multimedia multimedia/xbmc-addon-pvr X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2016 21:11:44 -0000 Author: rene Date: Fri Feb 12 21:11:43 2016 New Revision: 408764 URL: https://svnweb.freebsd.org/changeset/ports/408764 Log: Remove expired port: 2016-02-12 multimedia/xbmc-addon-pvr: Does not work with multimedia/kodi 15.x and newer Deleted: head/multimedia/xbmc-addon-pvr/ Modified: head/MOVED head/multimedia/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Fri Feb 12 21:05:59 2016 (r408763) +++ head/MOVED Fri Feb 12 21:11:43 2016 (r408764) @@ -8134,3 +8134,4 @@ sysutils/puppet|sysutils/puppet38|2016-0 devel/etcdctl|devel/etcd|2016-02-06|Has expired: etcdctl is now part of etcd, following the change from the upstream graphics/py-graphviz|graphics/py-pygraphviz|2016-02-07|Renamed to match upstream (PyPI) name security/polarssl||2016-02-07|Has expired: Upstream is ending support for 1.2.x +multimedia/xbmc-addon-pvr||2016-02-12|Has expired: Does not work with multimedia/kodi 15.x and newer Modified: head/multimedia/Makefile ============================================================================== --- head/multimedia/Makefile Fri Feb 12 21:05:59 2016 (r408763) +++ head/multimedia/Makefile Fri Feb 12 21:11:43 2016 (r408764) @@ -431,7 +431,6 @@ SUBDIR += x265 SUBDIR += xanim SUBDIR += xawtv - SUBDIR += xbmc-addon-pvr SUBDIR += xfce4-parole SUBDIR += xine SUBDIR += xmms From owner-svn-ports-head@freebsd.org Fri Feb 12 21:53:59 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 90FC8AA7063; Fri, 12 Feb 2016 21:53:59 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6AB35164B; Fri, 12 Feb 2016 21:53:59 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1CLrwUF051044; Fri, 12 Feb 2016 21:53:58 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1CLrw22051039; Fri, 12 Feb 2016 21:53:58 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201602122153.u1CLrw22051039@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Fri, 12 Feb 2016 21:53:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408765 - in head: . security security/py-openid security/py-plone.openid security/py-python-openid www/py-django-openid-auth X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2016 21:53:59 -0000 Author: rm Date: Fri Feb 12 21:53:57 2016 New Revision: 408765 URL: https://svnweb.freebsd.org/changeset/ports/408765 Log: security/py-openid: rename to security/py-python-openid Rename to match upstream name. Added: head/security/py-python-openid/ - copied from r408764, head/security/py-openid/ Deleted: head/security/py-openid/ Modified: head/MOVED head/security/Makefile head/security/py-plone.openid/Makefile head/security/py-python-openid/Makefile head/www/py-django-openid-auth/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Fri Feb 12 21:11:43 2016 (r408764) +++ head/MOVED Fri Feb 12 21:53:57 2016 (r408765) @@ -8135,3 +8135,4 @@ devel/etcdctl|devel/etcd|2016-02-06|Has graphics/py-graphviz|graphics/py-pygraphviz|2016-02-07|Renamed to match upstream (PyPI) name security/polarssl||2016-02-07|Has expired: Upstream is ending support for 1.2.x multimedia/xbmc-addon-pvr||2016-02-12|Has expired: Does not work with multimedia/kodi 15.x and newer +security/py-openid|security/py-python-openid|2016-02-13|Renamed to match upstream (PyPI) name Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Fri Feb 12 21:11:43 2016 (r408764) +++ head/security/Makefile Fri Feb 12 21:53:57 2016 (r408765) @@ -843,7 +843,6 @@ SUBDIR += py-mhash SUBDIR += py-oauth2client SUBDIR += py-oauthlib - SUBDIR += py-openid SUBDIR += py-openssl SUBDIR += py-paramiko SUBDIR += py-passlib @@ -874,6 +873,7 @@ SUBDIR += py-pyscard SUBDIR += py-pysha3 SUBDIR += py-python-gnupg + SUBDIR += py-python-openid SUBDIR += py-python-registry SUBDIR += py-rekall SUBDIR += py-rekall-core Modified: head/security/py-plone.openid/Makefile ============================================================================== --- head/security/py-plone.openid/Makefile Fri Feb 12 21:11:43 2016 (r408764) +++ head/security/py-plone.openid/Makefile Fri Feb 12 21:53:57 2016 (r408765) @@ -2,6 +2,7 @@ PORTNAME= plone.openid PORTVERSION= 2.0.4 +PORTREVISION= 1 CATEGORIES= security python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +13,7 @@ COMMENT= OpenID authentication support f LICENSE= BSD3CLAUSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openid>=0:${PORTSDIR}/security/py-openid \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-openid>=0:${PORTSDIR}/security/py-python-openid \ ${PYTHON_PKGNAMEPREFIX}transaction>=0:${PORTSDIR}/devel/py-transaction \ ${PYTHON_PKGNAMEPREFIX}Acquisition>=0:${PORTSDIR}/devel/py-Acquisition \ ${PYTHON_PKGNAMEPREFIX}Products.PluggableAuthService>=0:${PORTSDIR}/security/py-Products.PluggableAuthService \ Modified: head/security/py-python-openid/Makefile ============================================================================== --- head/security/py-openid/Makefile Fri Feb 12 21:11:43 2016 (r408764) +++ head/security/py-python-openid/Makefile Fri Feb 12 21:53:57 2016 (r408765) @@ -1,7 +1,7 @@ # Created by: Cheng-Lung Sung # $FreeBSD$ -PORTNAME= openid +PORTNAME= python-openid PORTVERSION= 2.2.5 PORTREVISION= 1 CATEGORIES= security python Modified: head/www/py-django-openid-auth/Makefile ============================================================================== --- head/www/py-django-openid-auth/Makefile Fri Feb 12 21:11:43 2016 (r408764) +++ head/www/py-django-openid-auth/Makefile Fri Feb 12 21:53:57 2016 (r408765) @@ -3,7 +3,7 @@ PORTNAME= django-openid-auth PORTVERSION= 0.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www security python MASTER_SITES= http://launchpadlibrarian.net/80020365/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +15,7 @@ COMMENT= OpenID integration for django.c LICENSE= BSD2CLAUSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=1.3.1:${PORTSDIR}/www/py-django18 \ - ${PYTHON_PKGNAMEPREFIX}openid>=2.2.5:${PORTSDIR}/security/py-openid + ${PYTHON_PKGNAMEPREFIX}python-openid>=2.2.5:${PORTSDIR}/security/py-python-openid USES= python USE_PYTHON= distutils From owner-svn-ports-head@freebsd.org Fri Feb 12 21:56:59 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7E87EAA712B; Fri, 12 Feb 2016 21:56:59 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5D13B187B; Fri, 12 Feb 2016 21:56:59 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1CLuw1G051279; Fri, 12 Feb 2016 21:56:58 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1CLuw2l051276; Fri, 12 Feb 2016 21:56:58 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602122156.u1CLuw2l051276@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 12 Feb 2016 21:56:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408766 - head/ports-mgmt/synth X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2016 21:56:59 -0000 Author: marino Date: Fri Feb 12 21:56:58 2016 New Revision: 408766 URL: https://svnweb.freebsd.org/changeset/ports/408766 Log: ports-mgmt/synth: Yet another release candidate Unfortunately, there's been a bit too much change since 0.99_6 to confidently release version 1.00, so another release candidate is necessary. Both new features and bug fixes were added. New features: * Provide ability to define environment variables in a profile (/usr/local/etc/synth/-environment) * Support fetching by proxy using these environment variables * Add zsh and bash completion scripts * Accept port origins with trailing file separators (so people using completion scripts don't have to backtrack to remove them) * In text (non-curses) mode, output the current package build tally every 200 seconds (approximately) Bug fixes: * Fix support for system roots that don't match host (e.g. ARCH, OSRELEASE, OSVERSION, etc * Fix ABI check for system roots that don't match host * Remove effect of system /etc/make.conf (originally seen when MAKE_JOBS_NUMBER was defined there and disabled synth) Modified: head/ports-mgmt/synth/Makefile head/ports-mgmt/synth/distinfo head/ports-mgmt/synth/pkg-plist Modified: head/ports-mgmt/synth/Makefile ============================================================================== --- head/ports-mgmt/synth/Makefile Fri Feb 12 21:53:57 2016 (r408765) +++ head/ports-mgmt/synth/Makefile Fri Feb 12 21:56:58 2016 (r408766) @@ -3,8 +3,8 @@ PORTNAME= synth PORTVERSION= 0.99 -PORTREVISION= 6 DISTVERSIONPREFIX= v +PORTREVISION= 7 CATEGORIES= ports-mgmt MAINTAINER= marino@FreeBSD.org @@ -21,7 +21,7 @@ USES= ada:6 ncurses:port USE_GITHUB= yes GH_ACCOUNT= jrmarino GH_PROJECT= synth_external:bundle -GH_TAGNAME= v1.3:bundle 4417017 +GH_TAGNAME= v1.3:bundle a8ed62b # When framework is moved to Ada6, the ada-util and ini-file-manager # libraries can be used as prebuilt (switch default.gpr url) @@ -51,12 +51,18 @@ do-build: -largs build/unix_core.o) do-install: + ${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d \ + ${STAGEDIR}${PREFIX}/share/zsh/site-functions \ + ${STAGEDIR}/var/log/synth \ + ${STAGEDIR}/var/synth/live_packages ${INSTALL_PROGRAM} ${WRKSRC}/build/synth \ ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/build/synthexec \ ${STAGEDIR}${PREFIX}/libexec ${INSTALL_MAN} ${WRKSRC}/synth.1 ${STAGEDIR}${MANPREFIX}/man/man1 - ${MKDIR} ${STAGEDIR}/var/log/synth \ - ${STAGEDIR}/var/synth/live_packages + ${INSTALL_SCRIPT} ${WRKSRC}/shell-completers/_synth.bash \ + ${STAGEDIR}${PREFIX}/etc/bash_completion.d + ${INSTALL_DATA} ${WRKSRC}/shell-completers/_synth \ + ${STAGEDIR}${PREFIX}/share/zsh/site-functions .include Modified: head/ports-mgmt/synth/distinfo ============================================================================== --- head/ports-mgmt/synth/distinfo Fri Feb 12 21:53:57 2016 (r408765) +++ head/ports-mgmt/synth/distinfo Fri Feb 12 21:56:58 2016 (r408766) @@ -1,4 +1,4 @@ -SHA256 (jrmarino-synth-v0.99-4417017_GH0.tar.gz) = 5cf9c170e5ed17b58eb07b2056a4d6b409507b6a7bf50d4db9878ccd9a69bbe2 -SIZE (jrmarino-synth-v0.99-4417017_GH0.tar.gz) = 86246 +SHA256 (jrmarino-synth-v0.99-a8ed62b_GH0.tar.gz) = eaaf55991c069e4ab2c81da93cdb32de2d901ad3d7b07915f54def1be934f8a1 +SIZE (jrmarino-synth-v0.99-a8ed62b_GH0.tar.gz) = 90469 SHA256 (jrmarino-synth_external-v1.3_GH0.tar.gz) = 2afc03e494d2394446eabdb5244967c202a79b449c7cad7ea67a87807cc25f44 SIZE (jrmarino-synth_external-v1.3_GH0.tar.gz) = 209283 Modified: head/ports-mgmt/synth/pkg-plist ============================================================================== --- head/ports-mgmt/synth/pkg-plist Fri Feb 12 21:53:57 2016 (r408765) +++ head/ports-mgmt/synth/pkg-plist Fri Feb 12 21:56:58 2016 (r408766) @@ -1,6 +1,8 @@ bin/synth +etc/bash_completion.d/_synth.bash libexec/synthexec man/man1/synth.1.gz +share/zsh/site-functions/_synth @dir /var/log/synth @dir /var/synth @dir /var/synth/live_packages From owner-svn-ports-head@freebsd.org Fri Feb 12 21:57:21 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D810BAA715D; Fri, 12 Feb 2016 21:57:21 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 96AF1198A; Fri, 12 Feb 2016 21:57:21 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1CLvK59051420; Fri, 12 Feb 2016 21:57:20 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1CLvKxF051417; Fri, 12 Feb 2016 21:57:20 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201602122157.u1CLvKxF051417@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Fri, 12 Feb 2016 21:57:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408767 - head/security/py-python-openid X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2016 21:57:22 -0000 Author: rm Date: Fri Feb 12 21:57:20 2016 New Revision: 408767 URL: https://svnweb.freebsd.org/changeset/ports/408767 Log: security/py-python-openid: adopt port - switch to CHEESESHOP and update checksum (no code changes, metadata only) - take maintainership - add LICENSE, NO_ARCH, sort USE_PYTHON - update WWW urls Modified: head/security/py-python-openid/Makefile head/security/py-python-openid/distinfo head/security/py-python-openid/pkg-descr Modified: head/security/py-python-openid/Makefile ============================================================================== --- head/security/py-python-openid/Makefile Fri Feb 12 21:56:58 2016 (r408766) +++ head/security/py-python-openid/Makefile Fri Feb 12 21:57:20 2016 (r408767) @@ -3,17 +3,19 @@ PORTNAME= python-openid PORTVERSION= 2.2.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security python -MASTER_SITES= LOCAL/clsung +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= openid-python-openid-2.2.5-0-gb666238 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= rm@FreeBSD.org COMMENT= Python OpenID version -WRKSRC= ${WRKDIR}/openid-python-openid-b666238 +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +NO_ARCH= yes USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils .include Modified: head/security/py-python-openid/distinfo ============================================================================== --- head/security/py-python-openid/distinfo Fri Feb 12 21:56:58 2016 (r408766) +++ head/security/py-python-openid/distinfo Fri Feb 12 21:57:20 2016 (r408767) @@ -1,2 +1,2 @@ -SHA256 (openid-python-openid-2.2.5-0-gb666238.tar.gz) = cb518b0804ccfa859d143753d33f49204c7d994cb08d1a2736fb841a1e7722e3 -SIZE (openid-python-openid-2.2.5-0-gb666238.tar.gz) = 300524 +SHA256 (python-openid-2.2.5.tar.gz) = 92c51c3ecec846cbec4aeff11f9ff47303d4a63f93b0e6ac0ec02a091fed70ef +SIZE (python-openid-2.2.5.tar.gz) = 301619 Modified: head/security/py-python-openid/pkg-descr ============================================================================== --- head/security/py-python-openid/pkg-descr Fri Feb 12 21:56:58 2016 (r408766) +++ head/security/py-python-openid/pkg-descr Fri Feb 12 21:57:20 2016 (r408767) @@ -1,11 +1,12 @@ -Python OpenID library implements recent changes to the OpenID -specification as well as making API changes that should make +Python OpenID library implements recent changes to the OpenID +specification as well as making API changes that should make integration with applications easier. -This library allows the use of XRI as OpenID identifiers, allowing users +This library allows the use of XRI as OpenID identifiers, allowing users to log in with their i-names. For full XRI compatibility, relying parties integrating this library should take note of the user's -CanonicalID, as described in the "Identifying the End User" section of +CanonicalID, as described in the "Identifying the End User" section of the OpenID 2.0 specification. -WWW: http://www.openidenabled.com/openid/libraries/python/ +WWW: http://janrain.com/openid-enabled +WWW: https://github.com/openid/python-openid From owner-svn-ports-head@freebsd.org Fri Feb 12 22:41:46 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 17299AA60EF; Fri, 12 Feb 2016 22:41:46 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DA57AA78; Fri, 12 Feb 2016 22:41:45 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1CMfid4065524; Fri, 12 Feb 2016 22:41:44 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1CMfih5065523; Fri, 12 Feb 2016 22:41:44 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201602122241.u1CMfih5065523@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Fri, 12 Feb 2016 22:41:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408768 - head/net/asterisk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2016 22:41:46 -0000 Author: madpilot Date: Fri Feb 12 22:41:44 2016 New Revision: 408768 URL: https://svnweb.freebsd.org/changeset/ports/408768 Log: Fix expiration date to actually be in the future. Reported by: rene MFH: 2016Q1 Modified: head/net/asterisk/Makefile Modified: head/net/asterisk/Makefile ============================================================================== --- head/net/asterisk/Makefile Fri Feb 12 21:57:20 2016 (r408767) +++ head/net/asterisk/Makefile Fri Feb 12 22:41:44 2016 (r408768) @@ -21,7 +21,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE EXTRACT_ONLY:= ${DISTNAME}${EXTRACT_SUFX} DEPRECATED= Aterisk 1.8 reached EOL on 2015-10-21 -EXPIRATION_DATE= 2015-04-30 +EXPIRATION_DATE= 2016-04-30 ONLY_FOR_ARCHS= i386 amd64 powerpc sparc64 From owner-svn-ports-head@freebsd.org Fri Feb 12 22:45:48 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 137A3AA61FB; Fri, 12 Feb 2016 22:45:48 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D247ACDC; Fri, 12 Feb 2016 22:45:47 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1CMjkWt065784; Fri, 12 Feb 2016 22:45:46 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1CMjk8J065782; Fri, 12 Feb 2016 22:45:46 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201602122245.u1CMjk8J065782@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Fri, 12 Feb 2016 22:45:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408769 - head/www/nginx-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2016 22:45:48 -0000 Author: osa Date: Fri Feb 12 22:45:46 2016 New Revision: 408769 URL: https://svnweb.freebsd.org/changeset/ports/408769 Log: Upgrade third-party njs module to the latest version. Modified: head/www/nginx-devel/Makefile head/www/nginx-devel/distinfo Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Fri Feb 12 22:41:44 2016 (r408768) +++ head/www/nginx-devel/Makefile Fri Feb 12 22:45:46 2016 (r408769) @@ -873,7 +873,7 @@ USE_OPENSSL_PORT= yes .if ${PORT_OPTIONS:MNJS} GH_ACCOUNT+= nginx:njs GH_PROJECT+= njs:njs -GH_TAGNAME+= 466a655:njs +GH_TAGNAME+= bb38609:njs CONFIGURE_ARGS+=--add-module=${WRKSRC_njs}/nginx .endif Modified: head/www/nginx-devel/distinfo ============================================================================== --- head/www/nginx-devel/distinfo Fri Feb 12 22:41:44 2016 (r408768) +++ head/www/nginx-devel/distinfo Fri Feb 12 22:45:46 2016 (r408769) @@ -114,8 +114,8 @@ SHA256 (gabor-nginx-x-rid-header-0daa3cc SIZE (gabor-nginx-x-rid-header-0daa3cc_GH0.tar.gz) = 2711 SHA256 (openresty-xss-nginx-module-v0.04_GH0.tar.gz) = 4e5230a644779b8298063d5c0bd7dc19531496369456d69dc5281ae1cca4d6ec SIZE (openresty-xss-nginx-module-v0.04_GH0.tar.gz) = 10536 -SHA256 (nginx-njs-466a655_GH0.tar.gz) = f86002266d5dbeaa0756babdf072adf807afe027ae655d8313a26372dcae222d -SIZE (nginx-njs-466a655_GH0.tar.gz) = 133682 +SHA256 (nginx-njs-bb38609_GH0.tar.gz) = 3744c8eeeabc69398ecc170f21f49d9030de58c2c13610cdd6809d256ae93af6 +SIZE (nginx-njs-bb38609_GH0.tar.gz) = 136535 SHA256 (openresty-array-var-nginx-module-v0.03_GH0.tar.gz) = f9892ec9a2e872d8aabeb2234d0d4c66cf85b8dbb2ca5c108a20c3d8c2111189 SIZE (openresty-array-var-nginx-module-v0.03_GH0.tar.gz) = 9520 SHA256 (google-ngx_brotli-86998c6_GH0.tar.gz) = 463a583cfbeacdf6d6db5630afaddc9eebeec44301ca68c660cc8fdf4580e5aa From owner-svn-ports-head@freebsd.org Fri Feb 12 23:14:48 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9C1B5AA6F1D; Fri, 12 Feb 2016 23:14:48 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 70A9A1C13; Fri, 12 Feb 2016 23:14:48 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1CNElsl074583; Fri, 12 Feb 2016 23:14:47 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1CNElp0074581; Fri, 12 Feb 2016 23:14:47 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201602122314.u1CNElp0074581@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Fri, 12 Feb 2016 23:14:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408771 - in head/emulators: wine-gecko wine-gecko-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2016 23:14:48 -0000 Author: gerald Date: Fri Feb 12 23:14:47 2016 New Revision: 408771 URL: https://svnweb.freebsd.org/changeset/ports/408771 Log: Transfer maintainership of wine-gecko and wine-gecko-devel from dbn@ to gerald@ to align with the wine and wine-devel ports. Thanks David for creating and maintaining these two for years! Approved by: dbn (maintainer) Modified: head/emulators/wine-gecko-devel/Makefile head/emulators/wine-gecko/Makefile Modified: head/emulators/wine-gecko-devel/Makefile ============================================================================== --- head/emulators/wine-gecko-devel/Makefile Fri Feb 12 23:13:59 2016 (r408770) +++ head/emulators/wine-gecko-devel/Makefile Fri Feb 12 23:14:47 2016 (r408771) @@ -10,7 +10,7 @@ DISTNAME= wine_gecko-${DISTVERSION}-x86 EXTRACT_SUFX= .msi EXTRACT_ONLY= -MAINTAINER= dbn@FreeBSD.org +MAINTAINER= gerald@FreeBSD.org COMMENT= Gecko Layout Engine for Wine development branch (HTML support) LICENSE= MPL GPLv2 GPLv3 LGPL21 LGPL3 Modified: head/emulators/wine-gecko/Makefile ============================================================================== --- head/emulators/wine-gecko/Makefile Fri Feb 12 23:13:59 2016 (r408770) +++ head/emulators/wine-gecko/Makefile Fri Feb 12 23:14:47 2016 (r408771) @@ -9,7 +9,7 @@ DISTNAME= wine_gecko-${DISTVERSION}-x86 EXTRACT_SUFX= .msi EXTRACT_ONLY= -MAINTAINER= dbn@FreeBSD.org +MAINTAINER= gerald@FreeBSD.org COMMENT= Gecko Layout Engine for Wine (HTML support) LICENSE= MPL GPLv2 GPLv3 LGPL21 LGPL3 From owner-svn-ports-head@freebsd.org Fri Feb 12 23:49:20 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3E649AA7B36; Fri, 12 Feb 2016 23:49:20 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 01BCEA71; Fri, 12 Feb 2016 23:49:19 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1CNnJsf083199; Fri, 12 Feb 2016 23:49:19 GMT (envelope-from ak@FreeBSD.org) Received: (from ak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1CNnJLD083198; Fri, 12 Feb 2016 23:49:19 GMT (envelope-from ak@FreeBSD.org) Message-Id: <201602122349.u1CNnJLD083198@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ak set sender to ak@FreeBSD.org using -f From: Alex Kozlov Date: Fri, 12 Feb 2016 23:49:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408772 - head/graphics/pngquant/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2016 23:49:20 -0000 Author: ak Date: Fri Feb 12 23:49:18 2016 New Revision: 408772 URL: https://svnweb.freebsd.org/changeset/ports/408772 Log: - Add forgotten patch Added: head/graphics/pngquant/files/patch-configure (contents, props changed) Added: head/graphics/pngquant/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/pngquant/files/patch-configure Fri Feb 12 23:49:18 2016 (r408772) @@ -0,0 +1,183 @@ +Index: configure +@@ -1,4 +1,4 @@ +-#!/usr/bin/env bash ++#!/bin/sh + + CONFIG="config.mk" + PREFIX="/usr/local" +@@ -8,7 +8,7 @@ + SSE=auto + OPENMP= + LIBPNG_DIR=. +-if [[ "$OSTYPE" =~ "darwin" ]]; then ++if echo "$OSTYPE" | grep -q "darwin"; then + COCOA_READER=auto + LCMS2=0 + else +@@ -38,7 +38,7 @@ + echo + help "--with-openmp=static compile with multicore support" + help "--with-lcms2/--without-lcms2 compile with color profile support" +-if [[ "$OSTYPE" =~ "darwin" ]]; then ++if echo "$OSTYPE" | grep -q "darwin"; then + help "--with-cocoa/--without-cocoa use Cocoa framework to read images" + help "--with-libpng= search for libpng in directory" + fi +@@ -110,7 +110,7 @@ + + # If someone runs sudo make install as very first command, and configure later, + # $CONFIG cannot be overwritten, and must be deleted before continuing. +-if [[ -f "$CONFIG" && ! -w "$CONFIG" ]]; then ++if [ -f "$CONFIG" -a ! -w "$CONFIG" ]; then + echo "Cannot overwrite file $CONFIG! Please delete it." + exit 1 + fi +@@ -147,7 +147,7 @@ + + find_pkgconfig() { + LIBNAME=$1 +- if pkg-config --exists "$LIBNAME" &> /dev/null; then ++ if pkg-config --exists "$LIBNAME" >/dev/null 2>&1; then + cflags "$(pkg-config --cflags "$LIBNAME")" + lflags "$(pkg-config --libs "$LIBNAME")" + status "$LIBNAME" "shared ($(pkg-config --modversion "$LIBNAME"))" +@@ -191,11 +191,16 @@ + return 0 + fi + +- for i in "${DIRS[@]}"; do +- DIR=($i) +- HPATH=$(find_h "${DIR[0]}" "$HEADERPATTERN") ++ # destroys positional parameters ++ set -- ${DIRS} ++ while [ -n "$1" -a -n "$2" ]; do ++ DIRS_h="$1" ++ DIRS_l="$2" ++ shift 2 ++ ++ HPATH=$(find_h "${DIRS_h}" "$HEADERPATTERN") + if [ -n "$HPATH" ]; then +- SOPATH=$(find_f "${DIR[1]}" "$DYNAMICPATTERN") ++ SOPATH=$(find_f "${DIRS_l}" "$DYNAMICPATTERN") + if [ -n "$SOPATH" ]; then + cflags "-I${HPATH%/*}" + lflags "-L${SOPATH%/*} -l$DYNAMICLIBNAME" +@@ -250,10 +255,8 @@ + + # SSE + if [ "$SSE" = 'auto' ]; then +- if [[ "$(uname -m)" =~ (amd|x86_)64 || +- "$(grep -E -m1 "^flags" /proc/cpuinfo)" =~ "sse" ]]; then +- SSE=1 +- fi ++ echo $(uname -m) | grep -E -q '(amd|x86_)64' && SSE=1 ++ grep -E -m1 -q '^flags.*sse' /proc/cpuinfo 2>/dev/null && SSE=1 + fi + + if [ "$SSE" -eq 1 ]; then +@@ -276,9 +279,8 @@ + else + OPENMPFLAGS="-fopenmp" + fi +- if [[ "$("$CC" -xc -E $OPENMPFLAGS <(echo "#ifdef _OPENMP +- #include +- #endif") 2>&1)" =~ "omp_get_thread_num" ]]; then ++ if echo "$(printf '#ifdef _OPENMP\n#include \n#endif\n' | \ ++ "$CC" -xc -E $OPENMPFLAGS - 2>&1)" | grep -q omp_get_thread_num; then + cflags "$OPENMPFLAGS" + lflags "$OPENMPFLAGS" + status "OpenMP" "yes" +@@ -293,11 +295,13 @@ + fi + + # Cocoa +-if [[ "$OSTYPE" =~ "darwin" ]]; then ++if echo "$OSTYPE" | grep -q "darwin"; then + cflags "-mmacosx-version-min=10.6" + lflags "-mmacosx-version-min=10.6" + +- if [ "$COCOA_READER" != 0 ] && "$CC" 2>/dev/null 1>/dev/null -xc -E <(echo "#import "); then ++ if [ "$COCOA_READER" != 0 ] && \ ++ echo "#import " | \ ++ "$CC" 2>/dev/null 1>/dev/null -xc -E -; then + COCOA_READER=1 + cflags "-DUSE_COCOA=1" + lflags "-framework Cocoa" +@@ -308,19 +312,18 @@ + fi + + # pairs of possible *.h and lib*.so locations +-DIRS=("/usr/local/include /usr/local/lib" +- "/usr/include /usr/lib" +- "/opt/local/include /opt/local/lib" # macports +- ) ++DIRS="${PREFIX}/include ${PREFIX}/lib \ ++ /usr/include /usr/lib \ ++ /opt/local/include /opt/local/lib" # macports + +-if [[ "$OSTYPE" =~ "darwin" ]]; then ++if echo "$OSTYPE" | grep -q "darwin"; then + SOLIBSUFFIX=dylib + + # Search Developer SDK paths, since Apple seems to have dropped the standard Unixy ones + XCODE_CMD="xcode-select" + XCODE_PATH=$($XCODE_CMD -p) +- DIRS+=("$XCODE_PATH/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include $XCODE_PATH/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/lib") +- DIRS+=("$XCODE_PATH/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/usr/include $XCODE_PATH/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/usr/lib") ++ DIRS="$DIRS $XCODE_PATH/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include $XCODE_PATH/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/lib" ++ DIRS="$DIRS $XCODE_PATH/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/usr/include $XCODE_PATH/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/usr/lib" + else + SOLIBSUFFIX=so + fi +@@ -332,7 +335,7 @@ + if echo "#include \"png.h\" + int main(){ + return !png_create_write_struct(PNG_LIBPNG_VER_STRING, NULL, NULL, NULL); +-}" | "$CC" -xc -std=c99 -o /dev/null $CFLAGS $LDFLAGS - &> /dev/null; then ++}" | "$CC" -xc -std=c99 -o /dev/null $CFLAGS $LDFLAGS - >/dev/null 2>&1; then + status "libpng" "custom flags" + SUCCESS=1 + fi +@@ -343,7 +346,7 @@ + if [ -n "$PNGH" ]; then + PNGH_STRING=$(pngh_string "$PNGH") + PNGH_MAJMIN=$(pngh_majmin "$PNGH") +- if [[ -n "$PNGH_STRING" && -n "$PNGH_MAJMIN" ]]; then ++ if [ -n "$PNGH_STRING" -a -n "$PNGH_MAJMIN" ]; then + LIBPNGA=$(find_f "$LIBPNG_DIR" "libpng${PNGH_MAJMIN}.a") + if [ -n "$LIBPNGA" ]; then + cflags "-I${PNGH%/*}" +@@ -359,14 +362,19 @@ + if find_pkgconfig libpng; then + SUCCESS=1 + else +- for i in "${DIRS[@]}"; do +- DIR=($i) +- PNGH=$(find_h "${DIR[0]}" "png.h") ++ # destroys positional parameters ++ set -- ${DIRS} ++ while [ -n "$1" -a -n "$2" ]; do ++ DIRS_h="$1" ++ DIRS_l="$2" ++ shift 2 ++ ++ PNGH=$(find_h "${DIRS_h}" "png.h") + if [ -n "$PNGH" ]; then + PNGH_STRING=$(pngh_string "$PNGH") + PNGH_MAJMIN=$(pngh_majmin "$PNGH") +- if [[ -n "$PNGH_STRING" && -n "$PNGH_MAJMIN" ]]; then +- LIBPNGSO=$(find_f "${DIR[1]}" "libpng${PNGH_MAJMIN}.$SOLIBSUFFIX*") ++ if [ -n "$PNGH_STRING" -a -n "$PNGH_MAJMIN" ]; then ++ LIBPNGSO=$(find_f "${DIRS_l}" "libpng${PNGH_MAJMIN}.$SOLIBSUFFIX*") + if [ -n "$LIBPNGSO" ]; then + cflags "-I${PNGH%/*}" + lflags "-L${LIBPNGSO%/*} -lpng${PNGH_MAJMIN}" +@@ -380,7 +388,7 @@ + fi + fi + if [ "$SUCCESS" -eq 0 ]; then +- if [[ "$OSTYPE" =~ "darwin" ]]; then ++ if echo "$OSTYPE" | grep -q "darwin"; then + LIBPNG_CMD='`brew install libpng`' + else + LIBPNG_CMD='`apt-get install libpng-dev` or `yum install libpng-devel`' From owner-svn-ports-head@freebsd.org Sat Feb 13 01:26:11 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EE35FAA6472; Sat, 13 Feb 2016 01:26:11 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AF13F11E0; Sat, 13 Feb 2016 01:26:11 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1D1QAiv011919; Sat, 13 Feb 2016 01:26:10 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1D1QAlf011913; Sat, 13 Feb 2016 01:26:10 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602130126.u1D1QAlf011913@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 13 Feb 2016 01:26:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408773 - head/multimedia/gstreamer-qt4/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Feb 2016 01:26:12 -0000 Author: amdmi3 Date: Sat Feb 13 01:26:10 2016 New Revision: 408773 URL: https://svnweb.freebsd.org/changeset/ports/408773 Log: - Fix build with boost 1.60 PR: 199601 Added: head/multimedia/gstreamer-qt4/files/ head/multimedia/gstreamer-qt4/files/patch-src_QGlib_connect.cpp (contents, props changed) head/multimedia/gstreamer-qt4/files/patch-src_QGlib_connect.h (contents, props changed) head/multimedia/gstreamer-qt4/files/patch-src_QGlib_connectimpl.h (contents, props changed) head/multimedia/gstreamer-qt4/files/patch-src_QGlib_refpointer.h (contents, props changed) head/multimedia/gstreamer-qt4/files/patch-src_QGlib_type.h (contents, props changed) head/multimedia/gstreamer-qt4/files/patch-src_QGlib_value.h (contents, props changed) Added: head/multimedia/gstreamer-qt4/files/patch-src_QGlib_connect.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/gstreamer-qt4/files/patch-src_QGlib_connect.cpp Sat Feb 13 01:26:10 2016 (r408773) @@ -0,0 +1,16 @@ +--- src/QGlib/connect.cpp.orig 2013-10-14 08:44:40 UTC ++++ src/QGlib/connect.cpp +@@ -20,10 +20,13 @@ + #include + #include + #include ++ ++#ifndef Q_MOC_RUN + #include + #include + #include + #include ++#endif + + namespace QGlib { + namespace Private { Added: head/multimedia/gstreamer-qt4/files/patch-src_QGlib_connect.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/gstreamer-qt4/files/patch-src_QGlib_connect.h Sat Feb 13 01:26:10 2016 (r408773) @@ -0,0 +1,14 @@ +--- src/QGlib/connect.h.orig 2013-10-14 08:44:40 UTC ++++ src/QGlib/connect.h +@@ -25,8 +25,11 @@ + #include + #include + #include ++ ++#ifndef Q_MOC_RUN + #include + #include ++#endif + + namespace QGlib { + Added: head/multimedia/gstreamer-qt4/files/patch-src_QGlib_connectimpl.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/gstreamer-qt4/files/patch-src_QGlib_connectimpl.h Sat Feb 13 01:26:10 2016 (r408773) @@ -0,0 +1,12 @@ +--- src/QGlib/connectimpl.h.orig 2013-10-14 08:44:40 UTC ++++ src/QGlib/connectimpl.h +@@ -26,7 +26,9 @@ + # include "refpointer.h" + # include + # include ++#ifndef Q_MOC_RUN + # include ++#endif + + + namespace QGlib { Added: head/multimedia/gstreamer-qt4/files/patch-src_QGlib_refpointer.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/gstreamer-qt4/files/patch-src_QGlib_refpointer.h Sat Feb 13 01:26:10 2016 (r408773) @@ -0,0 +1,13 @@ +--- src/QGlib/refpointer.h.orig 2013-10-14 08:44:40 UTC ++++ src/QGlib/refpointer.h +@@ -23,8 +23,10 @@ + #include "type.h" + #include "wrap.h" + #include ++#ifndef Q_MOC_RUN + #include + #include ++#endif + #include + + namespace QGlib { Added: head/multimedia/gstreamer-qt4/files/patch-src_QGlib_type.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/gstreamer-qt4/files/patch-src_QGlib_type.h Sat Feb 13 01:26:10 2016 (r408773) @@ -0,0 +1,12 @@ +--- src/QGlib/type.h.orig 2013-10-14 08:44:40 UTC ++++ src/QGlib/type.h +@@ -21,7 +21,9 @@ + + #include "global.h" + #include ++#ifndef Q_MOC_RUN + #include ++#endif + + /* + * This is a re-definition of GType inside the QGlib::Private namespace. Added: head/multimedia/gstreamer-qt4/files/patch-src_QGlib_value.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/gstreamer-qt4/files/patch-src_QGlib_value.h Sat Feb 13 01:26:10 2016 (r408773) @@ -0,0 +1,13 @@ +--- src/QGlib/value.h.orig 2013-10-14 08:44:40 UTC ++++ src/QGlib/value.h +@@ -23,8 +23,10 @@ + #include "type.h" + #include "refpointer.h" + #include "error.h" ++#ifndef Q_MOC_RUN + #include + #include ++#endif + #include + #include + #include From owner-svn-ports-head@freebsd.org Sat Feb 13 09:03:20 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 00139AA7D9B; Sat, 13 Feb 2016 09:03:19 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 91DF21335; Sat, 13 Feb 2016 09:03:19 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1D93I4L044529; Sat, 13 Feb 2016 09:03:18 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1D93Gni044501; Sat, 13 Feb 2016 09:03:16 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201602130903.u1D93Gni044501@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Sat, 13 Feb 2016 09:03:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408774 - in head: mail mail/antivirus-milter mail/archivesmtp mail/batv-milter mail/dk-milter mail/enma mail/libmilter mail/libmilter/files mail/milter-greylist mail/milter-greylist-de... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Feb 2016 09:03:20 -0000 Author: dinoex Date: Sat Feb 13 09:03:15 2016 New Revision: 408774 URL: https://svnweb.freebsd.org/changeset/ports/408774 Log: - split libmilter from sendmail into a seperate port - bump PORTREVISION Submitted by: matthew (Matthew Seaman) Added: head/mail/libmilter/ head/mail/libmilter/Makefile - copied, changed from r407045, head/mail/sendmail/Makefile head/mail/libmilter/distinfo - copied unchanged from r407045, head/mail/sendmail/distinfo head/mail/libmilter/files/ head/mail/libmilter/files/patch-FreeBSD - copied unchanged from r407045, head/mail/sendmail/files/patch-FreeBSD head/mail/libmilter/files/sharedlibrary.m4 - copied unchanged from r408773, head/mail/sendmail/files/sharedlibrary.m4 head/mail/libmilter/files/site.config.m4 (contents, props changed) head/mail/libmilter/files/site.config.m4.ipv6 (contents, props changed) head/mail/libmilter/files/site.config.m4.pool (contents, props changed) head/mail/libmilter/pkg-descr (contents, props changed) head/mail/libmilter/pkg-plist - copied, changed from r408773, head/mail/sendmail/files/pkg-milter Deleted: head/mail/sendmail/files/pkg-milter head/mail/sendmail/files/sharedlibrary.m4 Modified: head/mail/Makefile head/mail/antivirus-milter/Makefile head/mail/archivesmtp/Makefile head/mail/batv-milter/Makefile head/mail/dk-milter/Makefile head/mail/enma/Makefile head/mail/milter-greylist-devel/Makefile head/mail/milter-greylist/Makefile head/mail/milter-regex/Makefile head/mail/noattach/Makefile head/mail/opendkim/Makefile head/mail/raysfilter/Makefile head/mail/rbl-milter/Makefile head/mail/rmilter/Makefile head/mail/scam-backscatter/Makefile head/mail/sendmail/Makefile head/mail/sentinel/Makefile head/mail/sid-milter/Makefile head/mail/spamass-milter/Makefile head/mail/spamilter/Makefile head/mail/vbsfilter/Makefile head/security/amavisd-milter/Makefile Modified: head/mail/Makefile ============================================================================== --- head/mail/Makefile Sat Feb 13 01:26:10 2016 (r408773) +++ head/mail/Makefile Sat Feb 13 09:03:15 2016 (r408774) @@ -200,6 +200,7 @@ SUBDIR += libesmtp SUBDIR += libetpan SUBDIR += libmapi + SUBDIR += libmilter SUBDIR += libpst SUBDIR += librfc822 SUBDIR += libsieve Modified: head/mail/antivirus-milter/Makefile ============================================================================== --- head/mail/antivirus-milter/Makefile Sat Feb 13 01:26:10 2016 (r408773) +++ head/mail/antivirus-milter/Makefile Sat Feb 13 09:03:15 2016 (r408774) @@ -2,7 +2,7 @@ PORTNAME= antivirus PORTVERSION= 3.30 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= mail MASTER_SITES= LOCAL/dinoex @@ -28,6 +28,7 @@ ANTIVIRUS_DIR?= /var/spool/antivirus .if defined(WITH_SENDMAIL_PORT) LIBS+= ${LDFLAGS} .endif + MAKE_ENV+= SENDMAILBASE="${MILTERBASE}" \ SENDMAILOBJ="${MILTERBASE}" \ LIBS="${LIBS}" Modified: head/mail/archivesmtp/Makefile ============================================================================== --- head/mail/archivesmtp/Makefile Sat Feb 13 01:26:10 2016 (r408773) +++ head/mail/archivesmtp/Makefile Sat Feb 13 09:03:15 2016 (r408774) @@ -3,6 +3,7 @@ PORTNAME= archivesmtp PORTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.dancingfortune.com/projects/archivesmtp/files/ Modified: head/mail/batv-milter/Makefile ============================================================================== --- head/mail/batv-milter/Makefile Sat Feb 13 01:26:10 2016 (r408773) +++ head/mail/batv-milter/Makefile Sat Feb 13 09:03:15 2016 (r408774) @@ -3,6 +3,7 @@ PORTNAME= batv-milter PORTVERSION= 0.5.0 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= SF Modified: head/mail/dk-milter/Makefile ============================================================================== --- head/mail/dk-milter/Makefile Sat Feb 13 01:26:10 2016 (r408773) +++ head/mail/dk-milter/Makefile Sat Feb 13 09:03:15 2016 (r408774) @@ -3,7 +3,7 @@ PORTNAME= dk-milter PORTVERSION= 1.0.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail MASTER_SITES= SF/${PORTNAME}/DomainKeys%20Milter/${PORTVERSION} Modified: head/mail/enma/Makefile ============================================================================== --- head/mail/enma/Makefile Sat Feb 13 01:26:10 2016 (r408773) +++ head/mail/enma/Makefile Sat Feb 13 09:03:15 2016 (r408774) @@ -3,7 +3,7 @@ PORTNAME= enma PORTVERSION= 1.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= SF/${PORTNAME}/ENMA/${PORTVERSION} Copied and modified: head/mail/libmilter/Makefile (from r407045, head/mail/sendmail/Makefile) ============================================================================== --- head/mail/sendmail/Makefile Sat Jan 23 17:35:17 2016 (r407045, copy source) +++ head/mail/libmilter/Makefile Sat Feb 13 09:03:15 2016 (r408774) @@ -1,147 +1,51 @@ # $FreeBSD$ -PORTNAME= sendmail +PORTNAME= libmilter PORTVERSION= 8.15.2 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.sendmail.org/pub/sendmail/ -PKGNAMESUFFIX?= ${TLS_SUFFIX}${SASL_SUFFIX}${LDAP_SUFFIX}${BDB_SUFFIX}${PKGNAMESUFFIX2} -DISTNAME= ${PORTNAME}.${PORTVERSION} +DISTNAME= sendmail.${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org -COMMENT= Reliable, highly configurable mail transfer agent with utilities +COMMENT= Library providing Sendmail Mail Filter API -CONFLICTS?= courier-0.* postfix-1.* postfix-2.* smail-3.* zmailer-2.* opensmtpd-* +LICENSE= Sendmail +LICENSE_NAME= Sendmail License +LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT} -USERS= smmsp -GROUPS= smmsp - -USES= cpe uidfix -MAKE_ARGS= UBINOWN=${UID} UBINGRP=${GID} \ - SBINOWN=${UID} SBINGRP=${GID} \ - GBINOWN=${UID} GBINGRP=${GID} \ - MANOWN=${UID} MANGRP=${GID} \ - LIBMODE=0644 UBINMODE=0755 GBINMODE=2755 -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -DOCS= KNOWNBUGS LICENSE PGPKEYS README RELEASE_NOTES \ - sendmail/TRACEFLAGS sendmail/SECURITY sendmail/TUNING -PLIST_SUB+= PREFIX=${PREFIX:S=${PREFIX}/==} MANPREFIX=${MANPREFIX:S=$=/=:S=${PREFIX}==:S=^/==} -PKGMESSAGE= ${WRKSRC}/pkg-message - -WCONF= ${WRKSRC}/devtools/Site -SITE= ${FILESDIR}/site.config.m4.pre4 -PLIST= ${WRKDIR}/.PLIST.more -LMAN1= mailq.1 newaliases.1 vacation.1 -LMAN5= aliases.5 -LMAN8= sendmail.8 mailstats.8 makemap.8 praliases.8 smrsh.8 \ - mail.local.8 rmail.8 editmap.8 -SENDMAIL= ${PREFIX}/sbin/sendmail -BASEMAIL= /usr/libexec/sendmail/sendmail MILTER_SOVER?= 6 -OPTIONS_DEFINE?= SHMEM SEM LA NIS IPV6 TLS SASL SASLAUTHD LDAP BDB SOCKETMAP CYRUSLOOKUP PICKY_HELO_CHECK MILTER MILTER_SHARED MILTER_POOL DOCS -OPTIONS_DEFAULT?= SHMEM SEM LA NIS IPV6 TLS SASL SASLAUTHD PICKY_HELO_CHECK MILTER MILTER_SHARED MILTER_POOL +OPTIONS_DEFINE?= IPV6 MILTER_SHARED MILTER_POOL DOCS +OPTIONS_DEFAULT?= IPV6 MILTER_SHARED MILTER_POOL NO_OPTIONS_SORT=yes -SHMEM_DESC= System V shared memory support -LA_DESC= load averages support -TLS_DESC= SMTP-TLS and SMTPS support -SASLAUTHD_DESC= SASLAUTHD support -BDB_DESC= Berkeley DB version 4 support -SOCKETMAP_DESC= Enable socketmap feature -CYRUSLOOKUP_DESC= Enable cyruslookup feature -PICKY_HELO_CHECK_DESC= Enable picky HELO check -MILTER_DESC= Build libmilter MILTER_SHARED_DESC= Build shared libmilter MILTER_POOL_DESC= Enable milter thread pools -BDB_USE= BDB=yes -LDAP_USE= OPENLDAP=yes -SASL_LIB_DEPENDS= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 -SASLAUTHD_RUN_DEPENDS= ${LOCALBASE}/sbin/saslauthd:${PORTSDIR}/security/cyrus-sasl2-saslauthd +WRKSRC= ${WRKDIR}/sendmail-${PORTVERSION} +WCONF= ${WRKSRC}/devtools/Site +SITE= ${FILESDIR}/site.config.m4 .include -.if ${PORT_OPTIONS:MSHMEM} && !defined(BUILDING_INDEX) -IPCCHECK!= ipcrm -q 0 2>&1 || true -.if ${IPCCHECK:Mimplemented} -IGNORE= your system does not support sysvipc -.endif -.endif - -.if ${PORT_OPTIONS:MBDB} -BDB_SUFFIX= +${BDB_INCLUDE_DIR:S,^${LOCALBASE}/include/,,} -CONFLICTS+= sendmail-ldap-8.* sendmail-sasl-8.* sendmail-sasl2-8.* sendmail-tls-8.* -.endif -.if ${PORT_OPTIONS:MLDAP} -LDAP_SUFFIX?= +ldap -CONFLICTS+= sendmail-sasl-8.* sendmail-sasl2-8.* sendmail-tls-8.* -.endif -.if ${PORT_OPTIONS:MSASL} -SASL_SUFFIX?= +sasl2 -CONFLICTS+= sendmail-ldap-8.* sendmail-sasl-8.* sendmail-tls-8.* -.endif -.if ${PORT_OPTIONS:MCYRUSLOOKUP} -.if ! ${PORT_OPTIONS:MSOCKETMAP} -IGNORE= option CYRUSLOOKUP requires option SOCKETMAP -.else -EXTRA_PATCHES+= ${FILESDIR}/cyruslookup.patch -.endif -.endif -.if ${PORT_OPTIONS:MTLS} -TLS_SUFFIX?= +tls -CONFLICTS+= sendmail-ldap-8.* sendmail-sasl-8.* sendmail-sasl2-8.* -.endif - -MAKE_PKGNAMES= for i in "" +tls; do \ - for j in "" +sasl +sasl1 +sasl2; do \ - for k in "" +ldap; do \ - for l in "" +db2 +db3 +db4 +db41 +db42 +db43 +db44 +db45 +db46 +db47 +db48 +db49; do \ - echo "sendmail$${i}$${j}$${k}$${l}-8.*" ;\ - done done done done - -ALL_PKGNAMES!= ${MAKE_PKGNAMES} -CONFLICTS2!= ${MAKE_PKGNAMES} | ${GREP} -v "${PORTNAME}${PKGNAMESUFFIX:S|${PKGNAMESUFFIX2}||}-8." -CONFLICTS+= ${CONFLICTS2} -# Build site.config.m4 -SITE+= ${FILESDIR}/site.config.m4 .if ${PORT_OPTIONS:MIPV6} -SITE+= ${FILESDIR}/site.config.m4.ipv6 -.endif -.if ${PORT_OPTIONS:MSASL} -SITE+= ${FILESDIR}/site.config.m4.sasl2 -.endif -.if ${PORT_OPTIONS:MLDAP} -SITE+= ${FILESDIR}/site.config.m4.ldap +SITE+= ${FILESDIR}/site.config.m4.ipv6 .endif -.if ${PORT_OPTIONS:MMILTER} -SITE+= ${FILESDIR}/site.config.m4.milter -.endif -.if ${PORT_OPTIONS:MTLS} -USE_OPENSSL= yes +.if ${PORT_OPTIONS:MMILTER_POOL} +SITE+= ${FILESDIR}/site.config.m4.pool .endif -.if ${PORT_OPTIONS:MMILTER} .if ${PORT_OPTIONS:MMILTER_SHARED} PLIST_SUB+= MILTER_SHARED="" PLIST_SUB+= MILTER_SOVER=${MILTER_SOVER} MAKE_ENV+= MILTER_SOVER=${MILTER_SOVER} +USE_LDCONFIG= yes .else PLIST_SUB+= MILTER_SHARED="@comment " .endif -.endif - -SED_SCRIPT= -e "s|\`-O\'|\`${CFLAGS}\'|" \ - -e 's|%%CC%%|${CC}|' -e 's|%%LD%%|${LD}|' - -.if ! ${PORT_OPTIONS:MNIS} -SED_SCRIPT+= -e "s;-DNIS ;;" -.endif +.if ${PORT_OPTIONS:MMILTER_SHARED} post-patch: - @${SED} -e "s=%%PREFIX%%=${PREFIX}=g" \ - -e "s=%%LOCALBASE%%=${LOCALBASE}=g" \ - -e "s=%%PORTSDIR%%=${PORTSDIR}=g" \ - ${PKGDIR}/pkg-message > ${WRKSRC}/pkg-message -.if ${PORT_OPTIONS:MMILTER} && ${PORT_OPTIONS:MMILTER_SHARED} @${CP} -pR ${WRKSRC}/libmilter ${WRKSRC}/libsharedmilter ${CP} ${FILESDIR}/sharedlibrary.m4 \ ${WRKSRC}/devtools/M4/UNIX/sharedlibrary.m4 @@ -150,239 +54,40 @@ post-patch: .endif do-configure: - ${REINPLACE_CMD} ${SED_SCRIPT} ${WRKSRC}/devtools/OS/FreeBSD + ${REINPLACE_CMD} -e "s|\`-O\'|\`${CFLAGS}\'|" \ + -e 's|%%CC%%|${CC}|' -e 's|%%LD%%|${LD}|' \ + ${WRKSRC}/devtools/OS/FreeBSD ${SED} -e "s=%%PREFIX%%=${PREFIX}=g" \ -e "s=%%LOCALBASE%%=${LOCALBASE}=g" \ ${SITE} > ${WCONF}/site.config.m4 -.if ${PORT_OPTIONS:MBDB} - ${ECHO_CMD} \ - 'APPENDDEF(`confENVDEF'\'', `-I${BDB_INCLUDE_DIR}'\'')' \ - >> ${WCONF}/site.config.m4 - ${ECHO_CMD} \ - 'APPENDDEF(`confLIBDIRS'\'', `-L${LOCALBASE}/lib'\'')' \ - >> ${WCONF}/site.config.m4 -.for i in sendmail editmap makemap praliases vacation - ${ECHO_CMD} \ - 'APPENDDEF(`conf_${i}_LIBS'\'', `-l${BDB_LIB_NAME}'\'')' \ - >> ${WCONF}/site.config.m4 -.endfor -.endif -.if ${PORT_OPTIONS:MSOCKETMAP} - ${ECHO_CMD} \ - 'APPENDDEF(`conf_sendmail_ENVDEF'\'', `-DSOCKETMAP'\'')' \ - >> ${WCONF}/site.config.m4 -.endif -.if ${PORT_OPTIONS:MPICKY_HELO_CHECK} - ${ECHO_CMD} \ - 'APPENDDEF(`conf_sendmail_ENVDEF'\'', `-DPICKY_HELO_CHECK'\'')' \ - >> ${WCONF}/site.config.m4 -.endif -.if ! ${PORT_OPTIONS:MSHMEM} - ${ECHO_CMD} \ - 'APPENDDEF(`confENVDEF'\'', `-DSM_CONF_SHM=0'\'')' \ - >> ${WCONF}/site.config.m4 -.endif -.if ! ${PORT_OPTIONS:MSEM} - ${ECHO_CMD} \ - 'APPENDDEF(`confENVDEF'\'', `-DSM_CONF_SEM=0'\'')' \ - >> ${WCONF}/site.config.m4 -.endif -.if ! ${PORT_OPTIONS:MLA} - ${ECHO_CMD} \ - 'APPENDDEF(`confENVDEF'\'', `-DLA_TYPE=LA_ZERO'\'')' \ - >> ${WCONF}/site.config.m4 -.endif -.if ${PORT_OPTIONS:MMILTER} && ${PORT_OPTIONS:MMILTER_POOL} - ${ECHO_CMD} \ - 'APPENDDEF(`conf_libmilter_ENVDEF'\'', `-DSM_CONF_POLL=1'\'')' \ - >> ${WCONF}/site.config.m4 - ${ECHO_CMD} \ - 'APPENDDEF(`conf_libmilter_ENVDEF'\'', `-D_FFR_WORKERS_POOL=1'\'')' \ - >> ${WCONF}/site.config.m4 -.endif -post-build: - (cd ${WRKSRC}/doc/op && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} op.txt) -.if ${PORT_OPTIONS:MMILTER} - (cd ${BUILD_WRKSRC}/libmilter; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET}) -.if ${PORT_OPTIONS:MMILTER_SHARED} - (cd ${BUILD_WRKSRC}/libsharedmilter; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET}) -.endif -.endif - -pre-install: - ${MKDIR} ${STAGEDIR}/etc/mail - @${CAT} ${PKGDIR}/pkg-plist >${PLIST} -.if ${PORT_OPTIONS:MMILTER} - @${CAT} ${FILESDIR}/pkg-milter >>${PLIST} -.endif - @cd ${WRKSRC} && ${FIND} cf -type f | \ - ${AWK} '{print "share/sendmail/" $$1}' >>${PLIST} -.if ${PORT_OPTIONS:MDOCS} -.for i in ${DOCS} - @${ECHO_CMD} `${BASENAME} ${i}` | \ - ${AWK} '{print "%%DOCSDIR%%/" $$1}' >>${PLIST} -.endfor -.if ${PORT_OPTIONS:MCYRUSLOOKUP} - @${ECHO_CMD} "share/doc/sendmail/CYRUS_LOOKUP" >>${PLIST} -.endif -.endif +do-build: + (cd ${BUILD_WRKSRC}/libmilter; ${SETENV} ${MAKE_ENV} ${MAKE} \ + ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET}) + +do-build-MILTER_SHARED-on: + (cd ${BUILD_WRKSRC}/libsharedmilter; ${SETENV} ${MAKE_ENV} \ + ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET}) -# We want mail.local and rmail for our system. -# the build install catmans only, we have to fix this. -post-install: - (cd ${WRKSRC}/mail.local && \ - ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} force-install) - (cd ${WRKSRC}/rmail && \ - ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} force-install) -.if ${PORT_OPTIONS:MMILTER} +do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/include/libmilter ${INSTALL_DATA} ${WRKSRC}/include/libmilter/mfapi.h \ ${WRKSRC}/include/libmilter/mfdef.h \ ${STAGEDIR}${PREFIX}/include/libmilter/ ${INSTALL_DATA} \ - ${WRKSRC}/obj.`${WRKSRC}/devtools/bin/Build -A`/libmilter/libmilter.a \ - ${STAGEDIR}${PREFIX}/lib/ -.if ${PORT_OPTIONS:MMILTER_SHARED} + ${WRKSRC}/obj.`${WRKSRC}/devtools/bin/Build -A`/libmilter/libmilter.a \ + ${STAGEDIR}${PREFIX}/lib/ + +post-install-MILTER_SHARED-on: ${INSTALL_LIB} \ - ${WRKSRC}/obj.`${WRKSRC}/devtools/bin/Build -A`/libsharedmilter/libmilter.so \ - ${STAGEDIR}${PREFIX}/lib/libmilter.so.${MILTER_SOVER} + ${WRKSRC}/obj.`${WRKSRC}/devtools/bin/Build -A`/libsharedmilter/libmilter.so \ + ${STAGEDIR}${PREFIX}/lib/libmilter.so.${MILTER_SOVER} ${LN} -sf libmilter.so.${MILTER_SOVER} \ ${STAGEDIR}${PREFIX}/lib/libmilter.so -.endif -.endif -.for i in ${LMAN8} - ${INSTALL_MAN} ${WRKSRC}/*/${i} ${STAGEDIR}${MANPREFIX}/man/man8/ -.endfor -.for i in ${LMAN5} - ${INSTALL_MAN} ${WRKSRC}/*/${i} ${STAGEDIR}${MANPREFIX}/man/man5/ -.endfor -.for i in ${LMAN1} - ${INSTALL_MAN} ${WRKSRC}/*/${i} ${STAGEDIR}${MANPREFIX}/man/man1/ -.endfor - ${MKDIR} ${STAGEDIR}${PREFIX}/share/sendmail - ${TAR} -C ${WRKSRC} -cf - cf | \ - ${TAR} -C ${STAGEDIR}${PREFIX}/share/sendmail -xf - -.if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${STAGEDIR}${DOCSDIR} - cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}/ - ${INSTALL_DATA} ${WRKSRC}/doc/op/op.ps ${STAGEDIR}${DOCSDIR}/op.ps - ${INSTALL_DATA} ${WRKSRC}/doc/op/op.txt ${STAGEDIR}${DOCSDIR}/op.txt - ${INSTALL_DATA} ${WRKSRC}/devtools/README ${STAGEDIR}${DOCSDIR}/DEVTOOLS - ${INSTALL_DATA} ${WRKSRC}/sendmail/README ${STAGEDIR}${DOCSDIR}/SENDMAIL - ${INSTALL_DATA} ${WRKSRC}/mail.local/README ${STAGEDIR}${DOCSDIR}/MAIL.LOCAL - ${INSTALL_DATA} ${WRKSRC}/smrsh/README ${STAGEDIR}${DOCSDIR}/SMRSH -.if ${PORT_OPTIONS:MMILTER} - ${INSTALL_DATA} ${WRKSRC}/libmilter/README ${STAGEDIR}${DOCSDIR}/MILTER - ${MKDIR} ${STAGEDIR}${DOCSDIR}/libmilter - ${TAR} -C ${WRKSRC}/libmilter/docs -cf - . | \ - ${TAR} -C ${STAGEDIR}${DOCSDIR}/libmilter -xf - -.endif -.if ${PORT_OPTIONS:MCYRUSLOOKUP} - ${INSTALL_DATA} ${FILESDIR}/CYRUS_LOOKUP ${STAGEDIR}${DOCSDIR}/CYRUS_LOOKUP -.endif -.endif - ${RM} ${STAGEDIR}${PREFIX}/man/cat*/* - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/vacation - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/rmail - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/* - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/libexec/* - -mailer.base: - @${SED} \ - -e "s=^sendmail[ ]*/.*$$=sendmail ${BASEMAIL}=" \ - -e "s=^send-mail[ ]*/.*$$=send-mail ${BASEMAIL}=" \ - -e "s=^mailq[ ]*/.*$$=mailq ${BASEMAIL}=" \ - -e "s=^newaliases[ ]*/.*$$=newaliases ${BASEMAIL}=" \ - -e "s=^hoststat[ ]*/.*$$=hoststat ${BASEMAIL}=" \ - -e "s=^purgestat[ ]*/.*$$=purgestat ${BASEMAIL}=" \ - ${DESTDIR}/etc/mail/mailer.conf > ${DESTDIR}/etc/mail/mailer.conf.new - ${MV} ${DESTDIR}/etc/mail/mailer.conf.new \ - ${DESTDIR}/etc/mail/mailer.conf - -mailer.conf: - @${SED} \ - -e "s=^sendmail[ ]*/.*$$=sendmail ${SENDMAIL}=" \ - -e "s=^send-mail[ ]*/.*$$=send-mail ${SENDMAIL}=" \ - -e "s=^mailq[ ]*/.*$$=mailq ${SENDMAIL}=" \ - -e "s=^newaliases[ ]*/.*$$=newaliases ${SENDMAIL}=" \ - -e "s=^hoststat[ ]*/.*$$=hoststat ${SENDMAIL}=" \ - -e "s=^purgestat[ ]*/.*$$=purgestat ${SENDMAIL}=" \ - ${DESTDIR}/etc/mail/mailer.conf > ${DESTDIR}/etc/mail/mailer.conf.new - ${MV} ${DESTDIR}/etc/mail/mailer.conf.new \ - ${DESTDIR}/etc/mail/mailer.conf - -# create sumbit.cf on older systems -# -submit.cf: ${DESTDIR}/etc/mail/submit.cf - -${DESTDIR}/etc/mail/submit.mc: - ${INSTALL_DATA} ${PREFIX}/share/sendmail/cf/cf/submit.mc \ - ${DESTDIR}/etc/mail/submit.mc - -${DESTDIR}/etc/mail/submit.cf: ${DESTDIR}/etc/mail/submit.mc - @( cd ${DESTDIR}/etc/mail && ${MAKE} \ - SENDMAIL_CF_DIR=${PREFIX}/share/sendmail/cf \ - SENDMAIL_MC=submit ) - -# create basics for smtp-auth -# -howto-sasldb: - @${ECHO_CMD} "# Links:" - @${ECHO_CMD} "#" - @${ECHO_CMD} "# http://www.sendmail.org/~gshapiro/" - @${ECHO_CMD} "# http://www.sendmail.org/~ca/email/auth.html" - @${ECHO_CMD} "# http://www.bme.ogi.edu/~pchytil/linux/sendmail/" - @${ECHO_CMD} "# http://blue-labs.org/software/sm-pgsql/" - @${ECHO_CMD} "# http://www.falkotimme.com/howtos/sendmail_smtp_auth_tls/" - @${ECHO_CMD} "#" - -# create certificates for TLS/SSL -# -tls-install: - ${SETENV} DESTDIR=${DESTDIR} FILESDIR=${FILESDIR} \ - ${SH} ${FILESDIR}/tls-install.sh - -help: - @${ECHO_CMD} "# additional targets:" - @${ECHO_CMD} "#" - @${ECHO_CMD} "# configure ${DESTDIR}/etc/mail/mailer.conf" - @${ECHO_CMD} "# for sendmail from ports" - @${ECHO_CMD} "make mailer.conf" - @${ECHO_CMD} "# for sendmail in the base" - @${ECHO_CMD} "make mailer.base" - @${ECHO_CMD} "#" - @${ECHO_CMD} "# show howto for configuring sasldb" - @${ECHO_CMD} "make howto-sasldb" - @${ECHO_CMD} "#" - @${ECHO_CMD} "# create a self-signed certificate" - @${ECHO_CMD} "make tls-install" - @${ECHO_CMD} "#" - -.include - -.if ${PORT_OPTIONS:MTLS} -.if !defined(WITH_OPENSSL_BASE) -SITE+= ${FILESDIR}/site.config.m4.ssl -.endif -SITE+= ${FILESDIR}/site.config.m4.tls -.endif - -.if exists(${FILESDIR}/site.config.m4.local) -SITE+= ${FILESDIR}/site.config.m4.local -.endif -.if ${PREFIX} == "/usr" -pre-everything:: - @${ECHO_CMD} "#" - @${ECHO_CMD} "# You can't override the base sendmail this way." - @${ECHO_CMD} "# your version FreeBSD use mailwrapper." - @${ECHO_CMD} "#" - @${ECHO_CMD} "# Please install with normal PREFIX" - @${ECHO_CMD} "# and activate the port version with" - @${ECHO_CMD} "# cd ${PORTSDIR}/mail/sendmail && make mailer.conf" - @${ECHO_CMD} "#" - @${FALSE} -.endif +post-install-DOCS-on: + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/libmilter/README ${STAGEDIR}${DOCSDIR}/ + cd ${WRKSRC}/libmilter/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/ -.include +.include Copied: head/mail/libmilter/distinfo (from r407045, head/mail/sendmail/distinfo) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/libmilter/distinfo Sat Feb 13 09:03:15 2016 (r408774, copy of r407045, head/mail/sendmail/distinfo) @@ -0,0 +1,2 @@ +SHA256 (sendmail.8.15.2.tar.gz) = 24f94b5fd76705f15897a78932a5f2439a32b1a2fdc35769bb1a5f5d9b4db439 +SIZE (sendmail.8.15.2.tar.gz) = 2207417 Copied: head/mail/libmilter/files/patch-FreeBSD (from r407045, head/mail/sendmail/files/patch-FreeBSD) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/libmilter/files/patch-FreeBSD Sat Feb 13 09:03:15 2016 (r408774, copy of r407045, head/mail/sendmail/files/patch-FreeBSD) @@ -0,0 +1,11 @@ +--- devtools/OS/FreeBSD.orig 2003-07-03 03:07:45.000000000 +0200 ++++ devtools/OS/FreeBSD 2013-11-16 07:06:27.000000000 +0100 +@@ -6,7 +6,7 @@ + define(`confMAPDEF', `-DNEWDB -DNIS -DMAP_REGEX') + define(`confLIBS', `-lutil') + +-define(`confLD', `cc') ++define(`confCC', `%%CC%%') + define(`confMTLDOPTS', `-pthread') + define(`confMTCCOPTS', `-D_THREAD_SAFE') + define(`confLDOPTS_SO', `-shared') Copied: head/mail/libmilter/files/sharedlibrary.m4 (from r408773, head/mail/sendmail/files/sharedlibrary.m4) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/libmilter/files/sharedlibrary.m4 Sat Feb 13 09:03:15 2016 (r408774, copy of r408773, head/mail/sendmail/files/sharedlibrary.m4) @@ -0,0 +1,35 @@ +divert(-1) +# +# Copyright (c) 1999-2001, 2006 Sendmail, Inc. and its suppliers. +# All rights reserved. +# +# By using this file, you agree to the terms and conditions set +# forth in the LICENSE file which can be found at the top level of +# the sendmail distribution. +# +# +# Definitions for Makefile construction for sendmail +# +# $Id: library.m4,v 8.11 2006/09/05 22:56:53 ca Exp $ +# +divert(0)dnl +include(confBUILDTOOLSDIR`/M4/'bldM4_TYPE_DIR`/links.m4')dnl +bldLIST_PUSH_ITEM(`bldC_PRODUCTS', bldCURRENT_PRODUCT)dnl +bldPUSH_TARGET(bldCURRENT_PRODUCT.so)dnl +bldPUSH_INSTALL_TARGET(`install-'bldCURRENT_PRODUCT)dnl +bldPUSH_CLEAN_TARGET(bldCURRENT_PRODUCT`-clean')dnl + +include(confBUILDTOOLSDIR`/M4/'bldM4_TYPE_DIR`/defines.m4') +divert(bldTARGETS_SECTION) +bldCURRENT_PRODUCT.so: ${BEFORE} ${bldCURRENT_PRODUCT`OBJS'} + ${LD} ${LDOPTS_SO} -o bldCURRENT_PRODUCT.so -Wl,confSONAME -Wl,bldCURRENT_PRODUCT.so.${MILTER_SOVER} ${bldCURRENT_PRODUCT`OBJS'} +ifdef(`bldLINK_SOURCES', `bldMAKE_SOURCE_LINKS(bldLINK_SOURCES)') + +install-`'bldCURRENT_PRODUCT: bldCURRENT_PRODUCT.so +ifdef(`bldINSTALLABLE', ` ${INSTALL} -c -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} bldCURRENT_PRODUCT.so ${DESTDIR}${LIBDIR}/bldCURRENT_PRODUCT.so.${MILTER_SOVER}') + +bldCURRENT_PRODUCT-clean: + rm -f ${OBJS} bldCURRENT_PRODUCT.so ${MANPAGES} + +divert(0) +COPTS+= confCCOPTS_SO Added: head/mail/libmilter/files/site.config.m4 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/libmilter/files/site.config.m4 Sat Feb 13 09:03:15 2016 (r408774) @@ -0,0 +1 @@ +APPENDDEF(`conf_libmilter_ENVDEF', `-DMILTER') Added: head/mail/libmilter/files/site.config.m4.ipv6 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/libmilter/files/site.config.m4.ipv6 Sat Feb 13 09:03:15 2016 (r408774) @@ -0,0 +1 @@ +APPENDDEF(`conf_libmilter_ENVDEF', `-DNETINET6') Added: head/mail/libmilter/files/site.config.m4.pool ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/libmilter/files/site.config.m4.pool Sat Feb 13 09:03:15 2016 (r408774) @@ -0,0 +1,2 @@ +APPENDDEF(`conf_libmilter_ENVDEF', `-DSM_CONF_POLL=1') +APPENDDEF(`conf_libmilter_ENVDEF', `-D_FFR_WORKERS_POOL=1') Added: head/mail/libmilter/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/libmilter/pkg-descr Sat Feb 13 09:03:15 2016 (r408774) @@ -0,0 +1,5 @@ +The sendmail Mail Filter API (Milter) is designed to allow third-party +programs access to mail messages as they are being processed in order to +filter meta-information and content. + +WWW: http://www.sendmail.com/sm/open_source/milter/ Copied and modified: head/mail/libmilter/pkg-plist (from r408773, head/mail/sendmail/files/pkg-milter) ============================================================================== --- head/mail/sendmail/files/pkg-milter Sat Feb 13 01:26:10 2016 (r408773, copy source) +++ head/mail/libmilter/pkg-plist Sat Feb 13 09:03:15 2016 (r408774) @@ -3,55 +3,55 @@ include/libmilter/mfdef.h lib/libmilter.a %%MILTER_SHARED%%lib/libmilter.so.%%MILTER_SOVER%% %%MILTER_SHARED%%lib/libmilter.so -%%PORTDOCS%%share/doc/sendmail/MILTER -%%PORTDOCS%%share/doc/sendmail/libmilter/api.html -%%PORTDOCS%%share/doc/sendmail/libmilter/design.html -%%PORTDOCS%%share/doc/sendmail/libmilter/figure1.fig -%%PORTDOCS%%share/doc/sendmail/libmilter/figure1.jpg -%%PORTDOCS%%share/doc/sendmail/libmilter/figure1.ps -%%PORTDOCS%%share/doc/sendmail/libmilter/figure2.fig -%%PORTDOCS%%share/doc/sendmail/libmilter/figure2.jpg -%%PORTDOCS%%share/doc/sendmail/libmilter/figure2.ps -%%PORTDOCS%%share/doc/sendmail/libmilter/index.html -%%PORTDOCS%%share/doc/sendmail/libmilter/installation.html -%%PORTDOCS%%share/doc/sendmail/libmilter/other.html -%%PORTDOCS%%share/doc/sendmail/libmilter/overview.html -%%PORTDOCS%%share/doc/sendmail/libmilter/sample.html -%%PORTDOCS%%share/doc/sendmail/libmilter/smfi_addheader.html -%%PORTDOCS%%share/doc/sendmail/libmilter/smfi_addrcpt.html -%%PORTDOCS%%share/doc/sendmail/libmilter/smfi_addrcpt_par.html -%%PORTDOCS%%share/doc/sendmail/libmilter/smfi_chgfrom.html -%%PORTDOCS%%share/doc/sendmail/libmilter/smfi_chgheader.html -%%PORTDOCS%%share/doc/sendmail/libmilter/smfi_delrcpt.html -%%PORTDOCS%%share/doc/sendmail/libmilter/smfi_getpriv.html -%%PORTDOCS%%share/doc/sendmail/libmilter/smfi_getsymval.html -%%PORTDOCS%%share/doc/sendmail/libmilter/smfi_insheader.html -%%PORTDOCS%%share/doc/sendmail/libmilter/smfi_main.html -%%PORTDOCS%%share/doc/sendmail/libmilter/smfi_opensocket.html -%%PORTDOCS%%share/doc/sendmail/libmilter/smfi_progress.html -%%PORTDOCS%%share/doc/sendmail/libmilter/smfi_quarantine.html -%%PORTDOCS%%share/doc/sendmail/libmilter/smfi_register.html -%%PORTDOCS%%share/doc/sendmail/libmilter/smfi_replacebody.html -%%PORTDOCS%%share/doc/sendmail/libmilter/smfi_setbacklog.html -%%PORTDOCS%%share/doc/sendmail/libmilter/smfi_setconn.html -%%PORTDOCS%%share/doc/sendmail/libmilter/smfi_setdbg.html -%%PORTDOCS%%share/doc/sendmail/libmilter/smfi_setmlreply.html -%%PORTDOCS%%share/doc/sendmail/libmilter/smfi_setpriv.html -%%PORTDOCS%%share/doc/sendmail/libmilter/smfi_setreply.html -%%PORTDOCS%%share/doc/sendmail/libmilter/smfi_setsymlist.html -%%PORTDOCS%%share/doc/sendmail/libmilter/smfi_settimeout.html -%%PORTDOCS%%share/doc/sendmail/libmilter/smfi_stop.html -%%PORTDOCS%%share/doc/sendmail/libmilter/smfi_version.html -%%PORTDOCS%%share/doc/sendmail/libmilter/xxfi_abort.html -%%PORTDOCS%%share/doc/sendmail/libmilter/xxfi_body.html -%%PORTDOCS%%share/doc/sendmail/libmilter/xxfi_close.html -%%PORTDOCS%%share/doc/sendmail/libmilter/xxfi_connect.html -%%PORTDOCS%%share/doc/sendmail/libmilter/xxfi_data.html -%%PORTDOCS%%share/doc/sendmail/libmilter/xxfi_envfrom.html -%%PORTDOCS%%share/doc/sendmail/libmilter/xxfi_envrcpt.html -%%PORTDOCS%%share/doc/sendmail/libmilter/xxfi_eoh.html -%%PORTDOCS%%share/doc/sendmail/libmilter/xxfi_eom.html -%%PORTDOCS%%share/doc/sendmail/libmilter/xxfi_header.html -%%PORTDOCS%%share/doc/sendmail/libmilter/xxfi_helo.html -%%PORTDOCS%%share/doc/sendmail/libmilter/xxfi_negotiate.html -%%PORTDOCS%%share/doc/sendmail/libmilter/xxfi_unknown.html +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/api.html +%%PORTDOCS%%%%DOCSDIR%%/design.html +%%PORTDOCS%%%%DOCSDIR%%/figure1.fig +%%PORTDOCS%%%%DOCSDIR%%/figure1.jpg +%%PORTDOCS%%%%DOCSDIR%%/figure1.ps +%%PORTDOCS%%%%DOCSDIR%%/figure2.fig +%%PORTDOCS%%%%DOCSDIR%%/figure2.jpg +%%PORTDOCS%%%%DOCSDIR%%/figure2.ps +%%PORTDOCS%%%%DOCSDIR%%/index.html +%%PORTDOCS%%%%DOCSDIR%%/installation.html +%%PORTDOCS%%%%DOCSDIR%%/other.html +%%PORTDOCS%%%%DOCSDIR%%/overview.html +%%PORTDOCS%%%%DOCSDIR%%/sample.html +%%PORTDOCS%%%%DOCSDIR%%/smfi_addheader.html +%%PORTDOCS%%%%DOCSDIR%%/smfi_addrcpt.html +%%PORTDOCS%%%%DOCSDIR%%/smfi_addrcpt_par.html +%%PORTDOCS%%%%DOCSDIR%%/smfi_chgfrom.html +%%PORTDOCS%%%%DOCSDIR%%/smfi_chgheader.html +%%PORTDOCS%%%%DOCSDIR%%/smfi_delrcpt.html +%%PORTDOCS%%%%DOCSDIR%%/smfi_getpriv.html +%%PORTDOCS%%%%DOCSDIR%%/smfi_getsymval.html +%%PORTDOCS%%%%DOCSDIR%%/smfi_insheader.html +%%PORTDOCS%%%%DOCSDIR%%/smfi_main.html +%%PORTDOCS%%%%DOCSDIR%%/smfi_opensocket.html +%%PORTDOCS%%%%DOCSDIR%%/smfi_progress.html +%%PORTDOCS%%%%DOCSDIR%%/smfi_quarantine.html +%%PORTDOCS%%%%DOCSDIR%%/smfi_register.html +%%PORTDOCS%%%%DOCSDIR%%/smfi_replacebody.html +%%PORTDOCS%%%%DOCSDIR%%/smfi_setbacklog.html +%%PORTDOCS%%%%DOCSDIR%%/smfi_setconn.html +%%PORTDOCS%%%%DOCSDIR%%/smfi_setdbg.html +%%PORTDOCS%%%%DOCSDIR%%/smfi_setmlreply.html +%%PORTDOCS%%%%DOCSDIR%%/smfi_setpriv.html +%%PORTDOCS%%%%DOCSDIR%%/smfi_setreply.html +%%PORTDOCS%%%%DOCSDIR%%/smfi_setsymlist.html +%%PORTDOCS%%%%DOCSDIR%%/smfi_settimeout.html +%%PORTDOCS%%%%DOCSDIR%%/smfi_stop.html +%%PORTDOCS%%%%DOCSDIR%%/smfi_version.html +%%PORTDOCS%%%%DOCSDIR%%/xxfi_abort.html +%%PORTDOCS%%%%DOCSDIR%%/xxfi_body.html +%%PORTDOCS%%%%DOCSDIR%%/xxfi_close.html +%%PORTDOCS%%%%DOCSDIR%%/xxfi_connect.html +%%PORTDOCS%%%%DOCSDIR%%/xxfi_data.html +%%PORTDOCS%%%%DOCSDIR%%/xxfi_envfrom.html +%%PORTDOCS%%%%DOCSDIR%%/xxfi_envrcpt.html +%%PORTDOCS%%%%DOCSDIR%%/xxfi_eoh.html +%%PORTDOCS%%%%DOCSDIR%%/xxfi_eom.html +%%PORTDOCS%%%%DOCSDIR%%/xxfi_header.html +%%PORTDOCS%%%%DOCSDIR%%/xxfi_helo.html +%%PORTDOCS%%%%DOCSDIR%%/xxfi_negotiate.html +%%PORTDOCS%%%%DOCSDIR%%/xxfi_unknown.html Modified: head/mail/milter-greylist-devel/Makefile ============================================================================== --- head/mail/milter-greylist-devel/Makefile Sat Feb 13 01:26:10 2016 (r408773) +++ head/mail/milter-greylist-devel/Makefile Sat Feb 13 09:03:15 2016 (r408774) @@ -3,6 +3,7 @@ PORTNAME= milter-greylist PORTVERSION= 4.6.a1 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= ftp://ftp.espci.fr/pub/milter-greylist/ \ http://fossies.org/unix/privat/ \ Modified: head/mail/milter-greylist/Makefile ============================================================================== --- head/mail/milter-greylist/Makefile Sat Feb 13 01:26:10 2016 (r408773) +++ head/mail/milter-greylist/Makefile Sat Feb 13 09:03:15 2016 (r408774) @@ -3,7 +3,7 @@ PORTNAME= milter-greylist PORTVERSION= 4.4.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= mail MASTER_SITES= ftp://ftp.espci.fr/pub/milter-greylist/ \ http://fossies.org/unix/privat/ Modified: head/mail/milter-regex/Makefile ============================================================================== --- head/mail/milter-regex/Makefile Sat Feb 13 01:26:10 2016 (r408773) +++ head/mail/milter-regex/Makefile Sat Feb 13 09:03:15 2016 (r408774) @@ -3,7 +3,7 @@ PORTNAME= milter-regex PORTVERSION= 2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail MASTER_SITES= http://www.benzedrine.cx/ Modified: head/mail/noattach/Makefile ============================================================================== --- head/mail/noattach/Makefile Sat Feb 13 01:26:10 2016 (r408773) +++ head/mail/noattach/Makefile Sat Feb 13 09:03:15 2016 (r408774) @@ -2,7 +2,7 @@ PORTNAME= noattach PORTVERSION= 1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= ftp://ftp.rhnet.is/pub/noattach/ Modified: head/mail/opendkim/Makefile ============================================================================== --- head/mail/opendkim/Makefile Sat Feb 13 01:26:10 2016 (r408773) +++ head/mail/opendkim/Makefile Sat Feb 13 09:03:15 2016 (r408774) @@ -3,7 +3,7 @@ PORTNAME= opendkim PORTVERSION= 2.10.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail security MASTER_SITES= SF/${PORTNAME} \ SF/${PORTNAME}/Previous%20Releases \ Modified: head/mail/raysfilter/Makefile ============================================================================== --- head/mail/raysfilter/Makefile Sat Feb 13 01:26:10 2016 (r408773) +++ head/mail/raysfilter/Makefile Sat Feb 13 09:03:15 2016 (r408774) @@ -2,6 +2,7 @@ PORTNAME= raysfilter PORTVERSION= 1.14 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= LOCAL/dinoex DISTNAME= rays-filter-${PORTVERSION} @@ -15,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/GNU-public-licen USES= shebangfix CTARGETS+= rays-filter CFLAGS+= -Wall -LIBS+= -lpthread +LIBS+= -lpthread -lmilter SHEBANG_FILES= mf-analyze ETCFILES= header-list.conf mail-filter.conf string-list.conf BINFILES= mf-reset mf-start mf-stop mf-archive mf-analyze mf-memory @@ -28,17 +29,6 @@ OPTIONS_DEFINE= DOCS .include "${PORTSDIR}/mail/sendmail/bsd.milter.mk" -.if exists(${LOCALBASE}/include/libmilter/mfdef.h) \ -|| defined(WITH_SENDMAIL_BASE) -LIBS+= -lmilter -.else -LIBS+= -lmilter -lsmutil -.endif - -.if defined(SENDMAIL_WITH_SFIO) -LIBS+= -lsfio -.endif - .for i in ${CTARGETS} ${i}: cd ${WRKSRC} && \ Modified: head/mail/rbl-milter/Makefile ============================================================================== --- head/mail/rbl-milter/Makefile Sat Feb 13 01:26:10 2016 (r408773) +++ head/mail/rbl-milter/Makefile Sat Feb 13 09:03:15 2016 (r408774) @@ -3,7 +3,7 @@ PORTNAME= rbl-milter PORTVERSION= 0.30 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail MASTER_SITES= http://opensource.confusticate.com/rbl-milter/ @@ -20,4 +20,5 @@ CONFIGURE_ARGS+= --with-sendmail=${MILTE --with-sendmail-obj=${MILTERBASE}/lib .include "${.CURDIR}/../sendmail/bsd.milter.mk" + .include Modified: head/mail/rmilter/Makefile ============================================================================== --- head/mail/rmilter/Makefile Sat Feb 13 01:26:10 2016 (r408773) +++ head/mail/rmilter/Makefile Sat Feb 13 09:03:15 2016 (r408774) @@ -2,6 +2,7 @@ PORTNAME= rmilter PORTVERSION= 1.7.3 +PORTREVISION= 1 CATEGORIES= mail MAINTAINER= vsevolod@FreeBSD.org Modified: head/mail/scam-backscatter/Makefile ============================================================================== --- head/mail/scam-backscatter/Makefile Sat Feb 13 01:26:10 2016 (r408773) +++ head/mail/scam-backscatter/Makefile Sat Feb 13 09:03:15 2016 (r408774) @@ -3,6 +3,7 @@ PORTNAME= scam-backscatter PORTVERSION= 1.5.1 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.elandsys.com/scam/scam-backscatter/ \ http://dist.epipe.com/mirrors/scam-backscatter/ Modified: head/mail/sendmail/Makefile ============================================================================== --- head/mail/sendmail/Makefile Sat Feb 13 01:26:10 2016 (r408773) +++ head/mail/sendmail/Makefile Sat Feb 13 09:03:15 2016 (r408774) @@ -2,6 +2,7 @@ PORTNAME= sendmail PORTVERSION= 8.15.2 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.sendmail.org/pub/sendmail/ PKGNAMESUFFIX?= ${TLS_SUFFIX}${SASL_SUFFIX}${LDAP_SUFFIX}${BDB_SUFFIX}${PKGNAMESUFFIX2} @@ -10,6 +11,11 @@ DISTNAME= ${PORTNAME}.${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= Reliable, highly configurable mail transfer agent with utilities +LICENSE= Sendmail +LICENSE_NAME= Sendmail License +LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT} + CONFLICTS?= courier-0.* postfix-1.* postfix-2.* smail-3.* zmailer-2.* opensmtpd-* USERS= smmsp @@ -38,8 +44,8 @@ SENDMAIL= ${PREFIX}/sbin/sendmail BASEMAIL= /usr/libexec/sendmail/sendmail MILTER_SOVER?= 6 -OPTIONS_DEFINE?= SHMEM SEM LA NIS IPV6 TLS SASL SASLAUTHD LDAP BDB SOCKETMAP CYRUSLOOKUP PICKY_HELO_CHECK MILTER MILTER_SHARED MILTER_POOL DOCS -OPTIONS_DEFAULT?= SHMEM SEM LA NIS IPV6 TLS SASL SASLAUTHD PICKY_HELO_CHECK MILTER MILTER_SHARED MILTER_POOL +OPTIONS_DEFINE?= SHMEM SEM LA NIS IPV6 TLS SASL SASLAUTHD LDAP BDB SOCKETMAP CYRUSLOOKUP PICKY_HELO_CHECK MILTER DOCS +OPTIONS_DEFAULT?= SHMEM SEM LA NIS IPV6 TLS SASL SASLAUTHD PICKY_HELO_CHECK MILTER NO_OPTIONS_SORT=yes SHMEM_DESC= System V shared memory support LA_DESC= load averages support @@ -49,9 +55,7 @@ BDB_DESC= Berkeley DB version 4 support SOCKETMAP_DESC= Enable socketmap feature CYRUSLOOKUP_DESC= Enable cyruslookup feature PICKY_HELO_CHECK_DESC= Enable picky HELO check -MILTER_DESC= Build libmilter -MILTER_SHARED_DESC= Build shared libmilter -MILTER_POOL_DESC= Enable milter thread pools +MILTER_DESC= Enable milter support BDB_USE= BDB=yes LDAP_USE= OPENLDAP=yes @@ -119,16 +123,6 @@ SITE+= ${FILESDIR}/site.config.m4.milter USE_OPENSSL= yes .endif -.if ${PORT_OPTIONS:MMILTER} -.if ${PORT_OPTIONS:MMILTER_SHARED} -PLIST_SUB+= MILTER_SHARED="" -PLIST_SUB+= MILTER_SOVER=${MILTER_SOVER} -MAKE_ENV+= MILTER_SOVER=${MILTER_SOVER} -.else -PLIST_SUB+= MILTER_SHARED="@comment " -.endif -.endif - SED_SCRIPT= -e "s|\`-O\'|\`${CFLAGS}\'|" \ -e 's|%%CC%%|${CC}|' -e 's|%%LD%%|${LD}|' @@ -141,13 +135,6 @@ post-patch: -e "s=%%LOCALBASE%%=${LOCALBASE}=g" \ -e "s=%%PORTSDIR%%=${PORTSDIR}=g" \ ${PKGDIR}/pkg-message > ${WRKSRC}/pkg-message -.if ${PORT_OPTIONS:MMILTER} && ${PORT_OPTIONS:MMILTER_SHARED} - @${CP} -pR ${WRKSRC}/libmilter ${WRKSRC}/libsharedmilter - ${CP} ${FILESDIR}/sharedlibrary.m4 \ - ${WRKSRC}/devtools/M4/UNIX/sharedlibrary.m4 - ${REINPLACE_CMD} -e 's=`library=`sharedlibrary=' \ - ${WRKSRC}/libsharedmilter/Makefile.m4 -.endif do-configure: ${REINPLACE_CMD} ${SED_SCRIPT} ${WRKSRC}/devtools/OS/FreeBSD @@ -192,30 +179,13 @@ do-configure: 'APPENDDEF(`confENVDEF'\'', `-DLA_TYPE=LA_ZERO'\'')' \ >> ${WCONF}/site.config.m4 .endif -.if ${PORT_OPTIONS:MMILTER} && ${PORT_OPTIONS:MMILTER_POOL} - ${ECHO_CMD} \ - 'APPENDDEF(`conf_libmilter_ENVDEF'\'', `-DSM_CONF_POLL=1'\'')' \ - >> ${WCONF}/site.config.m4 - ${ECHO_CMD} \ - 'APPENDDEF(`conf_libmilter_ENVDEF'\'', `-D_FFR_WORKERS_POOL=1'\'')' \ - >> ${WCONF}/site.config.m4 -.endif post-build: (cd ${WRKSRC}/doc/op && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} op.txt) -.if ${PORT_OPTIONS:MMILTER} - (cd ${BUILD_WRKSRC}/libmilter; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET}) -.if ${PORT_OPTIONS:MMILTER_SHARED} - (cd ${BUILD_WRKSRC}/libsharedmilter; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET}) -.endif -.endif pre-install: ${MKDIR} ${STAGEDIR}/etc/mail @${CAT} ${PKGDIR}/pkg-plist >${PLIST} -.if ${PORT_OPTIONS:MMILTER} - @${CAT} ${FILESDIR}/pkg-milter >>${PLIST} -.endif @cd ${WRKSRC} && ${FIND} cf -type f | \ ${AWK} '{print "share/sendmail/" $$1}' >>${PLIST} .if ${PORT_OPTIONS:MDOCS} @@ -235,22 +205,6 @@ post-install: ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} force-install) (cd ${WRKSRC}/rmail && \ ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} force-install) -.if ${PORT_OPTIONS:MMILTER} - ${MKDIR} ${STAGEDIR}${PREFIX}/include/libmilter - ${INSTALL_DATA} ${WRKSRC}/include/libmilter/mfapi.h \ - ${WRKSRC}/include/libmilter/mfdef.h \ - ${STAGEDIR}${PREFIX}/include/libmilter/ - ${INSTALL_DATA} \ - ${WRKSRC}/obj.`${WRKSRC}/devtools/bin/Build -A`/libmilter/libmilter.a \ - ${STAGEDIR}${PREFIX}/lib/ -.if ${PORT_OPTIONS:MMILTER_SHARED} - ${INSTALL_LIB} \ - ${WRKSRC}/obj.`${WRKSRC}/devtools/bin/Build -A`/libsharedmilter/libmilter.so \ - ${STAGEDIR}${PREFIX}/lib/libmilter.so.${MILTER_SOVER} - ${LN} -sf libmilter.so.${MILTER_SOVER} \ - ${STAGEDIR}${PREFIX}/lib/libmilter.so -.endif -.endif .for i in ${LMAN8} ${INSTALL_MAN} ${WRKSRC}/*/${i} ${STAGEDIR}${MANPREFIX}/man/man8/ .endfor @@ -263,7 +217,13 @@ post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/share/sendmail ${TAR} -C ${WRKSRC} -cf - cf | \ ${TAR} -C ${STAGEDIR}${PREFIX}/share/sendmail -xf - -.if ${PORT_OPTIONS:MDOCS} + ${RM} ${STAGEDIR}${PREFIX}/man/cat*/* + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/vacation + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/rmail + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/* + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/libexec/* + +post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}/ ${INSTALL_DATA} ${WRKSRC}/doc/op/op.ps ${STAGEDIR}${DOCSDIR}/op.ps @@ -272,21 +232,9 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/sendmail/README ${STAGEDIR}${DOCSDIR}/SENDMAIL ${INSTALL_DATA} ${WRKSRC}/mail.local/README ${STAGEDIR}${DOCSDIR}/MAIL.LOCAL ${INSTALL_DATA} ${WRKSRC}/smrsh/README ${STAGEDIR}${DOCSDIR}/SMRSH -.if ${PORT_OPTIONS:MMILTER} - ${INSTALL_DATA} ${WRKSRC}/libmilter/README ${STAGEDIR}${DOCSDIR}/MILTER - ${MKDIR} ${STAGEDIR}${DOCSDIR}/libmilter - ${TAR} -C ${WRKSRC}/libmilter/docs -cf - . | \ - ${TAR} -C ${STAGEDIR}${DOCSDIR}/libmilter -xf - -.endif .if ${PORT_OPTIONS:MCYRUSLOOKUP} ${INSTALL_DATA} ${FILESDIR}/CYRUS_LOOKUP ${STAGEDIR}${DOCSDIR}/CYRUS_LOOKUP .endif -.endif - ${RM} ${STAGEDIR}${PREFIX}/man/cat*/* - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/vacation - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/rmail - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/* - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/libexec/* mailer.base: @${SED} \ Modified: head/mail/sentinel/Makefile ============================================================================== --- head/mail/sentinel/Makefile Sat Feb 13 01:26:10 2016 (r408773) +++ head/mail/sentinel/Makefile Sat Feb 13 09:03:15 2016 (r408774) @@ -3,7 +3,7 @@ PORTNAME= sentinel PORTVERSION= 1.7b -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail MASTER_SITES= SF/smfilter/${PORTNAME}/Sentinel%20${PORTVERSION} @@ -15,16 +15,15 @@ LIB_DEPENDS= libpcre.so:${PORTSDIR}/deve CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= NOSUBJECT DOCS + *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Sat Feb 13 09:12:21 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 72E8FAA61DC; Sat, 13 Feb 2016 09:12:21 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4C6B9187E; Sat, 13 Feb 2016 09:12:21 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1D9CKbU047309; Sat, 13 Feb 2016 09:12:20 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1D9CKqr046969; Sat, 13 Feb 2016 09:12:20 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201602130912.u1D9CKqr046969@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Sat, 13 Feb 2016 09:12:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408775 - in head/devel/gitolite: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Feb 2016 09:12:21 -0000 Author: ohauer Date: Sat Feb 13 09:12:19 2016 New Revision: 408775 URL: https://svnweb.freebsd.org/changeset/ports/408775 Log: - update to 3.6.4 - remove MASTER_SITES/LOCAL, they are not needed with GH - fix VERSION - make ssh-authkeys-split work with sh instead bash 2015-11-01 v3.6.4 - a ref-create bug in wild repos was fixed - some contrib code related to AD integration, and to redmine user aliases - teach Alias.pm a few new tricks - remove a race condition in 'create' command that affected the 'default roles' setting - make 'who-pushed' more efficient (local push logs, and 'tip search') - 'gitolite query-rc' learns '-d' ('--dump') option 2015-04-26 v3.6.3 - allow limited use of 'git config' using the new 'config' command - accept openssh 6.8's new fingerprint output format - (finally!) allow limited symlinks within ~/repositories; see commit 8e36230 for details - perms command now lists available roles - minor backward compat breakage: 'perms -l repo' no longer works; see 'perms -h' for new usage - allow gitolite-shell to be used as $SHELL (experts only; no support, no docs; see commit 9cd1e37 for details) - help with 'git push --signed' using a post-receive hook to adopt push certs into 'refs/push-certs'; for details see contrib/hooks/repo-specific/save-push-signatures - new 'transparent proxy' feature for git repos; see src/lib/Gitolite/Triggers/TProxy.pm for details 2014-11-10 v3.6.2 - disable ../ everywhere (see mailing list thread for details) - VREF/NAME_NC -- like VREF/NAME but for new commits only. Details within src/VREF/NAME_NC. - allow gitolite.conf to be tested locally; details within contrib/utils/gitolite-local Added: head/devel/gitolite/files/patch-src_triggers_post-compile_ssh-authkeys-split (contents, props changed) Modified: head/devel/gitolite/Makefile head/devel/gitolite/distinfo head/devel/gitolite/pkg-plist Modified: head/devel/gitolite/Makefile ============================================================================== --- head/devel/gitolite/Makefile Sat Feb 13 09:03:15 2016 (r408774) +++ head/devel/gitolite/Makefile Sat Feb 13 09:12:19 2016 (r408775) @@ -1,13 +1,11 @@ # $FreeBSD$ PORTNAME= gitolite -PORTVERSION= 3.6.1 -PORTREVISION= 1 +PORTVERSION= 3.6.4 +DISTVERSIONPREFIX=v PORTEPOCH= 1 CATEGORIES= devel -MASTER_SITES= GH \ - LOCAL/milki \ - LOCAL/tdb +MASTER_SITES= GH MAINTAINER= ports@FreeBSD.org COMMENT= Access control layer on top of git @@ -20,7 +18,6 @@ RUN_DEPENDS= git>=0:${PORTSDIR}/devel/gi USE_GITHUB= yes GH_ACCOUNT= sitaramc -GH_TAGNAME= 3455375 CONFLICTS= gitolite-[^3]* @@ -45,7 +42,7 @@ post-patch: -exec ${REINPLACE_CMD} -Ee 's|#!/bin/bash|#!${LOCALBASE}/bin/bash|' {} \; do-build: - echo "v${PORTVERSION}-0-g${GH_TAGNAME}" > ${WRKSRC}/src/VERSION + echo "${GH_TAGNAME}" > ${WRKSRC}/src/VERSION ${MKDIR} ${WRKSRC}/lib ${MV} ${WRKSRC}/src/lib/Gitolite ${WRKSRC}/lib/ ${RMDIR} ${WRKSRC}/src/lib @@ -63,7 +60,7 @@ do-install: do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README.txt ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README.markdown ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/CHANGELOG ${STAGEDIR}${DOCSDIR} .include Modified: head/devel/gitolite/distinfo ============================================================================== --- head/devel/gitolite/distinfo Sat Feb 13 09:03:15 2016 (r408774) +++ head/devel/gitolite/distinfo Sat Feb 13 09:12:19 2016 (r408775) @@ -1,2 +1,2 @@ -SHA256 (sitaramc-gitolite-3.6.1-3455375_GH0.tar.gz) = 007d7f171a1985b01689619ec60434dfaf355c5415a51e139de199cc11012df5 -SIZE (sitaramc-gitolite-3.6.1-3455375_GH0.tar.gz) = 165504 +SHA256 (sitaramc-gitolite-v3.6.4_GH0.tar.gz) = 15b19181dcc00233e4d031f07d769cf930e93963a925a71d684748068f38dd63 +SIZE (sitaramc-gitolite-v3.6.4_GH0.tar.gz) = 180619 Added: head/devel/gitolite/files/patch-src_triggers_post-compile_ssh-authkeys-split ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/gitolite/files/patch-src_triggers_post-compile_ssh-authkeys-split Sat Feb 13 09:12:19 2016 (r408775) @@ -0,0 +1,17 @@ +--- src/triggers/post-compile/ssh-authkeys-split.orig 2015-11-01 12:01:20 UTC ++++ src/triggers/post-compile/ssh-authkeys-split +@@ -1,4 +1,4 @@ +-#!/usr/local/bin/bash ++#!/bin/sh + + # split multi-key files into separate keys like ssh-authkeys likes + +@@ -60,7 +60,7 @@ do + while read line + do + echo "$line" > $SKD/$base@$seq.pub +- (( seq++ )) ++ seq=$(( $seq + 1 )) + done < $k + + # now delete the original file Modified: head/devel/gitolite/pkg-plist ============================================================================== --- head/devel/gitolite/pkg-plist Sat Feb 13 09:03:15 2016 (r408774) +++ head/devel/gitolite/pkg-plist Sat Feb 13 09:12:19 2016 (r408775) @@ -23,6 +23,7 @@ bin/gitolite %%SITE_PERL%%/Gitolite/Triggers/RefexExpr.pm %%SITE_PERL%%/Gitolite/Triggers/RepoUmask.pm %%SITE_PERL%%/Gitolite/Triggers/Shell.pm +%%SITE_PERL%%/Gitolite/Triggers/TProxy.pm %%SITE_PERL%%/Gitolite/Triggers/Writable.pm libexec/gitolite/VERSION libexec/gitolite/VREF/COUNT @@ -30,6 +31,7 @@ libexec/gitolite/VREF/EMAIL-CHECK libexec/gitolite/VREF/FILETYPE libexec/gitolite/VREF/MAX_NEWBIN_SIZE libexec/gitolite/VREF/MERGE-CHECK +libexec/gitolite/VREF/NAME_NC libexec/gitolite/VREF/VOTES libexec/gitolite/VREF/lock libexec/gitolite/VREF/partial-copy @@ -37,6 +39,7 @@ libexec/gitolite/VREF/refex-expr libexec/gitolite/check-g2-compat libexec/gitolite/commands/D libexec/gitolite/commands/access +libexec/gitolite/commands/config libexec/gitolite/commands/create libexec/gitolite/commands/creator libexec/gitolite/commands/desc @@ -50,6 +53,7 @@ libexec/gitolite/commands/list-dangling- libexec/gitolite/commands/lock libexec/gitolite/commands/mirror libexec/gitolite/commands/motd +libexec/gitolite/commands/option libexec/gitolite/commands/owns libexec/gitolite/commands/perms libexec/gitolite/commands/print-default-rc @@ -86,4 +90,4 @@ libexec/gitolite/triggers/repo-specific- libexec/gitolite/triggers/set-default-roles libexec/gitolite/triggers/upstream %%PORTDOCS%%%%DOCSDIR%%/CHANGELOG -%%PORTDOCS%%%%DOCSDIR%%/README.txt +%%PORTDOCS%%%%DOCSDIR%%/README.markdown From owner-svn-ports-head@freebsd.org Sat Feb 13 09:26:03 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 29F1BAA67AA; Sat, 13 Feb 2016 09:26:03 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EA4511DCE; Sat, 13 Feb 2016 09:26:02 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1D9Q1c1050653; Sat, 13 Feb 2016 09:26:01 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1D9Q1Tm050652; Sat, 13 Feb 2016 09:26:01 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201602130926.u1D9Q1Tm050652@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Sat, 13 Feb 2016 09:26:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408776 - head/mail/batv-milter X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Feb 2016 09:26:03 -0000 Author: dinoex Date: Sat Feb 13 09:26:01 2016 New Revision: 408776 URL: https://svnweb.freebsd.org/changeset/ports/408776 Log: - fix BUILD_DEPENDS Modified: head/mail/batv-milter/Makefile Modified: head/mail/batv-milter/Makefile ============================================================================== --- head/mail/batv-milter/Makefile Sat Feb 13 09:12:19 2016 (r408775) +++ head/mail/batv-milter/Makefile Sat Feb 13 09:26:01 2016 (r408776) @@ -11,7 +11,7 @@ MAINTAINER= umq@ueo.co.jp COMMENT= Milter for BATV (Bounce Address Tag Validation) .if !exists( /usr/include/libmilter/mfapi.h ) -BUILD_DEPENDS+= ${LOCALBASE}/include/libmilter/mfapi.h:${PORTSDIR}/mail/sendmail +BUILD_DEPENDS+= ${LOCALBASE}/include/libmilter/mfapi.h:${PORTSDIR}/mail/libmilter .endif USES= uidfix From owner-svn-ports-head@freebsd.org Sat Feb 13 09:34:31 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 43395AA6B7D; Sat, 13 Feb 2016 09:34:31 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 132E810D2; Sat, 13 Feb 2016 09:34:31 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1D9YUwj053673; Sat, 13 Feb 2016 09:34:30 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1D9YU3X053672; Sat, 13 Feb 2016 09:34:30 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201602130934.u1D9YU3X053672@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Sat, 13 Feb 2016 09:34:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408777 - head/mail/sendmail X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Feb 2016 09:34:31 -0000 Author: dinoex Date: Sat Feb 13 09:34:29 2016 New Revision: 408777 URL: https://svnweb.freebsd.org/changeset/ports/408777 Log: - fix default SENDMAIL_MILTER_PORT Modified: head/mail/sendmail/bsd.milter.mk Modified: head/mail/sendmail/bsd.milter.mk ============================================================================== --- head/mail/sendmail/bsd.milter.mk Sat Feb 13 09:26:01 2016 (r408776) +++ head/mail/sendmail/bsd.milter.mk Sat Feb 13 09:34:29 2016 (r408777) @@ -20,7 +20,7 @@ # # Overrideable defaults: # -# SENDMAIL_MILTER_PORT?= sendmail +# SENDMAIL_MILTER_PORT?= libmilter # # The makefile sets this variables: # MILTERBASE - "/usr" or ${LOCALBASE} @@ -60,7 +60,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/lib/libmilt RUN_DEPENDS+= ${LOCALBASE}/lib/libmilter.so.${MILTER_SOVER}:${PORTSDIR}/mail/${SENDMAIL_MILTER_PORT} .endif -SENDMAIL_MILTER_PORT?= sendmail +SENDMAIL_MILTER_PORT?= libmilter MILTER_SOVER?= 6 MILTERBASE?= ${LOCALBASE} MILTERINC= -I${MILTERBASE}/include From owner-svn-ports-head@freebsd.org Sat Feb 13 09:48:28 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 58CC1AA71D2; Sat, 13 Feb 2016 09:48:28 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2504A1587; Sat, 13 Feb 2016 09:48:28 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1D9mRO1056740; Sat, 13 Feb 2016 09:48:27 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1D9mRkO056739; Sat, 13 Feb 2016 09:48:27 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201602130948.u1D9mRkO056739@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Sat, 13 Feb 2016 09:48:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408778 - head/security/openssl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Feb 2016 09:48:28 -0000 Author: dinoex Date: Sat Feb 13 09:48:26 2016 New Revision: 408778 URL: https://svnweb.freebsd.org/changeset/ports/408778 Log: - mark options ASM broken on sparc64 PR: 204527 Modified: head/security/openssl/Makefile Modified: head/security/openssl/Makefile ============================================================================== --- head/security/openssl/Makefile Sat Feb 13 09:34:29 2016 (r408777) +++ head/security/openssl/Makefile Sat Feb 13 09:48:26 2016 (r408778) @@ -92,6 +92,7 @@ EXTRACONFIGURE+= no-sse2 .endif .if ${PORT_OPTIONS:MASM} +BROKEN_sparc64= option ASM generates illegal instructions EXTRACONFIGURE+= enable-asm .else EXTRACONFIGURE+= no-asm From owner-svn-ports-head@freebsd.org Sat Feb 13 09:55:49 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D9C10AA748F; Sat, 13 Feb 2016 09:55:49 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A905E1A40; Sat, 13 Feb 2016 09:55:49 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1D9tmSq059711; Sat, 13 Feb 2016 09:55:48 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1D9tmHt059710; Sat, 13 Feb 2016 09:55:48 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201602130955.u1D9tmHt059710@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sat, 13 Feb 2016 09:55:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408779 - head/multimedia/gstreamer-qt4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Feb 2016 09:55:50 -0000 Author: rakuco Date: Sat Feb 13 09:55:48 2016 New Revision: 408779 URL: https://svnweb.freebsd.org/changeset/ports/408779 Log: Assign port to kde@. kde@ already maintains multimedia/gstreamer1-qt4, and fluffy@ used to be part of kde@ back in the day when this one was created. Modified: head/multimedia/gstreamer-qt4/Makefile Modified: head/multimedia/gstreamer-qt4/Makefile ============================================================================== --- head/multimedia/gstreamer-qt4/Makefile Sat Feb 13 09:48:26 2016 (r408778) +++ head/multimedia/gstreamer-qt4/Makefile Sat Feb 13 09:55:48 2016 (r408779) @@ -9,7 +9,7 @@ MASTER_SITES= http://gstreamer.freedeskt PKGNAMESUFFIX= -qt4 DISTNAME= qt-${PORTNAME}-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= kde@FreeBSD.org COMMENT= Qt4 bindings for GStreamer multimedia library LICENSE= LGPL21+ From owner-svn-ports-head@freebsd.org Sat Feb 13 10:06:22 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A3278AA79BB; Sat, 13 Feb 2016 10:06:22 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5EB251ECC; Sat, 13 Feb 2016 10:06:22 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1DA6LrF062697; Sat, 13 Feb 2016 10:06:21 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1DA6LdY062694; Sat, 13 Feb 2016 10:06:21 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201602131006.u1DA6LdY062694@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sat, 13 Feb 2016 10:06:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408780 - head/audio/beets X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Feb 2016 10:06:22 -0000 Author: wen Date: Sat Feb 13 10:06:20 2016 New Revision: 408780 URL: https://svnweb.freebsd.org/changeset/ports/408780 Log: - Update to 1.3.16 - Add an option for the new Emby update plugin - Update WWW PR: 206081 Submitted by: stiginge@pvv.org(maintainer) Modified: head/audio/beets/Makefile head/audio/beets/distinfo head/audio/beets/pkg-descr Modified: head/audio/beets/Makefile ============================================================================== --- head/audio/beets/Makefile Sat Feb 13 09:55:48 2016 (r408779) +++ head/audio/beets/Makefile Sat Feb 13 10:06:20 2016 (r408780) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= beets -PORTVERSION= 1.3.15 +PORTVERSION= 1.3.16 CATEGORIES= audio python MASTER_SITES= CHEESESHOP @@ -26,8 +26,8 @@ USE_PYTHON= distutils autoplist PLIST_FILES= man/man1/beet.1.gz man/man5/beetsconfig.5.gz -OPTIONS_DEFINE= BADFILES BPD CHROMA DISCOGS ECHONEST FETCHART FFMPEG \ - IMAGEMAGICK IPFS LASTFM LASTIMPORT LYRICS LYRICS_GOOGLE \ +OPTIONS_DEFINE= BADFILES BPD CHROMA DISCOGS ECHONEST EMBYUPDATE FETCHART \ + FFMPEG IMAGEMAGICK IPFS LASTFM LASTIMPORT LYRICS LYRICS_GOOGLE \ MPDSTATS METASYNC_DBUS PLEXUPDATE REPLAYGAIN SPOTIFY \ THUMBNAILS WEB WEB_CORS OPTIONS_DEFAULT= @@ -37,6 +37,7 @@ BPD_DESC= MPD Compatible Music Player Pl CHROMA_DESC= Audio Fingerprinting Plugin DISCOGS_DESC= Discogs Search Plugin ECHONEST_DESC= Echo Nest Plugin +EMBYUPDATE_DESC= Emby Update Plugin FETCHART_DESC= Cover Art Fetch Plugin IPFS_DESC= IPFS Plugin IMAGEMAGICK_DESC= Cover Art Resizing and Comparison @@ -59,6 +60,7 @@ BPD_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX} CHROMA_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyacoustid>=0:${PORTSDIR}/audio/py-pyacoustid DISCOGS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}discogs-client>=2.1.0:${PORTSDIR}/audio/py-discogs-client ECHONEST_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyechonest>=8.0.1:${PORTSDIR}/devel/py-pyechonest +EMBYUPDATE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:${PORTSDIR}/www/py-requests FETCHART_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:${PORTSDIR}/www/py-requests FFMPEG_RUN_DEPENDS= ffmpeg>=2:${PORTSDIR}/multimedia/ffmpeg IMAGEMAGICK_RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick Modified: head/audio/beets/distinfo ============================================================================== --- head/audio/beets/distinfo Sat Feb 13 09:55:48 2016 (r408779) +++ head/audio/beets/distinfo Sat Feb 13 10:06:20 2016 (r408780) @@ -1,2 +1,2 @@ -SHA256 (beets-1.3.15.tar.gz) = ebb16c9d8864d65491cd73cb0c9661df18f12604f1a6c2c16d19096d87ef50c4 -SIZE (beets-1.3.15.tar.gz) = 1293842 +SHA256 (beets-1.3.16.tar.gz) = fdbdee7dadd04001f6281142cd61b5b8478107d1f38da30b9d08d7fbd0bea130 +SIZE (beets-1.3.16.tar.gz) = 1315013 Modified: head/audio/beets/pkg-descr ============================================================================== --- head/audio/beets/pkg-descr Sat Feb 13 09:55:48 2016 (r408779) +++ head/audio/beets/pkg-descr Sat Feb 13 10:06:20 2016 (r408780) @@ -1,4 +1,4 @@ Beets is the media library management system for obsessive-compulsive music geeks. -WWW: http://beets.radbox.org/ +WWW: http://beets.io/ From owner-svn-ports-head@freebsd.org Sat Feb 13 10:32:17 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3252FAA65ED; Sat, 13 Feb 2016 10:32:17 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F2DE61D2D; Sat, 13 Feb 2016 10:32:16 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1DAWFKK069508; Sat, 13 Feb 2016 10:32:15 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1DAWFFK069507; Sat, 13 Feb 2016 10:32:15 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201602131032.u1DAWFFK069507@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Sat, 13 Feb 2016 10:32:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408781 - head/mail/sendmail X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Feb 2016 10:32:17 -0000 Author: dinoex Date: Sat Feb 13 10:32:15 2016 New Revision: 408781 URL: https://svnweb.freebsd.org/changeset/ports/408781 Log: - use LIB_DEPENDS - remove option WITHOUT_MILTER Modified: head/mail/sendmail/bsd.milter.mk Modified: head/mail/sendmail/bsd.milter.mk ============================================================================== --- head/mail/sendmail/bsd.milter.mk Sat Feb 13 10:06:20 2016 (r408780) +++ head/mail/sendmail/bsd.milter.mk Sat Feb 13 10:32:15 2016 (r408781) @@ -14,8 +14,8 @@ # WITH_SENDMAIL_BASE=yes - Use milter in the base # WITH_SENDMAIL_PORT=yes - Use milter from ports # -# If unspecified, check for the lib exits in the base system, -# but give an installed port preference over it. +# If unspecified, check for the lib exist in the base system, +# but gives an installed port preference over it. # # # Overrideable defaults: @@ -56,8 +56,7 @@ WITH_SENDMAIL_BASE=yes .if defined(WITH_SENDMAIL_STATIC_MILTER) BUILD_DEPENDS+= ${LOCALBASE}/lib/libmilter.a:${PORTSDIR}/mail/${SENDMAIL_MILTER_PORT} .else -BUILD_DEPENDS+= ${LOCALBASE}/lib/libmilter.so.${MILTER_SOVER}:${PORTSDIR}/mail/${SENDMAIL_MILTER_PORT} -RUN_DEPENDS+= ${LOCALBASE}/lib/libmilter.so.${MILTER_SOVER}:${PORTSDIR}/mail/${SENDMAIL_MILTER_PORT} +LIB_DEPENDS+= libmilter.so.${MILTER_SOVER}:${PORTSDIR}/mail/${SENDMAIL_MILTER_PORT} .endif SENDMAIL_MILTER_PORT?= libmilter @@ -75,14 +74,6 @@ CFLAGS=${MILTERINC} .endif .endif -.if defined(WITHOUT_MILTER) -pre-everything:: - @${ECHO_MSG} - @${ECHO_MSG} You must unset variable SENDMAIL_WITHOUT_MILTER, - @${ECHO_MSG} and rebuild sendmail in the ports - @${FALSE} -.endif - .endif .if defined(WITH_SENDMAIL_BASE) From owner-svn-ports-head@freebsd.org Sat Feb 13 10:51:10 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 79532AA6FFF; Sat, 13 Feb 2016 10:51:10 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 53DC8138C; Sat, 13 Feb 2016 10:51:10 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1DAp9td074906; Sat, 13 Feb 2016 10:51:09 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1DAp8xB074901; Sat, 13 Feb 2016 10:51:08 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201602131051.u1DAp8xB074901@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Sat, 13 Feb 2016 10:51:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408782 - in head/graphics/py-pillow: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Feb 2016 10:51:10 -0000 Author: koobs Date: Sat Feb 13 10:51:08 2016 New Revision: 408782 URL: https://svnweb.freebsd.org/changeset/ports/408782 Log: graphics/py-pillow: Backport security fixes Backport security fixes from 3.1.1 release, resolving the following vulnerabilities: * CVE-2016-0775: Buffer overflow in FLI decoding code * CVE-2016-0740: Buffer overflow in TIFF decoding code * Integer overflow in Resample.c [1] * Buffer overflow in PCD decoder [2] [1] https://github.com/python-pillow/Pillow/issues/1710 [2] https://github.com/python-pillow/Pillow/issues/568 PR: 207053 Submitted by: rakuco MFH: 2016Q1 Security: a8de962a-cf15-11e5-805c-5453ed2e2b49 Added: head/graphics/py-pillow/files/ head/graphics/py-pillow/files/patch-CVE-2016-0740 (contents, props changed) head/graphics/py-pillow/files/patch-CVE-2016-0775 (contents, props changed) head/graphics/py-pillow/files/patch-libImaging-PcdDecode.c (contents, props changed) head/graphics/py-pillow/files/patch-libImaging-Resample.c (contents, props changed) Modified: head/graphics/py-pillow/Makefile Modified: head/graphics/py-pillow/Makefile ============================================================================== --- head/graphics/py-pillow/Makefile Sat Feb 13 10:32:15 2016 (r408781) +++ head/graphics/py-pillow/Makefile Sat Feb 13 10:51:08 2016 (r408782) @@ -3,6 +3,7 @@ PORTNAME= pillow PORTVERSION= 2.9.0 +PORTREVISION= 1 CATEGORIES= graphics python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -96,7 +97,7 @@ do-install: ${PYDISTUTILS_SETUP} ${PYDISTUTILS_BUILD_TARGET} ${PYDISTUTILS_BUILDARGS} \ ${PYDISTUTILS_INSTALL_TARGET} ${PYDISTUTILS_INSTALLARGS}) -regression-test: extract +do-test: extract @cd ${WRKSRC} && \ ${PYTHON_CMD} ${PYSETUP} build_ext -i && \ ${PYTHON_CMD} selftest.py Added: head/graphics/py-pillow/files/patch-CVE-2016-0740 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-pillow/files/patch-CVE-2016-0740 Sat Feb 13 10:51:08 2016 (r408782) @@ -0,0 +1,24 @@ +From 6dcbf5bd96b717c58d7b642949da8d323099928e Mon Sep 17 00:00:00 2001 +From: Eric Soroos +Date: Thu, 14 Jan 2016 04:59:19 -0800 +Subject: [PATCH] Fix for buffer overflow in TiffDecode.c CVE-2016-0740 + +--- + Tests/check_libtiff_segfault.py | 23 +++++++++++++++++++++++ + Tests/images/libtiff_segfault.tif | Bin 0 -> 262 bytes + libImaging/TiffDecode.c | 2 +- + 3 files changed, 24 insertions(+), 1 deletion(-) + create mode 100644 Tests/check_libtiff_segfault.py + create mode 100644 Tests/images/libtiff_segfault.tif + +--- libImaging/TiffDecode.c ++++ libImaging/TiffDecode.c +@@ -169,7 +169,7 @@ int ImagingLibTiffDecode(Imaging im, ImagingCodecState state, UINT8* buffer, int + char *filename = "tempfile.tif"; + char *mode = "r"; + TIFF *tiff; +- int size; ++ tsize_t size; + + + /* buffer is the encoded file, bytes is the length of the encoded file */ Added: head/graphics/py-pillow/files/patch-CVE-2016-0775 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-pillow/files/patch-CVE-2016-0775 Sat Feb 13 10:51:08 2016 (r408782) @@ -0,0 +1,24 @@ +From bcaaf97f4ff25b3b5b9e8efeda364e17e80858ec Mon Sep 17 00:00:00 2001 +From: wiredfool +Date: Wed, 20 Jan 2016 22:37:28 +0000 +Subject: [PATCH] FLI overflow error fix and testcase CVE-2016-0775 + +--- + Tests/check_fli_overflow.py | 16 ++++++++++++++++ + Tests/images/fli_overflow.fli | Bin 0 -> 4645 bytes + libImaging/FliDecode.c | 2 +- + 3 files changed, 17 insertions(+), 1 deletion(-) + create mode 100644 Tests/check_fli_overflow.py + create mode 100644 Tests/images/fli_overflow.fli + +--- libImaging/FliDecode.c ++++ libImaging/FliDecode.c +@@ -185,7 +185,7 @@ ImagingFliDecode(Imaging im, ImagingCodecState state, UINT8* buf, int bytes) + /* COPY chunk */ + for (y = 0; y < state->ysize; y++) { + UINT8* buf = (UINT8*) im->image[y]; +- memcpy(buf+x, data, state->xsize); ++ memcpy(buf, data, state->xsize); + data += state->xsize; + } + break; Added: head/graphics/py-pillow/files/patch-libImaging-PcdDecode.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-pillow/files/patch-libImaging-PcdDecode.c Sat Feb 13 10:51:08 2016 (r408782) @@ -0,0 +1,33 @@ +From ae453aa18b66af54e7ff716f4ccb33adca60afd4 Mon Sep 17 00:00:00 2001 +From: wiredfool +Date: Tue, 2 Feb 2016 05:46:26 -0800 +Subject: [PATCH] PCD decoder overruns the shuffle buffer, Fixes #568 + +--- + Tests/images/hopper.pcd | Bin 0 -> 788480 bytes + Tests/test_file_pcd.py | 18 ++++++++++++++++++ + libImaging/PcdDecode.c | 4 ++-- + 3 files changed, 20 insertions(+), 2 deletions(-) + create mode 100644 Tests/images/hopper.pcd + create mode 100644 Tests/test_file_pcd.py + +--- libImaging/PcdDecode.c ++++ libImaging/PcdDecode.c +@@ -47,7 +47,7 @@ ImagingPcdDecode(Imaging im, ImagingCodecState state, UINT8* buf, int bytes) + out[0] = ptr[x]; + out[1] = ptr[(x+4*state->xsize)/2]; + out[2] = ptr[(x+5*state->xsize)/2]; +- out += 4; ++ out += 3; + } + + state->shuffle((UINT8*) im->image[state->y], +@@ -62,7 +62,7 @@ ImagingPcdDecode(Imaging im, ImagingCodecState state, UINT8* buf, int bytes) + out[0] = ptr[x+state->xsize]; + out[1] = ptr[(x+4*state->xsize)/2]; + out[2] = ptr[(x+5*state->xsize)/2]; +- out += 4; ++ out += 3; + } + + state->shuffle((UINT8*) im->image[state->y], Added: head/graphics/py-pillow/files/patch-libImaging-Resample.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-pillow/files/patch-libImaging-Resample.c Sat Feb 13 10:51:08 2016 (r408782) @@ -0,0 +1,35 @@ +From 41fae6d9e2da741d2c5464775c7f1a609ea03798 Mon Sep 17 00:00:00 2001 +From: Ned Williamson +Date: Thu, 4 Feb 2016 01:54:12 -0500 +Subject: [PATCH] fix integer overflow in Resample.c + +--- + libImaging/Resample.c | 12 ++++++++++++ + 1 file changed, 12 insertions(+) + +--- libImaging/Resample.c ++++ libImaging/Resample.c +@@ -138,11 +138,23 @@ ImagingResampleHorizontal(Imaging imIn, int xsize, int filter) + /* maximum number of coofs */ + kmax = (int) ceil(support) * 2 + 1; + ++ // check for overflow ++ if (kmax > 0 && xsize > SIZE_MAX / kmax) ++ return (Imaging) ImagingError_MemoryError(); ++ ++ // sizeof(float) should be greater than 0 ++ if (xsize * kmax > SIZE_MAX / sizeof(float)) ++ return (Imaging) ImagingError_MemoryError(); ++ + /* coefficient buffer */ + kk = malloc(xsize * kmax * sizeof(float)); + if ( ! kk) + return (Imaging) ImagingError_MemoryError(); + ++ // sizeof(int) should be greater than 0 as well ++ if (xsize > SIZE_MAX / (2 * sizeof(int))) ++ return (Imaging) ImagingError_MemoryError(); ++ + xbounds = malloc(xsize * 2 * sizeof(int)); + if ( ! xbounds) { + free(kk); From owner-svn-ports-head@freebsd.org Sat Feb 13 11:32:32 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9AD92AA7FB2; Sat, 13 Feb 2016 11:32:32 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 157EA179E; Sat, 13 Feb 2016 11:32:32 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1DBWVe5089808; Sat, 13 Feb 2016 11:32:31 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1DBWUxn089803; Sat, 13 Feb 2016 11:32:30 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201602131132.u1DBWUxn089803@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 13 Feb 2016 11:32:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408785 - head/multimedia/emby-server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Feb 2016 11:32:32 -0000 Author: riggs Date: Sat Feb 13 11:32:30 2016 New Revision: 408785 URL: https://svnweb.freebsd.org/changeset/ports/408785 Log: Update to upstream version 3.0.5821, fix dependencies and improve pkg-msg * Update multimedia/emby-server to 3.0.5821 * Remove dependency on multimedia/libmediainfo (now uses FFMpeg instead) * Add X11 OPTION (ON by default) for user to choose dependency of graphics/ImageMagick or graphics/ImageMagick-nox11 * Improve pkg-message to prompt the user to some additional options that can be set when building multimedia/ffmpeg and graphics/ImageMagick in order to optimise their Emby Server experience. PR: 206374 Submitted by: joshruehlig@gmail.com Reviewed by: woodsb02@gmail.com (maintainer) Approved by: woodsb02@gmail.com (maintainer) Modified: head/multimedia/emby-server/Makefile head/multimedia/emby-server/distinfo head/multimedia/emby-server/pkg-message head/multimedia/emby-server/pkg-plist Modified: head/multimedia/emby-server/Makefile ============================================================================== --- head/multimedia/emby-server/Makefile Sat Feb 13 11:11:18 2016 (r408784) +++ head/multimedia/emby-server/Makefile Sat Feb 13 11:32:30 2016 (r408785) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= emby-server -PORTVERSION= 3.0.5781.2 +PORTVERSION= 3.0.5821 CATEGORIES= multimedia MAINTAINER= woodsb02@gmail.com @@ -12,9 +12,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE.md LIB_DEPENDS= libavformat.so:${PORTSDIR}/multimedia/ffmpeg \ - libmediainfo.so:${PORTSDIR}/multimedia/libmediainfo \ - libsqlite3.so:${PORTSDIR}/databases/sqlite3 \ - libMagickWand-6.so:${PORTSDIR}/graphics/ImageMagick-nox11 + libsqlite3.so:${PORTSDIR}/databases/sqlite3 CONFLICTS_INSTALL= mediabrowser @@ -30,6 +28,11 @@ SUB_LIST= PORTNAME=${PORTNAME} USER=${US USERS= emby GROUPS= emby +OPTIONS_DEFINE= X11 +OPTIONS_DEFAULT=X11 +X11_LIB_DEPENDS=libMagickWand-6.so:${PORTSDIR}/graphics/ImageMagick +X11_LIB_DEPENDS_OFF=libMagickWand-6.so:${PORTSDIR}/graphics/ImageMagick-nox11 + do-build: (cd ${WRKSRC} && \ ${SETENV} ${MAKE_ENV} ${LOCALBASE}/bin/xbuild /t:build /p:Configuration="Release Mono" \ Modified: head/multimedia/emby-server/distinfo ============================================================================== --- head/multimedia/emby-server/distinfo Sat Feb 13 11:11:18 2016 (r408784) +++ head/multimedia/emby-server/distinfo Sat Feb 13 11:32:30 2016 (r408785) @@ -1,2 +1,2 @@ -SHA256 (MediaBrowser-Emby-3.0.5781.2_GH0.tar.gz) = ac4c99aad97ad2eb3e478906c2824599a37fae23136bfa98577fbeee08973ab8 -SIZE (MediaBrowser-Emby-3.0.5781.2_GH0.tar.gz) = 59105858 +SHA256 (MediaBrowser-Emby-3.0.5821_GH0.tar.gz) = 8f85dbbe61c9279e08f902ceeea9183ad2cdfe10d343abe3ba695dc9d1bf5592 +SIZE (MediaBrowser-Emby-3.0.5821_GH0.tar.gz) = 54744878 Modified: head/multimedia/emby-server/pkg-message ============================================================================== --- head/multimedia/emby-server/pkg-message Sat Feb 13 11:11:18 2016 (r408784) +++ head/multimedia/emby-server/pkg-message Sat Feb 13 11:32:30 2016 (r408785) @@ -1,7 +1,18 @@ -Emby Server uses ffmpeg for transcoding, which by default has -lame support disabled due to licensing issues. To enable mp3 -audio when transcoding, you must reinstall multimedia/ffmpeg -from ports with the lame support option enabled. +Emby Server uses FFmpeg for transcoding and ImageMagick for +generating thumbnails. The default ports/pkg builds of FFmpeg +and ImageMagick on FreeBSD have a number of options which +could be SET/UNSET to improve your Emby Server experience. + +It is recommended to recompile the multimedia/ffmpeg package +from ports with the following options ENABLED (SET): + - ASS (required for subtitle rendering) + - LAME (required for mp3 audio transcoding, disabled by default due to mp3 licensing restrictions) + - OPUS (required for opus audio codec support) + - X265 (required for H.265 video codec support + +It is recommended to recompile the graphics/ImageMagick package +from ports with the following options DISABLED (UNSET): + - 16BIT_PIXEL (to increase thumbnail generation performance) If you had mediabrowser installed before the project was renamed to emby-server, you may want to rename the user and Modified: head/multimedia/emby-server/pkg-plist ============================================================================== --- head/multimedia/emby-server/pkg-plist Sat Feb 13 11:11:18 2016 (r408784) +++ head/multimedia/emby-server/pkg-plist Sat Feb 13 11:32:30 2016 (r408785) @@ -14,8 +14,6 @@ lib/emby-server/MediaBrowser.Dlna.dll lib/emby-server/MediaBrowser.IsoMounting.Linux.dll lib/emby-server/MediaBrowser.LocalMetadata.dll lib/emby-server/MediaBrowser.MediaEncoding.dll -lib/emby-server/MediaBrowser.MediaInfo.dll -lib/emby-server/MediaBrowser.MediaInfo.dll.config lib/emby-server/MediaBrowser.Model.dll lib/emby-server/MediaBrowser.Model.dll.mdb lib/emby-server/MediaBrowser.Naming.dll @@ -48,59 +46,1419 @@ lib/emby-server/WebMarkupMin.Core.dll lib/emby-server/dashboard-ui/about.html lib/emby-server/dashboard-ui/addplugin.html lib/emby-server/dashboard-ui/advanced.html -lib/emby-server/dashboard-ui/apiclient/ajax.js -lib/emby-server/dashboard-ui/apiclient/alt/bean.js -lib/emby-server/dashboard-ui/apiclient/alt/deferred.js -lib/emby-server/dashboard-ui/apiclient/alt/events.js -lib/emby-server/dashboard-ui/apiclient/apiclient.js -lib/emby-server/dashboard-ui/apiclient/connectionmanager.js -lib/emby-server/dashboard-ui/apiclient/connectservice.js -lib/emby-server/dashboard-ui/apiclient/credentials.js -lib/emby-server/dashboard-ui/apiclient/deferred.js -lib/emby-server/dashboard-ui/apiclient/device.js -lib/emby-server/dashboard-ui/apiclient/events.js -lib/emby-server/dashboard-ui/apiclient/fileupload.js -lib/emby-server/dashboard-ui/apiclient/localassetmanager.js -lib/emby-server/dashboard-ui/apiclient/logger.js -lib/emby-server/dashboard-ui/apiclient/md5.js -lib/emby-server/dashboard-ui/apiclient/serverdiscovery.js -lib/emby-server/dashboard-ui/apiclient/sha1.js -lib/emby-server/dashboard-ui/apiclient/store.js -lib/emby-server/dashboard-ui/apiclient/sync/contentuploader.js -lib/emby-server/dashboard-ui/apiclient/sync/mediasync.js -lib/emby-server/dashboard-ui/apiclient/sync/multiserversync.js -lib/emby-server/dashboard-ui/apiclient/sync/offlineusersync.js -lib/emby-server/dashboard-ui/apiclient/sync/serversync.js -lib/emby-server/dashboard-ui/apiclient/wakeonlan.js lib/emby-server/dashboard-ui/appservices.html lib/emby-server/dashboard-ui/autoorganizelog.html lib/emby-server/dashboard-ui/autoorganizetv.html +lib/emby-server/dashboard-ui/bower_components/Sortable/.bower.json +lib/emby-server/dashboard-ui/bower_components/Sortable/.editorconfig +lib/emby-server/dashboard-ui/bower_components/Sortable/.gitignore +lib/emby-server/dashboard-ui/bower_components/Sortable/.jshintrc +lib/emby-server/dashboard-ui/bower_components/Sortable/CONTRIBUTING.md +lib/emby-server/dashboard-ui/bower_components/Sortable/Gruntfile.js +lib/emby-server/dashboard-ui/bower_components/Sortable/README.md +lib/emby-server/dashboard-ui/bower_components/Sortable/Sortable.html +lib/emby-server/dashboard-ui/bower_components/Sortable/Sortable.js lib/emby-server/dashboard-ui/bower_components/Sortable/Sortable.min.js +lib/emby-server/dashboard-ui/bower_components/Sortable/bower.json +lib/emby-server/dashboard-ui/bower_components/Sortable/component.json +lib/emby-server/dashboard-ui/bower_components/Sortable/index.html +lib/emby-server/dashboard-ui/bower_components/Sortable/jquery.binding.js +lib/emby-server/dashboard-ui/bower_components/Sortable/knockout-sortable.js +lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/.versions +lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/README.md +lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/example/.meteor/.finished-upgraders +lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/example/.meteor/.gitignore +lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/example/.meteor/.id +lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/example/.meteor/packages +lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/example/.meteor/platforms +lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/example/.meteor/release +lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/example/.meteor/versions +lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/example/README.md +lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/example/client/define-object-type.css +lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/example/client/define-object-type.html +lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/example/client/define-object-type.js +lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/example/model.js +lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/example/run.bat +lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/example/run.sh +lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/example/server/fixtures.js +lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/example/server/sortable-collections.js +lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/methods-client.js +lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/methods-server.js +lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/package.js +lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/publish.sh +lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/reactivize.js +lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/runtests.bat +lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/runtests.sh +lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/template.html +lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/test.js +lib/emby-server/dashboard-ui/bower_components/Sortable/ng-sortable.js +lib/emby-server/dashboard-ui/bower_components/Sortable/package.json +lib/emby-server/dashboard-ui/bower_components/Sortable/react-sortable-mixin.js +lib/emby-server/dashboard-ui/bower_components/Sortable/st/app.css +lib/emby-server/dashboard-ui/bower_components/Sortable/st/app.js +lib/emby-server/dashboard-ui/bower_components/Sortable/st/face-01.jpg +lib/emby-server/dashboard-ui/bower_components/Sortable/st/face-02.jpg +lib/emby-server/dashboard-ui/bower_components/Sortable/st/face-03.jpg +lib/emby-server/dashboard-ui/bower_components/Sortable/st/face-04.jpg +lib/emby-server/dashboard-ui/bower_components/Sortable/st/face-05.jpg +lib/emby-server/dashboard-ui/bower_components/Sortable/st/face-06.jpg +lib/emby-server/dashboard-ui/bower_components/Sortable/st/face-07.jpg +lib/emby-server/dashboard-ui/bower_components/Sortable/st/face-08.jpg +lib/emby-server/dashboard-ui/bower_components/Sortable/st/face-09.jpg +lib/emby-server/dashboard-ui/bower_components/Sortable/st/iframe/frame.html +lib/emby-server/dashboard-ui/bower_components/Sortable/st/iframe/index.html +lib/emby-server/dashboard-ui/bower_components/Sortable/st/logo.png +lib/emby-server/dashboard-ui/bower_components/Sortable/st/og-image.png +lib/emby-server/dashboard-ui/bower_components/Swiper/.bower.json +lib/emby-server/dashboard-ui/bower_components/Swiper/CHANGELOG.md +lib/emby-server/dashboard-ui/bower_components/Swiper/LICENSE +lib/emby-server/dashboard-ui/bower_components/Swiper/README.md +lib/emby-server/dashboard-ui/bower_components/Swiper/bower.json +lib/emby-server/dashboard-ui/bower_components/Swiper/component.json +lib/emby-server/dashboard-ui/bower_components/Swiper/dist/css/swiper.css +lib/emby-server/dashboard-ui/bower_components/Swiper/dist/css/swiper.min.css +lib/emby-server/dashboard-ui/bower_components/Swiper/dist/js/maps/swiper.jquery.min.js.map +lib/emby-server/dashboard-ui/bower_components/Swiper/dist/js/maps/swiper.jquery.umd.min.js.map +lib/emby-server/dashboard-ui/bower_components/Swiper/dist/js/maps/swiper.min.js.map +lib/emby-server/dashboard-ui/bower_components/Swiper/dist/js/swiper.jquery.js +lib/emby-server/dashboard-ui/bower_components/Swiper/dist/js/swiper.jquery.min.js +lib/emby-server/dashboard-ui/bower_components/Swiper/dist/js/swiper.jquery.umd.js +lib/emby-server/dashboard-ui/bower_components/Swiper/dist/js/swiper.jquery.umd.min.js +lib/emby-server/dashboard-ui/bower_components/Swiper/dist/js/swiper.js +lib/emby-server/dashboard-ui/bower_components/Swiper/dist/js/swiper.min.js +lib/emby-server/dashboard-ui/bower_components/Swiper/gulpfile.js +lib/emby-server/dashboard-ui/bower_components/Swiper/package.js +lib/emby-server/dashboard-ui/bower_components/Swiper/src/js/a11y.js +lib/emby-server/dashboard-ui/bower_components/Swiper/src/js/amd.js +lib/emby-server/dashboard-ui/bower_components/Swiper/src/js/controller.js +lib/emby-server/dashboard-ui/bower_components/Swiper/src/js/core.js +lib/emby-server/dashboard-ui/bower_components/Swiper/src/js/dom-plugins.js +lib/emby-server/dashboard-ui/bower_components/Swiper/src/js/dom.js +lib/emby-server/dashboard-ui/bower_components/Swiper/src/js/effects.js +lib/emby-server/dashboard-ui/bower_components/Swiper/src/js/emitter.js +lib/emby-server/dashboard-ui/bower_components/Swiper/src/js/get-dom-lib.js +lib/emby-server/dashboard-ui/bower_components/Swiper/src/js/get-jquery.js +lib/emby-server/dashboard-ui/bower_components/Swiper/src/js/hashnav.js +lib/emby-server/dashboard-ui/bower_components/Swiper/src/js/init.js +lib/emby-server/dashboard-ui/bower_components/Swiper/src/js/keyboard.js +lib/emby-server/dashboard-ui/bower_components/Swiper/src/js/lazy-load.js +lib/emby-server/dashboard-ui/bower_components/Swiper/src/js/mousewheel.js +lib/emby-server/dashboard-ui/bower_components/Swiper/src/js/parallax.js +lib/emby-server/dashboard-ui/bower_components/Swiper/src/js/plugins.js +lib/emby-server/dashboard-ui/bower_components/Swiper/src/js/scrollbar.js +lib/emby-server/dashboard-ui/bower_components/Swiper/src/js/swiper-intro-f7.js +lib/emby-server/dashboard-ui/bower_components/Swiper/src/js/swiper-intro.js +lib/emby-server/dashboard-ui/bower_components/Swiper/src/js/swiper-outro.js +lib/emby-server/dashboard-ui/bower_components/Swiper/src/js/swiper-proto.js +lib/emby-server/dashboard-ui/bower_components/Swiper/src/js/wrap-end-umd.js +lib/emby-server/dashboard-ui/bower_components/Swiper/src/js/wrap-end.js +lib/emby-server/dashboard-ui/bower_components/Swiper/src/js/wrap-start-umd.js +lib/emby-server/dashboard-ui/bower_components/Swiper/src/js/wrap-start.js +lib/emby-server/dashboard-ui/bower_components/Swiper/src/less/core.less +lib/emby-server/dashboard-ui/bower_components/Swiper/src/less/effects.less +lib/emby-server/dashboard-ui/bower_components/Swiper/src/less/mixins.less +lib/emby-server/dashboard-ui/bower_components/Swiper/src/less/navigation-f7.less +lib/emby-server/dashboard-ui/bower_components/Swiper/src/less/navigation.less +lib/emby-server/dashboard-ui/bower_components/Swiper/src/less/preloader-f7.less +lib/emby-server/dashboard-ui/bower_components/Swiper/src/less/preloader.less +lib/emby-server/dashboard-ui/bower_components/Swiper/src/less/scrollbar.less +lib/emby-server/dashboard-ui/bower_components/Swiper/src/less/swiper.less +lib/emby-server/dashboard-ui/bower_components/cryptojslib/.bower.json +lib/emby-server/dashboard-ui/bower_components/cryptojslib/.gitattributes +lib/emby-server/dashboard-ui/bower_components/cryptojslib/.gitignore +lib/emby-server/dashboard-ui/bower_components/cryptojslib/README.md +lib/emby-server/dashboard-ui/bower_components/cryptojslib/bower.json +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/aes-min.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/aes.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/cipher-core-min.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/cipher-core.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/core-min.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/core.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/enc-base64-min.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/enc-base64.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/enc-utf16-min.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/enc-utf16.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/evpkdf-min.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/evpkdf.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/format-hex-min.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/format-hex.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/hmac-min.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/hmac.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/lib-typedarrays-min.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/lib-typedarrays.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/md5-min.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/md5.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/mode-cfb-min.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/mode-cfb.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/mode-ctr-gladman-min.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/mode-ctr-gladman.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/mode-ctr-min.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/mode-ctr.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/mode-ecb-min.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/mode-ecb.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/mode-ofb-min.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/mode-ofb.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/pad-ansix923-min.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/pad-ansix923.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/pad-iso10126-min.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/pad-iso10126.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/pad-iso97971-min.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/pad-iso97971.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/pad-nopadding-min.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/pad-nopadding.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/pad-zeropadding-min.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/pad-zeropadding.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/pbkdf2-min.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/pbkdf2.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/rabbit-legacy-min.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/rabbit-legacy.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/rabbit-min.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/rabbit.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/rc4-min.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/rc4.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/ripemd160-min.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/ripemd160.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/sha1-min.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/sha1.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/sha224-min.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/sha224.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/sha256-min.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/sha256.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/sha3-min.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/sha3.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/sha384-min.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/sha384.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/sha512-min.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/sha512.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/tripledes-min.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/tripledes.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/x64-core-min.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/x64-core.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/copyright.txt +lib/emby-server/dashboard-ui/bower_components/cryptojslib/push.bat +lib/emby-server/dashboard-ui/bower_components/cryptojslib/rollups/aes.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/rollups/hmac-md5.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/rollups/hmac-ripemd160.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/rollups/hmac-sha1.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/rollups/hmac-sha224.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/rollups/hmac-sha256.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/rollups/hmac-sha3.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/rollups/hmac-sha384.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/rollups/hmac-sha512.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/rollups/md5.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/rollups/pbkdf2.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/rollups/rabbit-legacy.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/rollups/rabbit.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/rollups/rc4.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/rollups/ripemd160.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/rollups/sha1.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/rollups/sha224.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/rollups/sha256.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/rollups/sha3.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/rollups/sha384.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/rollups/sha512.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/rollups/tripledes.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/status.bat +lib/emby-server/dashboard-ui/bower_components/emby-apiclient/.bower.json +lib/emby-server/dashboard-ui/bower_components/emby-apiclient/LICENSE +lib/emby-server/dashboard-ui/bower_components/emby-apiclient/README.md +lib/emby-server/dashboard-ui/bower_components/emby-apiclient/apiclient.js +lib/emby-server/dashboard-ui/bower_components/emby-apiclient/appstorage.js +lib/emby-server/dashboard-ui/bower_components/emby-apiclient/bower.json +lib/emby-server/dashboard-ui/bower_components/emby-apiclient/connectionmanager.js +lib/emby-server/dashboard-ui/bower_components/emby-apiclient/connectservice.js +lib/emby-server/dashboard-ui/bower_components/emby-apiclient/credentials.js +lib/emby-server/dashboard-ui/bower_components/emby-apiclient/events.js +lib/emby-server/dashboard-ui/bower_components/emby-apiclient/fileupload.js +lib/emby-server/dashboard-ui/bower_components/emby-apiclient/localassetmanager.js +lib/emby-server/dashboard-ui/bower_components/emby-apiclient/serverdiscovery.js +lib/emby-server/dashboard-ui/bower_components/emby-apiclient/sync/contentuploader.js +lib/emby-server/dashboard-ui/bower_components/emby-apiclient/sync/mediasync.js +lib/emby-server/dashboard-ui/bower_components/emby-apiclient/sync/multiserversync.js +lib/emby-server/dashboard-ui/bower_components/emby-apiclient/sync/offlineusersync.js +lib/emby-server/dashboard-ui/bower_components/emby-apiclient/sync/serversync.js +lib/emby-server/dashboard-ui/bower_components/emby-apiclient/wakeonlan.js +lib/emby-server/dashboard-ui/bower_components/emby-icons/emby-icons.html +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/.bower.json +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/LICENSE +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/README.md +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/bower.json +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/browser.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/browserdeviceprofile.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/datetime.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/fetchhelper.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/focusmanager.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/images/basicimagefetcher.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/images/imagehelper.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/images/persistentimagefetcher.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/paperdialoghelper/paperdialoghelper.css +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/paperdialoghelper/paperdialoghelper.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/performancemanager.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/qualityoptions.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/requirecss.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/requirehtml.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/slideshow/icons.html +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/slideshow/slideshow.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/slideshow/style.css +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/visibleinviewport.js +lib/emby-server/dashboard-ui/bower_components/fastclick/.bower.json +lib/emby-server/dashboard-ui/bower_components/fastclick/LICENSE +lib/emby-server/dashboard-ui/bower_components/fastclick/README.md +lib/emby-server/dashboard-ui/bower_components/fastclick/bower.json lib/emby-server/dashboard-ui/bower_components/fastclick/lib/fastclick.js +lib/emby-server/dashboard-ui/bower_components/fetch/.bower.json +lib/emby-server/dashboard-ui/bower_components/fetch/LICENSE +lib/emby-server/dashboard-ui/bower_components/fetch/bower.json +lib/emby-server/dashboard-ui/bower_components/fetch/fetch.js +lib/emby-server/dashboard-ui/bower_components/font-roboto/.bower.json +lib/emby-server/dashboard-ui/bower_components/font-roboto/README.md +lib/emby-server/dashboard-ui/bower_components/font-roboto/bower.json +lib/emby-server/dashboard-ui/bower_components/font-roboto/roboto.html +lib/emby-server/dashboard-ui/bower_components/hammerjs/.bower.json +lib/emby-server/dashboard-ui/bower_components/hammerjs/CHANGELOG.md +lib/emby-server/dashboard-ui/bower_components/hammerjs/CONTRIBUTING.md +lib/emby-server/dashboard-ui/bower_components/hammerjs/LICENSE.md +lib/emby-server/dashboard-ui/bower_components/hammerjs/README.md +lib/emby-server/dashboard-ui/bower_components/hammerjs/bower.json +lib/emby-server/dashboard-ui/bower_components/hammerjs/changelog.js lib/emby-server/dashboard-ui/bower_components/hammerjs/hammer.js lib/emby-server/dashboard-ui/bower_components/hammerjs/hammer.min.js +lib/emby-server/dashboard-ui/bower_components/hammerjs/hammer.min.map +lib/emby-server/dashboard-ui/bower_components/headroom.js/.bower.json +lib/emby-server/dashboard-ui/bower_components/headroom.js/LICENSE +lib/emby-server/dashboard-ui/bower_components/headroom.js/README.md +lib/emby-server/dashboard-ui/bower_components/headroom.js/bower.json +lib/emby-server/dashboard-ui/bower_components/headroom.js/dist/angular.headroom.js +lib/emby-server/dashboard-ui/bower_components/headroom.js/dist/angular.headroom.min.js +lib/emby-server/dashboard-ui/bower_components/headroom.js/dist/headroom.js +lib/emby-server/dashboard-ui/bower_components/headroom.js/dist/headroom.min.js +lib/emby-server/dashboard-ui/bower_components/headroom.js/dist/jQuery.headroom.js +lib/emby-server/dashboard-ui/bower_components/headroom.js/dist/jQuery.headroom.min.js +lib/emby-server/dashboard-ui/bower_components/headroom.js/package.json +lib/emby-server/dashboard-ui/bower_components/hls.js/.bower.json +lib/emby-server/dashboard-ui/bower_components/hls.js/API.md +lib/emby-server/dashboard-ui/bower_components/hls.js/LICENSE +lib/emby-server/dashboard-ui/bower_components/hls.js/README.md +lib/emby-server/dashboard-ui/bower_components/hls.js/bower.json +lib/emby-server/dashboard-ui/bower_components/hls.js/demo/benchmark.html +lib/emby-server/dashboard-ui/bower_components/hls.js/demo/canvas.js +lib/emby-server/dashboard-ui/bower_components/hls.js/demo/index.html +lib/emby-server/dashboard-ui/bower_components/hls.js/demo/jsonpack.js +lib/emby-server/dashboard-ui/bower_components/hls.js/demo/metrics.html +lib/emby-server/dashboard-ui/bower_components/hls.js/demo/metrics.js +lib/emby-server/dashboard-ui/bower_components/hls.js/design.md +lib/emby-server/dashboard-ui/bower_components/hls.js/dist/hls.js +lib/emby-server/dashboard-ui/bower_components/hls.js/dist/hls.js.map +lib/emby-server/dashboard-ui/bower_components/hls.js/dist/hls.min.js +lib/emby-server/dashboard-ui/bower_components/hls.js/hls.js.sublime-project +lib/emby-server/dashboard-ui/bower_components/hls.js/misc/mp4-inspector.js +lib/emby-server/dashboard-ui/bower_components/hls.js/misc/sync_gh.sh +lib/emby-server/dashboard-ui/bower_components/hls.js/package.json +lib/emby-server/dashboard-ui/bower_components/hls.js/src/controller/abr-controller.js +lib/emby-server/dashboard-ui/bower_components/hls.js/src/controller/fps-controller.js +lib/emby-server/dashboard-ui/bower_components/hls.js/src/controller/level-controller.js +lib/emby-server/dashboard-ui/bower_components/hls.js/src/controller/mse-media-controller.js +lib/emby-server/dashboard-ui/bower_components/hls.js/src/controller/timeline-controller.js +lib/emby-server/dashboard-ui/bower_components/hls.js/src/crypt/aes.js +lib/emby-server/dashboard-ui/bower_components/hls.js/src/crypt/aes128-decrypter.js +lib/emby-server/dashboard-ui/bower_components/hls.js/src/crypt/decrypter.js +lib/emby-server/dashboard-ui/bower_components/hls.js/src/demux/aacdemuxer.js +lib/emby-server/dashboard-ui/bower_components/hls.js/src/demux/adts.js +lib/emby-server/dashboard-ui/bower_components/hls.js/src/demux/demuxer-inline.js +lib/emby-server/dashboard-ui/bower_components/hls.js/src/demux/demuxer-worker.js +lib/emby-server/dashboard-ui/bower_components/hls.js/src/demux/demuxer.js +lib/emby-server/dashboard-ui/bower_components/hls.js/src/demux/exp-golomb.js +lib/emby-server/dashboard-ui/bower_components/hls.js/src/demux/id3.js +lib/emby-server/dashboard-ui/bower_components/hls.js/src/demux/tsdemuxer.js +lib/emby-server/dashboard-ui/bower_components/hls.js/src/errors.js +lib/emby-server/dashboard-ui/bower_components/hls.js/src/event-handler.js +lib/emby-server/dashboard-ui/bower_components/hls.js/src/events.js +lib/emby-server/dashboard-ui/bower_components/hls.js/src/helper/level-helper.js +lib/emby-server/dashboard-ui/bower_components/hls.js/src/hls.js +lib/emby-server/dashboard-ui/bower_components/hls.js/src/loader/fragment-loader.js +lib/emby-server/dashboard-ui/bower_components/hls.js/src/loader/key-loader.js +lib/emby-server/dashboard-ui/bower_components/hls.js/src/loader/playlist-loader.js +lib/emby-server/dashboard-ui/bower_components/hls.js/src/remux/dummy-remuxer.js +lib/emby-server/dashboard-ui/bower_components/hls.js/src/remux/mp4-generator.js +lib/emby-server/dashboard-ui/bower_components/hls.js/src/remux/mp4-remuxer.js +lib/emby-server/dashboard-ui/bower_components/hls.js/src/utils/attr-list.js +lib/emby-server/dashboard-ui/bower_components/hls.js/src/utils/binary-search.js +lib/emby-server/dashboard-ui/bower_components/hls.js/src/utils/cea-708-interpreter.js +lib/emby-server/dashboard-ui/bower_components/hls.js/src/utils/hex.js +lib/emby-server/dashboard-ui/bower_components/hls.js/src/utils/logger.js +lib/emby-server/dashboard-ui/bower_components/hls.js/src/utils/url.js +lib/emby-server/dashboard-ui/bower_components/hls.js/src/utils/xhr-loader.js +lib/emby-server/dashboard-ui/bower_components/howler.js/.bower.json +lib/emby-server/dashboard-ui/bower_components/howler.js/CHANGELOG.md +lib/emby-server/dashboard-ui/bower_components/howler.js/LICENSE.md +lib/emby-server/dashboard-ui/bower_components/howler.js/README.md +lib/emby-server/dashboard-ui/bower_components/howler.js/bower.json +lib/emby-server/dashboard-ui/bower_components/howler.js/howler.js lib/emby-server/dashboard-ui/bower_components/howler.js/howler.min.js +lib/emby-server/dashboard-ui/bower_components/howler.js/package.json +lib/emby-server/dashboard-ui/bower_components/iron-a11y-announcer/.bower.json +lib/emby-server/dashboard-ui/bower_components/iron-a11y-announcer/.gitignore +lib/emby-server/dashboard-ui/bower_components/iron-a11y-announcer/.travis.yml +lib/emby-server/dashboard-ui/bower_components/iron-a11y-announcer/CONTRIBUTING.md +lib/emby-server/dashboard-ui/bower_components/iron-a11y-announcer/README.md +lib/emby-server/dashboard-ui/bower_components/iron-a11y-announcer/bower.json +lib/emby-server/dashboard-ui/bower_components/iron-a11y-announcer/demo/index.html +lib/emby-server/dashboard-ui/bower_components/iron-a11y-announcer/demo/x-announces.html +lib/emby-server/dashboard-ui/bower_components/iron-a11y-announcer/index.html +lib/emby-server/dashboard-ui/bower_components/iron-a11y-announcer/iron-a11y-announcer.html +lib/emby-server/dashboard-ui/bower_components/iron-a11y-announcer/test/index.html +lib/emby-server/dashboard-ui/bower_components/iron-a11y-announcer/test/iron-a11y-announcer.html +lib/emby-server/dashboard-ui/bower_components/iron-a11y-keys-behavior/.bower.json +lib/emby-server/dashboard-ui/bower_components/iron-a11y-keys-behavior/.gitignore +lib/emby-server/dashboard-ui/bower_components/iron-a11y-keys-behavior/.travis.yml +lib/emby-server/dashboard-ui/bower_components/iron-a11y-keys-behavior/CONTRIBUTING.md +lib/emby-server/dashboard-ui/bower_components/iron-a11y-keys-behavior/README.md +lib/emby-server/dashboard-ui/bower_components/iron-a11y-keys-behavior/bower.json +lib/emby-server/dashboard-ui/bower_components/iron-a11y-keys-behavior/demo/index.html +lib/emby-server/dashboard-ui/bower_components/iron-a11y-keys-behavior/demo/x-key-aware.html +lib/emby-server/dashboard-ui/bower_components/iron-a11y-keys-behavior/index.html +lib/emby-server/dashboard-ui/bower_components/iron-a11y-keys-behavior/iron-a11y-keys-behavior.html +lib/emby-server/dashboard-ui/bower_components/iron-a11y-keys-behavior/test/basic-test.html +lib/emby-server/dashboard-ui/bower_components/iron-a11y-keys-behavior/test/index.html +lib/emby-server/dashboard-ui/bower_components/iron-autogrow-textarea/.bower.json +lib/emby-server/dashboard-ui/bower_components/iron-autogrow-textarea/.gitignore +lib/emby-server/dashboard-ui/bower_components/iron-autogrow-textarea/.travis.yml +lib/emby-server/dashboard-ui/bower_components/iron-autogrow-textarea/CONTRIBUTING.md +lib/emby-server/dashboard-ui/bower_components/iron-autogrow-textarea/README.md +lib/emby-server/dashboard-ui/bower_components/iron-autogrow-textarea/bower.json +lib/emby-server/dashboard-ui/bower_components/iron-autogrow-textarea/demo/index.html +lib/emby-server/dashboard-ui/bower_components/iron-autogrow-textarea/hero.svg +lib/emby-server/dashboard-ui/bower_components/iron-autogrow-textarea/index.html +lib/emby-server/dashboard-ui/bower_components/iron-autogrow-textarea/iron-autogrow-textarea.html +lib/emby-server/dashboard-ui/bower_components/iron-autogrow-textarea/test/basic.html +lib/emby-server/dashboard-ui/bower_components/iron-autogrow-textarea/test/index.html +lib/emby-server/dashboard-ui/bower_components/iron-behaviors/.bower.json +lib/emby-server/dashboard-ui/bower_components/iron-behaviors/.gitignore +lib/emby-server/dashboard-ui/bower_components/iron-behaviors/.travis.yml +lib/emby-server/dashboard-ui/bower_components/iron-behaviors/CONTRIBUTING.md +lib/emby-server/dashboard-ui/bower_components/iron-behaviors/README.md +lib/emby-server/dashboard-ui/bower_components/iron-behaviors/bower.json +lib/emby-server/dashboard-ui/bower_components/iron-behaviors/demo/index.html +lib/emby-server/dashboard-ui/bower_components/iron-behaviors/demo/simple-button.html +lib/emby-server/dashboard-ui/bower_components/iron-behaviors/index.html +lib/emby-server/dashboard-ui/bower_components/iron-behaviors/iron-button-state.html +lib/emby-server/dashboard-ui/bower_components/iron-behaviors/iron-control-state.html +lib/emby-server/dashboard-ui/bower_components/iron-behaviors/test/active-state.html +lib/emby-server/dashboard-ui/bower_components/iron-behaviors/test/disabled-state.html +lib/emby-server/dashboard-ui/bower_components/iron-behaviors/test/focused-state.html +lib/emby-server/dashboard-ui/bower_components/iron-behaviors/test/index.html +lib/emby-server/dashboard-ui/bower_components/iron-behaviors/test/test-elements.html +lib/emby-server/dashboard-ui/bower_components/iron-checked-element-behavior/.bower.json +lib/emby-server/dashboard-ui/bower_components/iron-checked-element-behavior/.gitignore +lib/emby-server/dashboard-ui/bower_components/iron-checked-element-behavior/.travis.yml +lib/emby-server/dashboard-ui/bower_components/iron-checked-element-behavior/CONTRIBUTING.md +lib/emby-server/dashboard-ui/bower_components/iron-checked-element-behavior/README.md +lib/emby-server/dashboard-ui/bower_components/iron-checked-element-behavior/bower.json +lib/emby-server/dashboard-ui/bower_components/iron-checked-element-behavior/demo/index.html +lib/emby-server/dashboard-ui/bower_components/iron-checked-element-behavior/demo/simple-checkbox.html +lib/emby-server/dashboard-ui/bower_components/iron-checked-element-behavior/index.html +lib/emby-server/dashboard-ui/bower_components/iron-checked-element-behavior/iron-checked-element-behavior.html +lib/emby-server/dashboard-ui/bower_components/iron-checked-element-behavior/test/basic.html +lib/emby-server/dashboard-ui/bower_components/iron-checked-element-behavior/test/index.html +lib/emby-server/dashboard-ui/bower_components/iron-checked-element-behavior/test/simple-checkbox.html +lib/emby-server/dashboard-ui/bower_components/iron-collapse/.gitignore +lib/emby-server/dashboard-ui/bower_components/iron-collapse/README.md +lib/emby-server/dashboard-ui/bower_components/iron-collapse/bower.json +lib/emby-server/dashboard-ui/bower_components/iron-collapse/demo/index.html +lib/emby-server/dashboard-ui/bower_components/iron-collapse/hero.svg +lib/emby-server/dashboard-ui/bower_components/iron-collapse/index.html +lib/emby-server/dashboard-ui/bower_components/iron-collapse/iron-collapse.html +lib/emby-server/dashboard-ui/bower_components/iron-collapse/test/basic.html +lib/emby-server/dashboard-ui/bower_components/iron-collapse/test/horizontal.html +lib/emby-server/dashboard-ui/bower_components/iron-collapse/test/index.html +lib/emby-server/dashboard-ui/bower_components/iron-dropdown/.bower.json +lib/emby-server/dashboard-ui/bower_components/iron-dropdown/.gitignore +lib/emby-server/dashboard-ui/bower_components/iron-dropdown/.travis.yml +lib/emby-server/dashboard-ui/bower_components/iron-dropdown/CONTRIBUTING.md +lib/emby-server/dashboard-ui/bower_components/iron-dropdown/README.md +lib/emby-server/dashboard-ui/bower_components/iron-dropdown/bower.json +lib/emby-server/dashboard-ui/bower_components/iron-dropdown/demo/grow-height-animation.html +lib/emby-server/dashboard-ui/bower_components/iron-dropdown/demo/index.html +lib/emby-server/dashboard-ui/bower_components/iron-dropdown/demo/x-select.html +lib/emby-server/dashboard-ui/bower_components/iron-dropdown/index.html +lib/emby-server/dashboard-ui/bower_components/iron-dropdown/iron-dropdown-scroll-manager.html +lib/emby-server/dashboard-ui/bower_components/iron-dropdown/iron-dropdown.html +lib/emby-server/dashboard-ui/bower_components/iron-dropdown/test/index.html +lib/emby-server/dashboard-ui/bower_components/iron-dropdown/test/iron-dropdown-scroll-manager.html +lib/emby-server/dashboard-ui/bower_components/iron-dropdown/test/iron-dropdown.html +lib/emby-server/dashboard-ui/bower_components/iron-fit-behavior/.bower.json +lib/emby-server/dashboard-ui/bower_components/iron-fit-behavior/.gitignore +lib/emby-server/dashboard-ui/bower_components/iron-fit-behavior/.travis.yml +lib/emby-server/dashboard-ui/bower_components/iron-fit-behavior/CONTRIBUTING.md +lib/emby-server/dashboard-ui/bower_components/iron-fit-behavior/README.md +lib/emby-server/dashboard-ui/bower_components/iron-fit-behavior/bower.json +lib/emby-server/dashboard-ui/bower_components/iron-fit-behavior/demo/index.html +lib/emby-server/dashboard-ui/bower_components/iron-fit-behavior/demo/simple-fit.html +lib/emby-server/dashboard-ui/bower_components/iron-fit-behavior/index.html +lib/emby-server/dashboard-ui/bower_components/iron-fit-behavior/iron-fit-behavior.html +lib/emby-server/dashboard-ui/bower_components/iron-fit-behavior/test/index.html +lib/emby-server/dashboard-ui/bower_components/iron-fit-behavior/test/iron-fit-behavior.html +lib/emby-server/dashboard-ui/bower_components/iron-fit-behavior/test/test-fit.html +lib/emby-server/dashboard-ui/bower_components/iron-flex-layout/.bower.json +lib/emby-server/dashboard-ui/bower_components/iron-flex-layout/.gitignore +lib/emby-server/dashboard-ui/bower_components/iron-flex-layout/.travis.yml +lib/emby-server/dashboard-ui/bower_components/iron-flex-layout/CONTRIBUTING.md +lib/emby-server/dashboard-ui/bower_components/iron-flex-layout/README.md +lib/emby-server/dashboard-ui/bower_components/iron-flex-layout/bower.json +lib/emby-server/dashboard-ui/bower_components/iron-flex-layout/classes/iron-flex-layout.html +lib/emby-server/dashboard-ui/bower_components/iron-flex-layout/classes/iron-shadow-flex-layout.html +lib/emby-server/dashboard-ui/bower_components/iron-flex-layout/demo/demo-snippet.html +lib/emby-server/dashboard-ui/bower_components/iron-flex-layout/demo/index.html +lib/emby-server/dashboard-ui/bower_components/iron-flex-layout/index.html +lib/emby-server/dashboard-ui/bower_components/iron-flex-layout/iron-flex-layout.html +lib/emby-server/dashboard-ui/bower_components/iron-form-element-behavior/.bower.json +lib/emby-server/dashboard-ui/bower_components/iron-form-element-behavior/.gitignore +lib/emby-server/dashboard-ui/bower_components/iron-form-element-behavior/.travis.yml +lib/emby-server/dashboard-ui/bower_components/iron-form-element-behavior/CONTRIBUTING.md +lib/emby-server/dashboard-ui/bower_components/iron-form-element-behavior/README.md +lib/emby-server/dashboard-ui/bower_components/iron-form-element-behavior/bower.json +lib/emby-server/dashboard-ui/bower_components/iron-form-element-behavior/demo/index.html +lib/emby-server/dashboard-ui/bower_components/iron-form-element-behavior/demo/simple-element.html +lib/emby-server/dashboard-ui/bower_components/iron-form-element-behavior/demo/simple-form.html +lib/emby-server/dashboard-ui/bower_components/iron-form-element-behavior/index.html +lib/emby-server/dashboard-ui/bower_components/iron-form-element-behavior/iron-form-element-behavior.html +lib/emby-server/dashboard-ui/bower_components/iron-form-element-behavior/test/basic.html +lib/emby-server/dashboard-ui/bower_components/iron-form-element-behavior/test/index.html +lib/emby-server/dashboard-ui/bower_components/iron-form-element-behavior/test/simple-element.html +lib/emby-server/dashboard-ui/bower_components/iron-form-element-behavior/test/simple-form.html +lib/emby-server/dashboard-ui/bower_components/iron-icon/.bower.json +lib/emby-server/dashboard-ui/bower_components/iron-icon/.gitignore +lib/emby-server/dashboard-ui/bower_components/iron-icon/README.md +lib/emby-server/dashboard-ui/bower_components/iron-icon/bower.json +lib/emby-server/dashboard-ui/bower_components/iron-icon/demo/async.html +lib/emby-server/dashboard-ui/bower_components/iron-icon/demo/index.html +lib/emby-server/dashboard-ui/bower_components/iron-icon/demo/location.png +lib/emby-server/dashboard-ui/bower_components/iron-icon/hero.svg +lib/emby-server/dashboard-ui/bower_components/iron-icon/index.html +lib/emby-server/dashboard-ui/bower_components/iron-icon/iron-icon.html +lib/emby-server/dashboard-ui/bower_components/iron-icon/test/index.html +lib/emby-server/dashboard-ui/bower_components/iron-icon/test/iron-icon.html +lib/emby-server/dashboard-ui/bower_components/iron-icons/.bower.json +lib/emby-server/dashboard-ui/bower_components/iron-icons/.gitignore +lib/emby-server/dashboard-ui/bower_components/iron-icons/.travis.yml +lib/emby-server/dashboard-ui/bower_components/iron-icons/CONTRIBUTING.md +lib/emby-server/dashboard-ui/bower_components/iron-icons/README.md +lib/emby-server/dashboard-ui/bower_components/iron-icons/av-icons.html +lib/emby-server/dashboard-ui/bower_components/iron-icons/bower.json +lib/emby-server/dashboard-ui/bower_components/iron-icons/communication-icons.html +lib/emby-server/dashboard-ui/bower_components/iron-icons/demo/index.html +lib/emby-server/dashboard-ui/bower_components/iron-icons/device-icons.html +lib/emby-server/dashboard-ui/bower_components/iron-icons/editor-icons.html +lib/emby-server/dashboard-ui/bower_components/iron-icons/hardware-icons.html +lib/emby-server/dashboard-ui/bower_components/iron-icons/hero.svg +lib/emby-server/dashboard-ui/bower_components/iron-icons/image-icons.html +lib/emby-server/dashboard-ui/bower_components/iron-icons/index.html +lib/emby-server/dashboard-ui/bower_components/iron-icons/iron-icons.html +lib/emby-server/dashboard-ui/bower_components/iron-icons/maps-icons.html +lib/emby-server/dashboard-ui/bower_components/iron-icons/notification-icons.html +lib/emby-server/dashboard-ui/bower_components/iron-icons/places-icons.html +lib/emby-server/dashboard-ui/bower_components/iron-icons/social-icons.html +lib/emby-server/dashboard-ui/bower_components/iron-iconset-svg/.bower.json +lib/emby-server/dashboard-ui/bower_components/iron-iconset-svg/.gitignore +lib/emby-server/dashboard-ui/bower_components/iron-iconset-svg/.travis.yml +lib/emby-server/dashboard-ui/bower_components/iron-iconset-svg/CONTRIBUTING.md +lib/emby-server/dashboard-ui/bower_components/iron-iconset-svg/README.md +lib/emby-server/dashboard-ui/bower_components/iron-iconset-svg/bower.json +lib/emby-server/dashboard-ui/bower_components/iron-iconset-svg/demo/index.html +lib/emby-server/dashboard-ui/bower_components/iron-iconset-svg/demo/svg-sample-icons.html +lib/emby-server/dashboard-ui/bower_components/iron-iconset-svg/index.html +lib/emby-server/dashboard-ui/bower_components/iron-iconset-svg/iron-iconset-svg.html +lib/emby-server/dashboard-ui/bower_components/iron-iconset-svg/test/index.html +lib/emby-server/dashboard-ui/bower_components/iron-iconset-svg/test/iron-iconset-svg.html +lib/emby-server/dashboard-ui/bower_components/iron-input/.bower.json +lib/emby-server/dashboard-ui/bower_components/iron-input/.gitignore +lib/emby-server/dashboard-ui/bower_components/iron-input/.travis.yml +lib/emby-server/dashboard-ui/bower_components/iron-input/CONTRIBUTING.md +lib/emby-server/dashboard-ui/bower_components/iron-input/README.md +lib/emby-server/dashboard-ui/bower_components/iron-input/bower.json +lib/emby-server/dashboard-ui/bower_components/iron-input/demo/index.html +lib/emby-server/dashboard-ui/bower_components/iron-input/hero.svg +lib/emby-server/dashboard-ui/bower_components/iron-input/index.html +lib/emby-server/dashboard-ui/bower_components/iron-input/iron-input.html +lib/emby-server/dashboard-ui/bower_components/iron-input/test/index.html +lib/emby-server/dashboard-ui/bower_components/iron-input/test/iron-input.html +lib/emby-server/dashboard-ui/bower_components/iron-input/test/letters-only.html +lib/emby-server/dashboard-ui/bower_components/iron-media-query/.bower.json +lib/emby-server/dashboard-ui/bower_components/iron-media-query/.gitignore +lib/emby-server/dashboard-ui/bower_components/iron-media-query/.travis.yml +lib/emby-server/dashboard-ui/bower_components/iron-media-query/CONTRIBUTING.md +lib/emby-server/dashboard-ui/bower_components/iron-media-query/README.md +lib/emby-server/dashboard-ui/bower_components/iron-media-query/bower.json +lib/emby-server/dashboard-ui/bower_components/iron-media-query/demo/index.html +lib/emby-server/dashboard-ui/bower_components/iron-media-query/hero.svg +lib/emby-server/dashboard-ui/bower_components/iron-media-query/index.html +lib/emby-server/dashboard-ui/bower_components/iron-media-query/iron-media-query.html +lib/emby-server/dashboard-ui/bower_components/iron-media-query/test/basic.html +lib/emby-server/dashboard-ui/bower_components/iron-media-query/test/index.html +lib/emby-server/dashboard-ui/bower_components/iron-menu-behavior/.bower.json +lib/emby-server/dashboard-ui/bower_components/iron-menu-behavior/.gitignore +lib/emby-server/dashboard-ui/bower_components/iron-menu-behavior/.travis.yml +lib/emby-server/dashboard-ui/bower_components/iron-menu-behavior/CONTRIBUTING.md +lib/emby-server/dashboard-ui/bower_components/iron-menu-behavior/README.md +lib/emby-server/dashboard-ui/bower_components/iron-menu-behavior/bower.json +lib/emby-server/dashboard-ui/bower_components/iron-menu-behavior/demo/index.html +lib/emby-server/dashboard-ui/bower_components/iron-menu-behavior/demo/simple-menu.html +lib/emby-server/dashboard-ui/bower_components/iron-menu-behavior/demo/simple-menubar.html +lib/emby-server/dashboard-ui/bower_components/iron-menu-behavior/index.html +lib/emby-server/dashboard-ui/bower_components/iron-menu-behavior/iron-menu-behavior.html +lib/emby-server/dashboard-ui/bower_components/iron-menu-behavior/iron-menubar-behavior.html +lib/emby-server/dashboard-ui/bower_components/iron-menu-behavior/test/index.html +lib/emby-server/dashboard-ui/bower_components/iron-menu-behavior/test/iron-menu-behavior.html +lib/emby-server/dashboard-ui/bower_components/iron-menu-behavior/test/iron-menubar-behavior.html +lib/emby-server/dashboard-ui/bower_components/iron-menu-behavior/test/test-menu.html +lib/emby-server/dashboard-ui/bower_components/iron-menu-behavior/test/test-menubar.html +lib/emby-server/dashboard-ui/bower_components/iron-meta/.bower.json +lib/emby-server/dashboard-ui/bower_components/iron-meta/.gitignore +lib/emby-server/dashboard-ui/bower_components/iron-meta/.travis.yml +lib/emby-server/dashboard-ui/bower_components/iron-meta/CONTRIBUTING.md +lib/emby-server/dashboard-ui/bower_components/iron-meta/README.md +lib/emby-server/dashboard-ui/bower_components/iron-meta/bower.json +lib/emby-server/dashboard-ui/bower_components/iron-meta/demo/index.html +lib/emby-server/dashboard-ui/bower_components/iron-meta/hero.svg +lib/emby-server/dashboard-ui/bower_components/iron-meta/index.html +lib/emby-server/dashboard-ui/bower_components/iron-meta/iron-meta.html +lib/emby-server/dashboard-ui/bower_components/iron-meta/test/basic.html +lib/emby-server/dashboard-ui/bower_components/iron-meta/test/index.html +lib/emby-server/dashboard-ui/bower_components/iron-meta/test/iron-meta.html +lib/emby-server/dashboard-ui/bower_components/iron-overlay-behavior/.bower.json +lib/emby-server/dashboard-ui/bower_components/iron-overlay-behavior/.gitignore +lib/emby-server/dashboard-ui/bower_components/iron-overlay-behavior/.travis.yml +lib/emby-server/dashboard-ui/bower_components/iron-overlay-behavior/CONTRIBUTING.md +lib/emby-server/dashboard-ui/bower_components/iron-overlay-behavior/README.md +lib/emby-server/dashboard-ui/bower_components/iron-overlay-behavior/bower.json +lib/emby-server/dashboard-ui/bower_components/iron-overlay-behavior/demo/index.html +lib/emby-server/dashboard-ui/bower_components/iron-overlay-behavior/demo/simple-overlay.html +lib/emby-server/dashboard-ui/bower_components/iron-overlay-behavior/index.html +lib/emby-server/dashboard-ui/bower_components/iron-overlay-behavior/iron-overlay-backdrop.html +lib/emby-server/dashboard-ui/bower_components/iron-overlay-behavior/iron-overlay-behavior.html +lib/emby-server/dashboard-ui/bower_components/iron-overlay-behavior/iron-overlay-manager.html +lib/emby-server/dashboard-ui/bower_components/iron-overlay-behavior/test/index.html +lib/emby-server/dashboard-ui/bower_components/iron-overlay-behavior/test/iron-overlay-behavior.html +lib/emby-server/dashboard-ui/bower_components/iron-overlay-behavior/test/test-overlay.html +lib/emby-server/dashboard-ui/bower_components/iron-overlay-behavior/test/test-overlay2.html +lib/emby-server/dashboard-ui/bower_components/iron-pages/.bower.json +lib/emby-server/dashboard-ui/bower_components/iron-pages/.gitignore +lib/emby-server/dashboard-ui/bower_components/iron-pages/.travis.yml +lib/emby-server/dashboard-ui/bower_components/iron-pages/CONTRIBUTING.md +lib/emby-server/dashboard-ui/bower_components/iron-pages/README.md +lib/emby-server/dashboard-ui/bower_components/iron-pages/bower.json +lib/emby-server/dashboard-ui/bower_components/iron-pages/demo/index.html +lib/emby-server/dashboard-ui/bower_components/iron-pages/hero.svg +lib/emby-server/dashboard-ui/bower_components/iron-pages/index.html +lib/emby-server/dashboard-ui/bower_components/iron-pages/iron-pages.html +lib/emby-server/dashboard-ui/bower_components/iron-pages/test/attr-for-selected.html +lib/emby-server/dashboard-ui/bower_components/iron-pages/test/basic.html +lib/emby-server/dashboard-ui/bower_components/iron-pages/test/index.html +lib/emby-server/dashboard-ui/bower_components/iron-range-behavior/.bower.json +lib/emby-server/dashboard-ui/bower_components/iron-range-behavior/.gitignore +lib/emby-server/dashboard-ui/bower_components/iron-range-behavior/README.md +lib/emby-server/dashboard-ui/bower_components/iron-range-behavior/bower.json +lib/emby-server/dashboard-ui/bower_components/iron-range-behavior/demo/index.html +lib/emby-server/dashboard-ui/bower_components/iron-range-behavior/index.html +lib/emby-server/dashboard-ui/bower_components/iron-range-behavior/iron-range-behavior.html +lib/emby-server/dashboard-ui/bower_components/iron-range-behavior/test/basic.html +lib/emby-server/dashboard-ui/bower_components/iron-range-behavior/test/index.html +lib/emby-server/dashboard-ui/bower_components/iron-range-behavior/test/x-progressbar.html +lib/emby-server/dashboard-ui/bower_components/iron-resizable-behavior/.bower.json +lib/emby-server/dashboard-ui/bower_components/iron-resizable-behavior/.gitignore +lib/emby-server/dashboard-ui/bower_components/iron-resizable-behavior/README.md +lib/emby-server/dashboard-ui/bower_components/iron-resizable-behavior/bower.json +lib/emby-server/dashboard-ui/bower_components/iron-resizable-behavior/demo/index.html +lib/emby-server/dashboard-ui/bower_components/iron-resizable-behavior/demo/src/x-app.html +lib/emby-server/dashboard-ui/bower_components/iron-resizable-behavior/index.html +lib/emby-server/dashboard-ui/bower_components/iron-resizable-behavior/iron-resizable-behavior.html +lib/emby-server/dashboard-ui/bower_components/iron-resizable-behavior/test/basic.html +lib/emby-server/dashboard-ui/bower_components/iron-resizable-behavior/test/index.html +lib/emby-server/dashboard-ui/bower_components/iron-resizable-behavior/test/iron-resizable-behavior.html +lib/emby-server/dashboard-ui/bower_components/iron-resizable-behavior/test/test-elements.html +lib/emby-server/dashboard-ui/bower_components/iron-selector/.bower.json +lib/emby-server/dashboard-ui/bower_components/iron-selector/.gitignore +lib/emby-server/dashboard-ui/bower_components/iron-selector/.travis.yml +lib/emby-server/dashboard-ui/bower_components/iron-selector/CONTRIBUTING.md +lib/emby-server/dashboard-ui/bower_components/iron-selector/README.md +lib/emby-server/dashboard-ui/bower_components/iron-selector/bower.json +lib/emby-server/dashboard-ui/bower_components/iron-selector/demo/index.html +lib/emby-server/dashboard-ui/bower_components/iron-selector/index.html +lib/emby-server/dashboard-ui/bower_components/iron-selector/iron-multi-selectable.html +lib/emby-server/dashboard-ui/bower_components/iron-selector/iron-selectable.html +lib/emby-server/dashboard-ui/bower_components/iron-selector/iron-selection.html +lib/emby-server/dashboard-ui/bower_components/iron-selector/iron-selector.html +lib/emby-server/dashboard-ui/bower_components/iron-selector/test/activate-event.html +lib/emby-server/dashboard-ui/bower_components/iron-selector/test/basic.html +lib/emby-server/dashboard-ui/bower_components/iron-selector/test/content-element.html +lib/emby-server/dashboard-ui/bower_components/iron-selector/test/content.html +lib/emby-server/dashboard-ui/bower_components/iron-selector/test/excluded-local-names.html +lib/emby-server/dashboard-ui/bower_components/iron-selector/test/index.html +lib/emby-server/dashboard-ui/bower_components/iron-selector/test/multi.html +lib/emby-server/dashboard-ui/bower_components/iron-selector/test/next-previous.html +lib/emby-server/dashboard-ui/bower_components/iron-selector/test/selected-attribute.html +lib/emby-server/dashboard-ui/bower_components/iron-selector/test/template-repeat.html +lib/emby-server/dashboard-ui/bower_components/iron-validatable-behavior/.bower.json +lib/emby-server/dashboard-ui/bower_components/iron-validatable-behavior/.gitignore +lib/emby-server/dashboard-ui/bower_components/iron-validatable-behavior/README.md +lib/emby-server/dashboard-ui/bower_components/iron-validatable-behavior/bower.json +lib/emby-server/dashboard-ui/bower_components/iron-validatable-behavior/demo/cats-only.html +lib/emby-server/dashboard-ui/bower_components/iron-validatable-behavior/demo/index.html +lib/emby-server/dashboard-ui/bower_components/iron-validatable-behavior/demo/validatable-input.html +lib/emby-server/dashboard-ui/bower_components/iron-validatable-behavior/index.html +lib/emby-server/dashboard-ui/bower_components/iron-validatable-behavior/iron-validatable-behavior.html +lib/emby-server/dashboard-ui/bower_components/iron-validatable-behavior/test/index.html +lib/emby-server/dashboard-ui/bower_components/iron-validatable-behavior/test/iron-validatable-behavior.html +lib/emby-server/dashboard-ui/bower_components/iron-validatable-behavior/test/test-validatable.html +lib/emby-server/dashboard-ui/bower_components/isMobile/.bower.json +lib/emby-server/dashboard-ui/bower_components/isMobile/README.md +lib/emby-server/dashboard-ui/bower_components/isMobile/bower.json +lib/emby-server/dashboard-ui/bower_components/isMobile/isMobile.js +lib/emby-server/dashboard-ui/bower_components/isMobile/isMobile.min.js +lib/emby-server/dashboard-ui/bower_components/isMobile/package.json +lib/emby-server/dashboard-ui/bower_components/jquery/.bower.json +lib/emby-server/dashboard-ui/bower_components/jquery/.editorconfig +lib/emby-server/dashboard-ui/bower_components/jquery/.gitattributes +lib/emby-server/dashboard-ui/bower_components/jquery/.gitignore +lib/emby-server/dashboard-ui/bower_components/jquery/.jscsrc +lib/emby-server/dashboard-ui/bower_components/jquery/.jshintignore +lib/emby-server/dashboard-ui/bower_components/jquery/.jshintrc +lib/emby-server/dashboard-ui/bower_components/jquery/.mailmap +lib/emby-server/dashboard-ui/bower_components/jquery/.npmignore +lib/emby-server/dashboard-ui/bower_components/jquery/.travis.yml +lib/emby-server/dashboard-ui/bower_components/jquery/AUTHORS.txt +lib/emby-server/dashboard-ui/bower_components/jquery/CONTRIBUTING.md +lib/emby-server/dashboard-ui/bower_components/jquery/Gruntfile.js +lib/emby-server/dashboard-ui/bower_components/jquery/LICENSE.txt +lib/emby-server/dashboard-ui/bower_components/jquery/README.md +lib/emby-server/dashboard-ui/bower_components/jquery/dist/jquery.js lib/emby-server/dashboard-ui/bower_components/jquery/dist/jquery.min.js +lib/emby-server/dashboard-ui/bower_components/jquery/dist/jquery.min.map +lib/emby-server/dashboard-ui/bower_components/jquery/external/npo/npo.js +lib/emby-server/dashboard-ui/bower_components/jquery/external/qunit-assert-step/MIT-LICENSE.txt +lib/emby-server/dashboard-ui/bower_components/jquery/external/qunit-assert-step/qunit-assert-step.js +lib/emby-server/dashboard-ui/bower_components/jquery/external/qunit/LICENSE.txt +lib/emby-server/dashboard-ui/bower_components/jquery/external/qunit/MIT-LICENSE.txt +lib/emby-server/dashboard-ui/bower_components/jquery/external/qunit/qunit.css +lib/emby-server/dashboard-ui/bower_components/jquery/external/qunit/qunit.js +lib/emby-server/dashboard-ui/bower_components/jquery/external/requirejs/require.js +lib/emby-server/dashboard-ui/bower_components/jquery/external/sinon/sinon-1.14.1.js +lib/emby-server/dashboard-ui/bower_components/jquery/external/sizzle/LICENSE.txt +lib/emby-server/dashboard-ui/bower_components/jquery/external/sizzle/dist/sizzle.js +lib/emby-server/dashboard-ui/bower_components/jquery/external/sizzle/dist/sizzle.min.js +lib/emby-server/dashboard-ui/bower_components/jquery/external/sizzle/dist/sizzle.min.map +lib/emby-server/dashboard-ui/bower_components/jquery/package.json +lib/emby-server/dashboard-ui/bower_components/jquery/src/.jshintrc +lib/emby-server/dashboard-ui/bower_components/jquery/src/ajax.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/ajax/jsonp.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/ajax/load.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/ajax/parseJSON.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/ajax/parseXML.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/ajax/script.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/ajax/xhr.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/attributes.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/attributes/attr.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/attributes/classes.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/attributes/prop.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/attributes/support.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/attributes/val.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/callbacks.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/core.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/core/access.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/core/init.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/core/parseHTML.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/core/ready.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/core/support.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/css.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/css/addGetHookIf.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/css/adjustCSS.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/css/curCSS.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/css/defaultDisplay.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/css/hiddenVisibleSelectors.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/css/showHide.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/css/support.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/data.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/data/Data.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/deferred.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/deprecated.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/dimensions.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/effects.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/effects/Tween.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/effects/animatedSelector.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/event.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/event/ajax.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/event/alias.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/event/focusin.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/event/support.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/event/trigger.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/exports/amd.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/exports/global.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/intro.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/jquery.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/manipulation.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/manipulation/_evalUrl.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/manipulation/buildFragment.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/manipulation/getAll.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/manipulation/setGlobalEval.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/manipulation/support.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/manipulation/wrapMap.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/offset.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/outro.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/queue.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/queue/delay.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/selector-native.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/selector-sizzle.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/selector.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/serialize.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/traversing.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/traversing/findFilter.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/wrap.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/.jshintrc +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/1x1.jpg +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/ajax/content-type.php +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/ajax/evalScript.php +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/ajax/method.php +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/ajax/onunload.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/ajax/unreleasedXHR.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/atom+xml.php +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/badcall.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/badjson.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/cleanScript.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/core/aliased.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/core/cc_on.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/core/dont_return.php +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/core/dynamic_ready.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/core/onready.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/css/cssWidthBeforeDocReady.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/dashboard.xml +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/data/dataAttrs.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/dimensions/documentLarge.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/echoData.php +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/echoQuery.php +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/errorWithJSON.php +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/errorWithText.php +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/etag.php +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/event/focusElem.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/event/focusinCrossFrame.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/event/interactiveReady.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/event/longLoadScript.php +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/event/onbeforeunload.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/event/promiseReady.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/event/syncReady.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/event/triggerunload.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/headers.php +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/if_modified_since.php +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/iframe.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/jquery-1.9.1.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/json.php +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/json_obj.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/jsonp.php +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/manipulation/iframe-denied.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/name.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/name.php +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/nocontent.php +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/offset/absolute.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/offset/body.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/offset/fixed.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/offset/relative.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/offset/scroll.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/offset/static.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/offset/table.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/params_html.php +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/readywaitasset.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/readywaitloader.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/script.php +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/selector/html5_selector.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/selector/sizzle_cache.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/statusText.php +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/support/bodyBackground.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/support/csp-clean.php +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/support/csp-log.php +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/support/csp.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/support/csp.php +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/support/getComputedSupport.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/test.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/test.php +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/test2.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/test3.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/testbar.php +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/testinit.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/testrunner.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/testsuite.css +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/text.php +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/with_fries.xml +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/with_fries_over_jsonp.php +lib/emby-server/dashboard-ui/bower_components/jquery/test/delegatetest.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/hovertest.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/index.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/integration/data/gh-1764-fullscreen-iframe.css +lib/emby-server/dashboard-ui/bower_components/jquery/test/integration/data/gh-1764-fullscreen-iframe.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/integration/data/gh-1764-fullscreen.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/integration/gh-1764-fullscreen.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/integration/gh-2343-ie-radio-click.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/jquery.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/localfile.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/networkerror.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/node_smoke_tests/.jshintrc +lib/emby-server/dashboard-ui/bower_components/jquery/test/node_smoke_tests/document_missing.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/node_smoke_tests/document_passed.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/node_smoke_tests/document_present_originally.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/node_smoke_tests/iterable_with_native_symbol.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/node_smoke_tests/iterable_with_symbol_polyfill.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/node_smoke_tests/lib/ensure_global_not_created.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/node_smoke_tests/lib/ensure_iterability_es6.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/node_smoke_tests/lib/ensure_jquery.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/promises_aplus_adapter.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/readywait.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/unit/ajax.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/unit/attributes.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/unit/basic.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/unit/callbacks.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/unit/core.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/unit/css.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/unit/data.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/unit/deferred.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/unit/deprecated.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/unit/dimensions.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/unit/effects.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/unit/event.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/unit/exports.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/unit/manipulation.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/unit/offset.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/unit/queue.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/unit/ready.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/unit/selector.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/unit/serialize.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/unit/support.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/unit/traversing.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/unit/wrap.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/xhtml.php +lib/emby-server/dashboard-ui/bower_components/jstree/.bower.json +lib/emby-server/dashboard-ui/bower_components/jstree/LICENSE-MIT +lib/emby-server/dashboard-ui/bower_components/jstree/bower.json +lib/emby-server/dashboard-ui/bower_components/jstree/composer.json +lib/emby-server/dashboard-ui/bower_components/jstree/dist/jstree.js lib/emby-server/dashboard-ui/bower_components/jstree/dist/jstree.min.js +lib/emby-server/dashboard-ui/bower_components/jstree/dist/themes/default-dark/32px.png +lib/emby-server/dashboard-ui/bower_components/jstree/dist/themes/default-dark/40px.png *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Sat Feb 13 11:35:32 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BB03FAA608F; Sat, 13 Feb 2016 11:35:32 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 89BF818D3; Sat, 13 Feb 2016 11:35:32 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1DBZVHp090063; Sat, 13 Feb 2016 11:35:31 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1DBZV8R090061; Sat, 13 Feb 2016 11:35:31 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201602131135.u1DBZV8R090061@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Sat, 13 Feb 2016 11:35:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408786 - in head/devel/libbrotli: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Feb 2016 11:35:32 -0000 Author: osa Date: Sat Feb 13 11:35:31 2016 New Revision: 408786 URL: https://svnweb.freebsd.org/changeset/ports/408786 Log: Fix the build by removing needless check for a git client. Bump PORTREVISION. Modified: head/devel/libbrotli/Makefile head/devel/libbrotli/files/patch-autogen.sh Modified: head/devel/libbrotli/Makefile ============================================================================== --- head/devel/libbrotli/Makefile Sat Feb 13 11:32:30 2016 (r408785) +++ head/devel/libbrotli/Makefile Sat Feb 13 11:35:31 2016 (r408786) @@ -3,6 +3,7 @@ PORTNAME= libbrotli PORTVERSION= ${BROTLI_VERSION} +PORTREVISION= 1 CATEGORIES= devel archivers MAINTAINER= osa@FreeBSD.org Modified: head/devel/libbrotli/files/patch-autogen.sh ============================================================================== --- head/devel/libbrotli/files/patch-autogen.sh Sat Feb 13 11:32:30 2016 (r408785) +++ head/devel/libbrotli/files/patch-autogen.sh Sat Feb 13 11:35:31 2016 (r408786) @@ -1,9 +1,15 @@ --- autogen.sh.orig 2016-01-20 21:31:42 UTC +++ autogen.sh -@@ -12,8 +12,6 @@ if test $? -ne 0; then +@@ -6,14 +6,6 @@ if test $? -ne 0; then exit 1 fi +-GIT=`which git 2>/dev/null` +-if test $? -ne 0; then +- echo "No 'git' found. You must install the git package." +- exit 1 +-fi +- -$GIT submodule init -$GIT submodule update From owner-svn-ports-head@freebsd.org Sat Feb 13 11:54:21 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F105FAA690A; Sat, 13 Feb 2016 11:54:21 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C293710E3; Sat, 13 Feb 2016 11:54:21 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1DBsKtL095942; Sat, 13 Feb 2016 11:54:20 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1DBsKVJ095940; Sat, 13 Feb 2016 11:54:20 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201602131154.u1DBsKVJ095940@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sat, 13 Feb 2016 11:54:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408787 - head/finance/prestashop X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Feb 2016 11:54:22 -0000 Author: wen Date: Sat Feb 13 11:54:20 2016 New Revision: 408787 URL: https://svnweb.freebsd.org/changeset/ports/408787 Log: - Update to 1.6.1.4 Modified: head/finance/prestashop/Makefile head/finance/prestashop/distinfo Modified: head/finance/prestashop/Makefile ============================================================================== --- head/finance/prestashop/Makefile Sat Feb 13 11:35:31 2016 (r408786) +++ head/finance/prestashop/Makefile Sat Feb 13 11:54:20 2016 (r408787) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= prestashop -PORTVERSION= 1.6.1.3 +PORTVERSION= 1.6.1.4 CATEGORIES= finance www MASTER_SITES= http://www.prestashop.com/download/ DISTNAME= ${PORTNAME}_${PORTVERSION} Modified: head/finance/prestashop/distinfo ============================================================================== --- head/finance/prestashop/distinfo Sat Feb 13 11:35:31 2016 (r408786) +++ head/finance/prestashop/distinfo Sat Feb 13 11:54:20 2016 (r408787) @@ -1,2 +1,2 @@ -SHA256 (prestashop_1.6.1.3.zip) = 83763d02663ae625567f5f78678b91dfa69a6df9f4cf81441fc0e27c191a063a -SIZE (prestashop_1.6.1.3.zip) = 21439971 +SHA256 (prestashop_1.6.1.4.zip) = e8dc93a2c93303ba9ec49e1717ecaba4a5ce23f3a332f1aada8fd6dd9b10a738 +SIZE (prestashop_1.6.1.4.zip) = 21441882 From owner-svn-ports-head@freebsd.org Sat Feb 13 12:01:18 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4218CAA71E2; Sat, 13 Feb 2016 12:01:18 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1073217F0; Sat, 13 Feb 2016 12:01:17 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1DC1H8J096984; Sat, 13 Feb 2016 12:01:17 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1DC1GlF096982; Sat, 13 Feb 2016 12:01:16 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201602131201.u1DC1GlF096982@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sat, 13 Feb 2016 12:01:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408788 - head/sysutils/di X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Feb 2016 12:01:18 -0000 Author: wen Date: Sat Feb 13 12:01:16 2016 New Revision: 408788 URL: https://svnweb.freebsd.org/changeset/ports/408788 Log: - Update to 4.41 PR: 206701 Submitted by: cyberbotx@cyberbotx.com(maintainer) Modified: head/sysutils/di/Makefile head/sysutils/di/distinfo Modified: head/sysutils/di/Makefile ============================================================================== --- head/sysutils/di/Makefile Sat Feb 13 11:54:20 2016 (r408787) +++ head/sysutils/di/Makefile Sat Feb 13 12:01:16 2016 (r408788) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= di -PORTVERSION= 4.37 +PORTVERSION= 4.41 CATEGORIES= sysutils MASTER_SITES= http://www.gentoo.com/di/ \ http://www.cyberbotx.com/di/ @@ -10,7 +10,8 @@ MASTER_SITES= http://www.gentoo.com/di/ MAINTAINER= cyberbotx@cyberbotx.com COMMENT= Disk Information Utility -MAKE_ENV+= prefix="${PREFIX}" +MAKE_ENV= prefix="${PREFIX}" +MAKE_ARGS= -e OPTIONS_DEFINE= NLS OPTIONS_SUB= yes Modified: head/sysutils/di/distinfo ============================================================================== --- head/sysutils/di/distinfo Sat Feb 13 11:54:20 2016 (r408787) +++ head/sysutils/di/distinfo Sat Feb 13 12:01:16 2016 (r408788) @@ -1,2 +1,2 @@ -SHA256 (di-4.37.tar.gz) = 10687963438be65fb150adc6e31d66c0892ded0f61ea67ec58455f7717ac4ad2 -SIZE (di-4.37.tar.gz) = 213649 +SHA256 (di-4.41.tar.gz) = 3ae850b160b42c3b77e42b79a4374a480eca671a83a35357078308f52f431c8b +SIZE (di-4.41.tar.gz) = 219347 From owner-svn-ports-head@freebsd.org Sat Feb 13 12:18:12 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 861FFAA788F; Sat, 13 Feb 2016 12:18:12 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 490FD1DDB; Sat, 13 Feb 2016 12:18:12 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1DCIB4E002289; Sat, 13 Feb 2016 12:18:11 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1DCIB26002286; Sat, 13 Feb 2016 12:18:11 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602131218.u1DCIB26002286@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sat, 13 Feb 2016 12:18:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408789 - in head/japanese/lipsf: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Feb 2016 12:18:12 -0000 Author: marino Date: Sat Feb 13 12:18:10 2016 New Revision: 408789 URL: https://svnweb.freebsd.org/changeset/ports/408789 Log: japanese/lipsf: USES+= ncurses, respect LDFLAGS Also link with ncurses, not curses or termcap Added: head/japanese/lipsf/files/patch-machine.h (contents, props changed) Modified: head/japanese/lipsf/Makefile head/japanese/lipsf/files/patch-Makefile.in Modified: head/japanese/lipsf/Makefile ============================================================================== --- head/japanese/lipsf/Makefile Sat Feb 13 12:01:16 2016 (r408788) +++ head/japanese/lipsf/Makefile Sat Feb 13 12:18:10 2016 (r408789) @@ -11,6 +11,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION:S/.// MAINTAINER= ports@FreeBSD.org COMMENT= Text to LIPS filter +USES= ncurses WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.//} PLIST_FILES= bin/lipsf bin/pols man/ja/man1/lipsf.1.gz man/ja/man1/pols.1.gz Modified: head/japanese/lipsf/files/patch-Makefile.in ============================================================================== --- head/japanese/lipsf/files/patch-Makefile.in Sat Feb 13 12:01:16 2016 (r408788) +++ head/japanese/lipsf/files/patch-Makefile.in Sat Feb 13 12:18:10 2016 (r408789) @@ -1,5 +1,5 @@ ---- Makefile.in.orig Sat Nov 18 00:00:00 2000 -+++ Makefile.in Thu Apr 5 04:47:50 2001 +--- Makefile.in.orig 2002-05-27 15:00:00 UTC ++++ Makefile.in @@ -3,13 +3,13 @@ # @@ -18,16 +18,18 @@ CHMOD = chmod LSRC = lipsf.c output.c print.c control.c args.c var.c -@@ -43,7 +43,7 @@ +@@ -42,8 +42,8 @@ POLSB = $(POLS)__EXE__ + POBJ1 = pols__OBJ__ term__OBJ__ input__OBJ__ file__OBJ__ style__OBJ__ __DOSOBJ__ POBJ2 = output__OBJ__ print__OBJ__ control__OBJ__ args__OBJ__ var__OBJ__ __DOSOBJS__ KNJOBJ = pols__OBJ__ input__OBJ__ file__OBJ__ style__OBJ__ - LDFLAGS = __TERMLIBS__ __OTHERLIBS__ +-LDFLAGS = __TERMLIBS__ __OTHERLIBS__ -CFLAGS = -D__OSTYPE__ __CCOPTIONS__ ++LDFLAGS += __TERMLIBS__ __OTHERLIBS__ +CFLAGS += -D__OSTYPE__ .SUFFIXES: .h .c __OBJ__ __EXE__ -@@ -115,14 +115,10 @@ +@@ -115,14 +115,10 @@ config.h: config.hin # to install all install: $(LIPSFB) $(POLSB) $(LIPSF).$(MANSEC) $(POLS).$(MANSEC) Added: head/japanese/lipsf/files/patch-machine.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/japanese/lipsf/files/patch-machine.h Sat Feb 13 12:18:10 2016 (r408789) @@ -0,0 +1,14 @@ +--- machine.h.orig 2002-05-27 15:00:00 UTC ++++ machine.h +@@ -841,9 +841,9 @@ typedef long off_t; + #endif + #ifndef TERMCAPLIB + # ifdef USETERMINFO +-# define TERMCAPLIB "-lcurses" ++# define TERMCAPLIB "-lncurses" + # else +-# define TERMCAPLIB "-ltermlib" ++# define TERMCAPLIB "-lncurses" + # endif + #endif + #ifndef REGEXPLIB From owner-svn-ports-head@freebsd.org Sat Feb 13 12:23:39 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A9725AA7D33; Sat, 13 Feb 2016 12:23:39 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7C0F51225; Sat, 13 Feb 2016 12:23:39 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1DCNcRt005176; Sat, 13 Feb 2016 12:23:38 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1DCNcvC005175; Sat, 13 Feb 2016 12:23:38 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602131223.u1DCNcvC005175@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sat, 13 Feb 2016 12:23:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408790 - head/japanese/mutt-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Feb 2016 12:23:39 -0000 Author: marino Date: Sat Feb 13 12:23:38 2016 New Revision: 408790 URL: https://svnweb.freebsd.org/changeset/ports/408790 Log: japanese/mutt-devel: document ncurses requirement (USES+=ncurses) approved by: infrastructure blanket Modified: head/japanese/mutt-devel/Makefile Modified: head/japanese/mutt-devel/Makefile ============================================================================== --- head/japanese/mutt-devel/Makefile Sat Feb 13 12:18:10 2016 (r408789) +++ head/japanese/mutt-devel/Makefile Sat Feb 13 12:23:38 2016 (r408790) @@ -56,7 +56,7 @@ MANJADATE= 20050813 FETCH_BEFORE_ARGS= -A # ha4.seikyou.ne.jp is running broken httpd -USES= gmake iconv shebangfix autoreconf fakeroot +USES= gmake iconv ncurses shebangfix autoreconf fakeroot SHEBANG_FILES= smime_keys.pl contrib/smime_keys_test.pl GNU_CONFIGURE= yes USE_OPENSSL= yes From owner-svn-ports-head@freebsd.org Sat Feb 13 12:31:59 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7F1B2AA7FBE; Sat, 13 Feb 2016 12:31:59 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 519EA15C5; Sat, 13 Feb 2016 12:31:59 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1DCVwXm008120; Sat, 13 Feb 2016 12:31:58 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1DCVwXQ008119; Sat, 13 Feb 2016 12:31:58 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201602131231.u1DCVwXQ008119@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 13 Feb 2016 12:31:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408791 - head/multimedia/ffmpeg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Feb 2016 12:31:59 -0000 Author: riggs Date: Sat Feb 13 12:31:58 2016 New Revision: 408791 URL: https://svnweb.freebsd.org/changeset/ports/408791 Log: Remove CONFIGURE_LOG ffmpeg now uses config.log instead of previously config.err. Setting CONFIGURE_LOG in port Makefile has become obsolete. No change in resulting package, no PORTREVISION bump. PR: 207136 Submitted by: mi@ALDAN.algebra.com Reviewed by: riggs MFH: 2016Q1 Modified: head/multimedia/ffmpeg/Makefile Modified: head/multimedia/ffmpeg/Makefile ============================================================================== --- head/multimedia/ffmpeg/Makefile Sat Feb 13 12:23:38 2016 (r408790) +++ head/multimedia/ffmpeg/Makefile Sat Feb 13 12:31:58 2016 (r408791) @@ -17,7 +17,6 @@ BUILD_DEPENDS= yasm:${PORTSDIR}/devel/ya ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils HAS_CONFIGURE= yes -CONFIGURE_LOG= config.err USES= compiler cpe gmake perl5 pkgconfig tar:bzip2 shebangfix USE_LDCONFIG= yes USE_PERL5= build From owner-svn-ports-head@freebsd.org Sat Feb 13 12:53:21 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 13842AA6C3B; Sat, 13 Feb 2016 12:53:21 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D5CC01201; Sat, 13 Feb 2016 12:53:20 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1DCrJKq014158; Sat, 13 Feb 2016 12:53:19 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1DCrJMj014157; Sat, 13 Feb 2016 12:53:19 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201602131253.u1DCrJMj014157@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Sat, 13 Feb 2016 12:53:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408792 - head/devel/libbrotli X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Feb 2016 12:53:21 -0000 Author: osa Date: Sat Feb 13 12:53:19 2016 New Revision: 408792 URL: https://svnweb.freebsd.org/changeset/ports/408792 Log: Remove a needless string, it's the non-functional change. Modified: head/devel/libbrotli/Makefile Modified: head/devel/libbrotli/Makefile ============================================================================== --- head/devel/libbrotli/Makefile Sat Feb 13 12:31:58 2016 (r408791) +++ head/devel/libbrotli/Makefile Sat Feb 13 12:53:19 2016 (r408792) @@ -19,7 +19,6 @@ GH_ACCOUNT= bagder google:brotli GH_PROJECT= brotli:brotli GH_TAGNAME= ${LIBBROTLI_VERSION} v${BROTLI_VERSION}:brotli -#USES= pkgconfig autoreconf libtool compiler:c++0x gmake USES= pkgconfig autoreconf libtool compiler:c++0x GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes From owner-svn-ports-head@freebsd.org Sat Feb 13 13:15:35 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 322ECAA75FC; Sat, 13 Feb 2016 13:15:35 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 03DBE1C51; Sat, 13 Feb 2016 13:15:34 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1DDFXHI020287; Sat, 13 Feb 2016 13:15:33 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1DDFX89020286; Sat, 13 Feb 2016 13:15:33 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602131315.u1DDFX89020286@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sat, 13 Feb 2016 13:15:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408793 - head/misc/iselect X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Feb 2016 13:15:35 -0000 Author: marino Date: Sat Feb 13 13:15:33 2016 New Revision: 408793 URL: https://svnweb.freebsd.org/changeset/ports/408793 Log: misc/iselect: USES+= ncurses, respect LDFLAGS Also link with ncurses, not curses Modified: head/misc/iselect/Makefile Modified: head/misc/iselect/Makefile ============================================================================== --- head/misc/iselect/Makefile Sat Feb 13 12:53:19 2016 (r408792) +++ head/misc/iselect/Makefile Sat Feb 13 13:15:33 2016 (r408793) @@ -13,7 +13,7 @@ COMMENT= Interactive Selection Tool LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= shebangfix +USES= ncurses shebangfix SHEBANG_FILES= example/gotourl/gotourl \ example/ilogin/ilogin \ example/melm/melm \ @@ -21,6 +21,7 @@ SHEBANG_FILES= example/gotourl/gotourl \ example/scvs/scvs perl_OLD_CMD= /sw/bin/perl GNU_CONFIGURE= yes +MAKE_ARGS= LDFLAGS="${LDFLAGS}" PLIST_FILES= bin/iselect man/man1/iselect.1.gz PORTEXAMPLES= * @@ -32,7 +33,8 @@ SLANG_CONFIGURE_ON= --with-incdir=${LOCA --with-libdir=${LOCALBASE}/lib post-patch: - @${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g' \ + -e 's|-lcurses|-lncurses|' ${WRKSRC}/configure do-install: ${INSTALL_PROGRAM} ${WRKSRC}/iselect ${STAGEDIR}${PREFIX}/bin From owner-svn-ports-head@freebsd.org Sat Feb 13 13:37:49 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 579DBAA7EF3; Sat, 13 Feb 2016 13:37:49 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 346A31388; Sat, 13 Feb 2016 13:37:49 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1DDbmUY026182; Sat, 13 Feb 2016 13:37:48 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1DDblxq026178; Sat, 13 Feb 2016 13:37:47 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201602131337.u1DDblxq026178@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Sat, 13 Feb 2016 13:37:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408794 - in head/www: nginx nginx-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Feb 2016 13:37:49 -0000 Author: osa Date: Sat Feb 13 13:37:47 2016 New Revision: 408794 URL: https://svnweb.freebsd.org/changeset/ports/408794 Log: Upgrade third-party nchan module from 0.98 to 0.99.4. Modified: head/www/nginx-devel/Makefile head/www/nginx-devel/distinfo head/www/nginx/Makefile head/www/nginx/distinfo Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Sat Feb 13 13:15:33 2016 (r408793) +++ head/www/nginx-devel/Makefile Sat Feb 13 13:37:47 2016 (r408794) @@ -507,7 +507,7 @@ USES+= perl5 .endif .if ${PORT_OPTIONS:MHTTP_PUSH} -GIT_PUSH_VERSION= 0.98 +GIT_PUSH_VERSION= 0.99.4 GH_ACCOUNT+= slact:push GH_PROJECT+= nchan:push GH_TAGNAME+= v${GIT_PUSH_VERSION}:push Modified: head/www/nginx-devel/distinfo ============================================================================== --- head/www/nginx-devel/distinfo Sat Feb 13 13:15:33 2016 (r408793) +++ head/www/nginx-devel/distinfo Sat Feb 13 13:37:47 2016 (r408794) @@ -58,8 +58,8 @@ SHA256 (alibaba-nginx-http-footer-filter SIZE (alibaba-nginx-http-footer-filter-1.2.2_GH0.tar.gz) = 3934 SHA256 (kr-nginx-notice-3c95966_GH0.tar.gz) = e829fc94178cc8c91fef15a1fc44ee7ac162c13eddc0bba4c9427aaa23386885 SIZE (kr-nginx-notice-3c95966_GH0.tar.gz) = 3343 -SHA256 (slact-nchan-v0.98_GH0.tar.gz) = 5d1b9c61fe0f6a29fd5f3fca781bc362b433c9b3d86023e2ec7e1037f7ad4b93 -SIZE (slact-nchan-v0.98_GH0.tar.gz) = 334339 +SHA256 (slact-nchan-v0.99.4_GH0.tar.gz) = 5be31a213bd277dfb2f4b561626d37852711b7186bf514f10ef60b5f479fd4f2 +SIZE (slact-nchan-v0.99.4_GH0.tar.gz) = 337367 SHA256 (wandenberg-nginx-push-stream-module-0.5.1_GH0.tar.gz) = a95f31e80120fd7324795b92a0d94c0b43e1265df7fd0f1eba11a337c1e0a626 SIZE (wandenberg-nginx-push-stream-module-0.5.1_GH0.tar.gz) = 175263 SHA256 (yaoweibin-ngx_http_substitutions_filter_module-0.6.2_GH0.tar.gz) = 2814340bf57581a04873e26d773ec216bfceebb1abb87d4904ce314790897b17 Modified: head/www/nginx/Makefile ============================================================================== --- head/www/nginx/Makefile Sat Feb 13 13:15:33 2016 (r408793) +++ head/www/nginx/Makefile Sat Feb 13 13:37:47 2016 (r408794) @@ -498,7 +498,7 @@ USES+= perl5 .endif .if ${PORT_OPTIONS:MHTTP_PUSH} -GIT_PUSH_VERSION= 0.98 +GIT_PUSH_VERSION= 0.99.4 GH_ACCOUNT+= slact:push GH_PROJECT+= nchan:push GH_TAGNAME+= v${GIT_PUSH_VERSION}:push Modified: head/www/nginx/distinfo ============================================================================== --- head/www/nginx/distinfo Sat Feb 13 13:15:33 2016 (r408793) +++ head/www/nginx/distinfo Sat Feb 13 13:37:47 2016 (r408794) @@ -58,8 +58,8 @@ SHA256 (alibaba-nginx-http-footer-filter SIZE (alibaba-nginx-http-footer-filter-1.2.2_GH0.tar.gz) = 3934 SHA256 (kr-nginx-notice-3c95966_GH0.tar.gz) = e829fc94178cc8c91fef15a1fc44ee7ac162c13eddc0bba4c9427aaa23386885 SIZE (kr-nginx-notice-3c95966_GH0.tar.gz) = 3343 -SHA256 (slact-nchan-v0.98_GH0.tar.gz) = 5d1b9c61fe0f6a29fd5f3fca781bc362b433c9b3d86023e2ec7e1037f7ad4b93 -SIZE (slact-nchan-v0.98_GH0.tar.gz) = 334339 +SHA256 (slact-nchan-v0.99.4_GH0.tar.gz) = 5be31a213bd277dfb2f4b561626d37852711b7186bf514f10ef60b5f479fd4f2 +SIZE (slact-nchan-v0.99.4_GH0.tar.gz) = 337367 SHA256 (wandenberg-nginx-push-stream-module-0.5.1_GH0.tar.gz) = a95f31e80120fd7324795b92a0d94c0b43e1265df7fd0f1eba11a337c1e0a626 SIZE (wandenberg-nginx-push-stream-module-0.5.1_GH0.tar.gz) = 175263 SHA256 (yaoweibin-ngx_http_substitutions_filter_module-0.6.2_GH0.tar.gz) = 2814340bf57581a04873e26d773ec216bfceebb1abb87d4904ce314790897b17 From owner-svn-ports-head@freebsd.org Sat Feb 13 13:51:40 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 27648AA6471; Sat, 13 Feb 2016 13:51:40 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 057E71C13; Sat, 13 Feb 2016 13:51:39 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1DDpd1s029924; Sat, 13 Feb 2016 13:51:39 GMT (envelope-from dbn@FreeBSD.org) Received: (from dbn@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1DDpctd029921; Sat, 13 Feb 2016 13:51:38 GMT (envelope-from dbn@FreeBSD.org) Message-Id: <201602131351.u1DDpctd029921@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbn set sender to dbn@FreeBSD.org using -f From: David Naylor Date: Sat, 13 Feb 2016 13:51:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408795 - head/emulators/i386-wine-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Feb 2016 13:51:40 -0000 Author: dbn Date: Sat Feb 13 13:51:38 2016 New Revision: 408795 URL: https://svnweb.freebsd.org/changeset/ports/408795 Log: emulators/i386-wine-devel: update to 1.9.3 Modified: head/emulators/i386-wine-devel/Makefile.inc head/emulators/i386-wine-devel/distinfo head/emulators/i386-wine-devel/pkg-plist Modified: head/emulators/i386-wine-devel/Makefile.inc ============================================================================== --- head/emulators/i386-wine-devel/Makefile.inc Sat Feb 13 13:37:47 2016 (r408794) +++ head/emulators/i386-wine-devel/Makefile.inc Sat Feb 13 13:51:38 2016 (r408795) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wine -PORTVERSION= 1.9.2 +PORTVERSION= 1.9.3 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= LOCAL/dbn/repos/wine/${DIST_SUBDIR}/${PORTVERSION} Modified: head/emulators/i386-wine-devel/distinfo ============================================================================== --- head/emulators/i386-wine-devel/distinfo Sat Feb 13 13:37:47 2016 (r408794) +++ head/emulators/i386-wine-devel/distinfo Sat Feb 13 13:51:38 2016 (r408795) @@ -1,12 +1,12 @@ -SHA256 (freebsd:9:x86:64/i386-wine-devel-1.9.2,1.txz) = 6daa12d0a6f4c895dc313785b1fbb373eed9ddf272bbeacd4a9c257cdc8d7e72 -SIZE (freebsd:9:x86:64/i386-wine-devel-1.9.2,1.txz) = 38807088 -SHA256 (freebsd:9:x86:64/i386-wine-staging-1.9.2,1.txz) = 484c819a7aa03ee614e17545a0232667fdaa80983f49674bc1a7b2a7ea115d80 -SIZE (freebsd:9:x86:64/i386-wine-staging-1.9.2,1.txz) = 41294192 -SHA256 (freebsd:10:x86:64/i386-wine-devel-1.9.2,1.txz) = f94f20c42940a918d312b27e5a5c078a33916640e4ea9ad05a0a65e77b85ad73 -SIZE (freebsd:10:x86:64/i386-wine-devel-1.9.2,1.txz) = 35674432 -SHA256 (freebsd:10:x86:64/i386-wine-staging-1.9.2,1.txz) = ec0c656c020d549cba448962f6cd82c758d76bf54d31f620e6df27e930c06564 -SIZE (freebsd:10:x86:64/i386-wine-staging-1.9.2,1.txz) = 38166180 -SHA256 (freebsd:11:x86:64/i386-wine-devel-1.9.2,1.txz) = d7b0dab12315c95f971fcd918c257a2d65ada628d8c7a17e27b870cc849e4aef -SIZE (freebsd:11:x86:64/i386-wine-devel-1.9.2,1.txz) = 35111136 -SHA256 (freebsd:11:x86:64/i386-wine-staging-1.9.2,1.txz) = 370a19bf6c952ee2a2ec0bfe64419e2687a7bd87fa5c3603e3c95bc13bd1645e -SIZE (freebsd:11:x86:64/i386-wine-staging-1.9.2,1.txz) = 37569912 +SHA256 (freebsd:9:x86:64/i386-wine-devel-1.9.3,1.txz) = cf9ce4c36afa0c6fc9d2431707a08edce4f825ab9b86ca7b35a0314099827aee +SIZE (freebsd:9:x86:64/i386-wine-devel-1.9.3,1.txz) = 38827748 +SHA256 (freebsd:9:x86:64/i386-wine-staging-1.9.3,1.txz) = 303c025810340d19496fe0191a6a762b1e85da8c30e87a2cf2b2dcf2923dbfe8 +SIZE (freebsd:9:x86:64/i386-wine-staging-1.9.3,1.txz) = 41332992 +SHA256 (freebsd:10:x86:64/i386-wine-devel-1.9.3,1.txz) = 2cbc0d10e385785f78245939cb4e9fae56c56c9393722e84ddcc832840d151d0 +SIZE (freebsd:10:x86:64/i386-wine-devel-1.9.3,1.txz) = 35702552 +SHA256 (freebsd:10:x86:64/i386-wine-staging-1.9.3,1.txz) = f30dbb6bdbec6eaa490697f4344e157b6ebf4e695f74c88a5dde436b1e4746f3 +SIZE (freebsd:10:x86:64/i386-wine-staging-1.9.3,1.txz) = 38199212 +SHA256 (freebsd:11:x86:64/i386-wine-devel-1.9.3,1.txz) = 8529e0c5267cf5a783b4946244160bb813386ef3962206cbcbc6d172e052ad4b +SIZE (freebsd:11:x86:64/i386-wine-devel-1.9.3,1.txz) = 35134256 +SHA256 (freebsd:11:x86:64/i386-wine-staging-1.9.3,1.txz) = 5e01310c26159de41585d3d16a11bbd1202bbb48042420146de93d075d80cd15 +SIZE (freebsd:11:x86:64/i386-wine-staging-1.9.3,1.txz) = 37601904 Modified: head/emulators/i386-wine-devel/pkg-plist ============================================================================== --- head/emulators/i386-wine-devel/pkg-plist Sat Feb 13 13:37:47 2016 (r408794) +++ head/emulators/i386-wine-devel/pkg-plist Sat Feb 13 13:51:38 2016 (r408795) @@ -685,6 +685,7 @@ include/wine/windows/shdeprecated.h include/wine/windows/shdeprecated.idl include/wine/windows/shdispid.h include/wine/windows/shellapi.h +%%STAGING%%include/wine/windows/shellscalingapi.h include/wine/windows/shldisp.h include/wine/windows/shldisp.idl include/wine/windows/shlguid.h @@ -1603,6 +1604,7 @@ lib32/wine/fakedlls/msctfp.dll lib32/wine/fakedlls/msdaps.dll lib32/wine/fakedlls/msdelta.dll lib32/wine/fakedlls/msdmo.dll +lib32/wine/fakedlls/msdrm.dll lib32/wine/fakedlls/msftedit.dll lib32/wine/fakedlls/msg711.acm lib32/wine/fakedlls/msgsm32.acm @@ -2203,6 +2205,7 @@ lib32/wine/msctfp.dll.so lib32/wine/msdaps.dll.so lib32/wine/msdelta.dll.so lib32/wine/msdmo.dll.so +lib32/wine/msdrm.dll.so lib32/wine/msftedit.dll.so lib32/wine/msg711.acm.so lib32/wine/msgsm32.acm.so From owner-svn-ports-head@freebsd.org Sat Feb 13 13:52:11 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 08CE1AA64AC; Sat, 13 Feb 2016 13:52:11 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CC9B91D1D; Sat, 13 Feb 2016 13:52:10 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1DDq9bP031874; Sat, 13 Feb 2016 13:52:09 GMT (envelope-from ed@FreeBSD.org) Received: (from ed@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1DDq9eN031873; Sat, 13 Feb 2016 13:52:09 GMT (envelope-from ed@FreeBSD.org) Message-Id: <201602131352.u1DDq9eN031873@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ed set sender to ed@FreeBSD.org using -f From: Ed Schouten Date: Sat, 13 Feb 2016 13:52:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408796 - head/lang/cloudabi-clang X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Feb 2016 13:52:11 -0000 Author: ed (src committer) Date: Sat Feb 13 13:52:09 2016 New Revision: 408796 URL: https://svnweb.freebsd.org/changeset/ports/408796 Log: Let the CloudABI toolchain use Clang 3.8 instead of 3.7. As all of the CloudABI tests also pass with Clang 3.8, I think it may be wise to just go ahead and upgrade. Modified: head/lang/cloudabi-clang/Makefile Modified: head/lang/cloudabi-clang/Makefile ============================================================================== --- head/lang/cloudabi-clang/Makefile Sat Feb 13 13:51:38 2016 (r408795) +++ head/lang/cloudabi-clang/Makefile Sat Feb 13 13:52:09 2016 (r408796) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= cloudabi-clang -PORTVERSION= 3.7 -PORTREVISION= 2 +PORTVERSION= 3.8 CATEGORIES= lang MASTER_SITES= # None DISTFILES= # None From owner-svn-ports-head@freebsd.org Sat Feb 13 14:03:57 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 95EC9AA6AA2; Sat, 13 Feb 2016 14:03:57 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5A3241119; Sat, 13 Feb 2016 14:03:57 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1DE3upJ035019; Sat, 13 Feb 2016 14:03:56 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1DE3tfJ035013; Sat, 13 Feb 2016 14:03:55 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201602131403.u1DE3tfJ035013@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Sat, 13 Feb 2016 14:03:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408797 - in head/www: nginx nginx-devel nginx-devel/files nginx/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Feb 2016 14:03:57 -0000 Author: osa Date: Sat Feb 13 14:03:55 2016 New Revision: 408797 URL: https://svnweb.freebsd.org/changeset/ports/408797 Log: Upgrade third-party auth_krb5 module from f76d5d9 to c85a38c revision. Modified: head/www/nginx-devel/Makefile head/www/nginx-devel/distinfo head/www/nginx-devel/files/extra-patch-spnego-http-auth-nginx-module-config head/www/nginx/Makefile head/www/nginx/distinfo head/www/nginx/files/extra-patch-spnego-http-auth-nginx-module-config Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Sat Feb 13 13:52:09 2016 (r408796) +++ head/www/nginx-devel/Makefile Sat Feb 13 14:03:55 2016 (r408797) @@ -319,7 +319,7 @@ EXTRA_PATCHES+= ${PATCHDIR}/extra-patch- .endif .if ${PORT_OPTIONS:MHTTP_AUTH_KRB5} -GIT_HTTP_AUTH_KRB5_VERSION= f76d5d9 +GIT_HTTP_AUTH_KRB5_VERSION= c85a38c GH_ACCOUNT+= stnoonan:auth_krb5 GH_PROJECT+= spnego-http-auth-nginx-module:auth_krb5 GH_TAGNAME+= ${GIT_HTTP_AUTH_KRB5_VERSION}:auth_krb5 Modified: head/www/nginx-devel/distinfo ============================================================================== --- head/www/nginx-devel/distinfo Sat Feb 13 13:52:09 2016 (r408796) +++ head/www/nginx-devel/distinfo Sat Feb 13 14:03:55 2016 (r408797) @@ -34,8 +34,8 @@ SHA256 (giom-nginx_accept_language_modul SIZE (giom-nginx_accept_language_module-2f69842_GH0.tar.gz) = 3393 SHA256 (samizdatco-nginx-http-auth-digest-bd1c86a_GH0.tar.gz) = d3071ca4b70cfd7f437add772a2aa6ab585dafb5d5a2e3f5cc70af74da72acf2 SIZE (samizdatco-nginx-http-auth-digest-bd1c86a_GH0.tar.gz) = 14458 -SHA256 (stnoonan-spnego-http-auth-nginx-module-f76d5d9_GH0.tar.gz) = 86edc9fd1da3f06501b1aafe19b235981ee4c10908224d50dfa4a0eac0d3dbc0 -SIZE (stnoonan-spnego-http-auth-nginx-module-f76d5d9_GH0.tar.gz) = 18152 +SHA256 (stnoonan-spnego-http-auth-nginx-module-c85a38c_GH0.tar.gz) = b47b23a362aa338c377d6163d15abee6f33ff16bac5f86ee4d9543293fe8c4d1 +SIZE (stnoonan-spnego-http-auth-nginx-module-c85a38c_GH0.tar.gz) = 18120 SHA256 (kvspb-nginx-auth-ldap-8517bb0_GH0.tar.gz) = a69cf8d5490620d5507d712fa234e137d9404e9c250563f2eb421eafa6209975 SIZE (kvspb-nginx-auth-ldap-8517bb0_GH0.tar.gz) = 16947 SHA256 (yaoweibin-nginx_ajp_module-bf6cd93_GH0.tar.gz) = 9e3f78ea73e2d606a95ee64fd3affa4c249f9b342e66b6b11b63061791f28316 Modified: head/www/nginx-devel/files/extra-patch-spnego-http-auth-nginx-module-config ============================================================================== --- head/www/nginx-devel/files/extra-patch-spnego-http-auth-nginx-module-config Sat Feb 13 13:52:09 2016 (r408796) +++ head/www/nginx-devel/files/extra-patch-spnego-http-auth-nginx-module-config Sat Feb 13 14:03:55 2016 (r408797) @@ -1,5 +1,5 @@ ---- ../spnego-http-auth-nginx-module-f76d5d9/config.orig 2015-06-13 20:49:15.590751000 +0300 -+++ ../spnego-http-auth-nginx-module-f76d5d9/config 2015-06-13 20:49:31.024936000 +0300 +--- ../spnego-http-auth-nginx-module-c85a38c/config.orig 2015-06-13 20:49:15.590751000 +0300 ++++ ../spnego-http-auth-nginx-module-c85a38c/config 2015-06-13 20:49:31.024936000 +0300 @@ -1,4 +1,4 @@ ngx_addon_name=ngx_http_auth_spnego_module HTTP_MODULES="$HTTP_MODULES ngx_http_auth_spnego_module" Modified: head/www/nginx/Makefile ============================================================================== --- head/www/nginx/Makefile Sat Feb 13 13:52:09 2016 (r408796) +++ head/www/nginx/Makefile Sat Feb 13 14:03:55 2016 (r408797) @@ -310,7 +310,7 @@ EXTRA_PATCHES+= ${PATCHDIR}/extra-patch- .endif .if ${PORT_OPTIONS:MHTTP_AUTH_KRB5} -GIT_HTTP_AUTH_KRB5_VERSION= f76d5d9 +GIT_HTTP_AUTH_KRB5_VERSION= c85a38c GH_ACCOUNT+= stnoonan:auth_krb5 GH_PROJECT+= spnego-http-auth-nginx-module:auth_krb5 GH_TAGNAME+= ${GIT_HTTP_AUTH_KRB5_VERSION}:auth_krb5 Modified: head/www/nginx/distinfo ============================================================================== --- head/www/nginx/distinfo Sat Feb 13 13:52:09 2016 (r408796) +++ head/www/nginx/distinfo Sat Feb 13 14:03:55 2016 (r408797) @@ -34,8 +34,8 @@ SHA256 (giom-nginx_accept_language_modul SIZE (giom-nginx_accept_language_module-2f69842_GH0.tar.gz) = 3393 SHA256 (samizdatco-nginx-http-auth-digest-bd1c86a_GH0.tar.gz) = d3071ca4b70cfd7f437add772a2aa6ab585dafb5d5a2e3f5cc70af74da72acf2 SIZE (samizdatco-nginx-http-auth-digest-bd1c86a_GH0.tar.gz) = 14458 -SHA256 (stnoonan-spnego-http-auth-nginx-module-f76d5d9_GH0.tar.gz) = 86edc9fd1da3f06501b1aafe19b235981ee4c10908224d50dfa4a0eac0d3dbc0 -SIZE (stnoonan-spnego-http-auth-nginx-module-f76d5d9_GH0.tar.gz) = 18152 +SHA256 (stnoonan-spnego-http-auth-nginx-module-c85a38c_GH0.tar.gz) = b47b23a362aa338c377d6163d15abee6f33ff16bac5f86ee4d9543293fe8c4d1 +SIZE (stnoonan-spnego-http-auth-nginx-module-c85a38c_GH0.tar.gz) = 18120 SHA256 (kvspb-nginx-auth-ldap-8517bb0_GH0.tar.gz) = a69cf8d5490620d5507d712fa234e137d9404e9c250563f2eb421eafa6209975 SIZE (kvspb-nginx-auth-ldap-8517bb0_GH0.tar.gz) = 16947 SHA256 (yaoweibin-nginx_ajp_module-bf6cd93_GH0.tar.gz) = 9e3f78ea73e2d606a95ee64fd3affa4c249f9b342e66b6b11b63061791f28316 Modified: head/www/nginx/files/extra-patch-spnego-http-auth-nginx-module-config ============================================================================== --- head/www/nginx/files/extra-patch-spnego-http-auth-nginx-module-config Sat Feb 13 13:52:09 2016 (r408796) +++ head/www/nginx/files/extra-patch-spnego-http-auth-nginx-module-config Sat Feb 13 14:03:55 2016 (r408797) @@ -1,5 +1,5 @@ ---- ../spnego-http-auth-nginx-module-f76d5d9/config.orig 2015-06-13 20:49:15.590751000 +0300 -+++ ../spnego-http-auth-nginx-module-f76d5d9/config 2015-06-13 20:49:31.024936000 +0300 +--- ../spnego-http-auth-nginx-module-c85a38c/config.orig 2015-06-13 20:49:15.590751000 +0300 ++++ ../spnego-http-auth-nginx-module-c85a38c/config 2015-06-13 20:49:31.024936000 +0300 @@ -1,4 +1,4 @@ ngx_addon_name=ngx_http_auth_spnego_module HTTP_MODULES="$HTTP_MODULES ngx_http_auth_spnego_module" From owner-svn-ports-head@freebsd.org Sat Feb 13 14:13:56 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BD13BAA6EEB; Sat, 13 Feb 2016 14:13:56 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9814515B0; Sat, 13 Feb 2016 14:13:56 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1DEDtbF037912; Sat, 13 Feb 2016 14:13:55 GMT (envelope-from dbn@FreeBSD.org) Received: (from dbn@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1DEDtqH037909; Sat, 13 Feb 2016 14:13:55 GMT (envelope-from dbn@FreeBSD.org) Message-Id: <201602131413.u1DEDtqH037909@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbn set sender to dbn@FreeBSD.org using -f From: David Naylor Date: Sat, 13 Feb 2016 14:13:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408798 - head/math/R-cran-car X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Feb 2016 14:13:56 -0000 Author: dbn Date: Sat Feb 13 14:13:55 2016 New Revision: 408798 URL: https://svnweb.freebsd.org/changeset/ports/408798 Log: math/R-cran-car: update to 2.1-1. Changes: * Use explicit pkg-plist instead of autoplist. Using an explicit pkg-plist is more robust against "silent" errors or changes. ChangeLog: - influencePlot now returns Cook's distance, not its square root. - Anova() now supports "coxme" objects (produced by coxme() in coxme package) (request of Philipp Sprenger). - Anova() now works via its default method with "vglm" objects produced by functions in the VGAM package; and the default method of linearHypothesis() again works with these objects (problem reported by Michael Friendly). - Fixed Anova.coxph() so that it takes account of method (ties) argument (bug reported by Karl Ove Hufthammer). - Improvements to Anova.default() so that a wider variety of model classes are accommodated (following request of Liviu Andronic.) - dataEllipse() now throws an error if there are too few colors for the number of groups (fixing bug reported by Ottorino Pantani). - spreadLevelPlot.lm() now includes an optional smoother in addition to the fitted straight line (suggestion of Michael Friendly). - No longer import methods (as opposed to generics) directly from pbkrtest. - Added axis.ticks argument to scatter3d() (code contributed by David Winsemius). Added: head/math/R-cran-car/pkg-plist (contents, props changed) Modified: head/math/R-cran-car/Makefile head/math/R-cran-car/distinfo Modified: head/math/R-cran-car/Makefile ============================================================================== --- head/math/R-cran-car/Makefile Sat Feb 13 14:03:55 2016 (r408797) +++ head/math/R-cran-car/Makefile Sat Feb 13 14:13:55 2016 (r408798) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= car -DISTVERSION= 2.1-0 +DISTVERSION= 2.1-1 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -15,6 +15,6 @@ LICENSE_COMB= dual RUN_DEPENDS= R-cran-pbkrtest>=0.3.2:${PORTSDIR}/math/R-cran-pbkrtest \ R-cran-quantreg>0:${PORTSDIR}/math/R-cran-quantreg -USES= cran:auto-plist +USES= cran .include Modified: head/math/R-cran-car/distinfo ============================================================================== --- head/math/R-cran-car/distinfo Sat Feb 13 14:03:55 2016 (r408797) +++ head/math/R-cran-car/distinfo Sat Feb 13 14:13:55 2016 (r408798) @@ -1,2 +1,2 @@ -SHA256 (car_2.1-0.tar.gz) = b2f98c0b03523727a94fe5a193eef96a70565202d7b646310ce65ee31176a61c -SIZE (car_2.1-0.tar.gz) = 617582 +SHA256 (car_2.1-1.tar.gz) = 9d032939079e853552ce70cb0a738d6fb097447c63234f697e1b52cfaef0eff3 +SIZE (car_2.1-1.tar.gz) = 619595 Added: head/math/R-cran-car/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-car/pkg-plist Sat Feb 13 14:13:55 2016 (r408798) @@ -0,0 +1,29 @@ +%%R_MOD_DIR%%/CITATION +%%R_MOD_DIR%%/DESCRIPTION +%%R_MOD_DIR%%/INDEX +%%R_MOD_DIR%%/Meta/Rd.rds +%%R_MOD_DIR%%/Meta/data.rds +%%R_MOD_DIR%%/Meta/hsearch.rds +%%R_MOD_DIR%%/Meta/links.rds +%%R_MOD_DIR%%/Meta/nsInfo.rds +%%R_MOD_DIR%%/Meta/package.rds +%%R_MOD_DIR%%/Meta/vignette.rds +%%R_MOD_DIR%%/NAMESPACE +%%R_MOD_DIR%%/NEWS +%%R_MOD_DIR%%/R/car +%%R_MOD_DIR%%/R/car.rdb +%%R_MOD_DIR%%/R/car.rdx +%%R_MOD_DIR%%/data/Rdata.rdb +%%R_MOD_DIR%%/data/Rdata.rds +%%R_MOD_DIR%%/data/Rdata.rdx +%%R_MOD_DIR%%/doc/embedding.R +%%R_MOD_DIR%%/doc/embedding.Rnw +%%R_MOD_DIR%%/doc/embedding.pdf +%%R_MOD_DIR%%/doc/index.html +%%R_MOD_DIR%%/help/AnIndex +%%R_MOD_DIR%%/help/aliases.rds +%%R_MOD_DIR%%/help/car.rdb +%%R_MOD_DIR%%/help/car.rdx +%%R_MOD_DIR%%/help/paths.rds +%%R_MOD_DIR%%/html/00Index.html +%%R_MOD_DIR%%/html/R.css From owner-svn-ports-head@freebsd.org Sat Feb 13 14:31:06 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 54340AA74C7; Sat, 13 Feb 2016 14:31:06 +0000 (UTC) (envelope-from dumbbell@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 16B701BD9; Sat, 13 Feb 2016 14:31:06 +0000 (UTC) (envelope-from dumbbell@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1DEV5GE041215; Sat, 13 Feb 2016 14:31:05 GMT (envelope-from dumbbell@FreeBSD.org) Received: (from dumbbell@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1DEV4Od041210; Sat, 13 Feb 2016 14:31:04 GMT (envelope-from dumbbell@FreeBSD.org) Message-Id: <201602131431.u1DEV4Od041210@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dumbbell set sender to dumbbell@FreeBSD.org using -f From: =?UTF-8?Q?Jean-S=c3=a9bastien_P=c3=a9dron?= Date: Sat, 13 Feb 2016 14:31:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408799 - in head/x11-toolkits: . osm-gps-map X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Feb 2016 14:31:06 -0000 Author: dumbbell (src committer) Date: Sat Feb 13 14:31:04 2016 New Revision: 408799 URL: https://svnweb.freebsd.org/changeset/ports/408799 Log: x11-toolkits/osm-gps-map: New port for a Gtk+ map widget Reviewed by: kwm Approved by: kwm Differential Revision: https://reviews.freebsd.org/D4246 Added: head/x11-toolkits/osm-gps-map/ head/x11-toolkits/osm-gps-map/Makefile (contents, props changed) head/x11-toolkits/osm-gps-map/distinfo (contents, props changed) head/x11-toolkits/osm-gps-map/pkg-descr (contents, props changed) head/x11-toolkits/osm-gps-map/pkg-plist (contents, props changed) Modified: head/x11-toolkits/Makefile Modified: head/x11-toolkits/Makefile ============================================================================== --- head/x11-toolkits/Makefile Sat Feb 13 14:13:55 2016 (r408798) +++ head/x11-toolkits/Makefile Sat Feb 13 14:31:04 2016 (r408799) @@ -125,6 +125,7 @@ SUBDIR += ocaml-lablgtk2 SUBDIR += ocaml-labltk SUBDIR += open-motif + SUBDIR += osm-gps-map SUBDIR += otk SUBDIR += p5-Alien-wxWidgets SUBDIR += p5-Glade2 Added: head/x11-toolkits/osm-gps-map/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/osm-gps-map/Makefile Sat Feb 13 14:31:04 2016 (r408799) @@ -0,0 +1,24 @@ +# Created by: Jean-Sébastien Pédron +# $FreeBSD$ + +PORTNAME= osm-gps-map +PORTVERSION= 1.1.0 +CATEGORIES= x11-toolkits net +MASTER_SITES= https://github.com/nzjrs/${PORTNAME}/releases/download/${PORTVERSION}/ + +MAINTAINER= dumbbell@FreeBSD.org +COMMENT= Gtk+ 3.0 mapping widget + +LICENSE= GPLv2 + +LIB_DEPENDS= libsoup-2.4.so:${PORTSDIR}/devel/libsoup + +USES= gmake gnome libtool pkgconfig +USE_GNOME= cairo gtk30 introspection:build +USE_LDCONFIG= yes + +GNU_CONFIGURE= yes +MAKE_ARGS= pkgconfigdir="${PREFIX}/libdata/pkgconfig" +INSTALL_TARGET= install-strip + +.include Added: head/x11-toolkits/osm-gps-map/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/osm-gps-map/distinfo Sat Feb 13 14:31:04 2016 (r408799) @@ -0,0 +1,2 @@ +SHA256 (osm-gps-map-1.1.0.tar.gz) = 8f2ff865ed9ed9786cc5373c37b341b876958416139d0065ebb785cf88d33586 +SIZE (osm-gps-map-1.1.0.tar.gz) = 440480 Added: head/x11-toolkits/osm-gps-map/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/osm-gps-map/pkg-descr Sat Feb 13 14:31:04 2016 (r408799) @@ -0,0 +1,9 @@ +osm-gps-map is a Gtk mapping widget (and Python bindings) that when +given GPS co-ordinates, draws a GPS track, and points of interest on a +moving map display. + +osm-gps-map downloads map data from a number of websites, including +openstreetmap.org, openaerialmap.org and others and can be used to build +desktop mapping or geolocation applications. + +WWW: http://nzjrs.github.io/osm-gps-map/ Added: head/x11-toolkits/osm-gps-map/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/osm-gps-map/pkg-plist Sat Feb 13 14:31:04 2016 (r408799) @@ -0,0 +1,44 @@ +include/osmgpsmap-1.0/osm-gps-map-compat.h +include/osmgpsmap-1.0/osm-gps-map-image.h +include/osmgpsmap-1.0/osm-gps-map-layer.h +include/osmgpsmap-1.0/osm-gps-map-osd.h +include/osmgpsmap-1.0/osm-gps-map-point.h +include/osmgpsmap-1.0/osm-gps-map-polygon.h +include/osmgpsmap-1.0/osm-gps-map-source.h +include/osmgpsmap-1.0/osm-gps-map-track.h +include/osmgpsmap-1.0/osm-gps-map-widget.h +include/osmgpsmap-1.0/osm-gps-map.h +lib/girepository-1.0/OsmGpsMap-1.0.typelib +lib/libosmgpsmap-1.0.a +lib/libosmgpsmap-1.0.so +lib/libosmgpsmap-1.0.so.1 +lib/libosmgpsmap-1.0.so.1.0.0 +libdata/pkgconfig/osmgpsmap-1.0.pc +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +share/gir-1.0/OsmGpsMap-1.0.gir +share/gtk-doc/html/libosmgpsmap/OsmGpsMap.html +share/gtk-doc/html/libosmgpsmap/OsmGpsMapImage.html +share/gtk-doc/html/libosmgpsmap/OsmGpsMapLayer.html +share/gtk-doc/html/libosmgpsmap/OsmGpsMapPoint.html +share/gtk-doc/html/libosmgpsmap/OsmGpsMapTrack.html +share/gtk-doc/html/libosmgpsmap/annotation-glossary.html +share/gtk-doc/html/libosmgpsmap/api-index-deprecated.html +share/gtk-doc/html/libosmgpsmap/api-index-full.html +share/gtk-doc/html/libosmgpsmap/api-reference-deprecated.html +share/gtk-doc/html/libosmgpsmap/api-reference.html +share/gtk-doc/html/libosmgpsmap/home.png +share/gtk-doc/html/libosmgpsmap/index.html +share/gtk-doc/html/libosmgpsmap/index.sgml +share/gtk-doc/html/libosmgpsmap/left-insensitive.png +share/gtk-doc/html/libosmgpsmap/left.png +share/gtk-doc/html/libosmgpsmap/libosmgpsmap-OsmGpsMap-Deprecated.html +share/gtk-doc/html/libosmgpsmap/libosmgpsmap.devhelp2 +share/gtk-doc/html/libosmgpsmap/right-insensitive.png +share/gtk-doc/html/libosmgpsmap/right.png +share/gtk-doc/html/libosmgpsmap/style.css +share/gtk-doc/html/libosmgpsmap/up-insensitive.png +share/gtk-doc/html/libosmgpsmap/up.png From owner-svn-ports-head@freebsd.org Sat Feb 13 14:35:37 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C032DAA75BB; Sat, 13 Feb 2016 14:35:37 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 92E371E62; Sat, 13 Feb 2016 14:35:37 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1DEZaT4044071; Sat, 13 Feb 2016 14:35:36 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1DEZalO044068; Sat, 13 Feb 2016 14:35:36 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201602131435.u1DEZalO044068@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Sat, 13 Feb 2016 14:35:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408800 - head/editors/nano-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Feb 2016 14:35:37 -0000 Author: danilo Date: Sat Feb 13 14:35:36 2016 New Revision: 408800 URL: https://svnweb.freebsd.org/changeset/ports/408800 Log: - Update to 2.5.2 Modified: head/editors/nano-devel/Makefile head/editors/nano-devel/distinfo head/editors/nano-devel/pkg-plist Modified: head/editors/nano-devel/Makefile ============================================================================== --- head/editors/nano-devel/Makefile Sat Feb 13 14:31:04 2016 (r408799) +++ head/editors/nano-devel/Makefile Sat Feb 13 14:35:36 2016 (r408800) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= nano -PORTVERSION= 2.5.1 +PORTVERSION= 2.5.2 CATEGORIES= editors MASTER_SITES= http://www.nano-editor.org/dist/v${PORTVERSION:R}/ \ GNU Modified: head/editors/nano-devel/distinfo ============================================================================== --- head/editors/nano-devel/distinfo Sat Feb 13 14:31:04 2016 (r408799) +++ head/editors/nano-devel/distinfo Sat Feb 13 14:35:36 2016 (r408800) @@ -1,2 +1,2 @@ -SHA256 (nano-2.5.1.tar.gz) = e06fca01bf183f4d531aa65a28dffc0e2d10185239909eb3de797023f3453bde -SIZE (nano-2.5.1.tar.gz) = 1925392 +SHA256 (nano-2.5.2.tar.gz) = 89bd6ac5120880d2a95431d8bad22bf92c7ccbf10b8f1716d4ea062f3faeeb41 +SIZE (nano-2.5.2.tar.gz) = 1964016 Modified: head/editors/nano-devel/pkg-plist ============================================================================== --- head/editors/nano-devel/pkg-plist Sat Feb 13 14:31:04 2016 (r408799) +++ head/editors/nano-devel/pkg-plist Sat Feb 13 14:35:36 2016 (r408800) @@ -26,6 +26,7 @@ man/man5/nanorc.5.gz %%NLS%%share/locale/fr/LC_MESSAGES/nano.mo %%NLS%%share/locale/ga/LC_MESSAGES/nano.mo %%NLS%%share/locale/gl/LC_MESSAGES/nano.mo +%%NLS%%share/locale/hr/LC_MESSAGES/nano.mo %%NLS%%share/locale/hu/LC_MESSAGES/nano.mo %%NLS%%share/locale/id/LC_MESSAGES/nano.mo %%NLS%%share/locale/it/LC_MESSAGES/nano.mo From owner-svn-ports-head@freebsd.org Sat Feb 13 14:39:24 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E864CAA771A; Sat, 13 Feb 2016 14:39:24 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BD84E1083; Sat, 13 Feb 2016 14:39:24 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1DEdNvS044295; Sat, 13 Feb 2016 14:39:23 GMT (envelope-from dbn@FreeBSD.org) Received: (from dbn@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1DEdNnL044293; Sat, 13 Feb 2016 14:39:23 GMT (envelope-from dbn@FreeBSD.org) Message-Id: <201602131439.u1DEdNnL044293@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbn set sender to dbn@FreeBSD.org using -f From: David Naylor Date: Sat, 13 Feb 2016 14:39:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408801 - head/deskutils/plasma-applet-cwp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Feb 2016 14:39:25 -0000 Author: dbn Date: Sat Feb 13 14:39:23 2016 New Revision: 408801 URL: https://svnweb.freebsd.org/changeset/ports/408801 Log: deskutils/plasma-applet-cwp: update to 1.12.1 Changes: - Drop LOCAL mirror ChangeLog: - xml: wetter.com updated (thanks to Evi1M4chine) Modified: head/deskutils/plasma-applet-cwp/Makefile head/deskutils/plasma-applet-cwp/distinfo Modified: head/deskutils/plasma-applet-cwp/Makefile ============================================================================== --- head/deskutils/plasma-applet-cwp/Makefile Sat Feb 13 14:35:36 2016 (r408800) +++ head/deskutils/plasma-applet-cwp/Makefile Sat Feb 13 14:39:23 2016 (r408801) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= cwp -PORTVERSION= 1.12.0 +PORTVERSION= 1.12.1 CATEGORIES= deskutils kde -MASTER_SITES= http://kde-look.org/CONTENT/content-files/ LOCAL/dbn/${PORTNAME} +MASTER_SITES= http://kde-look.org/CONTENT/content-files/ PKGNAMEPREFIX= plasma-applet- DISTNAME= 98925-cwp-${PORTVERSION} Modified: head/deskutils/plasma-applet-cwp/distinfo ============================================================================== --- head/deskutils/plasma-applet-cwp/distinfo Sat Feb 13 14:35:36 2016 (r408800) +++ head/deskutils/plasma-applet-cwp/distinfo Sat Feb 13 14:39:23 2016 (r408801) @@ -1,2 +1,2 @@ -SHA256 (98925-cwp-1.12.0.tar.bz2) = 62d91e7bcca086525bf124b37c1478a55e741e7ecfde76053195bbb097f99ea1 -SIZE (98925-cwp-1.12.0.tar.bz2) = 188131 +SHA256 (98925-cwp-1.12.1.tar.bz2) = bac5dc821b5768bf52b2b1a9c53bf42a5595ec8ab7180a87aa1f0c4a5d70453a +SIZE (98925-cwp-1.12.1.tar.bz2) = 187981 From owner-svn-ports-head@freebsd.org Sat Feb 13 14:41:47 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 769E2AA7830; Sat, 13 Feb 2016 14:41:47 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 466A812F6; Sat, 13 Feb 2016 14:41:47 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1DEfkFq045078; Sat, 13 Feb 2016 14:41:46 GMT (envelope-from dbn@FreeBSD.org) Received: (from dbn@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1DEfkNK045077; Sat, 13 Feb 2016 14:41:46 GMT (envelope-from dbn@FreeBSD.org) Message-Id: <201602131441.u1DEfkNK045077@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbn set sender to dbn@FreeBSD.org using -f From: David Naylor Date: Sat, 13 Feb 2016 14:41:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408802 - head/Mk/Uses X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Feb 2016 14:41:47 -0000 Author: dbn Date: Sat Feb 13 14:41:46 2016 New Revision: 408802 URL: https://svnweb.freebsd.org/changeset/ports/408802 Log: Mk/Uses/cran.mk: fix test target. R no longer accepts the --no-rebuild-vignettes argument, instead requiring the --no-build-vignettes (only used if pdflatex is not installed). PR: 207154 Approved by: wen (maintainer) MFH: 2016Q1 Modified: head/Mk/Uses/cran.mk Modified: head/Mk/Uses/cran.mk ============================================================================== --- head/Mk/Uses/cran.mk Sat Feb 13 14:39:23 2016 (r408801) +++ head/Mk/Uses/cran.mk Sat Feb 13 14:41:46 2016 (r408802) @@ -45,7 +45,7 @@ R_COMMAND= ${LOCALBASE}/bin/R R_POSTCMD_CHECK_OPTIONS?= --timings .if !exists(${LOCALBASE}/bin/pdflatex) -R_POSTCMD_CHECK_OPTIONS+= --no-manual --no-rebuild-vignettes +R_POSTCMD_CHECK_OPTIONS+= --no-manual --no-build-vignettes .endif do-test: From owner-svn-ports-head@freebsd.org Sat Feb 13 14:50:17 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6C69CAA7C08; Sat, 13 Feb 2016 14:50:17 +0000 (UTC) (envelope-from dumbbell@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 390CA1629; Sat, 13 Feb 2016 14:50:17 +0000 (UTC) (envelope-from dumbbell@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1DEoGbF047486; Sat, 13 Feb 2016 14:50:16 GMT (envelope-from dumbbell@FreeBSD.org) Received: (from dumbbell@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1DEoFSY047479; Sat, 13 Feb 2016 14:50:15 GMT (envelope-from dumbbell@FreeBSD.org) Message-Id: <201602131450.u1DEoFSY047479@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dumbbell set sender to dumbbell@FreeBSD.org using -f From: =?UTF-8?Q?Jean-S=c3=a9bastien_P=c3=a9dron?= Date: Sat, 13 Feb 2016 14:50:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408803 - in head/graphics/darktable: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Feb 2016 14:50:17 -0000 Author: dumbbell (src committer) Date: Sat Feb 13 14:50:15 2016 New Revision: 408803 URL: https://svnweb.freebsd.org/changeset/ports/408803 Log: graphics/darktable: Update to 2.0.1 darktable 2.0.x officially dropped support for i386. I believe the crash reported in PR 202457 was specific to 32-bit because this was already largely untested with darktable 1.6.x, so I'm considering this issue "fixed". PR: 202457 Reviewed by: kwm Approved by: kwm Differential Revision: https://reviews.freebsd.org/D4247 Added: head/graphics/darktable/files/patch-src_develop_masks_path.c (contents, props changed) Deleted: head/graphics/darktable/files/patch-cmake_modules_FindGettext.cmake head/graphics/darktable/files/patch-src_common_darktable.c Modified: head/graphics/darktable/Makefile head/graphics/darktable/distinfo head/graphics/darktable/files/patch-data_CMakeLists.txt head/graphics/darktable/files/patch-doc_CMakeLists.txt head/graphics/darktable/files/patch-src_CMakeLists.txt head/graphics/darktable/pkg-plist Modified: head/graphics/darktable/Makefile ============================================================================== --- head/graphics/darktable/Makefile Sat Feb 13 14:41:46 2016 (r408802) +++ head/graphics/darktable/Makefile Sat Feb 13 14:50:15 2016 (r408803) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= darktable -PORTVERSION= 1.6.9 +PORTVERSION= 2.0.1 CATEGORIES= graphics -MASTER_SITES= https://github.com/darktable-org/${PORTNAME}/releases/download/release-${PORTVERSION}/ +MASTER_SITES= https://github.com/darktable-org/${PORTNAME}/releases/download/release-${PORTVERSION:C/\.rc/rc/}/ MAINTAINER= dumbbell@FreeBSD.org COMMENT= Virtual lighttable and darkroom for photographers @@ -12,52 +12,54 @@ COMMENT= Virtual lighttable and darkroom LICENSE= GPLv3 BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt -LIB_DEPENDS= libexiv2.so:${PORTSDIR}/graphics/exiv2 \ - liblensfun.so:${PORTSDIR}/graphics/lensfun \ +LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ + libexiv2.so:${PORTSDIR}/graphics/exiv2 \ + libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib \ liblcms2.so:${PORTSDIR}/graphics/lcms2 \ - libcurl.so:${PORTSDIR}/ftp/curl + liblensfun.so:${PORTSDIR}/graphics/lensfun \ + libpugixml.so:${PORTSDIR}/textproc/pugixml \ + libtiff.so:${PORTSDIR}/graphics/tiff -ONLY_FOR_ARCHS= i386 amd64 -ONLY_FOR_ARCHS_REASON= uses SSE instructions +ONLY_FOR_ARCHS= amd64 +ONLY_FOR_ARCHS_REASON= uses SSE instructions and 64-bit address space -USES= compiler:c++11-lib cmake:outsource desktop-file-utils \ - ninja pkgconfig sqlite tar:xz -USE_GNOME= gtk20 intltool librsvg2 +USES= cmake:outsource compiler:c++11-lib desktop-file-utils \ + jpeg ninja pkgconfig sqlite tar:xz +USE_GNOME= gtk30 intltool librsvg2 libxml2 USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME} INSTALLS_ICONS= yes LDFLAGS+= -L${LOCALBASE}/lib -lintl -OPTIONS_DEFINE= COLORD DOCS FB_PICASA FLICKR GEO GNOMEKEYRING GPHOTO \ - GRAPHMAGICK LIBSECRET LUA NLS OPENEXR OPENJPEG RAWSPEED \ +OPTIONS_DEFINE= COLORD DOCS FLICKR GEO GNOMEKEYRING GPHOTO GRAPHMAGICK \ + LIBSECRET LUA NLS OPENEXR OPENJPEG PRINT RAWSPEED \ SLIDESHOW SQUISH WEBP GEO_DESC= Support geotagging -FB_PICASA_DESC= Support export to Facebook and Picasa LIBSECRET_DESC= Support libsecret as password backend SQUISH_DESC= Compress thumbnail via libsquish RAWSPEED_DESC= Compile with rawspeed backend SLIDESHOW_DESC= Build OpenGL/SDL slideshow viewer -OPTIONS_DEFAULT=COLORD FB_PICASA FLICKR GEO GPHOTO LUA NLS OPENEXR \ - OPENJPEG RAWSPEED SLIDESHOW SQUISH WEBP +OPTIONS_DEFAULT=COLORD FLICKR GEO GPHOTO LUA NLS OPENEXR OPENJPEG \ + PRINT RAWSPEED SLIDESHOW SQUISH WEBP OPTIONS_SUB= yes +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/\.rc/~rc/} + CMAKE_ARGS+= -DBINARY_PACKAGE_BUILD=1 CMAKE_ARGS+= -DBUILD_CMSTEST:BOOL=ON CMAKE_ARGS+= -DUSE_KWALLET:BOOL=ON -# darktable 1.4 can use colord but provides its own libcolord, +# darktable 1.4+ can use colord but provides its own libcolord, # statically linked to libdarktable.so. -COLORD_LIB_DEPENDS= libcolord.so:${PORTSDIR}/graphics/colord +COLORD_LIB_DEPENDS= libcolord-gtk.so:${PORTSDIR}/graphics/colord-gtk COLORD_CMAKE_OFF= -DUSE_COLORD:BOOL=OFF -FB_PICASA_LIB_DEPENDS= libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib -FB_PICASA_CMAKE_OFF= -DUSE_GLIBJSON:BOOL=OFF - FLICKR_LIB_DEPENDS= libflickcurl.so:${PORTSDIR}/www/flickcurl FLICKR_CMAKE_OFF= -DUSE_FLICKR:BOOL=OFF -GEO_LIB_DEPENDS= libsoup-2.4.so:${PORTSDIR}/devel/libsoup +GEO_LIB_DEPENDS= libosmgpsmap-1.0.so:${PORTSDIR}/x11-toolkits/osm-gps-map \ + libsoup-2.4.so:${PORTSDIR}/devel/libsoup GEO_CMAKE_OFF= -DUSE_GEO:BOOL=OFF GNOMEKEYRING_LIB_DEPENDS=libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring @@ -84,6 +86,9 @@ OPENEXR_CMAKE_OFF= -DUSE_OPENEXR:BOOL=OF OPENJPEG_LIB_DEPENDS= libopenjpeg.so:${PORTSDIR}/graphics/openjpeg15 OPENJPEG_CMAKE_OFF= -DUSE_OPENJPEG:BOOL=OFF +PRINT_LIB_DEPENDS= libcups.so:${PORTSDIR}/print/cups-client +PRINT_CMAKE_OFF= -DBUILD_PRINT:BOOL=OFF + RAWSPEED_CMAKE_OFF= -DDONT_USE_RAWSPEED:BOOL=ON SLIDESHOW_USE= GL=gl SDL=sdl @@ -102,10 +107,22 @@ WEBP_CMAKE_OFF= -DUSE_WEBP:BOOL=OFF BUILD_DEPENDS+= clang37:${PORTSDIR}/devel/llvm37 RUN_DEPENDS+= clang37:${PORTSDIR}/devel/llvm37 -CPP= ${LOCALBASE}/bin/clang-cpp37 -CC= ${LOCALBASE}/bin/clang37 -CXX= ${LOCALBASE}/bin/clang++37 -LDFLAGS+= -L${LOCALBASE}/llvm37/lib -lomp +CPP= clang-cpp37 +CC= clang37 +CXX= clang++37 + +# FIXME: At least in 3.7.0 and 3.7.1, Clang doesn't find libomp.so +# itself. Furthermore, there may be a regression in 3.7.1 because we now +# need to explicitely link to libm.so as well. +OPENMP_FLAGS= -L${LOCALBASE}/llvm37/lib -lm -lomp +LDFLAGS+= ${OPENMP_FLAGS} + +# Last but not least, there is a second change or regression in CMake +# 3.4.x: CMAKE_EXE_LINKER_FLAGS is not passed to TRY_COMPILE by default +# anymore. The CMP0056 policy must be explicitely set to NEW to ensure +# linker flags are passed. +# See: https://cmake.org/cmake/help/v3.4/policy/CMP0056.html +CMAKE_ARGS+= -DCMAKE_POLICY_DEFAULT_CMP0056:STRING=NEW .endif .if defined(WITH_DEBUG) @@ -113,4 +130,7 @@ CMAKE_BUILD_TYPE= RelWithDebInfo STRIP= .endif +post-patch: + @${MV} ${WRKSRC}/data/darktableconfig.dtd ${WRKSRC}/data/darktableconfig.dtd.in + .include Modified: head/graphics/darktable/distinfo ============================================================================== --- head/graphics/darktable/distinfo Sat Feb 13 14:41:46 2016 (r408802) +++ head/graphics/darktable/distinfo Sat Feb 13 14:50:15 2016 (r408803) @@ -1,2 +1,2 @@ -SHA256 (darktable-1.6.9.tar.xz) = 0f721e9d298a9407f6c0325d9c95b9dc37fa60f3b6a2f2e3b5675ff97c423173 -SIZE (darktable-1.6.9.tar.xz) = 3124940 +SHA256 (darktable-2.0.1.tar.xz) = 4d0e76eb42b95418ab59c17bff8aac660f5348b082aabfb3113607c67e87830b +SIZE (darktable-2.0.1.tar.xz) = 2927028 Modified: head/graphics/darktable/files/patch-data_CMakeLists.txt ============================================================================== --- head/graphics/darktable/files/patch-data_CMakeLists.txt Sat Feb 13 14:41:46 2016 (r408802) +++ head/graphics/darktable/files/patch-data_CMakeLists.txt Sat Feb 13 14:50:15 2016 (r408803) @@ -1,38 +1,11 @@ ---- data/CMakeLists.txt.orig 2015-07-26 11:47:47 UTC +--- data/CMakeLists.txt.orig 2016-02-02 11:36:06 UTC +++ data/CMakeLists.txt -@@ -39,21 +39,21 @@ if(USE_LUA) - # - # lua system scripts - # --install(DIRECTORY "lua" DESTINATION ${SHARE_INSTALL}/darktable/) --install(FILES luarc DESTINATION ${SHARE_INSTALL}/darktable/) -+install(DIRECTORY "lua" DESTINATION ${SHARE_INSTALL}/darktable) -+install(FILES luarc DESTINATION ${SHARE_INSTALL}/darktable) - endif(USE_LUA) - # - # Install (and generate when necessary) other system shares - # - file(GLOB PO_FILES "${CMAKE_CURRENT_SOURCE_DIR}/../po/*.po") - add_custom_command( -- OUTPUT darktable.desktop -- SOURCE darktable.desktop.in -+ OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/darktable.desktop -+ SOURCE ${CMAKE_CURRENT_SOURCE_DIR}/darktable.desktop.in - COMMAND ${intltool_merge_BIN} -d ${CMAKE_CURRENT_SOURCE_DIR}/../po ${CMAKE_CURRENT_SOURCE_DIR}/darktable.desktop.in ${CMAKE_CURRENT_BINARY_DIR}/darktable.desktop - MAIN_DEPENDENCY ${CMAKE_CURRENT_SOURCE_DIR}/darktable.desktop.in - DEPENDS ${PO_FILES} - ) --add_custom_target(darktable.desktop ALL DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/darktable.desktop) -+add_custom_target(darktable.desktop_file ALL DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/darktable.desktop) - install(FILES ${CMAKE_CURRENT_BINARY_DIR}/darktable.desktop DESTINATION ./share/applications) - install(FILES darktable.appdata.xml DESTINATION ./share/appdata) +@@ -85,7 +85,7 @@ if(APPLE) + set(DEFCONFIG_AUDIOPLAYER "afplay") + endif(APPLE) + configure_file( ${CMAKE_CURRENT_SOURCE_DIR}/darktableconfig.xml.in ${CMAKE_CURRENT_BINARY_DIR}/darktableconfig.xml ) +-execute_process( COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_CURRENT_SOURCE_DIR}/darktableconfig.dtd ${CMAKE_CURRENT_BINARY_DIR}/darktableconfig.dtd) ++configure_file( ${CMAKE_CURRENT_SOURCE_DIR}/darktableconfig.dtd.in ${CMAKE_CURRENT_BINARY_DIR}/darktableconfig.dtd ) -@@ -116,7 +116,7 @@ else(NOT ${Xsltproc_BIN} STREQUAL "Xsltp - endif(NOT ${Saxon_BIN} STREQUAL "Saxon_BIN-NOTFOUND") - endif(NOT ${Xsltproc_BIN} STREQUAL "Xsltproc_BIN-NOTFOUND") --add_custom_target(darktablerc ALL DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/darktablerc) -+add_custom_target(darktablerc_file ALL DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/darktablerc) - - # first of all install darktablerc file into share as template - # postinst script should copy this into users homedirectory + if(USE_XMLLINT) Modified: head/graphics/darktable/files/patch-doc_CMakeLists.txt ============================================================================== --- head/graphics/darktable/files/patch-doc_CMakeLists.txt Sat Feb 13 14:41:46 2016 (r408802) +++ head/graphics/darktable/files/patch-doc_CMakeLists.txt Sat Feb 13 14:50:15 2016 (r408803) @@ -1,11 +1,19 @@ ---- doc/CMakeLists.txt.orig 2015-07-26 11:47:47 UTC +--- doc/CMakeLists.txt.orig 2016-02-02 11:36:06 UTC +++ doc/CMakeLists.txt -@@ -58,7 +58,7 @@ else(NOT ${Xsltproc_BIN} STREQUAL "Xsltp - endif(NOT ${Saxon_BIN} STREQUAL "Saxon_BIN-NOTFOUND") - endif(NOT ${Xsltproc_BIN} STREQUAL "Xsltproc_BIN-NOTFOUND") - --add_custom_target(darktablerc.html ALL DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/darktablerc.html) -+add_custom_target(darktablerc.html_file ALL DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/darktablerc.html) - - install(FILES ${CMAKE_CURRENT_BINARY_DIR}/darktablerc.html DESTINATION ${SHARE_INSTALL}/doc/darktable/) - +@@ -9,14 +9,14 @@ install(FILES ${DOC_FILES} DESTINATION . + # create config docs + if(NOT ${Xsltproc_BIN} STREQUAL "Xsltproc_BIN-NOTFOUND") + add_custom_command( +- DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/../tools/generate_darktablerc_doc.xsl ${CMAKE_CURRENT_SOURCE_DIR}/../data/darktableconfig.dtd ${CMAKE_CURRENT_BINARY_DIR}/../data/darktableconfig.xml ++ DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/../tools/generate_darktablerc_doc.xsl ${CMAKE_CURRENT_BINARY_DIR}/../data/darktableconfig.dtd ${CMAKE_CURRENT_BINARY_DIR}/../data/darktableconfig.xml + OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/darktablerc.html + COMMAND ${Xsltproc_BIN} ${CMAKE_CURRENT_SOURCE_DIR}/../tools/generate_darktablerc_doc.xsl ${CMAKE_CURRENT_BINARY_DIR}/../data/darktableconfig.xml > ${CMAKE_CURRENT_BINARY_DIR}/darktablerc.html + ) + else(NOT ${Xsltproc_BIN} STREQUAL "Xsltproc_BIN-NOTFOUND") + if(NOT ${Saxon_BIN} STREQUAL "Saxon_BIN-NOTFOUND") + add_custom_command( +- DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/../tools/generate_darktablerc_doc.xsl ${CMAKE_CURRENT_SOURCE_DIR}/../data/darktableconfig.dtd ${CMAKE_CURRENT_BINARY_DIR}/../data/darktableconfig.xml ++ DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/../tools/generate_darktablerc_doc.xsl ${CMAKE_CURRENT_BINARY_DIR}/../data/darktableconfig.dtd ${CMAKE_CURRENT_BINARY_DIR}/../data/darktableconfig.xml + OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/darktablerc.html + COMMAND ${Saxon_BIN} ${CMAKE_CURRENT_BINARY_DIR}/../data/darktableconfig.xml ${CMAKE_CURRENT_SOURCE_DIR}/../tools/generate_darktablerc_doc.xsl > ${CMAKE_CURRENT_BINARY_DIR}/darktablerc.html + ) Modified: head/graphics/darktable/files/patch-src_CMakeLists.txt ============================================================================== --- head/graphics/darktable/files/patch-src_CMakeLists.txt Sat Feb 13 14:41:46 2016 (r408802) +++ head/graphics/darktable/files/patch-src_CMakeLists.txt Sat Feb 13 14:50:15 2016 (r408803) @@ -1,6 +1,6 @@ ---- src/CMakeLists.txt.orig 2015-10-15 12:59:51 UTC +--- src/CMakeLists.txt.orig 2016-02-02 11:36:06 UTC +++ src/CMakeLists.txt -@@ -419,8 +419,9 @@ if(NOT CUSTOM_CFLAGS) +@@ -415,8 +415,9 @@ if(NOT CUSTOM_CFLAGS) #-g MUST be set for ALL builds, or there will be no support for them when bugs happen set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${MARCH} ${DT_REQ_INSTRUCTIONS} -g") set(CMAKE_C_FLAGS_RELWITHDEBINFO "${CMAKE_C_FLAGS_RELWITHDEBINFO} -O2") @@ -11,7 +11,7 @@ execute_process(COMMAND ${CMAKE_C_COMPILER} -dumpversion OUTPUT_VARIABLE GCC_VERSION) set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -mfpmath=sse") -@@ -436,8 +437,9 @@ if(NOT CUSTOM_CFLAGS) +@@ -428,8 +429,9 @@ if(NOT CUSTOM_CFLAGS) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${MARCH} ${DT_REQ_INSTRUCTIONS} -g") set(CMAKE_CXX_FLAGS_RELWITHDEBINFO "${CMAKE_CXX_FLAGS_RELWITHDEBINFO} -O2") @@ -22,3 +22,20 @@ execute_process(COMMAND ${CMAKE_CXX_COMPILER} -dumpversion OUTPUT_VARIABLE GCC_VERSION) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -mfpmath=sse") +@@ -677,14 +679,14 @@ endif(CMAKE_C_COMPILER_ID STREQUAL "GCC" + # + if(NOT ${Xsltproc_BIN} STREQUAL "Xsltproc_BIN-NOTFOUND") + add_custom_command( +- DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/../tools/generate_prefs.xsl ${CMAKE_CURRENT_SOURCE_DIR}/../data/darktableconfig.dtd ${CMAKE_CURRENT_BINARY_DIR}/../data/darktableconfig.xml ++ DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/../tools/generate_prefs.xsl ${CMAKE_CURRENT_BINARY_DIR}/../data/darktableconfig.dtd ${CMAKE_CURRENT_BINARY_DIR}/../data/darktableconfig.xml + OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/preferences_gen.h + COMMAND ${Xsltproc_BIN} --stringparam HAVE_OPENCL ${HAVE_OPENCL} ${CMAKE_CURRENT_SOURCE_DIR}/../tools/generate_prefs.xsl ${CMAKE_CURRENT_BINARY_DIR}/../data/darktableconfig.xml > ${CMAKE_CURRENT_BINARY_DIR}/preferences_gen.h + ) + else(NOT ${Xsltproc_BIN} STREQUAL "Xsltproc_BIN-NOTFOUND") + if(NOT ${Saxon_BIN} STREQUAL "Saxon_BIN-NOTFOUND") + add_custom_command( +- DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/../tools/generate_prefs.xsl ${CMAKE_CURRENT_SOURCE_DIR}/../data/darktableconfig.dtd ${CMAKE_CURRENT_BINARY_DIR}/../data/darktableconfig.xml ++ DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/../tools/generate_prefs.xsl ${CMAKE_CURRENT_BINARY_DIR}/../data/darktableconfig.dtd ${CMAKE_CURRENT_BINARY_DIR}/../data/darktableconfig.xml + OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/preferences_gen.h + COMMAND ${Saxon_BIN} ${CMAKE_CURRENT_BINARY_DIR}/../data/darktableconfig.xml ${CMAKE_CURRENT_SOURCE_DIR}/../tools/generate_prefs.xsl HAVE_OPENCL=${HAVE_OPENCL} > ${CMAKE_CURRENT_BINARY_DIR}/preferences_gen.h + ) Added: head/graphics/darktable/files/patch-src_develop_masks_path.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/darktable/files/patch-src_develop_masks_path.c Sat Feb 13 14:50:15 2016 (r408803) @@ -0,0 +1,13 @@ +--- src/develop/masks/path.c.orig 2016-02-02 11:36:06 UTC ++++ src/develop/masks/path.c +@@ -2555,8 +2555,8 @@ static int dt_path_get_mask_roi(dt_iop_m + // now check if feather is at least partially within roi + for(int i = nb_corner * 3; i < border_count; i++) + { +- int xx = border[i * 2]; +- int yy = border[i * 2 + 1]; ++ float xx = border[i * 2]; ++ float yy = border[i * 2 + 1]; + if(isnan(xx)) + { + if(isnan(yy)) break; // that means we have to skip the end of the border path Modified: head/graphics/darktable/pkg-plist ============================================================================== --- head/graphics/darktable/pkg-plist Sat Feb 13 14:41:46 2016 (r408802) +++ head/graphics/darktable/pkg-plist Sat Feb 13 14:50:15 2016 (r408803) @@ -2,12 +2,14 @@ bin/darktable bin/darktable-cli bin/darktable-cltest bin/darktable-cmstest +bin/darktable-generate-cache %%SLIDESHOW%%bin/darktable-viewer lib/darktable/libdarktable.so lib/darktable/plugins/imageio/format/libcopy.so %%OPENEXR%%lib/darktable/plugins/imageio/format/libexr.so %%OPENJPEG%%lib/darktable/plugins/imageio/format/libj2k.so lib/darktable/plugins/imageio/format/libjpeg.so +lib/darktable/plugins/imageio/format/libpdf.so lib/darktable/plugins/imageio/format/libpfm.so lib/darktable/plugins/imageio/format/libpng.so lib/darktable/plugins/imageio/format/libppm.so @@ -15,11 +17,11 @@ lib/darktable/plugins/imageio/format/lib %%WEBP%%lib/darktable/plugins/imageio/format/libwebp.so lib/darktable/plugins/imageio/storage/libdisk.so lib/darktable/plugins/imageio/storage/libemail.so -%%FB_PICASA%%lib/darktable/plugins/imageio/storage/libfacebook.so +lib/darktable/plugins/imageio/storage/libfacebook.so %%FLICKR%%lib/darktable/plugins/imageio/storage/libflickr.so lib/darktable/plugins/imageio/storage/libgallery.so lib/darktable/plugins/imageio/storage/liblatex.so -%%FB_PICASA%%lib/darktable/plugins/imageio/storage/libpicasa.so +lib/darktable/plugins/imageio/storage/libpicasa.so lib/darktable/plugins/libatrous.so lib/darktable/plugins/libbasecurve.so lib/darktable/plugins/libbilat.so @@ -38,6 +40,7 @@ lib/darktable/plugins/libcolorin.so lib/darktable/plugins/libcolorize.so lib/darktable/plugins/libcolormapping.so lib/darktable/plugins/libcolorout.so +lib/darktable/plugins/libcolorreconstruct.so lib/darktable/plugins/libcolortransfer.so lib/darktable/plugins/libcolorzones.so lib/darktable/plugins/libdefringe.so @@ -46,6 +49,7 @@ lib/darktable/plugins/libdenoiseprofile. lib/darktable/plugins/libdither.so lib/darktable/plugins/libequalizer.so lib/darktable/plugins/libexposure.so +lib/darktable/plugins/libfinalscale.so lib/darktable/plugins/libflip.so lib/darktable/plugins/libgamma.so lib/darktable/plugins/libglobaltonemap.so @@ -56,7 +60,6 @@ lib/darktable/plugins/libhighpass.so lib/darktable/plugins/libhotpixels.so lib/darktable/plugins/libinvert.so lib/darktable/plugins/liblens.so -lib/darktable/plugins/libletsgofloat.so lib/darktable/plugins/liblevels.so lib/darktable/plugins/liblowlight.so lib/darktable/plugins/liblowpass.so @@ -65,6 +68,7 @@ lib/darktable/plugins/libnlmeans.so lib/darktable/plugins/liboverexposed.so lib/darktable/plugins/libprofile_gamma.so lib/darktable/plugins/librawdenoise.so +lib/darktable/plugins/librawprepare.so lib/darktable/plugins/librelight.so lib/darktable/plugins/librotatepixels.so lib/darktable/plugins/libscalepixels.so @@ -109,6 +113,7 @@ lib/darktable/plugins/lighttable/libmodu lib/darktable/plugins/lighttable/libmodulegroups.so lib/darktable/plugins/lighttable/libmodulelist.so lib/darktable/plugins/lighttable/libnavigation.so +lib/darktable/plugins/lighttable/libprint_settings.so lib/darktable/plugins/lighttable/libratings.so lib/darktable/plugins/lighttable/librecentcollect.so lib/darktable/plugins/lighttable/libselect.so @@ -121,13 +126,18 @@ lib/darktable/plugins/lighttable/libview lib/darktable/views/libdarkroom.so lib/darktable/views/liblighttable.so %%GEO%%lib/darktable/views/libmap.so +lib/darktable/views/libprint.so lib/darktable/views/libslideshow.so %%GPHOTO%%lib/darktable/views/libtethering.so man/man1/darktable-cli.1.gz +man/man1/darktable-cltest.1.gz +man/man1/darktable-cmstest.1.gz +man/man1/darktable-generate-cache.1.gz +man/man1/darktable-viewer.1.gz man/man1/darktable.1.gz share/appdata/darktable.appdata.xml share/applications/darktable.desktop -%%DATADIR%%/darktable.gtkrc +%%DATADIR%%/darktable.css %%DATADIR%%/darktablerc %%DATADIR%%/gdb_commands %%DATADIR%%/js/builder.js @@ -141,8 +151,10 @@ share/applications/darktable.desktop %%DATADIR%%/kernels/bilateral.cl %%DATADIR%%/kernels/blendop.cl %%DATADIR%%/kernels/bloom.cl +%%DATADIR%%/kernels/colorreconstruction.cl %%DATADIR%%/kernels/colorspace.cl %%DATADIR%%/kernels/common.h +%%DATADIR%%/kernels/demosaic_other.cl %%DATADIR%%/kernels/demosaic_ppg.cl %%DATADIR%%/kernels/denoiseprofile.cl %%DATADIR%%/kernels/extended.cl @@ -169,6 +181,7 @@ share/applications/darktable.desktop %%LUA%%%%DATADIR%%/lua/darktable/external/pygy_require/rockspecs/require-0.1.7-1.rockspec %%LUA%%%%DATADIR%%/lua/darktable/external/pygy_require/rockspecs/require-0.1.7-2.rockspec %%LUA%%%%DATADIR%%/luarc +%%DATADIR%%/noiseprofiles.json %%DATADIR%%/pixmaps/dt_logo_128x128.png %%DATADIR%%/pixmaps/idbutton-1.png %%DATADIR%%/pixmaps/idbutton-1.svg @@ -200,6 +213,8 @@ share/applications/darktable.desktop %%DATADIR%%/pixmaps/plugins/darkroom/colisa.svg %%DATADIR%%/pixmaps/plugins/darkroom/colorcorrection.png %%DATADIR%%/pixmaps/plugins/darkroom/colorcorrection.svg +%%DATADIR%%/pixmaps/plugins/darkroom/colorreconstruct.png +%%DATADIR%%/pixmaps/plugins/darkroom/colorreconstruct.svg %%DATADIR%%/pixmaps/plugins/darkroom/colorin.png %%DATADIR%%/pixmaps/plugins/darkroom/colorin.svg %%DATADIR%%/pixmaps/plugins/darkroom/colormapping.png @@ -250,6 +265,8 @@ share/applications/darktable.desktop %%DATADIR%%/pixmaps/plugins/darkroom/rawdenoise.svg %%DATADIR%%/pixmaps/plugins/darkroom/rawimport.png %%DATADIR%%/pixmaps/plugins/darkroom/rawimport.svg +%%DATADIR%%/pixmaps/plugins/darkroom/rawprepare.png +%%DATADIR%%/pixmaps/plugins/darkroom/rawprepare.svg %%DATADIR%%/pixmaps/plugins/darkroom/relight.png %%DATADIR%%/pixmaps/plugins/darkroom/relight.svg %%DATADIR%%/pixmaps/plugins/darkroom/shadhi.png @@ -296,6 +313,7 @@ share/applications/darktable.desktop %%DATADIR%%/watermarks/darktable.svg %%DATADIR%%/watermarks/hasselblad.svg %%DATADIR%%/watermarks/promo.svg +%%DATADIR%%/watermarks/simple-text.svg %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/LICENSE %%PORTDOCS%%%%DOCSDIR%%/README @@ -319,6 +337,7 @@ share/icons/hicolor/scalable/apps/darkta %%NLS%%share/locale/el/LC_MESSAGES/darktable.mo %%NLS%%share/locale/es/LC_MESSAGES/darktable.mo %%NLS%%share/locale/fr/LC_MESSAGES/darktable.mo +%%NLS%%share/locale/hu/LC_MESSAGES/darktable.mo %%NLS%%share/locale/it/LC_MESSAGES/darktable.mo %%NLS%%share/locale/ja/LC_MESSAGES/darktable.mo %%NLS%%share/locale/nl/LC_MESSAGES/darktable.mo @@ -326,6 +345,7 @@ share/icons/hicolor/scalable/apps/darkta %%NLS%%share/locale/pt_BR/LC_MESSAGES/darktable.mo %%NLS%%share/locale/pt_PT/LC_MESSAGES/darktable.mo %%NLS%%share/locale/ru/LC_MESSAGES/darktable.mo +%%NLS%%share/locale/sk/LC_MESSAGES/darktable.mo %%NLS%%share/locale/sq/LC_MESSAGES/darktable.mo %%NLS%%share/locale/sv/LC_MESSAGES/darktable.mo %%NLS%%share/locale/uk/LC_MESSAGES/darktable.mo From owner-svn-ports-head@freebsd.org Sat Feb 13 15:42:36 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D55AEAA0571; Sat, 13 Feb 2016 15:42:36 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9A0B21F90; Sat, 13 Feb 2016 15:42:36 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1DFgZFM065279; Sat, 13 Feb 2016 15:42:35 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1DFgZ3A065276; Sat, 13 Feb 2016 15:42:35 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201602131542.u1DFgZ3A065276@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sat, 13 Feb 2016 15:42:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408806 - head/textproc/kibana43 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Feb 2016 15:42:36 -0000 Author: olgeni Date: Sat Feb 13 15:42:35 2016 New Revision: 408806 URL: https://svnweb.freebsd.org/changeset/ports/408806 Log: Upgrade textproc/kibana43 to version 4.3.2. PR: 207122 Submitted by: olgeni Approved by: maintainer Modified: head/textproc/kibana43/Makefile head/textproc/kibana43/distinfo head/textproc/kibana43/pkg-plist Modified: head/textproc/kibana43/Makefile ============================================================================== --- head/textproc/kibana43/Makefile Sat Feb 13 15:40:13 2016 (r408805) +++ head/textproc/kibana43/Makefile Sat Feb 13 15:42:35 2016 (r408806) @@ -1,7 +1,7 @@ # Created by: Sergey Kozlov # $FreeBSD$ -PORTVERSION= 4.3.1 +PORTVERSION= 4.3.2 PKGNAMESUFFIX= 43 MASTERDIR= ${.CURDIR}/../kibana42 PKGDIR= ${.CURDIR} Modified: head/textproc/kibana43/distinfo ============================================================================== --- head/textproc/kibana43/distinfo Sat Feb 13 15:40:13 2016 (r408805) +++ head/textproc/kibana43/distinfo Sat Feb 13 15:42:35 2016 (r408806) @@ -1,2 +1,2 @@ -SHA256 (kibana-4.3.1-linux-x86.tar.gz) = fffc2325f1936f9bcedbc0812e2480f085f210229a6d2b5fbc40a3e8379ac8d3 -SIZE (kibana-4.3.1-linux-x86.tar.gz) = 29968948 +SHA256 (kibana-4.3.2-linux-x86.tar.gz) = 5b95c261840fa791b5069a88d211777b16ee0fca46153ab3f6330f9eb8e7364e +SIZE (kibana-4.3.2-linux-x86.tar.gz) = 29978015 Modified: head/textproc/kibana43/pkg-plist ============================================================================== --- head/textproc/kibana43/pkg-plist Sat Feb 13 15:40:13 2016 (r408805) +++ head/textproc/kibana43/pkg-plist Sat Feb 13 15:42:35 2016 (r408806) @@ -4355,6 +4355,10 @@ %%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/css-list/package.json %%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/decamelize/index.js %%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/decamelize/license +%%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/decamelize/node_modules/escape-string-regexp/index.js +%%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/decamelize/node_modules/escape-string-regexp/license +%%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/decamelize/node_modules/escape-string-regexp/package.json +%%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/decamelize/node_modules/escape-string-regexp/readme.md %%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/decamelize/package.json %%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/decamelize/readme.md %%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/defined/.travis.yml @@ -4425,9 +4429,9 @@ %%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/postcss-colormin/node_modules/color/node_modules/color-string/LICENSE %%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/postcss-colormin/node_modules/color/node_modules/color-string/README.md %%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/postcss-colormin/node_modules/color/node_modules/color-string/color-string.js +%%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/postcss-colormin/node_modules/color/node_modules/color-string/node_modules/color-name/LICENSE %%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/postcss-colormin/node_modules/color/node_modules/color-string/node_modules/color-name/README.md -%%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/postcss-colormin/node_modules/color/node_modules/color-string/node_modules/color-name/UNLICENSE -%%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/postcss-colormin/node_modules/color/node_modules/color-string/node_modules/color-name/index.json +%%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/postcss-colormin/node_modules/color/node_modules/color-string/node_modules/color-name/index.js %%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/postcss-colormin/node_modules/color/node_modules/color-string/node_modules/color-name/package.json %%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/postcss-colormin/node_modules/color/node_modules/color-string/package.json %%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/postcss-colormin/node_modules/color/package.json @@ -4440,6 +4444,28 @@ %%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/postcss-colormin/node_modules/colormin/dist/lib/toLonghand.js %%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/postcss-colormin/node_modules/colormin/dist/lib/toShorthand.js %%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/postcss-colormin/node_modules/colormin/dist/lib/trimLeadingZero.js +%%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/postcss-colormin/node_modules/colormin/node_modules/color/CHANGELOG.md +%%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/postcss-colormin/node_modules/colormin/node_modules/color/LICENSE +%%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/postcss-colormin/node_modules/colormin/node_modules/color/README.md +%%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/postcss-colormin/node_modules/colormin/node_modules/color/index.js +%%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/postcss-colormin/node_modules/colormin/node_modules/color/node_modules/color-convert/.travis.yml +%%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/postcss-colormin/node_modules/colormin/node_modules/color/node_modules/color-convert/CHANGELOG.md +%%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/postcss-colormin/node_modules/colormin/node_modules/color/node_modules/color-convert/LICENSE +%%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/postcss-colormin/node_modules/colormin/node_modules/color/node_modules/color-convert/README.md +%%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/postcss-colormin/node_modules/colormin/node_modules/color/node_modules/color-convert/component.json +%%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/postcss-colormin/node_modules/colormin/node_modules/color/node_modules/color-convert/conversions.js +%%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/postcss-colormin/node_modules/colormin/node_modules/color/node_modules/color-convert/index.js +%%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/postcss-colormin/node_modules/colormin/node_modules/color/node_modules/color-convert/package.json +%%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/postcss-colormin/node_modules/colormin/node_modules/color/node_modules/color-string/CHANGELOG.md +%%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/postcss-colormin/node_modules/colormin/node_modules/color/node_modules/color-string/LICENSE +%%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/postcss-colormin/node_modules/colormin/node_modules/color/node_modules/color-string/README.md +%%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/postcss-colormin/node_modules/colormin/node_modules/color/node_modules/color-string/color-string.js +%%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/postcss-colormin/node_modules/colormin/node_modules/color/node_modules/color-string/node_modules/color-name/LICENSE +%%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/postcss-colormin/node_modules/colormin/node_modules/color/node_modules/color-string/node_modules/color-name/README.md +%%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/postcss-colormin/node_modules/colormin/node_modules/color/node_modules/color-string/node_modules/color-name/index.js +%%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/postcss-colormin/node_modules/colormin/node_modules/color/node_modules/color-string/node_modules/color-name/package.json +%%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/postcss-colormin/node_modules/colormin/node_modules/color/node_modules/color-string/package.json +%%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/postcss-colormin/node_modules/colormin/node_modules/color/package.json %%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/postcss-colormin/node_modules/colormin/node_modules/css-color-names/Makefile %%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/postcss-colormin/node_modules/colormin/node_modules/css-color-names/README.md %%WWWDIR%%/node_modules/css-loader/node_modules/cssnano/node_modules/postcss-colormin/node_modules/colormin/node_modules/css-color-names/css-color-names.json @@ -6889,6 +6915,10 @@ %%WWWDIR%%/node_modules/jade/node_modules/uglify-js/node_modules/yargs/node_modules/cliui/package.json %%WWWDIR%%/node_modules/jade/node_modules/uglify-js/node_modules/yargs/node_modules/decamelize/index.js %%WWWDIR%%/node_modules/jade/node_modules/uglify-js/node_modules/yargs/node_modules/decamelize/license +%%WWWDIR%%/node_modules/jade/node_modules/uglify-js/node_modules/yargs/node_modules/decamelize/node_modules/escape-string-regexp/index.js +%%WWWDIR%%/node_modules/jade/node_modules/uglify-js/node_modules/yargs/node_modules/decamelize/node_modules/escape-string-regexp/license +%%WWWDIR%%/node_modules/jade/node_modules/uglify-js/node_modules/yargs/node_modules/decamelize/node_modules/escape-string-regexp/package.json +%%WWWDIR%%/node_modules/jade/node_modules/uglify-js/node_modules/yargs/node_modules/decamelize/node_modules/escape-string-regexp/readme.md %%WWWDIR%%/node_modules/jade/node_modules/uglify-js/node_modules/yargs/node_modules/decamelize/package.json %%WWWDIR%%/node_modules/jade/node_modules/uglify-js/node_modules/yargs/node_modules/decamelize/readme.md %%WWWDIR%%/node_modules/jade/node_modules/uglify-js/node_modules/yargs/node_modules/window-size/LICENSE-MIT @@ -7201,16 +7231,6 @@ %%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/CHANGELOG.md %%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/LICENSE %%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/README.md -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/examples/arguments.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/examples/choice.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/examples/constants.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/examples/help.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/examples/nargs.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/examples/parents.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/examples/prefix_chars.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/examples/sub_commands.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/examples/sum.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/examples/testformatters.js %%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/index.js %%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/lib/action.js %%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/lib/action/append.js @@ -7233,6 +7253,7 @@ %%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/lib/help/added_formatters.js %%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/lib/help/formatter.js %%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/lib/namespace.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/lib/utils.js %%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/sprintf-js/.npmignore %%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/sprintf-js/LICENSE %%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/sprintf-js/README.md @@ -8134,10 +8155,6 @@ %%WWWDIR%%/node_modules/micromatch/node_modules/braces/node_modules/expand-range/node_modules/fill-range/node_modules/repeat-string/package.json %%WWWDIR%%/node_modules/micromatch/node_modules/braces/node_modules/expand-range/node_modules/fill-range/package.json %%WWWDIR%%/node_modules/micromatch/node_modules/braces/node_modules/expand-range/package.json -%%WWWDIR%%/node_modules/micromatch/node_modules/braces/node_modules/lazy-cache/LICENSE -%%WWWDIR%%/node_modules/micromatch/node_modules/braces/node_modules/lazy-cache/README.md -%%WWWDIR%%/node_modules/micromatch/node_modules/braces/node_modules/lazy-cache/index.js -%%WWWDIR%%/node_modules/micromatch/node_modules/braces/node_modules/lazy-cache/package.json %%WWWDIR%%/node_modules/micromatch/node_modules/braces/node_modules/preserve/.gitattributes %%WWWDIR%%/node_modules/micromatch/node_modules/braces/node_modules/preserve/.jshintrc %%WWWDIR%%/node_modules/micromatch/node_modules/braces/node_modules/preserve/.npmignore @@ -8153,7 +8170,6 @@ %%WWWDIR%%/node_modules/micromatch/node_modules/braces/node_modules/repeat-element/index.js %%WWWDIR%%/node_modules/micromatch/node_modules/braces/node_modules/repeat-element/package.json %%WWWDIR%%/node_modules/micromatch/node_modules/braces/package.json -%%WWWDIR%%/node_modules/micromatch/node_modules/braces/utils.js %%WWWDIR%%/node_modules/micromatch/node_modules/expand-brackets/LICENSE %%WWWDIR%%/node_modules/micromatch/node_modules/expand-brackets/README.md %%WWWDIR%%/node_modules/micromatch/node_modules/expand-brackets/index.js @@ -8161,22 +8177,10 @@ %%WWWDIR%%/node_modules/micromatch/node_modules/extglob/LICENSE %%WWWDIR%%/node_modules/micromatch/node_modules/extglob/README.md %%WWWDIR%%/node_modules/micromatch/node_modules/extglob/index.js -%%WWWDIR%%/node_modules/micromatch/node_modules/extglob/node_modules/ansi-green/LICENSE -%%WWWDIR%%/node_modules/micromatch/node_modules/extglob/node_modules/ansi-green/index.js -%%WWWDIR%%/node_modules/micromatch/node_modules/extglob/node_modules/ansi-green/node_modules/ansi-wrap/LICENSE -%%WWWDIR%%/node_modules/micromatch/node_modules/extglob/node_modules/ansi-green/node_modules/ansi-wrap/README.md -%%WWWDIR%%/node_modules/micromatch/node_modules/extglob/node_modules/ansi-green/node_modules/ansi-wrap/index.js -%%WWWDIR%%/node_modules/micromatch/node_modules/extglob/node_modules/ansi-green/node_modules/ansi-wrap/package.json -%%WWWDIR%%/node_modules/micromatch/node_modules/extglob/node_modules/ansi-green/package.json -%%WWWDIR%%/node_modules/micromatch/node_modules/extglob/node_modules/ansi-green/readme.md %%WWWDIR%%/node_modules/micromatch/node_modules/extglob/node_modules/is-extglob/LICENSE %%WWWDIR%%/node_modules/micromatch/node_modules/extglob/node_modules/is-extglob/README.md %%WWWDIR%%/node_modules/micromatch/node_modules/extglob/node_modules/is-extglob/index.js %%WWWDIR%%/node_modules/micromatch/node_modules/extglob/node_modules/is-extglob/package.json -%%WWWDIR%%/node_modules/micromatch/node_modules/extglob/node_modules/success-symbol/LICENSE -%%WWWDIR%%/node_modules/micromatch/node_modules/extglob/node_modules/success-symbol/README.md -%%WWWDIR%%/node_modules/micromatch/node_modules/extglob/node_modules/success-symbol/index.js -%%WWWDIR%%/node_modules/micromatch/node_modules/extglob/node_modules/success-symbol/package.json %%WWWDIR%%/node_modules/micromatch/node_modules/extglob/package.json %%WWWDIR%%/node_modules/micromatch/node_modules/filename-regex/README.md %%WWWDIR%%/node_modules/micromatch/node_modules/filename-regex/index.js @@ -8446,6 +8450,7 @@ %%WWWDIR%%/node_modules/postcss-minify-selectors/node_modules/postcss-selector-parser/dist/selectors/universal.js %%WWWDIR%%/node_modules/postcss-minify-selectors/node_modules/postcss-selector-parser/dist/sortAscending.js %%WWWDIR%%/node_modules/postcss-minify-selectors/node_modules/postcss-selector-parser/dist/tokenize.js +%%WWWDIR%%/node_modules/postcss-minify-selectors/node_modules/postcss-selector-parser/node_modules/flatten/LICENSE %%WWWDIR%%/node_modules/postcss-minify-selectors/node_modules/postcss-selector-parser/node_modules/flatten/README.md %%WWWDIR%%/node_modules/postcss-minify-selectors/node_modules/postcss-selector-parser/node_modules/flatten/index.js %%WWWDIR%%/node_modules/postcss-minify-selectors/node_modules/postcss-selector-parser/node_modules/flatten/package.json @@ -9333,6 +9338,10 @@ %%WWWDIR%%/node_modules/regenerator/node_modules/defs/node_modules/yargs/node_modules/cliui/package.json %%WWWDIR%%/node_modules/regenerator/node_modules/defs/node_modules/yargs/node_modules/decamelize/index.js %%WWWDIR%%/node_modules/regenerator/node_modules/defs/node_modules/yargs/node_modules/decamelize/license +%%WWWDIR%%/node_modules/regenerator/node_modules/defs/node_modules/yargs/node_modules/decamelize/node_modules/escape-string-regexp/index.js +%%WWWDIR%%/node_modules/regenerator/node_modules/defs/node_modules/yargs/node_modules/decamelize/node_modules/escape-string-regexp/license +%%WWWDIR%%/node_modules/regenerator/node_modules/defs/node_modules/yargs/node_modules/decamelize/node_modules/escape-string-regexp/package.json +%%WWWDIR%%/node_modules/regenerator/node_modules/defs/node_modules/yargs/node_modules/decamelize/node_modules/escape-string-regexp/readme.md %%WWWDIR%%/node_modules/regenerator/node_modules/defs/node_modules/yargs/node_modules/decamelize/package.json %%WWWDIR%%/node_modules/regenerator/node_modules/defs/node_modules/yargs/node_modules/decamelize/readme.md %%WWWDIR%%/node_modules/regenerator/node_modules/defs/node_modules/yargs/node_modules/os-locale/index.js @@ -10620,6 +10629,10 @@ %%WWWDIR%%/node_modules/webpack/node_modules/uglify-js/node_modules/yargs/node_modules/camelcase/readme.md %%WWWDIR%%/node_modules/webpack/node_modules/uglify-js/node_modules/yargs/node_modules/decamelize/index.js %%WWWDIR%%/node_modules/webpack/node_modules/uglify-js/node_modules/yargs/node_modules/decamelize/license +%%WWWDIR%%/node_modules/webpack/node_modules/uglify-js/node_modules/yargs/node_modules/decamelize/node_modules/escape-string-regexp/index.js +%%WWWDIR%%/node_modules/webpack/node_modules/uglify-js/node_modules/yargs/node_modules/decamelize/node_modules/escape-string-regexp/license +%%WWWDIR%%/node_modules/webpack/node_modules/uglify-js/node_modules/yargs/node_modules/decamelize/node_modules/escape-string-regexp/package.json +%%WWWDIR%%/node_modules/webpack/node_modules/uglify-js/node_modules/yargs/node_modules/decamelize/node_modules/escape-string-regexp/readme.md %%WWWDIR%%/node_modules/webpack/node_modules/uglify-js/node_modules/yargs/node_modules/decamelize/package.json %%WWWDIR%%/node_modules/webpack/node_modules/uglify-js/node_modules/yargs/node_modules/decamelize/readme.md %%WWWDIR%%/node_modules/webpack/node_modules/uglify-js/node_modules/yargs/node_modules/window-size/LICENSE-MIT From owner-svn-ports-head@freebsd.org Sat Feb 13 15:45:28 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0527FAA0682; Sat, 13 Feb 2016 15:45:28 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5664B10BC; Sat, 13 Feb 2016 15:45:27 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1DFjQNY065524; Sat, 13 Feb 2016 15:45:26 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1DFjQBf065520; Sat, 13 Feb 2016 15:45:26 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201602131545.u1DFjQBf065520@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sat, 13 Feb 2016 15:45:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408807 - head/textproc/kibana44 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Feb 2016 15:45:28 -0000 Author: olgeni Date: Sat Feb 13 15:45:25 2016 New Revision: 408807 URL: https://svnweb.freebsd.org/changeset/ports/408807 Log: Upgrade textproc/kibana44 to version 4.4.1. PR: 207121 Submitted by: olgeni Approved by: maintainer Modified: head/textproc/kibana44/Makefile head/textproc/kibana44/distinfo head/textproc/kibana44/pkg-plist Modified: head/textproc/kibana44/Makefile ============================================================================== --- head/textproc/kibana44/Makefile Sat Feb 13 15:42:35 2016 (r408806) +++ head/textproc/kibana44/Makefile Sat Feb 13 15:45:25 2016 (r408807) @@ -1,7 +1,7 @@ # Created by: Sergey Kozlov # $FreeBSD$ -PORTVERSION= 4.4.0 +PORTVERSION= 4.4.1 PKGNAMESUFFIX= 44 MASTERDIR= ${.CURDIR}/../kibana42 PKGDIR= ${.CURDIR} Modified: head/textproc/kibana44/distinfo ============================================================================== --- head/textproc/kibana44/distinfo Sat Feb 13 15:42:35 2016 (r408806) +++ head/textproc/kibana44/distinfo Sat Feb 13 15:45:25 2016 (r408807) @@ -1,2 +1,2 @@ -SHA256 (kibana-4.4.0-linux-x86.tar.gz) = 460909c0c1a34d7913a4aa3e9d60bf27235b1c42614116042cb3a24647ccb7f9 -SIZE (kibana-4.4.0-linux-x86.tar.gz) = 30437829 +SHA256 (kibana-4.4.1-linux-x86.tar.gz) = 3ca545f50aff9fa45421ac16ad40116bcf027de1cb37aab99038e7ab2c713592 +SIZE (kibana-4.4.1-linux-x86.tar.gz) = 30221928 Modified: head/textproc/kibana44/pkg-plist ============================================================================== --- head/textproc/kibana44/pkg-plist Sat Feb 13 15:42:35 2016 (r408806) +++ head/textproc/kibana44/pkg-plist Sat Feb 13 15:45:25 2016 (r408807) @@ -7421,16 +7421,6 @@ %%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/CHANGELOG.md %%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/LICENSE %%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/README.md -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/examples/arguments.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/examples/choice.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/examples/constants.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/examples/help.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/examples/nargs.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/examples/parents.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/examples/prefix_chars.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/examples/sub_commands.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/examples/sum.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/examples/testformatters.js %%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/index.js %%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/lib/action.js %%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/lib/action/append.js @@ -7453,864 +7443,7 @@ %%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/lib/help/added_formatters.js %%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/lib/help/formatter.js %%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/lib/namespace.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/LICENSE -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/README.md -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_Hash.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_LazyWrapper.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_LodashWrapper.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_Map.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_MapCache.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_Reflect.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_Set.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_SetCache.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_Stack.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_Symbol.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_Uint8Array.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_WeakMap.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_addMapEntry.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_addSetEntry.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_apply.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_arrayAggregator.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_arrayConcat.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_arrayEach.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_arrayEachRight.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_arrayEvery.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_arrayFilter.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_arrayIncludes.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_arrayIncludesWith.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_arrayMap.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_arrayPush.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_arrayReduce.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_arrayReduceRight.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_arraySome.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_assignInDefaults.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_assignMergeValue.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_assignValue.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_assocDelete.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_assocGet.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_assocHas.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_assocIndexOf.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_assocSet.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseAggregator.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseAssign.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseAt.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseClamp.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseClone.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseConforms.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseCreate.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseDelay.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseDifference.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseEach.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseEachRight.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseEvery.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseExtremum.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseFill.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseFilter.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseFind.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseFindIndex.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseFlatten.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseFor.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseForIn.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseForOwn.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseForOwnRight.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseForRight.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseFunctions.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseGet.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseHas.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseHasIn.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseInRange.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseIndexOf.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseIntersection.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseInverter.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseInvoke.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseIsEqual.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseIsEqualDeep.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseIsMatch.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseIteratee.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseKeys.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseKeysIn.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseLodash.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseMap.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseMatches.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseMatchesProperty.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseMerge.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseMergeDeep.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseOrderBy.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_basePick.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_basePickBy.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseProperty.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_basePropertyDeep.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_basePullAll.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_basePullAllBy.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_basePullAt.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseRandom.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseRange.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseReduce.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseSet.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseSetData.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseSlice.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseSome.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseSortBy.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseSortedIndex.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseSortedIndexBy.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseSortedUniq.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseSortedUniqBy.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseSum.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseTimes.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseToPairs.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseToPath.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseUnary.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseUniq.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseUnset.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseValues.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseWhile.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseWrapperValue.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseXor.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_baseZipObject.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_cacheHas.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_cachePush.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_charsEndIndex.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_charsStartIndex.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_cloneBuffer.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_cloneMap.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_cloneRegExp.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_cloneSet.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_cloneSymbol.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_cloneTypedArray.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_compareAscending.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_compareMultiple.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_composeArgs.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_composeArgsRight.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_copyArray.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_copyObject.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_copyObjectWith.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_copySymbols.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_createAggregator.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_createAssigner.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_createBaseEach.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_createBaseFor.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_createBaseWrapper.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_createCaseFirst.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_createCompounder.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_createCtorWrapper.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_createCurryWrapper.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_createFlow.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_createHybridWrapper.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_createInverter.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_createOver.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_createPadding.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_createPartialWrapper.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_createRange.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_createRecurryWrapper.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_createRound.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_createSet.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_createWrapper.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_deburrLetter.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_equalArrays.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_equalByTag.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_equalObjects.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_escapeHtmlChar.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_escapeStringChar.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_getData.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_getFuncName.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_getLength.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_getMatchData.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_getNative.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_getSymbols.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_getTag.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_getView.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_hasPath.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_hashDelete.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_hashGet.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_hashHas.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_hashSet.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_indexKeys.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_indexOfNaN.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_initCloneArray.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_initCloneByTag.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_initCloneObject.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_isHostObject.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_isIndex.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_isIterateeCall.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_isKey.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_isKeyable.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_isLaziable.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_isPrototype.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_isStrictComparable.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_iteratorToArray.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_lazyClone.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_lazyReverse.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_lazyValue.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_mapClear.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_mapDelete.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_mapGet.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_mapHas.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_mapSet.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_mapToArray.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_mergeData.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_mergeDefaults.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_metaMap.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_nativeCreate.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_parent.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_reEscape.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_reEvaluate.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_reInterpolate.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_realNames.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_reorder.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_replaceHolders.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_setData.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_setToArray.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_stackClear.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_stackDelete.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_stackGet.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_stackHas.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_stackSet.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_stringSize.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_stringToArray.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_stringToPath.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_toArrayLikeObject.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_toFunction.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_unescapeHtmlChar.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/_wrapperClone.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/add.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/after.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/array.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/ary.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/assign.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/assignIn.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/assignInWith.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/assignWith.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/at.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/attempt.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/before.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/bind.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/bindAll.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/bindKey.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/camelCase.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/capitalize.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/ceil.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/chain.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/chunk.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/clamp.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/clone.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/cloneDeep.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/cloneDeepWith.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/cloneWith.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/collection.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/commit.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/compact.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/concat.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/cond.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/conforms.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/constant.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/core.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/countBy.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/create.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/curry.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/curryRight.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/date.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/debounce.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/deburr.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/defaults.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/defaultsDeep.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/defer.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/delay.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/difference.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/differenceBy.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/differenceWith.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/drop.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/dropRight.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/dropRightWhile.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/dropWhile.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/each.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/eachRight.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/endsWith.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/eq.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/escape.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/escapeRegExp.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/every.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/extend.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/extendWith.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fill.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/filter.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/find.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/findIndex.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/findKey.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/findLast.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/findLastIndex.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/findLastKey.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/flatMap.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/flatten.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/flattenDeep.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/flip.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/floor.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/flow.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/flowRight.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/forEach.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/forEachRight.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/forIn.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/forInRight.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/forOwn.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/forOwnRight.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/_baseConvert.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/_convertBrowser.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/_mapping.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/_util.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/add.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/after.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/all.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/allPass.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/apply.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/array.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/ary.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/assign.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/assignIn.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/assignInWith.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/assignWith.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/at.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/attempt.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/before.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/bind.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/bindAll.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/bindKey.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/camelCase.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/capitalize.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/ceil.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/chain.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/chunk.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/clamp.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/clone.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/cloneDeep.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/cloneDeepWith.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/cloneWith.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/collection.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/commit.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/compact.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/compose.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/concat.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/cond.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/conforms.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/constant.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/contains.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/convert.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/countBy.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/create.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/curry.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/curryN.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/curryRight.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/curryRightN.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/date.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/debounce.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/deburr.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/defaults.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/defaultsDeep.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/defer.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/delay.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/difference.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/differenceBy.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/differenceWith.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/dissoc.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/drop.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/dropRight.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/dropRightWhile.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/dropWhile.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/each.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/eachRight.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/endsWith.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/eq.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/equals.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/escape.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/escapeRegExp.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/every.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/extend.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/extendWith.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/fill.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/filter.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/find.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/findIndex.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/findKey.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/findLast.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/findLastIndex.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/findLastKey.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/first.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/flatMap.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/flatten.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/flattenDeep.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/flip.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/floor.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/flow.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/flowRight.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/forEach.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/forEachRight.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/forIn.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/forInRight.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/forOwn.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/forOwnRight.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/fromPairs.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/function.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/functions.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/functionsIn.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/get.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/getOr.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/groupBy.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/gt.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/gte.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/has.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/hasIn.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/head.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/identity.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/inRange.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/includes.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/indexOf.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/init.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/initial.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/intersection.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/intersectionBy.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/intersectionWith.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/invert.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/invertBy.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/invoke.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/invokeMap.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/isArguments.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/isArray.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/isArrayLike.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/isArrayLikeObject.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/isBoolean.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/isDate.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/isElement.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/isEmpty.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/isEqual.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/isEqualWith.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/isError.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/isFinite.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/isFunction.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/isInteger.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/isLength.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/isMatch.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/isMatchWith.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/isNaN.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/isNative.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/isNil.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/isNull.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/isNumber.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/isObject.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/isObjectLike.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/isPlainObject.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/isRegExp.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/isSafeInteger.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/isString.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/isSymbol.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/isTypedArray.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/isUndefined.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/iteratee.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/join.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/kebabCase.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/keyBy.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/keys.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/keysIn.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/lang.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/last.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/lastIndexOf.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/lowerCase.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/lowerFirst.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/lt.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/lte.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/map.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/mapKeys.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/mapObj.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/mapValues.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/matches.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/matchesProperty.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/math.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/max.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/maxBy.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/mean.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/memoize.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/merge.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/mergeWith.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/method.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/methodOf.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/min.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/minBy.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/mixin.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/nAry.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/negate.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/next.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/noop.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/now.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/nthArg.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/number.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/object.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/omit.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/omitAll.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/omitBy.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/once.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/orderBy.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/over.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/overArgs.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/overEvery.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/overSome.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/pad.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/padEnd.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/padStart.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/parseInt.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/partial.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/partialRight.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/partition.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/path.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/pathEq.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/pathOr.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/pick.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/pickAll.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/pickBy.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/pipe.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/plant.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/prop.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/propOf.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/propOr.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/property.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/propertyOf.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/pull.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/pullAll.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/pullAllBy.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/pullAt.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/random.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/range.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/rangeRight.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/rearg.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/reduce.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/reduceRight.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/reject.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/remove.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/repeat.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/replace.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/rest.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/result.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/reverse.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/round.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/sample.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/sampleSize.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/seq.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/set.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/setWith.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/shuffle.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/size.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/slice.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/snakeCase.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/some.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/somePass.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/sortBy.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/sortedIndex.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/sortedIndexBy.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/sortedIndexOf.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/sortedLastIndex.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/sortedLastIndexBy.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/sortedLastIndexOf.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/sortedUniq.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/sortedUniqBy.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/split.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/spread.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/startCase.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/startsWith.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/string.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/subtract.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/sum.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/sumBy.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/tail.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/take.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/takeRight.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/takeRightWhile.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/takeWhile.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/tap.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/template.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/templateSettings.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/throttle.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/thru.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/times.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/toArray.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/toInteger.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/toIterator.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/toJSON.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/toLength.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/toLower.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/toNumber.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/toPairs.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/toPairsIn.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/toPath.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/toPlainObject.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/toSafeInteger.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/toString.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/toUpper.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/transform.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/trim.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/trimEnd.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/trimStart.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/truncate.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/unapply.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/unary.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/unescape.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/union.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/unionBy.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/unionWith.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/uniq.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/uniqBy.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/uniqWith.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/uniqueId.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/unnest.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/unset.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/unzip.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/unzipWith.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/upperCase.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/upperFirst.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/useWith.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/util.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/value.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/valueOf.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/values.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/valuesIn.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/whereEq.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/without.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/words.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/wrap.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/wrapperAt.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/wrapperChain.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/wrapperFlatMap.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/wrapperLodash.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/wrapperReverse.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/wrapperValue.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/xor.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/xorBy.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/xorWith.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/zip.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/zipObj.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/zipObject.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/zipObjectDeep.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fp/zipWith.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/fromPairs.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/function.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/functions.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/functionsIn.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/get.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/groupBy.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/gt.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/gte.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/has.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/hasIn.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/head.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/identity.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/inRange.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/includes.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/index.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/indexOf.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/initial.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/intersection.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/intersectionBy.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/intersectionWith.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/invert.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/invertBy.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/invoke.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/invokeMap.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/isArguments.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/isArray.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/isArrayLike.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/isArrayLikeObject.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/isBoolean.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/isDate.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/isElement.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/isEmpty.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/isEqual.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/isEqualWith.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/isError.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/isFinite.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/isFunction.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/isInteger.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/isLength.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/isMatch.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/isMatchWith.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/isNaN.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/isNative.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/isNil.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/isNull.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/isNumber.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/isObject.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/isObjectLike.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/isPlainObject.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/isRegExp.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/isSafeInteger.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/isString.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/isSymbol.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/isTypedArray.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/isUndefined.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/iteratee.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/join.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/kebabCase.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/keyBy.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/keys.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/keysIn.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/lang.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/last.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/lastIndexOf.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/lodash.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/lowerCase.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/lowerFirst.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/lt.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/lte.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/map.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/mapKeys.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/mapValues.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/matches.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/matchesProperty.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/math.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/max.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/maxBy.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/mean.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/memoize.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/merge.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/mergeWith.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/method.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/methodOf.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/min.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/minBy.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/mixin.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/negate.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/next.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/noop.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/now.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/nthArg.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/number.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/object.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/omit.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/omitBy.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/once.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/orderBy.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/over.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/overArgs.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/overEvery.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/overSome.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/package.json -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/pad.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/padEnd.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/padStart.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/parseInt.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/partial.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/partialRight.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/partition.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/pick.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/pickBy.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/plant.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/property.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/propertyOf.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/pull.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/pullAll.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/pullAllBy.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/pullAt.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/random.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/range.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/rangeRight.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/rearg.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/reduce.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/reduceRight.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/reject.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/remove.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/repeat.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/replace.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/rest.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/result.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/reverse.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/round.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/sample.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/sampleSize.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/seq.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/set.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/setWith.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/shuffle.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/size.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/slice.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/snakeCase.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/some.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/sortBy.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/sortedIndex.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/sortedIndexBy.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/sortedIndexOf.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/sortedLastIndex.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/sortedLastIndexBy.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/sortedLastIndexOf.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/sortedUniq.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/sortedUniqBy.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/split.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/spread.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/startCase.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/startsWith.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/string.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/subtract.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/sum.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/sumBy.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/tail.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/take.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/takeRight.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/takeRightWhile.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/takeWhile.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/tap.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/template.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/templateSettings.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/throttle.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/thru.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/times.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/toArray.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/toInteger.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/toIterator.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/toJSON.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/toLength.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/toLower.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/toNumber.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/toPairs.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/toPairsIn.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/toPath.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/toPlainObject.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/toSafeInteger.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/toString.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/toUpper.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/transform.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/trim.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/trimEnd.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/trimStart.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/truncate.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/unary.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/unescape.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/union.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/unionBy.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/unionWith.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/uniq.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/uniqBy.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/uniqWith.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/uniqueId.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/unset.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/unzip.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/unzipWith.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/upperCase.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/upperFirst.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/util.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/value.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/valueOf.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/values.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/valuesIn.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/without.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/words.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/wrap.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/wrapperAt.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/wrapperChain.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/wrapperFlatMap.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/wrapperLodash.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/wrapperReverse.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/wrapperValue.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/xor.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/xorBy.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/xorWith.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/zip.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/zipObject.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/zipObjectDeep.js -%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/zipWith.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/lib/utils.js %%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/sprintf-js/.npmignore %%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/sprintf-js/LICENSE %%WWWDIR%%/node_modules/js-yaml/node_modules/argparse/node_modules/sprintf-js/README.md From owner-svn-ports-head@freebsd.org Sat Feb 13 16:35:01 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D1076AA1D7E; Sat, 13 Feb 2016 16:35:01 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 88D1E154D; Sat, 13 Feb 2016 16:35:01 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1DGZ08S080548; Sat, 13 Feb 2016 16:35:00 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1DGYvxC080506; Sat, 13 Feb 2016 16:34:57 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201602131634.u1DGYvxC080506@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 13 Feb 2016 16:34:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408808 - in head/graphics/pfstools: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Feb 2016 16:35:02 -0000 Author: pi Date: Sat Feb 13 16:34:57 2016 New Revision: 408808 URL: https://svnweb.freebsd.org/changeset/ports/408808 Log: graphics/pfstools: some fixes - fixes for octave 4.0 - fixes for netpbm - submitter becomes maintainer PR: 206239 Submitted by: Iouri V. Ivliev Approved by: darius@dons.net.au (maintainer) Added: head/graphics/pfstools/files/patch-src-octave-pfsclose.cpp (contents, props changed) head/graphics/pfstools/files/patch-src-octave-pfsget.cpp (contents, props changed) head/graphics/pfstools/files/patch-src-octave-pfsopen.cpp (contents, props changed) head/graphics/pfstools/files/patch-src-octave-pfsput.cpp (contents, props changed) Modified: head/graphics/pfstools/Makefile head/graphics/pfstools/files/patch-config.h.in head/graphics/pfstools/files/patch-configure head/graphics/pfstools/files/patch-src-fileformat-exrio.cpp head/graphics/pfstools/files/patch-src-fileformat-hdrtiffio.cpp head/graphics/pfstools/files/patch-src-fileformat-pfsinexr.cpp head/graphics/pfstools/files/patch-src-fileformat-pfsinimgmagick.cpp head/graphics/pfstools/files/patch-src-fileformat-pfsinjpeghdr.cpp head/graphics/pfstools/files/patch-src-fileformat-pfsoutimgmagick.cpp head/graphics/pfstools/files/patch-src-fileformat-pfsoutjpeghdr.cpp head/graphics/pfstools/files/patch-src-fileformat-pfsoutpfm.cpp head/graphics/pfstools/files/patch-src-fileformat-ppmio.cpp head/graphics/pfstools/files/patch-src-fileformat-rgbeio.cpp head/graphics/pfstools/files/patch-src-filter-Makefile.am head/graphics/pfstools/files/patch-src-filter-Makefile.in head/graphics/pfstools/files/patch-src-filter-pfscat.cpp head/graphics/pfstools/files/patch-src-filter-pfsclamp.cpp head/graphics/pfstools/files/patch-src-filter-pfsextractchannels.cpp head/graphics/pfstools/files/patch-src-filter-pfspanoramic.cpp head/graphics/pfstools/files/patch-src-filter-pfstag.cpp head/graphics/pfstools/files/patch-src-filter-pfswb.cpp head/graphics/pfstools/files/patch-src-hdrhtml-hdrhtml.cpp head/graphics/pfstools/files/patch-src-matlab-compatibility.h head/graphics/pfstools/files/patch-src-pfs-Makefile.in head/graphics/pfstools/files/patch-src-pfs-pfs.cpp head/graphics/pfstools/files/patch-src-pfs-pfs.h head/graphics/pfstools/files/patch-src-pfs-pfsutils.cpp head/graphics/pfstools/files/patch-src-pfsglview-picture_io.cpp head/graphics/pfstools/files/patch-src-pfsglview-picture_io.h head/graphics/pfstools/files/patch-src-pfsview-pfsview_widget.cpp head/graphics/pfstools/pkg-plist Modified: head/graphics/pfstools/Makefile ============================================================================== --- head/graphics/pfstools/Makefile Sat Feb 13 15:45:25 2016 (r408807) +++ head/graphics/pfstools/Makefile Sat Feb 13 16:34:57 2016 (r408808) @@ -3,31 +3,29 @@ PORTNAME= pfstools PORTVERSION= 1.8.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= SF -MAINTAINER= darius@dons.net.au +MAINTAINER= fbsd@any.com.ru COMMENT= Tools for manipulating HDR images and video frames LICENSE= LGPL21 RUN_DEPENDS+= bash:${PORTSDIR}/shells/bash -PFS_CPPFLAGS= -I${LOCALBASE}/include -PFS_LDFLAGS= -L${LOCALBASE}/lib PFS_BUILD= ${MACHINE_ARCH}-portbld-freebsd${OSREL} PLIST_SUB+= PFS_BASE=${PREFIX} +USES= gmake pkgconfig libtool GNU_CONFIGURE= yes CONFIGURE_TARGET= ${PFS_BUILD} -CONFIGURE_ARGS= --disable-jpeghdr --disable-matlab \ +CONFIGURE_ARGS+= --disable-jpeghdr --disable-matlab \ --with-bash=${LOCALBASE}/bin/bash -CONFIGURE_ENV= CPPFLAGS="${PFS_CPPFLAGS}" \ - LDFLAGS="${PFS_LDFLAGS}" \ - PKG_CONFIG_PATH=${LOCALBASE}/libdata/pkgconfig +CONFIGURE_ENV+= PKG_CONFIG_PATH=${LOCALBASE}/libdata/pkgconfig +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes -USES= gmake pkgconfig libtool OPTIONS_DEFINE= NETPBM OPENEXR TIFF QT IMAGEMAGICK GDAL OCTAVE OPENGL QT_DESC= Compile programs that use QT library @@ -37,7 +35,7 @@ OCTAVE_DESC= Compile octave interface fu OPTIONS_DEFAULT= TIFF OPTIONS_SUB= yes -NETPBM_CONFIGURE_ENABLE= ppm +NETPBM_CONFIGURE_ENABLE= netpbm NETPBM_LIB_DEPENDS= libnetpbm.so:${PORTSDIR}/graphics/netpbm OPENEXR_CONFIGURE_ENABLE= openexr @@ -47,14 +45,14 @@ OPENEXR_LIB_DEPENDS= libIlmImf.so:${POR TIFF_CONFIGURE_ENABLE= tiff TIFF_LIB_DEPENDS= libtiff.so:${PORTSDIR}/graphics/tiff -QT_USE= QT4=moc_build,corelib,gui -QT_CONFIGURE_ENABLE= qt +QT_CONFIGURE_ENABLE= qt +QT_USE= QT4=moc_build,corelib,gui IMAGEMAGICK_CONFIGURE_ENABLE= imagemagick IMAGEMAGICK_LIB_DEPENDS= libMagick++-6.so:${PORTSDIR}/graphics/ImageMagick -GDAL_CONFIGURE_ENABLE= gdal -GDAL_LIB_DEPENDS= libgdal.so:${PORTSDIR}/graphics/gdal +GDAL_CONFIGURE_ENABLE= gdal +GDAL_LIB_DEPENDS= libgdal.so:${PORTSDIR}/graphics/gdal OPENGL_CONFIGURE_ENABLE= opengl OPENGL_USE= GL=glut @@ -71,7 +69,7 @@ OCTAVE_BASE?= ${LOCALBASE} OCTAVE_VERSION!=${OCTAVE_BASE}/bin/octave-config -v 2>&1 || ${ECHO} "0" OCTAVE_SITE_OCT!=${OCTAVE_BASE}/bin/octave-config --oct-site-dir 2>&1 || ${ECHO} "" OCTAVE_SITE_M!= ${OCTAVE_BASE}/bin/octave-config --m-site-dir 2>&1 || ${ECHO} "" -PLIST_SUB+= OCTAVE="" \ +PLIST_SUB+= \ OCTAVE_BASE=${OCTAVE_BASE} \ OCTAVE_SITE_M=${OCTAVE_SITE_M:S|^${OCTAVE_BASE}/||} \ OCTAVE_SITE_OCT=${OCTAVE_SITE_OCT:S|^${OCTAVE_BASE}/||} @@ -79,7 +77,10 @@ USES+= shebangfix SHEBANG_FILES= src/octave/* SHEBANG_LANG+= octave octave_OLD_CMD?=/usr/bin/octave -octave_CMD?= ${LOCALBASE}/bin/octave +octave_CMD?= ${OCTAVE_BASE}/bin/octave .endif +post-stage: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib//libpfs-1.2.so.0.0.0 + .include Modified: head/graphics/pfstools/files/patch-config.h.in ============================================================================== --- head/graphics/pfstools/files/patch-config.h.in Sat Feb 13 15:45:25 2016 (r408807) +++ head/graphics/pfstools/files/patch-config.h.in Sat Feb 13 16:34:57 2016 (r408808) @@ -1,5 +1,5 @@ ---- config.h.in.orig 2011-10-27 08:40:42.000000000 +0000 -+++ config.h.in 2014-02-20 19:04:01.536587053 +0000 +--- config.h.in.orig 2011-10-27 08:40:42 UTC ++++ config.h.in @@ -99,13 +99,13 @@ /* Output stream for debug messages. */ Modified: head/graphics/pfstools/files/patch-configure ============================================================================== --- head/graphics/pfstools/files/patch-configure Sat Feb 13 15:45:25 2016 (r408807) +++ head/graphics/pfstools/files/patch-configure Sat Feb 13 16:34:57 2016 (r408808) @@ -1,15 +1,6 @@ ---- configure.orig 2011-10-27 08:40:31.000000000 +0000 -+++ configure 2014-02-20 19:04:01.546588828 +0000 -@@ -14827,7 +14827,7 @@ - imagemagick_support="no" - else - IMAGEMAGICK_CFLAGS=$pkg_cv_IMAGEMAGICK_CFLAGS -- IMAGEMAGICK_LIBS=$pkg_cv_IMAGEMAGICK_LIBS -+ IMAGEMAGICK_LIBS="$pkg_cv_IMAGEMAGICK_LIBS /usr/local/lib/gcc47/libstdc++.so" - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 - $as_echo "yes" >&6; } - -@@ -15411,7 +15411,7 @@ +--- configure.orig 2011-10-27 08:40:31 UTC ++++ configure +@@ -15411,7 +15411,7 @@ fi #end of PKG_CHECK_MODULES if test -z "$QTDIR"; then MOC="moc-qt4" else Modified: head/graphics/pfstools/files/patch-src-fileformat-exrio.cpp ============================================================================== --- head/graphics/pfstools/files/patch-src-fileformat-exrio.cpp Sat Feb 13 15:45:25 2016 (r408807) +++ head/graphics/pfstools/files/patch-src-fileformat-exrio.cpp Sat Feb 13 16:34:57 2016 (r408808) @@ -1,6 +1,6 @@ ---- src/fileformat/exrio.cpp.orig 2005-06-15 13:36:54.000000000 +0000 -+++ src/fileformat/exrio.cpp 2014-02-20 19:04:01.546588828 +0000 -@@ -54,14 +54,14 @@ +--- src/fileformat/exrio.cpp.orig 2005-06-15 13:36:54 UTC ++++ src/fileformat/exrio.cpp +@@ -54,14 +54,14 @@ OpenEXRReader::OpenEXRReader( const char } DEBUG_STR << "OpenEXR file \"" << filename << "\" (" @@ -17,7 +17,7 @@ Imf::Rgba* tmp_img = new Imf::Rgba[width*height]; -@@ -93,7 +93,7 @@ +@@ -93,7 +93,7 @@ void OpenEXRReader::readImage( pfs::Arra OpenEXRReader::~OpenEXRReader() { delete file; Modified: head/graphics/pfstools/files/patch-src-fileformat-hdrtiffio.cpp ============================================================================== --- head/graphics/pfstools/files/patch-src-fileformat-hdrtiffio.cpp Sat Feb 13 15:45:25 2016 (r408807) +++ head/graphics/pfstools/files/patch-src-fileformat-hdrtiffio.cpp Sat Feb 13 16:34:57 2016 (r408808) @@ -1,6 +1,6 @@ ---- src/fileformat/hdrtiffio.cpp.orig 2011-10-27 08:39:07.000000000 +0000 -+++ src/fileformat/hdrtiffio.cpp 2014-02-20 19:04:01.546588828 +0000 -@@ -66,7 +66,7 @@ +--- src/fileformat/hdrtiffio.cpp.orig 2011-10-27 08:39:07 UTC ++++ src/fileformat/hdrtiffio.cpp +@@ -66,7 +66,7 @@ HDRTiffReader::HDRTiffReader( const char } DEBUG_STR << "TIFF file \"" << filename << "\" (" @@ -9,7 +9,7 @@ //--- image parameters if(!TIFFGetField(tif, TIFFTAG_COMPRESSION, &comp)) // compression type -@@ -81,7 +81,7 @@ +@@ -81,7 +81,7 @@ HDRTiffReader::HDRTiffReader( const char switch(phot) { case PHOTOMETRIC_LOGLUV: @@ -18,7 +18,7 @@ if (comp != COMPRESSION_SGILOG && comp != COMPRESSION_SGILOG24) { TIFFClose(tif); -@@ -96,7 +96,7 @@ +@@ -96,7 +96,7 @@ HDRTiffReader::HDRTiffReader( const char relative_values=true; break; case PHOTOMETRIC_RGB: @@ -27,7 +27,7 @@ // read extra samples (# of alpha channels) if (TIFFGetField( tif, TIFFTAG_EXTRASAMPLES, &extra_samples_per_pixel, &extra_sample_types )!=1) -@@ -121,36 +121,36 @@ +@@ -121,36 +121,36 @@ HDRTiffReader::HDRTiffReader( const char if( bps==8 ) { TypeOfData = BYTE; @@ -70,7 +70,7 @@ TIFFClose(tif); throw pfs::Exception("TIFF: unsupported bits per sample for " "grayscale image."); -@@ -160,7 +160,7 @@ +@@ -160,7 +160,7 @@ HDRTiffReader::HDRTiffReader( const char relative_values=true; break; default: @@ -79,7 +79,7 @@ TIFFClose(tif); strcpy(format_string,"unknown"); relative_values=false; -@@ -184,12 +184,12 @@ +@@ -184,12 +184,12 @@ void HDRTiffReader::readImage( pfs::Arra //--- image length uint32 imagelength; TIFFGetField(tif, TIFFTAG_IMAGELENGTH, &imagelength); Modified: head/graphics/pfstools/files/patch-src-fileformat-pfsinexr.cpp ============================================================================== --- head/graphics/pfstools/files/patch-src-fileformat-pfsinexr.cpp Sat Feb 13 15:45:25 2016 (r408807) +++ head/graphics/pfstools/files/patch-src-fileformat-pfsinexr.cpp Sat Feb 13 16:34:57 2016 (r408808) @@ -1,6 +1,6 @@ ---- src/fileformat/pfsinexr.cpp.orig 2008-01-01 13:01:21.000000000 +0000 -+++ src/fileformat/pfsinexr.cpp 2014-02-20 19:04:01.546588828 +0000 -@@ -234,7 +234,7 @@ +--- src/fileformat/pfsinexr.cpp.orig 2008-01-01 13:01:21 UTC ++++ src/fileformat/pfsinexr.cpp +@@ -234,7 +234,7 @@ void readFrames( int argc, char* argv[] } file.setFrameBuffer( frameBuffer ); Modified: head/graphics/pfstools/files/patch-src-fileformat-pfsinimgmagick.cpp ============================================================================== --- head/graphics/pfstools/files/patch-src-fileformat-pfsinimgmagick.cpp Sat Feb 13 15:45:25 2016 (r408807) +++ head/graphics/pfstools/files/patch-src-fileformat-pfsinimgmagick.cpp Sat Feb 13 16:34:57 2016 (r408808) @@ -1,6 +1,6 @@ ---- src/fileformat/pfsinimgmagick.cpp.orig 2008-10-03 19:07:34.000000000 +0000 -+++ src/fileformat/pfsinimgmagick.cpp 2014-02-20 19:04:01.546588828 +0000 -@@ -108,6 +108,7 @@ +--- src/fileformat/pfsinimgmagick.cpp.orig 2008-10-03 19:07:34 UTC ++++ src/fileformat/pfsinimgmagick.cpp +@@ -108,6 +108,7 @@ void readFrames( int argc, char* argv[] if( ff.fh == NULL ) break; // No more frames it.closeFrameFile( ff ); @@ -8,7 +8,7 @@ VERBOSE_STR << "reading file '" << ff.fileName << "'" << std::endl; Magick::Image imImage( ff.fileName ); -@@ -172,7 +173,7 @@ +@@ -172,7 +173,7 @@ void readFrames( int argc, char* argv[] frame->getTags()->setString( "FILE_NAME", fileNameTag ); char strbuf[3]; Modified: head/graphics/pfstools/files/patch-src-fileformat-pfsinjpeghdr.cpp ============================================================================== --- head/graphics/pfstools/files/patch-src-fileformat-pfsinjpeghdr.cpp Sat Feb 13 15:45:25 2016 (r408807) +++ head/graphics/pfstools/files/patch-src-fileformat-pfsinjpeghdr.cpp Sat Feb 13 16:34:57 2016 (r408808) @@ -1,6 +1,6 @@ ---- src/fileformat/pfsinjpeghdr.cpp.orig 2005-11-04 08:54:27.000000000 +0000 -+++ src/fileformat/pfsinjpeghdr.cpp 2014-02-20 19:04:01.546588828 +0000 -@@ -123,8 +123,8 @@ +--- src/fileformat/pfsinjpeghdr.cpp.orig 2005-11-04 08:54:27 UTC ++++ src/fileformat/pfsinjpeghdr.cpp +@@ -123,8 +123,8 @@ void readFrames( int argc, char* argv[] case JPEG_HEADER_HDR: // HDR image jpeghdr_start_decompress(&jhinf); frame = pfsio.createFrame( jhinf.cinfo.output_width, jhinf.cinfo.output_height ); @@ -11,7 +11,7 @@ // Important: test jhinf.output_scanline, not jhinf.cinfo int index ; index = 0; -@@ -144,7 +144,7 @@ +@@ -144,7 +144,7 @@ void readFrames( int argc, char* argv[] (Z->getRawData())[i] = hdrscan[3*i + 2]; } pfs::transformColorSpace( pfs::CS_RGB, X, Y, Z, pfs::CS_XYZ, X, Y, Z ); Modified: head/graphics/pfstools/files/patch-src-fileformat-pfsoutimgmagick.cpp ============================================================================== --- head/graphics/pfstools/files/patch-src-fileformat-pfsoutimgmagick.cpp Sat Feb 13 15:45:25 2016 (r408807) +++ head/graphics/pfstools/files/patch-src-fileformat-pfsoutimgmagick.cpp Sat Feb 13 16:34:57 2016 (r408808) @@ -1,6 +1,6 @@ ---- src/fileformat/pfsoutimgmagick.cpp.orig 2011-03-15 08:47:24.000000000 +0000 -+++ src/fileformat/pfsoutimgmagick.cpp 2014-02-20 19:04:01.546588828 +0000 -@@ -190,6 +190,7 @@ +--- src/fileformat/pfsoutimgmagick.cpp.orig 2011-03-15 08:47:24 UTC ++++ src/fileformat/pfsoutimgmagick.cpp +@@ -190,6 +190,7 @@ void writeFrames( int argc, char* argv[] if( alpha != NULL ) imgBuffer[i++] = (unsigned short)(maxValue-clamp((*alpha)(pix),0.f,1.f)*maxValue); } Modified: head/graphics/pfstools/files/patch-src-fileformat-pfsoutjpeghdr.cpp ============================================================================== --- head/graphics/pfstools/files/patch-src-fileformat-pfsoutjpeghdr.cpp Sat Feb 13 15:45:25 2016 (r408807) +++ head/graphics/pfstools/files/patch-src-fileformat-pfsoutjpeghdr.cpp Sat Feb 13 16:34:57 2016 (r408808) @@ -1,6 +1,6 @@ ---- src/fileformat/pfsoutjpeghdr.cpp.orig 2005-11-04 08:54:27.000000000 +0000 -+++ src/fileformat/pfsoutjpeghdr.cpp 2014-02-20 19:04:01.546588828 +0000 -@@ -69,8 +69,7 @@ +--- src/fileformat/pfsoutjpeghdr.cpp.orig 2005-11-04 08:54:27 UTC ++++ src/fileformat/pfsoutjpeghdr.cpp +@@ -69,8 +69,7 @@ void writeHDRJPEGGray( FILE *fh, int wid jhinf.correction = correction; jpeg_stdio_dest(&jhinf.cinfo, fh); @@ -10,7 +10,7 @@ for(int i=0;i #include Modified: head/graphics/pfstools/files/patch-src-fileformat-rgbeio.cpp ============================================================================== --- head/graphics/pfstools/files/patch-src-fileformat-rgbeio.cpp Sat Feb 13 15:45:25 2016 (r408807) +++ head/graphics/pfstools/files/patch-src-fileformat-rgbeio.cpp Sat Feb 13 16:34:57 2016 (r408808) @@ -1,6 +1,6 @@ ---- src/fileformat/rgbeio.cpp.orig 2007-12-06 11:00:49.000000000 +0000 -+++ src/fileformat/rgbeio.cpp 2014-02-20 19:04:01.556587853 +0000 -@@ -141,7 +141,7 @@ +--- src/fileformat/rgbeio.cpp.orig 2007-12-06 11:00:49 UTC ++++ src/fileformat/rgbeio.cpp +@@ -141,7 +141,7 @@ void rgb2rgbe( float r, float g, float b // Reading RGBE files void readRadianceHeader( FILE *file, int &width, int &height, float &exposure ) { @@ -9,7 +9,7 @@ // read header information char head[255]; -@@ -208,7 +208,7 @@ +@@ -208,7 +208,7 @@ void readRadianceHeader( FILE *file, int height = height - width; } */ @@ -18,7 +18,7 @@ } -@@ -389,7 +389,7 @@ +@@ -389,7 +389,7 @@ void writeRadiance( FILE *file, pfs::Arr int width = X->getCols(); int height = X->getRows(); Modified: head/graphics/pfstools/files/patch-src-filter-Makefile.am ============================================================================== --- head/graphics/pfstools/files/patch-src-filter-Makefile.am Sat Feb 13 15:45:25 2016 (r408807) +++ head/graphics/pfstools/files/patch-src-filter-Makefile.am Sat Feb 13 16:34:57 2016 (r408808) @@ -1,5 +1,5 @@ ---- src/filter/Makefile.am.orig 2009-05-30 06:59:10.000000000 +0000 -+++ src/filter/Makefile.am 2014-02-20 19:04:01.556587853 +0000 +--- src/filter/Makefile.am.orig 2009-05-30 06:59:10 UTC ++++ src/filter/Makefile.am @@ -1,6 +1,7 @@ ### bin_PROGRAMS = pfsgamma pfsclamp pfstag pfssize pfsextractchannels pfspanoramic \ @@ -9,7 +9,7 @@ man_MANS = pfsgamma.1 pfsclamp.1 pfstag.1 pfssize.1 pfsextractchannels.1 \ pfspanoramic.1 pfsrotate.1 pfsflip.1 pfscut.1 pfspad.1 pfscat.1 \ -@@ -34,6 +35,8 @@ +@@ -34,6 +35,8 @@ pfscat_SOURCES = pfscat.cpp pfsabsolute_SOURCES = pfsabsolute.cpp Modified: head/graphics/pfstools/files/patch-src-filter-Makefile.in ============================================================================== --- head/graphics/pfstools/files/patch-src-filter-Makefile.in Sat Feb 13 15:45:25 2016 (r408807) +++ head/graphics/pfstools/files/patch-src-filter-Makefile.in Sat Feb 13 16:34:57 2016 (r408808) @@ -1,6 +1,6 @@ ---- src/filter/Makefile.in.orig 2011-10-27 08:40:29.000000000 +0000 -+++ src/filter/Makefile.in 2014-02-20 19:04:01.556587853 +0000 -@@ -38,7 +38,8 @@ +--- src/filter/Makefile.in.orig 2011-10-27 08:40:29 UTC ++++ src/filter/Makefile.in +@@ -38,7 +38,8 @@ bin_PROGRAMS = pfsgamma$(EXEEXT) pfsclam pfssize$(EXEEXT) pfsextractchannels$(EXEEXT) \ pfspanoramic$(EXEEXT) pfsrotate$(EXEEXT) pfsflip$(EXEEXT) \ pfscut$(EXEEXT) pfspad$(EXEEXT) pfscat$(EXEEXT) \ @@ -10,7 +10,7 @@ subdir = src/filter DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -@@ -54,6 +55,9 @@ +@@ -54,6 +55,9 @@ CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" PROGRAMS = $(bin_PROGRAMS) @@ -20,7 +20,7 @@ am_pfsabsolute_OBJECTS = pfsabsolute.$(OBJEXT) pfsabsolute_OBJECTS = $(am_pfsabsolute_OBJECTS) pfsabsolute_LDADD = $(LDADD) -@@ -120,13 +124,15 @@ +@@ -120,13 +124,15 @@ SOURCES = $(pfsabsolute_SOURCES) $(pfsca $(pfscut_SOURCES) $(pfsdisplayfunction_SOURCES) \ $(pfsextractchannels_SOURCES) $(pfsflip_SOURCES) \ $(pfsgamma_SOURCES) $(pfspad_SOURCES) $(pfspanoramic_SOURCES) \ @@ -38,7 +38,7 @@ am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ -@@ -314,6 +320,7 @@ +@@ -314,6 +320,7 @@ pfscut_SOURCES = pfscut.cpp pfspad_SOURCES = pfspad.cpp pfscat_SOURCES = pfscat.cpp pfsabsolute_SOURCES = pfsabsolute.cpp @@ -46,7 +46,7 @@ INCLUDES = -I${srcdir}/../pfs all: all-am -@@ -392,6 +399,9 @@ +@@ -392,6 +399,9 @@ clean-binPROGRAMS: list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list Modified: head/graphics/pfstools/files/patch-src-filter-pfscat.cpp ============================================================================== --- head/graphics/pfstools/files/patch-src-filter-pfscat.cpp Sat Feb 13 15:45:25 2016 (r408807) +++ head/graphics/pfstools/files/patch-src-filter-pfscat.cpp Sat Feb 13 16:34:57 2016 (r408808) @@ -1,5 +1,5 @@ ---- src/filter/pfscat.cpp.orig 2008-01-01 13:01:21.000000000 +0000 -+++ src/filter/pfscat.cpp 2014-02-20 19:04:01.556587853 +0000 +--- src/filter/pfscat.cpp.orig 2008-01-01 13:01:21 UTC ++++ src/filter/pfscat.cpp @@ -27,6 +27,7 @@ #include #include @@ -8,7 +8,7 @@ #include #include #include -@@ -202,16 +203,12 @@ +@@ -202,16 +203,12 @@ if (alignment==UNSP) throw pfs::Exceptio pfs::FrameFileIterator it ( argc, argv, "rb", NULL, NULL, optString, cmdLineOptions); int pipe_no = 0; @@ -27,7 +27,7 @@ if(pipe_no == 0) { // no named pipes pipe_no = 1; pipes = false; -@@ -408,7 +405,6 @@ +@@ -408,7 +405,6 @@ if(!pipes) { } for (int i=0; i max_val ) // missing min/max info { @@ -28,7 +28,7 @@ for( int k=0; k < d_size; k++ ) { if( data[k] > max_val ) max_val = data[k]; -@@ -195,6 +198,7 @@ +@@ -195,6 +198,7 @@ public: this->y_i = new float[lut_size]; own_y_i = true; memcpy(this->y_i, other.y_i, lut_size * sizeof(float)); @@ -36,7 +36,7 @@ } ~UniformArrayLUT() -@@ -341,7 +345,7 @@ +@@ -341,7 +345,7 @@ public: for( int k = 1; k < bin_n; k++ ) hist.n[k] += hist.n[k-1]; @@ -45,7 +45,7 @@ assert( hist.n[bin_n-1] == d_size ); } -@@ -361,7 +365,7 @@ +@@ -361,7 +365,7 @@ public: // Text template file utils // ================================================ @@ -54,7 +54,7 @@ class ReplacePattern { -@@ -403,7 +407,7 @@ +@@ -403,7 +407,7 @@ public: { } @@ -63,7 +63,7 @@ { if( callback != NULL ) callback( out, user_data, parameter ); -@@ -567,7 +571,7 @@ +@@ -567,7 +571,7 @@ public: // Skip white spaces while( line_str[pos] == ' ' || line_str[pos] == '\t' ) pos++; int new_pos = line_str.find_first_of( ',', pos ); @@ -72,7 +72,7 @@ if( new_pos == std::string::npos ) { if( k != columns-1 ) { std::string full_message( "Missing column data in the file: " ); -@@ -576,16 +580,16 @@ +@@ -576,16 +580,16 @@ public: } len = std::string::npos; } else @@ -92,7 +92,7 @@ value = strtof( str_beg, &str_end ); if( str_beg == str_end ) { std::ostringstream error_message; -@@ -643,15 +647,15 @@ +@@ -643,15 +647,15 @@ void HDRHTMLSet::add_image( int width, i basis_table.data[0][k] = log2f( basis_table.data[0][k] ); // Fix zero and negative values in the image, convert to log2 space, find min and max values @@ -111,7 +111,7 @@ for( int i=0; i < pixels; i++ ) { if( x[i] < min_val && x[i] > 0) min_val = x[i]; -@@ -741,7 +745,7 @@ +@@ -741,7 +745,7 @@ void HDRHTMLSet::add_image( int width, i for( int k=1; k <= f8_stops+1; k++ ) { @@ -120,7 +120,7 @@ float exp_multip = log2f(1/powf( 2, l_start + k*8 )); -@@ -796,9 +800,9 @@ +@@ -796,9 +800,9 @@ void HDRHTMLSet::add_image( int width, i } @@ -133,7 +133,7 @@ void HDRHTMLSet::generate_webpage( const char *page_template, const char *image_template, const char *object_output, const char *html_output) -@@ -852,11 +856,11 @@ +@@ -852,11 +856,11 @@ void HDRHTMLSet::generate_webpage( const } @@ -147,7 +147,7 @@ for( it = hdrhtml_set->image_list.begin(); it != hdrhtml_set->image_list.end(); it++ ) { std::string obj_name( "hdr_" ); obj_name.append( it->base_name ); -@@ -882,7 +886,7 @@ +@@ -882,7 +886,7 @@ void print_image_objects( ostream &out, } @@ -156,7 +156,7 @@ { std::string obj_name( "hdr_" ); obj_name.append( it.base_name ); -@@ -907,13 +911,13 @@ +@@ -907,13 +911,13 @@ void print_image_htmlcode( ostream &out, } @@ -172,7 +172,7 @@ for( it = hdrhtml_set->image_list.begin(); it != hdrhtml_set->image_list.end(); it++ ) { if( it->base_name.compare( parameter ) == 0 ) break; -@@ -925,7 +929,7 @@ +@@ -925,7 +929,7 @@ void print_image_htmlcode( ostream &out, } else { @@ -181,7 +181,7 @@ for( it = hdrhtml_set->image_list.begin(); it != hdrhtml_set->image_list.end(); it++ ) { print_image_htmlcode( out, hdrhtml_set, *it ); -@@ -935,7 +939,7 @@ +@@ -935,7 +939,7 @@ void print_image_htmlcode( ostream &out, } Modified: head/graphics/pfstools/files/patch-src-matlab-compatibility.h ============================================================================== --- head/graphics/pfstools/files/patch-src-matlab-compatibility.h Sat Feb 13 15:45:25 2016 (r408807) +++ head/graphics/pfstools/files/patch-src-matlab-compatibility.h Sat Feb 13 16:34:57 2016 (r408808) @@ -1,5 +1,5 @@ ---- src/matlab/compatibility.h.orig 2007-03-01 14:10:57.000000000 +0000 -+++ src/matlab/compatibility.h 2014-02-20 19:04:01.566588122 +0000 +--- src/matlab/compatibility.h.orig 2007-03-01 14:10:57 UTC ++++ src/matlab/compatibility.h @@ -59,6 +59,6 @@ #endif Added: head/graphics/pfstools/files/patch-src-octave-pfsclose.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/pfstools/files/patch-src-octave-pfsclose.cpp Sat Feb 13 16:34:57 2016 (r408808) @@ -0,0 +1,14 @@ +--- src/octave/pfsclose.cpp.orig 2016-02-12 17:10:27 UTC ++++ src/octave/pfsclose.cpp +@@ -53,9 +53,9 @@ DEFUN_DLD( pfsclose, args, , helpString + return retval; + } + +- Octave_map pfsStream = args(0).map_value(); ++ octave_map pfsStream = args(0).map_value(); + +- Octave_map::const_iterator itFH = pfsStream.seek( "FH" ); ++ octave_map::const_iterator itFH = pfsStream.seek( "FH" ); + if( itFH == pfsStream.end() || + !pfsStream.contents( itFH )(0).is_real_scalar() ) + { Added: head/graphics/pfstools/files/patch-src-octave-pfsget.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/pfstools/files/patch-src-octave-pfsget.cpp Sat Feb 13 16:34:57 2016 (r408808) @@ -0,0 +1,58 @@ +--- src/octave/pfsget.cpp.orig 2016-02-12 17:10:27 UTC ++++ src/octave/pfsget.cpp +@@ -52,9 +52,9 @@ DEFUN_DLD( pfsget, args, , helpString) + return retval; + } + +- Octave_map pfsStream = args(0).map_value(); ++ octave_map pfsStream = args(0).map_value(); + +- Octave_map::const_iterator itFH = pfsStream.seek( "FH" ); ++ octave_map::const_iterator itFH = pfsStream.seek( "FH" ); + if( itFH == pfsStream.end() || + !pfsStream.contents( itFH )(0).is_real_scalar() ) + { +@@ -63,7 +63,7 @@ DEFUN_DLD( pfsget, args, , helpString) + } + FILE *fh = (FILE*)((long)(pfsStream.contents( itFH )(0).double_value())); + +- Octave_map::const_iterator itMode = pfsStream.seek( "MODE" ); ++ octave_map::const_iterator itMode = pfsStream.seek( "MODE" ); + if( itMode == pfsStream.end() || !pfsStream.contents( itMode )(0).is_string() ) + { + error( SCRIPT_NAME ": MODE field missing in the structure or it has wrong type"); +@@ -95,7 +95,7 @@ DEFUN_DLD( pfsget, args, , helpString) + + // Add channels as matrices to pfs stream struct + { +- Octave_map channels; ++ octave_scalar_map channels; + + pfs::ChannelIteratorPtr cit( frame->getChannelIterator() ); + while( cit->hasNext() ) { +@@ -115,7 +115,7 @@ DEFUN_DLD( pfsget, args, , helpString) + + //Add tags + { +- Octave_map tags; ++ octave_scalar_map tags; + + pfs::TagIteratorPtr it( frame->getTags()->getIterator() ); + while( it->hasNext() ) { +@@ -124,14 +124,14 @@ DEFUN_DLD( pfsget, args, , helpString) + } + pfsStream.assign( "tags", tags ); + +- Octave_map channelTagList; ++ octave_scalar_map channelTagList; + + //Copy all channel tags + pfs::ChannelIteratorPtr cit( frame->getChannelIterator() ); + while( cit->hasNext() ) { + pfs::Channel *ch = cit->getNext(); + +- Octave_map channelTags; ++ octave_scalar_map channelTags; + + pfs::TagIteratorPtr tit( ch->getTags()->getIterator() ); + while( tit->hasNext() ) { Added: head/graphics/pfstools/files/patch-src-octave-pfsopen.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/pfstools/files/patch-src-octave-pfsopen.cpp Sat Feb 13 16:34:57 2016 (r408808) @@ -0,0 +1,20 @@ +--- src/octave/pfsopen.cpp.orig 2016-02-12 17:10:27 UTC ++++ src/octave/pfsopen.cpp +@@ -137,7 +137,7 @@ DEFUN_DLD( pfsopen, args, , helpString) + } + } + +- Octave_map pfsStream; ++ octave_map pfsStream; + pfsStream.assign( "FH", octave_value((double)((long)fh)) ); + pfsStream.assign( "MODE", writeMode ? octave_value("W") : octave_value("R") ); + pfsStream.assign( "EOF", octave_value(false) ); +@@ -145,7 +145,7 @@ DEFUN_DLD( pfsopen, args, , helpString) + if( writeMode ) { + pfsStream.assign( "columns", octave_value(width) ); + pfsStream.assign( "rows", octave_value(height) ); +- Octave_map channels; ++ octave_map channels; + pfsStream.assign( "channels", octave_value(channels) ); + } + Added: head/graphics/pfstools/files/patch-src-octave-pfsput.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/pfstools/files/patch-src-octave-pfsput.cpp Sat Feb 13 16:34:57 2016 (r408808) @@ -0,0 +1,103 @@ +--- src/octave/pfsput.cpp.orig 2016-02-12 17:10:27 UTC ++++ src/octave/pfsput.cpp +@@ -52,9 +52,9 @@ DEFUN_DLD( pfsput, args, , helpString) + return retval; + } + +- Octave_map pfsStream = args(0).map_value(); ++ octave_map pfsStream = args(0).map_value(); + +- Octave_map::const_iterator itFH = pfsStream.seek( "FH" ); ++ octave_map::const_iterator itFH = pfsStream.seek( "FH" ); + if( itFH == pfsStream.end() || + !pfsStream.contents( itFH )(0).is_real_scalar() ) + { +@@ -65,7 +65,7 @@ DEFUN_DLD( pfsput, args, , helpString) + + // Check mode + { +- Octave_map::const_iterator itMode = pfsStream.seek( "MODE" ); ++ octave_map::const_iterator itMode = pfsStream.seek( "MODE" ); + if( itMode == pfsStream.end() || !pfsStream.contents( itMode )(0).is_string() ) + { + error( SCRIPT_NAME ": MODE field missing in the structure or it has wrong type"); +@@ -80,8 +80,8 @@ DEFUN_DLD( pfsput, args, , helpString) + // Get width & height + int width, height; + { +- Octave_map::const_iterator itCols = pfsStream.seek( "columns" ); +- Octave_map::const_iterator itRows = pfsStream.seek( "rows" ); ++ octave_map::const_iterator itCols = pfsStream.seek( "columns" ); ++ octave_map::const_iterator itRows = pfsStream.seek( "rows" ); + if( itCols == pfsStream.end() || itRows == pfsStream.end() || + !pfsStream.contents( itCols )(0).is_real_scalar() || + !pfsStream.contents( itRows )(0).is_real_scalar() ) +@@ -94,9 +94,9 @@ DEFUN_DLD( pfsput, args, , helpString) + } + + // Get channels +- Octave_map channels; ++ octave_map channels; + { +- Octave_map::const_iterator itChannels = pfsStream.seek( "channels" ); ++ octave_map::const_iterator itChannels = pfsStream.seek( "channels" ); + if( itChannels == pfsStream.end() || + !pfsStream.contents( itChannels )(0).is_map() ) + { +@@ -111,7 +111,7 @@ DEFUN_DLD( pfsput, args, , helpString) + pfs::Frame *frame = ctx.createFrame( width, height ); + + // For each channel in the 'channels' map +- for( Octave_map::iterator itCh = channels.begin(); itCh != channels.end(); itCh++ ) { ++ for( octave_map::iterator itCh = channels.begin(); itCh != channels.end(); itCh++ ) { + std::string channelName = channels.key(itCh); + + if( !channels.contents( itCh )(0).is_real_matrix() ) { +@@ -135,15 +135,15 @@ DEFUN_DLD( pfsput, args, , helpString) + + // Copy frame tags + { +- Octave_map::const_iterator itTags = pfsStream.seek( "tags" ); ++ octave_map::const_iterator itTags = pfsStream.seek( "tags" ); + if( itTags != pfsStream.end() ) { + if( !pfsStream.contents( itTags )(0).is_map() ) + { + throw pfs::Exception( "'tags' field must be a structure" ); + } + +- Octave_map tags = pfsStream.contents( itTags )(0).map_value(); +- for( Octave_map::iterator itTag = tags.begin(); itTag != tags.end(); itTag++ ) { ++ octave_map tags = pfsStream.contents( itTags )(0).map_value(); ++ for( octave_map::iterator itTag = tags.begin(); itTag != tags.end(); itTag++ ) { + std::string tagName = tags.key(itTag); + + if( !tags.contents( itTag )(0).is_string() ) +@@ -156,14 +156,14 @@ DEFUN_DLD( pfsput, args, , helpString) + + // Copy channel tags + { +- Octave_map::const_iterator itChTags = pfsStream.seek( "channelTags" ); ++ octave_map::const_iterator itChTags = pfsStream.seek( "channelTags" ); + if( itChTags != pfsStream.end() ) { + if( !pfsStream.contents( itChTags )(0).is_map() ) + { + throw pfs::Exception( "'channelTags' field must be a structure" ); + } +- Octave_map tagChannels = pfsStream.contents( itChTags )(0).map_value(); +- for( Octave_map::iterator itCh = tagChannels.begin(); itCh != tagChannels.end(); itCh++ ) { ++ octave_map tagChannels = pfsStream.contents( itChTags )(0).map_value(); ++ for( octave_map::iterator itCh = tagChannels.begin(); itCh != tagChannels.end(); itCh++ ) { + std::string channelName = tagChannels.key(itCh); + if( !tagChannels.contents( itCh )(0).is_map() ) { + throw pfs::Exception( "each channelTags file must be a structure" ); +@@ -173,8 +173,8 @@ DEFUN_DLD( pfsput, args, , helpString) + throw pfs::Exception( "can not set channel tag if channel is missing" ); + } + +- Octave_map tags = tagChannels.contents( itCh )(0).map_value(); +- for( Octave_map::iterator itTag = tags.begin(); itTag != tags.end(); itTag++ ) { ++ octave_map tags = tagChannels.contents( itCh )(0).map_value(); ++ for( octave_map::iterator itTag = tags.begin(); itTag != tags.end(); itTag++ ) { + std::string tagName = tags.key(itTag); + if( !tags.contents( itTag )(0).is_string() ) + throw pfs::Exception( "all channel tags must be given as strings" ); Modified: head/graphics/pfstools/files/patch-src-pfs-Makefile.in ============================================================================== --- head/graphics/pfstools/files/patch-src-pfs-Makefile.in Sat Feb 13 15:45:25 2016 (r408807) +++ head/graphics/pfstools/files/patch-src-pfs-Makefile.in Sat Feb 13 16:34:57 2016 (r408808) @@ -1,6 +1,6 @@ ---- src/pfs/Makefile.in.orig 2011-10-27 08:40:30.000000000 +0000 -+++ src/pfs/Makefile.in 2014-02-20 19:04:01.566588122 +0000 -@@ -259,7 +259,7 @@ +--- src/pfs/Makefile.in.orig 2011-10-27 08:40:30 UTC ++++ src/pfs/Makefile.in +@@ -259,7 +259,7 @@ libpfs_1_2_la_SOURCES = pfs.cpp pfsutils library_includedir = $(includedir)/pfs-1.2 library_include_HEADERS = pfs.h array2d.h #INCLUDES = Modified: head/graphics/pfstools/files/patch-src-pfs-pfs.cpp ============================================================================== --- head/graphics/pfstools/files/patch-src-pfs-pfs.cpp Sat Feb 13 15:45:25 2016 (r408807) +++ head/graphics/pfstools/files/patch-src-pfs-pfs.cpp Sat Feb 13 16:34:57 2016 (r408808) @@ -1,6 +1,6 @@ ---- src/pfs/pfs.cpp.orig 2010-07-14 09:44:27.000000000 +0000 -+++ src/pfs/pfs.cpp 2014-02-20 19:04:01.566588122 +0000 -@@ -71,7 +71,7 @@ +--- src/pfs/pfs.cpp.orig 2010-07-14 09:44:27 UTC ++++ src/pfs/pfs.cpp +@@ -71,7 +71,7 @@ const char *PFSFILEID="PFS1\x0a"; // TagContainer implementation //------------------------------------------------------------------------------ @@ -9,7 +9,7 @@ class TagIteratorImpl: public TagIterator { -@@ -570,7 +570,7 @@ +@@ -570,7 +570,7 @@ public: //Read channel IDs and tags // FrameImpl::ChannelID *channelID = new FrameImpl::ChannelID[channelCount]; @@ -18,7 +18,7 @@ for( int i = 0; i < channelCount; i++ ) { char channelName[MAX_CHANNEL_NAME+1], *rs; rs = fgets( channelName, MAX_CHANNEL_NAME, inputStream ); -@@ -592,7 +592,7 @@ +@@ -592,7 +592,7 @@ public: //Read channels Modified: head/graphics/pfstools/files/patch-src-pfs-pfs.h ============================================================================== --- head/graphics/pfstools/files/patch-src-pfs-pfs.h Sat Feb 13 15:45:25 2016 (r408807) +++ head/graphics/pfstools/files/patch-src-pfs-pfs.h Sat Feb 13 16:34:57 2016 (r408808) @@ -1,6 +1,6 @@ ---- src/pfs/pfs.h.orig 2006-03-01 17:21:16.000000000 +0000 -+++ src/pfs/pfs.h 2014-02-20 19:04:01.566588122 +0000 -@@ -115,6 +115,7 @@ +--- src/pfs/pfs.h.orig 2006-03-01 17:21:16 UTC ++++ src/pfs/pfs.h +@@ -115,6 +115,7 @@ namespace pfs class TagIterator { public: @@ -8,7 +8,7 @@ /** * Get next item on the list. * -@@ -135,6 +136,7 @@ +@@ -135,6 +136,7 @@ namespace pfs class TagContainer { public: @@ -16,7 +16,7 @@ /** * Get a string tag of the name tagName from the TagContainer. * @param tagName name of the tag to retrieve -@@ -181,6 +183,7 @@ +@@ -181,6 +183,7 @@ namespace pfs */ class Channel : public Array2D { public: @@ -24,7 +24,7 @@ /** * Gets width of the channel (in pixels). * This is a synonym for Array2D::getCols(). -@@ -226,6 +229,7 @@ +@@ -226,6 +229,7 @@ namespace pfs class ChannelIterator { public: @@ -32,7 +32,7 @@ *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Sat Feb 13 16:49:02 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 22E58AA63C0; Sat, 13 Feb 2016 16:49:02 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C9FB41BF2; Sat, 13 Feb 2016 16:49:01 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1DGn0ev083558; Sat, 13 Feb 2016 16:49:00 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1DGn0vk083556; Sat, 13 Feb 2016 16:49:00 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201602131649.u1DGn0vk083556@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Sat, 13 Feb 2016 16:49:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408809 - head/math/py-matplotlib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Feb 2016 16:49:02 -0000 Author: rm Date: Sat Feb 13 16:49:00 2016 New Revision: 408809 URL: https://svnweb.freebsd.org/changeset/ports/408809 Log: math/py-matplotlib: update to 1.5.0 Release notes: http://matplotlib.org/users/whats_new.html#new-in-matplotlib-1-5 This port still can't be built with python 3.x here. PR: 205538 Submitted by: yuri@rawbw.com Approved by: mainland@apeiron.net (maintainer) Modified: head/math/py-matplotlib/Makefile head/math/py-matplotlib/distinfo Modified: head/math/py-matplotlib/Makefile ============================================================================== --- head/math/py-matplotlib/Makefile Sat Feb 13 16:34:57 2016 (r408808) +++ head/math/py-matplotlib/Makefile Sat Feb 13 16:49:00 2016 (r408809) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= matplotlib -PORTVERSION= 1.4.3 -PORTREVISION= 1 +PORTVERSION= 1.5.0 CATEGORIES= math python MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,14 +14,19 @@ LICENSE= PSFL BUILD_DEPENDS= ${PYNUMPY} LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ - libpng.so:${PORTSDIR}/graphics/png + libpng.so:${PORTSDIR}/graphics/png \ + libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \ + libtcl86.so:${PORTSDIR}/lang/tcl86 RUN_DEPENDS= ${PYNUMPY} \ + ${PYTHON_PKGNAMEPREFIX}cycler>0:${PORTSDIR}/devel/py-cycler \ ${PYTHON_PKGNAMEPREFIX}dateutil>=1.4:${PORTSDIR}/devel/py-dateutil \ ${PYTHON_PKGNAMEPREFIX}pytz>=0:${PORTSDIR}/devel/py-pytz \ - ${PYTHON_PKGNAMEPREFIX}pyparsing>=0:${PORTSDIR}/devel/py-pyparsing + ${PYTHON_PKGNAMEPREFIX}pyparsing>=0:${PORTSDIR}/devel/py-pyparsing \ + ${PYTHON_PKGNAMEPREFIX}tornado>0:${PORTSDIR}/www/py-tornado -USES= pkgconfig python shebangfix uniquefiles:dirs +USES= compiler:c++11-lib gettext pkgconfig python shebangfix uniquefiles:dirs USE_PYTHON= autoplist distutils +USE_GNOME= cairo gdkpixbuf2 CFLAGS+= -I${LOCALBASE}/include OPTIONS_DEFINE= EXAMPLES GTKBACKEND GTKAGGBACKEND QT4AGGBACKEND \ Modified: head/math/py-matplotlib/distinfo ============================================================================== --- head/math/py-matplotlib/distinfo Sat Feb 13 16:34:57 2016 (r408808) +++ head/math/py-matplotlib/distinfo Sat Feb 13 16:49:00 2016 (r408809) @@ -1,2 +1,2 @@ -SHA256 (matplotlib-1.4.3.tar.gz) = 5b9544472d9d6ab3d47423bdb5a0e64fdf913e505c1c083f25283dd0362bc0b6 -SIZE (matplotlib-1.4.3.tar.gz) = 49933525 +SHA256 (matplotlib-1.5.0.tar.gz) = 67b08b1650a00a6317d94b76a30a47320087e5244920604c5462188cba0c2646 +SIZE (matplotlib-1.5.0.tar.gz) = 53962448 From owner-svn-ports-head@freebsd.org Sat Feb 13 17:06:41 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 67DEEAA6C96; Sat, 13 Feb 2016 17:06:41 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3443E17BE; Sat, 13 Feb 2016 17:06:41 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1DH6eU3089381; Sat, 13 Feb 2016 17:06:40 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1DH6ekN089379; Sat, 13 Feb 2016 17:06:40 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201602131706.u1DH6ekN089379@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Sat, 13 Feb 2016 17:06:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408810 - head/math/octave-forge-interval X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Feb 2016 17:06:41 -0000 Author: stephen Date: Sat Feb 13 17:06:39 2016 New Revision: 408810 URL: https://svnweb.freebsd.org/changeset/ports/408810 Log: - Update to 1.4.1. Modified: head/math/octave-forge-interval/Makefile head/math/octave-forge-interval/distinfo Modified: head/math/octave-forge-interval/Makefile ============================================================================== --- head/math/octave-forge-interval/Makefile Sat Feb 13 16:49:00 2016 (r408809) +++ head/math/octave-forge-interval/Makefile Sat Feb 13 17:06:39 2016 (r408810) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= octave-forge-interval -PORTVERSION= 1.4.0 +PORTVERSION= 1.4.1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org Modified: head/math/octave-forge-interval/distinfo ============================================================================== --- head/math/octave-forge-interval/distinfo Sat Feb 13 16:49:00 2016 (r408809) +++ head/math/octave-forge-interval/distinfo Sat Feb 13 17:06:39 2016 (r408810) @@ -1,2 +1,2 @@ -SHA256 (octave-forge/interval-1.4.0.tar.gz) = 47cfd5fa361977e0aa043989805eed32d4f42e9034a1161256c7cfc632ced76f -SIZE (octave-forge/interval-1.4.0.tar.gz) = 473161 +SHA256 (octave-forge/interval-1.4.1.tar.gz) = 882febd75c891a4914b94729b1803ce2d0ae459b64e430c2f0d989f0febde307 +SIZE (octave-forge/interval-1.4.1.tar.gz) = 473106 From owner-svn-ports-head@freebsd.org Sat Feb 13 17:34:57 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 29E17AA77C4; Sat, 13 Feb 2016 17:34:57 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CFEFC12AF; Sat, 13 Feb 2016 17:34:56 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1DHYtda098086; Sat, 13 Feb 2016 17:34:55 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1DHYtdG098083; Sat, 13 Feb 2016 17:34:55 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201602131734.u1DHYtdG098083@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sat, 13 Feb 2016 17:34:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408811 - head/databases/p5-DBD-SQLite X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Feb 2016 17:34:57 -0000 Author: adamw Date: Sat Feb 13 17:34:55 2016 New Revision: 408811 URL: https://svnweb.freebsd.org/changeset/ports/408811 Log: Update to 1.50. Many changes since 1.48 so it's worth a read through the Changes file. Also, add a BUNDLED_SQLITE option, which defaults to on, to choose whether to use the included sqlite (as it has been) or the installed library from ports. Changes: https://metacpan.org/changes/distribution/DBD-SQLite Modified: head/databases/p5-DBD-SQLite/Makefile head/databases/p5-DBD-SQLite/distinfo Modified: head/databases/p5-DBD-SQLite/Makefile ============================================================================== --- head/databases/p5-DBD-SQLite/Makefile Sat Feb 13 17:06:39 2016 (r408810) +++ head/databases/p5-DBD-SQLite/Makefile Sat Feb 13 17:34:55 2016 (r408811) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= DBD-SQLite -PORTVERSION= 1.48 +PORTVERSION= 1.50 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -21,6 +21,16 @@ PORTSCOUT= limit:^[0-9\.]*$$ USES= perl5 USE_PERL5= configure +OPTIONS_DEFINE= BUNDLED_SQLITE +OPTIONS_DEFAULT=BUNDLED_SQLITE + +BUNDLED_SQLITE_DESC= Use bundled SQLite (otherwise, from databases/sqlite3) +BUNDLED_SQLITE_LIB_DEPENDS_OFF= libsqlite3.so:${PORTSDIR}/databases/sqlite3 +BUNDLED_SQLITE_CONFIGURE_OFF= USE_LOCAL_SQLITE=0 SQLITE_LOCATION=${LOCALBASE} + +post-patch-BUNDLED_SQLITE-off: + ${REINPLACE_CMD} -e 's/if ( 0 )/if ( 1 )/' ${WRKSRC}/Makefile.PL + post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/DBD/SQLite/SQLite.so Modified: head/databases/p5-DBD-SQLite/distinfo ============================================================================== --- head/databases/p5-DBD-SQLite/distinfo Sat Feb 13 17:06:39 2016 (r408810) +++ head/databases/p5-DBD-SQLite/distinfo Sat Feb 13 17:34:55 2016 (r408811) @@ -1,2 +1,2 @@ -SHA256 (DBD-SQLite-1.48.tar.gz) = b397230f5d4cdc9923f91c62da9e535234f3055c528ede75afd7d24698030ea6 -SIZE (DBD-SQLite-1.48.tar.gz) = 1769115 +SHA256 (DBD-SQLite-1.50.tar.gz) = 3ac513ab73944fd7d4b672e1fe885dc522b6369d38f46a68e67e0045bf159ce1 +SIZE (DBD-SQLite-1.50.tar.gz) = 2023829 From owner-svn-ports-head@freebsd.org Sat Feb 13 17:37:00 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2C6EBAA7881; Sat, 13 Feb 2016 17:37:00 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F021113CB; Sat, 13 Feb 2016 17:36:59 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1DHawa9098263; Sat, 13 Feb 2016 17:36:58 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1DHawjX098261; Sat, 13 Feb 2016 17:36:58 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201602131736.u1DHawjX098261@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sat, 13 Feb 2016 17:36:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408812 - head/databases/p5-Mojo-Pg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Feb 2016 17:37:00 -0000 Author: adamw Date: Sat Feb 13 17:36:58 2016 New Revision: 408812 URL: https://svnweb.freebsd.org/changeset/ports/408812 Log: Update to 2.21. Changes: https://metacpan.org/changes/distribution/Mojo-Pg Modified: head/databases/p5-Mojo-Pg/Makefile head/databases/p5-Mojo-Pg/distinfo Modified: head/databases/p5-Mojo-Pg/Makefile ============================================================================== --- head/databases/p5-Mojo-Pg/Makefile Sat Feb 13 17:34:55 2016 (r408811) +++ head/databases/p5-Mojo-Pg/Makefile Sat Feb 13 17:36:58 2016 (r408812) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Mojo-Pg -PORTVERSION= 2.18 +PORTVERSION= 2.21 CATEGORIES= databases www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:SRI Modified: head/databases/p5-Mojo-Pg/distinfo ============================================================================== --- head/databases/p5-Mojo-Pg/distinfo Sat Feb 13 17:34:55 2016 (r408811) +++ head/databases/p5-Mojo-Pg/distinfo Sat Feb 13 17:36:58 2016 (r408812) @@ -1,2 +1,2 @@ -SHA256 (Mojo-Pg-2.18.tar.gz) = cc548741d1bfdbd3c32c843a475d57cdda76e8a222fd0389e386bf8f8fc54796 -SIZE (Mojo-Pg-2.18.tar.gz) = 24938 +SHA256 (Mojo-Pg-2.21.tar.gz) = 49270e23322f447c84fbee9c624fe0b74d71346b2eef4ef852376472cbcb3000 +SIZE (Mojo-Pg-2.21.tar.gz) = 25481 From owner-svn-ports-head@freebsd.org Sat Feb 13 17:42:42 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2C9EEAA7B07; Sat, 13 Feb 2016 17:42:42 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ED6AB18F1; Sat, 13 Feb 2016 17:42:41 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1DHgeYf001217; Sat, 13 Feb 2016 17:42:40 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1DHgew8001215; Sat, 13 Feb 2016 17:42:40 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201602131742.u1DHgew8001215@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sat, 13 Feb 2016 17:42:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408813 - head/devel/p5-Config-Model X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Feb 2016 17:42:42 -0000 Author: adamw Date: Sat Feb 13 17:42:40 2016 New Revision: 408813 URL: https://svnweb.freebsd.org/changeset/ports/408813 Log: Update to 2.079. Changes: https://metacpan.org/source/DDUMONT/Config-Model-2.079/Changes Modified: head/devel/p5-Config-Model/Makefile head/devel/p5-Config-Model/distinfo Modified: head/devel/p5-Config-Model/Makefile ============================================================================== --- head/devel/p5-Config-Model/Makefile Sat Feb 13 17:36:58 2016 (r408812) +++ head/devel/p5-Config-Model/Makefile Sat Feb 13 17:42:40 2016 (r408813) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= Config-Model -PORTVERSION= 2.078 +PORTVERSION= 2.079 CATEGORIES= devel perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:DDUMONT PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org Modified: head/devel/p5-Config-Model/distinfo ============================================================================== --- head/devel/p5-Config-Model/distinfo Sat Feb 13 17:36:58 2016 (r408812) +++ head/devel/p5-Config-Model/distinfo Sat Feb 13 17:42:40 2016 (r408813) @@ -1,2 +1,2 @@ -SHA256 (Config-Model-2.078.tar.gz) = 1c072911b41f4cb94f617d181aca3e4d8428186f4e68d1c08d8158a0aa5783da -SIZE (Config-Model-2.078.tar.gz) = 327943 +SHA256 (Config-Model-2.079.tar.gz) = 0f375bd48c06c640520d0c3ed5cd5ec8c7f1d5c02fcbce6d31d8a869f70e7430 +SIZE (Config-Model-2.079.tar.gz) = 329306 From owner-svn-ports-head@freebsd.org Sat Feb 13 17:48:16 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ECD3EAA7D35; Sat, 13 Feb 2016 17:48:16 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9F7731A8E; Sat, 13 Feb 2016 17:48:16 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1DHmFVw001546; Sat, 13 Feb 2016 17:48:15 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1DHmFHJ001543; Sat, 13 Feb 2016 17:48:15 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201602131748.u1DHmFHJ001543@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sat, 13 Feb 2016 17:48:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408814 - head/devel/p5-DateTime-Format-MySQL X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Feb 2016 17:48:17 -0000 Author: adamw Date: Sat Feb 13 17:48:15 2016 New Revision: 408814 URL: https://svnweb.freebsd.org/changeset/ports/408814 Log: Update to 0.06. Sort plist, and use normal _DEPENDS ordering. Changes: https://metacpan.org/changes/distribution/DateTime-Format-MySQL Modified: head/devel/p5-DateTime-Format-MySQL/Makefile head/devel/p5-DateTime-Format-MySQL/distinfo head/devel/p5-DateTime-Format-MySQL/pkg-plist Modified: head/devel/p5-DateTime-Format-MySQL/Makefile ============================================================================== --- head/devel/p5-DateTime-Format-MySQL/Makefile Sat Feb 13 17:42:40 2016 (r408813) +++ head/devel/p5-DateTime-Format-MySQL/Makefile Sat Feb 13 17:48:15 2016 (r408814) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= DateTime-Format-MySQL -PORTVERSION= 0.05 -PORTREVISION= 1 +PORTVERSION= 0.06 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,9 +13,9 @@ COMMENT= Parse and format MySQL dates an LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS:= ${RUN_DEPENDS} -RUN_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ +BUILD_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ p5-DateTime-Format-Builder>=0.6:${PORTSDIR}/devel/p5-DateTime-Format-Builder +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= modbuild Modified: head/devel/p5-DateTime-Format-MySQL/distinfo ============================================================================== --- head/devel/p5-DateTime-Format-MySQL/distinfo Sat Feb 13 17:42:40 2016 (r408813) +++ head/devel/p5-DateTime-Format-MySQL/distinfo Sat Feb 13 17:48:15 2016 (r408814) @@ -1,2 +1,2 @@ -SHA256 (DateTime-Format-MySQL-0.05.tar.gz) = 26d0348a930aa34d3b33ec1b2a9d9629f2ee78234e224ca74d594703922ca2e9 -SIZE (DateTime-Format-MySQL-0.05.tar.gz) = 13462 +SHA256 (DateTime-Format-MySQL-0.06.tar.gz) = 9818d4162ec9cec6139ba97b39e0489d217581a1d43fbb713f3beffe80f98f1d +SIZE (DateTime-Format-MySQL-0.06.tar.gz) = 13513 Modified: head/devel/p5-DateTime-Format-MySQL/pkg-plist ============================================================================== --- head/devel/p5-DateTime-Format-MySQL/pkg-plist Sat Feb 13 17:42:40 2016 (r408813) +++ head/devel/p5-DateTime-Format-MySQL/pkg-plist Sat Feb 13 17:48:15 2016 (r408814) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/DateTime::Format::MySQL.3.gz %%SITE_PERL%%/DateTime/Format/MySQL.pm +%%PERL5_MAN3%%/DateTime::Format::MySQL.3.gz From owner-svn-ports-head@freebsd.org Sat Feb 13 17:54:59 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B9945AA70D4; Sat, 13 Feb 2016 17:54:59 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6C8D71F0C; Sat, 13 Feb 2016 17:54:59 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1DHswf8004399; Sat, 13 Feb 2016 17:54:58 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1DHsw9n004396; Sat, 13 Feb 2016 17:54:58 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201602131754.u1DHsw9n004396@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sat, 13 Feb 2016 17:54:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408815 - head/devel/p5-Object-Declare X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Feb 2016 17:54:59 -0000 Author: adamw Date: Sat Feb 13 17:54:57 2016 New Revision: 408815 URL: https://svnweb.freebsd.org/changeset/ports/408815 Log: Update to 0.23. Sort plist, and add Test::Simple (for ok.pm) to TEST_DEPENDS on older perls. Changes: https://metacpan.org/changes/distribution/Object-Declare Modified: head/devel/p5-Object-Declare/Makefile head/devel/p5-Object-Declare/distinfo head/devel/p5-Object-Declare/pkg-plist Modified: head/devel/p5-Object-Declare/Makefile ============================================================================== --- head/devel/p5-Object-Declare/Makefile Sat Feb 13 17:48:15 2016 (r408814) +++ head/devel/p5-Object-Declare/Makefile Sat Feb 13 17:54:57 2016 (r408815) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Object-Declare -PORTVERSION= 0.22 -PORTREVISION= 1 +PORTVERSION= 0.23 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,4 +13,10 @@ COMMENT= Declarative object constructor USES= perl5 USE_PERL5= configure -.include +.include + +.if ${PERL_LEVEL} < 502106 +TEST_DEPENDS+= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include Modified: head/devel/p5-Object-Declare/distinfo ============================================================================== --- head/devel/p5-Object-Declare/distinfo Sat Feb 13 17:48:15 2016 (r408814) +++ head/devel/p5-Object-Declare/distinfo Sat Feb 13 17:54:57 2016 (r408815) @@ -1,2 +1,2 @@ -SHA256 (Object-Declare-0.22.tar.gz) = 90f82048b38d7947e821876ac91c93fcdc13fb386b2920eb3c4a007667debc4c -SIZE (Object-Declare-0.22.tar.gz) = 28999 +SHA256 (Object-Declare-0.23.tar.gz) = e07f8b132aa3369620218cf6a819dedfb29e096dc587892e09bf9071cb5e5f37 +SIZE (Object-Declare-0.23.tar.gz) = 11610 Modified: head/devel/p5-Object-Declare/pkg-plist ============================================================================== --- head/devel/p5-Object-Declare/pkg-plist Sat Feb 13 17:48:15 2016 (r408814) +++ head/devel/p5-Object-Declare/pkg-plist Sat Feb 13 17:54:57 2016 (r408815) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/Object::Declare.3.gz %%SITE_PERL%%/Object/Declare.pm +%%PERL5_MAN3%%/Object::Declare.3.gz From owner-svn-ports-head@freebsd.org Sat Feb 13 17:58:41 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D0DD6AA7280; Sat, 13 Feb 2016 17:58:41 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AC02A11B1; Sat, 13 Feb 2016 17:58:41 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1DHwe4v005054; Sat, 13 Feb 2016 17:58:40 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1DHwem4005051; Sat, 13 Feb 2016 17:58:40 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201602131758.u1DHwem4005051@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Sat, 13 Feb 2016 17:58:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408817 - head/multimedia/gpodder X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Feb 2016 17:58:42 -0000 Author: rm Date: Sat Feb 13 17:58:40 2016 New Revision: 408817 URL: https://svnweb.freebsd.org/changeset/ports/408817 Log: multimedia/gpodder: update to 3.9.0 - update to 3.9.0 - modernize port (options helpers, NO_ARCH etc) Release notes: http://blog.gpodder.org/2016/02/gpodder-390-helium-levitator-released.html Modified: head/multimedia/gpodder/Makefile head/multimedia/gpodder/distinfo head/multimedia/gpodder/pkg-plist Modified: head/multimedia/gpodder/Makefile ============================================================================== --- head/multimedia/gpodder/Makefile Sat Feb 13 17:57:31 2016 (r408816) +++ head/multimedia/gpodder/Makefile Sat Feb 13 17:58:40 2016 (r408817) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gpodder -PORTVERSION= 3.8.3 +PORTVERSION= 3.9.0 CATEGORIES= multimedia python MASTER_SITES= http://gpodder.org/src/ @@ -34,20 +34,20 @@ OGG2MP3_RUN_DEPENDS= lame:${PORTSDIR}/au ALL_TARGET= messages MAKE_ENV= GPODDER_MANPATH_NO_SHARE="yes" MAKEFILE= makefile +NO_ARCH= yes USES= gettext gmake python:2 shebangfix SHEBANG_FILES= src/gpodder/*.py share/gpodder/examples/*.py share/gpodder/extensions/*.py WANT_GNOME= yes INSTALLS_ICONS= yes +PLIST_SUB+= PORTVERSION=${PORTVERSION} PORTDOCS= PKG-INFO README -.include +GTK2_VARS= MAKE_ENV+=GPODDER_INSTALL_UIS="cli gtk" +GTK2_RUN_DEPENDS+= gnome-icon-theme>=0:${PORTSDIR}/misc/gnome-icon-theme \ + xdg-open:${PORTSDIR}/devel/xdg-utils +GTK2_USE= GNOME=pygtk2 -.if ${PORT_OPTIONS:MGTK2} -MAKE_ENV+= GPODDER_INSTALL_UIS="cli gtk" -RUN_DEPENDS+= gnome-icon-theme>=0:${PORTSDIR}/misc/gnome-icon-theme \ - xdg-open:${PORTSDIR}/devel/xdg-utils -USE_GNOME= pygtk2 -.else +.if empty(GTK2) MAKE_ENV+= GPODDER_INSTALL_UIS="cli" .endif Modified: head/multimedia/gpodder/distinfo ============================================================================== --- head/multimedia/gpodder/distinfo Sat Feb 13 17:57:31 2016 (r408816) +++ head/multimedia/gpodder/distinfo Sat Feb 13 17:58:40 2016 (r408817) @@ -1,2 +1,2 @@ -SHA256 (gpodder-3.8.3.tar.gz) = 8ac120a6084bded6bc88ecadbbc9df54a85f44ef4507f73a76de1d7a5574303c -SIZE (gpodder-3.8.3.tar.gz) = 1452239 +SHA256 (gpodder-3.9.0.tar.gz) = 9490ca980854f7169c625d8a318ce966f9aac3a9f5eccc01b78d82d8222969c6 +SIZE (gpodder-3.9.0.tar.gz) = 992607 Modified: head/multimedia/gpodder/pkg-plist ============================================================================== --- head/multimedia/gpodder/pkg-plist Sat Feb 13 17:57:31 2016 (r408816) +++ head/multimedia/gpodder/pkg-plist Sat Feb 13 17:58:40 2016 (r408817) @@ -4,7 +4,7 @@ man/man1/gpodder-migrate2tres.1.gz %%GTK2%%man/man1/gpodder.1.gz %%GTK2%%bin/gpodder bin/gpodder-migrate2tres -%%PYTHON_SITELIBDIR%%/gpodder-3.8.3-py%%PYTHON_VER%%.egg-info +%%PYTHON_SITELIBDIR%%/gpodder-%%PORTVERSION%%-py%%PYTHON_VER%%.egg-info %%PYTHON_SITELIBDIR%%/gpodder/__init__.py %%PYTHON_SITELIBDIR%%/gpodder/__init__.pyc %%PYTHON_SITELIBDIR%%/gpodder/__init__.pyo @@ -44,9 +44,6 @@ bin/gpodder-migrate2tres %%PYTHON_SITELIBDIR%%/gpodder/feedservice.py %%PYTHON_SITELIBDIR%%/gpodder/feedservice.pyc %%PYTHON_SITELIBDIR%%/gpodder/feedservice.pyo -%%PYTHON_SITELIBDIR%%/gpodder/flattr.py -%%PYTHON_SITELIBDIR%%/gpodder/flattr.pyc -%%PYTHON_SITELIBDIR%%/gpodder/flattr.pyo %%GTK2%%%%PYTHON_SITELIBDIR%%/gpodder/gtkui/__init__.py %%GTK2%%%%PYTHON_SITELIBDIR%%/gpodder/gtkui/__init__.pyc %%GTK2%%%%PYTHON_SITELIBDIR%%/gpodder/gtkui/__init__.pyo @@ -89,9 +86,6 @@ bin/gpodder-migrate2tres %%GTK2%%%%PYTHON_SITELIBDIR%%/gpodder/gtkui/draw.py %%GTK2%%%%PYTHON_SITELIBDIR%%/gpodder/gtkui/draw.pyc %%GTK2%%%%PYTHON_SITELIBDIR%%/gpodder/gtkui/draw.pyo -%%GTK2%%%%PYTHON_SITELIBDIR%%/gpodder/gtkui/flattr.py -%%GTK2%%%%PYTHON_SITELIBDIR%%/gpodder/gtkui/flattr.pyc -%%GTK2%%%%PYTHON_SITELIBDIR%%/gpodder/gtkui/flattr.pyo %%GTK2%%%%PYTHON_SITELIBDIR%%/gpodder/gtkui/interface/__init__.py %%GTK2%%%%PYTHON_SITELIBDIR%%/gpodder/gtkui/interface/__init__.pyc %%GTK2%%%%PYTHON_SITELIBDIR%%/gpodder/gtkui/interface/__init__.pyo @@ -146,9 +140,6 @@ bin/gpodder-migrate2tres %%PYTHON_SITELIBDIR%%/gpodder/opml.py %%PYTHON_SITELIBDIR%%/gpodder/opml.pyc %%PYTHON_SITELIBDIR%%/gpodder/opml.pyo -%%PYTHON_SITELIBDIR%%/gpodder/pipe/__init__.py -%%PYTHON_SITELIBDIR%%/gpodder/pipe/__init__.pyc -%%PYTHON_SITELIBDIR%%/gpodder/pipe/__init__.pyo %%PYTHON_SITELIBDIR%%/gpodder/player.py %%PYTHON_SITELIBDIR%%/gpodder/player.pyc %%PYTHON_SITELIBDIR%%/gpodder/player.pyo @@ -185,9 +176,6 @@ bin/gpodder-migrate2tres %%PYTHON_SITELIBDIR%%/gpodder/vimeo.py %%PYTHON_SITELIBDIR%%/gpodder/vimeo.pyc %%PYTHON_SITELIBDIR%%/gpodder/vimeo.pyo -%%PYTHON_SITELIBDIR%%/gpodder/webui/__init__.py -%%PYTHON_SITELIBDIR%%/gpodder/webui/__init__.pyc -%%PYTHON_SITELIBDIR%%/gpodder/webui/__init__.pyo %%PYTHON_SITELIBDIR%%/gpodder/youtube.py %%PYTHON_SITELIBDIR%%/gpodder/youtube.pyc %%PYTHON_SITELIBDIR%%/gpodder/youtube.pyo @@ -219,9 +207,6 @@ bin/gpodder-migrate2tres %%DATADIR%%/extensions/ubuntu_unity.py %%DATADIR%%/extensions/update_feeds_on_startup.py %%DATADIR%%/extensions/video_converter.py -%%DATADIR%%/images/button-flattr-grey.png -%%DATADIR%%/images/button-flattr.png -%%DATADIR%%/images/button-flattred.png %%DATADIR%%/images/directory-examples.png %%DATADIR%%/images/directory-gpodder.png %%DATADIR%%/images/directory-opml.png @@ -240,15 +225,9 @@ bin/gpodder-migrate2tres %%GTK2%%%%DATADIR%%/ui/gtk/gpodderchannel.ui %%GTK2%%%%DATADIR%%/ui/gtk/gpodderconfigeditor.ui %%GTK2%%%%DATADIR%%/ui/gtk/gpodderepisodeselector.ui -%%GTK2%%%%DATADIR%%/ui/gtk/gpodderflattrsignin.ui %%GTK2%%%%DATADIR%%/ui/gtk/gpodderpodcastdirectory.ui %%GTK2%%%%DATADIR%%/ui/gtk/gpodderpreferences.ui %%GTK2%%%%DATADIR%%/ui/gtk/gpodderwelcome.ui -%%DATADIR%%/ui/web/gpodder.js -%%DATADIR%%/ui/web/images/audio.png -%%DATADIR%%/ui/web/images/video.png -%%DATADIR%%/ui/web/index.html -%%DATADIR%%/ui/web/style.css %%GTK2%%share/icons/hicolor/16x16/apps/gpodder.ico %%GTK2%%share/icons/hicolor/16x16/apps/gpodder.png %%GTK2%%share/icons/hicolor/22x22/apps/gpodder.png @@ -277,6 +256,7 @@ share/locale/he/LC_MESSAGES/gpodder.mo share/locale/id_ID/LC_MESSAGES/gpodder.mo share/locale/it/LC_MESSAGES/gpodder.mo share/locale/kk/LC_MESSAGES/gpodder.mo +share/locale/ko_KR/LC_MESSAGES/gpodder.mo share/locale/nb/LC_MESSAGES/gpodder.mo share/locale/nl/LC_MESSAGES/gpodder.mo share/locale/nn/LC_MESSAGES/gpodder.mo From owner-svn-ports-head@freebsd.org Sat Feb 13 18:12:26 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 89B5FAA7A1E; Sat, 13 Feb 2016 18:12:26 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6492E1CF5; Sat, 13 Feb 2016 18:12:26 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1DICPvr010965; Sat, 13 Feb 2016 18:12:25 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1DICPj4010960; Sat, 13 Feb 2016 18:12:25 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201602131812.u1DICPj4010960@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sat, 13 Feb 2016 18:12:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408819 - in head/security: . p5-Digest-SHA3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Feb 2016 18:12:26 -0000 Author: adamw Date: Sat Feb 13 18:12:24 2016 New Revision: 408819 URL: https://svnweb.freebsd.org/changeset/ports/408819 Log: Add security/p5-Digest-SHA3, a NIST SHA3 implementation and perl interface. Added: head/security/p5-Digest-SHA3/ head/security/p5-Digest-SHA3/Makefile (contents, props changed) head/security/p5-Digest-SHA3/distinfo (contents, props changed) head/security/p5-Digest-SHA3/pkg-descr (contents, props changed) head/security/p5-Digest-SHA3/pkg-plist (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Sat Feb 13 17:59:06 2016 (r408818) +++ head/security/Makefile Sat Feb 13 18:12:24 2016 (r408819) @@ -615,6 +615,7 @@ SUBDIR += p5-Digest-SHA SUBDIR += p5-Digest-SHA-PurePerl SUBDIR += p5-Digest-SHA1 + SUBDIR += p5-Digest-SHA3 SUBDIR += p5-Digest-SV1 SUBDIR += p5-Digest-Tiger SUBDIR += p5-Digest-Whirlpool Added: head/security/p5-Digest-SHA3/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Digest-SHA3/Makefile Sat Feb 13 18:12:24 2016 (r408819) @@ -0,0 +1,19 @@ +# Created by: Adam Weinberger +# $FreeBSD$ + +PORTNAME= Digest-SHA3 +PORTVERSION= 0.24 +CATEGORIES= security perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= adamw@FreeBSD.org +COMMENT= Perl extension for SHA-3 + +USES= perl5 +USE_PERL5= configure + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Digest/SHA3/SHA3.so + +.include Added: head/security/p5-Digest-SHA3/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Digest-SHA3/distinfo Sat Feb 13 18:12:24 2016 (r408819) @@ -0,0 +1,2 @@ +SHA256 (Digest-SHA3-0.24.tar.gz) = 49a7aa146f720877d557cf4c74c03c76ebf01c6dce94d374edb2610176941f5f +SIZE (Digest-SHA3-0.24.tar.gz) = 28122 Added: head/security/p5-Digest-SHA3/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Digest-SHA3/pkg-descr Sat Feb 13 18:12:24 2016 (r408819) @@ -0,0 +1,10 @@ +Digest::SHA3 is a complete implementation of the NIST SHA-3 cryptographic hash +function, as specified in Draft FIPS 202 (SHA-3 Standard: Permutation-Based +Hash and Extendable-Output Functions). + +The module gives Perl programmers a convenient way to calculate SHA3-224, +SHA3-256, SHA3-384, and SHA3-512 message digests, as well as variable-length +hashes using SHAKE128 and SHAKE256. Digest::SHA3 can handle all types of input, +including partial-byte data. + +WWW: https://metacpan.org/pod/Digest::SHA3 Added: head/security/p5-Digest-SHA3/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Digest-SHA3/pkg-plist Sat Feb 13 18:12:24 2016 (r408819) @@ -0,0 +1,5 @@ +bin/sha3sum +%%SITE_ARCH%%/Digest/SHA3.pm +%%SITE_ARCH%%/auto/Digest/SHA3/SHA3.so +%%PERL5_MAN1%%/sha3sum.1.gz +%%PERL5_MAN3%%/Digest::SHA3.3.gz From owner-svn-ports-head@freebsd.org Sat Feb 13 18:17:30 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 32E9DAA7C2E; Sat, 13 Feb 2016 18:17:30 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E00A11F15; Sat, 13 Feb 2016 18:17:29 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1DIHSp5011224; Sat, 13 Feb 2016 18:17:28 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1DIHSSJ011222; Sat, 13 Feb 2016 18:17:28 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201602131817.u1DIHSSJ011222@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sat, 13 Feb 2016 18:17:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408820 - head/security/p5-Crypt-PBKDF2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Feb 2016 18:17:30 -0000 Author: adamw Date: Sat Feb 13 18:17:28 2016 New Revision: 408820 URL: https://svnweb.freebsd.org/changeset/ports/408820 Log: Update to 0.160410. Note that the dependencies have all changed for this version. Crypt::PBKDF2 switched from Moose to Moo/Type::Tiny/strictures. Also, register a Digest::SHA3 dependency. Changes: https://metacpan.org/changes/distribution/Crypt-PBKDF2 Modified: head/security/p5-Crypt-PBKDF2/Makefile head/security/p5-Crypt-PBKDF2/distinfo Modified: head/security/p5-Crypt-PBKDF2/Makefile ============================================================================== --- head/security/p5-Crypt-PBKDF2/Makefile Sat Feb 13 18:12:24 2016 (r408819) +++ head/security/p5-Crypt-PBKDF2/Makefile Sat Feb 13 18:17:28 2016 (r408820) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= Crypt-PBKDF2 -PORTVERSION= 0.150900 +PORTVERSION= 0.160410 CATEGORIES= security perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:ARODLAND PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org @@ -15,12 +14,15 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-Digest-HMAC>=1.01:${PORTSDIR}/security/p5-Digest-HMAC \ - p5-Method-Signatures-Simple>=0:${PORTSDIR}/devel/p5-Method-Signatures-Simple \ + p5-Digest-SHA3>=0.22:${PORTSDIR}/security/p5-Digest-SHA3 \ p5-Module-Runtime>=0:${PORTSDIR}/devel/p5-Module-Runtime \ - p5-Moose>=1:${PORTSDIR}/devel/p5-Moose \ + p5-Moo>=2:${PORTSDIR}/devel/p5-Moo \ p5-Try-Tiny>=0.04:${PORTSDIR}/lang/p5-Try-Tiny \ - p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean + p5-Type-Tiny>=0:${PORTSDIR}/devel/p5-Type-Tiny \ + p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean \ + p5-strictures>=2:${PORTSDIR}/devel/p5-strictures RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal USES= perl5 USE_PERL5= configure Modified: head/security/p5-Crypt-PBKDF2/distinfo ============================================================================== --- head/security/p5-Crypt-PBKDF2/distinfo Sat Feb 13 18:12:24 2016 (r408819) +++ head/security/p5-Crypt-PBKDF2/distinfo Sat Feb 13 18:17:28 2016 (r408820) @@ -1,2 +1,2 @@ -SHA256 (Crypt-PBKDF2-0.150900.tar.gz) = da2523bcec700918ebd62347297318582b99463c12a8c6f4c9eae4b01e7861bf -SIZE (Crypt-PBKDF2-0.150900.tar.gz) = 18941 +SHA256 (Crypt-PBKDF2-0.160410.tar.gz) = 3a9a43ce8daa7f60ad25b2158ec20b58fa3fe13742a05418b1717c41f161473a +SIZE (Crypt-PBKDF2-0.160410.tar.gz) = 16995 From owner-svn-ports-head@freebsd.org Sat Feb 13 18:18:12 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 377E6AA7CDE; Sat, 13 Feb 2016 18:18:12 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0A692100B; Sat, 13 Feb 2016 18:18:11 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1DIIB7D011347; Sat, 13 Feb 2016 18:18:11 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1DIIBoE011346; Sat, 13 Feb 2016 18:18:11 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201602131818.u1DIIBoE011346@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sat, 13 Feb 2016 18:18:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408821 - head/deskutils/calibre X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Feb 2016 18:18:12 -0000 Author: madpilot Date: Sat Feb 13 18:18:10 2016 New Revision: 408821 URL: https://svnweb.freebsd.org/changeset/ports/408821 Log: Fix strange build issue related to xdg-utils. This is just a workaround to fix the issue at hand. Reported by: Alex V. Petrov , Christoph Moench-Tegeder , Walter Schwarzenfeld marino Modified: head/deskutils/calibre/Makefile Modified: head/deskutils/calibre/Makefile ============================================================================== --- head/deskutils/calibre/Makefile Sat Feb 13 18:17:28 2016 (r408820) +++ head/deskutils/calibre/Makefile Sat Feb 13 18:18:10 2016 (r408821) @@ -97,10 +97,13 @@ do-install: ${STAGEDIR}${PREFIX}/share/applications \ ${STAGEDIR}${PREFIX}/share/desktop-directories \ ${STAGEDIR}${PREFIX}/share/mime/packages + # Create this file to avoid what looks like a bug in xdg-desktop-menu + @${TOUCH} ${STAGEDIR}${PREFIX}/share/applications/defaults.list (cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} \ ${PYSETUP} install --prefix ${PREFIX} \ --staging-root ${STAGEDIR}${PREFIX}) - @${RM} ${STAGEDIR}${PREFIX}/bin/calibre-uninstall + @${RM} ${STAGEDIR}${PREFIX}/bin/calibre-uninstall \ + ${STAGEDIR}${PREFIX}/share/applications/defaults.list @${RMDIR} ${STAGEDIR}${PREFIX}/share/desktop-directories @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/calibre/calibre/plugins/* From owner-svn-ports-head@freebsd.org Sat Feb 13 19:02:16 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F3F19AA728F; Sat, 13 Feb 2016 19:02:15 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 90E131843; Sat, 13 Feb 2016 19:02:15 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1DJ2EAc027410; Sat, 13 Feb 2016 19:02:14 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1DJ2BSF027376; Sat, 13 Feb 2016 19:02:11 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201602131902.u1DJ2BSF027376@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Sat, 13 Feb 2016 19:02:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408822 - in head: Mk databases databases/mariadb101-client databases/mariadb101-client/files databases/mariadb101-server databases/mariadb101-server/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Feb 2016 19:02:16 -0000 Author: brnrd Date: Sat Feb 13 19:02:11 2016 New Revision: 408822 URL: https://svnweb.freebsd.org/changeset/ports/408822 Log: [NEW PORTS] databases/mariadb101-{server,client}: 10.1.11 MariaDB is one of the most popular database servers in the world. It's made by the original developers of MySQL and guaranteed to stay open source. Notable users include Wikipedia, Facebook and Google. MariaDB turns data into structured information in a wide array of applications, ranging from banking to websites. It is an enhanced, drop-in replacement for MySQL. MariaDB is used because it is fast, scalable and robust, with a rich ecosystem of storage engines, plugins and many other tools make it very versatile for a wide variety of use cases. MariaDB is developed as open source software and as a relational database it provides an SQL interface for accessing data. This latest versions of MariaDB also include GIS and JSON features. WWW: http://mariadb.org/ Reviewed by: koobs (mentor), feld (mentor) Approved by: koobs (mentor), feld (mentor) Differential Revision: D3953 Added: head/databases/mariadb101-client/ - copied from r408786, head/databases/mariadb100-client/ head/databases/mariadb101-server/ - copied from r408786, head/databases/mariadb100-server/ Modified: head/Mk/bsd.database.mk head/databases/Makefile head/databases/mariadb101-client/Makefile head/databases/mariadb101-client/files/patch-CMakeLists.txt head/databases/mariadb101-client/files/patch-client_CMakeLists.txt head/databases/mariadb101-client/files/patch-cmake_jemalloc.cmake head/databases/mariadb101-client/files/patch-extra_CMakeLists.txt head/databases/mariadb101-client/files/patch-include_CMakeLists.txt head/databases/mariadb101-client/files/patch-include_my_compare.h head/databases/mariadb101-client/files/patch-libmysql_CMakeLists.txt head/databases/mariadb101-client/files/patch-libservices_CMakeLists.txt head/databases/mariadb101-client/files/patch-man_CMakeLists.txt head/databases/mariadb101-client/files/patch-mysys_my_default.c head/databases/mariadb101-client/files/patch-pcre_CMakeLists.txt head/databases/mariadb101-client/files/patch-scripts_CMakeLists.txt head/databases/mariadb101-client/files/patch-scripts_mysql_config.sh head/databases/mariadb101-client/files/patch-sql_CMakeLists.txt head/databases/mariadb101-client/files/patch-support-files_CMakeLists.txt head/databases/mariadb101-client/pkg-plist head/databases/mariadb101-server/Makefile head/databases/mariadb101-server/distinfo head/databases/mariadb101-server/files/patch-CMakeLists.txt head/databases/mariadb101-server/files/patch-client_CMakeLists.txt head/databases/mariadb101-server/files/patch-cmake_jemalloc.cmake head/databases/mariadb101-server/files/patch-extra_CMakeLists.txt head/databases/mariadb101-server/files/patch-extra_yassl_taocrypt_src_integer.cpp head/databases/mariadb101-server/files/patch-include_CMakeLists.txt head/databases/mariadb101-server/files/patch-libmysql_CMakeLists.txt head/databases/mariadb101-server/files/patch-libservices_CMakeLists.txt head/databases/mariadb101-server/files/patch-man_CMakeLists.txt head/databases/mariadb101-server/files/patch-mysys_my__default.c head/databases/mariadb101-server/files/patch-pcre_CMakeLists.txt head/databases/mariadb101-server/files/patch-scripts_CMakeLists.txt head/databases/mariadb101-server/files/patch-scripts_mysql__config.sh head/databases/mariadb101-server/files/patch-scripts_mysqld__safe.sh head/databases/mariadb101-server/files/patch-sql_CMakeLists.txt head/databases/mariadb101-server/files/patch-sql_sql__trigger.cc head/databases/mariadb101-server/files/patch-sql_sql__view.cc head/databases/mariadb101-server/files/patch-sql_sys__vars.cc head/databases/mariadb101-server/files/patch-storage_connect_json.cpp head/databases/mariadb101-server/files/patch-storage_tokudb_PerconaFT_cmake__modules_TokuFeatureDetection.cmake head/databases/mariadb101-server/files/patch-storage_tokudb_PerconaFT_portability_memory.cc head/databases/mariadb101-server/files/patch-support-files_CMakeLists.txt head/databases/mariadb101-server/pkg-plist Modified: head/Mk/bsd.database.mk ============================================================================== --- head/Mk/bsd.database.mk Sat Feb 13 18:18:10 2016 (r408821) +++ head/Mk/bsd.database.mk Sat Feb 13 19:02:11 2016 (r408822) @@ -108,6 +108,7 @@ MYSQL56_LIBVER= 18 MYSQL56p_LIBVER= 18 MYSQL57_LIBVER= 20 MYSQL100m_LIBVER= 18 +MYSQL101m_LIBVER= 18 # Setting/finding MySQL version we want. .if exists(${LOCALBASE}/bin/mysql) Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Sat Feb 13 18:18:10 2016 (r408821) +++ head/databases/Makefile Sat Feb 13 19:02:11 2016 (r408822) @@ -181,6 +181,8 @@ SUBDIR += mantis SUBDIR += mariadb100-client SUBDIR += mariadb100-server + SUBDIR += mariadb101-client + SUBDIR += mariadb101-server SUBDIR += mariadb55-client SUBDIR += mariadb55-server SUBDIR += mdbtools Modified: head/databases/mariadb101-client/Makefile ============================================================================== --- head/databases/mariadb100-client/Makefile Sat Feb 13 11:35:31 2016 (r408786) +++ head/databases/mariadb101-client/Makefile Sat Feb 13 19:02:11 2016 (r408822) @@ -1,19 +1,18 @@ # $FreeBSD$ PORTNAME= mariadb -PKGNAMESUFFIX= 100-client +PKGNAMESUFFIX= 101-client COMMENT= Multithreaded SQL database (client) -LICENSE+= LGPL21 - -MASTERDIR= ${.CURDIR}/../mariadb100-server +MASTERDIR= ${.CURDIR}/../mariadb101-server FILESDIR= ${.CURDIR}/files PATCHDIR= ${.CURDIR}/files PLIST= ${.CURDIR}/pkg-plist -CMAKE_ARGS+= -DWITHOUT_SERVER=1 +CMAKE_ARGS+= -DWITHOUT_SERVER=1 -DWITH_WSREP=0 +INSTALL_TARGET= install USE_LDCONFIG= ${PREFIX}/lib/mysql @@ -21,5 +20,13 @@ CLIENT_ONLY= yes post-install: ${RM} ${STAGEDIR}${PREFIX}/share/aclocal/mysql.m4 + ${RM} -r ${STAGEDIR}${PREFIX}/share/pkgconfig +. for b in mysql mysqladmin mysqlbinlog mysqlcheck mysqldump \ + mysqlimport mysqlshow mysqlslap + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${b} +. endfor + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/mysql/libmysqlclient.so.18 + # Fix https://mariadb.atlassian.net/browse/MDEV-9388 + @${REINPLACE_CMD} 's/-l-pthread/-lpthread/' ${STAGEDIR}${PREFIX}/bin/mysql_config .include "${MASTERDIR}/Makefile" Modified: head/databases/mariadb101-client/files/patch-CMakeLists.txt ============================================================================== --- head/databases/mariadb100-client/files/patch-CMakeLists.txt Sat Feb 13 11:35:31 2016 (r408786) +++ head/databases/mariadb101-client/files/patch-CMakeLists.txt Sat Feb 13 19:02:11 2016 (r408822) @@ -1,35 +1,24 @@ ---- CMakeLists.txt.orig 2015-08-05 20:11:27.000000000 +0200 -+++ CMakeLists.txt 2015-08-07 12:05:52.895578945 +0200 -@@ -405,9 +405,9 @@ ADD_SUBDIRECTORY(client) +--- CMakeLists.txt.orig 2015-12-23 15:33:29 UTC ++++ CMakeLists.txt +@@ -382,7 +382,6 @@ ADD_SUBDIRECTORY(libmysql) + ADD_SUBDIRECTORY(client) ADD_SUBDIRECTORY(extra) ADD_SUBDIRECTORY(libservices) - ADD_SUBDIRECTORY(scripts) -ADD_SUBDIRECTORY(sql/share) - ADD_SUBDIRECTORY(support-files) -+IF(FALSE) IF(NOT WITHOUT_SERVER) ADD_SUBDIRECTORY(tests) - ADD_SUBDIRECTORY(sql) -@@ -425,6 +426,7 @@ IF(NOT WITHOUT_SERVER) - ADD_SUBDIRECTORY(internal) - ENDIF() - ENDIF() -+ENDIF() - - IF(UNIX) - ADD_SUBDIRECTORY(man) -@@ -480,6 +482,7 @@ ADD_CUSTOM_TARGET(INFO_BIN ALL +@@ -461,6 +460,7 @@ ADD_CUSTOM_TARGET(INFO_BIN ALL WORKING_DIRECTORY ${CMAKE_BINARY_DIR} ) +IF(FALSE) - INSTALL_DOCUMENTATION(README CREDITS COPYING COPYING.LESSER EXCEPTIONS-CLIENT - COMPONENT Readme) - -@@ -490,6 +493,7 @@ INSTALL_DOCUMENTATION(README CREDITS COP - IF(UNIX) + INSTALL_DOCUMENTATION(README CREDITS COPYING COPYING.LESSER COPYING.thirdparty + EXCEPTIONS-CLIENT COMPONENT Readme) + # MDEV-6526 these files are not installed anymore +@@ -471,6 +471,7 @@ IF(UNIX) INSTALL_DOCUMENTATION(Docs/INSTALL-BINARY COMPONENT Readme) + INSTALL_DOCUMENTATION(Docs/INSTALL-BINARY Docs/README-wsrep COMPONENT Readme) ENDIF() +ENDIF() Modified: head/databases/mariadb101-client/files/patch-client_CMakeLists.txt ============================================================================== --- head/databases/mariadb100-client/files/patch-client_CMakeLists.txt Sat Feb 13 11:35:31 2016 (r408786) +++ head/databases/mariadb101-client/files/patch-client_CMakeLists.txt Sat Feb 13 19:02:11 2016 (r408822) @@ -1,6 +1,6 @@ ---- client/CMakeLists.txt.orig 2014-08-09 00:13:48.000000000 +0200 -+++ client/CMakeLists.txt 2014-09-05 22:40:26.210338712 +0200 -@@ -38,11 +38,12 @@ +--- client/CMakeLists.txt.orig 2015-12-23 15:33:29 UTC ++++ client/CMakeLists.txt +@@ -38,11 +38,12 @@ IF(UNIX) SET_TARGET_PROPERTIES(mysql PROPERTIES ENABLE_EXPORTS TRUE) ENDIF(UNIX) @@ -14,8 +14,8 @@ MYSQL_ADD_EXECUTABLE(mysqlcheck mysqlcheck.c) TARGET_LINK_LIBRARIES(mysqlcheck mysqlclient) -@@ -53,21 +54,25 @@ - MYSQL_ADD_EXECUTABLE(mysqlimport mysqlimport.c) +@@ -54,21 +55,25 @@ MYSQL_ADD_EXECUTABLE(mysqlimport mysqlim + SET_SOURCE_FILES_PROPERTIES(mysqlimport.c PROPERTIES COMPILE_FLAGS "-DTHREADS") TARGET_LINK_LIBRARIES(mysqlimport mysqlclient) +IF(FALSE) @@ -41,7 +41,7 @@ MYSQL_ADD_EXECUTABLE(mysqlslap mysqlslap.c) SET_SOURCE_FILES_PROPERTIES(mysqlslap.c PROPERTIES COMPILE_FLAGS "-DTHREADS") -@@ -79,10 +84,12 @@ +@@ -80,10 +85,12 @@ IF(WIN32) ENDIF(WIN32) # async_example is just a code example, do not install it. Modified: head/databases/mariadb101-client/files/patch-cmake_jemalloc.cmake ============================================================================== --- head/databases/mariadb100-client/files/patch-cmake_jemalloc.cmake Sat Feb 13 11:35:31 2016 (r408786) +++ head/databases/mariadb101-client/files/patch-cmake_jemalloc.cmake Sat Feb 13 19:02:11 2016 (r408822) @@ -1,28 +1,18 @@ -Upstreamed https://github.com/MariaDB/server/pull/139 +# Upstreamed https://github.com/MariaDB/server/pull/140 ---- cmake/jemalloc.cmake.orig 2015-12-16 16:05:44 UTC +--- cmake/jemalloc.cmake.orig 2015-12-23 15:33:29 UTC +++ cmake/jemalloc.cmake -@@ -20,11 +20,21 @@ MACRO (CHECK_JEMALLOC) - SET(CMAKE_REQUIRED_LIBRARIES pthread dl m) - SET(what bundled) - ELSE() -- SET(libname jemalloc) -+ IF(CMAKE_SYSTEM_NAME STREQUAL "FreeBSD" AND -+ CMAKE_SYSTEM_VERSION STRGREATER "10.0") -+ SET(libname c) -+ ELSE() -+ SET(libname jemalloc) -+ ENDIF() - SET(what system) - ENDIF() +@@ -12,7 +12,12 @@ MACRO(JEMALLOC_TRY_STATIC) + ENDMACRO() -- CHECK_LIBRARY_EXISTS(${libname} malloc_stats_print "" HAVE_JEMALLOC) -+ IF(CMAKE_SYSTEM_NAME STREQUAL "FreeBSD" AND -+ CMAKE_SYSTEM_VERSION STRGREATER "10.0") -+ SET(HAVE_JEMALLOC ON) -+ ELSE() -+ CHECK_LIBRARY_EXISTS(${libname} malloc_stats_print "" HAVE_JEMALLOC) -+ ENDIF() - SET(CMAKE_REQUIRED_LIBRARIES) - - IF (HAVE_JEMALLOC) + MACRO(JEMALLOC_TRY_DYNAMIC) +- SET(libname jemalloc) ++ IF(CMAKE_SYSTEM_NAME STREQUAL "FreeBSD" AND ++ CMAKE_SYSTEM_VERSION STRGREATER "10.0") ++ SET(libname c) ++ ELSE() ++ SET(libname jemalloc) ++ ENDIF() + SET(what system) + CHECK_LIBRARY_EXISTS(${libname} malloc_stats_print "" HAVE_DYNAMIC_JEMALLOC) + ENDMACRO() Modified: head/databases/mariadb101-client/files/patch-extra_CMakeLists.txt ============================================================================== --- head/databases/mariadb100-client/files/patch-extra_CMakeLists.txt Sat Feb 13 11:35:31 2016 (r408786) +++ head/databases/mariadb101-client/files/patch-extra_CMakeLists.txt Sat Feb 13 19:02:11 2016 (r408822) @@ -1,6 +1,6 @@ ---- extra/CMakeLists.txt.orig 2015-01-25 16:21:40.000000000 +0100 -+++ extra/CMakeLists.txt 2015-01-29 20:20:56.846047266 +0100 -@@ -54,6 +54,7 @@ +--- extra/CMakeLists.txt.orig 2015-12-23 15:33:29 UTC ++++ extra/CMakeLists.txt +@@ -46,6 +46,7 @@ ADD_CUSTOM_TARGET(GenError DEPENDS ${CMAKE_BINARY_DIR}/include/mysqld_error.h.tmp) @@ -8,26 +8,27 @@ MYSQL_ADD_EXECUTABLE(my_print_defaults my_print_defaults.c) TARGET_LINK_LIBRARIES(my_print_defaults mysys) -@@ -74,9 +75,12 @@ +@@ -88,18 +89,23 @@ IF(WITH_INNOBASE_STORAGE_ENGINE OR WITH_ + ) + ENDIF() + ++IF(FALSE) + MYSQL_ADD_EXECUTABLE(innochecksum innochecksum.cc ${INNOBASE_SOURCES}) + TARGET_LINK_LIBRARIES(innochecksum mysys mysys_ssl) + ADD_DEPENDENCIES(innochecksum GenError) + ENDIF() ++ENDIF() MYSQL_ADD_EXECUTABLE(replace replace.c COMPONENT Server) TARGET_LINK_LIBRARIES(replace mysys) +ENDIF() + IF(UNIX) +IF(FALSE) MYSQL_ADD_EXECUTABLE(resolve_stack_dump resolve_stack_dump.c) TARGET_LINK_LIBRARIES(resolve_stack_dump mysys) -+ENDIF() MYSQL_ADD_EXECUTABLE(mysql_waitpid mysql_waitpid.c COMPONENT Client) TARGET_LINK_LIBRARIES(mysql_waitpid mysys) -@@ -97,7 +101,9 @@ - ../storage/innobase/page/page0zip.cc - ) - -+IF(FALSE) - MYSQL_ADD_EXECUTABLE(innochecksum innochecksum.cc ${INNOBASE_SOURCES}) - TARGET_LINK_LIBRARIES(innochecksum mysys mysys_ssl) - ADD_DEPENDENCIES(innochecksum GenError) + ENDIF() +ENDIF() - Modified: head/databases/mariadb101-client/files/patch-include_CMakeLists.txt ============================================================================== --- head/databases/mariadb100-client/files/patch-include_CMakeLists.txt Sat Feb 13 11:35:31 2016 (r408786) +++ head/databases/mariadb101-client/files/patch-include_CMakeLists.txt Sat Feb 13 19:02:11 2016 (r408822) @@ -1,6 +1,6 @@ ---- include/CMakeLists.txt.orig 2012-11-28 17:49:47.000000000 +0200 -+++ include/CMakeLists.txt 2012-12-23 00:48:29.000000000 +0200 -@@ -58,13 +58,18 @@ +--- include/CMakeLists.txt.orig 2015-12-23 15:33:29 UTC ++++ include/CMakeLists.txt +@@ -66,13 +66,18 @@ INSTALL(FILES ${HEADERS} DESTINATION ${I FOREACH(f ${HEADERS_GEN_CONFIGURE}) INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/${f} DESTINATION ${INSTALL_INCLUDEDIR} COMPONENT Development PERMISSIONS OWNER_READ GROUP_READ WORLD_READ) ENDFOREACH(f) Modified: head/databases/mariadb101-client/files/patch-include_my_compare.h ============================================================================== --- head/databases/mariadb100-client/files/patch-include_my_compare.h Sat Feb 13 11:35:31 2016 (r408786) +++ head/databases/mariadb101-client/files/patch-include_my_compare.h Sat Feb 13 19:02:11 2016 (r408822) @@ -1,6 +1,6 @@ ---- include/my_compare.h.orig 2012-12-17 03:52:37.000000000 +0200 -+++ include/my_compare.h 2012-12-17 03:53:40.000000000 +0200 -@@ -40,7 +40,7 @@ +--- include/my_compare.h.orig 2015-12-23 15:33:29 UTC ++++ include/my_compare.h +@@ -40,7 +40,7 @@ extern "C" { But beware the dependency of MI_MAX_POSSIBLE_KEY_BUFF and HA_MAX_KEY_LENGTH. */ Modified: head/databases/mariadb101-client/files/patch-libmysql_CMakeLists.txt ============================================================================== --- head/databases/mariadb100-client/files/patch-libmysql_CMakeLists.txt Sat Feb 13 11:35:31 2016 (r408786) +++ head/databases/mariadb101-client/files/patch-libmysql_CMakeLists.txt Sat Feb 13 19:02:11 2016 (r408822) @@ -1,6 +1,6 @@ ---- libmysql/CMakeLists.txt.orig 2014-09-24 22:29:47 UTC +--- libmysql/CMakeLists.txt.orig 2015-12-23 15:33:29 UTC +++ libmysql/CMakeLists.txt -@@ -437,6 +437,8 @@ IF(NOT DISABLE_SHARED) +@@ -441,6 +441,8 @@ IF(NOT DISABLE_SHARED) # libtool compatability IF(CMAKE_SYSTEM_NAME MATCHES "FreeBSD" OR APPLE) SET(OS_SHARED_LIB_VERSION "${SHARED_LIB_MAJOR_VERSION}") Modified: head/databases/mariadb101-client/files/patch-libservices_CMakeLists.txt ============================================================================== --- head/databases/mariadb100-client/files/patch-libservices_CMakeLists.txt Sat Feb 13 11:35:31 2016 (r408786) +++ head/databases/mariadb101-client/files/patch-libservices_CMakeLists.txt Sat Feb 13 19:02:11 2016 (r408822) @@ -1,6 +1,6 @@ ---- libservices/CMakeLists.txt.orig 2014-08-09 00:13:47.000000000 +0200 -+++ libservices/CMakeLists.txt 2014-09-05 22:29:05.110415834 +0200 -@@ -29,4 +29,6 @@ +--- libservices/CMakeLists.txt.orig 2015-12-23 15:33:29 UTC ++++ libservices/CMakeLists.txt +@@ -34,4 +34,6 @@ SET(MYSQLSERVICES_SOURCES logger_service.c) ADD_CONVENIENCE_LIBRARY(mysqlservices ${MYSQLSERVICES_SOURCES}) Modified: head/databases/mariadb101-client/files/patch-man_CMakeLists.txt ============================================================================== --- head/databases/mariadb100-client/files/patch-man_CMakeLists.txt Sat Feb 13 11:35:31 2016 (r408786) +++ head/databases/mariadb101-client/files/patch-man_CMakeLists.txt Sat Feb 13 19:02:11 2016 (r408822) @@ -1,6 +1,6 @@ ---- man/CMakeLists.txt.orig 2012-12-22 21:30:12.000000000 +0200 -+++ man/CMakeLists.txt 2012-12-22 21:30:54.000000000 +0200 -@@ -30,9 +30,13 @@ +--- man/CMakeLists.txt.orig 2015-12-23 15:33:29 UTC ++++ man/CMakeLists.txt +@@ -32,9 +32,13 @@ SET(MAN1_DEVEL mysql_config.1) SET(MAN1_TEST mysql-stress-test.pl.1 mysql-test-run.pl.1 mysql_client_test.1 mysqltest_embedded.1 mysql_client_test_embedded.1) Modified: head/databases/mariadb101-client/files/patch-mysys_my_default.c ============================================================================== --- head/databases/mariadb100-client/files/patch-mysys_my_default.c Sat Feb 13 11:35:31 2016 (r408786) +++ head/databases/mariadb101-client/files/patch-mysys_my_default.c Sat Feb 13 19:02:11 2016 (r408822) @@ -1,6 +1,6 @@ ---- mysys/my_default.c.orig 2014-08-09 00:13:39.000000000 +0200 -+++ mysys/my_default.c 2014-09-05 19:56:48.006019959 +0200 -@@ -90,7 +90,7 @@ +--- mysys/my_default.c.orig 2015-12-23 15:33:31 UTC ++++ mysys/my_default.c +@@ -90,7 +90,7 @@ static my_bool defaults_already_read= FA /* Which directories are searched for options (and in which order) */ @@ -9,7 +9,7 @@ #define DEFAULT_DIRS_SIZE (MAX_DEFAULT_DIRS + 1) /* Terminate with NULL */ static const char **default_directories = NULL; -@@ -785,7 +785,7 @@ +@@ -784,7 +784,7 @@ static int search_default_file_with_ext( { MY_STAT stat_info; if (!my_stat(name,&stat_info,MYF(0))) @@ -18,7 +18,7 @@ /* Ignore world-writable regular files. This is mainly done to protect us to not read a file created by -@@ -803,6 +803,14 @@ +@@ -802,6 +802,14 @@ static int search_default_file_with_ext( if (!(fp= mysql_file_fopen(key_file_cnf, name, O_RDONLY, MYF(0)))) return 1; /* Ignore wrong files */ @@ -33,7 +33,7 @@ while (mysql_file_fgets(buff, sizeof(buff) - 1, fp)) { line++; -@@ -1067,7 +1075,8 @@ +@@ -1066,7 +1074,8 @@ void my_print_default_files(const char * if (name[0] == FN_HOMELIB) /* Add . to filenames in home */ *end++= '.'; strxmov(end, conf_file, *ext, " ", NullS); @@ -43,7 +43,7 @@ } } } -@@ -1223,13 +1232,10 @@ +@@ -1222,13 +1231,10 @@ static const char **init_default_directo #else Modified: head/databases/mariadb101-client/files/patch-pcre_CMakeLists.txt ============================================================================== --- head/databases/mariadb100-client/files/patch-pcre_CMakeLists.txt Sat Feb 13 11:35:31 2016 (r408786) +++ head/databases/mariadb101-client/files/patch-pcre_CMakeLists.txt Sat Feb 13 19:02:11 2016 (r408822) @@ -1,6 +1,6 @@ ---- pcre/CMakeLists.txt.orig 2014-08-09 00:13:36.000000000 +0200 -+++ pcre/CMakeLists.txt 2014-09-05 20:08:49.090972949 +0200 -@@ -513,6 +513,8 @@ +--- pcre/CMakeLists.txt.orig 2015-12-23 15:33:31 UTC ++++ pcre/CMakeLists.txt +@@ -508,6 +508,8 @@ IF(PCRE_SHOW_REPORT) MESSAGE(STATUS "") ENDIF(PCRE_SHOW_REPORT) Modified: head/databases/mariadb101-client/files/patch-scripts_CMakeLists.txt ============================================================================== --- head/databases/mariadb100-client/files/patch-scripts_CMakeLists.txt Sat Feb 13 11:35:31 2016 (r408786) +++ head/databases/mariadb101-client/files/patch-scripts_CMakeLists.txt Sat Feb 13 19:02:11 2016 (r408822) @@ -1,6 +1,6 @@ ---- scripts/CMakeLists.txt.orig 2014-08-09 00:13:37.000000000 +0200 -+++ scripts/CMakeLists.txt 2014-09-05 22:33:01.060378167 +0200 -@@ -72,6 +72,7 @@ +--- scripts/CMakeLists.txt.orig 2015-12-23 15:33:31 UTC ++++ scripts/CMakeLists.txt +@@ -73,6 +73,7 @@ IF(UNIX) ) ENDIF() @@ -8,7 +8,7 @@ INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/mysql_system_tables.sql ${CMAKE_CURRENT_SOURCE_DIR}/mysql_system_tables_data.sql -@@ -81,6 +82,7 @@ +@@ -84,6 +85,7 @@ INSTALL(FILES ${FIX_PRIVILEGES_SQL} DESTINATION ${INSTALL_MYSQLSHAREDIR} COMPONENT Server ) @@ -16,7 +16,7 @@ # TCMalloc hacks IF(MALLOC_LIB) -@@ -140,6 +142,7 @@ +@@ -136,6 +138,7 @@ ENDIF() SET(HOSTNAME "hostname") SET(MYSQLD_USER "mysql") @@ -24,7 +24,7 @@ # Required for mysqlbug until autotools are deprecated, once done remove these # and expand default cmake variables SET(CC ${CMAKE_C_COMPILER}) -@@ -180,6 +183,7 @@ +@@ -170,6 +173,7 @@ INSTALL_SCRIPT(${CMAKE_CURRENT_BINARY_DI DESTINATION ${INSTALL_BINDIR} COMPONENT Server ) @@ -32,7 +32,7 @@ ENDIF(UNIX) -@@ -204,6 +208,7 @@ +@@ -195,6 +199,7 @@ ELSE() SET(localstatedir ${MYSQL_DATADIR}) ENDIF() @@ -40,7 +40,7 @@ IF(UNIX) CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/mysql_install_db.sh ${CMAKE_CURRENT_BINARY_DIR}/mysql_install_db ESCAPE_QUOTES @ONLY) -@@ -219,6 +224,7 @@ +@@ -208,6 +213,7 @@ INSTALL_SCRIPT( COMPONENT Server ) ENDIF() @@ -48,16 +48,7 @@ SET(prefix "${CMAKE_INSTALL_PREFIX}") IF(INSTALL_SYSCONFDIR) -@@ -281,6 +287,8 @@ - STRING(REGEX REPLACE "^lib" "" lib "${lib}") - SET(${var} "${${var}}-l${lib} " ) - ENDIF() -+ ELSEIF(lib STREQUAL "-pthread") -+ SET(${var} "${${var}}-pthread " ) - ELSE() - SET(${var} "${${var}}-l${lib} " ) - ENDIF() -@@ -339,18 +347,8 @@ +@@ -286,18 +292,8 @@ ELSE() SET(BIN_SCRIPTS msql2mysql mysql_config @@ -73,6 +64,6 @@ - mysqldumpslow - mysqld_multi - mysqld_safe + ${WSREP_BINARIES} + ${SYSTEMD_SCRIPTS} ) - FOREACH(file ${BIN_SCRIPTS}) - IF(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${file}.sh) Modified: head/databases/mariadb101-client/files/patch-scripts_mysql_config.sh ============================================================================== --- head/databases/mariadb100-client/files/patch-scripts_mysql_config.sh Sat Feb 13 11:35:31 2016 (r408786) +++ head/databases/mariadb101-client/files/patch-scripts_mysql_config.sh Sat Feb 13 19:02:11 2016 (r408822) @@ -1,14 +1,12 @@ ---- scripts/mysql_config.sh.orig 2014-04-15 14:02:39.000000000 +0300 -+++ scripts/mysql_config.sh 2014-05-16 19:08:41.000000000 +0300 -@@ -108,8 +108,11 @@ - # We intentionally add a space to the beginning and end of lib strings, simplifies replace later - libs=" $ldflags -L$pkglibdir @RPATH_OPTION@ -lmysqlclient @ZLIB_DEPS@ @NON_THREADED_LIBS@" - libs="$libs @openssl_libs@ @STATIC_NSS_FLAGS@ " +--- scripts/mysql_config.sh.orig 2016-01-14 20:12:38 UTC ++++ scripts/mysql_config.sh +@@ -106,7 +106,9 @@ fi + + # Create options + libs="-L$pkglibdir @RPATH_OPTION@ @LIBS_FOR_CLIENTS@" +libs="$libs -L%%LOCALBASE%%/lib " - libs_r=" $ldflags -L$pkglibdir @RPATH_OPTION@ -lmysqlclient_r @ZLIB_DEPS@ @CLIENT_LIBS@ @openssl_libs@ " -+libs_r="$libs_r -L%%LOCALBASE%%/lib " - embedded_libs=" $ldflags -L$pkglibdir @RPATH_OPTION@ -lmysqld @LIBDL@ @ZLIB_DEPS@ @LIBS@ @WRAPLIBS@ @openssl_libs@ " + embedded_libs="-L$pkglibdir @RPATH_OPTION@ @EMB_LIBS_FOR_CLIENTS@" +embedded_libs="$embedded_libs -L%%LOCALBASE%%/lib " - if [ -r "$pkglibdir/libmygcc.a" ]; then - # When linking against the static library with a different version of GCC + include="-I$pkgincludedir" + if [ "$basedir" != "/usr" ]; then Modified: head/databases/mariadb101-client/files/patch-sql_CMakeLists.txt ============================================================================== --- head/databases/mariadb100-client/files/patch-sql_CMakeLists.txt Sat Feb 13 11:35:31 2016 (r408786) +++ head/databases/mariadb101-client/files/patch-sql_CMakeLists.txt Sat Feb 13 19:02:11 2016 (r408822) @@ -1,6 +1,6 @@ ---- sql/CMakeLists.txt.orig 2014-09-05 22:49:59.808332000 +0200 -+++ sql/CMakeLists.txt 2014-09-05 22:50:18.768326206 +0200 -@@ -226,9 +226,9 @@ +--- sql/CMakeLists.txt.orig 2015-12-23 15:33:31 UTC ++++ sql/CMakeLists.txt +@@ -275,9 +275,9 @@ RUN_BISON( ) # Gen_lex_hash Modified: head/databases/mariadb101-client/files/patch-support-files_CMakeLists.txt ============================================================================== --- head/databases/mariadb100-client/files/patch-support-files_CMakeLists.txt Sat Feb 13 11:35:31 2016 (r408786) +++ head/databases/mariadb101-client/files/patch-support-files_CMakeLists.txt Sat Feb 13 19:02:11 2016 (r408822) @@ -1,11 +1,11 @@ ---- support-files/CMakeLists.txt.orig 2014-06-13 13:36:52.080474738 +0300 -+++ support-files/CMakeLists.txt 2014-06-13 13:50:59.537282325 +0300 -@@ -41,15 +41,18 @@ +--- support-files/CMakeLists.txt.orig 2015-12-23 15:33:33 UTC ++++ support-files/CMakeLists.txt +@@ -41,15 +41,18 @@ ELSE() SET(inst_location ${INSTALL_SUPPORTFILESDIR}) ENDIF() +IF(FALSE) - FOREACH(inifile my-huge my-innodb-heavy-4G my-large my-medium my-small) + FOREACH(inifile my-huge my-innodb-heavy-4G my-large my-medium my-small wsrep) CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/${inifile}.cnf.sh ${CMAKE_CURRENT_BINARY_DIR}/${inifile}.${ini_file_extension} @ONLY) INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/${inifile}.${ini_file_extension} @@ -16,33 +16,30 @@ IF(UNIX) SET(prefix ${CMAKE_INSTALL_PREFIX}) + IF(FALSE) - FOREACH(script mysqld_multi.server mysql-log-rotate binary-configure) + FOREACH(script mysqld_multi.server mysql-log-rotate binary-configure wsrep_notify) CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/${script}.sh ${CMAKE_CURRENT_BINARY_DIR}/${script} @ONLY ) -@@ -67,8 +70,10 @@ +@@ -60,12 +63,14 @@ IF(UNIX) INSTALL(FILES magic DESTINATION ${inst_location} COMPONENT SupportFiles) - INSTALL(DIRECTORY RHEL4-SElinux/ DESTINATION ${inst_location}/SELinux/RHEL4 COMPONENT SupportFiles) + INSTALL(DIRECTORY policy DESTINATION ${inst_location} COMPONENT SupportFiles) ENDIF() + ENDIF() - INSTALL(FILES mysql.m4 DESTINATION ${INSTALL_SHAREDIR}/aclocal COMPONENT Development) -+ IF(FALSE) - CONFIGURE_FILE(MySQL-shared-compat.spec.sh ${CMAKE_CURRENT_BINARY_DIR}/MySQL-shared-compat.spec @ONLY) - CONFIGURE_FILE(mysql.spec.sh ${CMAKE_CURRENT_BINARY_DIR}/mysql.spec @ONLY) - -@@ -92,6 +97,7 @@ - DESTINATION ${inst_location} COMPONENT SupportFiles - PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ - GROUP_EXECUTE WORLD_READ WORLD_EXECUTE) -+ + CONFIGURE_FILE(mariadb.pc.in ${CMAKE_CURRENT_BINARY_DIR}/mariadb.pc @ONLY) + INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/mariadb.pc DESTINATION ${INSTALL_SHAREDIR}/pkgconfig COMPONENT Development) - IF (INSTALL_SYSCONFDIR) - INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/mysql-log-rotate DESTINATION ${INSTALL_SYSCONFDIR}/logrotate.d -@@ -101,6 +107,7 @@ - RENAME mysql COMPONENT SupportFiles - PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ - GROUP_EXECUTE WORLD_READ WORLD_EXECUTE) -+ ENDIF() + INSTALL(FILES mysql.m4 DESTINATION ${INSTALL_SHAREDIR}/aclocal COMPONENT Development) +- ++ ++IF(FALSE) + SET(bindir ${INSTALL_BINDIRABS}) + SET(sbindir ${INSTALL_SBINDIRABS}) + SET(scriptdir ${INSTALL_SCRIPTDIRABS}) +@@ -115,6 +120,7 @@ IF(UNIX) + INSTALL(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/mysql.server + DESTINATION ${INSTALL_SYSCONFDIR}/init.d + RENAME mysql COMPONENT SupportFiles) ++ ENDIF() INSTALL(FILES rpm/my.cnf DESTINATION ${INSTALL_SYSCONFDIR} COMPONENT Common) Modified: head/databases/mariadb101-client/pkg-plist ============================================================================== --- head/databases/mariadb100-client/pkg-plist Sat Feb 13 11:35:31 2016 (r408786) +++ head/databases/mariadb101-client/pkg-plist Sat Feb 13 19:02:11 2016 (r408822) @@ -1,8 +1,6 @@ bin/msql2mysql bin/mysql -bin/mysql_config bin/mysql_find_rows -bin/mysql_waitpid bin/mysqlaccess bin/mysqladmin bin/mysqlbinlog @@ -11,6 +9,7 @@ bin/mysqldump bin/mysqlimport bin/mysqlshow bin/mysqlslap +bin/mysql_config include/mysql/auth_dialog_client.h include/mysql/big_endian.h include/mysql/byte_order_generic.h @@ -54,7 +53,9 @@ include/mysql/plugin.h include/mysql/plugin_audit.h include/mysql/plugin_auth.h include/mysql/plugin_auth_common.h +include/mysql/plugin_encryption.h include/mysql/plugin_ftparser.h +include/mysql/plugin_password_validation.h include/mysql/psi/mysql_file.h include/mysql/psi/mysql_idle.h include/mysql/psi/mysql_socket.h @@ -64,17 +65,21 @@ include/mysql/psi/mysql_table.h include/mysql/psi/mysql_thread.h include/mysql/psi/psi.h include/mysql/service_debug_sync.h +include/mysql/service_encryption.h +include/mysql/service_encryption_scheme.h include/mysql/service_kill_statement.h include/mysql/service_logger.h -include/mysql/service_my_plugin_log.h +include/mysql/service_md5.h include/mysql/service_my_snprintf.h include/mysql/service_progress_report.h include/mysql/service_sha1.h include/mysql/service_thd_alloc.h include/mysql/service_thd_autoinc.h include/mysql/service_thd_error_context.h +include/mysql/service_thd_specifics.h include/mysql/service_thd_timezone.h include/mysql/service_thd_wait.h +include/mysql/service_wsrep.h include/mysql/services.h include/mysql/sql_common.h include/mysql/sql_state.h Modified: head/databases/mariadb101-server/Makefile ============================================================================== --- head/databases/mariadb100-server/Makefile Sat Feb 13 11:35:31 2016 (r408786) +++ head/databases/mariadb101-server/Makefile Sat Feb 13 19:02:11 2016 (r408822) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME?= mariadb -PORTVERSION= 10.0.23 +PORTVERSION= 10.1.11 CATEGORIES= databases ipv6 MASTER_SITES= http://ftp.osuosl.org/pub/${SITESDIR}/ \ http://mirrors.supportex.net/${SITESDIR}/ \ @@ -11,7 +11,7 @@ MASTER_SITES= http://ftp.osuosl.org/pub/ http://mirror.de.gsnw.de:56431/${SITESDIR}/ \ http://mirror.layerjet.com/${SITESDIR}/ \ http://mirror.switch.ch/mirror/${SITESDIR}/ -PKGNAMESUFFIX?= 100-server +PKGNAMESUFFIX?= 101-server MAINTAINER= brnrd@FreeBSD.org COMMENT?= Multithreaded SQL database (server) @@ -21,21 +21,39 @@ LICENSE= GPLv2 SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message -SLAVEDIRS= databases/mariadb100-client -USES= bison:build cmake cpe execinfo gmake shebangfix -USE_LDCONFIG= ${PREFIX}/lib/mysql ${PREFIX}/lib/mysql/plugin +SLAVEDIRS= databases/mariadb101-client +USES= bison:build cmake cpe execinfo shebangfix +USE_LDCONFIG= ${PREFIX}/lib/mysql SHEBANG_FILES= scripts/*.sh SITESDIR= mariadb/mariadb-${PORTVERSION}/source OPTIONS_DEFINE= FASTMTX -OPTIONS_RADIO= SSL -OPTIONS_RADIO_SSL= BUNDLED_SSL OPENSSL WITHOUT_SSL -OPTIONS_DEFAULT+= OPENSSL -NO_OPTIONS_SORT= yes +OPTIONS_SINGLE= GSSAPI +OPTIONS_SINGLE_GSSAPI= GSSAPI_BASE GSSAPI_HEIMDAL GSSAPI_MIT +OPTIONS_DEFAULT= GSSAPI_BASE -BUNDLED_SSL_DESC= SSL/TLS support via (bundled) CyaSSL FASTMTX_DESC= Replace mutexes with spinlocks -WITHOUT_SSL_DESC= No SSL/TLS support + +.if !defined(CLIENT_ONLY) +# MySQL-Server options +OPTIONS_DEFINE+= MAXKEY +OPTIONS_DEFAULT+= MAXKEY SPHINX SPIDER +OPTIONS_GROUP= ENGINES +OPTIONS_GROUP_ENGINES= INNOBASE MROONGA OQGRAPH SPHINX SPIDER TOKUDB + +ENGINES_DESC= Optional MariaDB storage engines +INNOBASE_DESC= Build InnoDB engine next to XtraDB +MAXKEY_DESC= Change max key length from 1000 to 4000 +MROONGA_DESC= Mroonga Full Text Search engine +OQGRAPH_DESC= Open Query Graph Computation engine (Requires GCC) +SPHINX_DESC= SphinxSE engine +SPIDER_DESC= Partitioning and XA-transactions engine +TOKUDB_DESC= Fractal tree index tree data structure engine +.endif + +GSSAPI_BASE_USES= gssapi +GSSAPI_HEIMDAL_USES= gssapi:heimdal +GSSAPI_MIT_USES= gssapi:mit CMAKE_ARGS+= -DINSTALL_DOCDIR="share/doc/mysql" \ -DINSTALL_DOCREADMEDIR="share/doc/mysql" \ @@ -53,8 +71,9 @@ CMAKE_ARGS+= -DINSTALL_DOCDIR="share/doc -DINSTALL_SQLBENCHDIR= \ -DINSTALL_SUPPORTFILESDIR="share/mysql" \ -DWITH_UNIT_TESTS=0 \ - -DWITH_LIBEDIT=0 \ -DWITH_LIBWRAP=1 \ + -DWITH_SSL=${OPENSSLBASE} \ + -DKRB5_CONFIG=${KRB5CONFIG} \ -DEXECINFO_ROOT=${LOCALBASE} \ -DCOMPILATION_COMMENT="FreeBSD Ports" @@ -65,29 +84,12 @@ DATADIR= ${PREFIX}/share/mysql .endif CONFLICTS_INSTALL= mariadb5*-${PKGNAMESUFFIX:C/^[0-9]*-//}-* \ - mariadb10[1-9]-${PKGNAMESUFFIX:C/^[0-9]*-//}-* \ + mariadb10[02-9]-${PKGNAMESUFFIX:C/^[0-9]*-//}-* \ mysql[0-9]*-${PKGNAMESUFFIX:C/^[0-9]*-//}-* \ - percona[0-9]*-${PKGNAMESUFFIX:C/^[0-9]*-//}-* \ - -.if !defined(CLIENT_ONLY) -# MySQL-Server options -USE_MYSQL= yes -USE_LDCONFIG+= ${PREFIX}/lib/mysql/plugin -OPTIONS_DEFINE+= INNODB MAXKEY MROONGA OQGRAPH -OPTIONS_DEFAULT+= MAXKEY -OPTIONS_SUB= yes - -INNODB_DESC= Build InnoDB engine next to XtraDB -MAXKEY_DESC= Change max key length from 1000 to 4000 -MROONGA_DESC= Mroonga Full Text Search engine (gcc) -OQGRAPH_DESC= Open Query Graph Computation engine (gcc) -.endif + percona[0-9]*-${PKGNAMESUFFIX:C/^[0-9]*-//}-* -BUNDLED_SSL_CMAKE_ON= -DWITH_SSL=bundled +USE_OPENSSL= yes FASTMTX_CMAKE_ON= -DWITH_FAST_MUTEXES=1 -OPENSSL_CMAKE_ON= -DWITH_SSL=yes -OPENSSL_USE= OPENSSL=yes -WITHOUT_SSL_CMAKE_ON= -DWITH_SSL=no .if defined(CLIENT_ONLY) # MySQL-Client part @@ -95,7 +97,9 @@ USES+= readline .else # MySQL-Server part USE_MYSQL= yes -WANT_MYSQL_VER= 100m +WANT_MYSQL_VER= 101m +OPTIONS_SUB= yes +USE_LDCONFIG+= ${PREFIX}/lib/mysql/plugin USE_RC_SUBR= mysql-server USERS= mysql GROUPS= mysql @@ -103,39 +107,50 @@ CMAKE_ARGS+= -DWITH_EMBEDDED_SERVER="ON" -DCMAKE_SKIP_BUILD_RPATH:BOOL=YES \ -DWITHOUT_EXAMPLE_STORAGE_ENGINE=1 -INNODB_CMAKE_OFF= -DWITHOUT_INNOBASE=1 +.for ENGINE in ${OPTIONS_GROUP_ENGINES} +${ENGINE}_CMAKE_OFF= -DWITHOUT_${ENGINE}=1 +.endfor + MAXKEY_EXTRA_PATCHES+= ${FILESDIR}/extra-patch-include_my__compare.h -MROONGA_CMAKE_OFF= -DWITHOUT_MROONGA=1 -OQGRAPH_CMAKE_OFF= -DWITHOUT_OQGRAPH=1 OQGRAPH_LIB_DEPENDS= libboost_system.so:${PORTSDIR}/devel/boost-libs \ libJudy.so:${PORTSDIR}/devel/judy # Currently OQGraph does not build using clang. # See See https://mariadb.atlassian.net/browse/MDEV-8051. -OQGRPAH_USE= gcc +OQGRAPH_USE= gcc=yes +TOKUDB_LIB_DEPENDS= libsnappy.so:${PORTSDIR}/archivers/snappy post-install: - # Remove programs to avoid conflict with mariadb100-client - # These are "client" components, so there should be a switch that - # prevents them from being installed but it's unknown right now +# Remove programs to avoid conflict with mariadb101-client +# These are "client" components, so there should be a switch that +# prevents them from being installed but it's unknown right now ${RM} ${STAGEDIR}${PREFIX}/bin/msql2mysql \ ${STAGEDIR}${PREFIX}/bin/mysql_config \ ${STAGEDIR}${PREFIX}/bin/mysql_find_rows \ ${STAGEDIR}${PREFIX}/bin/mysqlaccess + ${RM} -r ${STAGEDIR}/${PREFIX}/share/mysql/policy \ + ${STAGEDIR}/${PREFIX}/share/pkgconfig +# See https://mariadb.atlassian.net/browse/MDEV-9529 + ${RM} ${STAGEDIR}/${PREFIX}/bin/maria_add_gis_sp.sql +.endif # defined(CLIENT_ONLY) + +.include + +.if defined(WITH_OPENSSL_PORT) && ${PORT_OPTIONS:MGSSAPI_BASE} +IGNORE= GSSAPI_BASE is not compatible with OpenSSL from ports. Use other GSSAPI options or OpenSSL from base system .endif .include +.if ${OPSYS} == DragonFly +CMAKE_ARGS+= -DWITHOUT_TOKUDB +.endif + .if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000012 CMAKE_ARGS+= -DWITH_JEMALLOC="system" .else CMAKE_ARGS+= -DWITH_JEMALLOC="no" .endif -# Server segfaults on i386 when built with clang >= 3.4 -.if ${ARCH} == 'i386' && ${OSVERSION} >= 1001000 -USE_GCC= yes -.endif - post-patch: @${REINPLACE_CMD} 's/*.1/${MAN1}/' ${WRKSRC}/man/CMakeLists.txt @${REINPLACE_CMD} 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/mysys/my_default.c @@ -143,7 +158,6 @@ post-patch: .if ${OPSYS} == DragonFly ${CP} ${WRKSRC}/cmake/os/FreeBSD.cmake \ ${WRKSRC}/cmake/os/DragonFly.cmake - ${MV} ${WRKSRC}/storage/tokudb ${WRKSRC}/skip-tokudb .endif .include Modified: head/databases/mariadb101-server/distinfo ============================================================================== --- head/databases/mariadb100-server/distinfo Sat Feb 13 11:35:31 2016 (r408786) +++ head/databases/mariadb101-server/distinfo Sat Feb 13 19:02:11 2016 (r408822) @@ -1,2 +1,2 @@ -SHA256 (mariadb-10.0.23.tar.gz) = 156eed69892834be66736aebe0a17a76d5031fd1c2f481a82228ff33bb7ba274 -SIZE (mariadb-10.0.23.tar.gz) = 57394548 +SHA256 (mariadb-10.1.11.tar.gz) = cd32927370343b4f14bcc6073bca163623c27843ae7bc59c8c6a9ebeda0325ce +SIZE (mariadb-10.1.11.tar.gz) = 55184229 Modified: head/databases/mariadb101-server/files/patch-CMakeLists.txt ============================================================================== --- head/databases/mariadb100-server/files/patch-CMakeLists.txt Sat Feb 13 11:35:31 2016 (r408786) +++ head/databases/mariadb101-server/files/patch-CMakeLists.txt Sat Feb 13 19:02:11 2016 (r408822) @@ -1,16 +1,18 @@ ---- CMakeLists.txt.orig 2015-08-05 18:11:27 UTC +Fix up missing WITHOUT_DOCS, WITHOUT_CLIENT options + +--- CMakeLists.txt.orig 2015-10-15 15:43:35 UTC +++ CMakeLists.txt -@@ -480,6 +480,7 @@ ADD_CUSTOM_TARGET(INFO_BIN ALL +@@ -452,6 +452,7 @@ ADD_CUSTOM_TARGET(INFO_BIN ALL WORKING_DIRECTORY ${CMAKE_BINARY_DIR} ) +IF(FALSE) - INSTALL_DOCUMENTATION(README CREDITS COPYING COPYING.LESSER EXCEPTIONS-CLIENT - COMPONENT Readme) - -@@ -490,6 +491,7 @@ INSTALL_DOCUMENTATION(README CREDITS COP - IF(UNIX) + INSTALL_DOCUMENTATION(README CREDITS COPYING COPYING.LESSER COPYING.thirdparty + EXCEPTIONS-CLIENT COMPONENT Readme) + # MDEV-6526 these files are not installed anymore +@@ -462,6 +463,7 @@ IF(UNIX) INSTALL_DOCUMENTATION(Docs/INSTALL-BINARY COMPONENT Readme) + INSTALL_DOCUMENTATION(Docs/INSTALL-BINARY Docs/README-wsrep COMPONENT Readme) ENDIF() +ENDIF() Modified: head/databases/mariadb101-server/files/patch-client_CMakeLists.txt ============================================================================== --- head/databases/mariadb100-server/files/patch-client_CMakeLists.txt Sat Feb 13 11:35:31 2016 (r408786) +++ head/databases/mariadb101-server/files/patch-client_CMakeLists.txt Sat Feb 13 19:02:11 2016 (r408822) @@ -1,4 +1,6 @@ ---- client/CMakeLists.txt.orig 2015-06-17 14:54:11 UTC +Fix up missing WITHOUT_DOCS, WITHOUT_CLIENT options + +--- client/CMakeLists.txt.orig 2015-10-15 15:43:35 UTC +++ client/CMakeLists.txt @@ -30,6 +30,7 @@ INCLUDE_DIRECTORIES( COPY_OPENSSL_DLLS(copy_openssl_client) @@ -24,9 +26,9 @@ MYSQL_ADD_EXECUTABLE(mysqlcheck mysqlcheck.c) TARGET_LINK_LIBRARIES(mysqlcheck mysqlclient) -@@ -52,17 +55,21 @@ TARGET_LINK_LIBRARIES(mysqldump mysqlcli - +@@ -53,17 +56,21 @@ TARGET_LINK_LIBRARIES(mysqldump mysqlcli MYSQL_ADD_EXECUTABLE(mysqlimport mysqlimport.c) + SET_SOURCE_FILES_PROPERTIES(mysqlimport.c PROPERTIES COMPILE_FLAGS "-DTHREADS") TARGET_LINK_LIBRARIES(mysqlimport mysqlclient) +ENDIF() @@ -46,7 +48,7 @@ MYSQL_ADD_EXECUTABLE(mysqlbinlog mysqlbinlog.cc) TARGET_LINK_LIBRARIES(mysqlbinlog mysqlclient) -@@ -72,17 +79,20 @@ TARGET_LINK_LIBRARIES(mysqladmin mysqlcl +@@ -73,17 +80,20 @@ TARGET_LINK_LIBRARIES(mysqladmin mysqlcl MYSQL_ADD_EXECUTABLE(mysqlslap mysqlslap.c) SET_SOURCE_FILES_PROPERTIES(mysqlslap.c PROPERTIES COMPILE_FLAGS "-DTHREADS") TARGET_LINK_LIBRARIES(mysqlslap mysqlclient) Modified: head/databases/mariadb101-server/files/patch-cmake_jemalloc.cmake ============================================================================== --- head/databases/mariadb100-server/files/patch-cmake_jemalloc.cmake Sat Feb 13 11:35:31 2016 (r408786) +++ head/databases/mariadb101-server/files/patch-cmake_jemalloc.cmake Sat Feb 13 19:02:11 2016 (r408822) @@ -1,28 +1,24 @@ -Upstreamed https://github.com/MariaDB/server/pull/139 +Fix jemalloc detection on FreeBSD 10.x +Upstream https://github.com/MariaDB/server/pull/140 ---- cmake/jemalloc.cmake.orig 2015-12-16 16:05:44 UTC +--- cmake/jemalloc.cmake.orig 2015-12-23 15:33:29 UTC +++ cmake/jemalloc.cmake -@@ -20,11 +20,21 @@ MACRO (CHECK_JEMALLOC) - SET(CMAKE_REQUIRED_LIBRARIES pthread dl m) - SET(what bundled) - ELSE() -- SET(libname jemalloc) -+ IF(CMAKE_SYSTEM_NAME STREQUAL "FreeBSD" AND -+ CMAKE_SYSTEM_VERSION STRGREATER "10.0") -+ SET(libname c) -+ ELSE() -+ SET(libname jemalloc) -+ ENDIF() - SET(what system) - ENDIF() +@@ -12,9 +12,16 @@ MACRO(JEMALLOC_TRY_STATIC) + ENDMACRO() -- CHECK_LIBRARY_EXISTS(${libname} malloc_stats_print "" HAVE_JEMALLOC) -+ IF(CMAKE_SYSTEM_NAME STREQUAL "FreeBSD" AND + MACRO(JEMALLOC_TRY_DYNAMIC) +- SET(libname jemalloc) + SET(what system) +- CHECK_LIBRARY_EXISTS(${libname} malloc_stats_print "" HAVE_DYNAMIC_JEMALLOC) ++ IF (CMAKE_SYSTEM_NAME STREQUAL "FreeBSD" AND + CMAKE_SYSTEM_VERSION STRGREATER "10.0") -+ SET(HAVE_JEMALLOC ON) -+ ELSE() -+ CHECK_LIBRARY_EXISTS(${libname} malloc_stats_print "" HAVE_JEMALLOC) -+ ENDIF() - SET(CMAKE_REQUIRED_LIBRARIES) ++ # Since FreeBSD 10.0 jemalloc is in base libc ++ SET(libname c) ++ SET(HAVE_DYNAMIC_JEMALLOC ON) ++ ELSE() ++ SET(libname jemalloc) ++ CHECK_LIBRARY_EXISTS(${libname} malloc_stats_print "" HAVE_DYNAMIC_JEMALLOC) ++ ENDIF() + ENDMACRO() - IF (HAVE_JEMALLOC) + MACRO (CHECK_JEMALLOC) Modified: head/databases/mariadb101-server/files/patch-extra_CMakeLists.txt ============================================================================== --- head/databases/mariadb100-server/files/patch-extra_CMakeLists.txt Sat Feb 13 11:35:31 2016 (r408786) +++ head/databases/mariadb101-server/files/patch-extra_CMakeLists.txt Sat Feb 13 19:02:11 2016 (r408822) @@ -1,6 +1,8 @@ ---- extra/CMakeLists.txt.orig 2015-06-17 14:54:11 UTC +Fix up missing WITHOUT_DOCS, WITHOUT_CLIENT options + +--- extra/CMakeLists.txt.orig 2015-10-15 15:43:36 UTC +++ extra/CMakeLists.txt -@@ -78,9 +78,11 @@ IF(UNIX) +@@ -91,6 +91,8 @@ IF(UNIX) MYSQL_ADD_EXECUTABLE(resolve_stack_dump resolve_stack_dump.c) TARGET_LINK_LIBRARIES(resolve_stack_dump mysys) @@ -9,6 +11,3 @@ TARGET_LINK_LIBRARIES(mysql_waitpid mysys) ENDIF() +ENDIF() - - - # Add path to the InnoDB headers Modified: head/databases/mariadb101-server/files/patch-extra_yassl_taocrypt_src_integer.cpp ============================================================================== --- head/databases/mariadb100-server/files/patch-extra_yassl_taocrypt_src_integer.cpp Sat Feb 13 11:35:31 2016 (r408786) +++ head/databases/mariadb101-server/files/patch-extra_yassl_taocrypt_src_integer.cpp Sat Feb 13 19:02:11 2016 (r408822) @@ -1,11 +1 @@ ---- extra/yassl/taocrypt/src/integer.cpp.orig 2015-06-17 14:54:11 UTC -+++ extra/yassl/taocrypt/src/integer.cpp -@@ -74,7 +74,7 @@ template - CPP_TYPENAME AlignedAllocator::pointer AlignedAllocator::allocate( - size_type n, const void *) - { -- if (n > this->max_size()) -+ if (n > AlignedAllocator::max_size()) - return 0; - if (n == 0) - return 0; +# Intentionally empty Modified: head/databases/mariadb101-server/files/patch-include_CMakeLists.txt ============================================================================== --- head/databases/mariadb100-server/files/patch-include_CMakeLists.txt Sat Feb 13 11:35:31 2016 (r408786) +++ head/databases/mariadb101-server/files/patch-include_CMakeLists.txt Sat Feb 13 19:02:11 2016 (r408822) @@ -1,4 +1,6 @@ ---- include/CMakeLists.txt.orig 2015-06-17 14:54:11 UTC +Fix up missing WITHOUT_DOCS, WITHOUT_CLIENT options + +--- include/CMakeLists.txt.orig 2015-10-15 15:43:36 UTC +++ include/CMakeLists.txt @@ -62,17 +62,21 @@ SET(HEADERS handler_ername.h Modified: head/databases/mariadb101-server/files/patch-libmysql_CMakeLists.txt ============================================================================== --- head/databases/mariadb100-server/files/patch-libmysql_CMakeLists.txt Sat Feb 13 11:35:31 2016 (r408786) +++ head/databases/mariadb101-server/files/patch-libmysql_CMakeLists.txt Sat Feb 13 19:02:11 2016 (r408822) @@ -1,4 +1,6 @@ ---- libmysql/CMakeLists.txt.orig 2015-06-17 14:54:11 UTC +Fix up missing WITHOUT_DOCS, WITHOUT_CLIENT options + +--- libmysql/CMakeLists.txt.orig 2015-10-15 15:43:37 UTC +++ libmysql/CMakeLists.txt @@ -410,7 +410,7 @@ SET(LIBS clientlib dbug strings vio mysy Modified: head/databases/mariadb101-server/files/patch-libservices_CMakeLists.txt ============================================================================== --- head/databases/mariadb100-server/files/patch-libservices_CMakeLists.txt Sat Feb 13 11:35:31 2016 (r408786) +++ head/databases/mariadb101-server/files/patch-libservices_CMakeLists.txt Sat Feb 13 19:02:11 2016 (r408822) @@ -1,6 +1,8 @@ ---- libservices/CMakeLists.txt.orig 2015-06-17 14:54:11 UTC +Fix up missing WITHOUT_DOCS, WITHOUT_CLIENT options + +--- libservices/CMakeLists.txt.orig 2015-10-15 15:43:37 UTC +++ libservices/CMakeLists.txt -@@ -29,4 +29,6 @@ SET(MYSQLSERVICES_SOURCES +@@ -34,4 +34,6 @@ SET(MYSQLSERVICES_SOURCES logger_service.c) ADD_CONVENIENCE_LIBRARY(mysqlservices ${MYSQLSERVICES_SOURCES}) Modified: head/databases/mariadb101-server/files/patch-man_CMakeLists.txt ============================================================================== --- head/databases/mariadb100-server/files/patch-man_CMakeLists.txt Sat Feb 13 11:35:31 2016 (r408786) +++ head/databases/mariadb101-server/files/patch-man_CMakeLists.txt Sat Feb 13 19:02:11 2016 (r408822) @@ -1,4 +1,6 @@ ---- man/CMakeLists.txt.orig 2015-06-17 14:54:11 UTC +Fix up missing WITHOUT_DOCS, WITHOUT_CLIENT options + +--- man/CMakeLists.txt.orig 2015-10-15 15:43:37 UTC +++ man/CMakeLists.txt @@ -34,7 +34,8 @@ SET(MAN1_TEST mysql-stress-test.pl.1 mys Modified: head/databases/mariadb101-server/files/patch-mysys_my__default.c ============================================================================== --- head/databases/mariadb100-server/files/patch-mysys_my__default.c Sat Feb 13 11:35:31 2016 (r408786) +++ head/databases/mariadb101-server/files/patch-mysys_my__default.c Sat Feb 13 19:02:11 2016 (r408822) @@ -1,4 +1,6 @@ ---- mysys/my_default.c.orig 2015-06-17 14:54:12 UTC +Obey hier(7) + +--- mysys/my_default.c.orig 2015-10-15 15:43:45 UTC +++ mysys/my_default.c @@ -90,7 +90,7 @@ static my_bool defaults_already_read= FA @@ -9,7 +11,7 @@ *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Sat Feb 13 19:03:27 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 54B9EAA7341; Sat, 13 Feb 2016 19:03:27 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0E63319D3; Sat, 13 Feb 2016 19:03:26 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1DJ3QpT027560; Sat, 13 Feb 2016 19:03:26 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1DJ3Q8v027559; Sat, 13 Feb 2016 19:03:26 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201602131903.u1DJ3Q8v027559@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Sat, 13 Feb 2016 19:03:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408823 - head/databases/mariadb101-server/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Feb 2016 19:03:27 -0000 Author: brnrd Date: Sat Feb 13 19:03:25 2016 New Revision: 408823 URL: https://svnweb.freebsd.org/changeset/ports/408823 Log: databases/mariadb101-server: Remove empty files after repo-copy Differential Revision: D3953 Deleted: head/databases/mariadb101-server/files/patch-extra_yassl_taocrypt_src_integer.cpp head/databases/mariadb101-server/files/patch-scripts_CMakeLists.txt head/databases/mariadb101-server/files/patch-storage_connect_json.cpp From owner-svn-ports-head@freebsd.org Sat Feb 13 19:06:42 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 36533AA73FF; Sat, 13 Feb 2016 19:06:42 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1313B1B05; Sat, 13 Feb 2016 19:06:42 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1DJ6fAa027813; Sat, 13 Feb 2016 19:06:41 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1DJ6eTb027809; Sat, 13 Feb 2016 19:06:40 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201602131906.u1DJ6eTb027809@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Sat, 13 Feb 2016 19:06:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408824 - in head: russian/MT www/MT X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Feb 2016 19:06:42 -0000 Author: rm Date: Sat Feb 13 19:06:40 2016 New Revision: 408824 URL: https://svnweb.freebsd.org/changeset/ports/408824 Log: www/MT: update to 5.2.13; set to deprectaion - update to latest version 5.2.13 - mark DEPRECATED. 5.x branch reached it's EOL in 09/2015. - set to expire in one month - fix "duplicate directory listing: /var/db/mysql" error PR: 201804 Submitted by: takefu@airport.fm (maintainer) Modified: head/russian/MT/Makefile head/www/MT/Makefile head/www/MT/distinfo head/www/MT/pkg-plist Modified: head/russian/MT/Makefile ============================================================================== --- head/russian/MT/Makefile Sat Feb 13 19:03:25 2016 (r408823) +++ head/russian/MT/Makefile Sat Feb 13 19:06:40 2016 (r408824) @@ -3,7 +3,7 @@ CATEGORIES= russian www MASTER_SITES= http://movable-type.ru/downloads/ -DISTNAME= MTOS-5.2.12-${PKGNAMEPREFIX:S,-,,} +DISTNAME= MTOS-5.2.13-${PKGNAMEPREFIX:S,-,,} COMMENT= Russian localization of the MovableType publishing system Modified: head/www/MT/Makefile ============================================================================== --- head/www/MT/Makefile Sat Feb 13 19:03:25 2016 (r408823) +++ head/www/MT/Makefile Sat Feb 13 19:06:40 2016 (r408824) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= MT -PORTVERSION= 5.2.12 +PORTVERSION= 5.2.13 PORTEPOCH= 1 CATEGORIES?= www MASTER_SITES?= http://www.movabletype.org/downloads/stable/\ @@ -15,6 +15,9 @@ COMMENT?= Web-based personal publishing LICENSE= GPLv2 +DEPRECATED= Reached it's EOL in September 2015 +EXPIRATION_DATE= 2016-03-13 + CONFLICTS?= de-MT-[2-5].* fr-MT-[2-5].* ja-MT-[2-5].* ru-MT-[2-5].* RUN_DEPENDS+= p5-DBI>=1.21:${PORTSDIR}/databases/p5-DBI \ @@ -107,16 +110,16 @@ MT_LANG= PLIST_SUB+= LANG_RU="@comment " .endif -.include - .if ${PORT_OPTIONS:MMYSQL} DB_DIR?= /var/db/mysql/WEBLOG_DATABASEDIR -.endif -.if ${PORT_OPTIONS:MPGSQL} +PLIST_SUB+= DB="@comment "\ + DBMYSQL_DIR=${DB_DIR:H} +.elif ${PORT_OPTIONS:MPGSQL} WANT_PGSQL= server -.endif -.if empty(PORT_OPTIONS:MPGSQL) && empty(PORT_OPTIONS:MMYSQL) +PLIST_SUB+= DB="@comment " +.elif empty(PORT_OPTIONS:MPGSQL) && empty(PORT_OPTIONS:MMYSQL) DB_DIR?= ${PREFIX}/${CGIDIR}/db +PLIST_SUB+= DB="" .endif pre-everything:: Modified: head/www/MT/distinfo ============================================================================== --- head/www/MT/distinfo Sat Feb 13 19:03:25 2016 (r408823) +++ head/www/MT/distinfo Sat Feb 13 19:06:40 2016 (r408824) @@ -1,4 +1,4 @@ -SHA256 (MTOS-5.2.12.tar.gz) = ee07575399ea42b4b7c05405738bba71e36eb1a5fc8aef37f2a4c8666c7f43a5 -SIZE (MTOS-5.2.12.tar.gz) = 7957668 -SHA256 (MTOS-5.2.12-ru.tar.gz) = bca96d002aea57dc34a05e0ac8b4ad2bc97a79ad41f5cef4af991d0af54c06a0 -SIZE (MTOS-5.2.12-ru.tar.gz) = 8097317 +SHA256 (MTOS-5.2.13.tar.gz) = 11258cb57cdad22df2ddb6f6229f253088446c30e24f39ec359551bd9c8a5534 +SIZE (MTOS-5.2.13.tar.gz) = 7958075 +SHA256 (MTOS-5.2.13-ru.tar.gz) = c56a48cdce2bd06d8abed75620b3acfd09db75e20ef1a8200c396e3e1f0f799a +SIZE (MTOS-5.2.13-ru.tar.gz) = 8096881 Modified: head/www/MT/pkg-plist ============================================================================== --- head/www/MT/pkg-plist Sat Feb 13 19:03:25 2016 (r408823) +++ head/www/MT/pkg-plist Sat Feb 13 19:06:40 2016 (r408824) @@ -3323,4 +3323,6 @@ @dir %%CGIDIR%%/php/extlib/smarty/demo/templates_c @dir %%CGIDIR%%/php/plugins @dir %%DATADIR%%/mt-static/support +%%DB%%@dir %%DB_DIR%% +%%DB%%@dir %%DBMYSQL_DIR%% %%MYSQL%%@dir(mysql,mysql,) %%DB_DIR%% From owner-svn-ports-head@freebsd.org Sat Feb 13 19:18:13 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3F45BAA7976; Sat, 13 Feb 2016 19:18:13 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EB6DB1152; Sat, 13 Feb 2016 19:18:12 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1DJIBHM030760; Sat, 13 Feb 2016 19:18:11 GMT (envelope-from sbruno@FreeBSD.org) Received: (from sbruno@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1DJIBA6030758; Sat, 13 Feb 2016 19:18:11 GMT (envelope-from sbruno@FreeBSD.org) Message-Id: <201602131918.u1DJIBA6030758@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sbruno set sender to sbruno@FreeBSD.org using -f From: Sean Bruno Date: Sat, 13 Feb 2016 19:18:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408825 - in head/emulators/qemu-sbruno: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Feb 2016 19:18:13 -0000 Author: sbruno Date: Sat Feb 13 19:18:11 2016 New Revision: 408825 URL: https://svnweb.freebsd.org/changeset/ports/408825 Log: Update qemu-sbruno and qemu-user-static. Sync bsd-user do_obreak with linux-user (do_brk). Merging to QEMU upstream provides fixes for the following CVEs: CVE-2015-8345 CVE-2015-8567 CVE-2015-8568 CVE-2015-8613 CVE-2015-8619 CVE-2015-8701 libvxl upstream has been updated to 1.12 and has accepted a slightly modified version that addresses the issue in the patch. PR: 205813 Deleted: head/emulators/qemu-sbruno/files/patch-disas-libvixl-a64-disasm-a64.cc Modified: head/emulators/qemu-sbruno/Makefile head/emulators/qemu-sbruno/distinfo Modified: head/emulators/qemu-sbruno/Makefile ============================================================================== --- head/emulators/qemu-sbruno/Makefile Sat Feb 13 19:06:40 2016 (r408824) +++ head/emulators/qemu-sbruno/Makefile Sat Feb 13 19:18:11 2016 (r408825) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= qemu -PORTVERSION= 2.5.50.g20160114 +PORTVERSION= 2.5.50.g20160213 CATEGORIES= emulators MASTER_SITES= GH \ LOCAL/nox:dtc \ @@ -18,7 +18,7 @@ COMMENT?= QEMU CPU Emulator - github bsd USE_GITHUB= yes GH_ACCOUNT= seanbruno GH_PROJECT= ${PORTNAME}-bsd-user -GH_TAGNAME= e624b04 +GH_TAGNAME= 9522a30 HAS_CONFIGURE= yes USES= gmake pkgconfig bison perl5 python:2,build USE_PERL5= build Modified: head/emulators/qemu-sbruno/distinfo ============================================================================== --- head/emulators/qemu-sbruno/distinfo Sat Feb 13 19:06:40 2016 (r408824) +++ head/emulators/qemu-sbruno/distinfo Sat Feb 13 19:18:11 2016 (r408825) @@ -1,4 +1,4 @@ -SHA256 (qemu/2.5.50.g20160114/seanbruno-qemu-bsd-user-2.5.50.g20160114-e624b04_GH0.tar.gz) = 863109c38e88a6e3750265f9b51fbd34db847b934287d5b45ac0e0ae6fb5b80e -SIZE (qemu/2.5.50.g20160114/seanbruno-qemu-bsd-user-2.5.50.g20160114-e624b04_GH0.tar.gz) = 11705897 -SHA256 (qemu/2.5.50.g20160114/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3 -SIZE (qemu/2.5.50.g20160114/dtc-v1.4.0.tar.gz) = 131893 +SHA256 (qemu/2.5.50.g20160213/seanbruno-qemu-bsd-user-2.5.50.g20160213-9522a30_GH0.tar.gz) = 99b85c461cf12e7098ace4d7a964b579a80dd90d3036f75788f8d81d674f9d6c +SIZE (qemu/2.5.50.g20160213/seanbruno-qemu-bsd-user-2.5.50.g20160213-9522a30_GH0.tar.gz) = 11850660 +SHA256 (qemu/2.5.50.g20160213/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3 +SIZE (qemu/2.5.50.g20160213/dtc-v1.4.0.tar.gz) = 131893 From owner-svn-ports-head@freebsd.org Sat Feb 13 19:26:06 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 748A5AA7E50; Sat, 13 Feb 2016 19:26:06 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 41884182E; Sat, 13 Feb 2016 19:26:06 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1DJQ5XI033711; Sat, 13 Feb 2016 19:26:05 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1DJQ5tt033709; Sat, 13 Feb 2016 19:26:05 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201602131926.u1DJQ5tt033709@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Sat, 13 Feb 2016 19:26:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408826 - head/textproc/py-empy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Feb 2016 19:26:06 -0000 Author: rm Date: Sat Feb 13 19:26:04 2016 New Revision: 408826 URL: https://svnweb.freebsd.org/changeset/ports/408826 Log: textproc/py-empy: update to 3.3.2 - update to 3.3.2. This release adds support for python3 - add LICENSE (LGPL21) - add NO_ARCH, sort USE_PYTHON - pass maintainership to python@ Modified: head/textproc/py-empy/Makefile head/textproc/py-empy/distinfo Modified: head/textproc/py-empy/Makefile ============================================================================== --- head/textproc/py-empy/Makefile Sat Feb 13 19:18:11 2016 (r408825) +++ head/textproc/py-empy/Makefile Sat Feb 13 19:26:04 2016 (r408826) @@ -2,15 +2,19 @@ # $FreeBSD$ PORTNAME= empy -PORTVERSION= 3.3 +PORTVERSION= 3.3.2 CATEGORIES= textproc python MASTER_SITES= http://www.alcyone.com/software/empy/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= python@FreeBSD.org COMMENT= Powerful and robust templating system for Python -USES= python:2 -USE_PYTHON= distutils autoplist +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING + +NO_ARCH= yes +USES= python +USE_PYTHON= autoplist distutils .include Modified: head/textproc/py-empy/distinfo ============================================================================== --- head/textproc/py-empy/distinfo Sat Feb 13 19:18:11 2016 (r408825) +++ head/textproc/py-empy/distinfo Sat Feb 13 19:26:04 2016 (r408826) @@ -1,2 +1,2 @@ -SHA256 (empy-3.3.tar.gz) = c625436d03cff8adbbade639d14a2df9bc4c4de99ec3a821ad4d6eeb66ade805 -SIZE (empy-3.3.tar.gz) = 137144 +SHA256 (empy-3.3.2.tar.gz) = 99f016af2770c48ab57a65df7aae251360dc69a1514c15851458a71d4ddfea9c +SIZE (empy-3.3.2.tar.gz) = 138168 From owner-svn-ports-head@freebsd.org Sat Feb 13 21:03:22 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 23F5FAA8F84; Sat, 13 Feb 2016 21:03:22 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DA3BD1B2A; Sat, 13 Feb 2016 21:03:21 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1DL3Kvj062187; Sat, 13 Feb 2016 21:03:20 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1DL3KZA062184; Sat, 13 Feb 2016 21:03:20 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201602132103.u1DL3KZA062184@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 13 Feb 2016 21:03:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408827 - head/print/cups-filters X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Feb 2016 21:03:22 -0000 Author: pi Date: Sat Feb 13 21:03:20 2016 New Revision: 408827 URL: https://svnweb.freebsd.org/changeset/ports/408827 Log: print/cups-filters: 1.5.0 -> 1.8.2 Changes: http://bzr.linuxfoundation.org/loggerhead/openprinting/cups-filters/changes PR: 206720 Submitted by: Naram Qashat (maintainer) Modified: head/print/cups-filters/Makefile head/print/cups-filters/distinfo head/print/cups-filters/pkg-plist Modified: head/print/cups-filters/Makefile ============================================================================== --- head/print/cups-filters/Makefile Sat Feb 13 19:26:04 2016 (r408826) +++ head/print/cups-filters/Makefile Sat Feb 13 21:03:20 2016 (r408827) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= cups-filters -PORTVERSION= 1.5.0 -PORTREVISION= 1 +PORTVERSION= 1.8.2 CATEGORIES= print MASTER_SITES= http://www.openprinting.org/download/cups-filters/ @@ -23,10 +22,15 @@ LIB_DEPENDS= libtiff.so:${PORTSDIR}/grap libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \ libpoppler.so:${PORTSDIR}/graphics/poppler -USES= compiler:c++11-lib cpe ghostscript jpeg libtool pathfix \ +USES= compiler:c++11-lib cpe ghostscript gmake jpeg libtool pathfix \ pkgconfig shebangfix tar:xz CPE_VENDOR= linuxfoundation -SHEBANG_FILES= filter/textonly +SHEBANG_FILES= filter/braille/drivers/generic/brftoembosser.in \ + filter/braille/drivers/index/imageubrltoindexv3.in \ + filter/braille/drivers/index/imageubrltoindexv4.in \ + filter/braille/drivers/index/textbrftoindexv3.in \ + filter/braille/filters/imagetobrf.in \ + filter/braille/filters/texttobrf.in filter/textonly USE_GNOME= glib20 USE_RC_SUBR= cups_browsed GNU_CONFIGURE= yes Modified: head/print/cups-filters/distinfo ============================================================================== --- head/print/cups-filters/distinfo Sat Feb 13 19:26:04 2016 (r408826) +++ head/print/cups-filters/distinfo Sat Feb 13 21:03:20 2016 (r408827) @@ -1,2 +1,2 @@ -SHA256 (cups-filters-1.5.0.tar.xz) = f22a8864e8d5b693795605a31345c08cc68f85120ebde9a0aa7bc27639815932 -SIZE (cups-filters-1.5.0.tar.xz) = 1375588 +SHA256 (cups-filters-1.8.2.tar.xz) = 06d1c2a65e45d92d0e2dc854d13161d01072094efe4fadc23319700c9a259c69 +SIZE (cups-filters-1.8.2.tar.xz) = 1372508 Modified: head/print/cups-filters/pkg-plist ============================================================================== --- head/print/cups-filters/pkg-plist Sat Feb 13 19:26:04 2016 (r408826) +++ head/print/cups-filters/pkg-plist Sat Feb 13 21:03:20 2016 (r408827) @@ -21,17 +21,23 @@ lib/libfontembed.so.1 lib/libfontembed.so.1.0.0 libdata/pkgconfig/libcupsfilters.pc libdata/pkgconfig/libfontembed.pc +libexec/cups/backend/beh libexec/cups/backend/implicitclass libexec/cups/backend/parallel libexec/cups/backend/serial libexec/cups/filter/bannertopdf +libexec/cups/filter/brftoembosser libexec/cups/filter/commandtoescpx libexec/cups/filter/commandtopclx libexec/cups/filter/gstopxl libexec/cups/filter/gstoraster +libexec/cups/filter/imagetobrf libexec/cups/filter/imagetopdf libexec/cups/filter/imagetops libexec/cups/filter/imagetoraster +libexec/cups/filter/imagetoubrl +libexec/cups/filter/imageubrltoindexv3 +libexec/cups/filter/imageubrltoindexv4 libexec/cups/filter/pdftoijs libexec/cups/filter/pdftoopvp libexec/cups/filter/pdftopdf @@ -42,7 +48,10 @@ libexec/cups/filter/rastertoescpx libexec/cups/filter/rastertopclx libexec/cups/filter/rastertopdf libexec/cups/filter/sys5ippprinter +libexec/cups/filter/textbrftoindexv3 +libexec/cups/filter/textbrftoindexv4 libexec/cups/filter/textonly +libexec/cups/filter/texttobrf libexec/cups/filter/texttopdf libexec/cups/filter/texttops libexec/cups/filter/urftopdf @@ -56,6 +65,10 @@ share/cups/banners/secret share/cups/banners/standard share/cups/banners/topsecret share/cups/banners/unclassified +share/cups/braille/cups-braille.sh +share/cups/braille/index.sh +share/cups/braille/indexv3.sh +share/cups/braille/indexv4.sh share/cups/charsets/pdf.utf-8 share/cups/charsets/pdf.utf-8.heavy share/cups/charsets/pdf.utf-8.simple @@ -73,9 +86,24 @@ share/cups/data/testprint share/cups/data/topsecret.pdf share/cups/data/unclassified.pdf share/cups/drv/cupsfilters.drv +share/cups/drv/generic-brf.drv +share/cups/drv/indexv3.drv +share/cups/drv/indexv4.drv +share/cups/mime/braille.convs +share/cups/mime/braille.types share/cups/mime/cupsfilters.convs share/cups/mime/cupsfilters.types +share/cups/ppdc/braille.defs share/cups/ppdc/escp.h +share/cups/ppdc/fr-braille.po +share/cups/ppdc/imagemagick.defs +share/cups/ppdc/index.defs +share/cups/ppdc/liblouis.defs +share/cups/ppdc/liblouis1.defs +share/cups/ppdc/liblouis2.defs +share/cups/ppdc/liblouis3.defs +share/cups/ppdc/liblouis4.defs +share/cups/ppdc/media-braille.defs share/cups/ppdc/pcl.h %%DOCSDIR%%/AUTHORS %%DOCSDIR%%/COPYING From owner-svn-ports-head@freebsd.org Sat Feb 13 21:12:07 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B45A1AA6376; Sat, 13 Feb 2016 21:12:07 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8309D1E75; Sat, 13 Feb 2016 21:12:07 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1DLC6W5065159; Sat, 13 Feb 2016 21:12:06 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1DLC6Ai065157; Sat, 13 Feb 2016 21:12:06 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <201602132112.u1DLC6Ai065157@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Sat, 13 Feb 2016 21:12:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408828 - head/net/nmsg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Feb 2016 21:12:07 -0000 Author: truckman Date: Sat Feb 13 21:12:06 2016 New Revision: 408828 URL: https://svnweb.freebsd.org/changeset/ports/408828 Log: Upgrade nmsg to version 0.11.1: [ Henry Stern ] * Use gmtime_r() instead of gmtime() in JSON and text format generators (#46). [ Robert Edmonds ] * Distribute README.FILTERS.md in release tarballs. Install README.md and README.FILTERS.md in ${DOCSDIR} Sponsored by: Farsight Security, Inc. Modified: head/net/nmsg/Makefile head/net/nmsg/distinfo Modified: head/net/nmsg/Makefile ============================================================================== --- head/net/nmsg/Makefile Sat Feb 13 21:03:20 2016 (r408827) +++ head/net/nmsg/Makefile Sat Feb 13 21:12:06 2016 (r408828) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= nmsg -PORTVERSION= 0.11.0 +PORTVERSION= 0.11.1 CATEGORIES= net MASTER_SITES= FARSIGHT LOCAL/truckman/farsight @@ -41,6 +41,11 @@ MANPAGES_BUILD_DEPENDS= xsltproc:${PORTS docbook-xsl-ns>0:${PORTSDIR}/textproc/docbook-xsl-ns MANPAGES_CONFIGURE_WITH= xsltproc +post-install: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC} && ${INSTALL_DATA} README.md README.FILTERS.md \ + ${STAGEDIR}${DOCSDIR} + post-install-DOXYGEN-on: (cd ${WRKSRC}/doc/doxygen && \ ${COPYTREE_SHARE} html ${STAGEDIR}${DOCSDIR}) Modified: head/net/nmsg/distinfo ============================================================================== --- head/net/nmsg/distinfo Sat Feb 13 21:03:20 2016 (r408827) +++ head/net/nmsg/distinfo Sat Feb 13 21:12:06 2016 (r408828) @@ -1,2 +1,2 @@ -SHA256 (nmsg-0.11.0.tar.gz) = debaf2edf7f9a1ea290b4eadac14afd5fd3689ec8715e94b3de55454ef97cb09 -SIZE (nmsg-0.11.0.tar.gz) = 598684 +SHA256 (nmsg-0.11.1.tar.gz) = b6cc09872673be21166de7e60ee30955248aec7ca9fda5d378b8f00460bdef88 +SIZE (nmsg-0.11.1.tar.gz) = 620573 From owner-svn-ports-head@freebsd.org Sat Feb 13 21:48:15 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 80DA1AA73F7; Sat, 13 Feb 2016 21:48:15 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 552B41B4F; Sat, 13 Feb 2016 21:48:15 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1DLmEq3073971; Sat, 13 Feb 2016 21:48:14 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1DLmEt1073969; Sat, 13 Feb 2016 21:48:14 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201602132148.u1DLmEt1073969@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Sat, 13 Feb 2016 21:48:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408829 - head/sysutils/cronolog-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Feb 2016 21:48:15 -0000 Author: junovitch Date: Sat Feb 13 21:48:14 2016 New Revision: 408829 URL: https://svnweb.freebsd.org/changeset/ports/408829 Log: sysutils/cronolog-devel: update 1.7.0 -> 1.7.1 PR: 206957 Submitted by: Chris Hutchinson (maintainer) Modified: head/sysutils/cronolog-devel/Makefile head/sysutils/cronolog-devel/distinfo Modified: head/sysutils/cronolog-devel/Makefile ============================================================================== --- head/sysutils/cronolog-devel/Makefile Sat Feb 13 21:12:06 2016 (r408828) +++ head/sysutils/cronolog-devel/Makefile Sat Feb 13 21:48:14 2016 (r408829) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= cronolog -PORTVERSION= 1.7.0 -PORTREVISION= 1 +PORTVERSION= 1.7.1 CATEGORIES= sysutils MASTER_SITES= http://BSDforge.com/projects/source/sysutils/cronolog-devel/ PKGNAMESUFFIX= -devel Modified: head/sysutils/cronolog-devel/distinfo ============================================================================== --- head/sysutils/cronolog-devel/distinfo Sat Feb 13 21:12:06 2016 (r408828) +++ head/sysutils/cronolog-devel/distinfo Sat Feb 13 21:48:14 2016 (r408829) @@ -1,2 +1,2 @@ -SHA256 (cronolog-1.7.0-beta.tar.xz) = 235368f675b11fbe376071e08993997b6ed229687e361b89d8a95be7407ae3fd -SIZE (cronolog-1.7.0-beta.tar.xz) = 128652 +SHA256 (cronolog-1.7.1-beta.tar.xz) = efc6f3be80b6b278bf0ac6fb489fa0ff7e00d69dfe15f8eef2872e7b04fd10a0 +SIZE (cronolog-1.7.1-beta.tar.xz) = 128596 From owner-svn-ports-head@freebsd.org Sat Feb 13 21:58:41 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A50E4AA77B0; Sat, 13 Feb 2016 21:58:41 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 74D391FFE; Sat, 13 Feb 2016 21:58:41 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1DLwe7l077329; Sat, 13 Feb 2016 21:58:40 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1DLwdI3077311; Sat, 13 Feb 2016 21:58:39 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201602132158.u1DLwdI3077311@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 13 Feb 2016 21:58:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408830 - in head/graphics: . opencolorio opencolorio-tools opencolorio/files py-opencolorio X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Feb 2016 21:58:41 -0000 Author: pi Date: Sat Feb 13 21:58:38 2016 New Revision: 408830 URL: https://svnweb.freebsd.org/changeset/ports/408830 Log: graphics/opencolorio: 1.0.8 -> 1.0.9 - Updating to a557a85454 on the master branch. This is the 1.0.9 release plus some fixes needed to resolve some build issues. - Updating slave port graphics/opencolorio-tools - Adding new slave port graphics/py-opencolorio to allow concurrent python module installs. Python 2.7 and 3.3+ is supported. py3.2 fails - graphics/opencolorio uses python2 to generate documentation, using python3 fails to find the python module in the build dir, as this only relates to generating the docs we can limit the master port to py2.7 while there is no issue with py-opencolorio using python 2.7 or 3.3+ PR: 202577 Submitted by: FreeBSD@ShaneWare.Biz (maintainer) Added: head/graphics/opencolorio/files/extra-patch-src_core_CMakeLists.txt (contents, props changed) head/graphics/opencolorio/files/extra-tools-patch-src_core_CMakeLists.txt (contents, props changed) head/graphics/opencolorio/files/patch-docs_CMakeLists.txt - copied, changed from r408829, head/graphics/opencolorio/files/patch-docs__CMakeLists.txt head/graphics/opencolorio/files/patch-share_cmake_OCIOMacros.cmake - copied, changed from r408829, head/graphics/opencolorio/files/patch-share__cmake__OCIOMacros.cmake head/graphics/opencolorio/files/patch-share_sphinx_ExtractRstFromSourceCPP.py (contents, props changed) head/graphics/opencolorio/files/patch-src_core__tests_CMakeLists.txt (contents, props changed) head/graphics/opencolorio/files/patch-src_jniglue_CMakeLists.txt (contents, props changed) head/graphics/opencolorio/files/patch-src_pyglue_CMakeLists.txt (contents, props changed) head/graphics/opencolorio/pkg-plist-pyglue (contents, props changed) head/graphics/py-opencolorio/ head/graphics/py-opencolorio/Makefile (contents, props changed) Deleted: head/graphics/opencolorio/files/patch-docs__CMakeLists.txt head/graphics/opencolorio/files/patch-export__OpenColorIO__OpenColorABI.h.in head/graphics/opencolorio/files/patch-share__cmake__OCIOMacros.cmake head/graphics/opencolorio/files/patch-src__apps__ocioconvert__CMakeLists.txt head/graphics/opencolorio/files/patch-src__apps__ociolutimage__CMakeLists.txt head/graphics/opencolorio/files/patch-src__core__CMakeLists.txt head/graphics/opencolorio/files/patch-src__core__Platform.h Modified: head/graphics/Makefile head/graphics/opencolorio-tools/Makefile head/graphics/opencolorio/Makefile head/graphics/opencolorio/distinfo head/graphics/opencolorio/files/extra-patch-CMakeLists.txt head/graphics/opencolorio/pkg-plist Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Sat Feb 13 21:48:14 2016 (r408829) +++ head/graphics/Makefile Sat Feb 13 21:58:38 2016 (r408830) @@ -845,6 +845,7 @@ SUBDIR += py-mcomix SUBDIR += py-ming SUBDIR += py-nwdiag + SUBDIR += py-opencolorio SUBDIR += py-opencv SUBDIR += py-openexr SUBDIR += py-opengl Modified: head/graphics/opencolorio-tools/Makefile ============================================================================== --- head/graphics/opencolorio-tools/Makefile Sat Feb 13 21:48:14 2016 (r408829) +++ head/graphics/opencolorio-tools/Makefile Sat Feb 13 21:58:38 2016 (r408830) @@ -6,10 +6,7 @@ PKGNAMESUFFIX= -tools COMMENT= Tools to work with OpenColorIO profiles MASTERDIR= ${.CURDIR}/../opencolorio +OCIO_SLAVE= tools OPTIONS_EXCLUDE=DOCS -USE_GL= glew glut - -EXTRA_PATCHES= ${FILESDIR}/extra-patch-CMakeLists.txt - .include "${MASTERDIR}/Makefile" Modified: head/graphics/opencolorio/Makefile ============================================================================== --- head/graphics/opencolorio/Makefile Sat Feb 13 21:48:14 2016 (r408829) +++ head/graphics/opencolorio/Makefile Sat Feb 13 21:58:38 2016 (r408830) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= opencolorio -PORTVERSION= 1.0.8 -DISTVERSIONPREFIX= v -PORTREVISION?= 3 +PORTVERSION= 1.0.9 +PORTREVISION?= 0 CATEGORIES= graphics multimedia MAINTAINER?= FreeBSD@Shaneware.biz @@ -15,42 +14,65 @@ LICENSE= BSD3CLAUSE USE_GITHUB= yes GH_ACCOUNT= imageworks GH_PROJECT= OpenColorIO +GH_TAGNAME= a557a85454 OPTIONS_DEFINE= DOCS LDFLAGS+= -L${LOCALBASE}/lib -PLIST= ${PKGDIR}/pkg-plist${PKGNAMESUFFIX} -USES= alias cmake:outsource pkgconfig +USES= alias cmake:outsource pkgconfig shebangfix CMAKE_ARGS= -DOCIO_BUILD_JNIGLUE:BOOL=OFF \ -DOCIO_BUILD_NUKE:BOOL=OFF \ -DOCIO_BUILD_STATIC:BOOL=OFF \ -DUSE_EXTERNAL_TINYXML:BOOL=ON \ -DUSE_EXTERNAL_YAML:BOOL=ON - -.if ${MACHINE_CPU:Msse2} -CMAKE_ARGS+= -DOCIO_USE_SSE:BOOL=ON -.else -CMAKE_ARGS+= -DOCIO_USE_SSE:BOOL=OFF -.endif +SHEBANG_FILES= share/sphinx/ExtractRstFromSourceCPP.py \ + share/sphinx/ExtractRstFromSourceSimple.py \ + src/pyglue/createPyDocH.py + +#.if ${MACHINE_CPU:Msse2} +#CMAKE_ARGS+= -DOCIO_USE_SSE:BOOL=ON +#.else +#CMAKE_ARGS+= -DOCIO_USE_SSE:BOOL=OFF +#.endif .include -.if ${SLAVE_PORT} == no -BUILD_DEPENDS= python:${PORTSDIR}/lang/python +.if defined(OCIO_SLAVE) && ${OCIO_SLAVE} == tools +LIB_DEPENDS= libOpenImageIO.so:${PORTSDIR}/graphics/openimageio \ + libOpenColorIO.so:${PORTSDIR}/graphics/opencolorio +CMAKE_ARGS+= -DOCIO_BUILD_APPS:BOOL=ON \ + -DOCIO_BUILD_SHARED:BOOL=OFF \ + -DOCIO_BUILD_PYGLUE:BOOL=OFF +USE_GL= glew glut +PLIST= ${PKGDIR}/pkg-plist-tools +EXTRA_PATCHES= ${FILESDIR}/extra-patch-CMakeLists.txt \ + ${FILESDIR}/extra-tools-patch-src_core_CMakeLists.txt +.elif defined(OCIO_SLAVE) && ${OCIO_SLAVE} == pymodule +LIB_DEPENDS= libOpenImageIO.so:${PORTSDIR}/graphics/openimageio +USES+= python +CMAKE_ARGS+= -DOCIO_BUILD_APPS:BOOL=OFF \ + -DOCIO_BUILD_SHARED:BOOL=OFF \ + -DOCIO_BUILD_PYGLUE:BOOL=ON \ + -DPYTHON:STRING=${PYTHON_CMD} +PLIST= ${PKGDIR}/pkg-plist-pyglue +.else # master port +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>0:${PORTSDIR}/devel/py-Jinja2 LIB_DEPENDS= libtinyxml.so:${PORTSDIR}/textproc/tinyxml \ libyaml-cpp03.so:${PORTSDIR}/devel/yaml-cpp03 -USES+= python +USES+= python:2,build USE_LDCONFIG= yes CMAKE_ARGS+= -DOCIO_BUILD_APPS:BOOL=OFF \ -DOCIO_BUILD_SHARED:BOOL=ON \ -DOCIO_BUILD_PYGLUE:BOOL=ON \ -DPYTHON:FILEPATH=${PYTHON_CMD} -.else -LIB_DEPENDS= libOpenImageIO.so:${PORTSDIR}/graphics/openimageio \ - libOpenColorIO.so:${PORTSDIR}/graphics/opencolorio -CMAKE_ARGS+= -DOCIO_BUILD_APPS:BOOL=ON \ - -DOCIO_BUILD_SHARED:BOOL=OFF \ - -DOCIO_BUILD_PYGLUE:BOOL=OFF +# we enable pyglue in master port. This makes the python module +# available when generating docs, we leave the python header in place +# but only install the python module with the py-opencolorio port +# this makes it easier to allow multiple python versions installed +# doc building fails using python3 - but the py-opencolorio port can still +# be used to build a python 3 module +PLIST= ${PKGDIR}/pkg-plist +EXTRA_PATCHES= ${FILESDIR}/extra-patch-src_core_CMakeLists.txt .endif .if ${PORT_OPTIONS:MDOCS} @@ -62,10 +84,23 @@ CMAKE_ARGS+= -DOCIO_BUILD_DOCS:BOOL=OFF post-patch: @${REINPLACE_CMD} -e '/pkg_check_modules/ s|yaml-cpp|&03|' \ ${WRKSRC}/CMakeLists.txt - @${REINPLACE_CMD} -e 's|yaml-cpp|&03|' ${WRKSRC}/src/core/OCIOYaml.h + @${REINPLACE_CMD} -e '/YAML_CPP_INCLUDE_DIR/ s|yaml-cpp|&03|' \ + ${WRKSRC}/CMakeLists.txt + @${REINPLACE_CMD} -e '/YAML_CPP_LIBRARY/ s|yaml-cpp|&03|' \ + ${WRKSRC}/CMakeLists.txt + @${REINPLACE_CMD} -e 's|yaml-cpp|&03|' ${WRKSRC}/src/core/OCIOYaml.cpp .if ${SLAVE_PORT} == yes @${FIND} ${WRKSRC}/src/apps -name main.cpp | ${XARGS} \ ${REINPLACE_CMD} '/namespace OIIO/d' .endif +.if defined(OCIO_SLAVE) && ${OCIO_SLAVE} == pymodule +do-install: + @${MKDIR} ${STAGEDIR}${PYTHON_SITELIBDIR} + ${INSTALL_LIB} ${BUILD_WRKSRC}/src/pyglue/PyOpenColorIO.so ${STAGEDIR}${PYTHON_SITELIBDIR} +.elif !defined(OCIO_SLAVE) +post-install: + @${RM} -R ${STAGEDIR}${PYTHON_LIBDIR} +.endif + .include Modified: head/graphics/opencolorio/distinfo ============================================================================== --- head/graphics/opencolorio/distinfo Sat Feb 13 21:48:14 2016 (r408829) +++ head/graphics/opencolorio/distinfo Sat Feb 13 21:58:38 2016 (r408830) @@ -1,2 +1,2 @@ -SHA256 (imageworks-OpenColorIO-v1.0.8_GH0.tar.gz) = 7bc010f11c033a1d5d37da1f45f83f146458f76dc509c727414df34622f0a736 -SIZE (imageworks-OpenColorIO-v1.0.8_GH0.tar.gz) = 11911728 +SHA256 (imageworks-OpenColorIO-1.0.9-a557a85454_GH0.tar.gz) = ad530a5ed89305d8daaaa93db1a2c5359d82b32ed55c8661cdcda2976173ab94 +SIZE (imageworks-OpenColorIO-1.0.9-a557a85454_GH0.tar.gz) = 13741068 Modified: head/graphics/opencolorio/files/extra-patch-CMakeLists.txt ============================================================================== --- head/graphics/opencolorio/files/extra-patch-CMakeLists.txt Sat Feb 13 21:48:14 2016 (r408829) +++ head/graphics/opencolorio/files/extra-patch-CMakeLists.txt Sat Feb 13 21:58:38 2016 (r408830) @@ -1,5 +1,5 @@ --- ./CMakeLists.txt.orig 2012-10-07 21:57:35.533351894 +1030 -+++ ./CMakeLists.txt 2012-10-07 21:58:05.952352489 +1030 ++++ ./CMakeLists.txt @@ -375,7 +375,6 @@ configure_file(${CMAKE_SOURCE_DIR}/share/ocio/setup_ocio.sh.in ${CMAKE_CURRENT_BINARY_DIR}/share/ocio/setup_ocio.sh @ONLY) Added: head/graphics/opencolorio/files/extra-patch-src_core_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/opencolorio/files/extra-patch-src_core_CMakeLists.txt Sat Feb 13 21:58:38 2016 (r408830) @@ -0,0 +1,18 @@ +--- src/core/CMakeLists.txt.orig 2014-09-11 19:08:18 UTC ++++ src/core/CMakeLists.txt +@@ -4,8 +4,8 @@ + include_directories( + ${CMAKE_SOURCE_DIR}/export/ + ${CMAKE_BINARY_DIR}/export/ +- ${EXTERNAL_INCLUDE_DIRS} + ${CMAKE_SOURCE_DIR}/ext/oiio/src/include ++ ${EXTERNAL_INCLUDE_DIRS} + ) + + file(GLOB_RECURSE core_src_files "${CMAKE_SOURCE_DIR}/src/core/*.cpp") +@@ -90,4 +90,4 @@ message(STATUS "Create OpenColorIO.pc fr + configure_file(${CMAKE_SOURCE_DIR}/export/pkgconfig/OpenColorIO.pc.in + ${CMAKE_CURRENT_BINARY_DIR}/OpenColorIO.pc @ONLY) + install(FILES ${CMAKE_CURRENT_BINARY_DIR}/OpenColorIO.pc +- DESTINATION ${CMAKE_INSTALL_EXEC_PREFIX}/lib${LIB_SUFFIX}/pkgconfig/) ++ DESTINATION ${CMAKE_INSTALL_EXEC_PREFIX}/libdata/pkgconfig/) Added: head/graphics/opencolorio/files/extra-tools-patch-src_core_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/opencolorio/files/extra-tools-patch-src_core_CMakeLists.txt Sat Feb 13 21:58:38 2016 (r408830) @@ -0,0 +1,26 @@ +--- src/core/CMakeLists.txt.orig 2014-09-12 04:38:18.000000000 +0930 ++++ src/core/CMakeLists.txt +@@ -4,8 +4,8 @@ + include_directories( + ${CMAKE_SOURCE_DIR}/export/ + ${CMAKE_BINARY_DIR}/export/ +- ${EXTERNAL_INCLUDE_DIRS} + ${CMAKE_SOURCE_DIR}/ext/oiio/src/include ++ ${EXTERNAL_INCLUDE_DIRS} + ) + + file(GLOB_RECURSE core_src_files "${CMAKE_SOURCE_DIR}/src/core/*.cpp") +@@ -81,13 +81,3 @@ if(OCIO_BUILD_STATIC) + install(TARGETS OpenColorIO_STATIC DESTINATION ${CMAKE_INSTALL_EXEC_PREFIX}/lib) + endif() + +-# public interface +-install(FILES ${core_export_headers} +- DESTINATION ${CMAKE_INSTALL_PREFIX}/include/OpenColorIO/) +- +-# pkg-config +-message(STATUS "Create OpenColorIO.pc from OpenColorIO.pc.in") +-configure_file(${CMAKE_SOURCE_DIR}/export/pkgconfig/OpenColorIO.pc.in +- ${CMAKE_CURRENT_BINARY_DIR}/OpenColorIO.pc @ONLY) +-install(FILES ${CMAKE_CURRENT_BINARY_DIR}/OpenColorIO.pc +- DESTINATION ${CMAKE_INSTALL_EXEC_PREFIX}/lib${LIB_SUFFIX}/pkgconfig/) Copied and modified: head/graphics/opencolorio/files/patch-docs_CMakeLists.txt (from r408829, head/graphics/opencolorio/files/patch-docs__CMakeLists.txt) ============================================================================== --- head/graphics/opencolorio/files/patch-docs__CMakeLists.txt Sat Feb 13 21:48:14 2016 (r408829, copy source) +++ head/graphics/opencolorio/files/patch-docs_CMakeLists.txt Sat Feb 13 21:58:38 2016 (r408830) @@ -1,6 +1,25 @@ ---- ./docs/CMakeLists.txt.orig 2012-04-18 09:38:16.000000000 +0930 -+++ ./docs/CMakeLists.txt 2012-10-08 00:26:42.081351698 +1030 -@@ -98,11 +98,10 @@ +--- docs/CMakeLists.txt.orig 2014-09-11 19:08:18 UTC ++++ docs/CMakeLists.txt +@@ -92,11 +92,16 @@ ExtractRstCPP(${CMAKE_SOURCE_DIR}/export + ExtractRstCPP(${CMAKE_SOURCE_DIR}/export/OpenColorIO/OpenColorTransforms.h developers/api/OpenColorTransforms.rst) + ExtractRstCPP(${CMAKE_SOURCE_DIR}/export/OpenColorIO/OpenColorTypes.h developers/api/OpenColorTypes.rst) + ++if(OCIO_BUILD_PYGLUE) ++ set(DEPLIST OpenColorIO PyOpenColorIO) ++else() ++ set(DEPLIST OpenColorIO) ++endif() ++ + add_custom_target(doc ALL + COMMAND PYTHONPATH=${PYTHONPATH} ${EXTDIST_BINPATH}/sphinx-build -b html . ${CMAKE_CURRENT_BINARY_DIR}/build-html + DEPENDS +- OpenColorIO +- PyOpenColorIO ++ ${DEPLIST} + ${CMAKE_BINARY_DIR}/docs/conf.py + developers/api/OpenColorIO.rst + developers/api/OpenColorTransforms.rst +@@ -110,12 +115,11 @@ add_custom_target(doc ALL add_dependencies(doc Sphinx) install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/build-html/ Copied and modified: head/graphics/opencolorio/files/patch-share_cmake_OCIOMacros.cmake (from r408829, head/graphics/opencolorio/files/patch-share__cmake__OCIOMacros.cmake) ============================================================================== --- head/graphics/opencolorio/files/patch-share__cmake__OCIOMacros.cmake Sat Feb 13 21:48:14 2016 (r408829, copy source) +++ head/graphics/opencolorio/files/patch-share_cmake_OCIOMacros.cmake Sat Feb 13 21:58:38 2016 (r408830) @@ -1,20 +1,11 @@ ---- ./share/cmake/OCIOMacros.cmake.orig 2012-04-18 09:38:16.000000000 +0930 -+++ ./share/cmake/OCIOMacros.cmake 2012-10-08 00:20:27.666350767 +1030 -@@ -294,7 +294,7 @@ - MACRO(ExtractRstCPP INFILE OUTFILE) - add_custom_command( - OUTPUT ${OUTFILE} -- COMMAND ${CMAKE_SOURCE_DIR}/share/sphinx/ExtractRstFromSourceCPP.py ${INFILE} ${OUTFILE} -+ COMMAND python ${CMAKE_SOURCE_DIR}/share/sphinx/ExtractRstFromSourceCPP.py ${INFILE} ${OUTFILE} - DEPENDS ${INFILE} - COMMENT "Extracting reStructuredText from ${INFILE} (using old process)" - ) -@@ -303,7 +303,7 @@ - MACRO(ExtractRstSimple INFILE OUTFILE) - add_custom_command( - OUTPUT ${OUTFILE} -- COMMAND ${CMAKE_SOURCE_DIR}/share/sphinx/ExtractRstFromSourceSimple.py ${INFILE} ${OUTFILE} -+ COMMAND python ${CMAKE_SOURCE_DIR}/share/sphinx/ExtractRstFromSourceSimple.py ${INFILE} ${OUTFILE} - DEPENDS ${INFILE} - COMMENT "Extracting reStructuredText from ${INFILE}" - ) +--- share/cmake/OCIOMacros.cmake.orig 2015-08-29 00:58:36 UTC ++++ share/cmake/OCIOMacros.cmake +@@ -168,7 +168,7 @@ MACRO(OCIOFindPython) + file(TO_CMAKE_PATH "${PYTHON_LIBRARY_DIRS_RAW}" PYTHON_LIBRARY_DIRS) + + FIND_LIBRARY(PYTHON_LIBRARY +- NAMES "python${PYTHON_VERSION}" ++ NAMES "${PYTHON_VERSION}${PYTHON_ABIVER}" + PATHS ${PYTHON_LIBRARY_DIRS} + NO_DEFAULT_PATH # Don't be "helpful" and randomly grab library from /usr/lib etc + ) Added: head/graphics/opencolorio/files/patch-share_sphinx_ExtractRstFromSourceCPP.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/opencolorio/files/patch-share_sphinx_ExtractRstFromSourceCPP.py Sat Feb 13 21:58:38 2016 (r408830) @@ -0,0 +1,29 @@ +--- share/sphinx/ExtractRstFromSourceCPP.py.orig 2015-08-23 23:10:32 UTC ++++ share/sphinx/ExtractRstFromSourceCPP.py +@@ -146,7 +146,7 @@ class Comment: + + if buffer_lines[0] != '': + buffer_lines.insert(0, '') +- for x in xrange(0, len(buffer_lines)): ++ for x in range(0, len(buffer_lines)): + buffer_lines[x] = " %s" % buffer_lines[x] + buffer_lines.append('') + buffer = '\n'.join(buffer_lines) +@@ -181,7 +181,7 @@ def ExtractRst(string, fileh): + indent += 1 + # remove indent + bufa = [buf_lines[0]] +- for x in xrange(1, len(buf_lines)): ++ for x in range(1, len(buf_lines)): + bufa.append(buf_lines[x][indent:]) + buf = '\n'.join(bufa) + '\n' + ## +@@ -229,7 +229,7 @@ if __name__ == "__main__": + sys.exit(1) + + src = open(sys.argv[1]).read() +- output = file(sys.argv[2], 'w') ++ output = open(sys.argv[2], 'w') + ExtractRst(src, output) + output.close() + Added: head/graphics/opencolorio/files/patch-src_core__tests_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/opencolorio/files/patch-src_core__tests_CMakeLists.txt Sat Feb 13 21:58:38 2016 (r408830) @@ -0,0 +1,12 @@ +--- src/core_tests/CMakeLists.txt.orig 2014-09-11 19:08:18 UTC ++++ src/core_tests/CMakeLists.txt +@@ -7,8 +7,8 @@ add_definitions("-DOCIO_SOURCE_DIR=${CMA + include_directories( + ${CMAKE_SOURCE_DIR}/export/ + ${CMAKE_BINARY_DIR}/export/ +- ${EXTERNAL_INCLUDE_DIRS} + ${CMAKE_SOURCE_DIR}/ext/oiio/src/include ++ ${EXTERNAL_INCLUDE_DIRS} + ) + + file( GLOB_RECURSE core_test_src_files "${CMAKE_SOURCE_DIR}/src/core/*.cpp" ) Added: head/graphics/opencolorio/files/patch-src_jniglue_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/opencolorio/files/patch-src_jniglue_CMakeLists.txt Sat Feb 13 21:58:38 2016 (r408830) @@ -0,0 +1,13 @@ +--- src/jniglue/CMakeLists.txt.orig 2014-09-11 19:08:18 UTC ++++ src/jniglue/CMakeLists.txt +@@ -1,9 +1,9 @@ + + include_directories( +- ${JNI_INCLUDE_DIRS} + ${CMAKE_CURRENT_BINARY_DIR} + ${CMAKE_SOURCE_DIR}/export/ + ${CMAKE_BINARY_DIR}/export/ ++ ${JNI_INCLUDE_DIRS} + ) + + set(JNIOCIO_CLASSES Added: head/graphics/opencolorio/files/patch-src_pyglue_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/opencolorio/files/patch-src_pyglue_CMakeLists.txt Sat Feb 13 21:58:38 2016 (r408830) @@ -0,0 +1,24 @@ +--- src/pyglue/CMakeLists.txt.orig 2014-09-11 19:08:18 UTC ++++ src/pyglue/CMakeLists.txt +@@ -31,18 +31,18 @@ add_library(PyOpenColorIO MODULE ${pyglu + + if(OCIO_USE_BOOST_PTR) + include_directories( +- ${PYTHON_INCLUDE} +- ${Boost_INCLUDE_DIR} + ${CMAKE_SOURCE_DIR}/export/ + ${CMAKE_BINARY_DIR}/export/ + ${CMAKE_CURRENT_BINARY_DIR} ++ ${PYTHON_INCLUDE} ++ ${Boost_INCLUDE_DIR} + ) + else() + include_directories( +- ${PYTHON_INCLUDE} + ${CMAKE_SOURCE_DIR}/export/ + ${CMAKE_BINARY_DIR}/export/ + ${CMAKE_CURRENT_BINARY_DIR} ++ ${PYTHON_INCLUDE} + ) + endif() + Modified: head/graphics/opencolorio/pkg-plist ============================================================================== --- head/graphics/opencolorio/pkg-plist Sat Feb 13 21:48:14 2016 (r408829) +++ head/graphics/opencolorio/pkg-plist Sat Feb 13 21:58:38 2016 (r408830) @@ -1,14 +1,16 @@ -include/OpenColorIO/OpenColorTypes.h -include/OpenColorIO/OpenColorTransforms.h include/OpenColorIO/OpenColorABI.h include/OpenColorIO/OpenColorIO.h +include/OpenColorIO/OpenColorTransforms.h +include/OpenColorIO/OpenColorTypes.h include/PyOpenColorIO/PyOpenColorIO.h -%%PYTHON_SITELIBDIR%%/PyOpenColorIO.so lib/libOpenColorIO.so lib/libOpenColorIO.so.1 -lib/libOpenColorIO.so.1.0.8 +lib/libOpenColorIO.so.1.0.9 libdata/pkgconfig/OpenColorIO.pc -share/ocio/setup_ocio.sh +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog.html +%%PORTDOCS%%%%DOCSDIR%%/CompatibleSoftware.html +%%PORTDOCS%%%%DOCSDIR%%/FAQ.html +%%PORTDOCS%%%%DOCSDIR%%/License.html %%PORTDOCS%%%%DOCSDIR%%/_images/gn10_to_linear_light.jpeg %%PORTDOCS%%%%DOCSDIR%%/_images/gnf_to_linear_light.jpeg %%PORTDOCS%%%%DOCSDIR%%/_images/lg10_to_linear_light.jpeg @@ -21,20 +23,23 @@ share/ocio/setup_ocio.sh %%PORTDOCS%%%%DOCSDIR%%/_images/psicc_select_profile.png %%PORTDOCS%%%%DOCSDIR%%/_sources/ChangeLog.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/CompatibleSoftware.txt +%%PORTDOCS%%%%DOCSDIR%%/_sources/FAQ.txt +%%PORTDOCS%%%%DOCSDIR%%/_sources/License.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/configurations/allocation_vars.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/configurations/index.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/configurations/nuke_default.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/configurations/spi_anim.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/configurations/spi_pipeline.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/configurations/spi_vfx.txt -%%PORTDOCS%%%%DOCSDIR%%/_sources/developers/api/index.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/developers/api/OpenColorIO.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/developers/api/OpenColorTransforms.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/developers/api/OpenColorTypes.txt +%%PORTDOCS%%%%DOCSDIR%%/_sources/developers/api/index.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/developers/bindings/PythonAPI.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/developers/bindings/PythonTransforms.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/developers/bindings/PythonTypes.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/developers/coding_guidelines.txt +%%PORTDOCS%%%%DOCSDIR%%/_sources/developers/documentation_guidelines.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/developers/getting_started.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/developers/index.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/developers/internal_architecture.txt @@ -42,11 +47,10 @@ share/ocio/setup_ocio.sh %%PORTDOCS%%%%DOCSDIR%%/_sources/developers/submitting_changes.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/developers/usage_examples.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/downloads.txt -%%PORTDOCS%%%%DOCSDIR%%/_sources/FAQ.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/index.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/installation.txt -%%PORTDOCS%%%%DOCSDIR%%/_sources/License.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/userguide/baking_luts.txt +%%PORTDOCS%%%%DOCSDIR%%/_sources/userguide/config_syntax.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/userguide/contexts.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/userguide/index.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/userguide/looks.txt @@ -77,22 +81,21 @@ share/ocio/setup_ocio.sh %%PORTDOCS%%%%DOCSDIR%%/_static/up-pressed.png %%PORTDOCS%%%%DOCSDIR%%/_static/up.png %%PORTDOCS%%%%DOCSDIR%%/_static/websupport.js -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog.html -%%PORTDOCS%%%%DOCSDIR%%/CompatibleSoftware.html %%PORTDOCS%%%%DOCSDIR%%/configurations/allocation_vars.html %%PORTDOCS%%%%DOCSDIR%%/configurations/index.html %%PORTDOCS%%%%DOCSDIR%%/configurations/nuke_default.html %%PORTDOCS%%%%DOCSDIR%%/configurations/spi_anim.html %%PORTDOCS%%%%DOCSDIR%%/configurations/spi_pipeline.html %%PORTDOCS%%%%DOCSDIR%%/configurations/spi_vfx.html -%%PORTDOCS%%%%DOCSDIR%%/developers/api/index.html %%PORTDOCS%%%%DOCSDIR%%/developers/api/OpenColorIO.html %%PORTDOCS%%%%DOCSDIR%%/developers/api/OpenColorTransforms.html %%PORTDOCS%%%%DOCSDIR%%/developers/api/OpenColorTypes.html +%%PORTDOCS%%%%DOCSDIR%%/developers/api/index.html %%PORTDOCS%%%%DOCSDIR%%/developers/bindings/PythonAPI.html %%PORTDOCS%%%%DOCSDIR%%/developers/bindings/PythonTransforms.html %%PORTDOCS%%%%DOCSDIR%%/developers/bindings/PythonTypes.html %%PORTDOCS%%%%DOCSDIR%%/developers/coding_guidelines.html +%%PORTDOCS%%%%DOCSDIR%%/developers/documentation_guidelines.html %%PORTDOCS%%%%DOCSDIR%%/developers/getting_started.html %%PORTDOCS%%%%DOCSDIR%%/developers/index.html %%PORTDOCS%%%%DOCSDIR%%/developers/internal_architecture.html @@ -100,17 +103,17 @@ share/ocio/setup_ocio.sh %%PORTDOCS%%%%DOCSDIR%%/developers/submitting_changes.html %%PORTDOCS%%%%DOCSDIR%%/developers/usage_examples.html %%PORTDOCS%%%%DOCSDIR%%/downloads.html -%%PORTDOCS%%%%DOCSDIR%%/FAQ.html %%PORTDOCS%%%%DOCSDIR%%/genindex.html %%PORTDOCS%%%%DOCSDIR%%/index.html %%PORTDOCS%%%%DOCSDIR%%/installation.html -%%PORTDOCS%%%%DOCSDIR%%/License.html %%PORTDOCS%%%%DOCSDIR%%/objects.inv %%PORTDOCS%%%%DOCSDIR%%/py-modindex.html %%PORTDOCS%%%%DOCSDIR%%/search.html %%PORTDOCS%%%%DOCSDIR%%/searchindex.js %%PORTDOCS%%%%DOCSDIR%%/userguide/baking_luts.html +%%PORTDOCS%%%%DOCSDIR%%/userguide/config_syntax.html %%PORTDOCS%%%%DOCSDIR%%/userguide/contexts.html %%PORTDOCS%%%%DOCSDIR%%/userguide/index.html %%PORTDOCS%%%%DOCSDIR%%/userguide/looks.html %%PORTDOCS%%%%DOCSDIR%%/userguide/tool_overview.html +share/ocio/setup_ocio.sh Added: head/graphics/opencolorio/pkg-plist-pyglue ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/opencolorio/pkg-plist-pyglue Sat Feb 13 21:58:38 2016 (r408830) @@ -0,0 +1 @@ +%%PYTHON_SITELIBDIR%%/PyOpenColorIO.so Added: head/graphics/py-opencolorio/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-opencolorio/Makefile Sat Feb 13 21:58:38 2016 (r408830) @@ -0,0 +1,12 @@ +# Created by: Shane Ambler +# $FreeBSD$ + +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +COMMENT= OpenColorIO python bindings + +MASTERDIR= ${.CURDIR}/../opencolorio +OCIO_SLAVE= pymodule +OPTIONS_EXCLUDE=DOCS + +.include "${MASTERDIR}/Makefile" From owner-svn-ports-head@freebsd.org Sat Feb 13 22:28:42 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EA178AA7310; Sat, 13 Feb 2016 22:28:42 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A94C71AE2; Sat, 13 Feb 2016 22:28:42 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1DMSfDe085887; Sat, 13 Feb 2016 22:28:41 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1DMSfHE085885; Sat, 13 Feb 2016 22:28:41 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201602132228.u1DMSfHE085885@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Sat, 13 Feb 2016 22:28:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408831 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Feb 2016 22:28:43 -0000 Author: junovitch Date: Sat Feb 13 22:28:41 2016 New Revision: 408831 URL: https://svnweb.freebsd.org/changeset/ports/408831 Log: Reflect QEMU DoS vulnerabilities now fixed in qemu-sbruno/qemu-user-static PR: 205813 Security: CVE-2015-8345 Security: CVE-2015-8567 Security: CVE-2015-8568 Security: CVE-2015-8613 Security: CVE-2015-8619 Security: CVE-2015-8701 Security: https://vuxml.FreeBSD.org/freebsd/1384f2fd-b1be-11e5-9728-002590263bf5.html Security: https://vuxml.FreeBSD.org/freebsd/62ab8707-b1bc-11e5-9728-002590263bf5.html Security: https://vuxml.FreeBSD.org/freebsd/9ad8993e-b1ba-11e5-9728-002590263bf5.html Security: https://vuxml.FreeBSD.org/freebsd/b3f9f8ef-b1bb-11e5-9728-002590263bf5.html Security: https://vuxml.FreeBSD.org/freebsd/b56fe6bb-b1b1-11e5-9728-002590263bf5.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sat Feb 13 21:58:38 2016 (r408830) +++ head/security/vuxml/vuln.xml Sat Feb 13 22:28:41 2016 (r408831) @@ -3027,7 +3027,7 @@ Notes: qemu-sbruno qemu-user-static - 0 + 2.5.50.g20160213 @@ -3051,10 +3051,13 @@ Notes: ports/205814 http://www.openwall.com/lists/oss-security/2015/12/28/6 https://lists.gnu.org/archive/html/qemu-devel/2015-12/msg04629.html + http://git.qemu.org/?p=qemu.git;a=commit;h=007cd223de527b5f41278f2d886c1a4beb3e67aa + https://github.com/seanbruno/qemu-bsd-user/commit/007cd223de527b5f41278f2d886c1a4beb3e67aa 2015-12-28 2016-01-03 + 2016-02-13 @@ -3109,7 +3112,7 @@ Notes: qemu-sbruno qemu-user-static - 0 + 2.5.50.g20160213 @@ -3131,10 +3134,13 @@ Notes: ports/205814 http://www.openwall.com/lists/oss-security/2015/12/22/8 https://lists.gnu.org/archive/html/qemu-devel/2015-12/msg02930.html + http://git.qemu.org/?p=qemu.git;a=commit;h=64ffbe04eaafebf4045a3ace52a360c14959d196 + https://github.com/seanbruno/qemu-bsd-user/commit/64ffbe04eaafebf4045a3ace52a360c14959d196 2015-12-23 2016-01-03 + 2016-02-13 @@ -3149,7 +3155,7 @@ Notes: qemu-sbruno qemu-user-static - 0 + 2.5.50.g20160213 @@ -3170,10 +3176,13 @@ Notes: ports/205814 http://www.openwall.com/lists/oss-security/2015/12/21/7 https://lists.gnu.org/archive/html/qemu-devel/2015-12/msg03737.html + http://git.qemu.org/?p=qemu.git;a=commit;h=36fef36b91f7ec0435215860f1458b5342ce2811 + https://github.com/seanbruno/qemu-bsd-user/commit/36fef36b91f7ec0435215860f1458b5342ce2811 2015-12-21 2016-01-03 + 2016-02-13 @@ -3188,7 +3197,7 @@ Notes: qemu-sbruno qemu-user-static - 0 + 2.5.50.g20160213 @@ -3210,10 +3219,13 @@ Notes: ports/205814 http://www.openwall.com/lists/oss-security/2015/12/15/4 https://lists.gnu.org/archive/html/qemu-devel/2015-12/msg02299.html + http://git.qemu.org/?p=qemu.git;a=commit;h=aa4a3dce1c88ed51b616806b8214b7c8428b7470 + https://github.com/seanbruno/qemu-bsd-user/commit/aa4a3dce1c88ed51b616806b8214b7c8428b7470 2015-12-15 2016-01-03 + 2016-02-13 @@ -3411,7 +3423,7 @@ Notes: qemu-sbruno qemu-user-static - 0 + 2.5.50.g20160213 @@ -3435,10 +3447,13 @@ Notes: ports/205814 http://www.openwall.com/lists/oss-security/2015/11/25/3 https://lists.gnu.org/archive/html/qemu-devel/2015-10/msg03911.html + http://git.qemu.org/?p=qemu.git;a=commit;h=00837731d254908a841d69298a4f9f077babaf24 + https://github.com/seanbruno/qemu-bsd-user/commit/00837731d254908a841d69298a4f9f077babaf24 2015-10-16 2016-01-03 + 2016-02-13 From owner-svn-ports-head@freebsd.org Sat Feb 13 22:33:56 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 00C40AA75FB; Sat, 13 Feb 2016 22:33:56 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CE32D1E16; Sat, 13 Feb 2016 22:33:55 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1DMXs5G088917; Sat, 13 Feb 2016 22:33:54 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1DMXrjn088908; Sat, 13 Feb 2016 22:33:53 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201602132233.u1DMXrjn088908@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Sat, 13 Feb 2016 22:33:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408832 - in head/databases: mariadb101-client/files mariadb101-server/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Feb 2016 22:33:56 -0000 Author: brnrd Date: Sat Feb 13 22:33:53 2016 New Revision: 408832 URL: https://svnweb.freebsd.org/changeset/ports/408832 Log: databases/mariadb101-{client,server}: Add missing patches - Patches that were non-existent in the source of the repocopy (mariadb100-*) were not part of the initial commit Differential Revision: D3953 Added: head/databases/mariadb101-client/files/patch-cmake_ssl.cmake (contents, props changed) head/databases/mariadb101-client/files/patch-include_mysql_service__encryption.h (contents, props changed) head/databases/mariadb101-server/files/patch-cmake_ssl.cmake (contents, props changed) head/databases/mariadb101-server/files/patch-include_mysql_service__encryption.h (contents, props changed) head/databases/mariadb101-server/files/patch-plugin_auth__gssapi_gssapi__server.cc (contents, props changed) head/databases/mariadb101-server/files/patch-storage_mroonga_vendor_groonga_CMakeLists.txt (contents, props changed) head/databases/mariadb101-server/files/patch-storage_tokudb_CMakeLists.txt (contents, props changed) head/databases/mariadb101-server/files/patch-storage_tokudb_PerconaFT_buildheader_CMakeLists.txt (contents, props changed) head/databases/mariadb101-server/files/patch-storage_tokudb_PerconaFT_cmake__modules_TokuThirdParty.cmake (contents, props changed) Added: head/databases/mariadb101-client/files/patch-cmake_ssl.cmake ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/mariadb101-client/files/patch-cmake_ssl.cmake Sat Feb 13 22:33:53 2016 (r408832) @@ -0,0 +1,18 @@ +MariaDB prefers static libraries, breaks builds with +ports' OpenSSL libs + +--- cmake/ssl.cmake.orig 2015-12-23 15:33:29 UTC ++++ cmake/ssl.cmake +@@ -145,9 +145,9 @@ MACRO (MYSQL_CHECK_SSL) + + # On mac this list is <.dylib;.so;.a> + # We prefer static libraries, so we revert it here. +- IF (WITH_SSL_PATH) +- LIST(REVERSE CMAKE_FIND_LIBRARY_SUFFIXES) +- ENDIF() ++# IF (WITH_SSL_PATH) ++# LIST(REVERSE CMAKE_FIND_LIBRARY_SUFFIXES) ++# ENDIF() + FIND_LIBRARY(OPENSSL_LIBRARIES + NAMES ssl ssleay32 ssleay32MD + HINTS ${OPENSSL_ROOT_DIR}/lib) Added: head/databases/mariadb101-client/files/patch-include_mysql_service__encryption.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/mariadb101-client/files/patch-include_mysql_service__encryption.h Sat Feb 13 22:33:53 2016 (r408832) @@ -0,0 +1,14 @@ +--- include/mysql/service_encryption.h.orig 2015-12-23 15:33:29 UTC ++++ include/mysql/service_encryption.h +@@ -37,9 +37,11 @@ extern "C" { + #elif defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) || defined(__DragonFly__) + #include + #else ++#ifndef __FreeBSD__ + #include + #endif + #endif ++#endif + + /* returned from encryption_key_get_latest_version() */ + #define ENCRYPTION_KEY_VERSION_INVALID (~(unsigned int)0) Added: head/databases/mariadb101-server/files/patch-cmake_ssl.cmake ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/mariadb101-server/files/patch-cmake_ssl.cmake Sat Feb 13 22:33:53 2016 (r408832) @@ -0,0 +1,18 @@ +MariaDB prefers static libraries, breaks builds with +ports' OpenSSL libs + +--- cmake/ssl.cmake.orig 2015-12-23 15:33:29 UTC ++++ cmake/ssl.cmake +@@ -145,9 +145,9 @@ MACRO (MYSQL_CHECK_SSL) + + # On mac this list is <.dylib;.so;.a> + # We prefer static libraries, so we revert it here. +- IF (WITH_SSL_PATH) +- LIST(REVERSE CMAKE_FIND_LIBRARY_SUFFIXES) +- ENDIF() ++# IF (WITH_SSL_PATH) ++# LIST(REVERSE CMAKE_FIND_LIBRARY_SUFFIXES) ++# ENDIF() + FIND_LIBRARY(OPENSSL_LIBRARIES + NAMES ssl ssleay32 ssleay32MD + HINTS ${OPENSSL_ROOT_DIR}/lib) Added: head/databases/mariadb101-server/files/patch-include_mysql_service__encryption.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/mariadb101-server/files/patch-include_mysql_service__encryption.h Sat Feb 13 22:33:53 2016 (r408832) @@ -0,0 +1,16 @@ +Fix build error + +--- include/mysql/service_encryption.h.orig 2015-10-15 15:43:37 UTC ++++ include/mysql/service_encryption.h +@@ -35,9 +35,11 @@ extern "C" { + #define inline __inline + #endif + #else ++#ifndef __FreeBSD__ + #include + #endif + #endif ++#endif + + /* returned from encryption_key_get_latest_version() */ + #define ENCRYPTION_KEY_VERSION_INVALID (~(unsigned int)0) Added: head/databases/mariadb101-server/files/patch-plugin_auth__gssapi_gssapi__server.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/mariadb101-server/files/patch-plugin_auth__gssapi_gssapi__server.cc Sat Feb 13 22:33:53 2016 (r408832) @@ -0,0 +1,22 @@ +From 3d794d0ee8e0a5a7dfbd3b7de056c0a3ccb9aa81 Mon Sep 17 00:00:00 2001 +From: Vladislav Vaintroub +Date: Wed, 6 Jan 2016 09:15:19 +0100 +Subject: [PATCH] MDEV9494 Fix build for Heimdal Kerberos + +--- + plugin/auth_gssapi/gssapi_server.cc | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/plugin/auth_gssapi/gssapi_server.cc b/plugin/auth_gssapi/gssapi_server.cc +index d325b2a..ed042a0 100644 +--- plugin/auth_gssapi/gssapi_server.cc.orig ++++ plugin/auth_gssapi/gssapi_server.cc +@@ -58,7 +58,7 @@ static char* get_default_principal_name() + } + + /* Check for entry in keytab */ +- if (krb5_kt_read_service_key(context, NULL, principal, 0, 0, &key)) ++ if (krb5_kt_read_service_key(context, NULL, principal, 0, (krb5_enctype)0, &key)) + { + sql_print_warning("GSSAPI plugin : default principal '%s' not found in keytab", unparsed_name); + goto cleanup; Added: head/databases/mariadb101-server/files/patch-storage_mroonga_vendor_groonga_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/mariadb101-server/files/patch-storage_mroonga_vendor_groonga_CMakeLists.txt Sat Feb 13 22:33:53 2016 (r408832) @@ -0,0 +1,15 @@ +From https://github.com/openquery/mariadb-server/commit/43bf72e45b9ead6aa0dc4abd6e5719c6381974b5 + +--- storage/mroonga/vendor/groonga/CMakeLists.txt.orig 2015-10-15 15:43:50 UTC ++++ storage/mroonga/vendor/groonga/CMakeLists.txt +@@ -167,6 +167,10 @@ if(CMAKE_COMPILER_IS_GNUCXX) + MY_CHECK_AND_SET_COMPILER_FLAG("-Wno-clobbered") + endif() + ++if(CMAKE_COMPILER_IS_CLANGCXX) ++ MY_CHECK_AND_SET_COMPILER_FLAG("-fexceptions") ++endif() ++ + if(NOT DEFINED CMAKE_C_COMPILE_OPTIONS_PIC) + # For old CMake + if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_COMPILER_IS_CLANGCXX) Added: head/databases/mariadb101-server/files/patch-storage_tokudb_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/mariadb101-server/files/patch-storage_tokudb_CMakeLists.txt Sat Feb 13 22:33:53 2016 (r408832) @@ -0,0 +1,24 @@ +--- storage/tokudb/CMakeLists.txt.orig 2015-12-23 15:33:32 UTC ++++ storage/tokudb/CMakeLists.txt +@@ -1,7 +1,8 @@ + SET(TOKUDB_VERSION 5.6.26-74.0) + # PerconaFT only supports x86-64 and cmake-2.8.9+ +-IF(CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND +- NOT CMAKE_VERSION VERSION_LESS "2.8.9") ++IF( ( CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" ++ OR CMAKE_SYSTEM_PROCESSOR STREQUAL "amd64" ) ++ AND NOT CMAKE_VERSION VERSION_LESS "2.8.9") + CHECK_CXX_SOURCE_COMPILES( + " + struct a {int b; int c; }; +@@ -107,8 +109,8 @@ INCLUDE_DIRECTORIES(${CMAKE_CURRENT_BINA + TARGET_LINK_LIBRARIES(tokudb tokufractaltree_static tokuportability_static + ${ZLIB_LIBRARY} stdc++) + +-SET(CMAKE_MODULE_LINKER_FLAGS_RELEASE "${CMAKE_MODULE_LINKER_FLAGS_RELEASE} -flto -fuse-linker-plugin") +-SET(CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO "${CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO} -flto -fuse-linker-plugin") ++SET(CMAKE_MODULE_LINKER_FLAGS_RELEASE "${CMAKE_MODULE_LINKER_FLAGS_RELEASE}") ++SET(CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO "${CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO}") + + SET(CPACK_RPM_server_PACKAGE_OBSOLETES + "${CPACK_RPM_server_PACKAGE_OBSOLETES} MariaDB-tokudb-engine < 10.0.5" PARENT_SCOPE) Added: head/databases/mariadb101-server/files/patch-storage_tokudb_PerconaFT_buildheader_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/mariadb101-server/files/patch-storage_tokudb_PerconaFT_buildheader_CMakeLists.txt Sat Feb 13 22:33:53 2016 (r408832) @@ -0,0 +1,21 @@ +Fix build failure due to Linuxisms (bash) + +--- storage/tokudb/PerconaFT/buildheader/CMakeLists.txt.orig 2015-12-23 16:33:32.000000000 +0100 ++++ storage/tokudb/PerconaFT/buildheader/CMakeLists.txt 2016-01-03 15:09:21.941678309 +0100 +@@ -1,6 +1,6 @@ + set_directory_properties(PROPERTIES INCLUDE_DIRECTORIES "") + +-file(WRITE "${CMAKE_CURRENT_BINARY_DIR}/runcat.sh" "#!/bin/bash ++file(WRITE "${CMAKE_CURRENT_BINARY_DIR}/runcat.sh" "#!/bin/sh + out=$1; shift + exec \"$@\" >$out") + +@@ -8,7 +8,7 @@ add_executable(make_tdb make_tdb.cc) + set_property(TARGET make_tdb APPEND PROPERTY COMPILE_DEFINITIONS _GNU_SOURCE) + add_custom_command( + OUTPUT "${CMAKE_CURRENT_BINARY_DIR}/db.h" +- COMMAND bash runcat.sh "${CMAKE_CURRENT_BINARY_DIR}/db.h" $ ++ COMMAND sh runcat.sh "${CMAKE_CURRENT_BINARY_DIR}/db.h" $ + DEPENDS make_tdb) + add_custom_target(install_tdb_h DEPENDS + "${CMAKE_CURRENT_BINARY_DIR}/db.h") Added: head/databases/mariadb101-server/files/patch-storage_tokudb_PerconaFT_cmake__modules_TokuThirdParty.cmake ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/mariadb101-server/files/patch-storage_tokudb_PerconaFT_cmake__modules_TokuThirdParty.cmake Sat Feb 13 22:33:53 2016 (r408832) @@ -0,0 +1,37 @@ +--- storage/tokudb/PerconaFT/cmake_modules/TokuThirdParty.cmake.orig 2015-12-23 16:33:32.000000000 +0100 ++++ storage/tokudb/PerconaFT/cmake_modules/TokuThirdParty.cmake 2016-01-10 22:34:14.059204126 +0100 +@@ -34,6 +34,13 @@ if (CMAKE_PROJECT_NAME STREQUAL TokuDB) + endif () + endif () + ++IF (CMAKE_SYSTEM_NAME STREQUAL "FreeBSD") ++ include_directories("/usr/include") ++ ++ add_library(lzma SHARED IMPORTED) ++ set_target_properties(lzma PROPERTIES IMPORTED_LOCATION ++ "/usr/lib/liblzma.so") ++ELSE() + ## add lzma with an external project + set(xz_configure_opts --with-pic --enable-static) + if (APPLE) +@@ -105,8 +112,15 @@ add_library(lzma STATIC IMPORTED) + set_target_properties(lzma PROPERTIES IMPORTED_LOCATION + "${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR}/xz/lib/liblzma.a") + add_dependencies(lzma build_lzma) ++ENDIF() + ++IF (CMAKE_SYSTEM_NAME STREQUAL "FreeBSD") ++ include_directories("/usr/local/include") + ++ add_library(snappy SHARED IMPORTED) ++ set_target_properties(snappy PROPERTIES IMPORTED_LOCATION ++ "/usr/local/lib/libsnappy.so") ++ELSE() + ## add snappy with an external project + set(SNAPPY_SOURCE_DIR "${TokuDB_SOURCE_DIR}/third_party/snappy-1.1.2" CACHE FILEPATH "Where to find sources for snappy.") + if (NOT EXISTS "${SNAPPY_SOURCE_DIR}/CMakeLists.txt") +@@ -140,3 +154,4 @@ add_library(snappy STATIC IMPORTED) + set_target_properties(snappy PROPERTIES IMPORTED_LOCATION + "${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR}/snappy/lib/libsnappy.a") + add_dependencies(snappy build_snappy) ++ENDIF() From owner-svn-ports-head@freebsd.org Sat Feb 13 22:35:50 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6FB64AA7682; Sat, 13 Feb 2016 22:35:50 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 43F921EFA; Sat, 13 Feb 2016 22:35:50 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1DMZnWk089088; Sat, 13 Feb 2016 22:35:49 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1DMZndp089087; Sat, 13 Feb 2016 22:35:49 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201602132235.u1DMZndp089087@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 13 Feb 2016 22:35:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408833 - head/print/cups-base X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Feb 2016 22:35:50 -0000 Author: pi Date: Sat Feb 13 22:35:49 2016 New Revision: 408833 URL: https://svnweb.freebsd.org/changeset/ports/408833 Log: print/cups-base: rename ICONS option to X11 Why this change ? - When compiling print/cups-base, if WITHOUT_X11=yes is present in /etc/make.conf, CUPS still tries to update the "Icons cache". - For this, it tries to build graphics/gtk-update-icon-cache, which in turns requires graphics/cairo, but Cairo builds without X11 support as requested, and graphics/gtk-update-icon-cache fails to build because it needs X11. PR: 190434 Submitted by: Tobias Kortkamp Reported by: hjf@hjf.com.ar Modified: head/print/cups-base/Makefile Modified: head/print/cups-base/Makefile ============================================================================== --- head/print/cups-base/Makefile Sat Feb 13 22:33:53 2016 (r408832) +++ head/print/cups-base/Makefile Sat Feb 13 22:35:49 2016 (r408833) @@ -64,18 +64,18 @@ PORTREVISION= 2 CUPS_SUFFIX= -image LICENSE= LGPL21 .else -PORTREVISION= 3 +PORTREVISION= 4 CUPS_SUFFIX= -base # No DOCS option. Files are needed by web interface. -OPTIONS_DEFINE= DBUS ICONS LIBPAPER LIBUSB PAM XDG_OPEN +OPTIONS_DEFINE= DBUS LIBPAPER LIBUSB PAM X11 XDG_OPEN OPTIONS_GROUP= WEB OPTIONS_GROUP_WEB= JAVA PERL PHP PYTHON OPTIONS_RADIO= ZEROCONF OPTIONS_RADIO_ZEROCONF= AVAHI MDNSRESPONDER -OPTIONS_DEFAULT+= LIBPAPER MDNSRESPONDER ICONS +OPTIONS_DEFAULT+= LIBPAPER MDNSRESPONDER X11 .endif -ICONS_DESC= Desktop icons +X11_DESC= Desktop icons LIBUSB_DESC= USB support WEB_DESC= Interpreters for web interfaces XDG_OPEN_DESC= Build with XDG_OPEN as browser @@ -179,7 +179,7 @@ CONFIGURE_ARGS+= --disable-libusb PLIST_SUB+= LIBUSB="@comment " . endif -. if ${PORT_OPTIONS:MICONS} +. if ${PORT_OPTIONS:MX11} INSTALLS_ICONS= yes CONFIGURE_ARGS+= --with-icondir=${PREFIX}/share/icons . endif From owner-svn-ports-head@freebsd.org Sat Feb 13 22:35:57 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 82EDDAA76C2; Sat, 13 Feb 2016 22:35:57 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 394D91FFB; Sat, 13 Feb 2016 22:35:57 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1DMZuqw089198; Sat, 13 Feb 2016 22:35:56 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1DMZtaU089196; Sat, 13 Feb 2016 22:35:55 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <201602132235.u1DMZtaU089196@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Sat, 13 Feb 2016 22:35:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408834 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Feb 2016 22:35:57 -0000 Author: girgen Date: Sat Feb 13 22:35:55 2016 New Revision: 408834 URL: https://svnweb.freebsd.org/changeset/ports/408834 Log: Document security problems in PostgreSQL Security: CVE-2016-0773, CVE-2016-0766 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sat Feb 13 22:35:49 2016 (r408833) +++ head/security/vuxml/vuln.xml Sat Feb 13 22:35:55 2016 (r408834) @@ -57,6 +57,64 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + PostgreSQL -- Security Fixes for Regular Expressions, PL/Java. + + + postgresql91-server + 9.1.09.1.20 + + + postgresql92-server + 9.2.09.2.15 + + + postgresql93-server + 9.3.09.3.11 + + + postgresql94-server + 9.4.09.4.6 + + + postgresql95-server + 9.5.09.5.1 + + + + +

    PostgreSQL project reports:

    +
    +

    + Security Fixes for Regular Expressions, PL/Java +

    +
      +
    • CVE-2016-0773: This release closes security hole CVE-2016-0773, + an issue with regular expression (regex) parsing. Prior code allowed + users to pass in expressions which included out-of-range Unicode + characters, triggering a backend crash. This issue is critical for + PostgreSQL systems with untrusted users or which generate regexes + based on user input. +
    • +
    • CVE-2016-0766: The update also fixes CVE-2016-0766, a privilege + escalation issue for users of PL/Java. Certain custom configuration + settings (GUCS) for PL/Java will now be modifiable only by the + database superuser +
    • +
    +
    + +
    + + CVE-2016-0773 + CVE-2016-0766 + + + 2016-02-08 + 2016-02-12 + +
    + flash -- multiple vulnerabilities From owner-svn-ports-head@freebsd.org Sat Feb 13 22:42:07 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D4F8EAA79B1; Sat, 13 Feb 2016 22:42:07 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A222D12D1; Sat, 13 Feb 2016 22:42:07 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1DMg6WM092414; Sat, 13 Feb 2016 22:42:06 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1DMg4j4092391; Sat, 13 Feb 2016 22:42:04 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <201602132242.u1DMg4j4092391@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Sat, 13 Feb 2016 22:42:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408835 - in head/databases: postgresql90-server/files postgresql91-server postgresql91-server/files postgresql92-server postgresql92-server/files postgresql93-server postgresql93-serve... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Feb 2016 22:42:07 -0000 Author: girgen Date: Sat Feb 13 22:42:04 2016 New Revision: 408835 URL: https://svnweb.freebsd.org/changeset/ports/408835 Log: Update PostgreSQL to latest versions. Security Fixes for Regular Expressions, PL/Java This release closes security hole CVE-2016-0773, an issue with regular expression (regex) parsing. Prior code allowed users to pass in expressions which included out-of-range Unicode characters, triggering a backend crash. This issue is critical for PostgreSQL systems with untrusted users or which generate regexes based on user input. The update also fixes CVE-2016-0766, a privilege escalation issue for users of PL/Java. Certain custom configuration settings (GUCS) for PL/Java will now be modifiable only by the database superuser URL: http://www.postgresql.org/about/news/1644/ Security: CVE-2016-0773, CVE-2016-0766 Modified: head/databases/postgresql90-server/files/502.pgsql.in head/databases/postgresql91-server/Makefile head/databases/postgresql91-server/distinfo head/databases/postgresql91-server/files/502.pgsql.in head/databases/postgresql91-server/pkg-plist-client head/databases/postgresql92-server/Makefile head/databases/postgresql92-server/distinfo head/databases/postgresql92-server/files/502.pgsql.in head/databases/postgresql92-server/pkg-plist-client head/databases/postgresql93-server/Makefile head/databases/postgresql93-server/distinfo head/databases/postgresql93-server/files/502.pgsql.in head/databases/postgresql93-server/pkg-plist-client head/databases/postgresql94-server/Makefile head/databases/postgresql94-server/distinfo head/databases/postgresql94-server/files/502.pgsql.in head/databases/postgresql94-server/pkg-plist-client head/databases/postgresql95-server/Makefile head/databases/postgresql95-server/distinfo head/databases/postgresql95-server/files/502.pgsql.in head/databases/postgresql95-server/pkg-plist-client head/databases/postgresql95-server/pkg-plist-server Modified: head/databases/postgresql90-server/files/502.pgsql.in ============================================================================== --- head/databases/postgresql90-server/files/502.pgsql.in Sat Feb 13 22:35:55 2016 (r408834) +++ head/databases/postgresql90-server/files/502.pgsql.in Sat Feb 13 22:42:04 2016 (r408835) @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD: /tmp/pcvs/ports/databases/postgresql90-server/files/502.pgsql.in,v 1.2 2011-04-20 15:30:33 girgen Exp $ +# $FreeBSD$ # # Maintenance shell script to vacuum and backup database # Put this in /usr/local/etc/periodic/daily, and it will be run @@ -19,12 +19,6 @@ # daily_pgsql_backup_enable="foo bar db1 db2" # only do backup of a limited selection of databases # daily_pgsql_vacuum_enable="YES" # do vacuum -daily_pgsql_vacuum_args="-z" -daily_pgsql_pgdump_args="-b -F c" -# backupdir is relative to ~pgsql home directory unless it begins with a slash: -daily_pgsql_backupdir="~%%PG_USER%%/backups" -daily_pgsql_savedays="7" - # If there is a global system configuration file, suck it in. # if [ -r /etc/defaults/periodic.conf ] @@ -33,6 +27,15 @@ then source_periodic_confs fi +: ${daily_pgsql_user:="%%PG_USER%%"} +: ${daily_pgsql_port:=5432} +: ${daily_pgsql_vacuum_args:="-U ${daily_pgsql_user} -p ${daily_pgsql_port} -qaz"} +: ${daily_pgsql_pgdump_args:="-U ${daily_pgsql_user} -p ${daily_pgsql_port} -bF c"} +: ${daily_pgsql_pgdumpall_globals_args:="-U ${daily_pgsql_user} -p ${daily_pgsql_port}"} +# backupdir is relative to ~pgsql home directory unless it begins with a slash: +: ${daily_pgsql_backupdir:="~${daily_pgsql_user}/backups"} +: ${daily_pgsql_savedays:="7"} + # allow '~´ in dir name eval backupdir=${daily_pgsql_backupdir} @@ -44,7 +47,7 @@ pgsql_backup() { # but this might not be where you want the backups... if [ ! -d ${backupdir} ] ; then echo Creating ${backupdir} - mkdir -m 700 ${backupdir}; chown %%PG_USER%% ${backupdir} + mkdir -m 700 ${backupdir}; chown ${daily_pgsql_user} ${backupdir} fi echo @@ -55,13 +58,14 @@ pgsql_backup() { rc=$? now=`date "+%Y-%m-%dT%H:%M:%S"` file=${daily_pgsql_backupdir}/pgglobals_${now} - su -l %%PG_USER%% -c "umask 077; pg_dumpall -g -U %%PG_USER%% | gzip -9 > ${file}.gz" + su -l ${daily_pgsql_user} -c \ + "umask 077; pg_dumpall -g ${daily_pgsql_pgdumpall_globals_args} | gzip -9 > ${file}.gz" db=$1 while shift; do echo -n " $db" file=${backupdir}/pgdump_${db}_${now} - su -l %%PG_USER%% -c "umask 077; pg_dump ${daily_pgsql_pgdump_args} -U %%PG_USER%% -f ${file} ${db}" + su -l ${daily_pgsql_user} -c "umask 077; pg_dump ${daily_pgsql_pgdump_args} -f ${file} ${db}" [ $? -gt 0 ] && rc=3 db=$1 done @@ -79,7 +83,7 @@ pgsql_backup() { case "$daily_pgsql_backup_enable" in [Yy][Ee][Ss]) - dbnames=`su -l %%PG_USER%% -c "umask 077; psql -q -t -A -d template1 -U %%PG_USER%% -c SELECT\ datname\ FROM\ pg_database\ WHERE\ datname!=\'template0\'"` + dbnames=`su -l ${daily_pgsql_user} -c "umask 077; psql -U ${daily_pgsql_user} -p ${daily_pgsql_port} -q -t -A -d template1 -c SELECT\ datname\ FROM\ pg_database\ WHERE\ datname!=\'template0\'"` pgsql_backup $dbnames ;; @@ -99,7 +103,7 @@ case "$daily_pgsql_vacuum_enable" in echo echo "PostgreSQL vacuum" - su -l %%PG_USER%% -c "vacuumdb -a -q -U %%PG_USER%% ${daily_pgsql_vacuum_args}" + su -l ${daily_pgsql_user} -c "vacuumdb ${daily_pgsql_vacuum_args}" if [ $? -gt 0 ] then echo Modified: head/databases/postgresql91-server/Makefile ============================================================================== --- head/databases/postgresql91-server/Makefile Sat Feb 13 22:35:55 2016 (r408834) +++ head/databases/postgresql91-server/Makefile Sat Feb 13 22:42:04 2016 (r408835) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= postgresql -DISTVERSION?= 9.1.19 +DISTVERSION?= 9.1.20 CATEGORIES?= databases MASTER_SITES= PGSQL/source/v${DISTVERSION} PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT} @@ -68,7 +68,6 @@ SUB_FILES+= 502.pgsql OPTIONS_DEFINE+=LIBEDIT LIBEDIT_DESC= Use non-GPL libedit instead of readline USES+= perl5 -PORTREVISION?= 1 .else MAKE_ENV= PATH=${PREFIX}/bin:${PATH} CONFIGURE_ENV+= PATH=${PREFIX}/bin:${PATH} Modified: head/databases/postgresql91-server/distinfo ============================================================================== --- head/databases/postgresql91-server/distinfo Sat Feb 13 22:35:55 2016 (r408834) +++ head/databases/postgresql91-server/distinfo Sat Feb 13 22:42:04 2016 (r408835) @@ -1,4 +1,4 @@ -SHA256 (postgresql/postgresql-9.1.19.tar.bz2) = cbd5057451147dd63a1e764176a4e17a7795773be1e4266ea9faa951064c0ec6 -SIZE (postgresql/postgresql-9.1.19.tar.bz2) = 15843978 +SHA256 (postgresql/postgresql-9.1.20.tar.bz2) = 6d1e6c4334c265a85f0f96407b7a9aafff0f26cb62db2d8d03a32ba0c2872937 +SIZE (postgresql/postgresql-9.1.20.tar.bz2) = 15844360 SHA256 (postgresql/pg-929-icu-2015-04-18.diff.gz) = 9aff1ba25fbe5892a3868bff516df685531c85901c360548e38bf2e5fa0e14ab SIZE (postgresql/pg-929-icu-2015-04-18.diff.gz) = 4469 Modified: head/databases/postgresql91-server/files/502.pgsql.in ============================================================================== --- head/databases/postgresql91-server/files/502.pgsql.in Sat Feb 13 22:35:55 2016 (r408834) +++ head/databases/postgresql91-server/files/502.pgsql.in Sat Feb 13 22:42:04 2016 (r408835) @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD: /tmp/pcvs/ports/databases/postgresql91-server/files/502.pgsql.in,v 1.4 2011-10-18 09:03:32 girgen Exp $ +# $FreeBSD$ # # Maintenance shell script to vacuum and backup database # Put this in /usr/local/etc/periodic/daily, and it will be run @@ -19,14 +19,6 @@ # daily_pgsql_backup_enable="foo bar db1 db2" # only do backup of a limited selection of databases # daily_pgsql_vacuum_enable="YES" # do vacuum -daily_pgsql_user=%%PG_USER%% -daily_pgsql_vacuum_args="-U ${daily_pgsql_user} -qaz" -daily_pgsql_pgdump_args="-U ${daily_pgsql_user} -bF c" -daily_pgsql_pgdumpall_globals_args="-U ${daily_pgsql_user}" -# backupdir is relative to ~pgsql home directory unless it begins with a slash: -daily_pgsql_backupdir="~${daily_pgsql_user}/backups" -daily_pgsql_savedays="7" - # If there is a global system configuration file, suck it in. # if [ -r /etc/defaults/periodic.conf ] @@ -35,6 +27,15 @@ then source_periodic_confs fi +: ${daily_pgsql_user:="%%PG_USER%%"} +: ${daily_pgsql_port:=5432} +: ${daily_pgsql_vacuum_args:="-U ${daily_pgsql_user} -p ${daily_pgsql_port} -qaz"} +: ${daily_pgsql_pgdump_args:="-U ${daily_pgsql_user} -p ${daily_pgsql_port} -bF c"} +: ${daily_pgsql_pgdumpall_globals_args:="-U ${daily_pgsql_user} -p ${daily_pgsql_port}"} +# backupdir is relative to ~pgsql home directory unless it begins with a slash: +: ${daily_pgsql_backupdir:="~${daily_pgsql_user}/backups"} +: ${daily_pgsql_savedays:="7"} + # allow '~´ in dir name eval backupdir=${daily_pgsql_backupdir} @@ -82,7 +83,7 @@ pgsql_backup() { case "$daily_pgsql_backup_enable" in [Yy][Ee][Ss]) - dbnames=`su -l %%PG_USER%% -c "umask 077; psql -q -t -A -d template1 -U %%PG_USER%% -c SELECT\ datname\ FROM\ pg_database\ WHERE\ datname!=\'template0\'"` + dbnames=`su -l ${daily_pgsql_user} -c "umask 077; psql -U ${daily_pgsql_user} -p ${daily_pgsql_port} -q -t -A -d template1 -c SELECT\ datname\ FROM\ pg_database\ WHERE\ datname!=\'template0\'"` pgsql_backup $dbnames ;; Modified: head/databases/postgresql91-server/pkg-plist-client ============================================================================== --- head/databases/postgresql91-server/pkg-plist-client Sat Feb 13 22:35:55 2016 (r408834) +++ head/databases/postgresql91-server/pkg-plist-client Sat Feb 13 22:42:04 2016 (r408835) @@ -14,7 +14,31 @@ bin/psql bin/reindexdb bin/vacuumdb include/ecpg_config.h +include/ecpg_informix.h +include/ecpgerrno.h +include/ecpglib.h +include/ecpgtype.h include/libpq-events.h +include/libpq-fe.h +include/libpq/libpq-fs.h +include/pg_config.h +include/pg_config_manual.h +include/pg_config_os.h +include/pgtypes_date.h +include/pgtypes_error.h +include/pgtypes_interval.h +include/pgtypes_numeric.h +include/pgtypes_timestamp.h +include/postgres_ext.h +include/postgresql/informix/esql/datetime.h +include/postgresql/informix/esql/decimal.h +include/postgresql/informix/esql/sqltypes.h +include/postgresql/internal/c.h +include/postgresql/internal/libpq-int.h +include/postgresql/internal/libpq/pqcomm.h +include/postgresql/internal/port.h +include/postgresql/internal/postgres_fe.h +include/postgresql/internal/pqexpbuffer.h include/postgresql/server/access/attnum.h include/postgresql/server/access/clog.h include/postgresql/server/access/genam.h @@ -218,7 +242,6 @@ include/postgresql/server/nodes/bitmapse include/postgresql/server/nodes/execnodes.h include/postgresql/server/nodes/makefuncs.h include/postgresql/server/nodes/memnodes.h -include/postgresql/server/nodes/replnodes.h include/postgresql/server/nodes/nodeFuncs.h include/postgresql/server/nodes/nodes.h include/postgresql/server/nodes/params.h @@ -229,6 +252,7 @@ include/postgresql/server/nodes/primnode include/postgresql/server/nodes/print.h include/postgresql/server/nodes/readfuncs.h include/postgresql/server/nodes/relation.h +include/postgresql/server/nodes/replnodes.h include/postgresql/server/nodes/tidbitmap.h include/postgresql/server/nodes/value.h include/postgresql/server/optimizer/clauses.h @@ -283,6 +307,7 @@ include/postgresql/server/pg_config_manu include/postgresql/server/pg_config_os.h include/postgresql/server/pg_trace.h include/postgresql/server/pgstat.h +include/postgresql/server/pgtar.h include/postgresql/server/pgtime.h include/postgresql/server/port.h include/postgresql/server/port/aix.h @@ -495,35 +520,11 @@ include/postgresql/server/utils/uuid.h include/postgresql/server/utils/varbit.h include/postgresql/server/utils/xml.h include/postgresql/server/windowapi.h +include/sql3types.h +include/sqlca.h include/sqlda-compat.h include/sqlda-native.h include/sqlda.h -include/libpq/libpq-fs.h -include/postgresql/internal/libpq/pqcomm.h -include/postgresql/informix/esql/datetime.h -include/postgresql/informix/esql/decimal.h -include/postgresql/informix/esql/sqltypes.h -include/postgresql/internal/c.h -include/postgresql/internal/libpq-int.h -include/postgresql/internal/postgres_fe.h -include/postgresql/internal/port.h -include/postgresql/internal/pqexpbuffer.h -include/ecpg_informix.h -include/ecpgerrno.h -include/ecpglib.h -include/ecpgtype.h -include/libpq-fe.h -include/pg_config.h -include/pg_config_manual.h -include/pg_config_os.h -include/pgtypes_date.h -include/pgtypes_error.h -include/pgtypes_interval.h -include/pgtypes_numeric.h -include/pgtypes_timestamp.h -include/postgres_ext.h -include/sql3types.h -include/sqlca.h lib/libecpg.a lib/libecpg.so lib/libecpg.so.6 @@ -538,10 +539,11 @@ lib/libpq.a lib/libpq.so lib/libpq.so.5 lib/postgresql/pgxs/config/install-sh -lib/postgresql/pgxs/src/makefiles/pgxs.mk +lib/postgresql/pgxs/config/missing lib/postgresql/pgxs/src/Makefile.global lib/postgresql/pgxs/src/Makefile.port lib/postgresql/pgxs/src/Makefile.shlib +lib/postgresql/pgxs/src/makefiles/pgxs.mk lib/postgresql/pgxs/src/nls-global.mk man/man1/clusterdb.1.gz man/man1/createdb.1.gz Modified: head/databases/postgresql92-server/Makefile ============================================================================== --- head/databases/postgresql92-server/Makefile Sat Feb 13 22:35:55 2016 (r408834) +++ head/databases/postgresql92-server/Makefile Sat Feb 13 22:42:04 2016 (r408835) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= postgresql -DISTVERSION?= 9.2.14 +DISTVERSION?= 9.2.15 CATEGORIES?= databases MASTER_SITES= PGSQL/source/v${DISTVERSION} PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT} @@ -68,7 +68,6 @@ SUB_FILES+= 502.pgsql OPTIONS_DEFINE+=LIBEDIT LIBEDIT_DESC= Use non-GPL libedit instead of readline USES+= perl5 -PORTREVISION?= 1 .else MAKE_ENV= PATH=${PREFIX}/bin:${PATH} CONFIGURE_ENV+= PATH=${PREFIX}/bin:${PATH} Modified: head/databases/postgresql92-server/distinfo ============================================================================== --- head/databases/postgresql92-server/distinfo Sat Feb 13 22:35:55 2016 (r408834) +++ head/databases/postgresql92-server/distinfo Sat Feb 13 22:42:04 2016 (r408835) @@ -1,4 +1,4 @@ -SHA256 (postgresql/postgresql-9.2.14.tar.bz2) = 54c20b3f320a48c38487f2711e98b2fa3f9ce4305905a294ad0449e8b4fb292e -SIZE (postgresql/postgresql-9.2.14.tar.bz2) = 16451398 +SHA256 (postgresql/postgresql-9.2.15.tar.bz2) = 7ced4807589899e83c64dd0803cf1f9782b6a20077ab545c66e868ef26543e60 +SIZE (postgresql/postgresql-9.2.15.tar.bz2) = 16480973 SHA256 (postgresql/pg-929-icu-2015-04-18.diff.gz) = 9aff1ba25fbe5892a3868bff516df685531c85901c360548e38bf2e5fa0e14ab SIZE (postgresql/pg-929-icu-2015-04-18.diff.gz) = 4469 Modified: head/databases/postgresql92-server/files/502.pgsql.in ============================================================================== --- head/databases/postgresql92-server/files/502.pgsql.in Sat Feb 13 22:35:55 2016 (r408834) +++ head/databases/postgresql92-server/files/502.pgsql.in Sat Feb 13 22:42:04 2016 (r408835) @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD: /tmp/pcvs/ports/databases/postgresql92-server/files/502.pgsql.in,v 1.4 2011-10-18 09:03:32 girgen Exp $ +# $FreeBSD$ # # Maintenance shell script to vacuum and backup database # Put this in /usr/local/etc/periodic/daily, and it will be run @@ -19,14 +19,6 @@ # daily_pgsql_backup_enable="foo bar db1 db2" # only do backup of a limited selection of databases # daily_pgsql_vacuum_enable="YES" # do vacuum -daily_pgsql_user=%%PG_USER%% -daily_pgsql_vacuum_args="-U ${daily_pgsql_user} -qaz" -daily_pgsql_pgdump_args="-U ${daily_pgsql_user} -bF c" -daily_pgsql_pgdumpall_globals_args="-U ${daily_pgsql_user}" -# backupdir is relative to ~pgsql home directory unless it begins with a slash: -daily_pgsql_backupdir="~${daily_pgsql_user}/backups" -daily_pgsql_savedays="7" - # If there is a global system configuration file, suck it in. # if [ -r /etc/defaults/periodic.conf ] @@ -35,6 +27,15 @@ then source_periodic_confs fi +: ${daily_pgsql_user:="%%PG_USER%%"} +: ${daily_pgsql_port:=5432} +: ${daily_pgsql_vacuum_args:="-U ${daily_pgsql_user} -p ${daily_pgsql_port} -qaz"} +: ${daily_pgsql_pgdump_args:="-U ${daily_pgsql_user} -p ${daily_pgsql_port} -bF c"} +: ${daily_pgsql_pgdumpall_globals_args:="-U ${daily_pgsql_user} -p ${daily_pgsql_port}"} +# backupdir is relative to ~pgsql home directory unless it begins with a slash: +: ${daily_pgsql_backupdir:="~${daily_pgsql_user}/backups"} +: ${daily_pgsql_savedays:="7"} + # allow '~´ in dir name eval backupdir=${daily_pgsql_backupdir} @@ -82,7 +83,7 @@ pgsql_backup() { case "$daily_pgsql_backup_enable" in [Yy][Ee][Ss]) - dbnames=`su -l %%PG_USER%% -c "umask 077; psql -q -t -A -d template1 -U %%PG_USER%% -c SELECT\ datname\ FROM\ pg_database\ WHERE\ datname!=\'template0\'"` + dbnames=`su -l ${daily_pgsql_user} -c "umask 077; psql -U ${daily_pgsql_user} -p ${daily_pgsql_port} -q -t -A -d template1 -c SELECT\ datname\ FROM\ pg_database\ WHERE\ datname!=\'template0\'"` pgsql_backup $dbnames ;; Modified: head/databases/postgresql92-server/pkg-plist-client ============================================================================== --- head/databases/postgresql92-server/pkg-plist-client Sat Feb 13 22:35:55 2016 (r408834) +++ head/databases/postgresql92-server/pkg-plist-client Sat Feb 13 22:42:04 2016 (r408835) @@ -14,7 +14,31 @@ bin/psql bin/reindexdb bin/vacuumdb include/ecpg_config.h +include/ecpg_informix.h +include/ecpgerrno.h +include/ecpglib.h +include/ecpgtype.h include/libpq-events.h +include/libpq-fe.h +include/libpq/libpq-fs.h +include/pg_config.h +include/pg_config_manual.h +include/pg_config_os.h +include/pgtypes_date.h +include/pgtypes_error.h +include/pgtypes_interval.h +include/pgtypes_numeric.h +include/pgtypes_timestamp.h +include/postgres_ext.h +include/postgresql/informix/esql/datetime.h +include/postgresql/informix/esql/decimal.h +include/postgresql/informix/esql/sqltypes.h +include/postgresql/internal/c.h +include/postgresql/internal/libpq-int.h +include/postgresql/internal/libpq/pqcomm.h +include/postgresql/internal/port.h +include/postgresql/internal/postgres_fe.h +include/postgresql/internal/pqexpbuffer.h include/postgresql/server/access/attnum.h include/postgresql/server/access/clog.h include/postgresql/server/access/genam.h @@ -290,6 +314,7 @@ include/postgresql/server/pg_config_manu include/postgresql/server/pg_config_os.h include/postgresql/server/pg_trace.h include/postgresql/server/pgstat.h +include/postgresql/server/pgtar.h include/postgresql/server/pgtime.h include/postgresql/server/port.h include/postgresql/server/port/aix.h @@ -503,35 +528,11 @@ include/postgresql/server/utils/uuid.h include/postgresql/server/utils/varbit.h include/postgresql/server/utils/xml.h include/postgresql/server/windowapi.h +include/sql3types.h +include/sqlca.h include/sqlda-compat.h include/sqlda-native.h include/sqlda.h -include/libpq/libpq-fs.h -include/postgresql/internal/libpq/pqcomm.h -include/postgresql/informix/esql/datetime.h -include/postgresql/informix/esql/decimal.h -include/postgresql/informix/esql/sqltypes.h -include/postgresql/internal/c.h -include/postgresql/internal/libpq-int.h -include/postgresql/internal/postgres_fe.h -include/postgresql/internal/port.h -include/postgresql/internal/pqexpbuffer.h -include/ecpg_informix.h -include/ecpgerrno.h -include/ecpglib.h -include/ecpgtype.h -include/libpq-fe.h -include/pg_config.h -include/pg_config_manual.h -include/pg_config_os.h -include/pgtypes_date.h -include/pgtypes_error.h -include/pgtypes_interval.h -include/pgtypes_numeric.h -include/pgtypes_timestamp.h -include/postgres_ext.h -include/sql3types.h -include/sqlca.h lib/libecpg.a lib/libecpg.so lib/libecpg.so.6 @@ -546,10 +547,11 @@ lib/libpq.a lib/libpq.so lib/libpq.so.5 lib/postgresql/pgxs/config/install-sh -lib/postgresql/pgxs/src/makefiles/pgxs.mk +lib/postgresql/pgxs/config/missing lib/postgresql/pgxs/src/Makefile.global lib/postgresql/pgxs/src/Makefile.port lib/postgresql/pgxs/src/Makefile.shlib +lib/postgresql/pgxs/src/makefiles/pgxs.mk lib/postgresql/pgxs/src/nls-global.mk man/man1/clusterdb.1.gz man/man1/createdb.1.gz Modified: head/databases/postgresql93-server/Makefile ============================================================================== --- head/databases/postgresql93-server/Makefile Sat Feb 13 22:35:55 2016 (r408834) +++ head/databases/postgresql93-server/Makefile Sat Feb 13 22:42:04 2016 (r408835) @@ -1,7 +1,7 @@ # Created by: Marc G. Fournier # $FreeBSD$ -DISTVERSION?= 9.3.10 +DISTVERSION?= 9.3.11 PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT} MAINTAINER?= pgsql@FreeBSD.org Modified: head/databases/postgresql93-server/distinfo ============================================================================== --- head/databases/postgresql93-server/distinfo Sat Feb 13 22:35:55 2016 (r408834) +++ head/databases/postgresql93-server/distinfo Sat Feb 13 22:42:04 2016 (r408835) @@ -1,4 +1,4 @@ -SHA256 (postgresql/postgresql-9.3.10.tar.bz2) = e5444f0f76aff98a251400b7c28bc361d65e3d72d8d6cb9bb5d8361a69541531 -SIZE (postgresql/postgresql-9.3.10.tar.bz2) = 16995860 +SHA256 (postgresql/postgresql-9.3.11.tar.bz2) = 3d222a90c941d3a6c02c7c749fc9eb54ff20a1166570459d09c5476743496a21 +SIZE (postgresql/postgresql-9.3.11.tar.bz2) = 17047707 SHA256 (postgresql/pg-929-icu-2015-04-18.diff.gz) = 9aff1ba25fbe5892a3868bff516df685531c85901c360548e38bf2e5fa0e14ab SIZE (postgresql/pg-929-icu-2015-04-18.diff.gz) = 4469 Modified: head/databases/postgresql93-server/files/502.pgsql.in ============================================================================== --- head/databases/postgresql93-server/files/502.pgsql.in Sat Feb 13 22:35:55 2016 (r408834) +++ head/databases/postgresql93-server/files/502.pgsql.in Sat Feb 13 22:42:04 2016 (r408835) @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD: /tmp/pcvs/ports/databases/postgresql92-server/files/502.pgsql.in,v 1.4 2011-10-18 09:03:32 girgen Exp $ +# $FreeBSD$ # # Maintenance shell script to vacuum and backup database # Put this in /usr/local/etc/periodic/daily, and it will be run @@ -19,14 +19,6 @@ # daily_pgsql_backup_enable="foo bar db1 db2" # only do backup of a limited selection of databases # daily_pgsql_vacuum_enable="YES" # do vacuum -daily_pgsql_user=%%PG_USER%% -daily_pgsql_vacuum_args="-U ${daily_pgsql_user} -qaz" -daily_pgsql_pgdump_args="-U ${daily_pgsql_user} -bF c" -daily_pgsql_pgdumpall_globals_args="-U ${daily_pgsql_user}" -# backupdir is relative to ~pgsql home directory unless it begins with a slash: -daily_pgsql_backupdir="~${daily_pgsql_user}/backups" -daily_pgsql_savedays="7" - # If there is a global system configuration file, suck it in. # if [ -r /etc/defaults/periodic.conf ] @@ -35,6 +27,15 @@ then source_periodic_confs fi +: ${daily_pgsql_user:="%%PG_USER%%"} +: ${daily_pgsql_port:=5432} +: ${daily_pgsql_vacuum_args:="-U ${daily_pgsql_user} -p ${daily_pgsql_port} -qaz"} +: ${daily_pgsql_pgdump_args:="-U ${daily_pgsql_user} -p ${daily_pgsql_port} -bF c"} +: ${daily_pgsql_pgdumpall_globals_args:="-U ${daily_pgsql_user} -p ${daily_pgsql_port}"} +# backupdir is relative to ~pgsql home directory unless it begins with a slash: +: ${daily_pgsql_backupdir:="~${daily_pgsql_user}/backups"} +: ${daily_pgsql_savedays:="7"} + # allow '~´ in dir name eval backupdir=${daily_pgsql_backupdir} @@ -82,7 +83,7 @@ pgsql_backup() { case "$daily_pgsql_backup_enable" in [Yy][Ee][Ss]) - dbnames=`su -l %%PG_USER%% -c "umask 077; psql -q -t -A -d template1 -U %%PG_USER%% -c SELECT\ datname\ FROM\ pg_database\ WHERE\ datname!=\'template0\'"` + dbnames=`su -l ${daily_pgsql_user} -c "umask 077; psql -U ${daily_pgsql_user} -p ${daily_pgsql_port} -q -t -A -d template1 -c SELECT\ datname\ FROM\ pg_database\ WHERE\ datname!=\'template0\'"` pgsql_backup $dbnames ;; Modified: head/databases/postgresql93-server/pkg-plist-client ============================================================================== --- head/databases/postgresql93-server/pkg-plist-client Sat Feb 13 22:35:55 2016 (r408834) +++ head/databases/postgresql93-server/pkg-plist-client Sat Feb 13 22:42:04 2016 (r408835) @@ -15,8 +15,32 @@ bin/psql bin/reindexdb bin/vacuumdb include/ecpg_config.h +include/ecpg_informix.h +include/ecpgerrno.h +include/ecpglib.h +include/ecpgtype.h include/libpq-events.h +include/libpq-fe.h +include/libpq/libpq-fs.h +include/pg_config.h include/pg_config_ext.h +include/pg_config_manual.h +include/pg_config_os.h +include/pgtypes_date.h +include/pgtypes_error.h +include/pgtypes_interval.h +include/pgtypes_numeric.h +include/pgtypes_timestamp.h +include/postgres_ext.h +include/postgresql/informix/esql/datetime.h +include/postgresql/informix/esql/decimal.h +include/postgresql/informix/esql/sqltypes.h +include/postgresql/internal/c.h +include/postgresql/internal/libpq-int.h +include/postgresql/internal/libpq/pqcomm.h +include/postgresql/internal/port.h +include/postgresql/internal/postgres_fe.h +include/postgresql/internal/pqexpbuffer.h include/postgresql/server/access/attnum.h include/postgresql/server/access/clog.h include/postgresql/server/access/genam.h @@ -528,35 +552,11 @@ include/postgresql/server/utils/uuid.h include/postgresql/server/utils/varbit.h include/postgresql/server/utils/xml.h include/postgresql/server/windowapi.h +include/sql3types.h +include/sqlca.h include/sqlda-compat.h include/sqlda-native.h include/sqlda.h -include/libpq/libpq-fs.h -include/postgresql/internal/libpq/pqcomm.h -include/postgresql/informix/esql/datetime.h -include/postgresql/informix/esql/decimal.h -include/postgresql/informix/esql/sqltypes.h -include/postgresql/internal/c.h -include/postgresql/internal/libpq-int.h -include/postgresql/internal/postgres_fe.h -include/postgresql/internal/port.h -include/postgresql/internal/pqexpbuffer.h -include/ecpg_informix.h -include/ecpgerrno.h -include/ecpglib.h -include/ecpgtype.h -include/libpq-fe.h -include/pg_config.h -include/pg_config_manual.h -include/pg_config_os.h -include/pgtypes_date.h -include/pgtypes_error.h -include/pgtypes_interval.h -include/pgtypes_numeric.h -include/pgtypes_timestamp.h -include/postgres_ext.h -include/sql3types.h -include/sqlca.h lib/libecpg.a lib/libecpg.so lib/libecpg.so.6 @@ -570,16 +570,17 @@ lib/libpgtypes.so.3 lib/libpq.a lib/libpq.so lib/libpq.so.5 -libdata/pkgconfig/libecpg.pc -libdata/pkgconfig/libecpg_compat.pc -libdata/pkgconfig/libpgtypes.pc -libdata/pkgconfig/libpq.pc lib/postgresql/pgxs/config/install-sh -lib/postgresql/pgxs/src/makefiles/pgxs.mk +lib/postgresql/pgxs/config/missing lib/postgresql/pgxs/src/Makefile.global lib/postgresql/pgxs/src/Makefile.port lib/postgresql/pgxs/src/Makefile.shlib +lib/postgresql/pgxs/src/makefiles/pgxs.mk lib/postgresql/pgxs/src/nls-global.mk +libdata/pkgconfig/libecpg.pc +libdata/pkgconfig/libecpg_compat.pc +libdata/pkgconfig/libpgtypes.pc +libdata/pkgconfig/libpq.pc man/man1/clusterdb.1.gz man/man1/createdb.1.gz man/man1/createlang.1.gz Modified: head/databases/postgresql94-server/Makefile ============================================================================== --- head/databases/postgresql94-server/Makefile Sat Feb 13 22:35:55 2016 (r408834) +++ head/databases/postgresql94-server/Makefile Sat Feb 13 22:42:04 2016 (r408835) @@ -1,7 +1,7 @@ # Created by: Marc G. Fournier # $FreeBSD$ -DISTVERSION?= 9.4.5 +DISTVERSION?= 9.4.6 MAINTAINER?= pgsql@FreeBSD.org Modified: head/databases/postgresql94-server/distinfo ============================================================================== --- head/databases/postgresql94-server/distinfo Sat Feb 13 22:35:55 2016 (r408834) +++ head/databases/postgresql94-server/distinfo Sat Feb 13 22:42:04 2016 (r408835) @@ -1,4 +1,4 @@ -SHA256 (postgresql/postgresql-9.4.5.tar.bz2) = b87c50c66b6ea42a9712b5f6284794fabad0616e6ae420cf0f10523be6d94a39 -SIZE (postgresql/postgresql-9.4.5.tar.bz2) = 17660960 +SHA256 (postgresql/postgresql-9.4.6.tar.bz2) = cbce1f4d01a6142c5d8bebe125623c5198ec04f363da7dd3d3b3a4100b4140a6 +SIZE (postgresql/postgresql-9.4.6.tar.bz2) = 17734946 SHA256 (postgresql/pg-941-icu-2015-04-18.diff.gz) = 30c1366539fd0833db37a98b32bd22e8da4538e58f8dbc2ad2f63dc54835609b SIZE (postgresql/pg-941-icu-2015-04-18.diff.gz) = 4279 Modified: head/databases/postgresql94-server/files/502.pgsql.in ============================================================================== --- head/databases/postgresql94-server/files/502.pgsql.in Sat Feb 13 22:35:55 2016 (r408834) +++ head/databases/postgresql94-server/files/502.pgsql.in Sat Feb 13 22:42:04 2016 (r408835) @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD: /tmp/pcvs/ports/databases/postgresql92-server/files/502.pgsql.in,v 1.4 2011-10-18 09:03:32 girgen Exp $ +# $FreeBSD$ # # Maintenance shell script to vacuum and backup database # Put this in /usr/local/etc/periodic/daily, and it will be run @@ -19,14 +19,6 @@ # daily_pgsql_backup_enable="foo bar db1 db2" # only do backup of a limited selection of databases # daily_pgsql_vacuum_enable="YES" # do vacuum -daily_pgsql_user=%%PG_USER%% -daily_pgsql_vacuum_args="-U ${daily_pgsql_user} -qaz" -daily_pgsql_pgdump_args="-U ${daily_pgsql_user} -bF c" -daily_pgsql_pgdumpall_globals_args="-U ${daily_pgsql_user}" -# backupdir is relative to ~pgsql home directory unless it begins with a slash: -daily_pgsql_backupdir="~${daily_pgsql_user}/backups" -daily_pgsql_savedays="7" - # If there is a global system configuration file, suck it in. # if [ -r /etc/defaults/periodic.conf ] @@ -35,6 +27,15 @@ then source_periodic_confs fi +: ${daily_pgsql_user:="%%PG_USER%%"} +: ${daily_pgsql_port:=5432} +: ${daily_pgsql_vacuum_args:="-U ${daily_pgsql_user} -p ${daily_pgsql_port} -qaz"} +: ${daily_pgsql_pgdump_args:="-U ${daily_pgsql_user} -p ${daily_pgsql_port} -bF c"} +: ${daily_pgsql_pgdumpall_globals_args:="-U ${daily_pgsql_user} -p ${daily_pgsql_port}"} +# backupdir is relative to ~pgsql home directory unless it begins with a slash: +: ${daily_pgsql_backupdir:="~${daily_pgsql_user}/backups"} +: ${daily_pgsql_savedays:="7"} + # allow '~´ in dir name eval backupdir=${daily_pgsql_backupdir} @@ -82,7 +83,7 @@ pgsql_backup() { case "$daily_pgsql_backup_enable" in [Yy][Ee][Ss]) - dbnames=`su -l %%PG_USER%% -c "umask 077; psql -q -t -A -d template1 -U %%PG_USER%% -c SELECT\ datname\ FROM\ pg_database\ WHERE\ datname!=\'template0\'"` + dbnames=`su -l ${daily_pgsql_user} -c "umask 077; psql -U ${daily_pgsql_user} -p ${daily_pgsql_port} -q -t -A -d template1 -c SELECT\ datname\ FROM\ pg_database\ WHERE\ datname!=\'template0\'"` pgsql_backup $dbnames ;; Modified: head/databases/postgresql94-server/pkg-plist-client ============================================================================== --- head/databases/postgresql94-server/pkg-plist-client Sat Feb 13 22:35:55 2016 (r408834) +++ head/databases/postgresql94-server/pkg-plist-client Sat Feb 13 22:42:04 2016 (r408835) @@ -591,6 +591,7 @@ lib/libpq.a lib/libpq.so lib/libpq.so.5 lib/postgresql/pgxs/config/install-sh +lib/postgresql/pgxs/config/missing lib/postgresql/pgxs/src/Makefile.global lib/postgresql/pgxs/src/Makefile.port lib/postgresql/pgxs/src/Makefile.shlib Modified: head/databases/postgresql95-server/Makefile ============================================================================== --- head/databases/postgresql95-server/Makefile Sat Feb 13 22:35:55 2016 (r408834) +++ head/databases/postgresql95-server/Makefile Sat Feb 13 22:42:04 2016 (r408835) @@ -1,8 +1,7 @@ # Created by: Marc G. Fournier # $FreeBSD$ -DISTVERSION?= 9.5.0 -PORTREVISION?= 2 +DISTVERSION?= 9.5.1 MAINTAINER?= pgsql@FreeBSD.org Modified: head/databases/postgresql95-server/distinfo ============================================================================== --- head/databases/postgresql95-server/distinfo Sat Feb 13 22:35:55 2016 (r408834) +++ head/databases/postgresql95-server/distinfo Sat Feb 13 22:42:04 2016 (r408835) @@ -1,2 +1,2 @@ -SHA256 (postgresql/postgresql-9.5.0.tar.bz2) = f1c0d3a1a8aa8c92738cab0153fbfffcc4d4158b3fee84f7aa6bfea8283978bc -SIZE (postgresql/postgresql-9.5.0.tar.bz2) = 18378311 +SHA256 (postgresql/postgresql-9.5.1.tar.bz2) = 6b309d8506a39773a752ff074f47656e5424576ea090b04a24fe1725958c5bd2 +SIZE (postgresql/postgresql-9.5.1.tar.bz2) = 18441638 Modified: head/databases/postgresql95-server/files/502.pgsql.in ============================================================================== --- head/databases/postgresql95-server/files/502.pgsql.in Sat Feb 13 22:35:55 2016 (r408834) +++ head/databases/postgresql95-server/files/502.pgsql.in Sat Feb 13 22:42:04 2016 (r408835) @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD: /tmp/pcvs/ports/databases/postgresql92-server/files/502.pgsql.in,v 1.4 2011-10-18 09:03:32 girgen Exp $ +# $FreeBSD$ # # Maintenance shell script to vacuum and backup database # Put this in /usr/local/etc/periodic/daily, and it will be run Modified: head/databases/postgresql95-server/pkg-plist-client ============================================================================== --- head/databases/postgresql95-server/pkg-plist-client Sat Feb 13 22:35:55 2016 (r408834) +++ head/databases/postgresql95-server/pkg-plist-client Sat Feb 13 22:42:04 2016 (r408835) @@ -960,7 +960,11 @@ man/man7/WITH.7.gz %%NLS%%share/locale/ja/LC_MESSAGES/pgscripts-9.5.mo %%NLS%%share/locale/ja/LC_MESSAGES/psql-9.5.mo %%NLS%%share/locale/ko/LC_MESSAGES/ecpg-9.5.mo +%%NLS%%share/locale/ko/LC_MESSAGES/ecpglib6-9.5.mo +%%NLS%%share/locale/ko/LC_MESSAGES/libpq5-9.5.mo %%NLS%%share/locale/ko/LC_MESSAGES/pg_config-9.5.mo +%%NLS%%share/locale/ko/LC_MESSAGES/pg_dump-9.5.mo +%%NLS%%share/locale/ko/LC_MESSAGES/pgscripts-9.5.mo %%NLS%%share/locale/ko/LC_MESSAGES/psql-9.5.mo %%NLS%%share/locale/nb/LC_MESSAGES/pg_config-9.5.mo %%NLS%%share/locale/pl/LC_MESSAGES/ecpg-9.5.mo Modified: head/databases/postgresql95-server/pkg-plist-server ============================================================================== --- head/databases/postgresql95-server/pkg-plist-server Sat Feb 13 22:35:55 2016 (r408834) +++ head/databases/postgresql95-server/pkg-plist-server Sat Feb 13 22:42:04 2016 (r408835) @@ -59,6 +59,7 @@ lib/libpgcommon.a %%DATADIR%%/extension/plpgsql--1.0.sql %%DATADIR%%/extension/plpgsql--unpackaged--1.0.sql %%DATADIR%%/extension/plpgsql.control +%%DATADIR%%/postgres.shdescription %%NLS%%share/locale/cs/LC_MESSAGES/initdb-9.5.mo %%NLS%%share/locale/cs/LC_MESSAGES/pg_controldata-9.5.mo %%NLS%%share/locale/cs/LC_MESSAGES/pg_ctl-9.5.mo @@ -69,6 +70,7 @@ lib/libpgcommon.a %%NLS%%share/locale/de/LC_MESSAGES/pg_controldata-9.5.mo %%NLS%%share/locale/de/LC_MESSAGES/pg_ctl-9.5.mo %%NLS%%share/locale/de/LC_MESSAGES/pg_resetxlog-9.5.mo +%%NLS%%share/locale/de/LC_MESSAGES/pg_rewind-9.5.mo %%NLS%%share/locale/de/LC_MESSAGES/plpgsql-9.5.mo %%NLS%%share/locale/de/LC_MESSAGES/postgres-9.5.mo %%NLS%%share/locale/es/LC_MESSAGES/initdb-9.5.mo @@ -76,6 +78,7 @@ lib/libpgcommon.a %%NLS%%share/locale/es/LC_MESSAGES/pg_controldata-9.5.mo %%NLS%%share/locale/es/LC_MESSAGES/pg_ctl-9.5.mo %%NLS%%share/locale/es/LC_MESSAGES/pg_resetxlog-9.5.mo +%%NLS%%share/locale/es/LC_MESSAGES/pg_rewind-9.5.mo %%NLS%%share/locale/es/LC_MESSAGES/plpgsql-9.5.mo %%NLS%%share/locale/es/LC_MESSAGES/postgres-9.5.mo %%NLS%%share/locale/fr/LC_MESSAGES/initdb-9.5.mo @@ -91,6 +94,7 @@ lib/libpgcommon.a %%NLS%%share/locale/it/LC_MESSAGES/pg_controldata-9.5.mo %%NLS%%share/locale/it/LC_MESSAGES/pg_ctl-9.5.mo %%NLS%%share/locale/it/LC_MESSAGES/pg_resetxlog-9.5.mo +%%NLS%%share/locale/it/LC_MESSAGES/pg_rewind-9.5.mo %%NLS%%share/locale/it/LC_MESSAGES/plpgsql-9.5.mo %%NLS%%share/locale/it/LC_MESSAGES/postgres-9.5.mo %%NLS%%share/locale/ja/LC_MESSAGES/initdb-9.5.mo @@ -99,11 +103,19 @@ lib/libpgcommon.a %%NLS%%share/locale/ja/LC_MESSAGES/pg_resetxlog-9.5.mo %%NLS%%share/locale/ja/LC_MESSAGES/plpgsql-9.5.mo %%NLS%%share/locale/ja/LC_MESSAGES/postgres-9.5.mo +%%NLS%%share/locale/ko/LC_MESSAGES/initdb-9.5.mo +%%NLS%%share/locale/ko/LC_MESSAGES/pg_basebackup-9.5.mo +%%NLS%%share/locale/ko/LC_MESSAGES/pg_controldata-9.5.mo +%%NLS%%share/locale/ko/LC_MESSAGES/pg_ctl-9.5.mo +%%NLS%%share/locale/ko/LC_MESSAGES/pg_resetxlog-9.5.mo +%%NLS%%share/locale/ko/LC_MESSAGES/pg_rewind-9.5.mo +%%NLS%%share/locale/ko/LC_MESSAGES/pl%%PG_USER%%-9.5.mo %%NLS%%share/locale/pl/LC_MESSAGES/initdb-9.5.mo %%NLS%%share/locale/pl/LC_MESSAGES/pg_basebackup-9.5.mo %%NLS%%share/locale/pl/LC_MESSAGES/pg_controldata-9.5.mo %%NLS%%share/locale/pl/LC_MESSAGES/pg_ctl-9.5.mo %%NLS%%share/locale/pl/LC_MESSAGES/pg_resetxlog-9.5.mo +%%NLS%%share/locale/pl/LC_MESSAGES/pg_rewind-9.5.mo %%NLS%%share/locale/pl/LC_MESSAGES/plpgsql-9.5.mo %%NLS%%share/locale/pl/LC_MESSAGES/postgres-9.5.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/initdb-9.5.mo @@ -119,6 +131,7 @@ lib/libpgcommon.a %%NLS%%share/locale/ru/LC_MESSAGES/pg_controldata-9.5.mo %%NLS%%share/locale/ru/LC_MESSAGES/pg_ctl-9.5.mo %%NLS%%share/locale/ru/LC_MESSAGES/pg_resetxlog-9.5.mo +%%NLS%%share/locale/ru/LC_MESSAGES/pg_rewind-9.5.mo %%NLS%%share/locale/ru/LC_MESSAGES/plpgsql-9.5.mo %%NLS%%share/locale/ru/LC_MESSAGES/postgres-9.5.mo %%NLS%%share/locale/sv/LC_MESSAGES/initdb-9.5.mo @@ -130,10 +143,10 @@ lib/libpgcommon.a %%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_controldata-9.5.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_ctl-9.5.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_resetxlog-9.5.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_rewind-9.5.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/plpgsql-9.5.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/postgres-9.5.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/plpgsql-9.5.mo -%%DATADIR%%/postgres.shdescription %%DATADIR%%/snowball_create.sql %%TZDATA%%%%DATADIR%%/timezone/Africa/Abidjan %%TZDATA%%%%DATADIR%%/timezone/Africa/Accra From owner-svn-ports-head@freebsd.org Sat Feb 13 22:50:57 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CC986AA7C14; Sat, 13 Feb 2016 22:50:57 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9BBDF1994; Sat, 13 Feb 2016 22:50:57 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1DMouQv092894; Sat, 13 Feb 2016 22:50:56 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1DMou5D092893; Sat, 13 Feb 2016 22:50:56 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <201602132250.u1DMou5D092893@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Sat, 13 Feb 2016 22:50:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408836 - head/databases/postgresql90-server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Feb 2016 22:50:57 -0000 Author: girgen Date: Sat Feb 13 22:50:56 2016 New Revision: 408836 URL: https://svnweb.freebsd.org/changeset/ports/408836 Log: Deprecate PostgreSQL 9.0 EOL was reached in September 2015 http://www.postgresql.org/support/versioning/ Modified: head/databases/postgresql90-server/Makefile Modified: head/databases/postgresql90-server/Makefile ============================================================================== --- head/databases/postgresql90-server/Makefile Sat Feb 13 22:42:04 2016 (r408835) +++ head/databases/postgresql90-server/Makefile Sat Feb 13 22:50:56 2016 (r408836) @@ -14,4 +14,9 @@ BUILD_DIRS?= src/timezone src/backend sr INSTALL_DIRS?= ${BUILD_DIRS} COMPONENT?= -server +# EOL was reached in September 2015 +# http://www.postgresql.org/support/versioning/ +DEPRECATED= "EOL was reached in September 2015" +EXPIRATION_DATE=2016-04-13 + .include "${.CURDIR}/../postgresql91-server/Makefile" From owner-svn-ports-head@freebsd.org Sat Feb 13 23:59:09 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AE05AAA78BF; Sat, 13 Feb 2016 23:59:09 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id A33BF1320; Sat, 13 Feb 2016 23:59:09 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from Silverstone.nc-us.unovitch.com (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id 019691851; Sat, 13 Feb 2016 23:59:08 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Date: Sat, 13 Feb 2016 18:59:08 -0500 From: Jason Unovitch To: Palle Girgensohn Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r408835 - in head/databases: postgresql90-server/files postgresql91-server postgresql91-server/files postgresql92-server postgresql92-server/files postgresql93-server postgresql93-serve... Message-ID: <20160213235908.GB62408@Silverstone.nc-us.unovitch.com> References: <201602132242.u1DMg4j4092391@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; x-action=pgp-signed In-Reply-To: <201602132242.u1DMg4j4092391@repo.freebsd.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Feb 2016 23:59:09 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 On Sat, Feb 13, 2016 at 10:42:04PM +0000, Palle Girgensohn wrote: > Author: girgen > Date: Sat Feb 13 22:42:04 2016 > New Revision: 408835 > URL: https://svnweb.freebsd.org/changeset/ports/408835 > Modified: > head/databases/postgresql90-server/files/502.pgsql.in > Modified: head/databases/postgresql90-server/files/502.pgsql.in > ============================================================================== > --- head/databases/postgresql90-server/files/502.pgsql.in Sat Feb 13 22:35:55 2016 (r408834) > +++ head/databases/postgresql90-server/files/502.pgsql.in Sat Feb 13 22:42:04 2016 (r408835) > @@ -1,6 +1,6 @@ > #!/bin/sh > # > -# $FreeBSD: /tmp/pcvs/ports/databases/postgresql90-server/files/502.pgsql.in,v 1.2 2011-04-20 15:30:33 girgen Exp $ > +# $FreeBSD$ > # > # Maintenance shell script to vacuum and backup database > # Put this in /usr/local/etc/periodic/daily, and it will be run This looked odd. I noticed the 502.pgsql.in files all have the fbsd:nokeywords property set. They would all benefit from `svn pd fbsd:nokeywords 502.pgsql.in' and `svn ps svn:keywords FreeBSD=%H 502.pgsql.in' to enable expansion of that $FreeBSD$ tag. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQF8BAEBCgBmBQJWv8NIXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ0NURGNTQ1OTkzQkJFMzc3OTNDQUNERUU2 RkQ0OUMzMDE2MUNBQTZFAAoJEG/UnDAWHKpuuh4IAJ4wuwFX2UxVSQNHYro/l6Ci 49/njSwAysNdSiQh8Zt/atChDdpQ9nxg0YSWxY75cGn01bJcVbh/6NrD/wEhiSuB 71ZQA8jgfQ3I+kP5JxH3EGhmW30ekrW0icjTpU+/UCKwJbG8abITqN5jnZ10Nzrc hqKbzyrPQ3WZ+16fSwYI6V6kcYNohud/n/M6uTdhdpQ6ENKVYqXhvljMe1YsNqll ns4nBpPA6BpcOTPaACoswEV92iQQ4wRdk14TWnOcxvOBI6BCnG22rAhnSDrhqjsg PrqRXGKoyN9eCURiMAxwaob04LVYKmR22r9/BkU8qbt+zEsq3QvSeeuYgu3rHWg= =NTMN -----END PGP SIGNATURE-----