From owner-svn-ports-head@freebsd.org Sun Jul 5 00:32:09 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 618D3A171; Sun, 5 Jul 2015 00:32:09 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pd0-x234.google.com (mail-pd0-x234.google.com [IPv6:2607:f8b0:400e:c02::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 2CDDE1962; Sun, 5 Jul 2015 00:32:09 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by pdbep18 with SMTP id ep18so84323577pdb.1; Sat, 04 Jul 2015 17:32:08 -0700 (PDT) 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=hHZpTEhePvnMNbqWLJN6b6fyCE5FBmqyWI5ebb6BdwU=; b=ZLpIFE965VhUmYg74hAMe23Z4Cc+r310bHr5gXxujuoUXGYEb3DXJkJrEq9ir8OQwj VehmSj6TU1HTjslYxWCoasjfqnssoC3oWYf43kP8669AV3GO6fylHOhlVHUAj5iokRtN 9YwdMRgZI1n+bU6BxwXBDNLdUHClSFtouGwzWGlbvqHrieBOdF1ySOrwlKrO9DMicsjX 3kIansmCa8WRNYrISZ2Hth0j+8BK9f8UKpJsU4mvpHQ8vZAf1EekArPwF+ncNjOxiT+6 GrB3Fz1IlO+EhbYdHnnSiMITK/HNtusV+t8qJvbLRE8gvhZqXLXJmrNWz2QiH+DGDWnu t0vA== X-Received: by 10.70.126.33 with SMTP id mv1mr33462904pdb.64.1436056328677; Sat, 04 Jul 2015 17:32:08 -0700 (PDT) Received: from ?IPv6:2001:44b8:31ae:7b01::2? (2001-44b8-31ae-7b01-0000-0000-0000-0002.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01::2]) by mx.google.com with ESMTPSA id fp3sm13406620pdb.52.2015.07.04.17.32.03 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 04 Jul 2015 17:32:08 -0700 (PDT) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r391297 - in head/net/mosquitto: . files References: <201507040914.t649E7VU078684@repo.freebsd.org> To: Olli Hauer , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Kubilay Kocak Message-ID: <55987AFB.2080802@FreeBSD.org> Date: Sun, 5 Jul 2015 10:31:55 +1000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.0 MIME-Version: 1.0 In-Reply-To: <201507040914.t649E7VU078684@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: Sun, 05 Jul 2015 00:32:09 -0000 On 4/07/2015 7:14 PM, Olli Hauer wrote: > Author: ohauer > Date: Sat Jul 4 09:14:06 2015 > New Revision: 391297 > URL: https://svnweb.freebsd.org/changeset/ports/391297 > > Log: > - update to 1.4.2 > > The Python driver is now provided by net/py-paho-mqtt! > > More drivers can be found at http://eclipse.org/paho > > PR: 200540 > Submitted by: ohauer > Approved by: Joseph Benden (maintainer, via PM) > > Added: > head/net/mosquitto/pkg-message (contents, props changed) > Modified: > head/net/mosquitto/Makefile > head/net/mosquitto/distinfo > head/net/mosquitto/files/patch-CMakeLists.txt > head/net/mosquitto/files/patch-config.mk > head/net/mosquitto/files/patch-lib_tls__mosq.h > head/net/mosquitto/files/patch-mosquitto.conf > head/net/mosquitto/files/patch-src_CMakeLists.txt > head/net/mosquitto/pkg-descr > head/net/mosquitto/pkg-plist > > Modified: head/net/mosquitto/Makefile > ============================================================================== > --- head/net/mosquitto/Makefile Sat Jul 4 09:09:32 2015 (r391296) > +++ head/net/mosquitto/Makefile Sat Jul 4 09:14:06 2015 (r391297) > @@ -2,8 +2,7 @@ > # $FreeBSD$ > > PORTNAME= mosquitto > -PORTVERSION= 1.3.5 > -PORTREVISION= 1 > +PORTVERSION= 1.4.2 > CATEGORIES= net > MASTER_SITES= http://mosquitto.org/files/source/ > > @@ -15,36 +14,20 @@ LICENSE= BSD3CLAUSE > LIB_DEPENDS= libcares.so:${PORTSDIR}/dns/c-ares > BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt > > -OPTIONS_DEFAULT=PYTHON > -OPTIONS_DEFINE= PYTHON > - > -PYTHON_DESC= Build python driver > - > USES= cmake python:2 > NOCONFIGURE= yes > USE_RC_SUBR= mosquitto > USE_LDCONFIG= yes > +PLIST_SUB= PORTVERSION=${PORTVERSION} > > USERS= nobody > > -.include > - > -.if ${PORT_OPTIONS:MPYTHON} > -PLIST_SUB= PYTHON_VER=${PYTHON_VER} NOPYTHON="" PORTVERSION=${PORTVERSION} > -.else > -PLIST_SUB= NOPYTHON="@comment " PORTVERSION=${PORTVERSION} > -.endif > - > post-patch: > # do not run ldconfig in stage dir > ${REINPLACE_CMD} -e '/ldconfig/d' ${WRKSRC}/src/CMakeLists.txt \ > ${WRKSRC}/lib/CMakeLists.txt ${WRKSRC}/lib/cpp/CMakeLists.txt > > post-stage: > -.if ${PORT_OPTIONS:MPYTHON} > - (cd ${WRKSRC}/lib/python && \ > - ${PYTHON_CMD} ${WRKSRC}/lib/python/setup.py build install --prefix=${PREFIX} --root=${STAGEDIR}) > -.endif > # Adjust configuration files > ${MV} ${STAGEDIR}${ETCDIR}/mosquitto.conf ${STAGEDIR}${ETCDIR}/mosquitto.conf.sample > ${MV} ${STAGEDIR}${ETCDIR}/pwfile.example ${STAGEDIR}${ETCDIR}/pwfile.sample > > Modified: head/net/mosquitto/distinfo > ============================================================================== > --- head/net/mosquitto/distinfo Sat Jul 4 09:09:32 2015 (r391296) > +++ head/net/mosquitto/distinfo Sat Jul 4 09:14:06 2015 (r391297) > @@ -1,2 +1,2 @@ > -SHA256 (mosquitto-1.3.5.tar.gz) = 16eb3dbef183827665feee9288362c7352cd016ba04ca0402a0ccf857d1c2ab2 > -SIZE (mosquitto-1.3.5.tar.gz) = 352231 > +SHA256 (mosquitto-1.4.2.tar.gz) = 5ebc3800a0018bfbec62dcc3748fb29f628df068acd39c62c4ef651d9276647e > +SIZE (mosquitto-1.4.2.tar.gz) = 323815 > > Modified: head/net/mosquitto/files/patch-CMakeLists.txt > ============================================================================== > --- head/net/mosquitto/files/patch-CMakeLists.txt Sat Jul 4 09:09:32 2015 (r391296) > +++ head/net/mosquitto/files/patch-CMakeLists.txt Sat Jul 4 09:14:06 2015 (r391297) > @@ -1,8 +1,8 @@ > ---- CMakeLists.txt.orig 2014-10-08 21:50:07 UTC > +--- CMakeLists.txt.orig 2015-05-07 13:21:22 UTC > +++ CMakeLists.txt > -@@ -8,6 +8,9 @@ cmake_minimum_required(VERSION 2.6) > +@@ -13,6 +13,9 @@ cmake_minimum_required(VERSION 2.8) > > - set (VERSION 1.3.5) > + set (VERSION 1.4.2) > > +include_directories(/usr/local/include) > +link_directories(/usr/local/lib) > @@ -10,8 +10,8 @@ > if (WIN32) > execute_process(COMMAND cmd /c echo %DATE% %TIME% OUTPUT_VARIABLE TIMESTAMP > OUTPUT_STRIP_TRAILING_WHITESPACE) > -@@ -40,7 +43,7 @@ else (WIN32) > - set (LIBDIR lib${LIB_SUFFIX}) > +@@ -47,7 +50,7 @@ else (WIN32) > + set (CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/${LIBDIR}") > set (INCLUDEDIR include) > set (DATAROOTDIR share) > - set (MANDIR ${DATAROOTDIR}/man) > > Modified: head/net/mosquitto/files/patch-config.mk > ============================================================================== > --- head/net/mosquitto/files/patch-config.mk Sat Jul 4 09:09:32 2015 (r391296) > +++ head/net/mosquitto/files/patch-config.mk Sat Jul 4 09:14:06 2015 (r391297) > @@ -1,7 +1,7 @@ > ---- config.mk.orig 2014-10-08 21:50:07 UTC > +--- config.mk.orig 2015-05-07 13:21:22 UTC > +++ config.mk > -@@ -213,7 +213,7 @@ endif > - > +@@ -241,7 +241,7 @@ ifeq ($(WITH_DOCS),yes) > + endif > > INSTALL?=install > -prefix=/usr/local > > Modified: head/net/mosquitto/files/patch-lib_tls__mosq.h > ============================================================================== > --- head/net/mosquitto/files/patch-lib_tls__mosq.h Sat Jul 4 09:09:32 2015 (r391296) > +++ head/net/mosquitto/files/patch-lib_tls__mosq.h Sat Jul 4 09:14:06 2015 (r391297) > @@ -1,6 +1,6 @@ > ---- lib/tls_mosq.h.orig 2014-10-08 21:50:07 UTC > +--- lib/tls_mosq.h.orig 2015-05-07 13:21:22 UTC > +++ lib/tls_mosq.h > -@@ -33,8 +33,9 @@ POSSIBILITY OF SUCH DAMAGE. > +@@ -20,8 +20,9 @@ Contributors: > #ifdef WITH_TLS > > #include > > Modified: head/net/mosquitto/files/patch-mosquitto.conf > ============================================================================== > --- head/net/mosquitto/files/patch-mosquitto.conf Sat Jul 4 09:09:32 2015 (r391296) > +++ head/net/mosquitto/files/patch-mosquitto.conf Sat Jul 4 09:14:06 2015 (r391297) > @@ -1,4 +1,4 @@ > ---- mosquitto.conf.orig 2014-10-08 21:50:07 UTC > +--- mosquitto.conf.orig 2015-05-07 13:21:22 UTC > +++ mosquitto.conf > @@ -32,7 +32,7 @@ > # This should be set to /var/run/mosquitto.pid if mosquitto is > > Modified: head/net/mosquitto/files/patch-src_CMakeLists.txt > ============================================================================== > --- head/net/mosquitto/files/patch-src_CMakeLists.txt Sat Jul 4 09:09:32 2015 (r391296) > +++ head/net/mosquitto/files/patch-src_CMakeLists.txt Sat Jul 4 09:14:06 2015 (r391297) > @@ -1,6 +1,6 @@ > ---- src/CMakeLists.txt.orig 2014-10-08 21:50:07 UTC > +--- src/CMakeLists.txt.orig 2015-05-07 13:21:22 UTC > +++ src/CMakeLists.txt > -@@ -79,7 +79,7 @@ if (UNIX) > +@@ -86,7 +86,7 @@ if (UNIX) > if (APPLE) > set (MOSQ_LIBS ${MOSQ_LIBS} dl m) > else (APPLE) > @@ -9,7 +9,7 @@ > endif (APPLE) > endif (UNIX) > > -@@ -100,6 +100,5 @@ if (${WITH_TLS} STREQUAL ON) > +@@ -127,6 +127,5 @@ if (${WITH_TLS} STREQUAL ON) > endif (${WITH_TLS} STREQUAL ON) > > if (UNIX) > > Modified: head/net/mosquitto/pkg-descr > ============================================================================== > --- head/net/mosquitto/pkg-descr Sat Jul 4 09:09:32 2015 (r391296) > +++ head/net/mosquitto/pkg-descr Sat Jul 4 09:14:06 2015 (r391297) > @@ -1,4 +1,8 @@ > -Mosquitto is an open source implementation of a server for version 3.1 of the > -MQTT protocol. > +Mosquitto is an open source (BSD licensed) message broker that implements > +the MQ Telemetry Transport protocol versions 3.1 and 3.1.1. MQTT provides > +a lightweight method of carrying out messaging using a publish/subscribe > +model. This makes it suitable for "machine to machine" messaging such as > +with low power sensors or mobile devices such as phones, embedded > +computers or microcontrollers like the Arduino. > > WWW: http://mosquitto.org/ > > Added: head/net/mosquitto/pkg-message > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/net/mosquitto/pkg-message Sat Jul 4 09:14:06 2015 (r391297) > @@ -0,0 +1 @@ > +The mosquitto MQTT Python driver is now provided by net/py-paho-mqtt > > Modified: head/net/mosquitto/pkg-plist > ============================================================================== > --- head/net/mosquitto/pkg-plist Sat Jul 4 09:09:32 2015 (r391296) > +++ head/net/mosquitto/pkg-plist Sat Jul 4 09:14:06 2015 (r391297) > @@ -14,9 +14,6 @@ lib/libmosquitto.so.%%PORTVERSION%% > lib/libmosquittopp.so > lib/libmosquittopp.so.1 > lib/libmosquittopp.so.%%PORTVERSION%% > -%%NOPYTHON%%%%PYTHON_SITELIBDIR%%/mosquitto-%%PORTVERSION%%-py%%PYTHON_VER%%.egg-info > -%%NOPYTHON%%%%PYTHON_SITELIBDIR%%/mosquitto.py > -%%NOPYTHON%%%%PYTHON_SITELIBDIR%%/mosquitto.pyc > man/man1/mosquitto_passwd.1.gz > man/man1/mosquitto_pub.1.gz > man/man1/mosquitto_sub.1.gz > We should port py-mosquitto separately and have mosquitto depend on it: https://pypi.python.org/pypi/mosquitto Has been on the Wishlist for a while :) https://wiki.freebsd.org/action/info/Python/PortsWishlist From owner-svn-ports-head@freebsd.org Sun Jul 5 00:33:56 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 25494A196; Sun, 5 Jul 2015 00:33:56 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pd0-x22e.google.com (mail-pd0-x22e.google.com [IPv6:2607:f8b0:400e:c02::22e]) (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 E207C1A55; Sun, 5 Jul 2015 00:33:55 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by pdbci14 with SMTP id ci14so84163923pdb.2; Sat, 04 Jul 2015 17:33:55 -0700 (PDT) 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=4i8BeebODv4l9qGx4XihdPGK4DWpx7QNB3LS3MHSIG4=; b=U8tuQ1rYMsZqJYPM9/faJwdj10IQ16CsV7prADDim1BAYbW62z7b4oNeJr5aRN1UtZ Dffl/qBV76sR6kBfPhD8Ho/qOf4YNyE8TYhs9j//eOuCg6fJmHfhw/0dhiaTl5/yYRou S8FlS1O/33i2iDczzLpRdNNL+F2/qhobrXsD81zLnO+upIUcBIx3dvN5PRCZyTzyW1ay VJtVbSShD6raejOjMUbpeHy3QQ9uQusswm5hlVqWU9BHfV0rJzn1NaEs1OKg6oUBANWs Un4B3Sak+GBj55eW2uYn/Yl/bsBKG1Kor9z4/7mdH7AYQdUmZkqndfTneiG1zuWIVCTG 7x9A== X-Received: by 10.70.129.73 with SMTP id nu9mr89903163pdb.166.1436056435545; Sat, 04 Jul 2015 17:33:55 -0700 (PDT) Received: from ?IPv6:2001:44b8:31ae:7b01::2? (2001-44b8-31ae-7b01-0000-0000-0000-0002.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01::2]) by mx.google.com with ESMTPSA id ks7sm13393463pbc.34.2015.07.04.17.33.52 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 04 Jul 2015 17:33:54 -0700 (PDT) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r391332 - in head/textproc: py-libxml2 py3-libxml2 References: <201507042141.t64Lfu60047288@repo.freebsd.org> To: Ruslan Makhmatkhanov , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Kubilay Kocak Message-ID: <55987B68.1090206@FreeBSD.org> Date: Sun, 5 Jul 2015 10:33:44 +1000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.0 MIME-Version: 1.0 In-Reply-To: <201507042141.t64Lfu60047288@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: Sun, 05 Jul 2015 00:33:56 -0000 On 5/07/2015 7:41 AM, Ruslan Makhmatkhanov wrote: > CPPFLAGS+= `${PYTHON_VERSION}-config --cflags` > LDFLAGS+= -L${LOCALBASE}/lib `${PYTHON_VERSION}-config --libs` These would be perfect variables for USES=python :) From owner-svn-ports-head@freebsd.org Sun Jul 5 00:41:17 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 52BD1A299; Sun, 5 Jul 2015 00:41:17 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pa0-x235.google.com (mail-pa0-x235.google.com [IPv6:2607:f8b0:400e:c03::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 1D82F1CD3; Sun, 5 Jul 2015 00:41:17 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by pabvl15 with SMTP id vl15so75793047pab.1; Sat, 04 Jul 2015 17:41:16 -0700 (PDT) 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=pTpbf4ON5evIcptnMvtVeTkK+I11Smugr2XxJTCG9q4=; b=ht+UO3HzEYqcdlXIDdrjp//QsqQef4euOhBdGYHIGCmW2dnYCz2PKg2+pVfKipc4GU I8qZRbwZaZ2LSeqzEQ9U5o+pW8MmkS+UsRM5m0qqIZKH5M1oAs+AtfOXjwi3cfdB9MoG EEE3covBC8msJNfdMULTcBE4lA9g6sF7oPszbrYKO2zirSD4oFkXgCI87vZFe/6RiZlg /Dm+6TJtLM3Vp3r4FH3BQEuAdwNRTBGeKdOMeW5TLeCkbs2eCIQUrWPJHGne4TdOlzCY a9nGK3k/V+Ooo/mAaMaNPTXiYi3O3w1Ps9U+K2TO9BcW6mTz6MP8NoQNw/mhuNBXLVKE xbNA== X-Received: by 10.70.94.167 with SMTP id dd7mr92608102pdb.115.1436056876491; Sat, 04 Jul 2015 17:41:16 -0700 (PDT) Received: from ?IPv6:2001:44b8:31ae:7b01::2? (2001-44b8-31ae-7b01-0000-0000-0000-0002.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01::2]) by mx.google.com with ESMTPSA id qy7sm13407814pbb.12.2015.07.04.17.41.13 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 04 Jul 2015 17:41:15 -0700 (PDT) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r391297 - in head/net/mosquitto: . files References: <201507040914.t649E7VU078684@repo.freebsd.org> <55987AFB.2080802@FreeBSD.org> To: Olli Hauer , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Kubilay Kocak Message-ID: <55987D20.5080206@FreeBSD.org> Date: Sun, 5 Jul 2015 10:41:04 +1000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.0 MIME-Version: 1.0 In-Reply-To: <55987AFB.2080802@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: Sun, 05 Jul 2015 00:41:17 -0000 On 5/07/2015 10:31 AM, Kubilay Kocak wrote: > On 4/07/2015 7:14 PM, Olli Hauer wrote: >> Author: ohauer >> Date: Sat Jul 4 09:14:06 2015 >> New Revision: 391297 >> URL: https://svnweb.freebsd.org/changeset/ports/391297 >> >> Log: >> - update to 1.4.2 >> >> The Python driver is now provided by net/py-paho-mqtt! >> >> More drivers can be found at http://eclipse.org/paho >> >> PR: 200540 >> Submitted by: ohauer >> Approved by: Joseph Benden (maintainer, via PM) >> >> Added: >> head/net/mosquitto/pkg-message (contents, props changed) >> Modified: >> head/net/mosquitto/Makefile >> head/net/mosquitto/distinfo >> head/net/mosquitto/files/patch-CMakeLists.txt >> head/net/mosquitto/files/patch-config.mk >> head/net/mosquitto/files/patch-lib_tls__mosq.h >> head/net/mosquitto/files/patch-mosquitto.conf >> head/net/mosquitto/files/patch-src_CMakeLists.txt >> head/net/mosquitto/pkg-descr >> head/net/mosquitto/pkg-plist >> >> Modified: head/net/mosquitto/Makefile >> ============================================================================== >> --- head/net/mosquitto/Makefile Sat Jul 4 09:09:32 2015 (r391296) >> +++ head/net/mosquitto/Makefile Sat Jul 4 09:14:06 2015 (r391297) >> @@ -2,8 +2,7 @@ >> # $FreeBSD$ >> >> PORTNAME= mosquitto >> -PORTVERSION= 1.3.5 >> -PORTREVISION= 1 >> +PORTVERSION= 1.4.2 >> CATEGORIES= net >> MASTER_SITES= http://mosquitto.org/files/source/ >> >> @@ -15,36 +14,20 @@ LICENSE= BSD3CLAUSE >> LIB_DEPENDS= libcares.so:${PORTSDIR}/dns/c-ares >> BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt >> >> -OPTIONS_DEFAULT=PYTHON >> -OPTIONS_DEFINE= PYTHON >> - >> -PYTHON_DESC= Build python driver >> - >> USES= cmake python:2 >> NOCONFIGURE= yes >> USE_RC_SUBR= mosquitto >> USE_LDCONFIG= yes >> +PLIST_SUB= PORTVERSION=${PORTVERSION} >> >> USERS= nobody >> >> -.include >> - >> -.if ${PORT_OPTIONS:MPYTHON} >> -PLIST_SUB= PYTHON_VER=${PYTHON_VER} NOPYTHON="" PORTVERSION=${PORTVERSION} >> -.else >> -PLIST_SUB= NOPYTHON="@comment " PORTVERSION=${PORTVERSION} >> -.endif >> - >> post-patch: >> # do not run ldconfig in stage dir >> ${REINPLACE_CMD} -e '/ldconfig/d' ${WRKSRC}/src/CMakeLists.txt \ >> ${WRKSRC}/lib/CMakeLists.txt ${WRKSRC}/lib/cpp/CMakeLists.txt >> >> post-stage: >> -.if ${PORT_OPTIONS:MPYTHON} >> - (cd ${WRKSRC}/lib/python && \ >> - ${PYTHON_CMD} ${WRKSRC}/lib/python/setup.py build install --prefix=${PREFIX} --root=${STAGEDIR}) >> -.endif >> # Adjust configuration files >> ${MV} ${STAGEDIR}${ETCDIR}/mosquitto.conf ${STAGEDIR}${ETCDIR}/mosquitto.conf.sample >> ${MV} ${STAGEDIR}${ETCDIR}/pwfile.example ${STAGEDIR}${ETCDIR}/pwfile.sample >> >> Modified: head/net/mosquitto/distinfo >> ============================================================================== >> --- head/net/mosquitto/distinfo Sat Jul 4 09:09:32 2015 (r391296) >> +++ head/net/mosquitto/distinfo Sat Jul 4 09:14:06 2015 (r391297) >> @@ -1,2 +1,2 @@ >> -SHA256 (mosquitto-1.3.5.tar.gz) = 16eb3dbef183827665feee9288362c7352cd016ba04ca0402a0ccf857d1c2ab2 >> -SIZE (mosquitto-1.3.5.tar.gz) = 352231 >> +SHA256 (mosquitto-1.4.2.tar.gz) = 5ebc3800a0018bfbec62dcc3748fb29f628df068acd39c62c4ef651d9276647e >> +SIZE (mosquitto-1.4.2.tar.gz) = 323815 >> >> Modified: head/net/mosquitto/files/patch-CMakeLists.txt >> ============================================================================== >> --- head/net/mosquitto/files/patch-CMakeLists.txt Sat Jul 4 09:09:32 2015 (r391296) >> +++ head/net/mosquitto/files/patch-CMakeLists.txt Sat Jul 4 09:14:06 2015 (r391297) >> @@ -1,8 +1,8 @@ >> ---- CMakeLists.txt.orig 2014-10-08 21:50:07 UTC >> +--- CMakeLists.txt.orig 2015-05-07 13:21:22 UTC >> +++ CMakeLists.txt >> -@@ -8,6 +8,9 @@ cmake_minimum_required(VERSION 2.6) >> +@@ -13,6 +13,9 @@ cmake_minimum_required(VERSION 2.8) >> >> - set (VERSION 1.3.5) >> + set (VERSION 1.4.2) >> >> +include_directories(/usr/local/include) >> +link_directories(/usr/local/lib) >> @@ -10,8 +10,8 @@ >> if (WIN32) >> execute_process(COMMAND cmd /c echo %DATE% %TIME% OUTPUT_VARIABLE TIMESTAMP >> OUTPUT_STRIP_TRAILING_WHITESPACE) >> -@@ -40,7 +43,7 @@ else (WIN32) >> - set (LIBDIR lib${LIB_SUFFIX}) >> +@@ -47,7 +50,7 @@ else (WIN32) >> + set (CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/${LIBDIR}") >> set (INCLUDEDIR include) >> set (DATAROOTDIR share) >> - set (MANDIR ${DATAROOTDIR}/man) >> >> Modified: head/net/mosquitto/files/patch-config.mk >> ============================================================================== >> --- head/net/mosquitto/files/patch-config.mk Sat Jul 4 09:09:32 2015 (r391296) >> +++ head/net/mosquitto/files/patch-config.mk Sat Jul 4 09:14:06 2015 (r391297) >> @@ -1,7 +1,7 @@ >> ---- config.mk.orig 2014-10-08 21:50:07 UTC >> +--- config.mk.orig 2015-05-07 13:21:22 UTC >> +++ config.mk >> -@@ -213,7 +213,7 @@ endif >> - >> +@@ -241,7 +241,7 @@ ifeq ($(WITH_DOCS),yes) >> + endif >> >> INSTALL?=install >> -prefix=/usr/local >> >> Modified: head/net/mosquitto/files/patch-lib_tls__mosq.h >> ============================================================================== >> --- head/net/mosquitto/files/patch-lib_tls__mosq.h Sat Jul 4 09:09:32 2015 (r391296) >> +++ head/net/mosquitto/files/patch-lib_tls__mosq.h Sat Jul 4 09:14:06 2015 (r391297) >> @@ -1,6 +1,6 @@ >> ---- lib/tls_mosq.h.orig 2014-10-08 21:50:07 UTC >> +--- lib/tls_mosq.h.orig 2015-05-07 13:21:22 UTC >> +++ lib/tls_mosq.h >> -@@ -33,8 +33,9 @@ POSSIBILITY OF SUCH DAMAGE. >> +@@ -20,8 +20,9 @@ Contributors: >> #ifdef WITH_TLS >> >> #include >> >> Modified: head/net/mosquitto/files/patch-mosquitto.conf >> ============================================================================== >> --- head/net/mosquitto/files/patch-mosquitto.conf Sat Jul 4 09:09:32 2015 (r391296) >> +++ head/net/mosquitto/files/patch-mosquitto.conf Sat Jul 4 09:14:06 2015 (r391297) >> @@ -1,4 +1,4 @@ >> ---- mosquitto.conf.orig 2014-10-08 21:50:07 UTC >> +--- mosquitto.conf.orig 2015-05-07 13:21:22 UTC >> +++ mosquitto.conf >> @@ -32,7 +32,7 @@ >> # This should be set to /var/run/mosquitto.pid if mosquitto is >> >> Modified: head/net/mosquitto/files/patch-src_CMakeLists.txt >> ============================================================================== >> --- head/net/mosquitto/files/patch-src_CMakeLists.txt Sat Jul 4 09:09:32 2015 (r391296) >> +++ head/net/mosquitto/files/patch-src_CMakeLists.txt Sat Jul 4 09:14:06 2015 (r391297) >> @@ -1,6 +1,6 @@ >> ---- src/CMakeLists.txt.orig 2014-10-08 21:50:07 UTC >> +--- src/CMakeLists.txt.orig 2015-05-07 13:21:22 UTC >> +++ src/CMakeLists.txt >> -@@ -79,7 +79,7 @@ if (UNIX) >> +@@ -86,7 +86,7 @@ if (UNIX) >> if (APPLE) >> set (MOSQ_LIBS ${MOSQ_LIBS} dl m) >> else (APPLE) >> @@ -9,7 +9,7 @@ >> endif (APPLE) >> endif (UNIX) >> >> -@@ -100,6 +100,5 @@ if (${WITH_TLS} STREQUAL ON) >> +@@ -127,6 +127,5 @@ if (${WITH_TLS} STREQUAL ON) >> endif (${WITH_TLS} STREQUAL ON) >> >> if (UNIX) >> >> Modified: head/net/mosquitto/pkg-descr >> ============================================================================== >> --- head/net/mosquitto/pkg-descr Sat Jul 4 09:09:32 2015 (r391296) >> +++ head/net/mosquitto/pkg-descr Sat Jul 4 09:14:06 2015 (r391297) >> @@ -1,4 +1,8 @@ >> -Mosquitto is an open source implementation of a server for version 3.1 of the >> -MQTT protocol. >> +Mosquitto is an open source (BSD licensed) message broker that implements >> +the MQ Telemetry Transport protocol versions 3.1 and 3.1.1. MQTT provides >> +a lightweight method of carrying out messaging using a publish/subscribe >> +model. This makes it suitable for "machine to machine" messaging such as >> +with low power sensors or mobile devices such as phones, embedded >> +computers or microcontrollers like the Arduino. >> >> WWW: http://mosquitto.org/ >> >> Added: head/net/mosquitto/pkg-message >> ============================================================================== >> --- /dev/null 00:00:00 1970 (empty, because file is newly added) >> +++ head/net/mosquitto/pkg-message Sat Jul 4 09:14:06 2015 (r391297) >> @@ -0,0 +1 @@ >> +The mosquitto MQTT Python driver is now provided by net/py-paho-mqtt >> >> Modified: head/net/mosquitto/pkg-plist >> ============================================================================== >> --- head/net/mosquitto/pkg-plist Sat Jul 4 09:09:32 2015 (r391296) >> +++ head/net/mosquitto/pkg-plist Sat Jul 4 09:14:06 2015 (r391297) >> @@ -14,9 +14,6 @@ lib/libmosquitto.so.%%PORTVERSION%% >> lib/libmosquittopp.so >> lib/libmosquittopp.so.1 >> lib/libmosquittopp.so.%%PORTVERSION%% >> -%%NOPYTHON%%%%PYTHON_SITELIBDIR%%/mosquitto-%%PORTVERSION%%-py%%PYTHON_VER%%.egg-info >> -%%NOPYTHON%%%%PYTHON_SITELIBDIR%%/mosquitto.py >> -%%NOPYTHON%%%%PYTHON_SITELIBDIR%%/mosquitto.pyc >> man/man1/mosquitto_passwd.1.gz >> man/man1/mosquitto_pub.1.gz >> man/man1/mosquitto_sub.1.gz >> > > We should port py-mosquitto separately and have mosquitto depend on it: > > https://pypi.python.org/pypi/mosquitto > > Has been on the Wishlist for a while :) > > https://wiki.freebsd.org/action/info/Python/PortsWishlist > Scratch that, I just noticed that py-mosquitto has been deprecated, is now named py-paho-mqtt, and the mosquitto port now removes the PYTHON option :) From owner-svn-ports-head@freebsd.org Sun Jul 5 00:41:38 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D22F4A2B8; Sun, 5 Jul 2015 00:41:38 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C25351DE7; Sun, 5 Jul 2015 00:41:38 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t650fcWT038634; Sun, 5 Jul 2015 00:41:38 GMT (envelope-from glewis@FreeBSD.org) Received: (from glewis@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t650fcji038633; Sun, 5 Jul 2015 00:41:38 GMT (envelope-from glewis@FreeBSD.org) Message-Id: <201507050041.t650fcji038633@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: glewis set sender to glewis@FreeBSD.org using -f From: Greg Lewis Date: Sun, 5 Jul 2015 00:41:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391339 - head/java/openjdk8/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, 05 Jul 2015 00:41:38 -0000 Author: glewis Date: Sun Jul 5 00:41:37 2015 New Revision: 391339 URL: https://svnweb.freebsd.org/changeset/ports/391339 Log: . Fix BSD detection in the langtools test infrastructure. Added: head/java/openjdk8/files/patch-langtools-test-Makefile (contents, props changed) Added: head/java/openjdk8/files/patch-langtools-test-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/openjdk8/files/patch-langtools-test-Makefile Sun Jul 5 00:41:37 2015 (r391339) @@ -0,0 +1,11 @@ +--- langtools/test/Makefile Tue May 05 18:06:51 2015 -0700 ++++ langtools/test/Makefile Sat Jul 04 15:31:54 2015 -0700 +@@ -36,7 +36,7 @@ + ARCH=i586 + endif + endif +-ifneq ($(findstring $(OSNAME), BSD), ) ++ifneq ($(findstring BSD, $(OSNAME)), ) + PLATFORM = bsd + JT_PLATFORM = linux + ARCH = $(shell uname -p) From owner-svn-ports-head@freebsd.org Sun Jul 5 00:45:09 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CF04DA310; Sun, 5 Jul 2015 00:45:09 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BF1B11020; Sun, 5 Jul 2015 00:45:09 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t650j9Ol039456; Sun, 5 Jul 2015 00:45:09 GMT (envelope-from glewis@FreeBSD.org) Received: (from glewis@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t650j9MJ039455; Sun, 5 Jul 2015 00:45:09 GMT (envelope-from glewis@FreeBSD.org) Message-Id: <201507050045.t650j9MJ039455@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: glewis set sender to glewis@FreeBSD.org using -f From: Greg Lewis Date: Sun, 5 Jul 2015 00:45:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391340 - head/java/openjdk8 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 05 Jul 2015 00:45:09 -0000 Author: glewis Date: Sun Jul 5 00:45:08 2015 New Revision: 391340 URL: https://svnweb.freebsd.org/changeset/ports/391340 Log: . The test target wants jtreg binaries to be found one directory up. Allow that to be the case. Modified: head/java/openjdk8/Makefile Modified: head/java/openjdk8/Makefile ============================================================================== --- head/java/openjdk8/Makefile Sun Jul 5 00:41:37 2015 (r391339) +++ head/java/openjdk8/Makefile Sun Jul 5 00:45:08 2015 (r391340) @@ -221,6 +221,9 @@ post-extract: ${WRKSRC}/nashorn/test/script/jfx/kaleidoscope/golden/bsd.png @${CP} ${FILESDIR}/nashorn-test-script-jfx-spread-golden-bsd.png \ ${WRKSRC}/nashorn/test/script/jfx/spread/golden/bsd.png +.if ${PORT_OPTIONS:MTEST} + @${LN} -sf ${WRKDIR}/jtreg/linux/bin ${WRKDIR}/jtreg/ +.endif post-patch: @${FIND} ${WRKSRC} -name '*.orig' -delete From owner-svn-ports-head@freebsd.org Sun Jul 5 03:30:42 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 98AB4AC39; Sun, 5 Jul 2015 03:30:42 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8021F39B9; Sun, 5 Jul 2015 03:30:42 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t653Ug43018597; Sun, 5 Jul 2015 03:30:42 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t653Ufix018595; Sun, 5 Jul 2015 03:30:41 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201507050330.t653Ufix018595@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Sun, 5 Jul 2015 03:30:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391341 - in head/graphics/gscan2pdf: . 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, 05 Jul 2015 03:30:42 -0000 Author: danilo Date: Sun Jul 5 03:30:41 2015 New Revision: 391341 URL: https://svnweb.freebsd.org/changeset/ports/391341 Log: - Fix a runtime dependency - Fix a runtime error due a Linux dependent code snippet Reported by: Torfinn Ingolfsen Tested by: Torfinn Ingolfsen MFH: 2015Q3 Added: head/graphics/gscan2pdf/files/ head/graphics/gscan2pdf/files/patch-bin_gscan2pdf (contents, props changed) Modified: head/graphics/gscan2pdf/Makefile Modified: head/graphics/gscan2pdf/Makefile ============================================================================== --- head/graphics/gscan2pdf/Makefile Sun Jul 5 00:45:08 2015 (r391340) +++ head/graphics/gscan2pdf/Makefile Sun Jul 5 03:30:41 2015 (r391341) @@ -3,6 +3,7 @@ PORTNAME= gscan2pdf PORTVERSION= 1.3.1 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF @@ -36,6 +37,7 @@ RUN_DEPENDS:= p5-Archive-Tar>0:${PORTSDI unpaper:${PORTSDIR}/graphics/unpaper \ p5-HTML-Parser>0:${PORTSDIR}/www/p5-HTML-Parser \ p5-Gtk2-Ex-PodViewer>0.17:${PORTSDIR}/x11-toolkits/p5-Gtk2-Ex-PodViewer \ + p5-Filesys-Df>0.92:${PORTSDIR}/sysutils/p5-Filesys-Df \ ${BUILD_DEPENDS} NO_ARCH= yes @@ -62,7 +64,5 @@ post-patch: @${REINPLACE_CMD} -e \ 's|$$sharedir/man|$$prefixdir/man| ; \ s|1p|1|' ${WRKSRC}/Makefile.PL - @${REINPLACE_CMD} -e \ - 's|/usr/share|${PREFIX}/share|g' ${WRKSRC}/bin/${PORTNAME} .include Added: head/graphics/gscan2pdf/files/patch-bin_gscan2pdf ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/gscan2pdf/files/patch-bin_gscan2pdf Sun Jul 5 03:30:41 2015 (r391341) @@ -0,0 +1,50 @@ +--- bin/gscan2pdf.orig 2015-06-16 20:04:47 UTC ++++ bin/gscan2pdf +@@ -78,7 +78,6 @@ use Fcntl qw(:flock) + use Log::Log4perl; + use Try::Tiny; + use Data::Dumper; +-use Linux::Distribution qw(distribution_name distribution_version); + use Filesys::Df; + use English qw( -no_match_vars ) + ; # for $PERL_VERSION, $PROGRAM_NAME, $EVAL_ERROR, $ERRNO +@@ -122,7 +121,7 @@ my $VERSION = '1.3.1'; + my $border = 1; + + # Set up domain for gettext (internationalisation) +-# Expects /usr/share/locale/LANGUAGE/LC_MESSAGES/$prog_name.mo ++# Expects /usr/local/share/locale/LANGUAGE/LC_MESSAGES/$prog_name.mo + # or whatever is set by $d->dir([NEWDIR]); + my $d = Locale::gettext->domain($prog_name); + my $d_sane = Locale::gettext->domain('sane-backends'); +@@ -147,19 +146,6 @@ read_config_file($rc); + + set_up_test_mode(); + +-if ( my $distro = distribution_name() ) { +- my $version = distribution_version(); +- if ( defined $version ) { +- $version = ", version $version"; +- } +- else { +- $version = $EMPTY; +- } +- $logger->info("You are running $distro$version"); +-} +-else { +- $logger->info('Distribution unknown'); +-} + $logger->info("Perl version $PERL_VERSION"); + $logger->info("Glib-Perl version $Glib::VERSION"); + $logger->info( 'Built for Glib ' . join $DOT, Glib->GET_VERSION_INFO ); +@@ -200,8 +186,8 @@ Gscan2pdf::Document->set_paper_sizes( $S + # Create icons for rotate buttons + my $iconfactory; + my $iconpath; +-if ( -d '/usr/share/gscan2pdf' ) { +- $iconpath = '/usr/share/gscan2pdf'; ++if ( -d '/usr/local/share/gscan2pdf' ) { ++ $iconpath = '/usr/local/share/gscan2pdf'; + } + else { + $iconpath = 'icons'; From owner-svn-ports-head@freebsd.org Sun Jul 5 03:32:21 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C9FA7AD5B; Sun, 5 Jul 2015 03:32:21 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B71133C02; Sun, 5 Jul 2015 03:32:21 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t653WLlR022011; Sun, 5 Jul 2015 03:32:21 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t653WLLi022007; Sun, 5 Jul 2015 03:32:21 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201507050332.t653WLLi022007@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Sun, 5 Jul 2015 03:32:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391342 - 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: Sun, 05 Jul 2015 03:32:21 -0000 Author: danilo Date: Sun Jul 5 03:32:20 2015 New Revision: 391342 URL: https://svnweb.freebsd.org/changeset/ports/391342 Log: - Update to 0.20150703 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 Sun Jul 5 03:30:41 2015 (r391341) +++ head/japanese/p5-Number-Phone-JP/Makefile Sun Jul 5 03:32:20 2015 (r391342) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Number-Phone-JP -PORTVERSION= 0.20150602 +PORTVERSION= 0.20150703 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 Sun Jul 5 03:30:41 2015 (r391341) +++ head/japanese/p5-Number-Phone-JP/distinfo Sun Jul 5 03:32:20 2015 (r391342) @@ -1,2 +1,2 @@ -SHA256 (Number-Phone-JP-0.20150602.tar.gz) = 7dd1053ec322b844954fcf2a85f36ed47822a645bf188a2f7a7ef4be70b569b2 -SIZE (Number-Phone-JP-0.20150602.tar.gz) = 409428 +SHA256 (Number-Phone-JP-0.20150703.tar.gz) = 17d05cfff6cbcc3e82167929f090d22e39dbce9af899eb01de89c8952b4f73c9 +SIZE (Number-Phone-JP-0.20150703.tar.gz) = 409439 From owner-svn-ports-head@freebsd.org Sun Jul 5 04:01:43 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 626E4A1E6; Sun, 5 Jul 2015 04:01:43 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 52C8A1A89; Sun, 5 Jul 2015 04:01:43 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6541hBZ036057; Sun, 5 Jul 2015 04:01:43 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6541gT7036054; Sun, 5 Jul 2015 04:01:42 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201507050401.t6541gT7036054@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Sun, 5 Jul 2015 04:01:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391343 - head/net/openmpi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 05 Jul 2015 04:01:43 -0000 Author: danilo Date: Sun Jul 5 04:01:41 2015 New Revision: 391343 URL: https://svnweb.freebsd.org/changeset/ports/391343 Log: - Update to 1.8.6 Modified: head/net/openmpi/Makefile head/net/openmpi/distinfo head/net/openmpi/pkg-plist Modified: head/net/openmpi/Makefile ============================================================================== --- head/net/openmpi/Makefile Sun Jul 5 03:32:20 2015 (r391342) +++ head/net/openmpi/Makefile Sun Jul 5 04:01:41 2015 (r391343) @@ -4,7 +4,7 @@ # - etc/*.sample support PORTNAME= openmpi -DISTVERSION= 1.8.5 +DISTVERSION= 1.8.6 CATEGORIES= net parallel MASTER_SITES= http://www.open-mpi.org/software/ompi/v1.8/downloads/ Modified: head/net/openmpi/distinfo ============================================================================== --- head/net/openmpi/distinfo Sun Jul 5 03:32:20 2015 (r391342) +++ head/net/openmpi/distinfo Sun Jul 5 04:01:41 2015 (r391343) @@ -1,2 +1,2 @@ -SHA256 (openmpi-1.8.5.tar.bz2) = 4cea06a9eddfa718b09b8240d934b14ca71670c2dc6e6251a585ce948a93fbc4 -SIZE (openmpi-1.8.5.tar.bz2) = 13241083 +SHA256 (openmpi-1.8.6.tar.bz2) = b9fe3bdfb86bd42cc53448e17f11278531b989b05ff9513bc88ba1a523f14e87 +SIZE (openmpi-1.8.6.tar.bz2) = 13229451 Modified: head/net/openmpi/pkg-plist ============================================================================== --- head/net/openmpi/pkg-plist Sun Jul 5 03:32:20 2015 (r391342) +++ head/net/openmpi/pkg-plist Sun Jul 5 04:01:41 2015 (r391343) @@ -228,7 +228,7 @@ %%MPIDIR%%/lib/libmpi.la %%MPIDIR%%/lib/libmpi.so %%MPIDIR%%/lib/libmpi.so.1 -%%MPIDIR%%/lib/libmpi.so.1.6.0 +%%MPIDIR%%/lib/libmpi.so.1.6.1 %%MPIDIR%%/lib/libmpi_cxx.la %%MPIDIR%%/lib/libmpi_cxx.so %%MPIDIR%%/lib/libmpi_cxx.so.1 From owner-svn-ports-head@freebsd.org Sun Jul 5 04:33:55 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5EFD8A5A1; Sun, 5 Jul 2015 04:33:55 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 42FAD1309; Sun, 5 Jul 2015 04:33:55 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t654Xtw2051463; Sun, 5 Jul 2015 04:33:55 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t654Xsdj051459; Sun, 5 Jul 2015 04:33:54 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201507050433.t654Xsdj051459@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Sun, 5 Jul 2015 04:33:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391344 - head/math/fricas X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 05 Jul 2015 04:33:55 -0000 Author: stephen Date: Sun Jul 5 04:33:53 2015 New Revision: 391344 URL: https://svnweb.freebsd.org/changeset/ports/391344 Log: - Update to 1.2.6. Modified: head/math/fricas/Makefile head/math/fricas/distinfo head/math/fricas/pkg-plist Modified: head/math/fricas/Makefile ============================================================================== --- head/math/fricas/Makefile Sun Jul 5 04:01:41 2015 (r391343) +++ head/math/fricas/Makefile Sun Jul 5 04:33:53 2015 (r391344) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= fricas -PORTVERSION= 1.1.8 +PORTVERSION= 1.2.6 DISTVERSIONSUFFIX= -full -PORTREVISION= 7 CATEGORIES= math MASTER_SITES= SF Modified: head/math/fricas/distinfo ============================================================================== --- head/math/fricas/distinfo Sun Jul 5 04:01:41 2015 (r391343) +++ head/math/fricas/distinfo Sun Jul 5 04:33:53 2015 (r391344) @@ -1,2 +1,2 @@ -SHA256 (fricas-1.1.8-full.tar.bz2) = 3893b8eb3c00024ea310524bc4942c24545f19e04272a082412b29c1f15b4e35 -SIZE (fricas-1.1.8-full.tar.bz2) = 9945636 +SHA256 (fricas-1.2.6-full.tar.bz2) = 725b62d9139a345a3bc0eb0d29bd0e0764de475792918165c3bcd293d3c292ae +SIZE (fricas-1.2.6-full.tar.bz2) = 10196018 Modified: head/math/fricas/pkg-plist ============================================================================== --- head/math/fricas/pkg-plist Sun Jul 5 04:01:41 2015 (r391343) +++ head/math/fricas/pkg-plist Sun Jul 5 04:33:53 2015 (r391344) @@ -44,6 +44,7 @@ lib/fricas/target/%%GNU_HOST%%/algebra/A lib/fricas/target/%%GNU_HOST%%/algebra/ARRAY1.fasl lib/fricas/target/%%GNU_HOST%%/algebra/ARRAY12.fasl lib/fricas/target/%%GNU_HOST%%/algebra/ARRAY2.fasl +lib/fricas/target/%%GNU_HOST%%/algebra/ARRAY22.fasl lib/fricas/target/%%GNU_HOST%%/algebra/ASSOCEQ.fasl lib/fricas/target/%%GNU_HOST%%/algebra/ASTACK.fasl lib/fricas/target/%%GNU_HOST%%/algebra/ATADDVA.fasl @@ -94,6 +95,8 @@ lib/fricas/target/%%GNU_HOST%%/algebra/B lib/fricas/target/%%GNU_HOST%%/algebra/BTREE.fasl lib/fricas/target/%%GNU_HOST%%/algebra/CABMON.fasl lib/fricas/target/%%GNU_HOST%%/algebra/CACHSET.fasl +lib/fricas/target/%%GNU_HOST%%/algebra/CAD.fasl +lib/fricas/target/%%GNU_HOST%%/algebra/CADU.fasl lib/fricas/target/%%GNU_HOST%%/algebra/CARD.fasl lib/fricas/target/%%GNU_HOST%%/algebra/CARTEN.fasl lib/fricas/target/%%GNU_HOST%%/algebra/CARTEN2.fasl @@ -101,6 +104,7 @@ lib/fricas/target/%%GNU_HOST%%/algebra/C lib/fricas/target/%%GNU_HOST%%/algebra/CDEN.fasl lib/fricas/target/%%GNU_HOST%%/algebra/CDFMAT.fasl lib/fricas/target/%%GNU_HOST%%/algebra/CDFVEC.fasl +lib/fricas/target/%%GNU_HOST%%/algebra/CELL.fasl lib/fricas/target/%%GNU_HOST%%/algebra/CFCAT.fasl lib/fricas/target/%%GNU_HOST%%/algebra/CHAR.fasl lib/fricas/target/%%GNU_HOST%%/algebra/CHARNZ.fasl @@ -112,6 +116,7 @@ lib/fricas/target/%%GNU_HOST%%/algebra/C lib/fricas/target/%%GNU_HOST%%/algebra/CLAGG-.fasl lib/fricas/target/%%GNU_HOST%%/algebra/CLAGG.fasl lib/fricas/target/%%GNU_HOST%%/algebra/CLIF.fasl +lib/fricas/target/%%GNU_HOST%%/algebra/CLINDEP.fasl lib/fricas/target/%%GNU_HOST%%/algebra/CLIP.fasl lib/fricas/target/%%GNU_HOST%%/algebra/CMPLXRT.fasl lib/fricas/target/%%GNU_HOST%%/algebra/COALG.fasl @@ -126,7 +131,6 @@ lib/fricas/target/%%GNU_HOST%%/algebra/C lib/fricas/target/%%GNU_HOST%%/algebra/COMPCAT-.fasl lib/fricas/target/%%GNU_HOST%%/algebra/COMPCAT.fasl lib/fricas/target/%%GNU_HOST%%/algebra/COMPCODE.fasl -lib/fricas/target/%%GNU_HOST%%/algebra/COMPFACT.fasl lib/fricas/target/%%GNU_HOST%%/algebra/COMPLEX.fasl lib/fricas/target/%%GNU_HOST%%/algebra/COMPLEX2.fasl lib/fricas/target/%%GNU_HOST%%/algebra/COMPLPAT.fasl @@ -142,6 +146,7 @@ lib/fricas/target/%%GNU_HOST%%/algebra/C lib/fricas/target/%%GNU_HOST%%/algebra/CSTTOOLS.fasl lib/fricas/target/%%GNU_HOST%%/algebra/CTRIGMNP.fasl lib/fricas/target/%%GNU_HOST%%/algebra/CVMP.fasl +lib/fricas/target/%%GNU_HOST%%/algebra/CYCGRP.fasl lib/fricas/target/%%GNU_HOST%%/algebra/CYCLES.fasl lib/fricas/target/%%GNU_HOST%%/algebra/CYCLOTOM.fasl lib/fricas/target/%%GNU_HOST%%/algebra/DBASE.fasl @@ -158,6 +163,7 @@ lib/fricas/target/%%GNU_HOST%%/algebra/D lib/fricas/target/%%GNU_HOST%%/algebra/DFLOAT.fasl lib/fricas/target/%%GNU_HOST%%/algebra/DFMAT.fasl lib/fricas/target/%%GNU_HOST%%/algebra/DFSFUN.fasl +lib/fricas/target/%%GNU_HOST%%/algebra/DFSFUN2.fasl lib/fricas/target/%%GNU_HOST%%/algebra/DFVEC.fasl lib/fricas/target/%%GNU_HOST%%/algebra/DGRPH.fasl lib/fricas/target/%%GNU_HOST%%/algebra/DHMATRIX.fasl @@ -167,6 +173,7 @@ lib/fricas/target/%%GNU_HOST%%/algebra/D lib/fricas/target/%%GNU_HOST%%/algebra/DIFEXT.fasl lib/fricas/target/%%GNU_HOST%%/algebra/DIFRING-.fasl lib/fricas/target/%%GNU_HOST%%/algebra/DIFRING.fasl +lib/fricas/target/%%GNU_HOST%%/algebra/DIHGRP.fasl lib/fricas/target/%%GNU_HOST%%/algebra/DIOPS-.fasl lib/fricas/target/%%GNU_HOST%%/algebra/DIOPS.fasl lib/fricas/target/%%GNU_HOST%%/algebra/DIOSP.fasl @@ -208,6 +215,7 @@ lib/fricas/target/%%GNU_HOST%%/algebra/D lib/fricas/target/%%GNU_HOST%%/algebra/DVARCAT.fasl lib/fricas/target/%%GNU_HOST%%/algebra/EAB.fasl lib/fricas/target/%%GNU_HOST%%/algebra/EF.fasl +lib/fricas/target/%%GNU_HOST%%/algebra/EFACTOR.fasl lib/fricas/target/%%GNU_HOST%%/algebra/EFGUSER.fasl lib/fricas/target/%%GNU_HOST%%/algebra/EFSTRUC.fasl lib/fricas/target/%%GNU_HOST%%/algebra/EFULS.fasl @@ -252,6 +260,7 @@ lib/fricas/target/%%GNU_HOST%%/algebra/E lib/fricas/target/%%GNU_HOST%%/algebra/FACTFUNC.fasl lib/fricas/target/%%GNU_HOST%%/algebra/FACUTIL.fasl lib/fricas/target/%%GNU_HOST%%/algebra/FAGROUP.fasl +lib/fricas/target/%%GNU_HOST%%/algebra/FAKEPOL.fasl lib/fricas/target/%%GNU_HOST%%/algebra/FAMONC.fasl lib/fricas/target/%%GNU_HOST%%/algebra/FAMONOID.fasl lib/fricas/target/%%GNU_HOST%%/algebra/FAMR-.fasl @@ -263,6 +272,7 @@ lib/fricas/target/%%GNU_HOST%%/algebra/F lib/fricas/target/%%GNU_HOST%%/algebra/FC.fasl lib/fricas/target/%%GNU_HOST%%/algebra/FCOMP.fasl lib/fricas/target/%%GNU_HOST%%/algebra/FCPAK1.fasl +lib/fricas/target/%%GNU_HOST%%/algebra/FCTOOL.fasl lib/fricas/target/%%GNU_HOST%%/algebra/FDIV.fasl lib/fricas/target/%%GNU_HOST%%/algebra/FDIV2.fasl lib/fricas/target/%%GNU_HOST%%/algebra/FDIVCAT-.fasl @@ -303,6 +313,10 @@ lib/fricas/target/%%GNU_HOST%%/algebra/F lib/fricas/target/%%GNU_HOST%%/algebra/FILECAT.fasl lib/fricas/target/%%GNU_HOST%%/algebra/FINAALG-.fasl lib/fricas/target/%%GNU_HOST%%/algebra/FINAALG.fasl +lib/fricas/target/%%GNU_HOST%%/algebra/FINGEN.fasl +lib/fricas/target/%%GNU_HOST%%/algebra/FINGPKG.fasl +lib/fricas/target/%%GNU_HOST%%/algebra/FINGRP-.fasl +lib/fricas/target/%%GNU_HOST%%/algebra/FINGRP.fasl lib/fricas/target/%%GNU_HOST%%/algebra/FINITE-.fasl lib/fricas/target/%%GNU_HOST%%/algebra/FINITE.fasl lib/fricas/target/%%GNU_HOST%%/algebra/FINRALG-.fasl @@ -323,6 +337,7 @@ lib/fricas/target/%%GNU_HOST%%/algebra/F lib/fricas/target/%%GNU_HOST%%/algebra/FMC.fasl lib/fricas/target/%%GNU_HOST%%/algebra/FMCAT-.fasl lib/fricas/target/%%GNU_HOST%%/algebra/FMCAT.fasl +lib/fricas/target/%%GNU_HOST%%/algebra/FMCF2.fasl lib/fricas/target/%%GNU_HOST%%/algebra/FMFUN.fasl lib/fricas/target/%%GNU_HOST%%/algebra/FMONOID.fasl lib/fricas/target/%%GNU_HOST%%/algebra/FMTC.fasl @@ -332,11 +347,13 @@ lib/fricas/target/%%GNU_HOST%%/algebra/F lib/fricas/target/%%GNU_HOST%%/algebra/FNLA.fasl lib/fricas/target/%%GNU_HOST%%/algebra/FOP.fasl lib/fricas/target/%%GNU_HOST%%/algebra/FORDER.fasl +lib/fricas/target/%%GNU_HOST%%/algebra/FORMCAT.fasl lib/fricas/target/%%GNU_HOST%%/algebra/FORMULA.fasl lib/fricas/target/%%GNU_HOST%%/algebra/FORMULA1.fasl lib/fricas/target/%%GNU_HOST%%/algebra/FORT.fasl lib/fricas/target/%%GNU_HOST%%/algebra/FORTCAT.fasl lib/fricas/target/%%GNU_HOST%%/algebra/FORTFN.fasl +lib/fricas/target/%%GNU_HOST%%/algebra/FORTFORM.fasl lib/fricas/target/%%GNU_HOST%%/algebra/FORTRAN.fasl lib/fricas/target/%%GNU_HOST%%/algebra/FPARFRAC.fasl lib/fricas/target/%%GNU_HOST%%/algebra/FPATMAB.fasl @@ -375,6 +392,7 @@ lib/fricas/target/%%GNU_HOST%%/algebra/F lib/fricas/target/%%GNU_HOST%%/algebra/FSPECF.fasl lib/fricas/target/%%GNU_HOST%%/algebra/FSPRMELT.fasl lib/fricas/target/%%GNU_HOST%%/algebra/FSRED.fasl +lib/fricas/target/%%GNU_HOST%%/algebra/FSRROOT.fasl lib/fricas/target/%%GNU_HOST%%/algebra/FST.fasl lib/fricas/target/%%GNU_HOST%%/algebra/FSUPFACT.fasl lib/fricas/target/%%GNU_HOST%%/algebra/FT.fasl @@ -396,10 +414,10 @@ lib/fricas/target/%%GNU_HOST%%/algebra/G lib/fricas/target/%%GNU_HOST%%/algebra/GCDDOM.fasl lib/fricas/target/%%GNU_HOST%%/algebra/GCNAALG.fasl lib/fricas/target/%%GNU_HOST%%/algebra/GDMP.fasl +lib/fricas/target/%%GNU_HOST%%/algebra/GDRAW.fasl lib/fricas/target/%%GNU_HOST%%/algebra/GENEEZ.fasl lib/fricas/target/%%GNU_HOST%%/algebra/GENMFACT.fasl lib/fricas/target/%%GNU_HOST%%/algebra/GENPGCD.fasl -lib/fricas/target/%%GNU_HOST%%/algebra/GENUFACT.fasl lib/fricas/target/%%GNU_HOST%%/algebra/GENUPS.fasl lib/fricas/target/%%GNU_HOST%%/algebra/GENUSER.fasl lib/fricas/target/%%GNU_HOST%%/algebra/GHENSEL.fasl @@ -425,6 +443,7 @@ lib/fricas/target/%%GNU_HOST%%/algebra/G lib/fricas/target/%%GNU_HOST%%/algebra/GTSET.fasl lib/fricas/target/%%GNU_HOST%%/algebra/GUESS.fasl lib/fricas/target/%%GNU_HOST%%/algebra/GUESSAN.fasl +lib/fricas/target/%%GNU_HOST%%/algebra/GUESSEB.fasl lib/fricas/target/%%GNU_HOST%%/algebra/GUESSF.fasl lib/fricas/target/%%GNU_HOST%%/algebra/GUESSF1.fasl lib/fricas/target/%%GNU_HOST%%/algebra/GUESSINT.fasl @@ -462,6 +481,7 @@ lib/fricas/target/%%GNU_HOST%%/algebra/I lib/fricas/target/%%GNU_HOST%%/algebra/IDECOMP.fasl lib/fricas/target/%%GNU_HOST%%/algebra/IDPC.fasl lib/fricas/target/%%GNU_HOST%%/algebra/IDPO.fasl +lib/fricas/target/%%GNU_HOST%%/algebra/IEP.fasl lib/fricas/target/%%GNU_HOST%%/algebra/IEVALAB-.fasl lib/fricas/target/%%GNU_HOST%%/algebra/IEVALAB.fasl lib/fricas/target/%%GNU_HOST%%/algebra/IFAMON.fasl @@ -479,6 +499,7 @@ lib/fricas/target/%%GNU_HOST%%/algebra/I lib/fricas/target/%%GNU_HOST%%/algebra/INCRMAPS.fasl lib/fricas/target/%%GNU_HOST%%/algebra/INDE.fasl lib/fricas/target/%%GNU_HOST%%/algebra/INEP.fasl +lib/fricas/target/%%GNU_HOST%%/algebra/INFCG.fasl lib/fricas/target/%%GNU_HOST%%/algebra/INFINITY.fasl lib/fricas/target/%%GNU_HOST%%/algebra/INFORM.fasl lib/fricas/target/%%GNU_HOST%%/algebra/INFORM1.fasl @@ -486,8 +507,6 @@ lib/fricas/target/%%GNU_HOST%%/algebra/I lib/fricas/target/%%GNU_HOST%%/algebra/INFSP.fasl lib/fricas/target/%%GNU_HOST%%/algebra/INMODGCD.fasl lib/fricas/target/%%GNU_HOST%%/algebra/INNMFACT.fasl -lib/fricas/target/%%GNU_HOST%%/algebra/INPRODFF.fasl -lib/fricas/target/%%GNU_HOST%%/algebra/INPRODPF.fasl lib/fricas/target/%%GNU_HOST%%/algebra/INPSIGN.fasl lib/fricas/target/%%GNU_HOST%%/algebra/INS-.fasl lib/fricas/target/%%GNU_HOST%%/algebra/INS.fasl @@ -495,10 +514,12 @@ lib/fricas/target/%%GNU_HOST%%/algebra/I lib/fricas/target/%%GNU_HOST%%/algebra/INTABL.fasl lib/fricas/target/%%GNU_HOST%%/algebra/INTAF.fasl lib/fricas/target/%%GNU_HOST%%/algebra/INTALG.fasl +lib/fricas/target/%%GNU_HOST%%/algebra/INTALG2.fasl lib/fricas/target/%%GNU_HOST%%/algebra/INTBIT.fasl lib/fricas/target/%%GNU_HOST%%/algebra/INTCAT.fasl lib/fricas/target/%%GNU_HOST%%/algebra/INTDEN.fasl lib/fricas/target/%%GNU_HOST%%/algebra/INTDOM.fasl +lib/fricas/target/%%GNU_HOST%%/algebra/INTDSOL.fasl lib/fricas/target/%%GNU_HOST%%/algebra/INTEF.fasl lib/fricas/target/%%GNU_HOST%%/algebra/INTFACT.fasl lib/fricas/target/%%GNU_HOST%%/algebra/INTG0.fasl @@ -506,6 +527,8 @@ lib/fricas/target/%%GNU_HOST%%/algebra/I lib/fricas/target/%%GNU_HOST%%/algebra/INTHERAL.fasl lib/fricas/target/%%GNU_HOST%%/algebra/INTHERTR.fasl lib/fricas/target/%%GNU_HOST%%/algebra/INTPAF.fasl +lib/fricas/target/%%GNU_HOST%%/algebra/INTPAR1.fasl +lib/fricas/target/%%GNU_HOST%%/algebra/INTPAR2.fasl lib/fricas/target/%%GNU_HOST%%/algebra/INTPM.fasl lib/fricas/target/%%GNU_HOST%%/algebra/INTRAT.fasl lib/fricas/target/%%GNU_HOST%%/algebra/INTRET.fasl @@ -526,6 +549,7 @@ lib/fricas/target/%%GNU_HOST%%/algebra/I lib/fricas/target/%%GNU_HOST%%/algebra/IRRF2F.fasl lib/fricas/target/%%GNU_HOST%%/algebra/IRSN.fasl lib/fricas/target/%%GNU_HOST%%/algebra/IRURPK.fasl +lib/fricas/target/%%GNU_HOST%%/algebra/ISMITH.fasl lib/fricas/target/%%GNU_HOST%%/algebra/ISTRING.fasl lib/fricas/target/%%GNU_HOST%%/algebra/ISUMP.fasl lib/fricas/target/%%GNU_HOST%%/algebra/ISUPS.fasl @@ -585,6 +609,7 @@ lib/fricas/target/%%GNU_HOST%%/algebra/L lib/fricas/target/%%GNU_HOST%%/algebra/LIECAT.fasl lib/fricas/target/%%GNU_HOST%%/algebra/LIMITPS.fasl lib/fricas/target/%%GNU_HOST%%/algebra/LIMITRF.fasl +lib/fricas/target/%%GNU_HOST%%/algebra/LINCOMB.fasl lib/fricas/target/%%GNU_HOST%%/algebra/LINDEP.fasl lib/fricas/target/%%GNU_HOST%%/algebra/LINEXP.fasl lib/fricas/target/%%GNU_HOST%%/algebra/LIST.fasl @@ -601,8 +626,11 @@ lib/fricas/target/%%GNU_HOST%%/algebra/L lib/fricas/target/%%GNU_HOST%%/algebra/LODO.fasl lib/fricas/target/%%GNU_HOST%%/algebra/LODO1.fasl lib/fricas/target/%%GNU_HOST%%/algebra/LODO2.fasl +lib/fricas/target/%%GNU_HOST%%/algebra/LODO3.fasl +lib/fricas/target/%%GNU_HOST%%/algebra/LODO3AUX.fasl lib/fricas/target/%%GNU_HOST%%/algebra/LODOCAT-.fasl lib/fricas/target/%%GNU_HOST%%/algebra/LODOCAT.fasl +lib/fricas/target/%%GNU_HOST%%/algebra/LODOCONV.fasl lib/fricas/target/%%GNU_HOST%%/algebra/LODOF.fasl lib/fricas/target/%%GNU_HOST%%/algebra/LODOOPS.fasl lib/fricas/target/%%GNU_HOST%%/algebra/LOGIC-.fasl @@ -623,10 +651,13 @@ lib/fricas/target/%%GNU_HOST%%/algebra/L lib/fricas/target/%%GNU_HOST%%/algebra/LZSTAGG.fasl lib/fricas/target/%%GNU_HOST%%/algebra/M3D.fasl lib/fricas/target/%%GNU_HOST%%/algebra/MAGCD.fasl +lib/fricas/target/%%GNU_HOST%%/algebra/MAGCD2.fasl lib/fricas/target/%%GNU_HOST%%/algebra/MAGCDOC.fasl lib/fricas/target/%%GNU_HOST%%/algebra/MAGCDT2.fasl lib/fricas/target/%%GNU_HOST%%/algebra/MAGCDT3.fasl +lib/fricas/target/%%GNU_HOST%%/algebra/MAGCDT4.fasl lib/fricas/target/%%GNU_HOST%%/algebra/MAGMA.fasl +lib/fricas/target/%%GNU_HOST%%/algebra/MAMA.fasl lib/fricas/target/%%GNU_HOST%%/algebra/MAPHACK1.fasl lib/fricas/target/%%GNU_HOST%%/algebra/MAPHACK2.fasl lib/fricas/target/%%GNU_HOST%%/algebra/MAPHACK3.fasl @@ -645,6 +676,9 @@ lib/fricas/target/%%GNU_HOST%%/algebra/M lib/fricas/target/%%GNU_HOST%%/algebra/MDAGG.fasl lib/fricas/target/%%GNU_HOST%%/algebra/MDDFACT.fasl lib/fricas/target/%%GNU_HOST%%/algebra/MESH.fasl +lib/fricas/target/%%GNU_HOST%%/algebra/MEVAL1.fasl +lib/fricas/target/%%GNU_HOST%%/algebra/MEVAL2.fasl +lib/fricas/target/%%GNU_HOST%%/algebra/MEVCAT.fasl lib/fricas/target/%%GNU_HOST%%/algebra/MFGRPH.fasl lib/fricas/target/%%GNU_HOST%%/algebra/MFINFACT.fasl lib/fricas/target/%%GNU_HOST%%/algebra/MFLOAT.fasl @@ -657,7 +691,6 @@ lib/fricas/target/%%GNU_HOST%%/algebra/M lib/fricas/target/%%GNU_HOST%%/algebra/MKRECORD.fasl lib/fricas/target/%%GNU_HOST%%/algebra/MKUCFUNC.fasl lib/fricas/target/%%GNU_HOST%%/algebra/MLIFT.fasl -lib/fricas/target/%%GNU_HOST%%/algebra/MLO.fasl lib/fricas/target/%%GNU_HOST%%/algebra/MMAP.fasl lib/fricas/target/%%GNU_HOST%%/algebra/MMLFORM.fasl lib/fricas/target/%%GNU_HOST%%/algebra/MODFIELD.fasl @@ -709,7 +742,6 @@ lib/fricas/target/%%GNU_HOST%%/algebra/N lib/fricas/target/%%GNU_HOST%%/algebra/NBLM.fasl lib/fricas/target/%%GNU_HOST%%/algebra/NCEP.fasl lib/fricas/target/%%GNU_HOST%%/algebra/NCNTFRAC.fasl -lib/fricas/target/%%GNU_HOST%%/algebra/NCODIV.fasl lib/fricas/target/%%GNU_HOST%%/algebra/NEWTON.fasl lib/fricas/target/%%GNU_HOST%%/algebra/NFINTBAS.fasl lib/fricas/target/%%GNU_HOST%%/algebra/NGROEB.fasl @@ -759,7 +791,9 @@ lib/fricas/target/%%GNU_HOST%%/algebra/O lib/fricas/target/%%GNU_HOST%%/algebra/ODVAR.fasl lib/fricas/target/%%GNU_HOST%%/algebra/OEXPR.fasl lib/fricas/target/%%GNU_HOST%%/algebra/OFMONOID.fasl +lib/fricas/target/%%GNU_HOST%%/algebra/OFTOOL.fasl lib/fricas/target/%%GNU_HOST%%/algebra/OINTDOM.fasl +lib/fricas/target/%%GNU_HOST%%/algebra/OM-.fasl lib/fricas/target/%%GNU_HOST%%/algebra/OM.fasl lib/fricas/target/%%GNU_HOST%%/algebra/OMCONN.fasl lib/fricas/target/%%GNU_HOST%%/algebra/OMDEV.fasl @@ -767,7 +801,6 @@ lib/fricas/target/%%GNU_HOST%%/algebra/O lib/fricas/target/%%GNU_HOST%%/algebra/OMERR.fasl lib/fricas/target/%%GNU_HOST%%/algebra/OMERRK.fasl lib/fricas/target/%%GNU_HOST%%/algebra/OMEXPR.fasl -lib/fricas/target/%%GNU_HOST%%/algebra/OMLO.fasl lib/fricas/target/%%GNU_HOST%%/algebra/OMPKG.fasl lib/fricas/target/%%GNU_HOST%%/algebra/OMSAGG.fasl lib/fricas/target/%%GNU_HOST%%/algebra/OMSERVER.fasl @@ -784,6 +817,7 @@ lib/fricas/target/%%GNU_HOST%%/algebra/O lib/fricas/target/%%GNU_HOST%%/algebra/ORDRING.fasl lib/fricas/target/%%GNU_HOST%%/algebra/ORDSET-.fasl lib/fricas/target/%%GNU_HOST%%/algebra/ORDSET.fasl +lib/fricas/target/%%GNU_HOST%%/algebra/OREMAT.fasl lib/fricas/target/%%GNU_HOST%%/algebra/OREPCAT-.fasl lib/fricas/target/%%GNU_HOST%%/algebra/OREPCAT.fasl lib/fricas/target/%%GNU_HOST%%/algebra/OREPCTO.fasl @@ -822,6 +856,7 @@ lib/fricas/target/%%GNU_HOST%%/algebra/P lib/fricas/target/%%GNU_HOST%%/algebra/PATTERN1.fasl lib/fricas/target/%%GNU_HOST%%/algebra/PATTERN2.fasl lib/fricas/target/%%GNU_HOST%%/algebra/PBWLB.fasl +lib/fricas/target/%%GNU_HOST%%/algebra/PCDEN.fasl lib/fricas/target/%%GNU_HOST%%/algebra/PCOMP.fasl lib/fricas/target/%%GNU_HOST%%/algebra/PDECOMP.fasl lib/fricas/target/%%GNU_HOST%%/algebra/PDO.fasl @@ -833,9 +868,9 @@ lib/fricas/target/%%GNU_HOST%%/algebra/P lib/fricas/target/%%GNU_HOST%%/algebra/PERMAN.fasl lib/fricas/target/%%GNU_HOST%%/algebra/PERMCAT.fasl lib/fricas/target/%%GNU_HOST%%/algebra/PERMGRP.fasl +lib/fricas/target/%%GNU_HOST%%/algebra/PEVALUT.fasl lib/fricas/target/%%GNU_HOST%%/algebra/PF.fasl lib/fricas/target/%%GNU_HOST%%/algebra/PFBR.fasl -lib/fricas/target/%%GNU_HOST%%/algebra/PFBRU.fasl lib/fricas/target/%%GNU_HOST%%/algebra/PFECAT-.fasl lib/fricas/target/%%GNU_HOST%%/algebra/PFECAT.fasl lib/fricas/target/%%GNU_HOST%%/algebra/PFO.fasl @@ -843,6 +878,7 @@ lib/fricas/target/%%GNU_HOST%%/algebra/P lib/fricas/target/%%GNU_HOST%%/algebra/PFOTOOLS.fasl lib/fricas/target/%%GNU_HOST%%/algebra/PFR.fasl lib/fricas/target/%%GNU_HOST%%/algebra/PFRPAC.fasl +lib/fricas/target/%%GNU_HOST%%/algebra/PFUTIL.fasl lib/fricas/target/%%GNU_HOST%%/algebra/PGCD.fasl lib/fricas/target/%%GNU_HOST%%/algebra/PGE.fasl lib/fricas/target/%%GNU_HOST%%/algebra/PGROEB.fasl @@ -851,6 +887,7 @@ lib/fricas/target/%%GNU_HOST%%/algebra/P lib/fricas/target/%%GNU_HOST%%/algebra/PID.fasl lib/fricas/target/%%GNU_HOST%%/algebra/PINTERP.fasl lib/fricas/target/%%GNU_HOST%%/algebra/PINTERPA.fasl +lib/fricas/target/%%GNU_HOST%%/algebra/PIT.fasl lib/fricas/target/%%GNU_HOST%%/algebra/PLEQN.fasl lib/fricas/target/%%GNU_HOST%%/algebra/PLOT.fasl lib/fricas/target/%%GNU_HOST%%/algebra/PLOT1.fasl @@ -896,6 +933,7 @@ lib/fricas/target/%%GNU_HOST%%/algebra/P lib/fricas/target/%%GNU_HOST%%/algebra/PRINT.fasl lib/fricas/target/%%GNU_HOST%%/algebra/PRODUCT.fasl lib/fricas/target/%%GNU_HOST%%/algebra/PRQAGG.fasl +lib/fricas/target/%%GNU_HOST%%/algebra/PRROOT.fasl lib/fricas/target/%%GNU_HOST%%/algebra/PRS.fasl lib/fricas/target/%%GNU_HOST%%/algebra/PRTITION.fasl lib/fricas/target/%%GNU_HOST%%/algebra/PSCAT-.fasl @@ -939,8 +977,11 @@ lib/fricas/target/%%GNU_HOST%%/algebra/R lib/fricas/target/%%GNU_HOST%%/algebra/RCAGG.fasl lib/fricas/target/%%GNU_HOST%%/algebra/RCFIELD-.fasl lib/fricas/target/%%GNU_HOST%%/algebra/RCFIELD.fasl -lib/fricas/target/%%GNU_HOST%%/algebra/RDEEF.fasl +lib/fricas/target/%%GNU_HOST%%/algebra/RDEAUX.fasl lib/fricas/target/%%GNU_HOST%%/algebra/RDEEFS.fasl +lib/fricas/target/%%GNU_HOST%%/algebra/RDEEFX.fasl +lib/fricas/target/%%GNU_HOST%%/algebra/RDEEFX2.fasl +lib/fricas/target/%%GNU_HOST%%/algebra/RDEPAR.fasl lib/fricas/target/%%GNU_HOST%%/algebra/RDETR.fasl lib/fricas/target/%%GNU_HOST%%/algebra/RDETRS.fasl lib/fricas/target/%%GNU_HOST%%/algebra/RDIST.fasl @@ -971,6 +1012,7 @@ lib/fricas/target/%%GNU_HOST%%/algebra/R lib/fricas/target/%%GNU_HOST%%/algebra/RFDIST.fasl lib/fricas/target/%%GNU_HOST%%/algebra/RFFACT.fasl lib/fricas/target/%%GNU_HOST%%/algebra/RFFACTOR.fasl +lib/fricas/target/%%GNU_HOST%%/algebra/RFSSPLIT.fasl lib/fricas/target/%%GNU_HOST%%/algebra/RGCHAIN.fasl lib/fricas/target/%%GNU_HOST%%/algebra/RIDIST.fasl lib/fricas/target/%%GNU_HOST%%/algebra/RING-.fasl @@ -981,6 +1023,7 @@ lib/fricas/target/%%GNU_HOST%%/algebra/R lib/fricas/target/%%GNU_HOST%%/algebra/RMATRIX.fasl lib/fricas/target/%%GNU_HOST%%/algebra/RMCAT2.fasl lib/fricas/target/%%GNU_HOST%%/algebra/RMODULE.fasl +lib/fricas/target/%%GNU_HOST%%/algebra/RNG-.fasl lib/fricas/target/%%GNU_HOST%%/algebra/RNG.fasl lib/fricas/target/%%GNU_HOST%%/algebra/RNS-.fasl lib/fricas/target/%%GNU_HOST%%/algebra/RNS.fasl @@ -999,13 +1042,12 @@ lib/fricas/target/%%GNU_HOST%%/algebra/R lib/fricas/target/%%GNU_HOST%%/algebra/RULESET.fasl lib/fricas/target/%%GNU_HOST%%/algebra/RURPK.fasl lib/fricas/target/%%GNU_HOST%%/algebra/SAE.fasl -lib/fricas/target/%%GNU_HOST%%/algebra/SAEFACT.fasl -lib/fricas/target/%%GNU_HOST%%/algebra/SAERFFC.fasl lib/fricas/target/%%GNU_HOST%%/algebra/SAOS.fasl lib/fricas/target/%%GNU_HOST%%/algebra/SARGND.fasl lib/fricas/target/%%GNU_HOST%%/algebra/SBOUND.fasl lib/fricas/target/%%GNU_HOST%%/algebra/SCACHE.fasl lib/fricas/target/%%GNU_HOST%%/algebra/SCANUTIL.fasl +lib/fricas/target/%%GNU_HOST%%/algebra/SCELL.fasl lib/fricas/target/%%GNU_HOST%%/algebra/SCENE.fasl lib/fricas/target/%%GNU_HOST%%/algebra/SCIFS.fasl lib/fricas/target/%%GNU_HOST%%/algebra/SCNP.fasl @@ -1088,7 +1130,6 @@ lib/fricas/target/%%GNU_HOST%%/algebra/S lib/fricas/target/%%GNU_HOST%%/algebra/STEP.fasl lib/fricas/target/%%GNU_HOST%%/algebra/STEXPS.fasl lib/fricas/target/%%GNU_HOST%%/algebra/STEXPST.fasl -lib/fricas/target/%%GNU_HOST%%/algebra/STINPROD.fasl lib/fricas/target/%%GNU_HOST%%/algebra/STNSR.fasl lib/fricas/target/%%GNU_HOST%%/algebra/STR.fasl lib/fricas/target/%%GNU_HOST%%/algebra/STRANS.fasl @@ -1110,7 +1151,6 @@ lib/fricas/target/%%GNU_HOST%%/algebra/S lib/fricas/target/%%GNU_HOST%%/algebra/SUMRF.fasl lib/fricas/target/%%GNU_HOST%%/algebra/SUP.fasl lib/fricas/target/%%GNU_HOST%%/algebra/SUP2.fasl -lib/fricas/target/%%GNU_HOST%%/algebra/SUPFRACF.fasl lib/fricas/target/%%GNU_HOST%%/algebra/SUPXS.fasl lib/fricas/target/%%GNU_HOST%%/algebra/SUTS.fasl lib/fricas/target/%%GNU_HOST%%/algebra/SWITCH.fasl @@ -1181,13 +1221,14 @@ lib/fricas/target/%%GNU_HOST%%/algebra/U lib/fricas/target/%%GNU_HOST%%/algebra/UFD.fasl lib/fricas/target/%%GNU_HOST%%/algebra/UFPS.fasl lib/fricas/target/%%GNU_HOST%%/algebra/UFPS1.fasl +lib/fricas/target/%%GNU_HOST%%/algebra/UGAUSS.fasl lib/fricas/target/%%GNU_HOST%%/algebra/ULS.fasl lib/fricas/target/%%GNU_HOST%%/algebra/ULS2.fasl +lib/fricas/target/%%GNU_HOST%%/algebra/ULSCAT-.fasl lib/fricas/target/%%GNU_HOST%%/algebra/ULSCAT.fasl lib/fricas/target/%%GNU_HOST%%/algebra/ULSCCAT-.fasl lib/fricas/target/%%GNU_HOST%%/algebra/ULSCCAT.fasl lib/fricas/target/%%GNU_HOST%%/algebra/ULSCONS.fasl -lib/fricas/target/%%GNU_HOST%%/algebra/UNIFACT.fasl lib/fricas/target/%%GNU_HOST%%/algebra/UNISEG.fasl lib/fricas/target/%%GNU_HOST%%/algebra/UNISEG2.fasl lib/fricas/target/%%GNU_HOST%%/algebra/UNTYPED.fasl @@ -1265,6 +1306,8 @@ lib/fricas/target/%%GNU_HOST%%/algebra/c lib/fricas/target/%%GNU_HOST%%/algebra/comdb.text lib/fricas/target/%%GNU_HOST%%/algebra/compress.daase lib/fricas/target/%%GNU_HOST%%/algebra/exposed.fasl +lib/fricas/target/%%GNU_HOST%%/algebra/glossdef.text +lib/fricas/target/%%GNU_HOST%%/algebra/glosskey.text lib/fricas/target/%%GNU_HOST%%/algebra/interp.daase lib/fricas/target/%%GNU_HOST%%/algebra/libdb.text lib/fricas/target/%%GNU_HOST%%/algebra/operation.daase @@ -1299,7 +1342,6 @@ lib/fricas/target/%%GNU_HOST%%/autoload/ lib/fricas/target/%%GNU_HOST%%/autoload/package.fasl lib/fricas/target/%%GNU_HOST%%/autoload/profile.fasl lib/fricas/target/%%GNU_HOST%%/autoload/showimp.fasl -lib/fricas/target/%%GNU_HOST%%/autoload/topics.fasl lib/fricas/target/%%GNU_HOST%%/bin/AXIOMsys lib/fricas/target/%%GNU_HOST%%/bin/asq lib/fricas/target/%%GNU_HOST%%/bin/clef @@ -1308,165 +1350,6 @@ lib/fricas/target/%%GNU_HOST%%/bin/htadd lib/fricas/target/%%GNU_HOST%%/bin/hypertex lib/fricas/target/%%GNU_HOST%%/bin/sman lib/fricas/target/%%GNU_HOST%%/bin/viewAlone -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/Any.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/ArrayStack.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/AssociationList.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/BalancedBinaryTree.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/BasicOperator.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/BinaryExpansion.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/BinarySearchTree.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/CardinalNumber.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/CartesianTensor.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/Character.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/CharacterClass.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/CliffordAlgebra.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/CombinatorialFunction.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/Complex.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/ContinuedFraction.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/CycleIndicators.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/DeRhamComplex.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/DecimalExpansion.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/Dequeue.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/DistributedMultivariatePolynomial.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/DoubleFloat.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/ElementaryFunction.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/EqTable.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/Equation.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/EuclideanGroebnerBasisPackage.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/Expression.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/Factored.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/FactoredFunctions2.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/File.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/FileName.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/FlexibleArray.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/Float.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/Fraction.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/FullPartialFractionExpansion.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/GeneralDistributedMultivariatePolynomial.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/GeneralSparseTable.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/GroebnerFactorizationPackage.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/GroebnerPackage.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/Heap.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/HexadecimalExpansion.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/HomogeneousDistributedMultivariatePolynomial.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/Integer.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/IntegerCombinatoricFunctions.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/IntegerLinearDependence.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/IntegerNumberTheoryFunctions.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/Kernel.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/KeyedAccessFile.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/LazardSetSolvingPackage.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/LexTriangularPackage.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/Library.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/LieExponentials.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/LiePolynomial.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/LinearOrdinaryDifferentialOperator.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/LinearOrdinaryDifferentialOperator1.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/LinearOrdinaryDifferentialOperator2.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/List.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/LyndonWord.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/Magma.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/MakeFunction.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/MappingPackage1.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/MappingPackage2.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/MappingPackage3.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/MathMLFormat.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/Matrix.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/MatrixCategory.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/Multiset.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/MultivariatePolynomial.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/None.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/Octonion.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/OneDimensionalArray.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/Operator.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/OrderedVariableList.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/OrderlyDifferentialPolynomial.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/PartialFraction.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/Permanent.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/Permutation.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/PlaneAlgebraicCurvePlot.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/Plot.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/Polynomial.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/Quaternion.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/QuaternionCategoryFunctions2.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/Queue.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/RadixExpansion.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/RealClosure.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/RealSolvePackage.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/RegularTriangularSet.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/RomanNumeral.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/Segment.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/SegmentBinding.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/Set.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/SingleInteger.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/SparseMultivariateTaylorSeries.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/SparseTable.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/SquareFreeRegularTriangularSet.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/SquareMatrix.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/Stack.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/Stream.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/String.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/StringTable.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/Symbol.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/Table.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/TexFormat.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/TextFile.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/TransSolvePackage.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/TwoDimensionalArray.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/TwoDimensionalViewport.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/UnivariatePolynomial.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/UnivariateSkewPolynomial.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/UniversalSegment.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/Vector.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/Void.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/WuWenTsunTriangularSet.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/XPBWPolynomial.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/XPolynomial.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/XPolynomialRing.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/ZeroDimensionalSolvePackage.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/abbreviations.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/assignment.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/blocks.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/boot.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/cd.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/clear.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/clef.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/close.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/collection.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/compile.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/display.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/edit.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/fin.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/for.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/frame.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/help.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/history.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/if.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/include.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/iterate.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/leave.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/library.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/lisp.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/load.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/ltrace.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/parallel.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/pquit.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/quit.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/read.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/repeat.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/savesystem.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/set.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/show.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/spool.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/suchthat.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/summary.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/synonym.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/syntax.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/system.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/trace.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/undo.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/what.help -lib/fricas/target/%%GNU_HOST%%/doc/spadhelp/while.help lib/fricas/target/%%GNU_HOST%%/lib/SPADEDIT lib/fricas/target/%%GNU_HOST%%/lib/command.list lib/fricas/target/%%GNU_HOST%%/lib/copyright @@ -1883,7 +1766,6 @@ lib/fricas/target/%%GNU_HOST%%/share/hyp lib/fricas/target/%%GNU_HOST%%/share/hypertex/pages/LPOLY.pht lib/fricas/target/%%GNU_HOST%%/share/hypertex/pages/LWORD.ht lib/fricas/target/%%GNU_HOST%%/share/hypertex/pages/LWORD.pht -lib/fricas/target/%%GNU_HOST%%/share/hypertex/pages/Link.ht lib/fricas/target/%%GNU_HOST%%/share/hypertex/pages/MAGMA.ht lib/fricas/target/%%GNU_HOST%%/share/hypertex/pages/MAGMA.pht lib/fricas/target/%%GNU_HOST%%/share/hypertex/pages/MAPPKG1.ht @@ -1977,7 +1859,6 @@ lib/fricas/target/%%GNU_HOST%%/share/hyp lib/fricas/target/%%GNU_HOST%%/share/hypertex/pages/coverex.ht lib/fricas/target/%%GNU_HOST%%/share/hypertex/pages/coverex.pht lib/fricas/target/%%GNU_HOST%%/share/hypertex/pages/evalex.ht -lib/fricas/target/%%GNU_HOST%%/share/hypertex/pages/evalex.pht lib/fricas/target/%%GNU_HOST%%/share/hypertex/pages/exdiff.ht lib/fricas/target/%%GNU_HOST%%/share/hypertex/pages/exdiff.pht lib/fricas/target/%%GNU_HOST%%/share/hypertex/pages/exint.ht @@ -2016,7 +1897,6 @@ lib/fricas/target/%%GNU_HOST%%/share/hyp lib/fricas/target/%%GNU_HOST%%/share/hypertex/pages/polys.ht lib/fricas/target/%%GNU_HOST%%/share/hypertex/pages/polys.pht lib/fricas/target/%%GNU_HOST%%/share/hypertex/pages/record.ht -lib/fricas/target/%%GNU_HOST%%/share/hypertex/pages/releaseNotes.ht lib/fricas/target/%%GNU_HOST%%/share/hypertex/pages/rootpage.ht lib/fricas/target/%%GNU_HOST%%/share/hypertex/pages/srchkey.ht lib/fricas/target/%%GNU_HOST%%/share/hypertex/pages/topics.ht @@ -2048,13 +1928,172 @@ lib/fricas/target/%%GNU_HOST%%/share/hyp lib/fricas/target/%%GNU_HOST%%/share/hypertex/pages/ug13.pht lib/fricas/target/%%GNU_HOST%%/share/hypertex/pages/ug14.ht lib/fricas/target/%%GNU_HOST%%/share/hypertex/pages/ug15.ht +lib/fricas/target/%%GNU_HOST%%/share/hypertex/pages/ug15.pht lib/fricas/target/%%GNU_HOST%%/share/hypertex/pages/ug16.ht lib/fricas/target/%%GNU_HOST%%/share/hypertex/pages/ug21.ht -lib/fricas/target/%%GNU_HOST%%/share/hypertex/pages/ug22.ht lib/fricas/target/%%GNU_HOST%%/share/hypertex/pages/union.ht lib/fricas/target/%%GNU_HOST%%/share/hypertex/pages/util.ht lib/fricas/target/%%GNU_HOST%%/share/hypertex/pages/xmpexp.ht lib/fricas/target/%%GNU_HOST%%/share/msgs/s2-us.msgs +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/Any.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/ArrayStack.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/AssociationList.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/BalancedBinaryTree.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/BasicOperator.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/BinaryExpansion.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/BinarySearchTree.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/CardinalNumber.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/CartesianTensor.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/Character.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/CharacterClass.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/CliffordAlgebra.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/CombinatorialFunction.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/Complex.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/ContinuedFraction.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/CycleIndicators.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/DeRhamComplex.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/DecimalExpansion.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/Dequeue.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/DistributedMultivariatePolynomial.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/DoubleFloat.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/ElementaryFunction.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/EqTable.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/Equation.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/EuclideanGroebnerBasisPackage.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/Expression.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/Factored.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/FactoredFunctions2.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/File.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/FileName.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/FlexibleArray.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/Float.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/Fraction.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/FullPartialFractionExpansion.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/GeneralDistributedMultivariatePolynomial.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/GeneralSparseTable.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/GroebnerFactorizationPackage.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/GroebnerPackage.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/Heap.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/HexadecimalExpansion.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/HomogeneousDistributedMultivariatePolynomial.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/Integer.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/IntegerCombinatoricFunctions.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/IntegerLinearDependence.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/IntegerNumberTheoryFunctions.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/Kernel.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/KeyedAccessFile.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/LazardSetSolvingPackage.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/LexTriangularPackage.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/Library.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/LieExponentials.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/LiePolynomial.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/LinearOrdinaryDifferentialOperator.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/LinearOrdinaryDifferentialOperator1.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/LinearOrdinaryDifferentialOperator2.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/List.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/LyndonWord.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/Magma.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/MakeFunction.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/MappingPackage1.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/MappingPackage2.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/MappingPackage3.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/MathMLFormat.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/Matrix.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/MatrixCategory.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/Multiset.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/MultivariatePolynomial.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/None.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/Octonion.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/OneDimensionalArray.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/Operator.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/OrderedVariableList.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/OrderlyDifferentialPolynomial.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/PartialFraction.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/Permanent.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/Permutation.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/PlaneAlgebraicCurvePlot.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/Plot.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/Polynomial.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/Quaternion.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/QuaternionCategoryFunctions2.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/Queue.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/RadixExpansion.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/RealClosure.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/RealSolvePackage.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/RegularTriangularSet.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/RomanNumeral.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/Segment.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/SegmentBinding.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/Set.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/SingleInteger.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/SparseMultivariateTaylorSeries.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/SparseTable.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/SquareFreeRegularTriangularSet.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/SquareMatrix.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/Stack.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/Stream.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/String.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/StringTable.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/Symbol.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/Table.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/TexFormat.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/TextFile.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/TransSolvePackage.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/TwoDimensionalArray.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/TwoDimensionalViewport.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/UnivariatePolynomial.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/UnivariateSkewPolynomial.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/UniversalSegment.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/Vector.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/Void.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/WuWenTsunTriangularSet.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/XPBWPolynomial.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/XPolynomial.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/XPolynomialRing.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/ZeroDimensionalSolvePackage.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/abbreviation.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/abbreviations.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/assignment.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/blocks.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/boot.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/cd.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/clear.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/clef.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/close.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/collection.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/compile.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/display.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/edit.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/fin.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/for.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/frame.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/help.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/history.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/if.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/include.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/iterate.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/leave.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/library.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/lisp.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/load.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/ltrace.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/parallel.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/pquit.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/quit.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/read.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/repeat.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/set.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/show.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/spool.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/suchthat.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/summary.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/synonym.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/syntax.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/system.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/trace.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/undo.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/what.help +lib/fricas/target/%%GNU_HOST%%/share/spadhelp/while.help lib/fricas/target/%%GNU_HOST%%/share/viewports/3DObjectGraphicsPage9.VIEW/data lib/fricas/target/%%GNU_HOST%%/share/viewports/3DObjectGraphicsPage9.VIEW/image.bm lib/fricas/target/%%GNU_HOST%%/share/viewports/3DObjectGraphicsPage9.VIEW/image.xpm @@ -2483,18 +2522,23 @@ lib/fricas/target/%%GNU_HOST%%/share/vie lib/fricas/target/%%GNU_HOST%%/share/viewports/ugGraphTwoDappendPage5.VIEW/graph1 lib/fricas/target/%%GNU_HOST%%/share/viewports/ugGraphTwoDappendPage5.VIEW/image.bm lib/fricas/target/%%GNU_HOST%%/share/viewports/ugGraphTwoDappendPage5.VIEW/image.xpm +lib/fricas/target/%%GNU_HOST%%/share/viewports/ugGraphTwoDappendPage9.VIEW/data +lib/fricas/target/%%GNU_HOST%%/share/viewports/ugGraphTwoDappendPage9.VIEW/graph0 +lib/fricas/target/%%GNU_HOST%%/share/viewports/ugGraphTwoDappendPage9.VIEW/graph1 +lib/fricas/target/%%GNU_HOST%%/share/viewports/ugGraphTwoDappendPage9.VIEW/image.bm +lib/fricas/target/%%GNU_HOST%%/share/viewports/ugGraphTwoDappendPage9.VIEW/image.xpm lib/fricas/target/%%GNU_HOST%%/share/viewports/ugGraphTwoDbuildPage24.VIEW/data lib/fricas/target/%%GNU_HOST%%/share/viewports/ugGraphTwoDbuildPage24.VIEW/graph0 lib/fricas/target/%%GNU_HOST%%/share/viewports/ugGraphTwoDbuildPage24.VIEW/image.bm lib/fricas/target/%%GNU_HOST%%/share/viewports/ugGraphTwoDbuildPage24.VIEW/image.xpm -lib/fricas/target/%%GNU_HOST%%/share/viewports/ugGraphTwoDbuildPage38.VIEW/data -lib/fricas/target/%%GNU_HOST%%/share/viewports/ugGraphTwoDbuildPage38.VIEW/graph0 -lib/fricas/target/%%GNU_HOST%%/share/viewports/ugGraphTwoDbuildPage38.VIEW/image.bm -lib/fricas/target/%%GNU_HOST%%/share/viewports/ugGraphTwoDbuildPage38.VIEW/image.xpm -lib/fricas/target/%%GNU_HOST%%/share/viewports/ugGraphTwoDbuildPage43.VIEW/data -lib/fricas/target/%%GNU_HOST%%/share/viewports/ugGraphTwoDbuildPage43.VIEW/graph0 -lib/fricas/target/%%GNU_HOST%%/share/viewports/ugGraphTwoDbuildPage43.VIEW/image.bm -lib/fricas/target/%%GNU_HOST%%/share/viewports/ugGraphTwoDbuildPage43.VIEW/image.xpm +lib/fricas/target/%%GNU_HOST%%/share/viewports/ugGraphTwoDbuildPage37.VIEW/data +lib/fricas/target/%%GNU_HOST%%/share/viewports/ugGraphTwoDbuildPage37.VIEW/graph0 +lib/fricas/target/%%GNU_HOST%%/share/viewports/ugGraphTwoDbuildPage37.VIEW/image.bm +lib/fricas/target/%%GNU_HOST%%/share/viewports/ugGraphTwoDbuildPage37.VIEW/image.xpm +lib/fricas/target/%%GNU_HOST%%/share/viewports/ugGraphTwoDbuildPage42.VIEW/data +lib/fricas/target/%%GNU_HOST%%/share/viewports/ugGraphTwoDbuildPage42.VIEW/graph0 +lib/fricas/target/%%GNU_HOST%%/share/viewports/ugGraphTwoDbuildPage42.VIEW/image.bm +lib/fricas/target/%%GNU_HOST%%/share/viewports/ugGraphTwoDbuildPage42.VIEW/image.xpm lib/fricas/target/%%GNU_HOST%%/share/viewports/ugIntProgColorArrPage2.VIEW/data lib/fricas/target/%%GNU_HOST%%/share/viewports/ugIntProgColorArrPage2.VIEW/image.bm lib/fricas/target/%%GNU_HOST%%/share/viewports/ugIntProgColorArrPage2.VIEW/image.xpm @@ -2557,354 +2601,346 @@ lib/fricas/target/%%GNU_HOST%%/share/vie lib/fricas/target/%%GNU_HOST%%/share/viewports/ugProblemNumericPage32.VIEW/data lib/fricas/target/%%GNU_HOST%%/share/viewports/ugProblemNumericPage32.VIEW/image.bm lib/fricas/target/%%GNU_HOST%%/share/viewports/ugProblemNumericPage32.VIEW/image.xpm -lib/fricas/target/%%GNU_HOST%%/src/algebra/acplot.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/aggcat.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/aggcat2.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/algcat.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/algext.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/algfact.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/algfunc.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/allfact.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/alql.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/amodgcd.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/any.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/array1.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/array2.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/attribs.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/bags.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/bezout.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/boolean.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/brill.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/card.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/carten.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/catdef.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/cden.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/clifford.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/clip.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/cmplxrt.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/coerce.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/color.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/combfunc.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/combinat.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/complet.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/computation.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/computil.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/constant.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/contfrac.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/coordsys.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/cra.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/crfp.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/curve.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/cycles.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/cyclotom.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/ddfact.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/defaults.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/defintef.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/defintrf.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/degred.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/derham.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/dhmatrix.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/dirichlet.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/distro.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/divisor.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/dpolcat.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/draw.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/drawopt.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/drawpak.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/efstruc.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/efuls.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/efupxs.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/eigen.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/elemntry.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/elfuts.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/equation1.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/equation2.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/error.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/expexpan.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/export3D.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/expps.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/expr.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/expr2ups.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/exprode.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/facutil.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/ffcat.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/ffcg.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/fff.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/fffg.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/ffhom.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/ffnb.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/ffp.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/ffpoly.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/ffpoly2.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/ffx.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/files.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/float.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/fmod.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/fname.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/fnla.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/formula.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/fortcat.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/fortmac.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/fortpak.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/fortran.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/forttyp.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/fourier.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/fparfrac.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/fr.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/fraction.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/free.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/fs2expxp.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/fs2ups.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/fspace.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/funcpkgs.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/galfact.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/galfactu.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/galpolyu.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/galutil.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/gaussfac.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/gaussian.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/gb.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/gbeuclid.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/gbintern.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/gdirprod.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/gdpoly.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/geneez.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/generic.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/genser.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/genufact.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/genups.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/ghensel.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/gpgcd.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/gpol.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/graph.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/grdef.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/groebf.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/groebsol.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/gseries.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/hashstate.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/html.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/ideal.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/idecomp.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/indexedp.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/infprod.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/intaf.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/intalg.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/intaux.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/intclos.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/intden.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/intef.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/integer.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/integrat.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/interval.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/intfact.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/intpm.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/intrf.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/irexpand.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/irsn.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/ituple.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/jet.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/kl.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/kovacic.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/laplace.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/laurent.spad.pamphlet -lib/fricas/target/%%GNU_HOST%%/src/algebra/leadcdet.spad.pamphlet *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Sun Jul 5 07:39:18 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9D8BCAA9A; Sun, 5 Jul 2015 07:39:18 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7348F1DA9; Sun, 5 Jul 2015 07:39:18 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t657dHKu038596; Sun, 5 Jul 2015 07:39:17 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t657dFdb038587; Sun, 5 Jul 2015 07:39:15 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507050739.t657dFdb038587@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sun, 5 Jul 2015 07:39:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391345 - in head/devel: . elixir-calendar elixir-calendar/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, 05 Jul 2015 07:39:18 -0000 Author: olgeni Date: Sun Jul 5 07:39:14 2015 New Revision: 391345 URL: https://svnweb.freebsd.org/changeset/ports/391345 Log: Add devel/elixir-calendar, a date and time library for Elixir. Added: head/devel/elixir-calendar/ head/devel/elixir-calendar/Makefile (contents, props changed) head/devel/elixir-calendar/distinfo (contents, props changed) head/devel/elixir-calendar/files/ head/devel/elixir-calendar/files/patch-mix.exs (contents, props changed) head/devel/elixir-calendar/pkg-descr (contents, props changed) head/devel/elixir-calendar/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Jul 5 04:33:53 2015 (r391344) +++ head/devel/Makefile Sun Jul 5 07:39:14 2015 (r391345) @@ -409,6 +409,7 @@ SUBDIR += elfrc SUBDIR += elfsh SUBDIR += elftoaout + SUBDIR += elixir-calendar SUBDIR += elixir-conform SUBDIR += elixir-decimal SUBDIR += elixir-dialyze Added: head/devel/elixir-calendar/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-calendar/Makefile Sun Jul 5 07:39:14 2015 (r391345) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= calendar +PORTVERSION= 0.6.9 +DISTVERSIONPREFIX= v +CATEGORIES= devel +PKGNAMEPREFIX= elixir- + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= Date-time and time zone handling in Elixir + +LICENSE= MIT + +USES= elixir +USE_GITHUB= yes +GH_ACCOUNT= lau + +MIX_BUILD_DEPS= devel/elixir-tzdata +MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} + +.include Added: head/devel/elixir-calendar/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-calendar/distinfo Sun Jul 5 07:39:14 2015 (r391345) @@ -0,0 +1,2 @@ +SHA256 (lau-calendar-v0.6.9_GH0.tar.gz) = 00ca2b9534963134f70f3aad1c1f057421c39cf7fce5d9059ba721eb6be2c307 +SIZE (lau-calendar-v0.6.9_GH0.tar.gz) = 26361 Added: head/devel/elixir-calendar/files/patch-mix.exs ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-calendar/files/patch-mix.exs Sun Jul 5 07:39:14 2015 (r391345) @@ -0,0 +1,12 @@ +--- mix.exs.orig 2015-07-05 07:36:59 UTC ++++ mix.exs +@@ -7,8 +7,7 @@ defmodule Calendar.Mixfile do + version: "0.6.9", + elixir: "~> 1.1.0 or ~> 1.0.0", + package: package, +- description: description, +- deps: deps] ++ description: description] + end + + def application do Added: head/devel/elixir-calendar/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-calendar/pkg-descr Sun Jul 5 07:39:14 2015 (r391345) @@ -0,0 +1,6 @@ +Calendar is a date and time library for Elixir. + +The Olson/Eggert "Time Zone Database" is used. Years 1 through 9999 +are supported. + +WWW: https://github.com/lau/calendar Added: head/devel/elixir-calendar/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-calendar/pkg-plist Sun Jul 5 07:39:14 2015 (r391345) @@ -0,0 +1,28 @@ +lib/elixir/lib/calendar/ebin/Elixir.Calendar.AmbiguousDateTime.beam +lib/elixir/lib/calendar/ebin/Elixir.Calendar.Date.beam +lib/elixir/lib/calendar/ebin/Elixir.Calendar.DateTime.Format.Strftime.beam +lib/elixir/lib/calendar/ebin/Elixir.Calendar.DateTime.Format.beam +lib/elixir/lib/calendar/ebin/Elixir.Calendar.DateTime.Parse.beam +lib/elixir/lib/calendar/ebin/Elixir.Calendar.DateTime.TzPeriod.beam +lib/elixir/lib/calendar/ebin/Elixir.Calendar.DateTime.beam +lib/elixir/lib/calendar/ebin/Elixir.Calendar.NaiveDateTime.Parse.beam +lib/elixir/lib/calendar/ebin/Elixir.Calendar.NaiveDateTime.beam +lib/elixir/lib/calendar/ebin/Elixir.Calendar.ParseUtil.beam +lib/elixir/lib/calendar/ebin/Elixir.Calendar.Time.beam +lib/elixir/lib/calendar/ebin/Elixir.Calendar.TimeZoneData.beam +lib/elixir/lib/calendar/ebin/Elixir.Calendar.beam +lib/elixir/lib/calendar/ebin/calendar.app +lib/elixir/lib/calendar/lib/calendar.ex +lib/elixir/lib/calendar/lib/calendar/ambiguous_date_time.ex +lib/elixir/lib/calendar/lib/calendar/date.ex +lib/elixir/lib/calendar/lib/calendar/date_time.ex +lib/elixir/lib/calendar/lib/calendar/date_time/format.ex +lib/elixir/lib/calendar/lib/calendar/date_time/format/strftime.ex +lib/elixir/lib/calendar/lib/calendar/date_time/parse.ex +lib/elixir/lib/calendar/lib/calendar/date_time/tz_period.ex +lib/elixir/lib/calendar/lib/calendar/naive_date_time.ex +lib/elixir/lib/calendar/lib/calendar/naive_date_time/parse.ex +lib/elixir/lib/calendar/lib/calendar/parse_util.ex +lib/elixir/lib/calendar/lib/calendar/time.ex +lib/elixir/lib/calendar/lib/calendar/time_zone_data.ex +%%PORTDOCS%%%%DOCSDIR%%/README.md From owner-svn-ports-head@freebsd.org Sun Jul 5 07:43:22 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5EBECABE9; Sun, 5 Jul 2015 07:43:22 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4154C10E4; Sun, 5 Jul 2015 07:43:22 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t657hLQW042711; Sun, 5 Jul 2015 07:43:21 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t657hLkK042707; Sun, 5 Jul 2015 07:43:21 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201507050743.t657hLkK042707@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Sun, 5 Jul 2015 07:43:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391346 - 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: Sun, 05 Jul 2015 07:43:22 -0000 Author: kwm Date: Sun Jul 5 07:43:20 2015 New Revision: 391346 URL: https://svnweb.freebsd.org/changeset/ports/391346 Log: Update ImageMagick to 6.9.1-7. Modified: head/graphics/ImageMagick/Makefile head/graphics/ImageMagick/distinfo Modified: head/graphics/ImageMagick/Makefile ============================================================================== --- head/graphics/ImageMagick/Makefile Sun Jul 5 07:39:14 2015 (r391345) +++ head/graphics/ImageMagick/Makefile Sun Jul 5 07:43:20 2015 (r391346) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ImageMagick -DISTVERSION= 6.9.1-6 +DISTVERSION= 6.9.1-7 PORTEPOCH= 1 CATEGORIES= graphics perl5 MASTER_SITES= http://www.imagemagick.org/download/ \ Modified: head/graphics/ImageMagick/distinfo ============================================================================== --- head/graphics/ImageMagick/distinfo Sun Jul 5 07:39:14 2015 (r391345) +++ head/graphics/ImageMagick/distinfo Sun Jul 5 07:43:20 2015 (r391346) @@ -1,2 +1,2 @@ -SHA256 (ImageMagick-6.9.1-6.tar.xz) = 8d83934df129833f9e8696017182d8bbca8189842bbd2705c24729fed8db3358 -SIZE (ImageMagick-6.9.1-6.tar.xz) = 8276660 +SHA256 (ImageMagick-6.9.1-7.tar.xz) = b610e5261c01664e19c91e513e21b3c2d76d583b497ee3c7cf2f20876d742328 +SIZE (ImageMagick-6.9.1-7.tar.xz) = 8284892 From owner-svn-ports-head@freebsd.org Sun Jul 5 07:50:07 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 323C4AC2A; Sun, 5 Jul 2015 07:50:07 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 17E8D121F; Sun, 5 Jul 2015 07:50:07 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t657o6Mo043710; Sun, 5 Jul 2015 07:50:06 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t657o61i043709; Sun, 5 Jul 2015 07:50:06 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507050750.t657o61i043709@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sun, 5 Jul 2015 07:50:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391347 - head/devel/rebar X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 05 Jul 2015 07:50:07 -0000 Author: olgeni Date: Sun Jul 5 07:50:06 2015 New Revision: 391347 URL: https://svnweb.freebsd.org/changeset/ports/391347 Log: Update WWW tag. Modified: head/devel/rebar/pkg-descr Modified: head/devel/rebar/pkg-descr ============================================================================== --- head/devel/rebar/pkg-descr Sun Jul 5 07:43:20 2015 (r391346) +++ head/devel/rebar/pkg-descr Sun Jul 5 07:50:06 2015 (r391347) @@ -8,4 +8,4 @@ configuration work. rebar also provides application writers to easily re-use common libraries from a variety of locations (git, hg, etc). -WWW: https://github.com/basho/rebar +WWW: https://github.com/rebar/rebar From owner-svn-ports-head@freebsd.org Sun Jul 5 08:13:11 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A242AA0D1; Sun, 5 Jul 2015 08:13:11 +0000 (UTC) (envelope-from rodrigo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8853E1D8A; Sun, 5 Jul 2015 08:13:11 +0000 (UTC) (envelope-from rodrigo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t658DBii057423; Sun, 5 Jul 2015 08:13:11 GMT (envelope-from rodrigo@FreeBSD.org) Received: (from rodrigo@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t658DBxD057421; Sun, 5 Jul 2015 08:13:11 GMT (envelope-from rodrigo@FreeBSD.org) Message-Id: <201507050813.t658DBxD057421@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rodrigo set sender to rodrigo@FreeBSD.org using -f From: Rodrigo Osorio Date: Sun, 5 Jul 2015 08:13:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391348 - in head/net-mgmt/smokeping: . 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, 05 Jul 2015 08:13:11 -0000 Author: rodrigo Date: Sun Jul 5 08:13:10 2015 New Revision: 391348 URL: https://svnweb.freebsd.org/changeset/ports/391348 Log: Fix previous mistake in the init script, committed with minor changes PR: 200851 Modified: head/net-mgmt/smokeping/Makefile head/net-mgmt/smokeping/files/smokeping.in Modified: head/net-mgmt/smokeping/Makefile ============================================================================== --- head/net-mgmt/smokeping/Makefile Sun Jul 5 07:50:06 2015 (r391347) +++ head/net-mgmt/smokeping/Makefile Sun Jul 5 08:13:10 2015 (r391348) @@ -3,7 +3,7 @@ PORTNAME= smokeping PORTVERSION= 2.6.11 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-mgmt www MASTER_SITES= http://oss.oetiker.ch/smokeping/pub/ \ http://smokeping.cs.pu.edu.tw/pub/ Modified: head/net-mgmt/smokeping/files/smokeping.in ============================================================================== --- head/net-mgmt/smokeping/files/smokeping.in Sun Jul 5 07:50:06 2015 (r391347) +++ head/net-mgmt/smokeping/files/smokeping.in Sun Jul 5 08:13:10 2015 (r391348) @@ -65,7 +65,7 @@ smokeping_start() fi echo "Starting ${name}." - ${command} ${smokeping_flags} ${command_args} + su -m ${smokeping_user} -c "sh -c '${command} ${smokeping_flags} ${command_args}'" } smokeping_status() From owner-svn-ports-head@freebsd.org Sun Jul 5 08:25:11 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A4044A1EB; Sun, 5 Jul 2015 08:25:11 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8C0C110C6; Sun, 5 Jul 2015 08:25:11 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t658PBEe064260; Sun, 5 Jul 2015 08:25:11 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t658OfjN064031; Sun, 5 Jul 2015 08:24:41 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201507050824.t658OfjN064031@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Sun, 5 Jul 2015 08:24:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391349 - in head/finance: tryton trytond trytond_account trytond_account_be trytond_account_invoice trytond_account_invoice_history trytond_account_invoice_line_standalone trytond_acco... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 05 Jul 2015 08:25:11 -0000 Author: rm Date: Sun Jul 5 08:24:40 2015 New Revision: 391349 URL: https://svnweb.freebsd.org/changeset/ports/391349 Log: Update tryton 2.4 suite to it's ultimate versions Tryton 2.4 is no longer supported by the upstream project. Users are encouraged to upgrade to a newer version as soon as possible (we have tryton 2.8 in ports). So update this ports to it's ultimate versions and mark it deprecated. Set expiration date to 2015-08-05. PR: 197935 Submitted by: Matthias Petermann (maintainer) Modified: head/finance/tryton/Makefile head/finance/tryton/distinfo head/finance/trytond/Makefile head/finance/trytond/distinfo head/finance/trytond_account/Makefile head/finance/trytond_account/distinfo head/finance/trytond_account_be/Makefile head/finance/trytond_account_invoice/Makefile head/finance/trytond_account_invoice/distinfo head/finance/trytond_account_invoice_history/Makefile head/finance/trytond_account_invoice_line_standalone/Makefile head/finance/trytond_account_product/Makefile head/finance/trytond_account_statement/Makefile head/finance/trytond_account_stock_anglo_saxon/Makefile head/finance/trytond_account_stock_anglo_saxon/distinfo head/finance/trytond_account_stock_continental/Makefile head/finance/trytond_analytic_account/Makefile head/finance/trytond_analytic_account/distinfo head/finance/trytond_analytic_invoice/Makefile head/finance/trytond_analytic_purchase/Makefile head/finance/trytond_analytic_sale/Makefile head/finance/trytond_calendar/Makefile head/finance/trytond_calendar/distinfo head/finance/trytond_calendar_classification/Makefile head/finance/trytond_calendar_scheduling/Makefile head/finance/trytond_calendar_todo/Makefile head/finance/trytond_calendar_todo/distinfo head/finance/trytond_carrier/Makefile head/finance/trytond_carrier_percentage/Makefile head/finance/trytond_carrier_weight/Makefile head/finance/trytond_carrier_weight/distinfo head/finance/trytond_company/Makefile head/finance/trytond_company_work_time/Makefile head/finance/trytond_country/Makefile head/finance/trytond_country/distinfo head/finance/trytond_currency/Makefile head/finance/trytond_currency/distinfo head/finance/trytond_dashboard/Makefile head/finance/trytond_ldap_authentication/Makefile head/finance/trytond_ldap_authentication/distinfo head/finance/trytond_ldap_connection/Makefile head/finance/trytond_party/Makefile head/finance/trytond_party/distinfo head/finance/trytond_party_siret/Makefile head/finance/trytond_party_vcarddav/Makefile head/finance/trytond_product/Makefile head/finance/trytond_product/distinfo head/finance/trytond_product_cost_fifo/Makefile head/finance/trytond_product_cost_history/Makefile head/finance/trytond_product_measurements/Makefile head/finance/trytond_product_price_list/Makefile head/finance/trytond_production/Makefile head/finance/trytond_production/distinfo head/finance/trytond_project/Makefile head/finance/trytond_project_plan/Makefile head/finance/trytond_project_plan/distinfo head/finance/trytond_project_revenue/Makefile head/finance/trytond_purchase/Makefile head/finance/trytond_purchase/distinfo head/finance/trytond_purchase_invoice_line_standalone/Makefile head/finance/trytond_purchase_invoice_line_standalone/distinfo head/finance/trytond_purchase_shipment_cost/Makefile head/finance/trytond_sale/Makefile head/finance/trytond_sale/distinfo head/finance/trytond_sale_opportunity/Makefile head/finance/trytond_sale_opportunity/distinfo head/finance/trytond_sale_price_list/Makefile head/finance/trytond_sale_shipment_cost/Makefile head/finance/trytond_stock/Makefile head/finance/trytond_stock/distinfo head/finance/trytond_stock_forecast/Makefile head/finance/trytond_stock_forecast/distinfo head/finance/trytond_stock_inventory_location/Makefile head/finance/trytond_stock_location_sequence/Makefile head/finance/trytond_stock_lot/Makefile head/finance/trytond_stock_product_location/Makefile head/finance/trytond_stock_product_location/distinfo head/finance/trytond_stock_split/Makefile head/finance/trytond_stock_split/distinfo head/finance/trytond_stock_supply/Makefile head/finance/trytond_stock_supply/distinfo head/finance/trytond_stock_supply_day/Makefile head/finance/trytond_stock_supply_forecast/Makefile head/finance/trytond_stock_supply_production/Makefile head/finance/trytond_timesheet/Makefile Modified: head/finance/tryton/Makefile ============================================================================== --- head/finance/tryton/Makefile Sun Jul 5 08:13:10 2015 (r391348) +++ head/finance/tryton/Makefile Sun Jul 5 08:24:40 2015 (r391349) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= tryton -PORTVERSION= 2.4.7 -PORTREVISION= 1 +PORTVERSION= 2.4.16 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/2.4/ @@ -15,6 +14,9 @@ LICENSE= GPLv3 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=1.5:${PORTSDIR}/devel/py-dateutil \ ${PYTHON_PKGNAMEPREFIX}pytz>=2012:${PORTSDIR}/devel/py-pytz +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= tryton28-2.8.* USES= cpe desktop-file-utils gettext python:2 Modified: head/finance/tryton/distinfo ============================================================================== --- head/finance/tryton/distinfo Sun Jul 5 08:13:10 2015 (r391348) +++ head/finance/tryton/distinfo Sun Jul 5 08:24:40 2015 (r391349) @@ -1,2 +1,2 @@ -SHA256 (tryton-2.4.7.tar.gz) = c9265b7135c301bb78b5c78ac1e4b6943b6efdaea7c0976498388ca9a964dd66 -SIZE (tryton-2.4.7.tar.gz) = 626497 +SHA256 (tryton-2.4.16.tar.gz) = 6eaa27fbe336313913960ed646e79fe4ff726522bb1db83f3e7369d47da9caf1 +SIZE (tryton-2.4.16.tar.gz) = 626763 Modified: head/finance/trytond/Makefile ============================================================================== --- head/finance/trytond/Makefile Sun Jul 5 08:13:10 2015 (r391348) +++ head/finance/trytond/Makefile Sun Jul 5 08:24:40 2015 (r391349) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= trytond -PORTVERSION= 2.4.8 -PORTREVISION= 1 +PORTVERSION= 2.4.16 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ @@ -22,6 +21,9 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/mx/_ RUN_DEPENDS:= ${BUILD_DEPENDS} +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28-2.8.* USERS= trytond Modified: head/finance/trytond/distinfo ============================================================================== --- head/finance/trytond/distinfo Sun Jul 5 08:13:10 2015 (r391348) +++ head/finance/trytond/distinfo Sun Jul 5 08:24:40 2015 (r391349) @@ -1,2 +1,2 @@ -SHA256 (trytond-2.4.8.tar.gz) = 9aa83c4e8deac341878f8923a556fe7daa3ac8ee6bc8720260d2f71af72a7a0f -SIZE (trytond-2.4.8.tar.gz) = 441914 +SHA256 (trytond-2.4.16.tar.gz) = b2b720466af1d4cd325e76d80778a8f39f5c7dab132caa7c85dd505ad259a0b6 +SIZE (trytond-2.4.16.tar.gz) = 441822 Modified: head/finance/trytond_account/Makefile ============================================================================== --- head/finance/trytond_account/Makefile Sun Jul 5 08:13:10 2015 (r391348) +++ head/finance/trytond_account/Makefile Sun Jul 5 08:24:40 2015 (r391349) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= trytond_account -PORTVERSION= 2.4.6 -PORTREVISION= 1 +PORTVERSION= 2.4.8 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ @@ -16,6 +15,9 @@ RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/ trytond_company>=2.4.0:${PORTSDIR}/finance/trytond_company \ ${PYTHON_PKGNAMEPREFIX}dateutil>=1.5:${PORTSDIR}/devel/py-dateutil +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_account-2.8.* USES= python Modified: head/finance/trytond_account/distinfo ============================================================================== --- head/finance/trytond_account/distinfo Sun Jul 5 08:13:10 2015 (r391348) +++ head/finance/trytond_account/distinfo Sun Jul 5 08:24:40 2015 (r391349) @@ -1,2 +1,2 @@ -SHA256 (trytond_account-2.4.6.tar.gz) = 6cc42bdcbf4a2ee7159c2468fc9cbede71a205be0d15c8691f1a56c77b6abce2 -SIZE (trytond_account-2.4.6.tar.gz) = 240759 +SHA256 (trytond_account-2.4.8.tar.gz) = a1af984b948458fdf6572b22269dd565f31ddb0a79c36b572199093382d16820 +SIZE (trytond_account-2.4.8.tar.gz) = 240743 Modified: head/finance/trytond_account_be/Makefile ============================================================================== --- head/finance/trytond_account_be/Makefile Sun Jul 5 08:13:10 2015 (r391348) +++ head/finance/trytond_account_be/Makefile Sun Jul 5 08:24:40 2015 (r391349) @@ -15,6 +15,9 @@ LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_account>=2.4.1:${PORTSDIR}/finance/trytond_account +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_account-2.8.* USES= python Modified: head/finance/trytond_account_invoice/Makefile ============================================================================== --- head/finance/trytond_account_invoice/Makefile Sun Jul 5 08:13:10 2015 (r391348) +++ head/finance/trytond_account_invoice/Makefile Sun Jul 5 08:24:40 2015 (r391349) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= trytond_account_invoice -PORTVERSION= 2.4.3 -PORTREVISION= 1 +PORTVERSION= 2.4.6 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ @@ -15,6 +14,9 @@ LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_account_product>=2.4.1:${PORTSDIR}/finance/trytond_account_product +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_account_invoice-2.8.* USES= python Modified: head/finance/trytond_account_invoice/distinfo ============================================================================== --- head/finance/trytond_account_invoice/distinfo Sun Jul 5 08:13:10 2015 (r391348) +++ head/finance/trytond_account_invoice/distinfo Sun Jul 5 08:24:40 2015 (r391349) @@ -1,2 +1,2 @@ -SHA256 (trytond_account_invoice-2.4.3.tar.gz) = 07a0ffe656950a18ff4128dd47dfa5a5b66399ad729e97b49a4b40d8bccccc45 -SIZE (trytond_account_invoice-2.4.3.tar.gz) = 101630 +SHA256 (trytond_account_invoice-2.4.6.tar.gz) = 40c6fc44bc895ef868c2b51e3e57e824fcbc1066bb28163b84fa7cb1859b1b47 +SIZE (trytond_account_invoice-2.4.6.tar.gz) = 101649 Modified: head/finance/trytond_account_invoice_history/Makefile ============================================================================== --- head/finance/trytond_account_invoice_history/Makefile Sun Jul 5 08:13:10 2015 (r391348) +++ head/finance/trytond_account_invoice_history/Makefile Sun Jul 5 08:24:40 2015 (r391349) @@ -15,6 +15,9 @@ LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_account_invoice>=2.4.1:${PORTSDIR}/finance/trytond_account_invoice +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_account_invoice_history-2.8.* USES= python Modified: head/finance/trytond_account_invoice_line_standalone/Makefile ============================================================================== --- head/finance/trytond_account_invoice_line_standalone/Makefile Sun Jul 5 08:13:10 2015 (r391348) +++ head/finance/trytond_account_invoice_line_standalone/Makefile Sun Jul 5 08:24:40 2015 (r391349) @@ -15,6 +15,9 @@ LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_account_invoice>=2.4.1:${PORTSDIR}/finance/trytond_account_invoice +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_account_invoice_line_standalone-2.8.* USES= python Modified: head/finance/trytond_account_product/Makefile ============================================================================== --- head/finance/trytond_account_product/Makefile Sun Jul 5 08:13:10 2015 (r391348) +++ head/finance/trytond_account_product/Makefile Sun Jul 5 08:24:40 2015 (r391349) @@ -16,6 +16,9 @@ RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/ trytond_account>=2.4.1:${PORTSDIR}/finance/trytond_account \ trytond_product>=2.4.0:${PORTSDIR}/finance/trytond_product +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_account_product-2.8.* USES= python Modified: head/finance/trytond_account_statement/Makefile ============================================================================== --- head/finance/trytond_account_statement/Makefile Sun Jul 5 08:13:10 2015 (r391348) +++ head/finance/trytond_account_statement/Makefile Sun Jul 5 08:24:40 2015 (r391349) @@ -15,6 +15,9 @@ LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_account_invoice>=2.4.1:${PORTSDIR}/finance/trytond_account_invoice +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_account_statement-2.8.* USES= python Modified: head/finance/trytond_account_stock_anglo_saxon/Makefile ============================================================================== --- head/finance/trytond_account_stock_anglo_saxon/Makefile Sun Jul 5 08:13:10 2015 (r391348) +++ head/finance/trytond_account_stock_anglo_saxon/Makefile Sun Jul 5 08:24:40 2015 (r391349) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= trytond_account_stock_anglo_saxon -PORTVERSION= 2.4.5 -PORTREVISION= 1 +PORTVERSION= 2.4.6 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ @@ -16,6 +15,9 @@ RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/ trytond_account_invoice>=2.4.1:${PORTSDIR}/finance/trytond_account_invoice \ trytond_account_stock_continental>=2.4.1:${PORTSDIR}/finance/trytond_account_stock_continental +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_account_stock_anglo_saxon-2.8.* USES= python Modified: head/finance/trytond_account_stock_anglo_saxon/distinfo ============================================================================== --- head/finance/trytond_account_stock_anglo_saxon/distinfo Sun Jul 5 08:13:10 2015 (r391348) +++ head/finance/trytond_account_stock_anglo_saxon/distinfo Sun Jul 5 08:24:40 2015 (r391349) @@ -1,2 +1,2 @@ -SHA256 (trytond_account_stock_anglo_saxon-2.4.5.tar.gz) = ac453cbf3b691e0991cd85e7e8860bb80479d3c48fb4abfc6a5bd2d44e343a5c -SIZE (trytond_account_stock_anglo_saxon-2.4.5.tar.gz) = 22002 +SHA256 (trytond_account_stock_anglo_saxon-2.4.6.tar.gz) = de3d9739cca3b0a0f8fa78f8c4166e7beecf237021ebc5048c1f8db2dd8fa4b8 +SIZE (trytond_account_stock_anglo_saxon-2.4.6.tar.gz) = 22079 Modified: head/finance/trytond_account_stock_continental/Makefile ============================================================================== --- head/finance/trytond_account_stock_continental/Makefile Sun Jul 5 08:13:10 2015 (r391348) +++ head/finance/trytond_account_stock_continental/Makefile Sun Jul 5 08:24:40 2015 (r391349) @@ -16,6 +16,9 @@ RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/ trytond_account_product>=2.4.1:${PORTSDIR}/finance/trytond_account_product \ trytond_stock>=2.4.0:${PORTSDIR}/finance/trytond_stock +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_account_stock_continental-2.8.* USES= python Modified: head/finance/trytond_analytic_account/Makefile ============================================================================== --- head/finance/trytond_analytic_account/Makefile Sun Jul 5 08:13:10 2015 (r391348) +++ head/finance/trytond_analytic_account/Makefile Sun Jul 5 08:24:40 2015 (r391349) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= trytond_analytic_account -PORTVERSION= 2.4.1 -PORTREVISION= 1 +PORTVERSION= 2.4.3 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ @@ -18,6 +17,9 @@ RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/ trytond_currency>=2.4.0:${PORTSDIR}/finance/trytond_currency \ trytond_account>=2.4.1:${PORTSDIR}/finance/trytond_account +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_analytic_account-2.8.* USES= python Modified: head/finance/trytond_analytic_account/distinfo ============================================================================== --- head/finance/trytond_analytic_account/distinfo Sun Jul 5 08:13:10 2015 (r391348) +++ head/finance/trytond_analytic_account/distinfo Sun Jul 5 08:24:40 2015 (r391349) @@ -1,2 +1,2 @@ -SHA256 (trytond_analytic_account-2.4.1.tar.gz) = 29f7859358630812a2e0c23db1b8fba37eef8fa00f5afcbff9447b8d32c4b8c1 -SIZE (trytond_analytic_account-2.4.1.tar.gz) = 31501 +SHA256 (trytond_analytic_account-2.4.3.tar.gz) = 61b4f9d497634a93a93bd6a5e9f6dbc9009b5bf386e4be8d570078733fbb69fd +SIZE (trytond_analytic_account-2.4.3.tar.gz) = 31574 Modified: head/finance/trytond_analytic_invoice/Makefile ============================================================================== --- head/finance/trytond_analytic_invoice/Makefile Sun Jul 5 08:13:10 2015 (r391348) +++ head/finance/trytond_analytic_invoice/Makefile Sun Jul 5 08:24:40 2015 (r391349) @@ -16,6 +16,9 @@ RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/ trytond_analytic_account>=2.4.1:${PORTSDIR}/finance/trytond_analytic_account \ trytond_account_invoice>=2.4.1:${PORTSDIR}/finance/trytond_account_invoice +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_analytic_invoice-2.8.* USES= python Modified: head/finance/trytond_analytic_purchase/Makefile ============================================================================== --- head/finance/trytond_analytic_purchase/Makefile Sun Jul 5 08:13:10 2015 (r391348) +++ head/finance/trytond_analytic_purchase/Makefile Sun Jul 5 08:24:40 2015 (r391349) @@ -17,6 +17,9 @@ RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/ trytond_analytic_invoice>=2.4.1:${PORTSDIR}/finance/trytond_analytic_invoice \ trytond_purchase>=2.4.0:${PORTSDIR}/finance/trytond_purchase +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_analytic_purchase-2.8.* USES= python Modified: head/finance/trytond_analytic_sale/Makefile ============================================================================== --- head/finance/trytond_analytic_sale/Makefile Sun Jul 5 08:13:10 2015 (r391348) +++ head/finance/trytond_analytic_sale/Makefile Sun Jul 5 08:24:40 2015 (r391349) @@ -17,6 +17,9 @@ RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/ trytond_analytic_invoice>=2.4.1:${PORTSDIR}/finance/trytond_analytic_invoice \ trytond_sale>=2.4.0:${PORTSDIR}/finance/trytond_sale +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_analytic_sale-2.8.* USES= python Modified: head/finance/trytond_calendar/Makefile ============================================================================== --- head/finance/trytond_calendar/Makefile Sun Jul 5 08:13:10 2015 (r391348) +++ head/finance/trytond_calendar/Makefile Sun Jul 5 08:24:40 2015 (r391349) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= trytond_calendar -PORTVERSION= 2.4.3 -PORTREVISION= 1 +PORTVERSION= 2.4.4 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ @@ -18,6 +17,9 @@ RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/ ${PYTHON_PKGNAMEPREFIX}pytz>=0:${PORTSDIR}/devel/py-pytz \ ${PYTHON_PKGNAMEPREFIX}dateutil>=1.5:${PORTSDIR}/devel/py-dateutil +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_calendar-2.8.* USES= python Modified: head/finance/trytond_calendar/distinfo ============================================================================== --- head/finance/trytond_calendar/distinfo Sun Jul 5 08:13:10 2015 (r391348) +++ head/finance/trytond_calendar/distinfo Sun Jul 5 08:24:40 2015 (r391349) @@ -1,2 +1,2 @@ -SHA256 (trytond_calendar-2.4.3.tar.gz) = 25e268c7d4556592b7a4b6ff7fab8dbda6afc6eec69cd571946bc15463423795 -SIZE (trytond_calendar-2.4.3.tar.gz) = 56246 +SHA256 (trytond_calendar-2.4.4.tar.gz) = 4b8671d54d747f6545ac900d246dc2973f07adf8200f1e120d670c09950c0aab +SIZE (trytond_calendar-2.4.4.tar.gz) = 56273 Modified: head/finance/trytond_calendar_classification/Makefile ============================================================================== --- head/finance/trytond_calendar_classification/Makefile Sun Jul 5 08:13:10 2015 (r391348) +++ head/finance/trytond_calendar_classification/Makefile Sun Jul 5 08:24:40 2015 (r391349) @@ -15,6 +15,9 @@ LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_calendar>=2.4.1:${PORTSDIR}/finance/trytond_calendar +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_calendar_classification-2.8.* USES= python Modified: head/finance/trytond_calendar_scheduling/Makefile ============================================================================== --- head/finance/trytond_calendar_scheduling/Makefile Sun Jul 5 08:13:10 2015 (r391348) +++ head/finance/trytond_calendar_scheduling/Makefile Sun Jul 5 08:24:40 2015 (r391349) @@ -15,6 +15,9 @@ LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_calendar>=2.4.1:${PORTSDIR}/finance/trytond_calendar +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_calendar_scheduling-2.8.* USES= python Modified: head/finance/trytond_calendar_todo/Makefile ============================================================================== --- head/finance/trytond_calendar_todo/Makefile Sun Jul 5 08:13:10 2015 (r391348) +++ head/finance/trytond_calendar_todo/Makefile Sun Jul 5 08:24:40 2015 (r391349) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= trytond_calendar_todo -PORTVERSION= 2.4.4 -PORTREVISION= 1 +PORTVERSION= 2.4.5 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ @@ -15,6 +14,9 @@ LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_calendar>=2.4.1:${PORTSDIR}/finance/trytond_calendar +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_calendar_todo-2.8.* USES= python Modified: head/finance/trytond_calendar_todo/distinfo ============================================================================== --- head/finance/trytond_calendar_todo/distinfo Sun Jul 5 08:13:10 2015 (r391348) +++ head/finance/trytond_calendar_todo/distinfo Sun Jul 5 08:24:40 2015 (r391349) @@ -1,2 +1,2 @@ -SHA256 (trytond_calendar_todo-2.4.4.tar.gz) = a0a0d317ae5a5df2fb23fa695644554b5fcb9ccb5c9c21f4c5841d22b2a4ed17 -SIZE (trytond_calendar_todo-2.4.4.tar.gz) = 37303 +SHA256 (trytond_calendar_todo-2.4.5.tar.gz) = c10611757cca8e4abe5e6b211d0d6ee7d3d32e398578542834d6f026fbd96fc8 +SIZE (trytond_calendar_todo-2.4.5.tar.gz) = 37315 Modified: head/finance/trytond_carrier/Makefile ============================================================================== --- head/finance/trytond_carrier/Makefile Sun Jul 5 08:13:10 2015 (r391348) +++ head/finance/trytond_carrier/Makefile Sun Jul 5 08:24:40 2015 (r391349) @@ -16,6 +16,9 @@ RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/ trytond_party>=2.4.0:${PORTSDIR}/finance/trytond_party \ trytond_product>=2.4.0:${PORTSDIR}/finance/trytond_product +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_carrier-2.8.* USES= python Modified: head/finance/trytond_carrier_percentage/Makefile ============================================================================== --- head/finance/trytond_carrier_percentage/Makefile Sun Jul 5 08:13:10 2015 (r391348) +++ head/finance/trytond_carrier_percentage/Makefile Sun Jul 5 08:24:40 2015 (r391349) @@ -16,6 +16,9 @@ RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/ trytond_carrier>=2.4.1:${PORTSDIR}/finance/trytond_carrier \ trytond_currency>=2.4.0:${PORTSDIR}/finance/trytond_currency +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_carrier_percentage-2.8.* USES= python Modified: head/finance/trytond_carrier_weight/Makefile ============================================================================== --- head/finance/trytond_carrier_weight/Makefile Sun Jul 5 08:13:10 2015 (r391348) +++ head/finance/trytond_carrier_weight/Makefile Sun Jul 5 08:24:40 2015 (r391349) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= trytond_carrier_weight -PORTVERSION= 2.4.0 -PORTREVISION= 1 +PORTVERSION= 2.4.1 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ @@ -16,6 +15,9 @@ RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/ trytond_product_measurements>=2.4.0:${PORTSDIR}/finance/trytond_product_measurements \ trytond_carrier>=2.4.1:${PORTSDIR}/finance/trytond_carrier +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_carrier_weight-2.8.* USES= python Modified: head/finance/trytond_carrier_weight/distinfo ============================================================================== --- head/finance/trytond_carrier_weight/distinfo Sun Jul 5 08:13:10 2015 (r391348) +++ head/finance/trytond_carrier_weight/distinfo Sun Jul 5 08:24:40 2015 (r391349) @@ -1,2 +1,2 @@ -SHA256 (trytond_carrier_weight-2.4.0.tar.gz) = 42c10c58916fe98c020402ba92efc909e6594c5898e4bf8851a5f3aafee3472c -SIZE (trytond_carrier_weight-2.4.0.tar.gz) = 22242 +SHA256 (trytond_carrier_weight-2.4.1.tar.gz) = 9233f95b683561eec122a19fef54c9710af045bfe92c34d33f2c82a4c334f498 +SIZE (trytond_carrier_weight-2.4.1.tar.gz) = 22148 Modified: head/finance/trytond_company/Makefile ============================================================================== --- head/finance/trytond_company/Makefile Sun Jul 5 08:13:10 2015 (r391348) +++ head/finance/trytond_company/Makefile Sun Jul 5 08:24:40 2015 (r391349) @@ -16,6 +16,9 @@ RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/ trytond_party>=2.4.0:${PORTSDIR}/finance/trytond_party \ trytond_currency>=2.4.0:${PORTSDIR}/finance/trytond_currency +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_company-2.8.* USES= python Modified: head/finance/trytond_company_work_time/Makefile ============================================================================== --- head/finance/trytond_company_work_time/Makefile Sun Jul 5 08:13:10 2015 (r391348) +++ head/finance/trytond_company_work_time/Makefile Sun Jul 5 08:24:40 2015 (r391349) @@ -15,6 +15,9 @@ LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_company>=2.4.0:${PORTSDIR}/finance/trytond_company +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_company_work_time-2.8.* USES= python Modified: head/finance/trytond_country/Makefile ============================================================================== --- head/finance/trytond_country/Makefile Sun Jul 5 08:13:10 2015 (r391348) +++ head/finance/trytond_country/Makefile Sun Jul 5 08:24:40 2015 (r391349) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= trytond_country -PORTVERSION= 2.4.0 -PORTREVISION= 1 +PORTVERSION= 2.4.1 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ @@ -14,6 +13,9 @@ LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_country-2.8.* USES= python Modified: head/finance/trytond_country/distinfo ============================================================================== --- head/finance/trytond_country/distinfo Sun Jul 5 08:13:10 2015 (r391348) +++ head/finance/trytond_country/distinfo Sun Jul 5 08:24:40 2015 (r391349) @@ -1,2 +1,2 @@ -SHA256 (trytond_country-2.4.0.tar.gz) = 0f41193a4639b56f7a80ade241351e8c81755669be5b5747d0b6b42c0c4ce81a -SIZE (trytond_country-2.4.0.tar.gz) = 721689 +SHA256 (trytond_country-2.4.1.tar.gz) = 644bd71932aed160e623eb562d0d86d7c69c84974f550fa8704abebf4188eaef +SIZE (trytond_country-2.4.1.tar.gz) = 721631 Modified: head/finance/trytond_currency/Makefile ============================================================================== --- head/finance/trytond_currency/Makefile Sun Jul 5 08:13:10 2015 (r391348) +++ head/finance/trytond_currency/Makefile Sun Jul 5 08:24:40 2015 (r391349) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= trytond_currency -PORTVERSION= 2.4.0 -PORTREVISION= 1 +PORTVERSION= 2.4.1 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ @@ -14,6 +13,9 @@ LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_currency-2.8.* USES= python Modified: head/finance/trytond_currency/distinfo ============================================================================== --- head/finance/trytond_currency/distinfo Sun Jul 5 08:13:10 2015 (r391348) +++ head/finance/trytond_currency/distinfo Sun Jul 5 08:24:40 2015 (r391349) @@ -1,2 +1,2 @@ -SHA256 (trytond_currency-2.4.0.tar.gz) = 9c0d8eb2965876641a5ab5b4991772c7bc44e35de4b27e8860af1ed30089ea62 -SIZE (trytond_currency-2.4.0.tar.gz) = 54369 +SHA256 (trytond_currency-2.4.1.tar.gz) = 9c79e86f2f2817653050b8e3a95e166c93a12786b5aa8f958ae1793b0d0c2ce4 +SIZE (trytond_currency-2.4.1.tar.gz) = 54254 Modified: head/finance/trytond_dashboard/Makefile ============================================================================== --- head/finance/trytond_dashboard/Makefile Sun Jul 5 08:13:10 2015 (r391348) +++ head/finance/trytond_dashboard/Makefile Sun Jul 5 08:24:40 2015 (r391349) @@ -14,6 +14,9 @@ LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_dashboard-2.8.* USES= python Modified: head/finance/trytond_ldap_authentication/Makefile ============================================================================== --- head/finance/trytond_ldap_authentication/Makefile Sun Jul 5 08:13:10 2015 (r391348) +++ head/finance/trytond_ldap_authentication/Makefile Sun Jul 5 08:24:40 2015 (r391349) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= trytond_ldap_authentication -PORTVERSION= 2.4.0 -PORTREVISION= 1 +PORTVERSION= 2.4.1 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ @@ -15,6 +14,9 @@ LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_ldap_connection>=2.4.0:${PORTSDIR}/finance/trytond_ldap_connection +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_ldap_authentication-2.8.* USES= python Modified: head/finance/trytond_ldap_authentication/distinfo ============================================================================== --- head/finance/trytond_ldap_authentication/distinfo Sun Jul 5 08:13:10 2015 (r391348) +++ head/finance/trytond_ldap_authentication/distinfo Sun Jul 5 08:24:40 2015 (r391349) @@ -1,2 +1,2 @@ -SHA256 (trytond_ldap_authentication-2.4.0.tar.gz) = cc72a6a39ec0b2a24fbcd6ba3d43e4d334f81d018bf1c235f498472b1b57c1b0 -SIZE (trytond_ldap_authentication-2.4.0.tar.gz) = 20594 +SHA256 (trytond_ldap_authentication-2.4.1.tar.gz) = af1a2ce5d89c79f2aa24f3f3c4cdd6e1d583446f758db1c42e44b7c253d4e2e0 +SIZE (trytond_ldap_authentication-2.4.1.tar.gz) = 20508 Modified: head/finance/trytond_ldap_connection/Makefile ============================================================================== --- head/finance/trytond_ldap_connection/Makefile Sun Jul 5 08:13:10 2015 (r391348) +++ head/finance/trytond_ldap_connection/Makefile Sun Jul 5 08:24:40 2015 (r391349) @@ -15,6 +15,9 @@ LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ ${PYTHON_PKGNAMEPREFIX}ldap>=2.4.10:${PORTSDIR}/net/py-ldap +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_ldap_connection-2.8.* USES= python Modified: head/finance/trytond_party/Makefile ============================================================================== --- head/finance/trytond_party/Makefile Sun Jul 5 08:13:10 2015 (r391348) +++ head/finance/trytond_party/Makefile Sun Jul 5 08:24:40 2015 (r391349) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= trytond_party -PORTVERSION= 2.4.1 -PORTREVISION= 1 +PORTVERSION= 2.4.2 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ @@ -16,6 +15,9 @@ RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/ trytond_country>=2.4.0:${PORTSDIR}/finance/trytond_country \ ${PYTHON_PKGNAMEPREFIX}vatnumber>=1.0.0:${PORTSDIR}/finance/py-vatnumber +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_party-2.8.* USES= python Modified: head/finance/trytond_party/distinfo ============================================================================== --- head/finance/trytond_party/distinfo Sun Jul 5 08:13:10 2015 (r391348) +++ head/finance/trytond_party/distinfo Sun Jul 5 08:24:40 2015 (r391349) @@ -1,2 +1,2 @@ -SHA256 (trytond_party-2.4.1.tar.gz) = dfe124f98cbaf96566bf88a37a3dccc783965b78709531c2e2d3aad5e919347d -SIZE (trytond_party-2.4.1.tar.gz) = 52852 +SHA256 (trytond_party-2.4.2.tar.gz) = 862312dabd029f652127baa955d3f178dcd9dcec75c7b65f54b53eb932b42cd3 +SIZE (trytond_party-2.4.2.tar.gz) = 52893 Modified: head/finance/trytond_party_siret/Makefile ============================================================================== --- head/finance/trytond_party_siret/Makefile Sun Jul 5 08:13:10 2015 (r391348) +++ head/finance/trytond_party_siret/Makefile Sun Jul 5 08:24:40 2015 (r391349) @@ -15,6 +15,9 @@ LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_party>=2.4.0:${PORTSDIR}/finance/trytond_party +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_party_siret-2.8.* USES= python Modified: head/finance/trytond_party_vcarddav/Makefile ============================================================================== --- head/finance/trytond_party_vcarddav/Makefile Sun Jul 5 08:13:10 2015 (r391348) +++ head/finance/trytond_party_vcarddav/Makefile Sun Jul 5 08:24:40 2015 (r391349) @@ -17,6 +17,9 @@ RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/ ${PYTHON_PKGNAMEPREFIX}vobject>=0.8.1:${PORTSDIR}/deskutils/py-vobject \ ${PYTHON_PKGNAMEPREFIX}PyWebDAV>=0:${PORTSDIR}/www/py-pywebdav +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_party_vcarddav-2.8.* USES= python Modified: head/finance/trytond_product/Makefile ============================================================================== --- head/finance/trytond_product/Makefile Sun Jul 5 08:13:10 2015 (r391348) +++ head/finance/trytond_product/Makefile Sun Jul 5 08:24:40 2015 (r391349) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= trytond_product -PORTVERSION= 2.4.1 -PORTREVISION= 1 +PORTVERSION= 2.4.3 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ @@ -14,6 +13,9 @@ LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_product-2.8.* USES= python Modified: head/finance/trytond_product/distinfo ============================================================================== --- head/finance/trytond_product/distinfo Sun Jul 5 08:13:10 2015 (r391348) +++ head/finance/trytond_product/distinfo Sun Jul 5 08:24:40 2015 (r391349) @@ -1,2 +1,2 @@ -SHA256 (trytond_product-2.4.1.tar.gz) = 8d46795dff46a3b1bf28e94c971372085dd5aa7515dea9566a132c88db8f9d88 -SIZE (trytond_product-2.4.1.tar.gz) = 43054 +SHA256 (trytond_product-2.4.3.tar.gz) = 7d92f40c5ad9e5c7497c48f66808e1fcb7c99ad459559a7ee8a482d40edbd103 +SIZE (trytond_product-2.4.3.tar.gz) = 43094 Modified: head/finance/trytond_product_cost_fifo/Makefile ============================================================================== --- head/finance/trytond_product_cost_fifo/Makefile Sun Jul 5 08:13:10 2015 (r391348) +++ head/finance/trytond_product_cost_fifo/Makefile Sun Jul 5 08:24:40 2015 (r391349) @@ -16,6 +16,9 @@ RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/ trytond_product>=2.4.0:${PORTSDIR}/finance/trytond_product \ trytond_stock>=2.4.0:${PORTSDIR}/finance/trytond_stock +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_product_cost_fifo-2.8.* USES= python Modified: head/finance/trytond_product_cost_history/Makefile ============================================================================== --- head/finance/trytond_product_cost_history/Makefile Sun Jul 5 08:13:10 2015 (r391348) +++ head/finance/trytond_product_cost_history/Makefile Sun Jul 5 08:24:40 2015 (r391349) @@ -15,6 +15,9 @@ LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_product>=2.4.0:${PORTSDIR}/finance/trytond_product +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_product_cost_history-2.8.* USES= python Modified: head/finance/trytond_product_measurements/Makefile ============================================================================== --- head/finance/trytond_product_measurements/Makefile Sun Jul 5 08:13:10 2015 (r391348) +++ head/finance/trytond_product_measurements/Makefile Sun Jul 5 08:24:40 2015 (r391349) @@ -15,6 +15,9 @@ LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_product>=2.4.0:${PORTSDIR}/finance/trytond_product +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_product_measurements-2.8.* USES= python Modified: head/finance/trytond_product_price_list/Makefile ============================================================================== --- head/finance/trytond_product_price_list/Makefile Sun Jul 5 08:13:10 2015 (r391348) +++ head/finance/trytond_product_price_list/Makefile Sun Jul 5 08:24:40 2015 (r391349) @@ -17,6 +17,9 @@ RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/ trytond_party>=2.4.0:${PORTSDIR}/finance/trytond_party \ trytond_company>=2.4.0:${PORTSDIR}/finance/trytond_company +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_product_price_list-2.8.* USES= python Modified: head/finance/trytond_production/Makefile ============================================================================== --- head/finance/trytond_production/Makefile Sun Jul 5 08:13:10 2015 (r391348) +++ head/finance/trytond_production/Makefile Sun Jul 5 08:24:40 2015 (r391349) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= trytond_production -PORTVERSION= 2.4.3 -PORTREVISION= 1 +PORTVERSION= 2.4.4 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ @@ -17,6 +16,9 @@ RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/ trytond_company>=2.4.0:${PORTSDIR}/finance/trytond_company \ trytond_stock>=2.4.0:${PORTSDIR}/finance/trytond_stock +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_production-2.8.* USES= python Modified: head/finance/trytond_production/distinfo ============================================================================== --- head/finance/trytond_production/distinfo Sun Jul 5 08:13:10 2015 (r391348) +++ head/finance/trytond_production/distinfo Sun Jul 5 08:24:40 2015 (r391349) @@ -1,2 +1,2 @@ -SHA256 (trytond_production-2.4.3.tar.gz) = 47b2668b2f6833671664103be6a9154d268167d402301c48d418149e4059644b -SIZE (trytond_production-2.4.3.tar.gz) = 32537 +SHA256 (trytond_production-2.4.4.tar.gz) = 585598b7124a9a32fb1df05c688de1a132dd1e806e5592226de4a7db55d7e18b +SIZE (trytond_production-2.4.4.tar.gz) = 32300 Modified: head/finance/trytond_project/Makefile ============================================================================== --- head/finance/trytond_project/Makefile Sun Jul 5 08:13:10 2015 (r391348) +++ head/finance/trytond_project/Makefile Sun Jul 5 08:24:40 2015 (r391349) @@ -16,6 +16,9 @@ RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/ trytond_timesheet>=2.4.0:${PORTSDIR}/finance/trytond_timesheet \ trytond_party>=2.4.0:${PORTSDIR}/finance/trytond_party +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_project-2.8.* USES= python Modified: head/finance/trytond_project_plan/Makefile ============================================================================== --- head/finance/trytond_project_plan/Makefile Sun Jul 5 08:13:10 2015 (r391348) +++ head/finance/trytond_project_plan/Makefile Sun Jul 5 08:24:40 2015 (r391349) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= trytond_project_plan -PORTVERSION= 2.4.2 -PORTREVISION= 1 +PORTVERSION= 2.4.3 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ @@ -15,6 +14,9 @@ LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_project>=2.4.0:${PORTSDIR}/finance/trytond_project +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_project_plan-2.8.* USES= python Modified: head/finance/trytond_project_plan/distinfo ============================================================================== --- head/finance/trytond_project_plan/distinfo Sun Jul 5 08:13:10 2015 (r391348) +++ head/finance/trytond_project_plan/distinfo Sun Jul 5 08:24:40 2015 (r391349) @@ -1,2 +1,2 @@ -SHA256 (trytond_project_plan-2.4.2.tar.gz) = 29dc6cd9a5ed8fc2f3338a1fc788749e932306cbba66655a771ee8d5cee521c2 -SIZE (trytond_project_plan-2.4.2.tar.gz) = 27857 +SHA256 (trytond_project_plan-2.4.3.tar.gz) = 5f749fe707e126cc3152b3aa881f600bbe74ce527405acda0bc682127a1f18b7 +SIZE (trytond_project_plan-2.4.3.tar.gz) = 27848 Modified: head/finance/trytond_project_revenue/Makefile ============================================================================== --- head/finance/trytond_project_revenue/Makefile Sun Jul 5 08:13:10 2015 (r391348) +++ head/finance/trytond_project_revenue/Makefile Sun Jul 5 08:24:40 2015 (r391349) @@ -16,6 +16,9 @@ RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/ trytond_project>=2.4.0:${PORTSDIR}/finance/trytond_project \ trytond_product>=2.4.0:${PORTSDIR}/finance/trytond_product +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_project_revenue-2.8.* USES= python Modified: head/finance/trytond_purchase/Makefile ============================================================================== --- head/finance/trytond_purchase/Makefile Sun Jul 5 08:13:10 2015 (r391348) +++ head/finance/trytond_purchase/Makefile Sun Jul 5 08:24:40 2015 (r391349) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= trytond_purchase -PORTVERSION= 2.4.4 -PORTREVISION= 1 +PORTVERSION= 2.4.6 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ @@ -16,6 +15,9 @@ RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/ trytond_stock>=2.4.0:${PORTSDIR}/finance/trytond_stock \ trytond_account_invoice>=2.4.0:${PORTSDIR}/finance/trytond_account_invoice +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_purchase-2.8.* USES= python Modified: head/finance/trytond_purchase/distinfo ============================================================================== --- head/finance/trytond_purchase/distinfo Sun Jul 5 08:13:10 2015 (r391348) +++ head/finance/trytond_purchase/distinfo Sun Jul 5 08:24:40 2015 (r391349) @@ -1,2 +1,2 @@ -SHA256 (trytond_purchase-2.4.4.tar.gz) = 6d10e62dbabf9b74e18972849a7ff86c00ef0a74e873d98e002bd7240ee7dbf2 -SIZE (trytond_purchase-2.4.4.tar.gz) = 73882 +SHA256 (trytond_purchase-2.4.6.tar.gz) = fa6175ae4a91a3cb73de7bad5a5c4647fe3f98358617aacf24ff530c21a9cfe0 +SIZE (trytond_purchase-2.4.6.tar.gz) = 73885 Modified: head/finance/trytond_purchase_invoice_line_standalone/Makefile ============================================================================== --- head/finance/trytond_purchase_invoice_line_standalone/Makefile Sun Jul 5 08:13:10 2015 (r391348) +++ head/finance/trytond_purchase_invoice_line_standalone/Makefile Sun Jul 5 08:24:40 2015 (r391349) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= trytond_purchase_invoice_line_standalone -PORTVERSION= 2.4.1 -PORTREVISION= 1 +PORTVERSION= 2.4.2 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ @@ -16,6 +15,9 @@ RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/ trytond_purchase>=2.4.0:${PORTSDIR}/finance/trytond_purchase \ trytond_account_invoice_line_standalone>=2.4.1:${PORTSDIR}/finance/trytond_account_invoice_line_standalone +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_purchase_invoice_line_standalone-2.8.* USES= python Modified: head/finance/trytond_purchase_invoice_line_standalone/distinfo ============================================================================== --- head/finance/trytond_purchase_invoice_line_standalone/distinfo Sun Jul 5 08:13:10 2015 (r391348) +++ head/finance/trytond_purchase_invoice_line_standalone/distinfo Sun Jul 5 08:24:40 2015 (r391349) @@ -1,2 +1,2 @@ -SHA256 (trytond_purchase_invoice_line_standalone-2.4.1.tar.gz) = 05ef097aba6e22e1842b6c5544dcfd53ed73620215a73a7e5c8f5f8621c18ae9 -SIZE (trytond_purchase_invoice_line_standalone-2.4.1.tar.gz) = 21579 +SHA256 (trytond_purchase_invoice_line_standalone-2.4.2.tar.gz) = 0f765a15e685e4eee7da64415e6e440803ecadc3b7ba50535f833a9612d92a07 +SIZE (trytond_purchase_invoice_line_standalone-2.4.2.tar.gz) = 21667 Modified: head/finance/trytond_purchase_shipment_cost/Makefile ============================================================================== --- head/finance/trytond_purchase_shipment_cost/Makefile Sun Jul 5 08:13:10 2015 (r391348) +++ head/finance/trytond_purchase_shipment_cost/Makefile Sun Jul 5 08:24:40 2015 (r391349) @@ -17,6 +17,9 @@ RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/ trytond_currency>=2.4.0:${PORTSDIR}/finance/trytond_currency \ trytond_stock>=2.4.0:${PORTSDIR}/finance/trytond_stock +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_purchase_shipment_cost-2.8.* USES= python Modified: head/finance/trytond_sale/Makefile ============================================================================== --- head/finance/trytond_sale/Makefile Sun Jul 5 08:13:10 2015 (r391348) +++ head/finance/trytond_sale/Makefile Sun Jul 5 08:24:40 2015 (r391349) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= trytond_sale -PORTVERSION= 2.4.3 -PORTREVISION= 1 +PORTVERSION= 2.4.4 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ @@ -16,6 +15,9 @@ RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/ trytond_account_invoice>=2.4.1:${PORTSDIR}/finance/trytond_account_invoice \ trytond_stock>=2.4.0:${PORTSDIR}/finance/trytond_stock +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_sale-2.8.* USES= python Modified: head/finance/trytond_sale/distinfo ============================================================================== --- head/finance/trytond_sale/distinfo Sun Jul 5 08:13:10 2015 (r391348) +++ head/finance/trytond_sale/distinfo Sun Jul 5 08:24:40 2015 (r391349) @@ -1,2 +1,2 @@ -SHA256 (trytond_sale-2.4.3.tar.gz) = bd49d6066fcccb8317387216beb91bfe6a47026e8cf01c5898f089cf1accecd8 -SIZE (trytond_sale-2.4.3.tar.gz) = 69252 +SHA256 (trytond_sale-2.4.4.tar.gz) = 5fb284bf3f1343f79ef9fc7e33bbb8e02e7a012d08be057225c959b07a6744cb +SIZE (trytond_sale-2.4.4.tar.gz) = 69273 Modified: head/finance/trytond_sale_opportunity/Makefile ============================================================================== --- head/finance/trytond_sale_opportunity/Makefile Sun Jul 5 08:13:10 2015 (r391348) +++ head/finance/trytond_sale_opportunity/Makefile Sun Jul 5 08:24:40 2015 (r391349) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= trytond_sale_opportunity -PORTVERSION= 2.4.1 -PORTREVISION= 1 +PORTVERSION= 2.4.2 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ @@ -15,6 +14,9 @@ LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_sale>=2.4.0:${PORTSDIR}/finance/trytond_sale +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_sale_opportunity-2.8.* USES= python Modified: head/finance/trytond_sale_opportunity/distinfo ============================================================================== --- head/finance/trytond_sale_opportunity/distinfo Sun Jul 5 08:13:10 2015 (r391348) +++ head/finance/trytond_sale_opportunity/distinfo Sun Jul 5 08:24:40 2015 (r391349) @@ -1,2 +1,2 @@ -SHA256 (trytond_sale_opportunity-2.4.1.tar.gz) = ea26049098b7e5e865ef18888212e17f1e921a7c28476e98fa6e35354340cfb5 -SIZE (trytond_sale_opportunity-2.4.1.tar.gz) = 37757 +SHA256 (trytond_sale_opportunity-2.4.2.tar.gz) = 4fbc24a6eba005926729ca12613e3e31ef61c817bf3bdf681e02698c3110a0be +SIZE (trytond_sale_opportunity-2.4.2.tar.gz) = 38771 Modified: head/finance/trytond_sale_price_list/Makefile ============================================================================== --- head/finance/trytond_sale_price_list/Makefile Sun Jul 5 08:13:10 2015 (r391348) +++ head/finance/trytond_sale_price_list/Makefile Sun Jul 5 08:24:40 2015 (r391349) @@ -17,6 +17,9 @@ RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/ trytond_sale>=2.4.0:${PORTSDIR}/finance/trytond_sale \ trytond_product_price_list>=2.4.0:${PORTSDIR}/finance/trytond_product_price_list +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_sale_price_list-2.8.* USES= python Modified: head/finance/trytond_sale_shipment_cost/Makefile ============================================================================== --- head/finance/trytond_sale_shipment_cost/Makefile Sun Jul 5 08:13:10 2015 (r391348) +++ head/finance/trytond_sale_shipment_cost/Makefile Sun Jul 5 08:24:40 2015 (r391349) @@ -18,6 +18,9 @@ RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/ trytond_account_invoice>=2.4.1:${PORTSDIR}/finance/trytond_account_invoice \ trytond_stock>=2.4.0:${PORTSDIR}/finance/trytond_stock +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_sale_shipment_cost-2.8.* USES= python Modified: head/finance/trytond_stock/Makefile ============================================================================== --- head/finance/trytond_stock/Makefile Sun Jul 5 08:13:10 2015 (r391348) +++ head/finance/trytond_stock/Makefile Sun Jul 5 08:24:40 2015 (r391349) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= trytond_stock -PORTVERSION= 2.4.6 -PORTREVISION= 1 +PORTVERSION= 2.4.11 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ @@ -18,6 +17,9 @@ RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/ trytond_company>=2.4.0:${PORTSDIR}/finance/trytond_company \ trytond_currency>=2.4.0:${PORTSDIR}/finance/trytond_currency +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_stock-2.8.* USES= python Modified: head/finance/trytond_stock/distinfo ============================================================================== --- head/finance/trytond_stock/distinfo Sun Jul 5 08:13:10 2015 (r391348) +++ head/finance/trytond_stock/distinfo Sun Jul 5 08:24:40 2015 (r391349) @@ -1,2 +1,2 @@ -SHA256 (trytond_stock-2.4.6.tar.gz) = e2b0ad6118d66d7d98e799cdaef083c97d8cefe4bd828a82d537f2534d423d7a -SIZE (trytond_stock-2.4.6.tar.gz) = 156734 +SHA256 (trytond_stock-2.4.11.tar.gz) = a5411a4127b4a12da2a3442cb95292a2f4ef0c4b46bb65007d49e91ad8632aae +SIZE (trytond_stock-2.4.11.tar.gz) = 156599 Modified: head/finance/trytond_stock_forecast/Makefile ============================================================================== --- head/finance/trytond_stock_forecast/Makefile Sun Jul 5 08:13:10 2015 (r391348) +++ head/finance/trytond_stock_forecast/Makefile Sun Jul 5 08:24:40 2015 (r391349) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= trytond_stock_forecast -PORTVERSION= 2.4.1 -PORTREVISION= 1 +PORTVERSION= 2.4.2 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ @@ -18,6 +17,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}date trytond_stock>=2.4.0:${PORTSDIR}/finance/trytond_stock \ trytond_company>=2.4.0:${PORTSDIR}/finance/trytond_company +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_stock_forecast-2.8.* USES= python Modified: head/finance/trytond_stock_forecast/distinfo ============================================================================== --- head/finance/trytond_stock_forecast/distinfo Sun Jul 5 08:13:10 2015 (r391348) +++ head/finance/trytond_stock_forecast/distinfo Sun Jul 5 08:24:40 2015 (r391349) @@ -1,2 +1,2 @@ -SHA256 (trytond_stock_forecast-2.4.1.tar.gz) = 37ffad6fd51caf1808e9aa9213fee69cc1061efb02a693b162a03f0d7d2d39e0 -SIZE (trytond_stock_forecast-2.4.1.tar.gz) = 33918 +SHA256 (trytond_stock_forecast-2.4.2.tar.gz) = 8ffb95f15c27d964e750964046ac51454fcf6a0cd0b0db6e01575241810c55dd +SIZE (trytond_stock_forecast-2.4.2.tar.gz) = 33922 Modified: head/finance/trytond_stock_inventory_location/Makefile ============================================================================== --- head/finance/trytond_stock_inventory_location/Makefile Sun Jul 5 08:13:10 2015 (r391348) +++ head/finance/trytond_stock_inventory_location/Makefile Sun Jul 5 08:24:40 2015 (r391349) @@ -15,6 +15,9 @@ LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_stock>=2.4.0:${PORTSDIR}/finance/trytond_stock +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_stock_inventory_location-2.8.* USES= python Modified: head/finance/trytond_stock_location_sequence/Makefile ============================================================================== --- head/finance/trytond_stock_location_sequence/Makefile Sun Jul 5 08:13:10 2015 (r391348) +++ head/finance/trytond_stock_location_sequence/Makefile Sun Jul 5 08:24:40 2015 (r391349) @@ -15,6 +15,9 @@ LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_stock>=2.4.0:${PORTSDIR}/finance/trytond_stock +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_stock_location_sequence-2.8.* USES= python Modified: head/finance/trytond_stock_lot/Makefile ============================================================================== --- head/finance/trytond_stock_lot/Makefile Sun Jul 5 08:13:10 2015 (r391348) +++ head/finance/trytond_stock_lot/Makefile Sun Jul 5 08:24:40 2015 (r391349) *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Sun Jul 5 08:27:04 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7E3BAA222; Sun, 5 Jul 2015 08:27:04 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6E19011CA; Sun, 5 Jul 2015 08:27:04 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t658R4Gc064728; Sun, 5 Jul 2015 08:27:04 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t658R3eP064690; Sun, 5 Jul 2015 08:27:03 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201507050827.t658R3eP064690@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sun, 5 Jul 2015 08:27:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391350 - in head/devel/py-tables: . 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, 05 Jul 2015 08:27:04 -0000 Author: wen Date: Sun Jul 5 08:27:02 2015 New Revision: 391350 URL: https://svnweb.freebsd.org/changeset/ports/391350 Log: - Update to 3.2.0 - Fix run error by add USES=fortran [1] - Strip shared library PR: 201348 [1] Submitted by: john@saltant.com [1] Modified: head/devel/py-tables/Makefile head/devel/py-tables/distinfo head/devel/py-tables/files/patch-setup.py Modified: head/devel/py-tables/Makefile ============================================================================== --- head/devel/py-tables/Makefile Sun Jul 5 08:24:40 2015 (r391349) +++ head/devel/py-tables/Makefile Sun Jul 5 08:27:02 2015 (r391350) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= tables -PORTVERSION= 3.1.1 -PORTREVISION= 2 +PORTVERSION= 3.2.0 CATEGORIES= devel python MASTER_SITES= SF/py${PORTNAME:tl}/py${PORTNAME}/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -23,22 +22,18 @@ LIB_DEPENDS= libhdf5.so:${PORTSDIR}/scie libucl.so:${PORTSDIR}/archivers/ucl RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= python -USE_PYTHON= distutils +USES= fortran python +USE_PYTHON= distutils -PLIST_FILES= bin/pt2to3 bin/ptdump bin/ptrepack +PLIST_FILES= bin/pt2to3 bin/ptdump bin/ptrepack bin/pttree -OPTIONS_DEFINE= PYREX DOCS EXAMPLES -PYREX_DESC= Use code generated by Pyrex to build - -OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options +OPTIONS_DEFINE= PYREX DOCS EXAMPLES +PYREX_DESC= Use code generated by Pyrex to build +PYREX_BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/Pyrex/__init__.py:${PORTSDIR}/devel/pyrex +OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options .include -.if ${PORT_OPTIONS:MPYREX} -BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/Pyrex/__init__.py:${PORTSDIR}/devel/pyrex -.endif - post-patch: @${REINPLACE_CMD} -e "s,%%LOCALBASE%%,${LOCALBASE}," ${WRKSRC}/setup.py @@ -52,7 +47,7 @@ post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${DISTDIR}/pytablesmanual-${PORTVERSION}.pdf ${STAGEDIR}${DOCSDIR} ${ECHO} '${STAGEDIR}${DOCSDIR}/pytablesmanual-${PORTVERSION}.pdf' | ${SED} 's,^${STAGEDIR}${PREFIX}/,,' \ - >> ${TMPPLIST} + >> ${TMPPLIST} ${ECHO} '${STAGEDIR}${DOCSDIR}' | ${SED} 's,^${STAGEDIR}${PREFIX}/,@dirrm ,' \ >> ${TMPPLIST} .endif @@ -66,4 +61,13 @@ post-install: ${SED} 's,^${STAGEDIR}${PREFIX}/,@dirrm ,' >> ${TMPPLIST} .endif + ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/tables/_comp_bzip2.so + ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/tables/_comp_lzo.so + ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/tables/tableextension.so + ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/tables/hdf5extension.so + ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/tables/indexesextension.so + ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/tables/linkextension.so + ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/tables/utilsextension.so + ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/tables/lrucacheextension.so + .include Modified: head/devel/py-tables/distinfo ============================================================================== --- head/devel/py-tables/distinfo Sun Jul 5 08:24:40 2015 (r391349) +++ head/devel/py-tables/distinfo Sun Jul 5 08:27:02 2015 (r391350) @@ -1,4 +1,4 @@ -SHA256 (tables-3.1.1.tar.gz) = 39b9036376f1185599771c19276f13b5b9119d98f9108f58595745ded3fe2da3 -SIZE (tables-3.1.1.tar.gz) = 6715786 -SHA256 (pytablesmanual-3.1.1.pdf) = a21ca95e2386c503d4835686b69543e96c15ea85f305e1243a45de25959774fe -SIZE (pytablesmanual-3.1.1.pdf) = 2527370 +SHA256 (tables-3.2.0.tar.gz) = 60980e44676bfe463cdd2582ecdacc0b0763b259477015e866f8af72b4cdba44 +SIZE (tables-3.2.0.tar.gz) = 7039718 +SHA256 (pytablesmanual-3.2.0.pdf) = d92d8b008c63c2f3566eb9685103b0a6b891d2d353876a0868871dd436dbf69f +SIZE (pytablesmanual-3.2.0.pdf) = 2578022 Modified: head/devel/py-tables/files/patch-setup.py ============================================================================== --- head/devel/py-tables/files/patch-setup.py Sun Jul 5 08:24:40 2015 (r391349) +++ head/devel/py-tables/files/patch-setup.py Sun Jul 5 08:27:02 2015 (r391350) @@ -1,41 +1,6 @@ ---- setup.py.orig 2014-03-26 04:49:03.000000000 +0800 -+++ setup.py 2014-10-01 21:25:20.000000000 +0800 -@@ -25,6 +25,7 @@ - from distutils.dep_util import newer - from distutils.util import convert_path - from distutils.ccompiler import new_compiler -+from distutils.version import LooseVersion - - cmdclass = {} - setuptools_kwargs = {} -@@ -122,21 +123,21 @@ - - # Check if Cython is installed or not (requisite) - try: -+ from Cython import __version__ as cython_version - from Cython.Distutils import build_ext -- from Cython.Compiler.Main import Version - cmdclass['build_ext'] = build_ext - except ImportError: - exit_with_error( - "You need %(pkgname)s %(pkgver)s or greater to compile PyTables!" - % {'pkgname': 'Cython', 'pkgver': min_cython_version}) - --if Version.version < min_cython_version: -+if LooseVersion(cython_version) < min_cython_version: - exit_with_error( -- "At least Cython %s is needed so as to generate extensions!" -- % (min_cython_version)) -+ "You need %(pkgname)s %(pkgver)s or greater to run PyTables!" -+ % {'pkgname': 'Cython', 'pkgver': min_cython_version}) - else: - print("* Found %(pkgname)s %(pkgver)s package installed." -- % {'pkgname': 'Cython', 'pkgver': Version.version}) -+ % {'pkgname': 'Cython', 'pkgver': cython_version}) - - VERSION = open('VERSION').read().strip() - -@@ -145,8 +146,8 @@ +--- setup.py.orig 2015-07-05 14:52:30.439427615 +0800 ++++ setup.py 2015-07-05 14:53:35.680492890 +0800 +@@ -127,8 +127,8 @@ debug = '--debug' in sys.argv # Global variables @@ -46,12 +11,3 @@ optional_libs = [] data_files = [] # list of data files to add to packages (mainly for DLL's) -@@ -168,7 +169,7 @@ - dirs.append(flag[len(flag_key):]) - - if os.name == 'posix': -- prefixes = ('/usr/local', '/sw', '/opt', '/opt/local', '/usr', '/') -+ prefixes = ('/usr/local', '/sw', '/opt', '/opt/local', '/usr', '/','%%LOCALBASE%%') - - default_header_dirs = [] - add_from_path("CPATH", default_header_dirs) From owner-svn-ports-head@freebsd.org Sun Jul 5 08:27:04 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 30655A21E; Sun, 5 Jul 2015 08:27:04 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0609E11C7; Sun, 5 Jul 2015 08:27:04 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t658R3qf064695; Sun, 5 Jul 2015 08:27:03 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t658R3LT064694; Sun, 5 Jul 2015 08:27:03 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201507050827.t658R3LT064694@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 5 Jul 2015 08:27:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391351 - 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: Sun, 05 Jul 2015 08:27:04 -0000 Author: riggs Date: Sun Jul 5 08:27:03 2015 New Revision: 391351 URL: https://svnweb.freebsd.org/changeset/ports/391351 Log: - Use multimedia/ffmpeg instead of multimedia/ffmpeg26 after former has been upgraded to 2.7 branch - Bump PORTREVISION PR: 201324 Submitted by: yuri@rawbw.com (maintainer) Modified: head/net-im/qTox/Makefile Modified: head/net-im/qTox/Makefile ============================================================================== --- head/net-im/qTox/Makefile Sun Jul 5 08:27:02 2015 (r391350) +++ head/net-im/qTox/Makefile Sun Jul 5 08:27:03 2015 (r391351) @@ -3,6 +3,7 @@ PORTNAME= qTox PORTVERSION= 0.150614 +PORTREVISION= 1 CATEGORIES= net-im net-p2p MAINTAINER= yuri@rawbw.com @@ -14,7 +15,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/linu LIB_DEPENDS= libtoxcore.so:${PORTSDIR}/net-im/tox \ libopencv_highgui.so:${PORTSDIR}/graphics/opencv \ libopencv_core.so:${PORTSDIR}/graphics/opencv-core \ - libavcodec26.so:${PORTSDIR}/multimedia/ffmpeg26 \ + libavcodec.so:${PORTSDIR}/multimedia/ffmpeg \ libvpx.so:${PORTSDIR}/multimedia/libvpx \ libfilteraudio.so:${PORTSDIR}/audio/libfilteraudio \ libsodium.so:${PORTSDIR}/security/libsodium \ @@ -29,8 +30,6 @@ USE_GNOME= glib20 gtk20 cairo gdkpixbuf2 USE_XORG= x11 xscrnsaver USE_QT5= core gui network xml opengl sql sql-sqlite3_run widgets svg \ concurrent buildtools_build linguisttools_build -CXXFLAGS+= -I${LOCALBASE}/include/ffmpeg26 -LDFLAGS+= -L${LOCALBASE}/lib/ffmpeg26 PLIST_FILES= bin/qtox \ share/applications/qTox.desktop @@ -49,8 +48,6 @@ post-patch: ${WRKSRC}/qtox.pro @${REINPLACE_CMD} -e 's|INCLUDEPATH += "/usr/lib|INCLUDEPATH += "${LOCALBASE}/lib|' \ ${WRKSRC}/qtox.pro - @${REINPLACE_CMD} -e 's|-lavformat -lavdevice -lavcodec -lavutil -lswscale|-lavformat26 -lavdevice26 -lavcodec26 -lavutil26 -lswscale26|' \ - ${WRKSRC}/qtox.pro pre-configure: @${REINPLACE_CMD} '/Comment/s,=.*,=${COMMENT},' \ From owner-svn-ports-head@freebsd.org Sun Jul 5 08:36:02 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2AFCEA42C; Sun, 5 Jul 2015 08:36:02 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 10BBE19FC; Sun, 5 Jul 2015 08:36:02 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t658a1nr069550; Sun, 5 Jul 2015 08:36:01 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t658a1FV069548; Sun, 5 Jul 2015 08:36:01 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201507050836.t658a1FV069548@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 5 Jul 2015 08:36:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391352 - head/devel/embb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 05 Jul 2015 08:36:02 -0000 Author: riggs Date: Sun Jul 5 08:36:00 2015 New Revision: 391352 URL: https://svnweb.freebsd.org/changeset/ports/391352 Log: Update to upstream release 0.3.1 Modified: head/devel/embb/Makefile head/devel/embb/distinfo Modified: head/devel/embb/Makefile ============================================================================== --- head/devel/embb/Makefile Sun Jul 5 08:27:03 2015 (r391351) +++ head/devel/embb/Makefile Sun Jul 5 08:36:00 2015 (r391352) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= embb -PORTVERSION= 0.3.0 +PORTVERSION= 0.3.1 CATEGORIES= devel MAINTAINER= riggs@FreeBSD.org @@ -13,7 +13,7 @@ LICENSE_COMB= multi USE_GITHUB= yes GH_ACCOUNT= siemens -GH_TAGNAME= 5abeb06 +GH_TAGNAME= 3577c13 USES= cmake:outsource compiler:c11 Modified: head/devel/embb/distinfo ============================================================================== --- head/devel/embb/distinfo Sun Jul 5 08:27:03 2015 (r391351) +++ head/devel/embb/distinfo Sun Jul 5 08:36:00 2015 (r391352) @@ -1,2 +1,2 @@ -SHA256 (siemens-embb-0.3.0-5abeb06_GH0.tar.gz) = c96270ad4db7efb077ebe580fcd25cb271d1572f12620028a6ce74f5e5ef7cdb -SIZE (siemens-embb-0.3.0-5abeb06_GH0.tar.gz) = 1520639 +SHA256 (siemens-embb-0.3.1-3577c13_GH0.tar.gz) = fa42b356173681ac0772a81bc95f81c515947f7d6d725c510495cd023e2ebc0f +SIZE (siemens-embb-0.3.1-3577c13_GH0.tar.gz) = 1522444 From owner-svn-ports-head@freebsd.org Sun Jul 5 08:40:03 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E0B22A45C; Sun, 5 Jul 2015 08:40:02 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C607C1B0F; Sun, 5 Jul 2015 08:40:02 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t658e241070189; Sun, 5 Jul 2015 08:40:02 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t658e1qs070184; Sun, 5 Jul 2015 08:40:01 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507050840.t658e1qs070184@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sun, 5 Jul 2015 08:40:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391353 - in head/devel/distel: . 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, 05 Jul 2015 08:40:03 -0000 Author: olgeni Date: Sun Jul 5 08:40:00 2015 New Revision: 391353 URL: https://svnweb.freebsd.org/changeset/ports/391353 Log: Upgrade to version 4.0.7. - Do not mute INSTALL commands - Remove unnecessary DOCS option Deleted: head/devel/distel/files/ Modified: head/devel/distel/Makefile head/devel/distel/distinfo head/devel/distel/pkg-plist (contents, props changed) Modified: head/devel/distel/Makefile ============================================================================== --- head/devel/distel/Makefile Sun Jul 5 08:36:00 2015 (r391352) +++ head/devel/distel/Makefile Sun Jul 5 08:40:00 2015 (r391353) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= distel -PORTVERSION= 2012.05.28 -PORTREVISION= 3 +PORTVERSION= 4.0.7 CATEGORIES= devel elisp MAINTAINER= olgeni@FreeBSD.org @@ -12,7 +11,6 @@ BUILD_DEPENDS+= erlc:${PORTSDIR}/lang/er USE_GITHUB= yes GH_ACCOUNT= massemanet -GH_TAGNAME= ecc8581 PLIST_SUB= VERSION="${PORTVERSION}" @@ -21,28 +19,25 @@ USE_EMACS= yes DISTEL_DOCS= AUTHORS ChangeLog INSTALL INSTALL.WIN32 NEWS README README.ie-session DISTEL_ROOT= ${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION} -OPTIONS_DEFINE= DOCS - do-build: @${MKDIR} ${WRKSRC}/ebin @cd ${WRKSRC} && erlc -W0 -o ebin/ +debug_info src/*.erl do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${EMACS_SITE_LISPDIR}/${PORTNAME} - @${INSTALL_DATA} ${WRKSRC}/elisp/*el ${STAGEDIR}${PREFIX}/${EMACS_SITE_LISPDIR}/${PORTNAME} + ${INSTALL_DATA} ${WRKSRC}/elisp/*el ${STAGEDIR}${PREFIX}/${EMACS_SITE_LISPDIR}/${PORTNAME} @${MKDIR} ${STAGEDIR}${DOCSDIR} - @for FILE in ${DISTEL_DOCS}; do \ + for FILE in ${DISTEL_DOCS}; do \ ${INSTALL_DATA} ${WRKSRC}/$${FILE} ${STAGEDIR}${DOCSDIR}; \ done - @${INSTALL_DATA} ${WRKSRC}/doc/*.pdf ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/*.pdf ${STAGEDIR}${DOCSDIR} @${MKDIR} ${STAGEDIR}${DOCSDIR}/html - @${INSTALL_DATA} ${WRKSRC}/doc/distel/*.html ${STAGEDIR}${DOCSDIR}/html + ${INSTALL_DATA} ${WRKSRC}/doc/distel/*.html ${STAGEDIR}${DOCSDIR}/html @${MKDIR} ${STAGEDIR}${DISTEL_ROOT}/src @${MKDIR} ${STAGEDIR}${DISTEL_ROOT}/ebin - @${INSTALL_DATA} ${WRKSRC}/src/*.erl ${STAGEDIR}${DISTEL_ROOT}/src - @${INSTALL_DATA} ${WRKSRC}/ebin/*.beam ${STAGEDIR}${DISTEL_ROOT}/ebin - @${LN} -sf ${DISTNAME} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME} + ${INSTALL_DATA} ${WRKSRC}/src/*.erl ${STAGEDIR}${DISTEL_ROOT}/src + ${INSTALL_DATA} ${WRKSRC}/ebin/*.beam ${STAGEDIR}${DISTEL_ROOT}/ebin .include Modified: head/devel/distel/distinfo ============================================================================== --- head/devel/distel/distinfo Sun Jul 5 08:36:00 2015 (r391352) +++ head/devel/distel/distinfo Sun Jul 5 08:40:00 2015 (r391353) @@ -1,2 +1,2 @@ -SHA256 (massemanet-distel-2012.05.28-ecc8581_GH0.tar.gz) = 617de23de7bccbb0d772f42f18c8c4c13a2008cd7e9a9af4356131512912fd68 -SIZE (massemanet-distel-2012.05.28-ecc8581_GH0.tar.gz) = 212119 +SHA256 (massemanet-distel-4.0.7_GH0.tar.gz) = 9d7d683d3ef4ca016056796af8047f639572a750d645827690564a15dc8579e0 +SIZE (massemanet-distel-4.0.7_GH0.tar.gz) = 213672 Modified: head/devel/distel/pkg-plist ============================================================================== --- head/devel/distel/pkg-plist Sun Jul 5 08:36:00 2015 (r391352) +++ head/devel/distel/pkg-plist Sun Jul 5 08:40:00 2015 (r391353) @@ -1,4 +1,3 @@ -lib/erlang/lib/distel lib/erlang/lib/distel-%%VERSION%%/ebin/distel.beam lib/erlang/lib/distel-%%VERSION%%/ebin/distel_ie.beam lib/erlang/lib/distel-%%VERSION%%/ebin/fdoc.beam @@ -45,5 +44,5 @@ lib/erlang/lib/distel-%%VERSION%%/src/ot %%EMACS_SITE_LISPDIR%%/distel/erl-test.el %%EMACS_SITE_LISPDIR%%/distel/erl.el %%EMACS_SITE_LISPDIR%%/distel/erlext.el +%%EMACS_SITE_LISPDIR%%/distel/mcase.el %%EMACS_SITE_LISPDIR%%/distel/net-fsm.el -%%EMACS_SITE_LISPDIR%%/distel/patmatch.el From owner-svn-ports-head@freebsd.org Sun Jul 5 08:48:51 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 87C22A588; Sun, 5 Jul 2015 08:48:51 +0000 (UTC) (envelope-from rodrigo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6CA981EA0; Sun, 5 Jul 2015 08:48:51 +0000 (UTC) (envelope-from rodrigo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t658mpJt074893; Sun, 5 Jul 2015 08:48:51 GMT (envelope-from rodrigo@FreeBSD.org) Received: (from rodrigo@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t658moMZ074891; Sun, 5 Jul 2015 08:48:50 GMT (envelope-from rodrigo@FreeBSD.org) Message-Id: <201507050848.t658moMZ074891@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rodrigo set sender to rodrigo@FreeBSD.org using -f From: Rodrigo Osorio Date: Sun, 5 Jul 2015 08:48:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391354 - in head/devel/libtai: . 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, 05 Jul 2015 08:48:51 -0000 Author: rodrigo Date: Sun Jul 5 08:48:50 2015 New Revision: 391354 URL: https://svnweb.freebsd.org/changeset/ports/391354 Log: Update leapseconds data, add 2015-06-30 PR: 201238 Submitted by: kaoru Modified: head/devel/libtai/Makefile head/devel/libtai/files/leapsecs-update.txt Modified: head/devel/libtai/Makefile ============================================================================== --- head/devel/libtai/Makefile Sun Jul 5 08:40:00 2015 (r391353) +++ head/devel/libtai/Makefile Sun Jul 5 08:48:50 2015 (r391354) @@ -3,7 +3,7 @@ PORTNAME= libtai PORTVERSION= 0.60 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MASTER_SITES= http://cr.yp.to/libtai/ \ ftp://ftp.sunsite.auc.dk/disk1/qmail/ \ Modified: head/devel/libtai/files/leapsecs-update.txt ============================================================================== --- head/devel/libtai/files/leapsecs-update.txt Sun Jul 5 08:40:00 2015 (r391353) +++ head/devel/libtai/files/leapsecs-update.txt Sun Jul 5 08:48:50 2015 (r391354) @@ -3,3 +3,4 @@ +2005-12-31 +2008-12-31 +2012-06-30 ++2015-06-30 From owner-svn-ports-head@freebsd.org Sun Jul 5 09:04:43 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DA8199428; Sun, 5 Jul 2015 09:04:42 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C664615C3; Sun, 5 Jul 2015 09:04:42 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6594g1J084212; Sun, 5 Jul 2015 09:04:42 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6594efs084204; Sun, 5 Jul 2015 09:04:40 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507050904.t6594efs084204@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sun, 5 Jul 2015 09:04:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391355 - in head/www: . elixir-httpoison elixir-httpoison/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, 05 Jul 2015 09:04:43 -0000 Author: olgeni Date: Sun Jul 5 09:04:39 2015 New Revision: 391355 URL: https://svnweb.freebsd.org/changeset/ports/391355 Log: Add www/elixir-httpoison, an HTTP client for Elixir based on HTTPotion. Added: head/www/elixir-httpoison/ head/www/elixir-httpoison/Makefile (contents, props changed) head/www/elixir-httpoison/distinfo (contents, props changed) head/www/elixir-httpoison/files/ head/www/elixir-httpoison/files/patch-mix.exs (contents, props changed) head/www/elixir-httpoison/pkg-descr (contents, props changed) head/www/elixir-httpoison/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sun Jul 5 08:48:50 2015 (r391354) +++ head/www/Makefile Sun Jul 5 09:04:39 2015 (r391355) @@ -161,6 +161,7 @@ SUBDIR += elgg SUBDIR += elinks SUBDIR += eliom + SUBDIR += elixir-httpoison SUBDIR += elixir-maru SUBDIR += elixir-phoenix SUBDIR += elixir-phoenix_ecto Added: head/www/elixir-httpoison/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/elixir-httpoison/Makefile Sun Jul 5 09:04:39 2015 (r391355) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= httpoison +PORTVERSION= 0.7.0 +CATEGORIES= www +PKGNAMEPREFIX= elixir- + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= HTTP client for Elixir powered by hackney + +LICENSE= MIT + +USES= elixir +USE_GITHUB= yes +GH_ACCOUNT= edgurgel + +MIX_BUILD_DEPS= www/erlang-hackney +MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} + +.include Added: head/www/elixir-httpoison/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/elixir-httpoison/distinfo Sun Jul 5 09:04:39 2015 (r391355) @@ -0,0 +1,2 @@ +SHA256 (edgurgel-httpoison-0.7.0_GH0.tar.gz) = 2d326a5549f937cfa23f9ae26ca116272e43f12058db18e9bb2d1135ae2ee3d1 +SIZE (edgurgel-httpoison-0.7.0_GH0.tar.gz) = 13426 Added: head/www/elixir-httpoison/files/patch-mix.exs ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/elixir-httpoison/files/patch-mix.exs Sun Jul 5 09:04:39 2015 (r391355) @@ -0,0 +1,10 @@ +--- mix.exs.orig 2015-07-05 09:01:37 UTC ++++ mix.exs +@@ -12,7 +12,6 @@ defmodule HTTPoison.Mixfile do + name: "HTTPoison", + description: @description, + package: package, +- deps: deps, + source_url: "https://github.com/edgurgel/httpoison" ] + end + Added: head/www/elixir-httpoison/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/elixir-httpoison/pkg-descr Sun Jul 5 09:04:39 2015 (r391355) @@ -0,0 +1,3 @@ +HTTP client for Elixir, based on HTTPotion. + +WWW: https://github.com/edgurgel/httpoison Added: head/www/elixir-httpoison/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/elixir-httpoison/pkg-plist Sun Jul 5 09:04:39 2015 (r391355) @@ -0,0 +1,13 @@ +lib/elixir/lib/httpoison/ebin/Elixir.HTTPoison.AsyncChunk.beam +lib/elixir/lib/httpoison/ebin/Elixir.HTTPoison.AsyncEnd.beam +lib/elixir/lib/httpoison/ebin/Elixir.HTTPoison.AsyncHeaders.beam +lib/elixir/lib/httpoison/ebin/Elixir.HTTPoison.AsyncResponse.beam +lib/elixir/lib/httpoison/ebin/Elixir.HTTPoison.AsyncStatus.beam +lib/elixir/lib/httpoison/ebin/Elixir.HTTPoison.Base.beam +lib/elixir/lib/httpoison/ebin/Elixir.HTTPoison.Error.beam +lib/elixir/lib/httpoison/ebin/Elixir.HTTPoison.Response.beam +lib/elixir/lib/httpoison/ebin/Elixir.HTTPoison.beam +lib/elixir/lib/httpoison/ebin/httpoison.app +lib/elixir/lib/httpoison/lib/httpoison.ex +lib/elixir/lib/httpoison/lib/httpoison/base.ex +%%PORTDOCS%%%%DOCSDIR%%/README.md From owner-svn-ports-head@freebsd.org Sun Jul 5 09:10:53 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B204D949F; Sun, 5 Jul 2015 09:10:53 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9F56D1921; Sun, 5 Jul 2015 09:10:53 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t659Ar58085174; Sun, 5 Jul 2015 09:10:53 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t659ApRH085169; Sun, 5 Jul 2015 09:10:51 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201507050910.t659ApRH085169@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Sun, 5 Jul 2015 09:10:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391356 - in head: . russian russian/rux russian/rux/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, 05 Jul 2015 09:10:53 -0000 Author: rm Date: Sun Jul 5 09:10:50 2015 New Revision: 391356 URL: https://svnweb.freebsd.org/changeset/ports/391356 Log: Revive russian/rux: Best Cyrillic text viewer and code page converter - update to 0.82 - add stage support - add LICENSE and WWW PR: 198074 Submitted by: anikinsl@gmail.com (maintainer) Added: head/russian/rux/ - copied from r362723, head/russian/rux/ Deleted: head/russian/rux/files/ Modified: head/MOVED head/russian/Makefile head/russian/rux/Makefile head/russian/rux/distinfo head/russian/rux/pkg-descr Modified: head/MOVED ============================================================================== --- head/MOVED Sun Jul 5 09:04:39 2015 (r391355) +++ head/MOVED Sun Jul 5 09:10:50 2015 (r391356) @@ -6825,7 +6825,6 @@ print/scribus-devel||2014-09-01|Not stag russian/libcyrillic||2014-09-01|Not staged russian/prawda||2014-09-01|Not staged russian/pscyr||2014-09-01|Not staged -russian/rux||2014-09-01|Not staged russian/tac+ia||2014-09-01|Not staged science/2dhf||2014-09-01|Not staged science/abinit||2014-09-01|Not staged Modified: head/russian/Makefile ============================================================================== --- head/russian/Makefile Sun Jul 5 09:04:39 2015 (r391355) +++ head/russian/Makefile Sun Jul 5 09:10:50 2015 (r391356) @@ -35,6 +35,7 @@ SUBDIR += p5-cyrillic SUBDIR += rubygem-russian SUBDIR += rubygem-rutils + SUBDIR += rux SUBDIR += stardict-bars SUBDIR += stardict-computer SUBDIR += stardict-dal Modified: head/russian/rux/Makefile ============================================================================== --- head/russian/rux/Makefile Wed Jul 23 19:56:59 2014 (r362723) +++ head/russian/rux/Makefile Sun Jul 5 09:10:50 2015 (r391356) @@ -1,20 +1,20 @@ -# Created by: Vyacheslav Anikin +# Created by: Vyacheslav Anikin # $FreeBSD$ PORTNAME= rux -PORTVERSION= 0.79 -PORTREVISION= 1 +PORTVERSION= 0.82 CATEGORIES= russian -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} +MASTER_SITES= SF/rux MAINTAINER= anikinsl@gmail.com -COMMENT= The best Cyrillic text viewer and code page converter +COMMENT= Best Cyrillic text viewer and code page converter -MAN1= rux.1 -MANLANG= "" ru.KOI8-R -MANCOMPRESSED= maybe +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE -PLIST_FILES= bin/rux +GNU_CONFIGURE= yes + +PLIST_FILES= bin/rux \ + man/man1/rux.1.gz -NO_STAGE= yes .include Modified: head/russian/rux/distinfo ============================================================================== --- head/russian/rux/distinfo Wed Jul 23 19:56:59 2014 (r362723) +++ head/russian/rux/distinfo Sun Jul 5 09:10:50 2015 (r391356) @@ -1,2 +1,2 @@ -SHA256 (rux-0.79.tar.gz) = 11166100052e00c89581a6be5d2875eac1769b780328366770d47f203ab97be6 -SIZE (rux-0.79.tar.gz) = 11555 +SHA256 (rux-0.82.tar.gz) = dc9ae96e50504b032b1293023d78dc3822ed7d0291e4e55333710427715ba2bb +SIZE (rux-0.82.tar.gz) = 93923 Modified: head/russian/rux/pkg-descr ============================================================================== --- head/russian/rux/pkg-descr Wed Jul 23 19:56:59 2014 (r362723) +++ head/russian/rux/pkg-descr Sun Jul 5 09:10:50 2015 (r391356) @@ -1,9 +1,9 @@ -The rux is a simple and at the same time powerful utility for texts -recoding from one encoding to another. At present time several the most -popular Cyrillic code pages such as koi8-r, cp866, cp1251, iso8859-5 and -mac-cyrillic are supported. Also rux gives the opportunity to recode box- -drawing characters, which exists in some Cyrillic code pages, to replace -them by their non-graphic analogues ('-', '+', etc.). +The rux is a simple and at the same time powerful utility for texts recoding +from one encoding to another. At present time several the most popular Cyrillic +code pages such as utf-8, koi8-r, cp866, cp1251, iso8859-5 and mac-cyrillic are +supported. Also rux gives the opportunity to recode box- drawing characters, +which exists in some Cyrillic code pages, to replace them by their non-graphic +analogues ('-', '+', etc.). Besides, the rux can detect a code page of the input files automatically. @@ -13,3 +13,5 @@ by default. There are -o koi8-r, -e, -t. The expectancy value of the presence of every Cyrillic characters in the some text were taken from the dump of Russian translation of the `FreeBSD Handbook'. + +WWW: http://sourceforge.net/projects/rux/ From owner-svn-ports-head@freebsd.org Sun Jul 5 09:11:54 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8028D9594; Sun, 5 Jul 2015 09:11:54 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 58F0B1B81; Sun, 5 Jul 2015 09:11:54 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t659Br9B088963; Sun, 5 Jul 2015 09:11:53 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t659Brt3088956; Sun, 5 Jul 2015 09:11:53 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201507050911.t659Brt3088956@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 5 Jul 2015 09:11:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391357 - in head/security/libsparkcrypto: . 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, 05 Jul 2015 09:11:54 -0000 Author: marino Date: Sun Jul 5 09:11:52 2015 New Revision: 391357 URL: https://svnweb.freebsd.org/changeset/ports/391357 Log: security/libsparkcrypto: Fix on i386 The source was trying to perform nested inlines on i386 which is no longer allowed by GCC5. Reported by: pkg-fallout Added: head/security/libsparkcrypto/files/patch-src_shared_generic_lsc-byteswap64.ads (contents, props changed) Modified: head/security/libsparkcrypto/Makefile Modified: head/security/libsparkcrypto/Makefile ============================================================================== --- head/security/libsparkcrypto/Makefile Sun Jul 5 09:10:50 2015 (r391356) +++ head/security/libsparkcrypto/Makefile Sun Jul 5 09:11:52 2015 (r391357) @@ -14,6 +14,7 @@ LICENSE= BSD3CLAUSE USES= ada dos2unix gmake tar:tgz DOS2UNIX_FILES= Makefile build/libsparkcrypto.gpr \ + src/shared/generic/lsc-byteswap64.ads \ src/shared/generic/lsc-types.ads SPARKARCH:= ${ARCH:S/amd64/x86_64/:S/i386/i686/} ALL_TARGET= all build Added: head/security/libsparkcrypto/files/patch-src_shared_generic_lsc-byteswap64.ads ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/libsparkcrypto/files/patch-src_shared_generic_lsc-byteswap64.ads Sun Jul 5 09:11:52 2015 (r391357) @@ -0,0 +1,9 @@ +--- src/shared/generic/lsc-byteswap64.ads.orig 2015-07-05 09:06:26 UTC ++++ src/shared/generic/lsc-byteswap64.ads +@@ -44,6 +44,5 @@ package LSC.Byteswap64 is + + -- Byte-swap @Value@ + function Swap (Value : Types.Word64) return Types.Word64; +- pragma Inline (Swap); + + end LSC.Byteswap64; From owner-svn-ports-head@freebsd.org Sun Jul 5 09:40:28 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D06BD992E; Sun, 5 Jul 2015 09:40:28 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B52C11543; Sun, 5 Jul 2015 09:40:28 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t659eSU7000322; Sun, 5 Jul 2015 09:40:28 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t659eSHf000320; Sun, 5 Jul 2015 09:40:28 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201507050940.t659eSHf000320@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Sun, 5 Jul 2015 09:40:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391358 - head/devel/ioncube X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 05 Jul 2015 09:40:29 -0000 Author: rm Date: Sun Jul 5 09:40:27 2015 New Revision: 391358 URL: https://svnweb.freebsd.org/changeset/ports/391358 Log: devel/ioncube: update to 4.7.5 While here, pet portlint (move DIST_SUBDIR upper). Thanks Jason Unovitch for testport logs. PR: 198075 Submitted by: Svyatoslav Lempert (maintainer) Modified: head/devel/ioncube/Makefile head/devel/ioncube/distinfo Modified: head/devel/ioncube/Makefile ============================================================================== --- head/devel/ioncube/Makefile Sun Jul 5 09:11:52 2015 (r391357) +++ head/devel/ioncube/Makefile Sun Jul 5 09:40:27 2015 (r391358) @@ -2,12 +2,13 @@ # $FreeBSD$ PORTNAME= ioncube -DISTVERSION= 4.7.1 +DISTVERSION= 4.7.5 CATEGORIES= devel MASTER_SITES= http://downloads3.ioncube.com/loader_downloads/ \ http://dl.ispsystem.info/ioncube/${DISTVERSION}/ \ http://downloads2.ioncube.com/loader_downloads/ DISTNAME= ${PORTNAME}_loaders_fre_${VER}_${ARCH:S,i386,x86,:S,amd64,x86-64,} +DIST_SUBDIR= ${PORTNAME}/${DISTVERSION} MAINTAINER= svyatoslav.lempert@gmail.com COMMENT= Loader for ionCube-encoded PHP files @@ -19,7 +20,6 @@ USE_PHP= yes SUB_FILES= pkg-message WRKSRC= ${WRKDIR}/${PORTNAME} -DIST_SUBDIR= ${PORTNAME}/${DISTVERSION} .include Modified: head/devel/ioncube/distinfo ============================================================================== --- head/devel/ioncube/distinfo Sun Jul 5 09:11:52 2015 (r391357) +++ head/devel/ioncube/distinfo Sun Jul 5 09:40:27 2015 (r391358) @@ -1,8 +1,8 @@ -SHA256 (ioncube/4.7.1/ioncube_loaders_fre_8_x86.tar.bz2) = 861e3c61727ddf9550dd4a80620c4f9b75c9ee84443957e9fc298b78941ddbf3 -SIZE (ioncube/4.7.1/ioncube_loaders_fre_8_x86.tar.bz2) = 4884936 -SHA256 (ioncube/4.7.1/ioncube_loaders_fre_8_x86-64.tar.bz2) = a7d857ab2be4d5cf2b62530d5c6b45b37131d76053e2f129a38a3bdf226fb92c -SIZE (ioncube/4.7.1/ioncube_loaders_fre_8_x86-64.tar.bz2) = 5165220 -SHA256 (ioncube/4.7.1/ioncube_loaders_fre_9_x86.tar.bz2) = b5f3f4cbc4987b0efde61adae32d5eed52b7387b0f06b80cd1159472ccb2f297 -SIZE (ioncube/4.7.1/ioncube_loaders_fre_9_x86.tar.bz2) = 4913837 -SHA256 (ioncube/4.7.1/ioncube_loaders_fre_9_x86-64.tar.bz2) = 40ca2973ece0fbc08421f3338c8e1c28ea78fc95b74a181df7664be64b119fe4 -SIZE (ioncube/4.7.1/ioncube_loaders_fre_9_x86-64.tar.bz2) = 5294282 +SHA256 (ioncube/4.7.5/ioncube_loaders_fre_8_x86.tar.bz2) = a98967f07349d838b1d36f8090981a8dbc53403e79784159213bfcabcf2749dc +SIZE (ioncube/4.7.5/ioncube_loaders_fre_8_x86.tar.bz2) = 4984347 +SHA256 (ioncube/4.7.5/ioncube_loaders_fre_8_x86-64.tar.bz2) = d0e01b00bc5e8ea6c9f6769659aa8f95b92656e802b172634635b6688b4497aa +SIZE (ioncube/4.7.5/ioncube_loaders_fre_8_x86-64.tar.bz2) = 5178358 +SHA256 (ioncube/4.7.5/ioncube_loaders_fre_9_x86.tar.bz2) = 0faa46268d1aba0c8ebab7005df2d57a6324ad816ded468ea40d0149dc9c1b0b +SIZE (ioncube/4.7.5/ioncube_loaders_fre_9_x86.tar.bz2) = 5001121 +SHA256 (ioncube/4.7.5/ioncube_loaders_fre_9_x86-64.tar.bz2) = 2ee10517c8baf20176e71c833d70e1435820afd5ba78fa7778d663ca762127b4 +SIZE (ioncube/4.7.5/ioncube_loaders_fre_9_x86-64.tar.bz2) = 5253376 From owner-svn-ports-head@freebsd.org Sun Jul 5 10:05:38 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4C3A89F24; Sun, 5 Jul 2015 10:05:38 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 37A9E1139; Sun, 5 Jul 2015 10:05:38 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t65A5cqr013997; Sun, 5 Jul 2015 10:05:38 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t65A5bIC013995; Sun, 5 Jul 2015 10:05:37 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201507051005.t65A5bIC013995@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Sun, 5 Jul 2015 10:05:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391359 - in head/textproc/pychm: . 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, 05 Jul 2015 10:05:38 -0000 Author: rm Date: Sun Jul 5 10:05:36 2015 New Revision: 391359 URL: https://svnweb.freebsd.org/changeset/ports/391359 Log: textproc/pychm: fix runtime - fix missing symbol _get_leaf_node_offset which causes chm2pdf to exit - pass maintainership to submitter - bump PORTREVISION While here, limit python version to 2.x, since it doesn't build with 3.x and convert to autoplist. PR: 201351 Submitted by: Carlos Jacobo Puga Medina Added: head/textproc/pychm/files/ head/textproc/pychm/files/patch-chm_extra.c (contents, props changed) Deleted: head/textproc/pychm/pkg-plist Modified: head/textproc/pychm/Makefile Modified: head/textproc/pychm/Makefile ============================================================================== --- head/textproc/pychm/Makefile Sun Jul 5 09:40:27 2015 (r391358) +++ head/textproc/pychm/Makefile Sun Jul 5 10:05:36 2015 (r391359) @@ -3,10 +3,11 @@ PORTNAME= pychm PORTVERSION= 0.8.4 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= SF/gnochm/${PORTNAME}/${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= cpm@fbsd.es COMMENT= Bindings for CHMLIB library LICENSE= GPLv2 # or later @@ -15,8 +16,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libchm.so:${PORTSDIR}/misc/chmlib NO_BUILD= yes -USES= python -USE_PYTHON= distutils +USES= python:2 +USE_PYTHON= autoplist distutils .include Added: head/textproc/pychm/files/patch-chm_extra.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/pychm/files/patch-chm_extra.c Sun Jul 5 10:05:36 2015 (r391359) @@ -0,0 +1,63 @@ +--- chm/extra.c.orig 2015-07-05 03:15:19 UTC ++++ chm/extra.c +@@ -70,13 +70,13 @@ + + #define FREE(x) free (x); x = NULL + +-inline uint16_t ++uint16_t + get_uint16 (uint8_t* b) { + return b[0] | + b[1]<<8; + } + +-inline uint32_t ++uint32_t + get_uint32 (uint8_t* b) { + return b[0] | + b[1]<<8 | +@@ -84,7 +84,7 @@ get_uint32 (uint8_t* b) { + b[3]<<24; + } + +-inline uint64_t ++uint64_t + get_uint64 (uint8_t* b) { + return b[0] | + b[1]<<8 | +@@ -117,7 +117,7 @@ be_encint (unsigned char *buffer, size_t + Finds the first unset bit in memory. Returns the number of set bits found. + Returns -1 if the buffer runs out before we find an unset bit. + */ +-inline int ++int + ffus (unsigned char* byte, int* bit, size_t *length) { + int bits = 0; + *length = 0; +@@ -144,7 +144,7 @@ ffus (unsigned char* byte, int* bit, siz + } + + +-inline uint64_t ++uint64_t + sr_int(unsigned char* byte, int* bit, + unsigned char s, unsigned char r, size_t *length) + { +@@ -221,7 +221,7 @@ sr_int(unsigned char* byte, int* bit, + } + + +-inline uint32_t ++uint32_t + get_leaf_node_offset(struct chmFile *chmfile, + const char *text, + uint32_t initial_offset, +@@ -294,7 +294,7 @@ get_leaf_node_offset(struct chmFile *chm + return initial_offset; + } + +-inline int ++int + pychm_process_wlc (struct chmFile *chmfile, + uint64_t wlc_count, uint64_t wlc_size, + uint32_t wlc_offset, unsigned char ds, From owner-svn-ports-head@freebsd.org Sun Jul 5 10:36:47 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C7D8AA2F4; Sun, 5 Jul 2015 10:36:47 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9D7651F49; Sun, 5 Jul 2015 10:36:47 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t65AalNG029458; Sun, 5 Jul 2015 10:36:47 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t65AaktW029451; Sun, 5 Jul 2015 10:36:46 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507051036.t65AaktW029451@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sun, 5 Jul 2015 10:36:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391360 - in head: . devel devel/erlang-ibrowse www www/erlang-ibrowse X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 05 Jul 2015 10:36:47 -0000 Author: olgeni Date: Sun Jul 5 10:36:45 2015 New Revision: 391360 URL: https://svnweb.freebsd.org/changeset/ports/391360 Log: Move devel/erlang-ibrowse to www. Added: head/www/erlang-ibrowse/ - copied from r391344, head/devel/erlang-ibrowse/ Deleted: head/devel/erlang-ibrowse/ Modified: head/MOVED head/devel/Makefile head/www/Makefile head/www/erlang-ibrowse/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sun Jul 5 10:05:36 2015 (r391359) +++ head/MOVED Sun Jul 5 10:36:45 2015 (r391360) @@ -7677,3 +7677,4 @@ net/ntp-rc||2015-06-30|Has gone GA net/ptpd2-devel|net/ptpd2|2015-07-02|Development version no longer necessary devel/erlang-cowlib|www/erlang-cowlib|2015-07-03|Move to www where it belongs net/py-google||2015-07-03|Google no longer supports the SOAP API for search +devel/erlang-ibrowse|www/erlang-ibrowse|2015-07-05|Move to www where it belongs Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Jul 5 10:05:36 2015 (r391359) +++ head/devel/Makefile Sun Jul 5 10:36:45 2015 (r391360) @@ -443,7 +443,6 @@ SUBDIR += erlang-getopt SUBDIR += erlang-goldrush SUBDIR += erlang-gproc - SUBDIR += erlang-ibrowse SUBDIR += erlang-jobs SUBDIR += erlang-jsx SUBDIR += erlang-lager Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sun Jul 5 10:05:36 2015 (r391359) +++ head/www/Makefile Sun Jul 5 10:36:45 2015 (r391360) @@ -175,6 +175,7 @@ SUBDIR += erlang-cowboy SUBDIR += erlang-cowlib SUBDIR += erlang-hackney + SUBDIR += erlang-ibrowse SUBDIR += erlang-mochiweb SUBDIR += erlang-mochiweb-basho SUBDIR += erlang-webmachine Modified: head/www/erlang-ibrowse/Makefile ============================================================================== --- head/devel/erlang-ibrowse/Makefile Sun Jul 5 04:33:53 2015 (r391344) +++ head/www/erlang-ibrowse/Makefile Sun Jul 5 10:36:45 2015 (r391360) @@ -3,7 +3,7 @@ PORTNAME= ibrowse PORTVERSION= 4.1.1 DISTVERSIONPREFIX=v -CATEGORIES= devel +CATEGORIES= www PKGNAMEPREFIX= erlang- MAINTAINER= olgeni@FreeBSD.org From owner-svn-ports-head@freebsd.org Sun Jul 5 11:00:04 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4C7F1A575; Sun, 5 Jul 2015 11:00:04 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3B7E41649; Sun, 5 Jul 2015 11:00:04 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t65B04CL039846; Sun, 5 Jul 2015 11:00:04 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t65B02VC039820; Sun, 5 Jul 2015 11:00:02 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507051100.t65B02VC039820@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sun, 5 Jul 2015 11:00:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391361 - in head/www: . elixir-httpotion 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: Sun, 05 Jul 2015 11:00:04 -0000 Author: olgeni Date: Sun Jul 5 11:00:01 2015 New Revision: 391361 URL: https://svnweb.freebsd.org/changeset/ports/391361 Log: Add www/elixir-httpotion, an HTTP client for Elixir based on ibrowse. (not to be confused with elixir-httpoison, which uses hackney) Added: head/www/elixir-httpotion/ head/www/elixir-httpotion/Makefile (contents, props changed) head/www/elixir-httpotion/distinfo (contents, props changed) head/www/elixir-httpotion/files/ head/www/elixir-httpotion/files/patch-mix.exs (contents, props changed) head/www/elixir-httpotion/pkg-descr (contents, props changed) head/www/elixir-httpotion/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sun Jul 5 10:36:45 2015 (r391360) +++ head/www/Makefile Sun Jul 5 11:00:01 2015 (r391361) @@ -162,6 +162,7 @@ SUBDIR += elinks SUBDIR += eliom SUBDIR += elixir-httpoison + SUBDIR += elixir-httpotion SUBDIR += elixir-maru SUBDIR += elixir-phoenix SUBDIR += elixir-phoenix_ecto Added: head/www/elixir-httpotion/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/elixir-httpotion/Makefile Sun Jul 5 11:00:01 2015 (r391361) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= httpotion +PORTVERSION= 2.1.0 +DISTVERSIONPREFIX= v +CATEGORIES= www +PKGNAMEPREFIX= elixir- + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= The HTTP client for Elixir + +LICENSE= MIT + +USES= elixir +USE_GITHUB= yes +GH_ACCOUNT= myfreeweb + +MIX_BUILD_DEPS= www/erlang-ibrowse +MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} + +.include Added: head/www/elixir-httpotion/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/elixir-httpotion/distinfo Sun Jul 5 11:00:01 2015 (r391361) @@ -0,0 +1,2 @@ +SHA256 (myfreeweb-httpotion-v2.1.0_GH0.tar.gz) = 12266aea3a3419075c0889b4c5abecd322e50ac6f8d5799753742c716ba5cb7c +SIZE (myfreeweb-httpotion-v2.1.0_GH0.tar.gz) = 11639 Added: head/www/elixir-httpotion/files/patch-mix.exs ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/elixir-httpotion/files/patch-mix.exs Sun Jul 5 11:00:01 2015 (r391361) @@ -0,0 +1,10 @@ +--- mix.exs.orig 2015-07-05 09:09:05 UTC ++++ mix.exs +@@ -6,7 +6,6 @@ defmodule HTTPotion.Mixfile do + version: "2.1.0", + elixir: "~> 1.0", + description: description, +- deps: deps, + package: package] + end + Added: head/www/elixir-httpotion/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/elixir-httpotion/pkg-descr Sun Jul 5 11:00:01 2015 (r391361) @@ -0,0 +1,3 @@ +HTTP client for Elixir, based on ibrowse. + +WWW: https://github.com/myfreeweb/httpotion Added: head/www/elixir-httpotion/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/elixir-httpotion/pkg-plist Sun Jul 5 11:00:01 2015 (r391361) @@ -0,0 +1,11 @@ +lib/elixir/lib/httpotion/ebin/Elixir.HTTPotion.AsyncChunk.beam +lib/elixir/lib/httpotion/ebin/Elixir.HTTPotion.AsyncEnd.beam +lib/elixir/lib/httpotion/ebin/Elixir.HTTPotion.AsyncHeaders.beam +lib/elixir/lib/httpotion/ebin/Elixir.HTTPotion.AsyncResponse.beam +lib/elixir/lib/httpotion/ebin/Elixir.HTTPotion.Base.beam +lib/elixir/lib/httpotion/ebin/Elixir.HTTPotion.HTTPError.beam +lib/elixir/lib/httpotion/ebin/Elixir.HTTPotion.Response.beam +lib/elixir/lib/httpotion/ebin/Elixir.HTTPotion.beam +lib/elixir/lib/httpotion/ebin/httpotion.app +lib/elixir/lib/httpotion/lib/httpotion.ex +%%PORTDOCS%%%%DOCSDIR%%/README.md From owner-svn-ports-head@freebsd.org Sun Jul 5 11:41:53 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 21873AB78; Sun, 5 Jul 2015 11:41:53 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1157F1873; Sun, 5 Jul 2015 11:41:53 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t65Bfqsa062892; Sun, 5 Jul 2015 11:41:52 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t65BfqGS062890; Sun, 5 Jul 2015 11:41:52 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201507051141.t65BfqGS062890@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 5 Jul 2015 11:41:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391362 - in head: . multimedia multimedia/ffmpeg23 multimedia/ffmpeg26 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 05 Jul 2015 11:41:53 -0000 Author: riggs Date: Sun Jul 5 11:41:51 2015 New Revision: 391362 URL: https://svnweb.freebsd.org/changeset/ports/391362 Log: Retire multimedia/ffmpeg23 and multimedia/ffmpeg26 since all dependent ports have been upgraded to use multimedia/ffmpeg (which is on 2.7 branch as of now) Deleted: head/multimedia/ffmpeg23/ head/multimedia/ffmpeg26/ Modified: head/MOVED head/multimedia/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sun Jul 5 11:00:01 2015 (r391361) +++ head/MOVED Sun Jul 5 11:41:51 2015 (r391362) @@ -7678,3 +7678,5 @@ net/ptpd2-devel|net/ptpd2|2015-07-02|Dev devel/erlang-cowlib|www/erlang-cowlib|2015-07-03|Move to www where it belongs net/py-google||2015-07-03|Google no longer supports the SOAP API for search devel/erlang-ibrowse|www/erlang-ibrowse|2015-07-05|Move to www where it belongs +multimedia/ffmpeg23|multimedia/ffmpeg|2015-07-05|Obsolete since recent upstream upgrade of main ffmpeg port. Use multimedia/ffmpeg instead. +multimedia/ffmpeg26|multimedia/ffmpeg|2015-07-05|Obsolete since recent upstream upgrade of main ffmpeg port. Use multimedia/ffmpeg instead. Modified: head/multimedia/Makefile ============================================================================== --- head/multimedia/Makefile Sun Jul 5 11:00:01 2015 (r391361) +++ head/multimedia/Makefile Sun Jul 5 11:41:51 2015 (r391362) @@ -56,8 +56,6 @@ SUBDIR += emovix SUBDIR += ffmpeg SUBDIR += ffmpeg0 - SUBDIR += ffmpeg23 - SUBDIR += ffmpeg26 SUBDIR += ffmpeg2theora SUBDIR += ffmpegthumbnailer SUBDIR += flvmeta From owner-svn-ports-head@freebsd.org Sun Jul 5 12:15:53 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 05761A3F7; Sun, 5 Jul 2015 12:15:53 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C72A21644; Sun, 5 Jul 2015 12:15:52 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t65CFq8u078252; Sun, 5 Jul 2015 12:15:52 GMT (envelope-from johans@FreeBSD.org) Received: (from johans@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t65CFqr3078250; Sun, 5 Jul 2015 12:15:52 GMT (envelope-from johans@FreeBSD.org) Message-Id: <201507051215.t65CFqr3078250@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: johans set sender to johans@FreeBSD.org using -f From: Johan van Selst Date: Sun, 5 Jul 2015 12:15:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391363 - head/devel/ocaml-lwt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 05 Jul 2015 12:15:53 -0000 Author: johans Date: Sun Jul 5 12:15:51 2015 New Revision: 391363 URL: https://svnweb.freebsd.org/changeset/ports/391363 Log: - Update to ocaml-lwt 2.5.0 - Reorder Makefile to pet portlint Modified: head/devel/ocaml-lwt/Makefile head/devel/ocaml-lwt/distinfo Modified: head/devel/ocaml-lwt/Makefile ============================================================================== --- head/devel/ocaml-lwt/Makefile Sun Jul 5 11:41:51 2015 (r391362) +++ head/devel/ocaml-lwt/Makefile Sun Jul 5 12:15:51 2015 (r391363) @@ -2,23 +2,22 @@ # $FreeBSD$ PORTNAME= lwt -PORTVERSION= 2.4.8 -PORTREVISION= 2 +PORTVERSION= 2.5.0 CATEGORIES= devel PKGNAMEPREFIX= ocaml- MAINTAINER= johans@FreeBSD.org COMMENT= Cooperative threading library for OCaml -USE_GITHUB= yes -GH_ACCOUNT= ocsigen - LICENSE= LGPL21 -BUILD_DEPENDS= ${SA_DIR}/react/react.a:${PORTSDIR}/devel/ocaml-react \ - ${SA_DIR}/ssl/ssl.a:${PORTSDIR}/security/ocaml-ssl -RUN_DEPENDS= ${SA_DIR}/react/react.a:${PORTSDIR}/devel/ocaml-react \ - ${SA_DIR}/ssl/ssl.a:${PORTSDIR}/security/ocaml-ssl +BUILD_DEPENDS= ${SA_DIR}/react/react.a:${PORTSDIR}/devel/ocaml-react \ + ${SA_DIR}/ssl/ssl.a:${PORTSDIR}/security/ocaml-ssl +RUN_DEPENDS= ${SA_DIR}/react/react.a:${PORTSDIR}/devel/ocaml-react \ + ${SA_DIR}/ssl/ssl.a:${PORTSDIR}/security/ocaml-ssl + +USE_GITHUB= yes +GH_ACCOUNT= ocsigen MAKE_JOBS_UNSAFE= yes @@ -39,7 +38,7 @@ CONFIGURE_ARGS= --destdir "${STAGEDIR}" --disable-glib DOCSDIR= ${PREFIX}/share/doc/ocaml/${PORTNAME} -SA_DIR= ${PREFIX}/${OCAML_SITELIBDIR} +SA_DIR= ${PREFIX}/${OCAML_SITELIBDIR} OPTIONS_DEFINE= DOCS Modified: head/devel/ocaml-lwt/distinfo ============================================================================== --- head/devel/ocaml-lwt/distinfo Sun Jul 5 11:41:51 2015 (r391362) +++ head/devel/ocaml-lwt/distinfo Sun Jul 5 12:15:51 2015 (r391363) @@ -1,2 +1,2 @@ -SHA256 (ocsigen-lwt-2.4.8_GH0.tar.gz) = cada92a1c7ce9c678adc67dfa0a8c51f582358e99bbe839ece2decd6866cfa38 -SIZE (ocsigen-lwt-2.4.8_GH0.tar.gz) = 262232 +SHA256 (ocsigen-lwt-2.5.0_GH0.tar.gz) = 37ae28a56bc5e112947ff84562b37fbd2263d54ecbb0b1e2076b2b775f546130 +SIZE (ocsigen-lwt-2.5.0_GH0.tar.gz) = 1278567 From owner-svn-ports-head@freebsd.org Sun Jul 5 12:57:44 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 81E5BA938; Sun, 5 Jul 2015 12:57:44 +0000 (UTC) (envelope-from kwm@rainbow-runner.nl) Received: from fep25.mx.upcmail.net (fep25.mx.upcmail.net [62.179.121.45]) by mx1.freebsd.org (Postfix) with ESMTP id 0AF7F12CD; Sun, 5 Jul 2015 12:57:42 +0000 (UTC) (envelope-from kwm@rainbow-runner.nl) Received: from edge03.upcmail.net ([192.168.13.238]) by viefep25-int.chello.at (InterMail vM.8.01.05.18 201-2260-151-151-20140610) with ESMTP id <20150705125732.PBQQ767.viefep25-int.chello.at@edge03.upcmail.net>; Sun, 5 Jul 2015 14:57:32 +0200 Received: from [192.168.0.23] ([178.84.134.112]) by edge03.upcmail.net with edge id ocxX1q0012Rg3Ey01cxXES; Sun, 05 Jul 2015 14:57:31 +0200 X-SourceIP: 178.84.134.112 Message-ID: <559929BA.4010701@rainbow-runner.nl> Date: Sun, 05 Jul 2015 14:57:30 +0200 From: Koop Mast User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: koobs@FreeBSD.org, Ruslan Makhmatkhanov , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r391332 - in head/textproc: py-libxml2 py3-libxml2 References: <201507042141.t64Lfu60047288@repo.freebsd.org> <55987B68.1090206@FreeBSD.org> In-Reply-To: <55987B68.1090206@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: Sun, 05 Jul 2015 12:57:44 -0000 On 5-7-2015 2:33, Kubilay Kocak wrote: > On 5/07/2015 7:41 AM, Ruslan Makhmatkhanov wrote: >> CPPFLAGS+= `${PYTHON_VERSION}-config --cflags` >> LDFLAGS+= -L${LOCALBASE}/lib `${PYTHON_VERSION}-config --libs` > These would be perfect variables for USES=python :) > Go wild, what is stopping you? :) From owner-svn-ports-head@freebsd.org Sun Jul 5 13:59:40 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 64854920C; Sun, 5 Jul 2015 13:59:40 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 469F21AAF; Sun, 5 Jul 2015 13:59:40 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t65Dxe6V033248; Sun, 5 Jul 2015 13:59:40 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t65DxcBt033241; Sun, 5 Jul 2015 13:59:38 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <201507051359.t65DxcBt033241@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Sun, 5 Jul 2015 13:59:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391364 - in head/x11-wm/spectrwm: . 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, 05 Jul 2015 13:59:40 -0000 Author: zeising Date: Sun Jul 5 13:59:38 2015 New Revision: 391364 URL: https://svnweb.freebsd.org/changeset/ports/391364 Log: Update to 2.7.2 Added: head/x11-wm/spectrwm/files/patch-freebsd_util.h (contents, props changed) head/x11-wm/spectrwm/files/patch-spectrwm.conf (contents, props changed) Modified: head/x11-wm/spectrwm/Makefile head/x11-wm/spectrwm/distinfo Modified: head/x11-wm/spectrwm/Makefile ============================================================================== --- head/x11-wm/spectrwm/Makefile Sun Jul 5 12:15:51 2015 (r391363) +++ head/x11-wm/spectrwm/Makefile Sun Jul 5 13:59:38 2015 (r391364) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= spectrwm -PORTVERSION= 2.6.1 +PORTVERSION= 2.7.2 CATEGORIES= x11-wm MASTER_SITES= https://opensource.conformal.com/snapshots/${PORTNAME}/ EXTRACT_SUFX= .tgz Modified: head/x11-wm/spectrwm/distinfo ============================================================================== --- head/x11-wm/spectrwm/distinfo Sun Jul 5 12:15:51 2015 (r391363) +++ head/x11-wm/spectrwm/distinfo Sun Jul 5 13:59:38 2015 (r391364) @@ -1,2 +1,2 @@ -SHA256 (spectrwm-2.6.1.tgz) = 008ec8e9e262b7b17888592fc5248be9d2b417837f0029da4447f6eab7dffb63 -SIZE (spectrwm-2.6.1.tgz) = 124102 +SHA256 (spectrwm-2.7.2.tgz) = b56cffa01ee2c58515350c1be1940140286fd18778659c6f5ada4595319f97cb +SIZE (spectrwm-2.7.2.tgz) = 132554 Added: head/x11-wm/spectrwm/files/patch-freebsd_util.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-wm/spectrwm/files/patch-freebsd_util.h Sun Jul 5 13:59:38 2015 (r391364) @@ -0,0 +1,39 @@ +From 0e4d41f065f7803d096e6c53b3956c820186c3ea Mon Sep 17 00:00:00 2001 +From: Reginald Kennedy +Date: Sun, 31 May 2015 07:25:46 +0800 +Subject: [PATCH] Add SIMPLEQ->STAILQ macros for freebsd. + +--- + freebsd/util.h | 18 +++++++++++++++++- + 1 files changed, 17 insertions(+), 1 deletions(-) + +diff --git a/freebsd/util.h b/freebsd/util.h +index 4737d42..34b5c36 100644 +--- freebsd/util.h ++++ freebsd/util.h +@@ -1,5 +1,21 @@ + #include + + #ifndef TAILQ_END +-#define TAILQ_END(head) NULL ++#define TAILQ_END(head) NULL ++#endif ++ ++#ifndef SIMPLEQ_HEAD ++#define SIMPLEQ_HEAD STAILQ_HEAD ++#define SIMPLEQ_HEAD_INITIALIZER STAILQ_HEAD_INITIALIZER ++#define SIMPLEQ_ENTRY STAILQ_ENTRY ++#define SIMPLEQ_INIT STAILQ_INIT ++#define SIMPLEQ_INSERT_AFTER STAILQ_INSERT_AFTER ++#define SIMPLEQ_INSERT_HEAD STAILQ_INSERT_HEAD ++#define SIMPLEQ_INSERT_TAIL STAILQ_INSERT_TAIL ++#define SIMPLEQ_EMPTY STAILQ_EMPTY ++#define SIMPLEQ_FIRST STAILQ_FIRST ++#define SIMPLEQ_REMOVE_AFTER STAILQ_REMOVE_AFTER ++#define SIMPLEQ_REMOVE_HEAD STAILQ_REMOVE_HEAD ++#define SIMPLEQ_FOREACH STAILQ_FOREACH ++#define SIMPLEQ_END(head) NULL + #endif +-- +1.7.6 + Added: head/x11-wm/spectrwm/files/patch-spectrwm.conf ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-wm/spectrwm/files/patch-spectrwm.conf Sun Jul 5 13:59:38 2015 (r391364) @@ -0,0 +1,25 @@ +From e4d823fc43527b676f631d72cc2cfd22254b15ff Mon Sep 17 00:00:00 2001 +From: Reginald Kennedy +Date: Sat, 4 Jul 2015 13:24:24 +0800 +Subject: [PATCH] Fix spectrwm.conf unbind example. + +--- + spectrwm.conf | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +diff --git a/spectrwm.conf b/spectrwm.conf +index 35948ef..2302580 100644 +--- spectrwm.conf ++++ spectrwm.conf +@@ -92,7 +92,7 @@ + + # To disable validation of the above, free the respective binding(s): + # bind[] = MOD+Shift+Delete # disable lock +-# bind[] = MOD+Shift+Enter # disable term ++# bind[] = MOD+Shift+Return # disable term + # bind[] = MOD+p # disable menu + + # Optional default programs that will only be validated if you override: +-- +1.7.6 + From owner-svn-ports-head@freebsd.org Sun Jul 5 14:11:40 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6B82993F7; Sun, 5 Jul 2015 14:11:40 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 59FC11FD1; Sun, 5 Jul 2015 14:11:40 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t65EBeZS043274; Sun, 5 Jul 2015 14:11:40 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t65EBbPk043260; Sun, 5 Jul 2015 14:11:37 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201507051411.t65EBbPk043260@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 5 Jul 2015 14:11:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391365 - in head/math/saga: . 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, 05 Jul 2015 14:11:40 -0000 Author: riggs Date: Sun Jul 5 14:11:36 2015 New Revision: 391365 URL: https://svnweb.freebsd.org/changeset/ports/391365 Log: - Update to upstream version 2.2.0 - Install icons - Switch from ${CHMOD} in Makefile to @mode in pkg-plist - Rework files/ dir using 'make makepatch' PR: 201329 Submitted by: rhurlin@gwdg.de (maintainer) Added: head/math/saga/files/patch-src_modules_imagery_imagery__opencv_opencv.h - copied, changed from r391344, head/math/saga/files/patch-src__modules__imagery__imagery_opencv__opencv.h head/math/saga/files/patch-src_modules_imagery_imagery__opencv_opencv__nnet.cpp - copied, changed from r391344, head/math/saga/files/patch-src__modules__imagery__imagery_opencv__opencv_net.cpp head/math/saga/files/patch-src_modules_imagery_imagery__opencv_opencv__nnet.h - copied, changed from r391344, head/math/saga/files/patch-src__modules__imagery__imagery_opencv__opencv_net.h head/math/saga/files/patch-src_saga__core_saga__cmd_saga__cmd.cpp - copied, changed from r391344, head/math/saga/files/patch-src__saga_core__saga_cmd__saga_cmd.cpp head/math/saga/files/patch-src_saga__core_saga__gui_dlg__about.cpp - copied, changed from r391344, head/math/saga/files/patch-src__saga_core__saga_gui__dlg_about.cpp Deleted: head/math/saga/files/patch-src__modules__imagery__imagery_opencv__opencv.h head/math/saga/files/patch-src__modules__imagery__imagery_opencv__opencv_net.cpp head/math/saga/files/patch-src__modules__imagery__imagery_opencv__opencv_net.h head/math/saga/files/patch-src__modules__io__io_shapes_las__las_export.cpp head/math/saga/files/patch-src__saga_core__saga_cmd__saga_cmd.cpp head/math/saga/files/patch-src__saga_core__saga_gui__dlg_about.cpp Modified: head/math/saga/Makefile head/math/saga/distinfo head/math/saga/pkg-plist Modified: head/math/saga/Makefile ============================================================================== --- head/math/saga/Makefile Sun Jul 5 13:59:38 2015 (r391364) +++ head/math/saga/Makefile Sun Jul 5 14:11:36 2015 (r391365) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= saga -PORTVERSION= 2.1.4 -PORTREVISION= 1 +PORTVERSION= 2.2.0 CATEGORIES= math MASTER_SITES= SF/saga-gis/SAGA%20-%20${PORTVERSION:C/\.[[:digit:]]*$//}/SAGA%20${PORTVERSION} DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -40,6 +39,7 @@ WX_UNICODE= yes DESKTOP_ENTRIES= "SAGA GIS" "${COMMENT}" "${DATADIR}/saga.png" \ "saga_gui" "Science;Geoscience;Math;" true +INSTALLS_ICONS= yes DOS2UNIX_GLOB= *.cpp *.h PLIST_SUB= PORTVERSION=${PORTVERSION} @@ -81,7 +81,7 @@ post-patch: ${WRKSRC}/src/modules/imagery/imagery_opencv/Makefile.am @${REINPLACE_CMD} -e 's|\[cv\]|\[opencv_core\]|' \ ${WRKSRC}/configure.ac - @${REINPLACE_CMD} -e 's|wxString(SAGA_VERSION) + "\\n"|wxString(SAGA_VERSION) + " (SVN r2316)" + "\\n"|' \ + @${REINPLACE_CMD} -e 's|wxString(SAGA_VERSION) + "\\n"|wxString(SAGA_VERSION) + " (SVN r2537)" + "\\n"|' \ ${WRKSRC}/src/saga_core/saga_gui/dlg_about.cpp .if ${ARCH} == "powerpc" @${REINPLACE_CMD} -e 's|typedef unsigned long DWORD;|typedef unsigned int DWORD;|' \ @@ -102,7 +102,6 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/src/saga_core/saga_gui/res/saga.lng.txt ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/src/saga_core/saga_gui/res/saga.ger.txt ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/src/saga_core/saga_gui/res/saga.png ${STAGEDIR}${DATADIR} - ${CHMOD} -R a+rw ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/src/saga_core/saga_gui/res/saga.desktop \ ${STAGEDIR}${PREFIX}/share/applications/ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsaga_api-${PORTVERSION}.so Modified: head/math/saga/distinfo ============================================================================== --- head/math/saga/distinfo Sun Jul 5 13:59:38 2015 (r391364) +++ head/math/saga/distinfo Sun Jul 5 14:11:36 2015 (r391365) @@ -1,2 +1,2 @@ -SHA256 (saga_2.1.4.tar.gz) = 694e4102f592f512c635328c40fdeff33493f74698d9466bb654baf3247e7b76 -SIZE (saga_2.1.4.tar.gz) = 3892039 +SHA256 (saga_2.2.0.tar.gz) = 50b2e642331c817606bc954302e53757c4ffa6f6d6f468e12caeaaa7a182edaf +SIZE (saga_2.2.0.tar.gz) = 3914509 Copied and modified: head/math/saga/files/patch-src_modules_imagery_imagery__opencv_opencv.h (from r391344, head/math/saga/files/patch-src__modules__imagery__imagery_opencv__opencv.h) ============================================================================== --- head/math/saga/files/patch-src__modules__imagery__imagery_opencv__opencv.h Sun Jul 5 04:33:53 2015 (r391344, copy source) +++ head/math/saga/files/patch-src_modules_imagery_imagery__opencv_opencv.h Sun Jul 5 14:11:36 2015 (r391365) @@ -1,5 +1,5 @@ ---- src/modules/imagery/imagery_opencv/opencv.h.orig 2014-09-02 12:47:18.000000000 +0200 -+++ src/modules/imagery/imagery_opencv/opencv.h 2014-09-02 12:48:48.000000000 +0200 +--- src/modules/imagery/imagery_opencv/opencv.h.orig 2015-02-26 07:51:59 UTC ++++ src/modules/imagery/imagery_opencv/opencv.h @@ -74,7 +74,8 @@ //--------------------------------------------------------- Copied and modified: head/math/saga/files/patch-src_modules_imagery_imagery__opencv_opencv__nnet.cpp (from r391344, head/math/saga/files/patch-src__modules__imagery__imagery_opencv__opencv_net.cpp) ============================================================================== --- head/math/saga/files/patch-src__modules__imagery__imagery_opencv__opencv_net.cpp Sun Jul 5 04:33:53 2015 (r391344, copy source) +++ head/math/saga/files/patch-src_modules_imagery_imagery__opencv_opencv__nnet.cpp Sun Jul 5 14:11:36 2015 (r391365) @@ -1,5 +1,5 @@ ---- src/modules/imagery/imagery_opencv/opencv_nnet.cpp.orig 2013-10-24 19:04:27.000000000 +0200 -+++ src/modules/imagery/imagery_opencv/opencv_nnet.cpp 2013-10-24 19:06:05.000000000 +0200 +--- src/modules/imagery/imagery_opencv/opencv_nnet.cpp.orig 2015-02-26 07:51:59 UTC ++++ src/modules/imagery/imagery_opencv/opencv_nnet.cpp @@ -60,8 +60,8 @@ //--------------------------------------------------------- Copied and modified: head/math/saga/files/patch-src_modules_imagery_imagery__opencv_opencv__nnet.h (from r391344, head/math/saga/files/patch-src__modules__imagery__imagery_opencv__opencv_net.h) ============================================================================== --- head/math/saga/files/patch-src__modules__imagery__imagery_opencv__opencv_net.h Sun Jul 5 04:33:53 2015 (r391344, copy source) +++ head/math/saga/files/patch-src_modules_imagery_imagery__opencv_opencv__nnet.h Sun Jul 5 14:11:36 2015 (r391365) @@ -1,5 +1,5 @@ ---- src/modules/imagery/imagery_opencv/opencv_nnet.h.orig 2013-10-24 19:07:03.000000000 +0200 -+++ src/modules/imagery/imagery_opencv/opencv_nnet.h 2013-10-24 19:08:34.000000000 +0200 +--- src/modules/imagery/imagery_opencv/opencv_nnet.h.orig 2015-02-26 07:51:59 UTC ++++ src/modules/imagery/imagery_opencv/opencv_nnet.h @@ -64,8 +64,8 @@ //--------------------------------------------------------- Copied and modified: head/math/saga/files/patch-src_saga__core_saga__cmd_saga__cmd.cpp (from r391344, head/math/saga/files/patch-src__saga_core__saga_cmd__saga_cmd.cpp) ============================================================================== --- head/math/saga/files/patch-src__saga_core__saga_cmd__saga_cmd.cpp Sun Jul 5 04:33:53 2015 (r391344, copy source) +++ head/math/saga/files/patch-src_saga__core_saga__cmd_saga__cmd.cpp Sun Jul 5 14:11:36 2015 (r391365) @@ -1,5 +1,5 @@ ---- src/saga_core/saga_cmd/saga_cmd.cpp.orig 2014-03-28 16:06:55.000000000 +0100 -+++ src/saga_core/saga_cmd/saga_cmd.cpp 2014-03-28 16:09:04.000000000 +0100 +--- src/saga_core/saga_cmd/saga_cmd.cpp.orig 2015-02-26 07:51:10 UTC ++++ src/saga_core/saga_cmd/saga_cmd.cpp @@ -65,6 +65,7 @@ #include @@ -8,7 +8,7 @@ #include "callback.h" -@@ -164,7 +165,7 @@ +@@ -164,7 +165,7 @@ _except(1) //--------------------------------------------------------- bool Run(int argc, char *argv[]) { Copied and modified: head/math/saga/files/patch-src_saga__core_saga__gui_dlg__about.cpp (from r391344, head/math/saga/files/patch-src__saga_core__saga_gui__dlg_about.cpp) ============================================================================== --- head/math/saga/files/patch-src__saga_core__saga_gui__dlg_about.cpp Sun Jul 5 04:33:53 2015 (r391344, copy source) +++ head/math/saga/files/patch-src_saga__core_saga__gui_dlg__about.cpp Sun Jul 5 14:11:36 2015 (r391365) @@ -1,5 +1,5 @@ ---- src/saga_core/saga_gui/dlg_about.cpp.orig 2014-09-04 20:46:26.000000000 +0200 -+++ src/saga_core/saga_gui/dlg_about.cpp 2014-09-04 21:11:43.000000000 +0200 +--- src/saga_core/saga_gui/dlg_about.cpp.orig 2015-04-30 11:42:32 UTC ++++ src/saga_core/saga_gui/dlg_about.cpp @@ -65,6 +65,7 @@ #include @@ -8,7 +8,7 @@ #include "helper.h" -@@ -246,7 +247,19 @@ +@@ -246,7 +247,19 @@ wxString CDLG_About::_Get_Version(void) #elif defined(__GNUWIN32__) "Gnu-Win32 compiler" #elif defined(__GNUG__) @@ -19,7 +19,7 @@ + "Gnu C++ 4.9" + #elif wxCHECK_GCC_VERSION(4,8) + "Gnu C++ 4.8" -+ #elif wxCHECK_GCC_VERSION(4,7) ++ #elif wxCHECK_GCC_VERSION(4,7) + "Gnu C++ 4.7" + #elif wxCHECK_GCC_VERSION(4,6) + "Gnu C++ 4.6" Modified: head/math/saga/pkg-plist ============================================================================== --- head/math/saga/pkg-plist Sun Jul 5 13:59:38 2015 (r391364) +++ head/math/saga/pkg-plist Sun Jul 5 14:11:36 2015 (r391365) @@ -56,6 +56,7 @@ lib/saga/libgrid_spline.so lib/saga/libgrid_tools.so lib/saga/libgrid_visualisation.so lib/saga/libimagery_classification.so +lib/saga/libimagery_maxent.so lib/saga/libimagery_opencv.so lib/saga/libimagery_photogrammetry.so lib/saga/libimagery_segmentation.so @@ -110,9 +111,13 @@ man/man1/saga_gui.1.gz share/appdata/saga.appdata.xml share/applications/saga.desktop share/pixmaps/saga.png +@mode 0777 +@dir %%DATADIR%% +@mode 0666 %%DATADIR%%/saga.ger.txt %%DATADIR%%/saga.lng.txt +%%DATADIR%%/saga_tip.txt +@mode %%DATADIR%%/saga.png %%DATADIR%%/saga_prj.dic %%DATADIR%%/saga_prj.srs -%%DATADIR%%/saga_tip.txt From owner-svn-ports-head@freebsd.org Sun Jul 5 15:24:36 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5FA44A165; Sun, 5 Jul 2015 15:24:36 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pd0-x22f.google.com (mail-pd0-x22f.google.com [IPv6:2607:f8b0:400e:c02::22f]) (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 2E38E1B0E; Sun, 5 Jul 2015 15:24:36 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by pddu5 with SMTP id u5so3545027pdd.3; Sun, 05 Jul 2015 08:24:35 -0700 (PDT) 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=beDH/M+MzN3HREKTu+836d3RZNmYpbr7UQrAKOaYD08=; b=ETyYgiADbv6dMmp6ZIFGer8O7pgDTnt466hf47L+gC6kUZ2hxBfsLGi8xQTI1bqG2C W5ATALGnEfx3LUE0z0o4uzGD4WZ7L1lZT6zbJgXOgz0OSI/RutZJthWTEDwD78PYzs4m Sme1FNISnzm1JE3j8+ndM9l7PFutPU0+6yym3zYID9XDgQJy3iH73yrQaAvmhvet9v+G psAjualHmytsIEihbXM2+qhS2HYJ/K8xBH33fIriG85IVFI9yNOhtZnZRSf83YKJuOCV dNd27WKx/zMh3ecJTk3KOPC7TRTe9Dsucry22JJJJ3JHmi33C8mhboh/R/bFFZ5HE1qk NfCw== X-Received: by 10.66.139.41 with SMTP id qv9mr96392841pab.35.1436109875879; Sun, 05 Jul 2015 08:24:35 -0700 (PDT) Received: from ?IPv6:2001:44b8:31ae:7b01::2? (2001-44b8-31ae-7b01-0000-0000-0000-0002.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01::2]) by mx.google.com with ESMTPSA id kh6sm15182303pbc.50.2015.07.05.08.24.32 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 05 Jul 2015 08:24:35 -0700 (PDT) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r391332 - in head/textproc: py-libxml2 py3-libxml2 References: <201507042141.t64Lfu60047288@repo.freebsd.org> <55987B68.1090206@FreeBSD.org> <559929BA.4010701@rainbow-runner.nl> To: Koop Mast , Ruslan Makhmatkhanov , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Kubilay Kocak Message-ID: <55994C2D.6040107@FreeBSD.org> Date: Mon, 6 Jul 2015 01:24:29 +1000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.0 MIME-Version: 1.0 In-Reply-To: <559929BA.4010701@rainbow-runner.nl> 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: Sun, 05 Jul 2015 15:24:36 -0000 On 5/07/2015 10:57 PM, Koop Mast wrote: > On 5-7-2015 2:33, Kubilay Kocak wrote: >> On 5/07/2015 7:41 AM, Ruslan Makhmatkhanov wrote: >>> CPPFLAGS+= `${PYTHON_VERSION}-config --cflags` >>> LDFLAGS+= -L${LOCALBASE}/lib `${PYTHON_VERSION}-config --libs` >> These would be perfect variables for USES=python :) >> > Go wild, what is stopping you? :) > E_TODOLIST :) From owner-svn-ports-head@freebsd.org Sun Jul 5 17:17:13 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8D3C195BA; Sun, 5 Jul 2015 17:17:13 +0000 (UTC) (envelope-from loader@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 682F712C8; Sun, 5 Jul 2015 17:17:13 +0000 (UTC) (envelope-from loader@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t65HHDlC048095; Sun, 5 Jul 2015 17:17:13 GMT (envelope-from loader@FreeBSD.org) Received: (from loader@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t65HHC8e048089; Sun, 5 Jul 2015 17:17:12 GMT (envelope-from loader@FreeBSD.org) Message-Id: <201507051717.t65HHC8e048089@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: loader set sender to loader@FreeBSD.org using -f From: Fukang Chen Date: Sun, 5 Jul 2015 17:17:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391367 - in head/devel: . py-pytest-cache X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 05 Jul 2015 17:17:13 -0000 Author: loader (doc committer) Date: Sun Jul 5 17:17:11 2015 New Revision: 391367 URL: https://svnweb.freebsd.org/changeset/ports/391367 Log: [NEW] devel/py-pytest-cache: Pytest plugin with mechanisms for caching across test runs pytest plugin with mechanisms for caching across test runs. WWW: https://bitbucket.org/hpk42/pytest-cache/ PR: 199774 Approved by: koobs Differential Revision: https://reviews.freebsd.org/D2996 Added: head/devel/py-pytest-cache/ head/devel/py-pytest-cache/Makefile (contents, props changed) head/devel/py-pytest-cache/distinfo (contents, props changed) head/devel/py-pytest-cache/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Jul 5 16:41:37 2015 (r391366) +++ head/devel/Makefile Sun Jul 5 17:17:11 2015 (r391367) @@ -4090,6 +4090,7 @@ SUBDIR += py-pyshapelib SUBDIR += py-pytemplate SUBDIR += py-pytest + SUBDIR += py-pytest-cache SUBDIR += py-pytest-capturelog SUBDIR += py-pytest-runner SUBDIR += py-pytest-timeout Added: head/devel/py-pytest-cache/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pytest-cache/Makefile Sun Jul 5 17:17:11 2015 (r391367) @@ -0,0 +1,31 @@ +# Created by: loader +# $FreeBSD$ + +PORTNAME= pytest-cache +PORTVERSION= 1.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= loader@FreeBSD.org +COMMENT= Pytest plugin with mechanisms for caching across test runs + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=2.2:${PORTSDIR}/devel/py-pytest \ + ${PYTHON_PKGNAMEPREFIX}execnet>=1.2:${PORTSDIR}/sysutils/py-execnet +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:${PORTSDIR}/devel/py-pytest + +OPTIONS_DEFINE= TESTS + +TESTS_DESC= Install test suite requirements +TESTS_BUILD_DEPENDS= ${TEST_DEPENDS} + +USES= python +USE_PYTHON= autoplist distutils + +regression-test: build + @cd ${WRKSRC} && py.test + +.include Added: head/devel/py-pytest-cache/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pytest-cache/distinfo Sun Jul 5 17:17:11 2015 (r391367) @@ -0,0 +1,2 @@ +SHA256 (pytest-cache-1.0.tar.gz) = be7468edd4d3d83f1e844959fd6e3fd28e77a481440a7118d430130ea31b07a9 +SIZE (pytest-cache-1.0.tar.gz) = 16242 Added: head/devel/py-pytest-cache/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pytest-cache/pkg-descr Sun Jul 5 17:17:11 2015 (r391367) @@ -0,0 +1,3 @@ +pytest plugin with mechanisms for caching across test runs. + +WWW: https://bitbucket.org/hpk42/pytest-cache/ From owner-svn-ports-head@freebsd.org Sun Jul 5 18:18:26 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 64EF5A15F; Sun, 5 Jul 2015 18:18:26 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 554951DF1; Sun, 5 Jul 2015 18:18:26 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t65IIQsb078781; Sun, 5 Jul 2015 18:18:26 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t65IIQTA078780; Sun, 5 Jul 2015 18:18:26 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201507051818.t65IIQTA078780@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Sun, 5 Jul 2015 18:18:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391368 - head/textproc/py-texttable X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 05 Jul 2015 18:18:26 -0000 Author: rm Date: Sun Jul 5 18:18:25 2015 New Revision: 391368 URL: https://svnweb.freebsd.org/changeset/ports/391368 Log: textproc/py-texttable: switch to PyPi - add PyPi mirror and make it default - convert to autogenerated pkg-plist Modified: head/textproc/py-texttable/Makefile Modified: head/textproc/py-texttable/Makefile ============================================================================== --- head/textproc/py-texttable/Makefile Sun Jul 5 17:17:11 2015 (r391367) +++ head/textproc/py-texttable/Makefile Sun Jul 5 18:18:25 2015 (r391368) @@ -4,7 +4,8 @@ PORTNAME= texttable PORTVERSION= 0.8.3 CATEGORIES= textproc python -MASTER_SITES= http://foutaise.org/code/texttable/ +MASTER_SITES= CHEESESHOP \ + http://foutaise.org/code/texttable/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org @@ -14,10 +15,6 @@ LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/LICENSE USES= python -USE_PYTHON= distutils - -PLIST_FILES= %%PYTHON_SITELIBDIR%%/texttable.py \ - %%PYTHON_SITELIBDIR%%/texttable.pyc \ - %%PYTHON_SITELIBDIR%%/texttable.pyo +USE_PYTHON= autoplist distutils .include From owner-svn-ports-head@freebsd.org Sun Jul 5 18:42:11 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 13589A633; Sun, 5 Jul 2015 18:42:11 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DA3A119A7; Sun, 5 Jul 2015 18:42:10 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t65IgABw092684; Sun, 5 Jul 2015 18:42:10 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t65IgAiu092680; Sun, 5 Jul 2015 18:42:10 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201507051842.t65IgAiu092680@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Sun, 5 Jul 2015 18:42:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391369 - in head/textproc/py-stripogram: . 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, 05 Jul 2015 18:42:11 -0000 Author: rm Date: Sun Jul 5 18:42:09 2015 New Revision: 391369 URL: https://svnweb.freebsd.org/changeset/ports/391369 Log: textproc/py-stripogram: update to 1.5, deprecate - update to 1.5 - limit python to 2.x (fails to build with 3.x) - switch to PyPi - deprecate and set expiration date to 2015-08-05. User should use www/py-html5lib or www/py-beautifulsoup instead. Here is what author writes about: Unless you have some historical reason for using this package, I’d advise against it! [1] [1] https://pypi.python.org/pypi/stripogram Deleted: head/textproc/py-stripogram/files/ Modified: head/textproc/py-stripogram/Makefile head/textproc/py-stripogram/distinfo Modified: head/textproc/py-stripogram/Makefile ============================================================================== --- head/textproc/py-stripogram/Makefile Sun Jul 5 18:18:25 2015 (r391368) +++ head/textproc/py-stripogram/Makefile Sun Jul 5 18:42:09 2015 (r391369) @@ -2,19 +2,18 @@ # $FreeBSD$ PORTNAME= stripogram -PORTVERSION= 1.4 +PORTVERSION= 1.5 CATEGORIES= textproc python -MASTER_SITES= SF/squishdot/strip-o-gram/${PORTVERSION} +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= stripogram-1-4 -EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Converting HTML to Plain Text and stripping specified tags from HTML -WRKSRC= ${WRKDIR}/stripogram +DEPRECATED= Discontinued, author discourages to use it +EXPIRATION_DATE= 2015-08-05 -USES= python -USE_PYTHON= distutils autoplist +USES= python:2 +USE_PYTHON= autoplist distutils .include Modified: head/textproc/py-stripogram/distinfo ============================================================================== --- head/textproc/py-stripogram/distinfo Sun Jul 5 18:18:25 2015 (r391368) +++ head/textproc/py-stripogram/distinfo Sun Jul 5 18:42:09 2015 (r391369) @@ -1,2 +1,2 @@ -SHA256 (stripogram-1-4.tgz) = 85549f4526a3e8d211219f61317bd37433a6ee31c6659cbd1ea92f52fa0c96d4 -SIZE (stripogram-1-4.tgz) = 10767 +SHA256 (stripogram-1.5.tar.gz) = 8666a1884b9c356cb69bd307d8e728b3b5a7dbc777c0daa3df99f7491eb2007f +SIZE (stripogram-1.5.tar.gz) = 12195 From owner-svn-ports-head@freebsd.org Sun Jul 5 18:53:55 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 627CBA7A7; Sun, 5 Jul 2015 18:53:55 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4AA751D66; Sun, 5 Jul 2015 18:53:55 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t65Irt8q097867; Sun, 5 Jul 2015 18:53:55 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t65IrtIS097866; Sun, 5 Jul 2015 18:53:55 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201507051853.t65IrtIS097866@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 5 Jul 2015 18:53:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391370 - head/multimedia/mpv X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 05 Jul 2015 18:53:55 -0000 Author: pi Date: Sun Jul 5 18:53:54 2015 New Revision: 391370 URL: https://svnweb.freebsd.org/changeset/ports/391370 Log: multimedia/mpv: Fix LADSPA dependency, bump PORTREVISION PR: 201355 Reported by: Ivan Klymenko Fix by: Carlos Jacobo Puga Medina (maintainer) Modified: head/multimedia/mpv/Makefile Modified: head/multimedia/mpv/Makefile ============================================================================== --- head/multimedia/mpv/Makefile Sun Jul 5 18:42:09 2015 (r391369) +++ head/multimedia/mpv/Makefile Sun Jul 5 18:53:54 2015 (r391370) @@ -4,7 +4,7 @@ PORTNAME= mpv PORTVERSION= 0.9.2 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= multimedia audio MASTER_SITES= http://ftp.waf.io/pub/release/:1 \ @@ -67,7 +67,8 @@ BS2B_CONFIGURE_ENABLE= libbs2b ENCA_LIB_DEPENDS= libenca.so:${PORTSDIR}/converters/enca ENCA_CONFIGURE_ENABLE= enca -LADSPA_LIB_DEPENDS= ladspa/amp.so:${PORTSDIR}/audio/ladspa +LADSPA_BUILD_DEPENDS= ${LOCALBASE}/lib/ladspa/amp.so:${PORTSDIR}/audio/ladspa +LADSPA_RUN_DEPENDS= ${LOCALBASE}/lib/ladspa/amp.so:${PORTSDIR}/audio/ladspa LADSPA_CONFIGURE_ENABLE= ladspa LCMS2_LIB_DEPENDS= liblcms2.so:${PORTSDIR}/graphics/lcms2 From owner-svn-ports-head@freebsd.org Sun Jul 5 20:03:21 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 432D8A442; Sun, 5 Jul 2015 20:03:21 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 24E2E12A3; Sun, 5 Jul 2015 20:03:21 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t65K3KVl032185; Sun, 5 Jul 2015 20:03:20 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t65K3KGW032184; Sun, 5 Jul 2015 20:03:20 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201507052003.t65K3KGW032184@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 5 Jul 2015 20:03:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391371 - head/www/twms X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 05 Jul 2015 20:03:21 -0000 Author: amdmi3 Date: Sun Jul 5 20:03:19 2015 New Revision: 391371 URL: https://svnweb.freebsd.org/changeset/ports/391371 Log: - Add NO_ARCH Modified: head/www/twms/Makefile Modified: head/www/twms/Makefile ============================================================================== --- head/www/twms/Makefile Sun Jul 5 18:53:54 2015 (r391370) +++ head/www/twms/Makefile Sun Jul 5 20:03:19 2015 (r391371) @@ -19,6 +19,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pyproj USES= python tar:bzip2 NO_BUILD= yes +NO_ARCH= yes TWMS_USER?= twms TWMS_GROUP?= twms From owner-svn-ports-head@freebsd.org Sun Jul 5 20:37:50 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6A602ABDD; Sun, 5 Jul 2015 20:37:50 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 400571C02; Sun, 5 Jul 2015 20:37:50 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t65Kbosk047560; Sun, 5 Jul 2015 20:37:50 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t65KboNF047559; Sun, 5 Jul 2015 20:37:50 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201507052037.t65KboNF047559@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, 5 Jul 2015 20:37:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391372 - head/devel/qt5-linguisttools/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, 05 Jul 2015 20:37:50 -0000 Author: rakuco Date: Sun Jul 5 20:37:49 2015 New Revision: 391372 URL: https://svnweb.freebsd.org/changeset/ports/391372 Log: Only process the `linguist' subdir when configuring. Use the same patch that is present in other ports like devel/qt5-designer and graphics/qt5-pixeltool to make sure only the directory we want is processed, otherwise there is a risk of missing dependency errors on non-Poudriere builds. PR: 201247 Added: head/devel/qt5-linguisttools/files/ head/devel/qt5-linguisttools/files/patch-src__src.pro (contents, props changed) Added: head/devel/qt5-linguisttools/files/patch-src__src.pro ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/qt5-linguisttools/files/patch-src__src.pro Sun Jul 5 20:37:49 2015 (r391372) @@ -0,0 +1,45 @@ +Only enter the directories we want to build, otherwise we might fail due to +missing dependencies. + +--- src/src.pro ++++ src/src.pro +@@ -1,38 +1,2 @@ + TEMPLATE = subdirs +- +-qtHaveModule(widgets) { +- no-png { +- message("Some graphics-related tools are unavailable without PNG support") +- } else { +- SUBDIRS = assistant \ +- pixeltool \ +- qtestlib \ +- designer +-# unix:!mac:!embedded:!qpa:SUBDIRS += qtconfig +- +- linguist.depends = designer +- } +-} +- +-SUBDIRS += linguist +-if(!android|android_app):!ios: SUBDIRS += qtpaths +- +-mac { +- SUBDIRS += macdeployqt +-} +- +-android { +- SUBDIRS += androiddeployqt +-} +- +-qtHaveModule(dbus): SUBDIRS += qdbus +- +-win32|winrt:SUBDIRS += windeployqt +-winrt:SUBDIRS += winrtrunner +-qtHaveModule(gui):!android:!ios:!qnx:!wince*:!winrt*:SUBDIRS += qtdiag +- +-qtNomakeTools( \ +- pixeltool \ +- qtconfig \ +- macdeployqt \ +-) ++SUBDIRS = linguist From owner-svn-ports-head@freebsd.org Sun Jul 5 21:03:54 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 535A598E30C; Sun, 5 Jul 2015 21:03:54 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 389CC1F32; Sun, 5 Jul 2015 21:03:54 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t65L3rlc061744; Sun, 5 Jul 2015 21:03:53 GMT (envelope-from mm@FreeBSD.org) Received: (from mm@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t65L3r0N061743; Sun, 5 Jul 2015 21:03:53 GMT (envelope-from mm@FreeBSD.org) Message-Id: <201507052103.t65L3r0N061743@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mm set sender to mm@FreeBSD.org using -f From: Martin Matuska Date: Sun, 5 Jul 2015 21:03:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391373 - head/net/foreman-proxy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 05 Jul 2015 21:03:54 -0000 Author: mm Date: Sun Jul 5 21:03:52 2015 New Revision: 391373 URL: https://svnweb.freebsd.org/changeset/ports/391373 Log: Change maintainer to mmoll@FreeBSD.org Approved by: mmoll (private e-mail) Modified: head/net/foreman-proxy/Makefile Modified: head/net/foreman-proxy/Makefile ============================================================================== --- head/net/foreman-proxy/Makefile Sun Jul 5 20:37:49 2015 (r391372) +++ head/net/foreman-proxy/Makefile Sun Jul 5 21:03:52 2015 (r391373) @@ -6,7 +6,7 @@ PORTVERSION= 1.8.2 CATEGORIES= net MASTER_SITES= http://downloads.theforeman.org/foreman-proxy/ -MAINTAINER= mm@FreeBSD.org +MAINTAINER= mmoll@FreeBSD.org COMMENT= Foreman Proxy Agent LICENSE= GPLv3 From owner-svn-ports-head@freebsd.org Sun Jul 5 21:23:26 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 480E698E795; Sun, 5 Jul 2015 21:23:26 +0000 (UTC) (envelope-from mmoll@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1881A1E89; Sun, 5 Jul 2015 21:23:26 +0000 (UTC) (envelope-from mmoll@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t65LNPEd071380; Sun, 5 Jul 2015 21:23:25 GMT (envelope-from mmoll@FreeBSD.org) Received: (from mmoll@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t65LNPVl071378; Sun, 5 Jul 2015 21:23:25 GMT (envelope-from mmoll@FreeBSD.org) Message-Id: <201507052123.t65LNPVl071378@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mmoll set sender to mmoll@FreeBSD.org using -f From: Michael Moll Date: Sun, 5 Jul 2015 21:23:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391374 - in head/www/rubygem-gitlab-grack: . 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, 05 Jul 2015 21:23:26 -0000 Author: mmoll Date: Sun Jul 5 21:23:24 2015 New Revision: 391374 URL: https://svnweb.freebsd.org/changeset/ports/391374 Log: www/rubygem-gitlab-grack: patch rack 1.5 dependency PR: 201330 Submitted by: Torsten Zuehlsdorff Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D2998 Modified: head/www/rubygem-gitlab-grack/Makefile head/www/rubygem-gitlab-grack/files/patch-gemspec Modified: head/www/rubygem-gitlab-grack/Makefile ============================================================================== --- head/www/rubygem-gitlab-grack/Makefile Sun Jul 5 21:03:52 2015 (r391373) +++ head/www/rubygem-gitlab-grack/Makefile Sun Jul 5 21:23:24 2015 (r391374) @@ -2,7 +2,7 @@ PORTNAME= gitlab-grack PORTVERSION= 2.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www rubygems MASTER_SITES= RG Modified: head/www/rubygem-gitlab-grack/files/patch-gemspec ============================================================================== --- head/www/rubygem-gitlab-grack/files/patch-gemspec Sun Jul 5 21:03:52 2015 (r391373) +++ head/www/rubygem-gitlab-grack/files/patch-gemspec Sun Jul 5 21:23:24 2015 (r391374) @@ -1,4 +1,4 @@ ---- gitlab-grack.gemspec.orig 2015-05-23 23:58:53 UTC +--- gitlab-grack.gemspec.orig 2015-07-04 12:20:32 UTC +++ gitlab-grack.gemspec @@ -11,8 +11,7 @@ Gem::Specification.new do |s| s.date = "2015-04-22" @@ -8,5 +8,14 @@ - s.files = [".gitignore", ".gitmodules", ".travis.yml", "CHANGELOG", "Gemfile", "Gemfile.lock", "README.md", "Rakefile", "bin/console", "bin/testserver", "examples/dispatch.fcgi", "grack.gemspec", "install.txt", "lib/grack.rb", "lib/grack/auth.rb", "lib/grack/bundle.rb", "lib/grack/git.rb", "lib/grack/server.rb", "lib/grack/version.rb", "tests/main_test.rb"] + s.files = [".gitignore", ".gitmodules", ".travis.yml", "CHANGELOG", "Gemfile", "Gemfile.lock", "README.md", "Rakefile", "examples/dispatch.fcgi", "grack.gemspec", "install.txt", "lib/grack.rb", "lib/grack/auth.rb", "lib/grack/bundle.rb", "lib/grack/git.rb", "lib/grack/server.rb", "lib/grack/version.rb", "tests/main_test.rb"] s.homepage = "https://github.com/gitlabhq/grack" - s.rubygems_version = "2.4.7" + s.rubygems_version = "2.4.8" s.summary = "Ruby/Rack Git Smart-HTTP Server Handler" +@@ -22,7 +21,7 @@ Gem::Specification.new do |s| + s.specification_version = 4 + + if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then +- s.add_runtime_dependency(%q, ["~> 1.5.1"]) ++ s.add_runtime_dependency(%q, ["~> 1.5"]) + s.add_development_dependency(%q, ["~> 0.11"]) + else + s.add_dependency(%q, ["~> 1.5.1"]) From owner-svn-ports-head@freebsd.org Sun Jul 5 21:25:04 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6857098E7EB; Sun, 5 Jul 2015 21:25:04 +0000 (UTC) (envelope-from mmoll@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4BBEF1FC4; Sun, 5 Jul 2015 21:25:04 +0000 (UTC) (envelope-from mmoll@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t65LP4hJ071823; Sun, 5 Jul 2015 21:25:04 GMT (envelope-from mmoll@FreeBSD.org) Received: (from mmoll@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t65LP23W071813; Sun, 5 Jul 2015 21:25:02 GMT (envelope-from mmoll@FreeBSD.org) Message-Id: <201507052125.t65LP23W071813@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mmoll set sender to mmoll@FreeBSD.org using -f From: Michael Moll Date: Sun, 5 Jul 2015 21:25:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391375 - in head: devel/rubygem-builder31 devel/rubygem-timers1 net/rubygem-rubyntlm01 security/rubygem-net-scp11 security/rubygem-net-ssh27 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 05 Jul 2015 21:25:04 -0000 Author: mmoll Date: Sun Jul 5 21:25:01 2015 New Revision: 391375 URL: https://svnweb.freebsd.org/changeset/ports/391375 Log: deprecate unused rubygem- ports these ports are not used by any other ports anymore Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D2997 Modified: head/devel/rubygem-builder31/Makefile head/devel/rubygem-timers1/Makefile head/net/rubygem-rubyntlm01/Makefile head/security/rubygem-net-scp11/Makefile head/security/rubygem-net-ssh27/Makefile Modified: head/devel/rubygem-builder31/Makefile ============================================================================== --- head/devel/rubygem-builder31/Makefile Sun Jul 5 21:23:24 2015 (r391374) +++ head/devel/rubygem-builder31/Makefile Sun Jul 5 21:25:01 2015 (r391375) @@ -12,6 +12,9 @@ COMMENT= Facilitate programmatic generat LICENSE= MIT +DEPRECATED= not used by other ports anymore +EXPIRATION_DATE= 2015-07-20 + PORTSCOUT= limit:^3.1 NO_ARCH= yes Modified: head/devel/rubygem-timers1/Makefile ============================================================================== --- head/devel/rubygem-timers1/Makefile Sun Jul 5 21:23:24 2015 (r391374) +++ head/devel/rubygem-timers1/Makefile Sun Jul 5 21:25:01 2015 (r391375) @@ -12,6 +12,9 @@ COMMENT= Pure Ruby one-shot and periodic LICENSE= MIT +DEPRECATED= not used by other ports anymore +EXPIRATION_DATE= 2015-07-20 + NO_ARCH= yes USE_RUBY= yes Modified: head/net/rubygem-rubyntlm01/Makefile ============================================================================== --- head/net/rubygem-rubyntlm01/Makefile Sun Jul 5 21:23:24 2015 (r391374) +++ head/net/rubygem-rubyntlm01/Makefile Sun Jul 5 21:25:01 2015 (r391375) @@ -11,6 +11,9 @@ COMMENT= Message creator and parser for LICENSE= MIT +DEPRECATED= not used by other ports anymore +EXPIRATION_DATE= 2015-07-20 + NO_ARCH= yes USE_RUBY= yes Modified: head/security/rubygem-net-scp11/Makefile ============================================================================== --- head/security/rubygem-net-scp11/Makefile Sun Jul 5 21:23:24 2015 (r391374) +++ head/security/rubygem-net-scp11/Makefile Sun Jul 5 21:25:01 2015 (r391375) @@ -13,6 +13,9 @@ LICENSE= MIT RUN_DEPENDS= rubygem-net-ssh27=2.7.0,2:${PORTSDIR}/security/rubygem-net-ssh27 +DEPRECATED= not used by other ports anymore +EXPIRATION_DATE= 2015-07-20 + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/security/rubygem-net-ssh27/Makefile ============================================================================== --- head/security/rubygem-net-ssh27/Makefile Sun Jul 5 21:23:24 2015 (r391374) +++ head/security/rubygem-net-ssh27/Makefile Sun Jul 5 21:25:01 2015 (r391375) @@ -13,6 +13,9 @@ COMMENT= Non-interactive SSH processing LICENSE= MIT +DEPRECATED= not used by other ports anymore +EXPIRATION_DATE= 2015-07-20 + OPTIONS_DEFINE= PROMPT_PASSPHRASES OPTIONS_DEFAULT=PROMPT_PASSPHRASES OPTIONSFILE?= ${PORT_DBDIR}/rubygem-${PORTNAME}/options From owner-svn-ports-head@freebsd.org Sun Jul 5 21:47:17 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F1F8C98EDA1; Sun, 5 Jul 2015 21:47:17 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E1C771D5B; Sun, 5 Jul 2015 21:47:17 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t65LlHIm081852; Sun, 5 Jul 2015 21:47:17 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t65LlHxA081850; Sun, 5 Jul 2015 21:47:17 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201507052147.t65LlHxA081850@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sun, 5 Jul 2015 21:47:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391376 - head/lang/gcc49 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 05 Jul 2015 21:47:18 -0000 Author: gerald Date: Sun Jul 5 21:47:16 2015 New Revision: 391376 URL: https://svnweb.freebsd.org/changeset/ports/391376 Log: Update to the 20150701 snapshot of GCC 4.9.4 (a little past the GCC 4.9.3 release). Modified: head/lang/gcc49/Makefile head/lang/gcc49/distinfo Modified: head/lang/gcc49/Makefile ============================================================================== --- head/lang/gcc49/Makefile Sun Jul 5 21:25:01 2015 (r391375) +++ head/lang/gcc49/Makefile Sun Jul 5 21:47:16 2015 (r391376) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 4.9.3.s20150624 +PORTVERSION= 4.9.4.s20150701 CATEGORIES= lang java MASTER_SITES= GCC/snapshots/${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX} Modified: head/lang/gcc49/distinfo ============================================================================== --- head/lang/gcc49/distinfo Sun Jul 5 21:25:01 2015 (r391375) +++ head/lang/gcc49/distinfo Sun Jul 5 21:47:16 2015 (r391376) @@ -1,2 +1,2 @@ -SHA256 (gcc-4.9-20150624.tar.bz2) = fb37f9ac1a49f1c454f63ae45c5e004ab714ba005e940fa6ca54aaa1b6611761 -SIZE (gcc-4.9-20150624.tar.bz2) = 85876805 +SHA256 (gcc-4.9-20150701.tar.bz2) = 7ab2967809c14c862f155ca054f57ae7927c4c210882ad82d2874976d63ec6ea +SIZE (gcc-4.9-20150701.tar.bz2) = 85867080 From owner-svn-ports-head@freebsd.org Sun Jul 5 23:32:55 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 55B4DA169; Sun, 5 Jul 2015 23:32:55 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 45C151FC7; Sun, 5 Jul 2015 23:32:55 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t65NWt0s035609; Sun, 5 Jul 2015 23:32:55 GMT (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t65NWsit035607; Sun, 5 Jul 2015 23:32:54 GMT (envelope-from demon@FreeBSD.org) Message-Id: <201507052332.t65NWsit035607@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: demon set sender to demon@FreeBSD.org using -f From: Dmitry Sivachenko Date: Sun, 5 Jul 2015 23:32:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391377 - head/net/haproxy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 05 Jul 2015 23:32:55 -0000 Author: demon Date: Sun Jul 5 23:32:53 2015 New Revision: 391377 URL: https://svnweb.freebsd.org/changeset/ports/391377 Log: Update to version 1.5.14. Modified: head/net/haproxy/Makefile head/net/haproxy/distinfo Modified: head/net/haproxy/Makefile ============================================================================== --- head/net/haproxy/Makefile Sun Jul 5 21:47:16 2015 (r391376) +++ head/net/haproxy/Makefile Sun Jul 5 23:32:53 2015 (r391377) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= haproxy -PORTVERSION= 1.5.13 +PORTVERSION= 1.5.14 CATEGORIES= net www MASTER_SITES= http://www.haproxy.org/download/1.5/src/ Modified: head/net/haproxy/distinfo ============================================================================== --- head/net/haproxy/distinfo Sun Jul 5 21:47:16 2015 (r391376) +++ head/net/haproxy/distinfo Sun Jul 5 23:32:53 2015 (r391377) @@ -1,2 +1,2 @@ -SHA256 (haproxy-1.5.13.tar.gz) = de901c23d976cb21b816dc671924176918b691a430fb5a52e0f1afbc6faeb5f9 -SIZE (haproxy-1.5.13.tar.gz) = 1345323 +SHA256 (haproxy-1.5.14.tar.gz) = 9565dd38649064d0350a2883fa81ccfe92eb17dcda457ebdc01535e1ab0c8f99 +SIZE (haproxy-1.5.14.tar.gz) = 1345345 From owner-svn-ports-head@freebsd.org Sun Jul 5 23:43:12 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 34AC1A295; Sun, 5 Jul 2015 23:43:12 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1801F12C7; Sun, 5 Jul 2015 23:43:12 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t65NhBmO040619; Sun, 5 Jul 2015 23:43:11 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t65Nh9td040604; Sun, 5 Jul 2015 23:43:09 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201507052343.t65Nh9td040604@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Sun, 5 Jul 2015 23:43:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391378 - 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, 05 Jul 2015 23:43:12 -0000 Author: osa Date: Sun Jul 5 23:43:09 2015 New Revision: 391378 URL: https://svnweb.freebsd.org/changeset/ports/391378 Log: Upgrade third-party clojure module from 0.3.0 to 0.4.0. Modified: head/www/nginx-devel/Makefile head/www/nginx-devel/distinfo head/www/nginx-devel/files/extra-patch-nginx-clojure-src-c-config head/www/nginx/Makefile head/www/nginx/distinfo head/www/nginx/files/extra-patch-nginx-clojure-src-c-config Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Sun Jul 5 23:32:53 2015 (r391377) +++ head/www/nginx-devel/Makefile Sun Jul 5 23:43:09 2015 (r391378) @@ -365,7 +365,7 @@ JAVA_VERSION= 1.8 JAVA_VENDOR= openjdk JAVA_BUILD= yes JAVA_RUN= yes -NGINX_CLOJURE_VERSION= 0.3.0 +NGINX_CLOJURE_VERSION= 0.4.0 GH_ACCOUNT+= nginx-clojure:clojure GH_PROJECT+= nginx-clojure:clojure GH_TAGNAME+= v${NGINX_CLOJURE_VERSION}:clojure Modified: head/www/nginx-devel/distinfo ============================================================================== --- head/www/nginx-devel/distinfo Sun Jul 5 23:32:53 2015 (r391377) +++ head/www/nginx-devel/distinfo Sun Jul 5 23:43:09 2015 (r391378) @@ -44,8 +44,8 @@ SHA256 (stnoonan-spnego-http-auth-nginx- SIZE (stnoonan-spnego-http-auth-nginx-module-29cb489_GH0.tar.gz) = 17546 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.3.0_GH0.tar.gz) = 4f706195d358aeabed3a2f9ed0f412542ce3d17d4466cffb75f798e15fd79952 -SIZE (nginx-clojure-nginx-clojure-v0.3.0_GH0.tar.gz) = 472761 +SHA256 (nginx-clojure-nginx-clojure-v0.4.0_GH0.tar.gz) = 1611fb0e82c82a26c2c6c751a597111443705fa4557331296aa0dafae86c5915 +SIZE (nginx-clojure-nginx-clojure-v0.4.0_GH0.tar.gz) = 537138 SHA256 (openresty-echo-nginx-module-v0.57_GH0.tar.gz) = 8467237ca0fae74ca7a32fbd34fc6044df307098415d48068214c9c235695a07 SIZE (openresty-echo-nginx-module-v0.57_GH0.tar.gz) = 65073 SHA256 (openresty-headers-more-nginx-module-v0.261_GH0.tar.gz) = 03d1f5fbecba8565f247d87a38f5e4b6440b0a56d752bdd2b29af2f1c4aea480 Modified: head/www/nginx-devel/files/extra-patch-nginx-clojure-src-c-config ============================================================================== --- head/www/nginx-devel/files/extra-patch-nginx-clojure-src-c-config Sun Jul 5 23:32:53 2015 (r391377) +++ head/www/nginx-devel/files/extra-patch-nginx-clojure-src-c-config Sun Jul 5 23:43:09 2015 (r391378) @@ -1,5 +1,5 @@ ---- ../nginx-clojure-0.3.0/src/c/config.orig 2014-12-11 16:52:18.000000000 +0300 -+++ ../nginx-clojure-0.3.0/src/c/config 2015-06-14 14:19:27.064234000 +0300 +--- ../nginx-clojure-0.4.0/src/c/config.orig 2014-12-11 16:52:18.000000000 +0300 ++++ ../nginx-clojure-0.4.0/src/c/config 2015-06-14 14:19:27.064234000 +0300 @@ -13,9 +13,13 @@ $ngx_addon_dir/ngx_http_clojure_socket.h \ " Modified: head/www/nginx/Makefile ============================================================================== --- head/www/nginx/Makefile Sun Jul 5 23:32:53 2015 (r391377) +++ head/www/nginx/Makefile Sun Jul 5 23:43:09 2015 (r391378) @@ -359,7 +359,7 @@ JAVA_VERSION= 1.8 JAVA_VENDOR= openjdk JAVA_BUILD= yes JAVA_RUN= yes -NGINX_CLOJURE_VERSION= 0.3.0 +NGINX_CLOJURE_VERSION= 0.4.0 GH_ACCOUNT+= nginx-clojure:clojure GH_PROJECT+= nginx-clojure:clojure GH_TAGNAME+= v${NGINX_CLOJURE_VERSION}:clojure Modified: head/www/nginx/distinfo ============================================================================== --- head/www/nginx/distinfo Sun Jul 5 23:32:53 2015 (r391377) +++ head/www/nginx/distinfo Sun Jul 5 23:43:09 2015 (r391378) @@ -44,8 +44,8 @@ SHA256 (stnoonan-spnego-http-auth-nginx- SIZE (stnoonan-spnego-http-auth-nginx-module-29cb489_GH0.tar.gz) = 17546 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.3.0_GH0.tar.gz) = 4f706195d358aeabed3a2f9ed0f412542ce3d17d4466cffb75f798e15fd79952 -SIZE (nginx-clojure-nginx-clojure-v0.3.0_GH0.tar.gz) = 472761 +SHA256 (nginx-clojure-nginx-clojure-v0.4.0_GH0.tar.gz) = 1611fb0e82c82a26c2c6c751a597111443705fa4557331296aa0dafae86c5915 +SIZE (nginx-clojure-nginx-clojure-v0.4.0_GH0.tar.gz) = 537138 SHA256 (openresty-echo-nginx-module-v0.57_GH0.tar.gz) = 8467237ca0fae74ca7a32fbd34fc6044df307098415d48068214c9c235695a07 SIZE (openresty-echo-nginx-module-v0.57_GH0.tar.gz) = 65073 SHA256 (openresty-headers-more-nginx-module-v0.261_GH0.tar.gz) = 03d1f5fbecba8565f247d87a38f5e4b6440b0a56d752bdd2b29af2f1c4aea480 Modified: head/www/nginx/files/extra-patch-nginx-clojure-src-c-config ============================================================================== --- head/www/nginx/files/extra-patch-nginx-clojure-src-c-config Sun Jul 5 23:32:53 2015 (r391377) +++ head/www/nginx/files/extra-patch-nginx-clojure-src-c-config Sun Jul 5 23:43:09 2015 (r391378) @@ -1,5 +1,5 @@ ---- ../nginx-clojure-0.3.0/src/c/config.orig 2014-12-11 16:52:18.000000000 +0300 -+++ ../nginx-clojure-0.3.0/src/c/config 2015-06-14 14:19:27.064234000 +0300 +--- ../nginx-clojure-0.4.0/src/c/config.orig 2014-12-11 16:52:18.000000000 +0300 ++++ ../nginx-clojure-0.4.0/src/c/config 2015-06-14 14:19:27.064234000 +0300 @@ -13,9 +13,13 @@ $ngx_addon_dir/ngx_http_clojure_socket.h \ " From owner-svn-ports-head@freebsd.org Mon Jul 6 00:09:56 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B36D2A945; Mon, 6 Jul 2015 00:09:56 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 87F6D1CDA; Mon, 6 Jul 2015 00:09:56 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6609tQs052131; Mon, 6 Jul 2015 00:09:55 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6609tBg052130; Mon, 6 Jul 2015 00:09:55 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201507060009.t6609tBg052130@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 6 Jul 2015 00:09:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391379 - 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: Mon, 06 Jul 2015 00:09:56 -0000 Author: feld Date: Mon Jul 6 00:09:54 2015 New Revision: 391379 URL: https://svnweb.freebsd.org/changeset/ports/391379 Log: add www/node denial of service vulnerability no known CVE has been assigned Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun Jul 5 23:43:09 2015 (r391378) +++ head/security/vuxml/vuln.xml Mon Jul 6 00:09:54 2015 (r391379) @@ -57,6 +57,35 @@ Notes: --> + + node -- denial of service + + + node + 0.12.6 + + + + +

node reports:

+
+

This release of Node.js fixes a bug that triggers an + out-of-band write in V8's utf-8 decoder. This bug impacts all Buffer to + String conversions. This is an important security update as this bug can + be used to cause a denial of service attack.

+
+ +
+ + http://blog.nodejs.org/2015/07/03/node-v0-12-6-stable/ + https://github.com/joyent/node/commit/78b0e30954111cfaba0edbeee85450d8cbc6fdf6 + + + 2015-07-03 + 2015-07-06 + +
+ cups-filters -- texttopdf integer overflow From owner-svn-ports-head@freebsd.org Mon Jul 6 00:23:35 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6A9D5ABFB; Mon, 6 Jul 2015 00:23:35 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5788513E0; Mon, 6 Jul 2015 00:23:35 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t660NZu6061261; Mon, 6 Jul 2015 00:23:35 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t660NZXB061260; Mon, 6 Jul 2015 00:23:35 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201507060023.t660NZXB061260@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 6 Jul 2015 00:23:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391380 - 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: Mon, 06 Jul 2015 00:23:35 -0000 Author: feld Date: Mon Jul 6 00:23:34 2015 New Revision: 391380 URL: https://svnweb.freebsd.org/changeset/ports/391380 Log: add node-devel as affected package confirmed source code of node 0.11.16 is also vulnerable Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon Jul 6 00:09:54 2015 (r391379) +++ head/security/vuxml/vuln.xml Mon Jul 6 00:23:34 2015 (r391380) @@ -64,6 +64,10 @@ Notes: node 0.12.6 + + node-devel + 0.12.6 + From owner-svn-ports-head@freebsd.org Mon Jul 6 01:14:14 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E98BD93EA; Mon, 6 Jul 2015 01:14:13 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D9D83152A; Mon, 6 Jul 2015 01:14:13 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t661EDTS086441; Mon, 6 Jul 2015 01:14:13 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t661EC50086438; Mon, 6 Jul 2015 01:14:12 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201507060114.t661EC50086438@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 6 Jul 2015 01:14:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391381 - head/www/node X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 06 Jul 2015 01:14:14 -0000 Author: feld Date: Mon Jul 6 01:14:11 2015 New Revision: 391381 URL: https://svnweb.freebsd.org/changeset/ports/391381 Log: Update to 0.12.6 Resolve a DoS vulnerability with unassigned CVE Changes: http://blog.nodejs.org/2015/07/03/node-v0-12-6-stable/ Approved by: ports-secteam (with hat) Modified: head/www/node/Makefile head/www/node/distinfo head/www/node/pkg-plist Modified: head/www/node/Makefile ============================================================================== --- head/www/node/Makefile Mon Jul 6 00:23:34 2015 (r391380) +++ head/www/node/Makefile Mon Jul 6 01:14:11 2015 (r391381) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= node -PORTVERSION= 0.12.4 +PORTVERSION= 0.12.6 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ Modified: head/www/node/distinfo ============================================================================== --- head/www/node/distinfo Mon Jul 6 00:23:34 2015 (r391380) +++ head/www/node/distinfo Mon Jul 6 01:14:11 2015 (r391381) @@ -1,2 +1,2 @@ -SHA256 (node-v0.12.4.tar.gz) = 3298d0997613a04ac64343e8316da134d04588132554ae402eb344e3369ec912 -SIZE (node-v0.12.4.tar.gz) = 19642076 +SHA256 (node-v0.12.6.tar.gz) = 7a3b5ac351973a9dee8edbf0684bc8d0dea44b231e42274ffb008141ffa19ad2 +SIZE (node-v0.12.6.tar.gz) = 19750717 Modified: head/www/node/pkg-plist ============================================================================== --- head/www/node/pkg-plist Mon Jul 6 00:23:34 2015 (r391380) +++ head/www/node/pkg-plist Mon Jul 6 01:14:11 2015 (r391381) @@ -11,7 +11,81 @@ include/node/node_buffer.h include/node/node_internals.h include/node/node_object_wrap.h include/node/node_version.h +include/node/openssl/aes.h +include/node/openssl/asn1.h +include/node/openssl/asn1_mac.h +include/node/openssl/asn1t.h +include/node/openssl/bio.h +include/node/openssl/blowfish.h +include/node/openssl/bn.h +include/node/openssl/buffer.h +include/node/openssl/camellia.h +include/node/openssl/cast.h +include/node/openssl/cmac.h +include/node/openssl/cms.h +include/node/openssl/comp.h +include/node/openssl/conf.h +include/node/openssl/conf_api.h +include/node/openssl/crypto.h +include/node/openssl/des.h +include/node/openssl/des_old.h +include/node/openssl/dh.h +include/node/openssl/dsa.h +include/node/openssl/dso.h +include/node/openssl/dtls1.h +include/node/openssl/e_os2.h +include/node/openssl/ebcdic.h +include/node/openssl/ec.h +include/node/openssl/ecdh.h +include/node/openssl/ecdsa.h +include/node/openssl/engine.h +include/node/openssl/err.h +include/node/openssl/evp.h +include/node/openssl/hmac.h +include/node/openssl/idea.h +include/node/openssl/krb5_asn.h +include/node/openssl/kssl.h +include/node/openssl/lhash.h +include/node/openssl/md4.h +include/node/openssl/md5.h +include/node/openssl/mdc2.h +include/node/openssl/modes.h +include/node/openssl/obj_mac.h +include/node/openssl/objects.h +include/node/openssl/ocsp.h include/node/openssl/opensslconf.h +include/node/openssl/opensslv.h +include/node/openssl/ossl_typ.h +include/node/openssl/pem.h +include/node/openssl/pem2.h +include/node/openssl/pkcs12.h +include/node/openssl/pkcs7.h +include/node/openssl/pqueue.h +include/node/openssl/rand.h +include/node/openssl/rc2.h +include/node/openssl/rc4.h +include/node/openssl/ripemd.h +include/node/openssl/rsa.h +include/node/openssl/safestack.h +include/node/openssl/seed.h +include/node/openssl/sha.h +include/node/openssl/srp.h +include/node/openssl/srtp.h +include/node/openssl/ssl.h +include/node/openssl/ssl2.h +include/node/openssl/ssl23.h +include/node/openssl/ssl3.h +include/node/openssl/stack.h +include/node/openssl/symhacks.h +include/node/openssl/tls1.h +include/node/openssl/ts.h +include/node/openssl/txt_db.h +include/node/openssl/ui.h +include/node/openssl/ui_compat.h +include/node/openssl/whrlpool.h +include/node/openssl/x509.h +include/node/openssl/x509_vfy.h +include/node/openssl/x509v3.h include/node/pthread-fixes.h include/node/smalloc.h include/node/stdint-msvc2008.h From owner-svn-ports-head@freebsd.org Mon Jul 6 03:09:37 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 69EB598ED73; Mon, 6 Jul 2015 03:09:37 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3FF981194; Mon, 6 Jul 2015 03:09:37 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6639bAg046174; Mon, 6 Jul 2015 03:09:37 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6639aWu046172; Mon, 6 Jul 2015 03:09:36 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201507060309.t6639aWu046172@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 6 Jul 2015 03:09:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391383 - head/net-p2p/bitcoin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 06 Jul 2015 03:09:37 -0000 Author: feld Date: Mon Jul 6 03:09:35 2015 New Revision: 391383 URL: https://svnweb.freebsd.org/changeset/ports/391383 Log: Update to 0.10.2 Resolves CVE-2015-3641 https://en.bitcoin.it/wiki/Common_Vulnerabilities_and_Exposures PR: 201224 Approved by: maintainer Modified: head/net-p2p/bitcoin/Makefile head/net-p2p/bitcoin/distinfo Modified: head/net-p2p/bitcoin/Makefile ============================================================================== --- head/net-p2p/bitcoin/Makefile Mon Jul 6 01:16:21 2015 (r391382) +++ head/net-p2p/bitcoin/Makefile Mon Jul 6 03:09:35 2015 (r391383) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bitcoin -PORTVERSION= 0.10.1 +PORTVERSION= 0.10.2 DISTVERSIONPREFIX= v CATEGORIES= net-p2p finance @@ -13,7 +13,8 @@ LICENSE= MIT LIB_DEPENDS= libboost_date_time.so:${PORTSDIR}/devel/boost-libs -USES= autoreconf compiler:c++0x gmake libtool pkgconfig +USES= autoreconf compiler:c++0x gmake libtool pkgconfig shebangfix +SHEBANG_FILES= src/test/*.py USE_GITHUB= yes USE_OPENSSL= yes GNU_CONFIGURE= yes @@ -70,11 +71,11 @@ WALLET_USE= BDB=48 GH_ACCOUNT= bitcoin -CONFIGURE_ARGS?= --without-daemon \ +CONFIGURE_ARGS?= --without-libs \ + --disable-reduce-exports \ --with-gui \ - --without-libs \ - --without-utils \ - --disable-reduce-exports + --without-daemon \ + --without-utils CONFIGURE_ENV= CRYPTO_CFLAGS="-I${OPENSSLINC}" CRYPTO_LIBS="-L${OPENSSLLIB} -lcrypto" \ SSL_CFLAGS="-I${OPENSSLINC}" SSL_LIBS="-L${OPENSSLLIB} -lssl" @@ -96,6 +97,9 @@ post-install: .endif regression-test: build + # To use this sucessfully, remove --without-daemon and --without-utils + # from CONFIGURE_ARGS above. + @cd ${WRKSRC} && ${GMAKE} check .include Modified: head/net-p2p/bitcoin/distinfo ============================================================================== --- head/net-p2p/bitcoin/distinfo Mon Jul 6 01:16:21 2015 (r391382) +++ head/net-p2p/bitcoin/distinfo Mon Jul 6 03:09:35 2015 (r391383) @@ -1,2 +1,2 @@ -SHA256 (bitcoin-bitcoin-v0.10.1_GH0.tar.gz) = d83e2872de37a17c60b7f5d86a5d9cfe2e7e706bf270ea59d7cd846d2fbf8102 -SIZE (bitcoin-bitcoin-v0.10.1_GH0.tar.gz) = 5049043 +SHA256 (bitcoin-bitcoin-v0.10.2_GH0.tar.gz) = 48c82a35369e54b613f738adf2a3420f8a25636182d272635202a5f99bb1fb9b +SIZE (bitcoin-bitcoin-v0.10.2_GH0.tar.gz) = 5075202 From owner-svn-ports-head@freebsd.org Mon Jul 6 03:21:33 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 331DC98F096; Mon, 6 Jul 2015 03:21:33 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1EE4519F3; Mon, 6 Jul 2015 03:21:33 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t663LWXg054093; Mon, 6 Jul 2015 03:21:32 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t663LWoP054091; Mon, 6 Jul 2015 03:21:32 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201507060321.t663LWoP054091@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 6 Jul 2015 03:21:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391385 - 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: Mon, 06 Jul 2015 03:21:33 -0000 Author: feld Date: Mon Jul 6 03:21:32 2015 New Revision: 391385 URL: https://svnweb.freebsd.org/changeset/ports/391385 Log: Document bitcoin CVE-2015-3641 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon Jul 6 03:10:51 2015 (r391384) +++ head/security/vuxml/vuln.xml Mon Jul 6 03:21:32 2015 (r391385) @@ -57,6 +57,38 @@ Notes: --> + + bitcoin -- denial of service + + + bitcoin + 10.0.2 + + + + +

Gregory Maxwell reports:

+
+

On July 7th I will be making public details of several + serious denial of service vulnerabilities which have fixed in recent + versions of Bitcoin Core, including including CVE-2015-3641. + + I strongly recommend anyone running production nodes exposed to inbound + connections from the internet upgrade to 0.10.2 as soon as possible.

+
+ +
+ + CVE-2015-3641 + http://bitcoin-development.narkive.com/tO8M0R0j/upcoming-dos-vulnerability-announcements-for-bitcoin-core + https://en.bitcoin.it/wiki/Common_Vulnerabilities_and_Exposures + + + 2015-06-27 + 2015-07-06 + +
+ node -- denial of service From owner-svn-ports-head@freebsd.org Mon Jul 6 03:30:24 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CEEA398F13C; Mon, 6 Jul 2015 03:30:24 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BD9CD1D7C; Mon, 6 Jul 2015 03:30:24 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t663UOqp056331; Mon, 6 Jul 2015 03:30:24 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t663UOfF056330; Mon, 6 Jul 2015 03:30:24 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201507060330.t663UOfF056330@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 6 Jul 2015 03:30:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391386 - 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: Mon, 06 Jul 2015 03:30:24 -0000 Author: feld Date: Mon Jul 6 03:30:23 2015 New Revision: 391386 URL: https://svnweb.freebsd.org/changeset/ports/391386 Log: Document ansible vulnerabilities PR: 201359 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon Jul 6 03:21:32 2015 (r391385) +++ head/security/vuxml/vuln.xml Mon Jul 6 03:30:23 2015 (r391386) @@ -57,6 +57,194 @@ Notes: --> + + ansible -- multiple vulnerabilities + + + ansible + 1.9.2 + + + + +

Ansible, Inc. reports:

+
+

Ensure that hostnames match certificate names when using HTTPS - + resolved in Ansible 1.9.2

+

Improper symlink handling in zone, jail, and chroot connection + plugins could lead to escape from confined environment - resolved + in Ansible 1.9.2

+
+ +
+ + CVE-2015-3908 + http://www.ansible.com/security + https://raw.githubusercontent.com/ansible/ansible/v1.9.2-1/CHANGELOG.md + + + 2015-06-25 + 2015-07-02 + +
+ + + ansible -- multiple vulnerabilities + + + ansible + 1.7 + + + + +

Ansible, Inc. reports:

+
+

Arbitrary execution from data from compromised remote hosts or + local data when using a legacy Ansible syntax - resolved in + Ansible 1.7

+

ansible-galaxy command when used on local tarballs (and not + galaxy.ansible.com) can install a malformed tarball if so provided + - resolved in Ansible 1.7

+
+ +
+ + http://www.ansible.com/security + https://raw.githubusercontent.com/ansible/ansible/devel/CHANGELOG.md + + + 2014-08-06 + 2015-07-02 + +
+ + + ansible -- code execution from compromised remote host data or untrusted local data + + + ansible + 1.6.7 + + + + +

Ansible, Inc. reports:

+
+

Arbitrary execution from data from compromised remote hosts or + untrusted local data - resolved in Ansible 1.6.7

+
+ +
+ + CVE-2014-4966 + 68794 + http://www.ansible.com/security + https://raw.githubusercontent.com/ansible/ansible/devel/CHANGELOG.md + + + 2014-07-21 + 2015-07-02 + +
+ + + ansible -- remote code execution vulnerability + + + ansible + 1.6.4 + + + + +

Ansible, Inc. reports:

+
+

Incomplete Fix Remote Code Execution Vulnerability - Fixed in + Ansible 1.6.4

+
+ +
+ + CVE-2014-4678 + 68335 + http://www.ansible.com/security + https://raw.githubusercontent.com/ansible/ansible/devel/CHANGELOG.md + + + 2014-06-25 + 2015-07-02 + +
+ + + ansible -- local symlink exploits + + + ansible + 1.2.3 + + + + +

MITRE reports:

+
+

runner/connection_plugins/ssh.py in Ansible before 1.2.3, when + using ControlPersist, allows local users to redirect a ssh session + via a symlink attack on a socket file with a predictable name in + /tmp/.

+
+
+

lib/ansible/playbook/__init__.py in Ansible 1.2.x before 1.2.3, + when playbook does not run due to an error, allows local users to + overwrite arbitrary files via a symlink attack on a retry file with + a predictable name in /var/tmp/ansible/.

+
+ +
+ + CVE-2013-4259 + CVE-2013-4260 + http://www.ansible.com/security + https://groups.google.com/forum/#!topic/ansible-project/UVDYW0HGcNg + + + 2013-08-21 + 2015-07-02 + +
+ + + ansible -- enable host key checking in paramiko connection type + + + ansible + 1.2.1 + + + + +

Ansible changelog reports:

+
+

Host key checking is on by default. Disable it if you like by + adding host_key_checking=False in the [default] section of + /etc/ansible/ansible.cfg or ~/ansible.cfg or by exporting + ANSIBLE_HOST_KEY_CHECKING=False.

+
+ +
+ + CVE-2013-2233 + https://raw.githubusercontent.com/ansible/ansible/devel/CHANGELOG.md + http://www.ansible.com/security + https://github.com/ansible/ansible/issues/857 + + + 2012-08-13 + 2015-07-02 + +
+ bitcoin -- denial of service From owner-svn-ports-head@freebsd.org Mon Jul 6 03:38:25 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8F4EE98F40B; Mon, 6 Jul 2015 03:38:25 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 619B61079; Mon, 6 Jul 2015 03:38:25 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t663cPLl061016; Mon, 6 Jul 2015 03:38:25 GMT (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t663cOu3061014; Mon, 6 Jul 2015 03:38:24 GMT (envelope-from ume@FreeBSD.org) Message-Id: <201507060338.t663cOu3061014@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ume set sender to ume@FreeBSD.org using -f From: Hajimu UMEMOTO Date: Mon, 6 Jul 2015 03:38:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391387 - head/mail/cyrus-imapd25 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 06 Jul 2015 03:38:25 -0000 Author: ume Date: Mon Jul 6 03:38:23 2015 New Revision: 391387 URL: https://svnweb.freebsd.org/changeset/ports/391387 Log: Update to 2.5.4. Modified: head/mail/cyrus-imapd25/Makefile head/mail/cyrus-imapd25/distinfo Modified: head/mail/cyrus-imapd25/Makefile ============================================================================== --- head/mail/cyrus-imapd25/Makefile Mon Jul 6 03:30:23 2015 (r391386) +++ head/mail/cyrus-imapd25/Makefile Mon Jul 6 03:38:23 2015 (r391387) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cyrus-imapd -PORTVERSION= 2.5.3 +PORTVERSION= 2.5.4 #PORTREVISION= 0 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.cyrusimap.org/cyrus-imapd/ \ @@ -231,8 +231,8 @@ post-install: .endfor .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR} -# @${MKDIR} ${STAGEDIR}${DOCSDIR}/man -# @${MKDIR} ${STAGEDIR}${DOCSDIR}/text + @${MKDIR} ${STAGEDIR}${DOCSDIR}/man + @${MKDIR} ${STAGEDIR}${DOCSDIR}/text .for f in ${DOCS} @${INSTALL_DATA} ${WRKSRC}/doc/${f}.html ${STAGEDIR}${DOCSDIR} @${ECHO_CMD} share/doc/${PORTNAME}/${f}.html >>${TMPPLIST} @@ -249,11 +249,11 @@ post-install: @${INSTALL_DATA} ${WRKSRC}/doc/${f} ${STAGEDIR}${DOCSDIR} @${ECHO_CMD} share/doc/${PORTNAME}/${f} >>${TMPPLIST} .endfor -#.for f in ${DOCS} -# @${INSTALL_DATA} ${WRKSRC}/doc/text/${f} \ -# ${STAGEDIR}${DOCSDIR}/text -# @${ECHO_CMD} share/doc/${PORTNAME}/text/${f} >>${TMPPLIST} -#.endfor +.for f in ${DOCS} + @${INSTALL_DATA} ${WRKSRC}/doc/text/${f} \ + ${STAGEDIR}${DOCSDIR}/text + @${ECHO_CMD} share/doc/${PORTNAME}/text/${f} >>${TMPPLIST} +.endfor .endif @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} @${INSTALL_DATA} ${FILESDIR}/imapd.conf \ Modified: head/mail/cyrus-imapd25/distinfo ============================================================================== --- head/mail/cyrus-imapd25/distinfo Mon Jul 6 03:30:23 2015 (r391386) +++ head/mail/cyrus-imapd25/distinfo Mon Jul 6 03:38:23 2015 (r391387) @@ -1,2 +1,2 @@ -SHA256 (cyrus-imapd-2.5.3.tar.gz) = 9ea6fcedf4a2b560cfcdffe90e65c31ba6007dee3c79425e5445988990acb3d8 -SIZE (cyrus-imapd-2.5.3.tar.gz) = 2941923 +SHA256 (cyrus-imapd-2.5.4.tar.gz) = 98839d2865c0ff5c5dc0f59aba54ad111135697c3383919e037651d90f00aaaa +SIZE (cyrus-imapd-2.5.4.tar.gz) = 3070894 From owner-svn-ports-head@freebsd.org Mon Jul 6 03:39:38 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 72FAA98F48E; Mon, 6 Jul 2015 03:39:38 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6330D1186; Mon, 6 Jul 2015 03:39:38 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t663dcmr061245; Mon, 6 Jul 2015 03:39:38 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t663db4S061244; Mon, 6 Jul 2015 03:39:37 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201507060339.t663db4S061244@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 6 Jul 2015 03:39:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391388 - 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: Mon, 06 Jul 2015 03:39:38 -0000 Author: feld Date: Mon Jul 6 03:39:37 2015 New Revision: 391388 URL: https://svnweb.freebsd.org/changeset/ports/391388 Log: Correct bitcoin range for CVE-2015-3641 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon Jul 6 03:38:23 2015 (r391387) +++ head/security/vuxml/vuln.xml Mon Jul 6 03:39:37 2015 (r391388) @@ -250,7 +250,7 @@ Notes: bitcoin - 10.0.2 + 0.10.2 From owner-svn-ports-head@freebsd.org Mon Jul 6 05:11:01 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E4D9599251A; Mon, 6 Jul 2015 05:11:01 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D0074169D; Mon, 6 Jul 2015 05:11:01 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t665B1TM007260; Mon, 6 Jul 2015 05:11:01 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t665B12a007259; Mon, 6 Jul 2015 05:11:01 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201507060511.t665B12a007259@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Mon, 6 Jul 2015 05:11:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391389 - head/sysutils/py-salt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 06 Jul 2015 05:11:02 -0000 Author: koobs Date: Mon Jul 6 05:11:01 2015 New Revision: 391389 URL: https://svnweb.freebsd.org/changeset/ports/391389 Log: sysutils/py-salt: Remove spurious backslash line ending Remove a spurious slash from the line end of PYDISTUTILS_INSTALLARGS introduced in r387241. Reported by: xmj Approved by: portmgr (blanket) MFH: 2015Q3 Modified: head/sysutils/py-salt/Makefile Modified: head/sysutils/py-salt/Makefile ============================================================================== --- head/sysutils/py-salt/Makefile Mon Jul 6 03:39:37 2015 (r391388) +++ head/sysutils/py-salt/Makefile Mon Jul 6 05:11:01 2015 (r391389) @@ -52,7 +52,7 @@ PYDISTUTILS_INSTALLARGS+=\ --salt-base-pillar-roots-dir=${ETCDIR}/pillar \ --salt-base-master-roots-dir=${ETCDIR}/salt-master \ --salt-logs-dir=/var/log/salt \ - --salt-pidfile-dir=/var/run \ + --salt-pidfile-dir=/var/run USE_RC_SUBR= salt_master \ salt_minion \ From owner-svn-ports-head@freebsd.org Mon Jul 6 05:17:42 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0F049992724; Mon, 6 Jul 2015 05:17:42 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F2C5E1B03; Mon, 6 Jul 2015 05:17:41 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t665Hfgm012154; Mon, 6 Jul 2015 05:17:41 GMT (envelope-from ak@FreeBSD.org) Received: (from ak@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t665Hfco012152; Mon, 6 Jul 2015 05:17:41 GMT (envelope-from ak@FreeBSD.org) Message-Id: <201507060517.t665Hfco012152@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ak set sender to ak@FreeBSD.org using -f From: Alex Kozlov Date: Mon, 6 Jul 2015 05:17:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391390 - head/graphics/pngquant X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 06 Jul 2015 05:17:42 -0000 Author: ak Date: Mon Jul 6 05:17:40 2015 New Revision: 391390 URL: https://svnweb.freebsd.org/changeset/ports/391390 Log: - Update to 2.5.0 PR: 201334 Submitted by: pi Modified: head/graphics/pngquant/Makefile head/graphics/pngquant/distinfo Modified: head/graphics/pngquant/Makefile ============================================================================== --- head/graphics/pngquant/Makefile Mon Jul 6 05:11:01 2015 (r391389) +++ head/graphics/pngquant/Makefile Mon Jul 6 05:17:40 2015 (r391390) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= pngquant -PORTVERSION= 2.0.0 -PORTREVISION= 1 +PORTVERSION= 2.5.0 DISTVERSIONSUFFIX= -src CATEGORIES= graphics MASTER_SITES= http://pngquant.org/ @@ -15,6 +14,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYRIGHT LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png +BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} Modified: head/graphics/pngquant/distinfo ============================================================================== --- head/graphics/pngquant/distinfo Mon Jul 6 05:11:01 2015 (r391389) +++ head/graphics/pngquant/distinfo Mon Jul 6 05:17:40 2015 (r391390) @@ -1,2 +1,2 @@ -SHA256 (pngquant-2.0.0-src.tar.bz2) = 449a4e1a7e6bf2e19b4dd3c91e8239c51cc651eeb5781c38cbaf7c852384039f -SIZE (pngquant-2.0.0-src.tar.bz2) = 44613 +SHA256 (pngquant-2.5.0-src.tar.bz2) = 83c941f9fc7d4d6a566ca1243bff38fc9c46e4c74b6dc352fb5eac68b2297839 +SIZE (pngquant-2.5.0-src.tar.bz2) = 54053 From owner-svn-ports-head@freebsd.org Mon Jul 6 07:14:30 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D84D39937EC; Mon, 6 Jul 2015 07:14:30 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C834912EC; Mon, 6 Jul 2015 07:14:30 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t667EU6v070809; Mon, 6 Jul 2015 07:14:30 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t667EUkr070807; Mon, 6 Jul 2015 07:14:30 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201507060714.t667EUkr070807@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Mon, 6 Jul 2015 07:14:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391392 - in head/mail/sylpheed: . 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, 06 Jul 2015 07:14:30 -0000 Author: ehaupt Date: Mon Jul 6 07:14:29 2015 New Revision: 391392 URL: https://svnweb.freebsd.org/changeset/ports/391392 Log: Provide fix for sigbus on ARM caused by unaligned access. PR: 200053 Submitted by: mikael.urankar@gmail.com, usenet@ulrich-grey.de Added: head/mail/sylpheed/files/patch-libsylph_procmsg.c (contents, props changed) Modified: head/mail/sylpheed/Makefile Modified: head/mail/sylpheed/Makefile ============================================================================== --- head/mail/sylpheed/Makefile Mon Jul 6 05:43:33 2015 (r391391) +++ head/mail/sylpheed/Makefile Mon Jul 6 07:14:29 2015 (r391392) @@ -3,7 +3,7 @@ PORTNAME= sylpheed PORTVERSION= 3.4.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail ipv6 MASTER_SITES= http://sylpheed.sraoss.jp/sylpheed/v${PORTVERSION:C/\.[^\.]*$//}/ \ LOCAL/ehaupt Added: head/mail/sylpheed/files/patch-libsylph_procmsg.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/sylpheed/files/patch-libsylph_procmsg.c Mon Jul 6 07:14:29 2015 (r391392) @@ -0,0 +1,20 @@ +--- libsylph/procmsg.c.orig 2014-06-10 04:06:35 UTC ++++ libsylph/procmsg.c +@@ -164,7 +164,7 @@ static gint procmsg_read_cache_data_str_ + if (endp - *p < sizeof(len)) + return -1; + +- len = *(const guint32 *)(*p); ++ memcpy(&len, *p, sizeof(len)); + *p += sizeof(len); + if (len > G_MAXINT || len > endp - *p) + return -1; +@@ -197,7 +197,7 @@ static gint procmsg_read_cache_data_str_ + g_mapped_file_free(mapfile); \ + return NULL; \ + } else { \ +- n = *(const guint32 *)p; \ ++ memcpy(&n, p, sizeof(n)); \ + p += sizeof(guint32); \ + } \ + } From owner-svn-ports-head@freebsd.org Mon Jul 6 08:17:40 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 82D37A550; Mon, 6 Jul 2015 08:17:40 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 72B8F1E33; Mon, 6 Jul 2015 08:17:40 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t668HeaM000974; Mon, 6 Jul 2015 08:17:40 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t668Hdm1000965; Mon, 6 Jul 2015 08:17:39 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201507060817.t668Hdm1000965@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Mon, 6 Jul 2015 08:17:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391393 - in head/x11-wm/ede: . 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, 06 Jul 2015 08:17:40 -0000 Author: riggs Date: Mon Jul 6 08:17:38 2015 New Revision: 391393 URL: https://svnweb.freebsd.org/changeset/ports/391393 Log: - Un-break build - Pet portlint PR: 199251 Submitted by: tkato432@yahoo.com Reviewed by: riggs MFH: 2015Q3 Added: head/x11-wm/ede/files/patch-edelib__src__WindowUtils.cpp (contents, props changed) Modified: head/x11-wm/ede/Makefile head/x11-wm/ede/files/patch-pekwm__Observable.cc head/x11-wm/ede/files/patch-pekwm__Observable.hh Modified: head/x11-wm/ede/Makefile ============================================================================== --- head/x11-wm/ede/Makefile Mon Jul 6 07:14:29 2015 (r391392) +++ head/x11-wm/ede/Makefile Mon Jul 6 08:17:38 2015 (r391393) @@ -3,7 +3,7 @@ PORTNAME= ede PORTVERSION= 2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm MASTER_SITES= SF \ SF/${PORTNAME}/${PORTNAME}lib/${PORTVERSION}:edelib @@ -16,8 +16,6 @@ COMMENT= Equinox Desktop Environment LICENSE= GPLv2 LGPL20 LICENSE_COMB= multi -BROKEN= Fails to link, tries to use internal fltk symbols - BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen \ jam:${PORTSDIR}/devel/jam LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus \ @@ -30,14 +28,14 @@ USES= fam gettext iconv:translit pathfi SHEBANG_FILES= doc/asciidoc/asciidoc.py python_OLD_CMD= ${SETENV} python python_CMD= ${PYTHON_CMD} -USE_XORG= xcomposite xft xinerama xpm xrandr +USE_XORG= xcomposite xft xinerama xkbfile xpm xrandr USE_CSTD= gnu89 GNU_CONFIGURE= yes CONFIGURE_ENV= PEKWM_CXXFLAGS="${CXXFLAGS}" \ PKG_CONFIG_PATH="${EDELIB_WRKSRC}/pc" CONFIGURE_ARGS= --with-edelib-path=${EDELIB_WRKSRC} \ --with-fltk-path=${LOCALBASE} -INSTALL_ICONS= yes +INSTALLS_ICONS= yes MAKE_JOBS_UNSAFE= yes CPPFLAGS+= -I${LOCALBASE}/include @@ -56,6 +54,9 @@ EDELIB_DISTNAME=${EDELIB_NAME}-${EDELIB_ EDELIB_DISTFILE=${EDELIB_DISTNAME}${EXTRACT_SUFX} EDELIB_WRKSRC= ${WRKDIR}/${EDELIB_DISTNAME} +post-extract: + @${LN} -sf ${EDELIB_WRKSRC} ${WRKDIR}/${EDELIB_NAME} + post-patch: @${REINPLACE_CMD} -e \ '/DEVELOPER_FLAGS=/s|-pedantic|| ; \ @@ -90,6 +91,10 @@ pre-configure: CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" \ CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}") +post-configure: + @${REINPLACE_CMD} -e \ + 's|#define ICONV_CONST 1|#undef ICONV_CONST|' ${WRKSRC}/config.h + pre-build: @(cd ${EDELIB_WRKSRC} \ && ${LOCALBASE}/bin/jam -j${MAKE_JOBS_NUMBER} \ Added: head/x11-wm/ede/files/patch-edelib__src__WindowUtils.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-wm/ede/files/patch-edelib__src__WindowUtils.cpp Mon Jul 6 08:17:38 2015 (r391393) @@ -0,0 +1,45 @@ +--- ../edelib/src/WindowUtils.cpp.orig 2014-06-21 23:24:07.000000000 +0200 ++++ ../edelib/src/WindowUtils.cpp 2015-07-06 08:22:40.598815934 +0200 +@@ -1,5 +1,5 @@ + /* +- * $Id: WindowUtils.cpp 3106 2011-10-21 20:26:08Z karijes $ ++ * $Id: WindowUtils.cpp 3592 2014-12-02 12:48:07Z karijes $ + * + * Window utils + * Copyright (c) 1998-2006 by Bill Spitzak and others +@@ -33,8 +33,10 @@ + * These are defined in FLTK as hidden variables for some internal hacks, but are used here. + * XXX: possible changes in future FLTK versions + */ ++#if 0 + extern char fl_show_iconic; + extern int fl_disable_transient_for; ++#endif + + EDELIB_NS_BEGIN + +@@ -165,7 +167,7 @@ void window_xid_create(Fl_Window* win, v + XChangeProperty(fl_display, xp->xid, XA_WM_CLASS, XA_STRING, 8, 0, (unsigned char *)buffer, p-buffer-1); + } + +- if(win->non_modal() && xp->next && !fl_disable_transient_for) { ++ if(win->non_modal() && xp->next /* && !fl_disable_transient_for */) { + // find some other window to be "transient for": + Fl_Window* wp = xp->next->w; + while(wp->parent()) +@@ -193,13 +195,14 @@ void window_xid_create(Fl_Window* win, v + XWMHints *hints = XAllocWMHints(); + hints->input = True; + hints->flags = InputHint; +- ++#if 0 + if(fl_show_iconic) { + hints->flags |= StateHint; + hints->initial_state = IconicState; + fl_show_iconic = 0; + showit = 0; + } ++#endif + + // This is not removed so it can be used with windows inherited from Fl_Window + if(win->icon()) { Modified: head/x11-wm/ede/files/patch-pekwm__Observable.cc ============================================================================== --- head/x11-wm/ede/files/patch-pekwm__Observable.cc Mon Jul 6 07:14:29 2015 (r391392) +++ head/x11-wm/ede/files/patch-pekwm__Observable.cc Mon Jul 6 08:17:38 2015 (r391393) @@ -1,5 +1,5 @@ ---- ./pekwm/Observable.cc.orig 2012-05-18 12:51:49.000000000 +0000 -+++ ./pekwm/Observable.cc 2014-01-05 16:56:43.000000000 +0000 +--- pekwm/Observable.cc.orig 2014-06-21 21:24:41 UTC ++++ pekwm/Observable.cc @@ -10,10 +10,12 @@ #include "config.h" #endif // HAVE_CONFIG_H @@ -14,7 +14,7 @@ /** * Notify all observers. -@@ -21,11 +23,10 @@ +@@ -21,11 +23,10 @@ using SLIST_NAMESPACE::slist; void Observable::notifyObservers(Observation *observation) { @@ -30,7 +30,7 @@ } } -@@ -35,7 +36,7 @@ +@@ -35,7 +36,7 @@ Observable::notifyObservers(Observation void Observable::addObserver(Observer *observer) { @@ -39,7 +39,7 @@ } /** -@@ -44,7 +45,5 @@ +@@ -44,7 +45,5 @@ Observable::addObserver(Observer *observ void Observable::removeObserver(Observer *observer) { Modified: head/x11-wm/ede/files/patch-pekwm__Observable.hh ============================================================================== --- head/x11-wm/ede/files/patch-pekwm__Observable.hh Mon Jul 6 07:14:29 2015 (r391392) +++ head/x11-wm/ede/files/patch-pekwm__Observable.hh Mon Jul 6 08:17:38 2015 (r391393) @@ -1,5 +1,5 @@ ---- ./pekwm/Observable.hh.orig 2012-05-18 12:51:49.000000000 +0000 -+++ ./pekwm/Observable.hh 2014-01-05 16:56:43.000000000 +0000 +--- pekwm/Observable.hh.orig 2014-06-21 21:24:41 UTC ++++ pekwm/Observable.hh @@ -9,11 +9,7 @@ #ifndef _OBSERVABLE_HH_ #define _OBSERVABLE_HH_ @@ -13,7 +13,7 @@ class Observer; -@@ -36,7 +32,7 @@ +@@ -36,7 +32,7 @@ public: void removeObserver(Observer *observer); private: From owner-svn-ports-head@freebsd.org Mon Jul 6 08:57:45 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3821598F061; Mon, 6 Jul 2015 08:57:45 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0E40A12B0; Mon, 6 Jul 2015 08:57:45 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t668vibm020933; Mon, 6 Jul 2015 08:57:44 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t668vi9f020927; Mon, 6 Jul 2015 08:57:44 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201507060857.t668vi9f020927@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Mon, 6 Jul 2015 08:57:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391394 - in head/math/jakarta-commons-math: . 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, 06 Jul 2015 08:57:45 -0000 Author: bofh Date: Mon Jul 6 08:57:43 2015 New Revision: 391394 URL: https://svnweb.freebsd.org/changeset/ports/391394 Log: math/jakarta-commons-math: Restrict build to 1.6 and 1.7 [1] - Unmute INSTALL_ macros - Fix patch files to reflect 'make makepatch' PR: 201352 [1] Submitted by: glewis [1] Modified: head/math/jakarta-commons-math/Makefile head/math/jakarta-commons-math/files/patch-build.xml Modified: head/math/jakarta-commons-math/Makefile ============================================================================== --- head/math/jakarta-commons-math/Makefile Mon Jul 6 08:17:38 2015 (r391393) +++ head/math/jakarta-commons-math/Makefile Mon Jul 6 08:57:43 2015 (r391394) @@ -19,7 +19,7 @@ COMMENT= Java library of self-contained LICENSE= APACHE20 USE_JAVA= yes -JAVA_VERSION= 1.6+ +JAVA_VERSION= 1.6 1.7 USE_ANT= yes ALL_TARGET= jar @@ -53,7 +53,7 @@ post-extract: do-install: @${ECHO_MSG} -n ">> Installing JAR as ${JAVAJARDIR}/${DESTJARFILE}..." @${MKDIR} ${STAGEDIR}${JAVAJARDIR} - @${INSTALL_DATA} ${WRKSRC}/target/${JARFILE} ${STAGEDIR}${JAVAJARDIR}/${DESTJARFILE} + ${INSTALL_DATA} ${WRKSRC}/target/${JARFILE} ${STAGEDIR}${JAVAJARDIR}/${DESTJARFILE} @${ECHO_MSG} " [ DONE ]" .if ${PORT_OPTIONS:MDOCS} @@ -62,7 +62,7 @@ do-install: @cd ${WRKSRC}/target \ && ${FIND} -s apidocs -type d -exec ${MKDIR} ${STAGEDIR}${DOCSDIR}/{} \; \ && ${FIND} -s apidocs -type f -exec ${INSTALL_DATA} {} ${STAGEDIR}${DOCSDIR}/{} \; - @${INSTALL_DATA} ${OTHERDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}/ + ${INSTALL_DATA} ${OTHERDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}/ @${ECHO_MSG} " [ DONE ]" .endif Modified: head/math/jakarta-commons-math/files/patch-build.xml ============================================================================== --- head/math/jakarta-commons-math/files/patch-build.xml Mon Jul 6 08:17:38 2015 (r391393) +++ head/math/jakarta-commons-math/files/patch-build.xml Mon Jul 6 08:57:43 2015 (r391394) @@ -1,5 +1,5 @@ ---- build.xml.bak 2014-04-19 21:14:45.345201138 +0600 -+++ build.xml 2014-04-19 21:17:15.132174422 +0600 +--- build.xml.orig 2011-02-26 18:12:55 UTC ++++ build.xml @@ -167,7 +167,7 @@ From owner-svn-ports-head@freebsd.org Mon Jul 6 09:49:37 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1C2B5AA2E; Mon, 6 Jul 2015 09:49:37 +0000 (UTC) (envelope-from des@des.no) Received: from smtp.des.no (smtp.des.no [194.63.250.102]) by mx1.freebsd.org (Postfix) with ESMTP id CAF7D1F79; Mon, 6 Jul 2015 09:49:36 +0000 (UTC) (envelope-from des@des.no) Received: from nine.des.no (smtp.des.no [194.63.250.102]) by smtp-int.des.no (Postfix) with ESMTP id C0DF758A4; Mon, 6 Jul 2015 09:49:35 +0000 (UTC) Received: by nine.des.no (Postfix, from userid 1001) id 94731B203; Mon, 6 Jul 2015 11:49:35 +0200 (CEST) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: Cy Schubert Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r391202 - head/sysutils/screen/files References: <201507022236.t62MaVvc039245@repo.freebsd.org> Date: Mon, 06 Jul 2015 11:49:35 +0200 In-Reply-To: <201507022236.t62MaVvc039245@repo.freebsd.org> (Cy Schubert's message of "Thu, 2 Jul 2015 22:36:31 +0000 (UTC)") Message-ID: <86io9xsjio.fsf@nine.des.no> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 06 Jul 2015 09:49:37 -0000 Cy Schubert writes: > Log: > Fix build under stable/8. Thank you! DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no From owner-svn-ports-head@freebsd.org Mon Jul 6 10:05:03 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F297699349E; Mon, 6 Jul 2015 10:05:03 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E2E291D21; Mon, 6 Jul 2015 10:05:03 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66A53Dm055429; Mon, 6 Jul 2015 10:05:03 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66A53kP055428; Mon, 6 Jul 2015 10:05:03 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201507061005.t66A53kP055428@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 6 Jul 2015 10:05:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391395 - head/print/foomatic-db-engine X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 06 Jul 2015 10:05:04 -0000 Author: marino Date: Mon Jul 6 10:05:02 2015 New Revision: 391395 URL: https://svnweb.freebsd.org/changeset/ports/391395 Log: print/foomatic-db-engine is not jobs safe This port has failed on me with multijob several times. The last time, the lib/perl5/site_perl/Foomatic/Defaults.pm file was not installed, so set MAKE_JOBS_UNSAFE. Modified: head/print/foomatic-db-engine/Makefile Modified: head/print/foomatic-db-engine/Makefile ============================================================================== --- head/print/foomatic-db-engine/Makefile Mon Jul 6 08:57:43 2015 (r391394) +++ head/print/foomatic-db-engine/Makefile Mon Jul 6 10:05:02 2015 (r391395) @@ -27,6 +27,8 @@ CONFIGURE_ENV= PERL=${PERL} LIBDIR=${PRE CUPS_FILTERS=${LOCALBASE}/libexec/cups/filters \ CUPS_BACKENDS=${LOCALBASE}/libexec/cups/backends +MAKE_JOBS_UNSAFE= yes + post-patch: @${REINPLACE_CMD} -e \ "s,sysconfdir=/etc,sysconfdir=\'${PREFIX}/etc\',g ; \ From owner-svn-ports-head@freebsd.org Mon Jul 6 10:48:23 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E93D4A035; Mon, 6 Jul 2015 10:48:23 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BBCA319C4; Mon, 6 Jul 2015 10:48:23 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66AmNmk075514; Mon, 6 Jul 2015 10:48:23 GMT (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66AmM6p075510; Mon, 6 Jul 2015 10:48:22 GMT (envelope-from ume@FreeBSD.org) Message-Id: <201507061048.t66AmM6p075510@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ume set sender to ume@FreeBSD.org using -f From: Hajimu UMEMOTO Date: Mon, 6 Jul 2015 10:48:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391396 - in head/mail/cyrus-imapd24: . 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, 06 Jul 2015 10:48:24 -0000 Author: ume Date: Mon Jul 6 10:48:21 2015 New Revision: 391396 URL: https://svnweb.freebsd.org/changeset/ports/391396 Log: Update to 2.4.18. Deleted: head/mail/cyrus-imapd24/files/patch-imap__statuscache_db.c Modified: head/mail/cyrus-imapd24/Makefile head/mail/cyrus-imapd24/distinfo Modified: head/mail/cyrus-imapd24/Makefile ============================================================================== --- head/mail/cyrus-imapd24/Makefile Mon Jul 6 10:05:02 2015 (r391395) +++ head/mail/cyrus-imapd24/Makefile Mon Jul 6 10:48:21 2015 (r391396) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= cyrus-imapd -PORTVERSION= 2.4.17 -PORTREVISION= 11 +PORTVERSION= 2.4.18 +#PORTREVISION= 0 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.cyrusimap.org/cyrus-imapd/ \ http://cyrusimap.org/releases/ Modified: head/mail/cyrus-imapd24/distinfo ============================================================================== --- head/mail/cyrus-imapd24/distinfo Mon Jul 6 10:05:02 2015 (r391395) +++ head/mail/cyrus-imapd24/distinfo Mon Jul 6 10:48:21 2015 (r391396) @@ -1,6 +1,2 @@ -SHA256 (cyrus-imapd-2.4.17.tar.gz) = b3e30052c764ee7163947ffde27bdd58bd4dd2e5697ad144491941e46300a583 -SIZE (cyrus-imapd-2.4.17.tar.gz) = 2486355 -SHA256 (cyrus-imapd-2.4.4-autocreate-0.10-0.patch) = 1130e80b6604901ba8cf887c792fa8e4ef181b4cfc212720bcfc984163fe8a13 -SIZE (cyrus-imapd-2.4.4-autocreate-0.10-0.patch) = 74039 -SHA256 (cyrus-imapd-2.4.12-autosieve-0.6.0.patch) = daafab6c1a824d1d16745ea25a0bb6e404655ef690961e1dc236805e5c923135 -SIZE (cyrus-imapd-2.4.12-autosieve-0.6.0.patch) = 7626 +SHA256 (cyrus-imapd-2.4.18.tar.gz) = 166a0a1efbf01f71d9d8449569152b3cda4949cd689f299a5e77a38d7026012c +SIZE (cyrus-imapd-2.4.18.tar.gz) = 2495098 From owner-svn-ports-head@freebsd.org Mon Jul 6 10:52:48 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 97567A284; Mon, 6 Jul 2015 10:52:48 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 601471E4B; Mon, 6 Jul 2015 10:52:48 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66Aql6r079720; Mon, 6 Jul 2015 10:52:47 GMT (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66Aql2s079718; Mon, 6 Jul 2015 10:52:47 GMT (envelope-from ume@FreeBSD.org) Message-Id: <201507061052.t66Aql2s079718@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ume set sender to ume@FreeBSD.org using -f From: Hajimu UMEMOTO Date: Mon, 6 Jul 2015 10:52:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391397 - in head/mail/cyrus-imapd23: . 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, 06 Jul 2015 10:52:48 -0000 Author: ume Date: Mon Jul 6 10:52:46 2015 New Revision: 391397 URL: https://svnweb.freebsd.org/changeset/ports/391397 Log: Update to 2.3.19. Deleted: head/mail/cyrus-imapd23/files/patch-lib__cyrusdb_berkeley.c Modified: head/mail/cyrus-imapd23/Makefile head/mail/cyrus-imapd23/distinfo Modified: head/mail/cyrus-imapd23/Makefile ============================================================================== --- head/mail/cyrus-imapd23/Makefile Mon Jul 6 10:48:21 2015 (r391396) +++ head/mail/cyrus-imapd23/Makefile Mon Jul 6 10:52:46 2015 (r391397) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= cyrus-imapd -PORTVERSION= 2.3.18 -PORTREVISION= 10 +PORTVERSION= 2.3.19 +#PORTREVISION= 10 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.cyrusimap.org/cyrus-imapd/ PKGNAMESUFFIX= 23 @@ -15,7 +15,6 @@ LICENSE_FILE= ${WRKSRC}/COPYRIGHT LIB_DEPENDS= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 \ libpcre.so:${PORTSDIR}/devel/pcre -BUILD_DEPENDS= p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 CONFLICTS= cyrus-1.* cyrus-imapd-2.[^3].* cyrus-imapd2[^3]-2.[^3].* Modified: head/mail/cyrus-imapd23/distinfo ============================================================================== --- head/mail/cyrus-imapd23/distinfo Mon Jul 6 10:48:21 2015 (r391396) +++ head/mail/cyrus-imapd23/distinfo Mon Jul 6 10:52:46 2015 (r391397) @@ -1,5 +1,5 @@ -SHA256 (cyrus-imapd-2.3.18.tar.gz) = 7724959d49191b993ef387c31a0ea7d30f1df7d255e73dff0b7887eff679ce5a -SIZE (cyrus-imapd-2.3.18.tar.gz) = 2311272 +SHA256 (cyrus-imapd-2.3.19.tar.gz) = 70e740ba08d5b65bb47f04a2160fbf6fe44d8a6c8c1bdaf097f63c192e67b053 +SIZE (cyrus-imapd-2.3.19.tar.gz) = 2311470 SHA256 (cyrus-imapd-2.3.16-autocreate-0.10-0.diff) = a373c9d4e3b35c8ecbd4ad7806cf50196525c3c1a32c35bc18d7b6c449bd57e3 SIZE (cyrus-imapd-2.3.16-autocreate-0.10-0.diff) = 86056 SHA256 (cyrus-imapd-2.3.16-autosieve-0.6.0.diff) = b50acaf0595e320ac89fdd15b375b7e051009ebbe839c461bbb2b2a7006c23c5 From owner-svn-ports-head@freebsd.org Mon Jul 6 10:55:41 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B3DD4A2CE for ; Mon, 6 Jul 2015 10:55:41 +0000 (UTC) (envelope-from kwm@rainbow-runner.nl) Received: from fep18.mx.upcmail.net (fep18.mx.upcmail.net [62.179.121.38]) by mx1.freebsd.org (Postfix) with ESMTP id A2FA01F97; Mon, 6 Jul 2015 10:55:39 +0000 (UTC) (envelope-from kwm@rainbow-runner.nl) Received: from edge03.upcmail.net ([192.168.13.238]) by viefep18-int.chello.at (InterMail vM.8.01.05.05 201-2260-151-110-20120111) with ESMTP id <20150706105532.FWRX6841.viefep18-int.chello.at@edge03.upcmail.net>; Mon, 6 Jul 2015 12:55:32 +0200 Received: from [192.168.0.23] ([178.84.134.112]) by edge03.upcmail.net with edge id oyvX1q00s2Rg3Ey01yvXVs; Mon, 06 Jul 2015 12:55:31 +0200 X-SourceIP: 178.84.134.112 Message-ID: <559A5EA3.9040804@rainbow-runner.nl> Date: Mon, 06 Jul 2015 12:55:31 +0200 From: Koop Mast User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Hajimu UMEMOTO , svn-ports-head@freebsd.org Subject: Re: svn commit: r391396 - in head/mail/cyrus-imapd24: . files References: <201507061048.t66AmM6p075510@repo.freebsd.org> In-Reply-To: <201507061048.t66AmM6p075510@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: Mon, 06 Jul 2015 10:55:41 -0000 On 6-7-2015 12:48, Hajimu UMEMOTO wrote: > Modified: head/mail/cyrus-imapd24/distinfo > ============================================================================== > --- head/mail/cyrus-imapd24/distinfo Mon Jul 6 10:05:02 2015 (r391395) > +++ head/mail/cyrus-imapd24/distinfo Mon Jul 6 10:48:21 2015 (r391396) > @@ -1,6 +1,2 @@ > -SHA256 (cyrus-imapd-2.4.17.tar.gz) = b3e30052c764ee7163947ffde27bdd58bd4dd2e5697ad144491941e46300a583 > -SIZE (cyrus-imapd-2.4.17.tar.gz) = 2486355 > -SHA256 (cyrus-imapd-2.4.4-autocreate-0.10-0.patch) = 1130e80b6604901ba8cf887c792fa8e4ef181b4cfc212720bcfc984163fe8a13 > -SIZE (cyrus-imapd-2.4.4-autocreate-0.10-0.patch) = 74039 > -SHA256 (cyrus-imapd-2.4.12-autosieve-0.6.0.patch) = daafab6c1a824d1d16745ea25a0bb6e404655ef690961e1dc236805e5c923135 > -SIZE (cyrus-imapd-2.4.12-autosieve-0.6.0.patch) = 7626 > +SHA256 (cyrus-imapd-2.4.18.tar.gz) = 166a0a1efbf01f71d9d8449569152b3cda4949cd689f299a5e77a38d7026012c > +SIZE (cyrus-imapd-2.4.18.tar.gz) = 2495098 > Hi, seems the patches distinfo got lost? -Koop From owner-svn-ports-head@freebsd.org Mon Jul 6 10:55:44 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 07311A2D4; Mon, 6 Jul 2015 10:55:44 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D608C1FA0; Mon, 6 Jul 2015 10:55:43 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66AthMW080676; Mon, 6 Jul 2015 10:55:43 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66AtawK080651; Mon, 6 Jul 2015 10:55:36 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507061055.t66AtawK080651@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Mon, 6 Jul 2015 10:55:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391398 - in head: devel/erlang-bbmustache devel/erlang-bear devel/erlang-bear/files devel/erlang-cuttlefish devel/erlang-cuttlefish/files devel/erlang-folsom devel/erlang-folsom/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, 06 Jul 2015 10:55:44 -0000 Author: olgeni Date: Mon Jul 6 10:55:35 2015 New Revision: 391398 URL: https://svnweb.freebsd.org/changeset/ports/391398 Log: Some patch files were meant to get rid of {vsn, git} in rebar.config; replace them with REINPLACE_CMD. Deleted: head/devel/erlang-bear/files/ head/devel/erlang-cuttlefish/files/patch-src_cuttlefish.app.src head/devel/erlang-folsom/files/patch-src_folsom.app.src head/devel/erlang-gen_leader/files/ head/devel/erlang-gproc/files/ head/devel/erlang-msgpack/files/patch-src_msgpack.app.src head/devel/erlang-neotoma/files/patch-src_neotoma.app.src head/devel/erlang-protobuffs/files/patch-src_protobuffs.app.src Modified: head/devel/erlang-bbmustache/Makefile head/devel/erlang-bear/Makefile head/devel/erlang-cuttlefish/Makefile head/devel/erlang-folsom/Makefile head/devel/erlang-gen_leader/Makefile head/devel/erlang-gproc/Makefile head/devel/erlang-jobs/Makefile head/devel/erlang-jobs/pkg-plist head/devel/erlang-msgpack/Makefile head/devel/erlang-neotoma/Makefile head/devel/erlang-parse_trans/Makefile head/devel/erlang-parse_trans/pkg-plist head/devel/erlang-protobuffs/Makefile head/devel/erlang-recon/Makefile head/net/erlang-xmlrpc/Makefile head/textproc/erlang-edown/Makefile head/textproc/erlang-edown/pkg-plist head/www/erlang-webmachine/Makefile Modified: head/devel/erlang-bbmustache/Makefile ============================================================================== --- head/devel/erlang-bbmustache/Makefile Mon Jul 6 10:52:46 2015 (r391397) +++ head/devel/erlang-bbmustache/Makefile Mon Jul 6 10:55:35 2015 (r391398) @@ -22,7 +22,7 @@ GH_ACCOUNT= soranoba ALL_TARGET= compile post-patch: - @${REINPLACE_CMD} -e 's/{vsn, git}/{vsn,"${PORTVERSION}"}/' ${WRKSRC}/src/*.app.src + @${REINPLACE_CMD} -i '' -e 's/{ *vsn, git *}/{vsn, "${PORTVERSION}"}/' ${WRKSRC}/src/*.app.src pre-build: @${RM} ${WRKSRC}/rebar.lock Modified: head/devel/erlang-bear/Makefile ============================================================================== --- head/devel/erlang-bear/Makefile Mon Jul 6 10:52:46 2015 (r391397) +++ head/devel/erlang-bear/Makefile Mon Jul 6 10:55:35 2015 (r391398) @@ -20,8 +20,7 @@ USE_GITHUB= yes GH_ACCOUNT= boundary post-patch: - @${REINPLACE_CMD} -e "s/%%PORTVERSION%%/${PORTVERSION}/" ${WRKSRC}/src/bear.app.src - @${RM} ${WRKSRC}/src/*.bak ${WRKSRC}/src/*.orig + @${REINPLACE_CMD} -i '' -e 's/{ *vsn, git *}/{vsn, "${PORTVERSION}"}/' ${WRKSRC}/src/*.app.src do-build: @cd ${WRKSRC} && ./rebar compile Modified: head/devel/erlang-cuttlefish/Makefile ============================================================================== --- head/devel/erlang-cuttlefish/Makefile Mon Jul 6 10:52:46 2015 (r391397) +++ head/devel/erlang-cuttlefish/Makefile Mon Jul 6 10:55:35 2015 (r391398) @@ -23,9 +23,9 @@ USE_GITHUB= yes GH_ACCOUNT= basho post-patch: - @${REINPLACE_CMD} -e "s/%%PORTVERSION%%/${PORTVERSION}/" ${WRKSRC}/src/cuttlefish.app.src + @${REINPLACE_CMD} -i '' -e 's/{ *vsn, git *}/{vsn, "${PORTVERSION}"}/' ${WRKSRC}/src/*.app.src @${REINPLACE_CMD} -e "s@%%LOCALBASE%%@${LOCALBASE}@" ${WRKSRC}/src/cuttlefish_escript.erl - @${RM} ${WRKSRC}/src/*.bak ${WRKSRC}/src/*.orig + @${RM} ${WRKSRC}/src/*.orig do-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/devel/erlang-folsom/Makefile ============================================================================== --- head/devel/erlang-folsom/Makefile Mon Jul 6 10:52:46 2015 (r391397) +++ head/devel/erlang-folsom/Makefile Mon Jul 6 10:55:35 2015 (r391398) @@ -21,8 +21,7 @@ USE_GITHUB= yes GH_ACCOUNT= boundary post-patch: - @${REINPLACE_CMD} -e "s/%%PORTVERSION%%/${PORTVERSION}/" ${WRKSRC}/src/folsom.app.src - @${RM} ${WRKSRC}/src/*.bak ${WRKSRC}/src/*.orig + @${REINPLACE_CMD} -i '' -e 's/{ *vsn, git *}/{vsn, "${PORTVERSION}"}/' ${WRKSRC}/src/*.app.src do-build: @cd ${WRKSRC} && ./rebar compile Modified: head/devel/erlang-gen_leader/Makefile ============================================================================== --- head/devel/erlang-gen_leader/Makefile Mon Jul 6 10:52:46 2015 (r391397) +++ head/devel/erlang-gen_leader/Makefile Mon Jul 6 10:55:35 2015 (r391398) @@ -21,8 +21,7 @@ GH_TAGNAME= a12a4e3 .include post-patch: - @${REINPLACE_CMD} -e "s/%%PORTVERSION%%/${PORTVERSION}/" ${WRKSRC}/ebin/gen_leader.app - @${RM} ${WRKSRC}/ebin/*.bak ${WRKSRC}/ebin/*.orig + @${REINPLACE_CMD} -i '' -e 's/{ *vsn, git *}/{vsn, "${PORTVERSION}"}/' ${WRKSRC}/src/*.app.src do-build: @cd ${WRKSRC} && ./rebar compile Modified: head/devel/erlang-gproc/Makefile ============================================================================== --- head/devel/erlang-gproc/Makefile Mon Jul 6 10:52:46 2015 (r391397) +++ head/devel/erlang-gproc/Makefile Mon Jul 6 10:55:35 2015 (r391398) @@ -24,8 +24,7 @@ GH_ACCOUNT= uwiger .include post-patch: - @${REINPLACE_CMD} -e "s/%%PORTVERSION%%/${PORTVERSION}/" ${WRKSRC}/src/gproc.app.src - @${RM} ${WRKSRC}/src/*.bak ${WRKSRC}/src/*.orig + @${REINPLACE_CMD} -i '' -e 's/{ *vsn, git *}/{vsn, "${PORTVERSION}"}/' ${WRKSRC}/src/*.app.src do-build: @cd ${WRKSRC} && ./rebar compile Modified: head/devel/erlang-jobs/Makefile ============================================================================== --- head/devel/erlang-jobs/Makefile Mon Jul 6 10:52:46 2015 (r391397) +++ head/devel/erlang-jobs/Makefile Mon Jul 6 10:55:35 2015 (r391398) @@ -20,7 +20,7 @@ USE_GITHUB= yes GH_ACCOUNT= uwiger post-patch: - @${REINPLACE_CMD} -e 's/{vsn, git}/{vsn,"${PORTVERSION}"}/' ${WRKSRC}/src/*.app.src + @${REINPLACE_CMD} -i '' -e 's/{ *vsn, git *}/{vsn, "${PORTVERSION}"}/' ${WRKSRC}/src/*.app.src do-build: @cd ${WRKSRC} && rebar compile Modified: head/devel/erlang-jobs/pkg-plist ============================================================================== --- head/devel/erlang-jobs/pkg-plist Mon Jul 6 10:52:46 2015 (r391397) +++ head/devel/erlang-jobs/pkg-plist Mon Jul 6 10:55:35 2015 (r391398) @@ -14,7 +14,6 @@ lib/erlang/lib/jobs-%%VERSION%%/ebin/job lib/erlang/lib/jobs-%%VERSION%%/ebin/jobs_stateful_simple.beam lib/erlang/lib/jobs-%%VERSION%%/include/jobs.hrl lib/erlang/lib/jobs-%%VERSION%%/src/jobs.app.src -lib/erlang/lib/jobs-%%VERSION%%/src/jobs.app.src.bak lib/erlang/lib/jobs-%%VERSION%%/src/jobs.erl lib/erlang/lib/jobs-%%VERSION%%/src/jobs_app.erl lib/erlang/lib/jobs-%%VERSION%%/src/jobs_info.erl Modified: head/devel/erlang-msgpack/Makefile ============================================================================== --- head/devel/erlang-msgpack/Makefile Mon Jul 6 10:52:46 2015 (r391397) +++ head/devel/erlang-msgpack/Makefile Mon Jul 6 10:55:35 2015 (r391398) @@ -25,8 +25,7 @@ OPTIONS_DEFINE= DOCS .include post-patch: - @${REINPLACE_CMD} -e "s/%%PORTVERSION%%/${PORTVERSION}/" ${WRKSRC}/src/msgpack.app.src - @${RM} ${WRKSRC}/src/*.bak ${WRKSRC}/src/*.orig + @${REINPLACE_CMD} -i '' -e 's/{ *vsn, git *}/{vsn, "${PORTVERSION}"}/' ${WRKSRC}/src/*.app.src do-install: .if ${PORT_OPTIONS:MDOCS} Modified: head/devel/erlang-neotoma/Makefile ============================================================================== --- head/devel/erlang-neotoma/Makefile Mon Jul 6 10:52:46 2015 (r391397) +++ head/devel/erlang-neotoma/Makefile Mon Jul 6 10:55:35 2015 (r391398) @@ -24,8 +24,7 @@ USE_GITHUB= yes GH_ACCOUNT= seancribbs post-patch: - @${REINPLACE_CMD} -e "s/%%PORTVERSION%%/${PORTVERSION}/" ${WRKSRC}/src/neotoma.app.src - @${RM} ${WRKSRC}/src/*.bak ${WRKSRC}/src/*.orig + @${REINPLACE_CMD} -i '' -e 's/{ *vsn, git *}/{vsn, "${PORTVERSION}"}/' ${WRKSRC}/src/*.app.src do-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/devel/erlang-parse_trans/Makefile ============================================================================== --- head/devel/erlang-parse_trans/Makefile Mon Jul 6 10:52:46 2015 (r391397) +++ head/devel/erlang-parse_trans/Makefile Mon Jul 6 10:55:35 2015 (r391398) @@ -17,7 +17,8 @@ USE_GITHUB= yes GH_ACCOUNT= uwiger post-patch: - @${REINPLACE_CMD} -e 's/{vsn, git}/{vsn,"${PORTVERSION}"}/' ${WRKSRC}/src/*.app.src + @${RM} ${WRKSRC}/src/*.orig + @${REINPLACE_CMD} -i '' -e 's/{ *vsn, git *}/{vsn, "${PORTVERSION}"}/' ${WRKSRC}/src/*.app.src do-build: @cd ${WRKSRC} && ./rebar compile Modified: head/devel/erlang-parse_trans/pkg-plist ============================================================================== --- head/devel/erlang-parse_trans/pkg-plist Mon Jul 6 10:52:46 2015 (r391397) +++ head/devel/erlang-parse_trans/pkg-plist Mon Jul 6 10:55:35 2015 (r391398) @@ -10,7 +10,6 @@ lib/erlang/lib/parse_trans-%%VERSION%%/i lib/erlang/lib/parse_trans-%%VERSION%%/src/ct_expand.erl lib/erlang/lib/parse_trans-%%VERSION%%/src/exprecs.erl lib/erlang/lib/parse_trans-%%VERSION%%/src/parse_trans.app.src -lib/erlang/lib/parse_trans-%%VERSION%%/src/parse_trans.app.src.bak lib/erlang/lib/parse_trans-%%VERSION%%/src/parse_trans.erl lib/erlang/lib/parse_trans-%%VERSION%%/src/parse_trans_codegen.erl lib/erlang/lib/parse_trans-%%VERSION%%/src/parse_trans_mod.erl Modified: head/devel/erlang-protobuffs/Makefile ============================================================================== --- head/devel/erlang-protobuffs/Makefile Mon Jul 6 10:52:46 2015 (r391397) +++ head/devel/erlang-protobuffs/Makefile Mon Jul 6 10:55:35 2015 (r391398) @@ -23,8 +23,7 @@ OPTIONS_DEFINE= DOCS .include post-patch: - @${REINPLACE_CMD} -e "s/%%PORTVERSION%%/${PORTVERSION}/" ${WRKSRC}/src/protobuffs.app.src - @${RM} ${WRKSRC}/src/*.bak ${WRKSRC}/src/*.orig + @${REINPLACE_CMD} -i '' -e 's/{ *vsn, git *}/{vsn, "${PORTVERSION}"}/' ${WRKSRC}/src/*.app.src do-install: .if ${PORT_OPTIONS:MDOCS} Modified: head/devel/erlang-recon/Makefile ============================================================================== --- head/devel/erlang-recon/Makefile Mon Jul 6 10:52:46 2015 (r391397) +++ head/devel/erlang-recon/Makefile Mon Jul 6 10:55:35 2015 (r391398) @@ -21,8 +21,7 @@ GH_ACCOUNT= ferd .include post-patch: - @${REINPLACE_CMD} -e "s@%%LOCALBASE%%@${LOCALBASE}@" ${WRKSRC}/script/app_deps.erl - @${RM} ${WRKSRC}/script/*.bak ${WRKSRC}/script/*.orig + @${REINPLACE_CMD} -i '' -e "s@%%LOCALBASE%%@${LOCALBASE}@" ${WRKSRC}/script/app_deps.erl do-build: @cd ${WRKSRC} && ./rebar compile doc Modified: head/net/erlang-xmlrpc/Makefile ============================================================================== --- head/net/erlang-xmlrpc/Makefile Mon Jul 6 10:52:46 2015 (r391397) +++ head/net/erlang-xmlrpc/Makefile Mon Jul 6 10:55:35 2015 (r391398) @@ -22,8 +22,7 @@ WRKSRC= ${WRKDIR}/xmlrpc-${PORTVERSION} PORTDOCS= * post-patch: - @${REINPLACE_CMD} -e 's|XMERL_PATH=.*|XMERL_PATH=${LOCALBASE}/lib/erlang/lib/xmerl|g' ${WRKSRC}/src/Makefile - @${RM} ${WRKSRC}/src/Makefile.bak ${WRKSRC}/src/*.orig + @${REINPLACE_CMD} -i '' -e 's|XMERL_PATH=.*|XMERL_PATH=${LOCALBASE}/lib/erlang/lib/xmerl|g' ${WRKSRC}/src/Makefile do-build: @cd ${WRKSRC}/src && ${MAKE_CMD} Modified: head/textproc/erlang-edown/Makefile ============================================================================== --- head/textproc/erlang-edown/Makefile Mon Jul 6 10:52:46 2015 (r391397) +++ head/textproc/erlang-edown/Makefile Mon Jul 6 10:55:35 2015 (r391398) @@ -17,7 +17,8 @@ USE_GITHUB= yes GH_ACCOUNT= uwiger post-patch: - @${REINPLACE_CMD} -e 's/{vsn, git}/{vsn,"${PORTVERSION}"}/' ${WRKSRC}/src/*.app.src + @${RM} ${WRKSRC}/src/*.orig + @${REINPLACE_CMD} -i '' -e 's/{ *vsn, git *}/{vsn, "${PORTVERSION}"}/' ${WRKSRC}/src/*.app.src do-build: @cd ${WRKSRC} && ./rebar compile Modified: head/textproc/erlang-edown/pkg-plist ============================================================================== --- head/textproc/erlang-edown/pkg-plist Mon Jul 6 10:52:46 2015 (r391397) +++ head/textproc/erlang-edown/pkg-plist Mon Jul 6 10:55:35 2015 (r391398) @@ -8,7 +8,6 @@ lib/erlang/lib/edown-%%VERSION%%/priv/sc lib/erlang/lib/edown-%%VERSION%%/priv/scripts/rebar.config.script lib/erlang/lib/edown-%%VERSION%%/priv/scripts/remove_deps.script lib/erlang/lib/edown-%%VERSION%%/src/edown.app.src -lib/erlang/lib/edown-%%VERSION%%/src/edown.app.src.bak lib/erlang/lib/edown-%%VERSION%%/src/edown_doclet.erl lib/erlang/lib/edown-%%VERSION%%/src/edown_layout.erl lib/erlang/lib/edown-%%VERSION%%/src/edown_lib.erl Modified: head/www/erlang-webmachine/Makefile ============================================================================== --- head/www/erlang-webmachine/Makefile Mon Jul 6 10:52:46 2015 (r391397) +++ head/www/erlang-webmachine/Makefile Mon Jul 6 10:55:35 2015 (r391398) @@ -21,8 +21,7 @@ USE_GITHUB= yes GH_ACCOUNT= basho post-patch: - @${REINPLACE_CMD} -e "s/{vsn, git}/{vsn,\"${PORTVERSION}\"}/" ${WRKSRC}/src/webmachine.app.src - @${RM} ${WRKSRC}/src/*.bak + @${REINPLACE_CMD} -i '' -e 's/{ *vsn, git *}/{vsn, "${PORTVERSION}"}/' ${WRKSRC}/src/*.app.src @${RM} ${WRKSRC}/demo/priv/www/uploads/.gitignore do-install: From owner-svn-ports-head@freebsd.org Mon Jul 6 10:56:14 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 07827A332; Mon, 6 Jul 2015 10:56:14 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D214C1095; Mon, 6 Jul 2015 10:56:13 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66AuDg7080862; Mon, 6 Jul 2015 10:56:13 GMT (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66AuDiR080861; Mon, 6 Jul 2015 10:56:13 GMT (envelope-from ume@FreeBSD.org) Message-Id: <201507061056.t66AuDiR080861@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ume set sender to ume@FreeBSD.org using -f From: Hajimu UMEMOTO Date: Mon, 6 Jul 2015 10:56:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391399 - head/mail/cyrus-imapd24 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 06 Jul 2015 10:56:14 -0000 Author: ume Date: Mon Jul 6 10:56:12 2015 New Revision: 391399 URL: https://svnweb.freebsd.org/changeset/ports/391399 Log: Restore accidentally nuked distinfo by my previous commit. Modified: head/mail/cyrus-imapd24/distinfo Modified: head/mail/cyrus-imapd24/distinfo ============================================================================== --- head/mail/cyrus-imapd24/distinfo Mon Jul 6 10:55:35 2015 (r391398) +++ head/mail/cyrus-imapd24/distinfo Mon Jul 6 10:56:12 2015 (r391399) @@ -1,2 +1,6 @@ SHA256 (cyrus-imapd-2.4.18.tar.gz) = 166a0a1efbf01f71d9d8449569152b3cda4949cd689f299a5e77a38d7026012c SIZE (cyrus-imapd-2.4.18.tar.gz) = 2495098 +SHA256 (cyrus-imapd-2.4.4-autocreate-0.10-0.patch) = 1130e80b6604901ba8cf887c792fa8e4ef181b4cfc212720bcfc984163fe8a13 +SIZE (cyrus-imapd-2.4.4-autocreate-0.10-0.patch) = 74039 +SHA256 (cyrus-imapd-2.4.12-autosieve-0.6.0.patch) = daafab6c1a824d1d16745ea25a0bb6e404655ef690961e1dc236805e5c923135 +SIZE (cyrus-imapd-2.4.12-autosieve-0.6.0.patch) = 7626 From owner-svn-ports-head@freebsd.org Mon Jul 6 11:08:01 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 811CAA5AA; Mon, 6 Jul 2015 11:08:01 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 614B4186A; Mon, 6 Jul 2015 11:08:01 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66B80Gp086153; Mon, 6 Jul 2015 11:08:00 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66B806I086148; Mon, 6 Jul 2015 11:08:00 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201507061108.t66B806I086148@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Mon, 6 Jul 2015 11:08:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391400 - head/mail/sylpheed X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 06 Jul 2015 11:08:01 -0000 Author: ehaupt Date: Mon Jul 6 11:07:59 2015 New Revision: 391400 URL: https://svnweb.freebsd.org/changeset/ports/391400 Log: Update to 3.4.3 Modified: head/mail/sylpheed/Makefile head/mail/sylpheed/distinfo Modified: head/mail/sylpheed/Makefile ============================================================================== --- head/mail/sylpheed/Makefile Mon Jul 6 10:56:12 2015 (r391399) +++ head/mail/sylpheed/Makefile Mon Jul 6 11:07:59 2015 (r391400) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= sylpheed -PORTVERSION= 3.4.2 -PORTREVISION= 3 +PORTVERSION= 3.4.3 CATEGORIES= mail ipv6 MASTER_SITES= http://sylpheed.sraoss.jp/sylpheed/v${PORTVERSION:C/\.[^\.]*$//}/ \ LOCAL/ehaupt Modified: head/mail/sylpheed/distinfo ============================================================================== --- head/mail/sylpheed/distinfo Mon Jul 6 10:56:12 2015 (r391399) +++ head/mail/sylpheed/distinfo Mon Jul 6 11:07:59 2015 (r391400) @@ -1,2 +1,2 @@ -SHA256 (sylpheed-3.4.2.tar.bz2) = 198de08d01a5c150adae6b6612da80674bbc7ed59b58bbd7508124b869322ba3 -SIZE (sylpheed-3.4.2.tar.bz2) = 3474176 +SHA256 (sylpheed-3.4.3.tar.bz2) = 09fae954c775073b43ce2f660a6bed1087237659eade1c68913cb86add1fb905 +SIZE (sylpheed-3.4.3.tar.bz2) = 3474313 From owner-svn-ports-head@freebsd.org Mon Jul 6 11:10:59 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 46661A703; Mon, 6 Jul 2015 11:10:59 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1ECC81A56; Mon, 6 Jul 2015 11:10:59 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66BAwpm087126; Mon, 6 Jul 2015 11:10:58 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66BAwVA087125; Mon, 6 Jul 2015 11:10:58 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507061110.t66BAwVA087125@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Mon, 6 Jul 2015 11:10:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391401 - head/devel/erlang-gen_leader X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 06 Jul 2015 11:10:59 -0000 Author: olgeni Date: Mon Jul 6 11:10:57 2015 New Revision: 391401 URL: https://svnweb.freebsd.org/changeset/ports/391401 Log: Unbreak - this old app does not have an app.src file. Remove unnecessary bsd.port.options.mk while I'm here. Modified: head/devel/erlang-gen_leader/Makefile Modified: head/devel/erlang-gen_leader/Makefile ============================================================================== --- head/devel/erlang-gen_leader/Makefile Mon Jul 6 11:07:59 2015 (r391400) +++ head/devel/erlang-gen_leader/Makefile Mon Jul 6 11:10:57 2015 (r391401) @@ -18,10 +18,8 @@ GH_ACCOUNT= garret-smith GH_PROJECT= gen_leader_revival GH_TAGNAME= a12a4e3 -.include - post-patch: - @${REINPLACE_CMD} -i '' -e 's/{ *vsn, git *}/{vsn, "${PORTVERSION}"}/' ${WRKSRC}/src/*.app.src + @${REINPLACE_CMD} -i '' -e 's/{ *vsn, .*}/{vsn, "${PORTVERSION}"}/' ${WRKSRC}/ebin/*.app do-build: @cd ${WRKSRC} && ./rebar compile From owner-svn-ports-head@freebsd.org Mon Jul 6 11:26:41 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C2CB5AB21; Mon, 6 Jul 2015 11:26:41 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B1C8D11C8; Mon, 6 Jul 2015 11:26:41 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66BQfV2096019; Mon, 6 Jul 2015 11:26:41 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66BQd9O096012; Mon, 6 Jul 2015 11:26:39 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507061126.t66BQd9O096012@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Mon, 6 Jul 2015 11:26:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391402 - in head: databases/erlang-eredis devel/erlang-getopt devel/erlang-gproc devel/erlang-msgpack devel/erlang-protobuffs devel/erlang-recon X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 06 Jul 2015 11:26:41 -0000 Author: olgeni Date: Mon Jul 6 11:26:38 2015 New Revision: 391402 URL: https://svnweb.freebsd.org/changeset/ports/391402 Log: Remove unnecessary DOCS and inclusions of bsd.port.options.mk. Modified: head/databases/erlang-eredis/Makefile head/devel/erlang-getopt/Makefile head/devel/erlang-gproc/Makefile head/devel/erlang-msgpack/Makefile head/devel/erlang-protobuffs/Makefile head/devel/erlang-recon/Makefile Modified: head/databases/erlang-eredis/Makefile ============================================================================== --- head/databases/erlang-eredis/Makefile Mon Jul 6 11:10:57 2015 (r391401) +++ head/databases/erlang-eredis/Makefile Mon Jul 6 11:26:38 2015 (r391402) @@ -21,8 +21,6 @@ USES= gmake USE_GITHUB= yes GH_ACCOUNT= wooga -.include - do-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} Modified: head/devel/erlang-getopt/Makefile ============================================================================== --- head/devel/erlang-getopt/Makefile Mon Jul 6 11:10:57 2015 (r391401) +++ head/devel/erlang-getopt/Makefile Mon Jul 6 11:26:38 2015 (r391402) @@ -20,13 +20,9 @@ USES= gmake USE_GITHUB= yes GH_ACCOUNT= jcomellas -.include - do-install: -.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} -.endif @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION} @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src Modified: head/devel/erlang-gproc/Makefile ============================================================================== --- head/devel/erlang-gproc/Makefile Mon Jul 6 11:10:57 2015 (r391401) +++ head/devel/erlang-gproc/Makefile Mon Jul 6 11:26:38 2015 (r391402) @@ -21,8 +21,6 @@ PLIST_SUB= VERSION="${PORTVERSION}" USE_GITHUB= yes GH_ACCOUNT= uwiger -.include - post-patch: @${REINPLACE_CMD} -i '' -e 's/{ *vsn, git *}/{vsn, "${PORTVERSION}"}/' ${WRKSRC}/src/*.app.src Modified: head/devel/erlang-msgpack/Makefile ============================================================================== --- head/devel/erlang-msgpack/Makefile Mon Jul 6 11:10:57 2015 (r391401) +++ head/devel/erlang-msgpack/Makefile Mon Jul 6 11:26:38 2015 (r391402) @@ -20,18 +20,12 @@ USE_GITHUB= yes GH_ACCOUNT= msgpack GH_PROJECT= msgpack-erlang -OPTIONS_DEFINE= DOCS - -.include - post-patch: @${REINPLACE_CMD} -i '' -e 's/{ *vsn, git *}/{vsn, "${PORTVERSION}"}/' ${WRKSRC}/src/*.app.src do-install: -.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} -.endif @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION} @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/include Modified: head/devel/erlang-protobuffs/Makefile ============================================================================== --- head/devel/erlang-protobuffs/Makefile Mon Jul 6 11:10:57 2015 (r391401) +++ head/devel/erlang-protobuffs/Makefile Mon Jul 6 11:26:38 2015 (r391402) @@ -18,18 +18,14 @@ USE_GITHUB= yes GH_ACCOUNT= basho GH_PROJECT= erlang_protobuffs -OPTIONS_DEFINE= DOCS - .include post-patch: @${REINPLACE_CMD} -i '' -e 's/{ *vsn, git *}/{vsn, "${PORTVERSION}"}/' ${WRKSRC}/src/*.app.src do-install: -.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.markdown ${STAGEDIR}${DOCSDIR} -.endif @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION} @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src Modified: head/devel/erlang-recon/Makefile ============================================================================== --- head/devel/erlang-recon/Makefile Mon Jul 6 11:10:57 2015 (r391401) +++ head/devel/erlang-recon/Makefile Mon Jul 6 11:26:38 2015 (r391402) @@ -18,8 +18,6 @@ PLIST_SUB= VERSION="${PORTVERSION}" USE_GITHUB= yes GH_ACCOUNT= ferd -.include - post-patch: @${REINPLACE_CMD} -i '' -e "s@%%LOCALBASE%%@${LOCALBASE}@" ${WRKSRC}/script/app_deps.erl From owner-svn-ports-head@freebsd.org Mon Jul 6 12:21:49 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 33716994A0C; Mon, 6 Jul 2015 12:21:49 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 23BC71EE5; Mon, 6 Jul 2015 12:21:49 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66CLnaA025463; Mon, 6 Jul 2015 12:21:49 GMT (envelope-from culot@FreeBSD.org) Received: (from culot@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66CLmRJ025460; Mon, 6 Jul 2015 12:21:48 GMT (envelope-from culot@FreeBSD.org) Message-Id: <201507061221.t66CLmRJ025460@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: culot set sender to culot@FreeBSD.org using -f From: Frederic Culot Date: Mon, 6 Jul 2015 12:21:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391403 - 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: Mon, 06 Jul 2015 12:21:49 -0000 Author: culot Date: Mon Jul 6 12:21:47 2015 New Revision: 391403 URL: https://svnweb.freebsd.org/changeset/ports/391403 Log: - Update to 20150704 Changes: http://invisible-island.net/add/CHANGES Modified: head/math/add/Makefile head/math/add/distinfo Modified: head/math/add/Makefile ============================================================================== --- head/math/add/Makefile Mon Jul 6 11:26:38 2015 (r391402) +++ head/math/add/Makefile Mon Jul 6 12:21:47 2015 (r391403) @@ -2,15 +2,15 @@ # $FreeBSD$ PORTNAME= add -PORTVERSION= 20140105 +PORTVERSION= 20150704 CATEGORIES= math MASTER_SITES= ftp://dickey.his.com/add/ -EXTRACT_SUFX= .tgz MAINTAINER= culot@FreeBSD.org COMMENT= Full-screen editing calculator GNU_CONFIGURE= yes +USES= tar:tgz MAKEFILE= makefile do-install: Modified: head/math/add/distinfo ============================================================================== --- head/math/add/distinfo Mon Jul 6 11:26:38 2015 (r391402) +++ head/math/add/distinfo Mon Jul 6 12:21:47 2015 (r391403) @@ -1,2 +1,2 @@ -SHA256 (add-20140105.tgz) = f963eef1b513844b3acaff71684d3e26bb77731eaab3e053df3480f3c5d318bd -SIZE (add-20140105.tgz) = 144549 +SHA256 (add-20150704.tgz) = 320b44d22877a02594036a7082fd6b64246ffd4e05beb30294d40a6c6094e090 +SIZE (add-20150704.tgz) = 155559 From owner-svn-ports-head@freebsd.org Mon Jul 6 12:41:59 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 22EAA994E0C; Mon, 6 Jul 2015 12:41:59 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ED4F81B71; Mon, 6 Jul 2015 12:41:58 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66CfwcC036020; Mon, 6 Jul 2015 12:41:58 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66CfwVo036014; Mon, 6 Jul 2015 12:41:58 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507061241.t66CfwVo036014@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Mon, 6 Jul 2015 12:41:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391404 - head/lang/alchemist.el X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 06 Jul 2015 12:41:59 -0000 Author: olgeni Date: Mon Jul 6 12:41:57 2015 New Revision: 391404 URL: https://svnweb.freebsd.org/changeset/ports/391404 Log: Upgrade to version 1.2.0; set NO_ARCH. Modified: head/lang/alchemist.el/Makefile head/lang/alchemist.el/distinfo head/lang/alchemist.el/pkg-plist Modified: head/lang/alchemist.el/Makefile ============================================================================== --- head/lang/alchemist.el/Makefile Mon Jul 6 12:21:47 2015 (r391403) +++ head/lang/alchemist.el/Makefile Mon Jul 6 12:41:57 2015 (r391404) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= alchemist.el -PORTVERSION= 1.1.1 +PORTVERSION= 1.2.0 DISTVERSIONPREFIX= v CATEGORIES= lang @@ -15,9 +15,9 @@ RUN_DEPENDS= elixir-mode.el>=0:${PORTSDI USE_GITHUB= yes GH_ACCOUNT= tonini -USE_EMACS= yes - +NO_ARCH= yes NO_BUILD= yes +USE_EMACS= yes do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${EMACS_SITE_LISPDIR}/server Modified: head/lang/alchemist.el/distinfo ============================================================================== --- head/lang/alchemist.el/distinfo Mon Jul 6 12:21:47 2015 (r391403) +++ head/lang/alchemist.el/distinfo Mon Jul 6 12:41:57 2015 (r391404) @@ -1,2 +1,2 @@ -SHA256 (tonini-alchemist.el-v1.1.1_GH0.tar.gz) = f13989073ad8e36ee88597dc3ae4ee50c910f6c17e2b477992ef1dc5c4e71b4f -SIZE (tonini-alchemist.el-v1.1.1_GH0.tar.gz) = 1255253 +SHA256 (tonini-alchemist.el-v1.2.0_GH0.tar.gz) = f14758bbec73024a137c40553ae226f423f7c6fd344c007daf9de86ffb8fb065 +SIZE (tonini-alchemist.el-v1.2.0_GH0.tar.gz) = 1260922 Modified: head/lang/alchemist.el/pkg-plist ============================================================================== --- head/lang/alchemist.el/pkg-plist Mon Jul 6 12:21:47 2015 (r391403) +++ head/lang/alchemist.el/pkg-plist Mon Jul 6 12:41:57 2015 (r391404) @@ -22,6 +22,7 @@ %%EMACS_SITE_LISPDIR%%/server/case.exs %%EMACS_SITE_LISPDIR%%/server/completer.exs %%EMACS_SITE_LISPDIR%%/server/informant.exs +%%EMACS_SITE_LISPDIR%%/server/run.exs %%EMACS_SITE_LISPDIR%%/server/server.exs %%EMACS_SITE_LISPDIR%%/server/source.exs %%EMACS_SITE_LISPDIR%%/server/utils.exs From owner-svn-ports-head@freebsd.org Mon Jul 6 12:54:13 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DDA1E9035; Mon, 6 Jul 2015 12:54:13 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CE0B81117; Mon, 6 Jul 2015 12:54:13 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66CsD99041673; Mon, 6 Jul 2015 12:54:13 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66CsDGg041672; Mon, 6 Jul 2015 12:54:13 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201507061254.t66CsDGg041672@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 6 Jul 2015 12:54:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391405 - 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: Mon, 06 Jul 2015 12:54:14 -0000 Author: feld Date: Mon Jul 6 12:54:12 2015 New Revision: 391405 URL: https://svnweb.freebsd.org/changeset/ports/391405 Log: Add iojs as affected package Security: 864e6f75-2372-11e5-86ff-14dae9d210b8 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon Jul 6 12:41:57 2015 (r391404) +++ head/security/vuxml/vuln.xml Mon Jul 6 12:54:12 2015 (r391405) @@ -288,6 +288,10 @@ Notes: node-devel 0.12.6 + + iojs + 2.3.3 + @@ -303,10 +307,12 @@ Notes: http://blog.nodejs.org/2015/07/03/node-v0-12-6-stable/ https://github.com/joyent/node/commit/78b0e30954111cfaba0edbeee85450d8cbc6fdf6 + https://github.com/nodejs/io.js/commit/030f8045c706a8c3925ec7cb3184fdfae4ba8676 2015-07-03 2015-07-06 + 2015-07-06 From owner-svn-ports-head@freebsd.org Mon Jul 6 12:56:37 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5098290E9; Mon, 6 Jul 2015 12:56:37 +0000 (UTC) (envelope-from grembo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 40B61144B; Mon, 6 Jul 2015 12:56:37 +0000 (UTC) (envelope-from grembo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66Cub0a042174; Mon, 6 Jul 2015 12:56:37 GMT (envelope-from grembo@FreeBSD.org) Received: (from grembo@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66CuaJV042168; Mon, 6 Jul 2015 12:56:36 GMT (envelope-from grembo@FreeBSD.org) Message-Id: <201507061256.t66CuaJV042168@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: grembo set sender to grembo@FreeBSD.org using -f From: Michael Gmelin Date: Mon, 6 Jul 2015 12:56:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391406 - head/graphics/intel-backlight X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 06 Jul 2015 12:56:37 -0000 Author: grembo Date: Mon Jul 6 12:56:35 2015 New Revision: 391406 URL: https://svnweb.freebsd.org/changeset/ports/391406 Log: New port graphics/intel-backlight Control backlight on various modern Intel(R) GPUs. Differential Revision: https://reviews.freebsd.org/D2999 Reviewed by: bapt Approved by: bapt Added: head/graphics/intel-backlight/ head/graphics/intel-backlight/Makefile (contents, props changed) head/graphics/intel-backlight/distinfo (contents, props changed) head/graphics/intel-backlight/pkg-descr (contents, props changed) Added: head/graphics/intel-backlight/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/intel-backlight/Makefile Mon Jul 6 12:56:35 2015 (r391406) @@ -0,0 +1,34 @@ +# Created by: Michael Gmelin +# $FreeBSD$ + +PORTNAME= intel-backlight +PORTVERSION= 20150706 +CATEGORIES= graphics + +MAINTAINER= freebsd@grem.de +COMMENT= Control backlight on various modern Intel(R) GPUs + +LIB_DEPENDS= libdrm.so:${PORTSDIR}/graphics/libdrm \ + libpciaccess.so:${PORTSDIR}/devel/libpciaccess + +USE_GITHUB= yes +GH_ACCOUNT= grembo +GH_PROJECT= intel_backlight_fbsd +GH_TAGNAME= 93e1fe4 + +PLIST_FILES= bin/intel_backlight +PORTEXAMPLES= isl_backlight.sh + +do-build: + cd ${WRKSRC} && \ + ${CC} ${CFLAGS} -o intel_backlight -I${PREFIX}/include \ + -I${PREFIX}/include/libdrm -L${PREFIX}/lib -ldrm_intel \ + -lpciaccess intel_reg_map.c intel_mmio.c intel_backlight.c \ + intel_drm.c intel_pci.c + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/intel_backlight ${STAGEDIR}${PREFIX}/bin + ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/isl_backlight.sh ${STAGEDIR}${EXAMPLESDIR} + +.include Added: head/graphics/intel-backlight/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/intel-backlight/distinfo Mon Jul 6 12:56:35 2015 (r391406) @@ -0,0 +1,2 @@ +SHA256 (grembo-intel_backlight_fbsd-20150706-93e1fe4_GH0.tar.gz) = bf2d8d082edbdaf8f89913532cd2620ba49a6dfebbc276fa86d806b63993c852 +SIZE (grembo-intel_backlight_fbsd-20150706-93e1fe4_GH0.tar.gz) = 40402 Added: head/graphics/intel-backlight/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/intel-backlight/pkg-descr Mon Jul 6 12:56:35 2015 (r391406) @@ -0,0 +1,29 @@ +Control backlight on various modern Intel(R) GPUs. + +See here for a list of supported chipsets: +https://github.com/grembo/intel_backlight_fbsd/blob/master/intel_chipset.h + +See here for the original project this has been taken from: +http://cgit.freedesktop.org/xorg/app/intel-gpu-tools/ + +Usage: + $ sudo intel_backlight + current backlight value: 30% (281/937) + $ sudo intel_backlight 50 + current backlight value: 15% (141/937) + set backlight to 50% (469/937) + $ sudo intel_backlight incr + current backlight value: 50% (469/937) + set backlight to 51% (478/937) + $ sudo intel_backlight incr + current backlight value: 51% (478/937) + set backlight to 60% (562/937) + $ sudo intel_backlight incr + current backlight value: 60% (562/937) + set backlight to 70% (656/937) + $ sudo intel_backlight decr + current backlight value: 70% (656/937) + set backlight to 60% (562/937) + $ sudo intel_backlight decr + current backlight value: 60% (562/937) + set backlight to 51% (478/937) From owner-svn-ports-head@freebsd.org Mon Jul 6 12:56:40 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D4F079113; Mon, 6 Jul 2015 12:56:40 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C54441469; Mon, 6 Jul 2015 12:56:40 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66Cue3I042325; Mon, 6 Jul 2015 12:56:40 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66CudQG042317; Mon, 6 Jul 2015 12:56:39 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201507061256.t66CudQG042317@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Mon, 6 Jul 2015 12:56:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391407 - in head/print/freetype2: . 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, 06 Jul 2015 12:56:40 -0000 Author: kwm Date: Mon Jul 6 12:56:38 2015 New Revision: 391407 URL: https://svnweb.freebsd.org/changeset/ports/391407 Log: Update freetype2 to 2.6. Modified: head/print/freetype2/Makefile head/print/freetype2/distinfo head/print/freetype2/files/patch-builds_unix_detect.mk head/print/freetype2/pkg-plist Modified: head/print/freetype2/Makefile ============================================================================== --- head/print/freetype2/Makefile Mon Jul 6 12:56:35 2015 (r391406) +++ head/print/freetype2/Makefile Mon Jul 6 12:56:38 2015 (r391407) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= freetype2 -PORTVERSION= 2.5.5 +PORTVERSION= 2.6 CATEGORIES= print MASTER_SITES= http://savannah.nongnu.org/download/freetype/ \ SF/freetype/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+\.[0-9]+).*/\1/}/ \ Modified: head/print/freetype2/distinfo ============================================================================== --- head/print/freetype2/distinfo Mon Jul 6 12:56:35 2015 (r391406) +++ head/print/freetype2/distinfo Mon Jul 6 12:56:38 2015 (r391407) @@ -1,2 +1,2 @@ -SHA256 (freetype-2.5.5.tar.bz2) = 387bcc4b780b12484aa2ec9f7db1a55d8286eb5639f45fbc0fbba7a4e5a1afb9 -SIZE (freetype-2.5.5.tar.bz2) = 1714529 +SHA256 (freetype-2.6.tar.bz2) = 8469fb8124764f85029cc8247c31e132a2c5e51084ddce2a44ea32ee4ae8347e +SIZE (freetype-2.6.tar.bz2) = 1726219 Modified: head/print/freetype2/files/patch-builds_unix_detect.mk ============================================================================== --- head/print/freetype2/files/patch-builds_unix_detect.mk Mon Jul 6 12:56:35 2015 (r391406) +++ head/print/freetype2/files/patch-builds_unix_detect.mk Mon Jul 6 12:56:38 2015 (r391407) @@ -1,5 +1,5 @@ ---- builds/unix/detect.mk.orig 2013-03-21 13:55:46.000000000 -0500 -+++ builds/unix/detect.mk 2013-05-12 17:58:34.000000000 -0500 +--- builds/unix/detect.mk.orig 2015-03-11 01:47:10.000000000 -0400 ++++ builds/unix/detect.mk 2015-06-16 05:45:17.176216000 -0400 @@ -22,6 +22,9 @@ $(wildcard /usr/sbin/init) \ $(wildcard /dev/null) \ @@ -10,15 +10,21 @@ ifneq ($(is_unix),) PLATFORM := unix -@@ -81,9 +84,9 @@ +@@ -81,12 +84,12 @@ ifdef must_configure ifneq ($(have_Makefile),) # we are building FT2 not in the src tree -- $(CONFIG_SHELL) $(TOP_DIR)/builds/unix/configure $(value CFG) -+ # $(CONFIG_SHELL) $(TOP_DIR)/builds/unix/configure $(value CFG) +- CONFIG_SHELL="$(CONFIG_SHELL)" \ +- $(CONFIG_SHELL) $(TOP_DIR)/builds/unix/configure $(value CFG) ++# CONFIG_SHELL="$(CONFIG_SHELL)" \ ++# $(CONFIG_SHELL) $(TOP_DIR)/builds/unix/configure $(value CFG) else -- cd builds/unix; $(CONFIG_SHELL) ./configure $(value CFG) -+ # cd builds/unix; $(CONFIG_SHELL) ./configure $(value CFG) +- cd builds/unix; \ +- CONFIG_SHELL="$(CONFIG_SHELL)" \ +- $(CONFIG_SHELL) ./configure $(value CFG) ++# cd builds/unix; \ ++# CONFIG_SHELL="$(CONFIG_SHELL)" \ ++# $(CONFIG_SHELL) ./configure $(value CFG) endif endif Modified: head/print/freetype2/pkg-plist ============================================================================== --- head/print/freetype2/pkg-plist Mon Jul 6 12:56:35 2015 (r391406) +++ head/print/freetype2/pkg-plist Mon Jul 6 12:56:38 2015 (r391407) @@ -18,6 +18,7 @@ include/freetype2/ftchapters.h include/freetype2/ftcid.h include/freetype2/fterrdef.h include/freetype2/fterrors.h +include/freetype2/ftfntfmt.h include/freetype2/ftgasp.h include/freetype2/ftglyph.h include/freetype2/ftgxval.h @@ -40,11 +41,10 @@ include/freetype2/ftsnames.h include/freetype2/ftstroke.h include/freetype2/ftsynth.h include/freetype2/ftsystem.h -include/freetype2/ftttdrv.h include/freetype2/fttrigon.h +include/freetype2/ftttdrv.h include/freetype2/fttypes.h include/freetype2/ftwinfnt.h -include/freetype2/ftxf86.h include/freetype2/t1tables.h include/freetype2/ttnameid.h include/freetype2/tttables.h @@ -53,7 +53,7 @@ include/freetype2/ttunpat.h lib/libfreetype.a lib/libfreetype.so lib/libfreetype.so.6 -lib/libfreetype.so.6.11.4 +lib/libfreetype.so.6.12.0 libdata/pkgconfig/freetype2.pc man/man1/freetype-config.1.gz share/aclocal/freetype2.m4 From owner-svn-ports-head@freebsd.org Mon Jul 6 13:01:30 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E5FF99295; Mon, 6 Jul 2015 13:01:30 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D6E1B1B9B; Mon, 6 Jul 2015 13:01:30 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66D1UNp045018; Mon, 6 Jul 2015 13:01:30 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66D1Urr045013; Mon, 6 Jul 2015 13:01:30 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201507061301.t66D1Urr045013@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 6 Jul 2015 13:01:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391408 - head/www/iojs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 06 Jul 2015 13:01:31 -0000 Author: feld Date: Mon Jul 6 13:01:29 2015 New Revision: 391408 URL: https://svnweb.freebsd.org/changeset/ports/391408 Log: Update to 2.3.3 Resolve a DoS vulnerability with unassigned CVE Approved by: ports-secteam (with hat) Security: 864e6f75-2372-11e5-86ff-14dae9d210b8 Modified: head/www/iojs/Makefile head/www/iojs/distinfo Modified: head/www/iojs/Makefile ============================================================================== --- head/www/iojs/Makefile Mon Jul 6 12:56:38 2015 (r391407) +++ head/www/iojs/Makefile Mon Jul 6 13:01:29 2015 (r391408) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= iojs -PORTVERSION= 2.3.0 +PORTVERSION= 2.3.3 DISTVERSIONPREFIX= v CATEGORIES= www Modified: head/www/iojs/distinfo ============================================================================== --- head/www/iojs/distinfo Mon Jul 6 12:56:38 2015 (r391407) +++ head/www/iojs/distinfo Mon Jul 6 13:01:29 2015 (r391408) @@ -1,2 +1,2 @@ -SHA256 (nodejs-io.js-v2.3.0_GH0.tar.gz) = fc42ceec5736ec0c1c3459d729506cc64fcc1dc19c426323809d25568e19731a -SIZE (nodejs-io.js-v2.3.0_GH0.tar.gz) = 32150695 +SHA256 (nodejs-io.js-v2.3.3_GH0.tar.gz) = 93b4a50ba7cc115bbad9bff5c67d7a6a9c51a012b556e5595eb1b992fada68ec +SIZE (nodejs-io.js-v2.3.3_GH0.tar.gz) = 33655729 From owner-svn-ports-head@freebsd.org Mon Jul 6 13:03:39 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 89F6F9431; Mon, 6 Jul 2015 13:03:39 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5EB061DF6; Mon, 6 Jul 2015 13:03:39 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66D3dUi047562; Mon, 6 Jul 2015 13:03:39 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66D3cQK047556; Mon, 6 Jul 2015 13:03:38 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201507061303.t66D3cQK047556@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 6 Jul 2015 13:03:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391410 - 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: Mon, 06 Jul 2015 13:03:39 -0000 Author: mat Date: Mon Jul 6 13:03:37 2015 New Revision: 391410 URL: https://svnweb.freebsd.org/changeset/ports/391410 Log: Update to v5.23.0-85-g18b0188. Changes: https://github.com/Perl/perl5/compare/v5.23.0-63-g6012112...v5.23.0-85-g18b0188 Sponsored by: Absolight Modified: head/lang/perl5-devel/Makefile head/lang/perl5-devel/distinfo head/lang/perl5-devel/pkg-plist Modified: head/lang/perl5-devel/Makefile ============================================================================== --- head/lang/perl5-devel/Makefile Mon Jul 6 13:03:00 2015 (r391409) +++ head/lang/perl5-devel/Makefile Mon Jul 6 13:03:37 2015 (r391410) @@ -26,7 +26,7 @@ CONFLICTS_INSTALL= perl5.*-* USE_GITHUB= yes GH_ACCOUNT= Perl GH_PROJECT= perl5 -GH_TAGNAME= v5.23.0-63-g6012112 +GH_TAGNAME= v5.23.0-85-g18b0188 OPTIONS_DEFINE= DEBUG GDBM PERL_64BITINT PTHREAD \ MULTIPLICITY SITECUSTOMIZE Modified: head/lang/perl5-devel/distinfo ============================================================================== --- head/lang/perl5-devel/distinfo Mon Jul 6 13:03:00 2015 (r391409) +++ head/lang/perl5-devel/distinfo Mon Jul 6 13:03:37 2015 (r391410) @@ -1,2 +1,2 @@ -SHA256 (perl/perl-5.23.0-63_GH0.tar.gz) = 8773ba8a43aec258d499a98fe6666eda4b60f50e749f50b5a21f46cd9d0acae6 -SIZE (perl/perl-5.23.0-63_GH0.tar.gz) = 17490969 +SHA256 (perl/perl-5.23.0-85_GH0.tar.gz) = fbae5599783894a007747032082d7abee1c24e2e6c7dea67eddbad26c6c110af +SIZE (perl/perl-5.23.0-85_GH0.tar.gz) = 17490432 Modified: head/lang/perl5-devel/pkg-plist ============================================================================== --- head/lang/perl5-devel/pkg-plist Mon Jul 6 13:03:00 2015 (r391409) +++ head/lang/perl5-devel/pkg-plist Mon Jul 6 13:03:37 2015 (r391410) @@ -1445,6 +1445,7 @@ etc/perl5_version %%PRIV_LIB%%/pod/perl5202delta.pod %%PRIV_LIB%%/pod/perl5220delta.pod %%PRIV_LIB%%/pod/perl5230delta.pod +%%PRIV_LIB%%/pod/perl5231delta.pod %%PRIV_LIB%%/pod/perl561delta.pod %%PRIV_LIB%%/pod/perl56delta.pod %%PRIV_LIB%%/pod/perl581delta.pod @@ -2110,6 +2111,7 @@ man/man1/perl5201delta.1.gz man/man1/perl5202delta.1.gz man/man1/perl5220delta.1.gz man/man1/perl5230delta.1.gz +man/man1/perl5231delta.1.gz man/man1/perl561delta.1.gz man/man1/perl56delta.1.gz man/man1/perl581delta.1.gz From owner-svn-ports-head@freebsd.org Mon Jul 6 13:08:09 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5981395F0; Mon, 6 Jul 2015 13:08:09 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 45D431052; Mon, 6 Jul 2015 13:08:09 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66D890S048262; Mon, 6 Jul 2015 13:08:09 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66D88uv048259; Mon, 6 Jul 2015 13:08:08 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201507061308.t66D88uv048259@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Mon, 6 Jul 2015 13:08:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391411 - 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: Mon, 06 Jul 2015 13:08:09 -0000 Author: kwm Date: Mon Jul 6 13:08:08 2015 New Revision: 391411 URL: https://svnweb.freebsd.org/changeset/ports/391411 Log: Use correct end tag. Submitted by: dvl@ Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon Jul 6 13:03:37 2015 (r391410) +++ head/security/vuxml/vuln.xml Mon Jul 6 13:08:08 2015 (r391411) @@ -312,7 +312,7 @@ Notes: 2015-07-03 2015-07-06 - 2015-07-06 + 2015-07-06
From owner-svn-ports-head@freebsd.org Mon Jul 6 14:04:46 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DD1D9A29B; Mon, 6 Jul 2015 14:04:46 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C49241E41; Mon, 6 Jul 2015 14:04:46 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66E4kvw077315; Mon, 6 Jul 2015 14:04:46 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66E4koD077314; Mon, 6 Jul 2015 14:04:46 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201507061404.t66E4koD077314@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 6 Jul 2015 14:04:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391412 - head/java/eclipse X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 06 Jul 2015 14:04:47 -0000 Author: amdmi3 Date: Mon Jul 6 14:04:45 2015 New Revision: 391412 URL: https://svnweb.freebsd.org/changeset/ports/391412 Log: - Mark broken on 9.x i386: does not build: ... Installing org.eclipse.rcp.id 4.4.2.M20150204-1700. Installation failed. An error occurred while installing the items session context was:(profile=SDKProfile, phase=org.eclipse.equinox.internal.p2.engine.phases.Install, operand=null --> [R]org.eclipse.rcp.id.executable.gtk.freebsd.x86 4.4.2.M20150204-1700, action=org.eclipse.equinox.internal.p2.touchpoint.natives.actions.UnzipAction). ... [INFO] equinox-sdk ....................................... SUCCESS [4.776s] [INFO] org.eclipse.rcp.id ................................ FAILURE [4.674s] [INFO] org.eclipse.rcp.sdk.id ............................ SKIPPED ... Submitted by: pkg-fallout Approved by: portmgr blanket MFH: 2015Q3 Modified: head/java/eclipse/Makefile Modified: head/java/eclipse/Makefile ============================================================================== --- head/java/eclipse/Makefile Mon Jul 6 13:08:08 2015 (r391411) +++ head/java/eclipse/Makefile Mon Jul 6 14:04:45 2015 (r391412) @@ -18,6 +18,8 @@ BUILD_DEPENDS= ${LOCALBASE}/share/java/m LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo \ libwebkitgtk-1.0.so:${PORTSDIR}/www/webkit-gtk2 +BROKEN_FreeBSD_9_i386= does not build + ONLY_FOR_ARCHS= i386 amd64 CONFLICTS_INSTALL= eclipse From owner-svn-ports-head@freebsd.org Mon Jul 6 14:18:17 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C668DA53A; Mon, 6 Jul 2015 14:18:17 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AC2B614DE; Mon, 6 Jul 2015 14:18:17 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66EIHaO082847; Mon, 6 Jul 2015 14:18:17 GMT (envelope-from jadawin@FreeBSD.org) Received: (from jadawin@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66EIHQA082845; Mon, 6 Jul 2015 14:18:17 GMT (envelope-from jadawin@FreeBSD.org) Message-Id: <201507061418.t66EIHQA082845@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jadawin set sender to jadawin@FreeBSD.org using -f From: Philippe Audeoud Date: Mon, 6 Jul 2015 14:18:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391413 - head/archivers/p5-Archive-Extract X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 06 Jul 2015 14:18:17 -0000 Author: jadawin Date: Mon Jul 6 14:18:16 2015 New Revision: 391413 URL: https://svnweb.freebsd.org/changeset/ports/391413 Log: - Update to 0.76 Modified: head/archivers/p5-Archive-Extract/Makefile head/archivers/p5-Archive-Extract/distinfo Modified: head/archivers/p5-Archive-Extract/Makefile ============================================================================== --- head/archivers/p5-Archive-Extract/Makefile Mon Jul 6 14:04:45 2015 (r391412) +++ head/archivers/p5-Archive-Extract/Makefile Mon Jul 6 14:18:16 2015 (r391413) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Archive-Extract -PORTVERSION= 0.74 +PORTVERSION= 0.76 CATEGORIES= archivers perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/archivers/p5-Archive-Extract/distinfo ============================================================================== --- head/archivers/p5-Archive-Extract/distinfo Mon Jul 6 14:04:45 2015 (r391412) +++ head/archivers/p5-Archive-Extract/distinfo Mon Jul 6 14:18:16 2015 (r391413) @@ -1,2 +1,2 @@ -SHA256 (Archive-Extract-0.74.tar.gz) = b297d230fe91720a423a01482db7e037b2acf589f9c8f58cef39f3148374e216 -SIZE (Archive-Extract-0.74.tar.gz) = 27392 +SHA256 (Archive-Extract-0.76.tar.gz) = 9ae7080ca70346dd7d9845c581d2e112f4513ec0f7d79c2011c0e0a2ce874cfc +SIZE (Archive-Extract-0.76.tar.gz) = 27530 From owner-svn-ports-head@freebsd.org Mon Jul 6 14:19:03 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4E40EA571; Mon, 6 Jul 2015 14:19:03 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3E97D1604; Mon, 6 Jul 2015 14:19:03 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66EJ3lK083062; Mon, 6 Jul 2015 14:19:03 GMT (envelope-from jadawin@FreeBSD.org) Received: (from jadawin@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66EJ2Wp083060; Mon, 6 Jul 2015 14:19:02 GMT (envelope-from jadawin@FreeBSD.org) Message-Id: <201507061419.t66EJ2Wp083060@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jadawin set sender to jadawin@FreeBSD.org using -f From: Philippe Audeoud Date: Mon, 6 Jul 2015 14:19:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391414 - head/devel/p5-CPANPLUS X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 06 Jul 2015 14:19:03 -0000 Author: jadawin Date: Mon Jul 6 14:19:01 2015 New Revision: 391414 URL: https://svnweb.freebsd.org/changeset/ports/391414 Log: - Update to 0.9154 Modified: head/devel/p5-CPANPLUS/Makefile head/devel/p5-CPANPLUS/distinfo Modified: head/devel/p5-CPANPLUS/Makefile ============================================================================== --- head/devel/p5-CPANPLUS/Makefile Mon Jul 6 14:18:16 2015 (r391413) +++ head/devel/p5-CPANPLUS/Makefile Mon Jul 6 14:19:01 2015 (r391414) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= CPANPLUS -PORTVERSION= 0.9152 -PORTREVISION= 1 +PORTVERSION= 0.9154 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:BINGOS Modified: head/devel/p5-CPANPLUS/distinfo ============================================================================== --- head/devel/p5-CPANPLUS/distinfo Mon Jul 6 14:18:16 2015 (r391413) +++ head/devel/p5-CPANPLUS/distinfo Mon Jul 6 14:19:01 2015 (r391414) @@ -1,2 +1,2 @@ -SHA256 (CPANPLUS-0.9152.tar.gz) = 732d9978ca6e8cde9b16431e1d1bafa543a66d8bce3fbfca4e5ac297a348ad17 -SIZE (CPANPLUS-0.9152.tar.gz) = 548607 +SHA256 (CPANPLUS-0.9154.tar.gz) = ace05c98ba1f56ceafafabec500f052a410f4994362d1279255472302906e2d7 +SIZE (CPANPLUS-0.9154.tar.gz) = 559118 From owner-svn-ports-head@freebsd.org Mon Jul 6 14:21:44 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0298FA6EF; Mon, 6 Jul 2015 14:21:44 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E6FA11AED; Mon, 6 Jul 2015 14:21:43 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66ELhuv087093; Mon, 6 Jul 2015 14:21:43 GMT (envelope-from jadawin@FreeBSD.org) Received: (from jadawin@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66ELhiv087087; Mon, 6 Jul 2015 14:21:43 GMT (envelope-from jadawin@FreeBSD.org) Message-Id: <201507061421.t66ELhiv087087@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jadawin set sender to jadawin@FreeBSD.org using -f From: Philippe Audeoud Date: Mon, 6 Jul 2015 14:21:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391415 - head/devel/p5-Class-Unload X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 06 Jul 2015 14:21:44 -0000 Author: jadawin Date: Mon Jul 6 14:21:42 2015 New Revision: 391415 URL: https://svnweb.freebsd.org/changeset/ports/391415 Log: - Update to 0.09 - Add LICENSE Modified: head/devel/p5-Class-Unload/Makefile head/devel/p5-Class-Unload/distinfo Modified: head/devel/p5-Class-Unload/Makefile ============================================================================== --- head/devel/p5-Class-Unload/Makefile Mon Jul 6 14:19:01 2015 (r391414) +++ head/devel/p5-Class-Unload/Makefile Mon Jul 6 14:21:42 2015 (r391415) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Class-Unload -PORTVERSION= 0.08 -PORTREVISION= 1 +PORTVERSION= 0.09 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,6 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 module for unloading classes +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Class-Inspector>=0:${PORTSDIR}/devel/p5-Class-Inspector RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/devel/p5-Class-Unload/distinfo ============================================================================== --- head/devel/p5-Class-Unload/distinfo Mon Jul 6 14:19:01 2015 (r391414) +++ head/devel/p5-Class-Unload/distinfo Mon Jul 6 14:21:42 2015 (r391415) @@ -1,2 +1,2 @@ -SHA256 (Class-Unload-0.08.tar.gz) = f0713f61eba907bb0c130be46473af62c393147997925a4e08d53e29f2c8ef24 -SIZE (Class-Unload-0.08.tar.gz) = 10431 +SHA256 (Class-Unload-0.09.tar.gz) = afc4d729a2245df42bace73f4a5af5e8104750277f9fdbd50e94ce130487a0e0 +SIZE (Class-Unload-0.09.tar.gz) = 11085 From owner-svn-ports-head@freebsd.org Mon Jul 6 14:51:17 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CA5B7ABBA; Mon, 6 Jul 2015 14:51:17 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B883F1B0D; Mon, 6 Jul 2015 14:51:17 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66EpHCT099337; Mon, 6 Jul 2015 14:51:17 GMT (envelope-from marcus@FreeBSD.org) Received: (from marcus@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66EpHAI099335; Mon, 6 Jul 2015 14:51:17 GMT (envelope-from marcus@FreeBSD.org) Message-Id: <201507061451.t66EpHAI099335@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marcus set sender to marcus@FreeBSD.org using -f From: Joe Marcus Clarke Date: Mon, 6 Jul 2015 14:51:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391416 - in head/ports-mgmt/portlint: . src X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 06 Jul 2015 14:51:18 -0000 Author: marcus Date: Mon Jul 6 14:51:16 2015 New Revision: 391416 URL: https://svnweb.freebsd.org/changeset/ports/391416 Log: Update to 2.16.5. * Add a check for BROKEN similar to IGNORE [1] * Quiet the noise when used with Perl 5.22 [2] * Fix a bug checking for USES sortedness [3] * Correct a logic bug checking for USE_ANT [4] PR: 200634 [2] 200792 [3] 200421 [4] Submitted by: pi [2] John Hein [4] Reported by: koobs [1] Modified: head/ports-mgmt/portlint/Makefile head/ports-mgmt/portlint/src/portlint.pl Modified: head/ports-mgmt/portlint/Makefile ============================================================================== --- head/ports-mgmt/portlint/Makefile Mon Jul 6 14:21:42 2015 (r391415) +++ head/ports-mgmt/portlint/Makefile Mon Jul 6 14:51:16 2015 (r391416) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= portlint -PORTVERSION= 2.16.4 +PORTVERSION= 2.16.5 CATEGORIES= ports-mgmt MASTER_SITES= # none DISTFILES= # none Modified: head/ports-mgmt/portlint/src/portlint.pl ============================================================================== --- head/ports-mgmt/portlint/src/portlint.pl Mon Jul 6 14:21:42 2015 (r391415) +++ head/ports-mgmt/portlint/src/portlint.pl Mon Jul 6 14:51:16 2015 (r391416) @@ -15,7 +15,7 @@ # was removed. # # $FreeBSD$ -# $MCom: portlint/portlint.pl,v 1.361 2015/05/17 21:39:49 jclarke Exp $ +# $MCom: portlint/portlint.pl,v 1.366 2015/07/06 14:48:28 jclarke Exp $ # use strict; @@ -50,7 +50,7 @@ $portdir = '.'; # version variables my $major = 2; my $minor = 16; -my $micro = 4; +my $micro = 5; # default setting - for FreeBSD my $portsdir = '/usr/ports'; @@ -967,7 +967,7 @@ sub check_depends_syntax { $j = $1; $seen_depends{$j}++; if ($j ne 'DEPENDS' && - $i =~ /^\${([A-Z_]+DEPENDS)}\s*$/ && + $i =~ /^\$\{([A-Z_]+DEPENDS)}\s*$/ && $seen_depends{$1} && $j ne $1) { @@ -987,7 +987,7 @@ sub check_depends_syntax { print "OK: checking dependency value for $j.\n" if ($verbose); - if ($k =~ /\${((PATCH_|EXTRACT_|LIB_|BUILD_|RUN_|TEST_|FETCH_)*DEPENDS)}/) { + if ($k =~ /\$\{((PATCH_|EXTRACT_|LIB_|BUILD_|RUN_|TEST_|FETCH_)*DEPENDS)}/) { &perror("WARN", $file, -1, "do not set $j to $k. ". "Instead, explicity list out required $j dependencies."); } @@ -1016,7 +1016,7 @@ sub check_depends_syntax { } # Check for ${SITE_PERL} in depends - if ($m{'dep'} =~ m|^(\${SITE_PERL}/.*)$|) { + if ($m{'dep'} =~ m|^(\$\{SITE_PERL}/.*)$|) { &perror("WARN", $file, -1, "dependency to $1 ". "listed in $j. consider using p5-Example-Package-Name>=0. See ". "http://www.freebsd.org/doc/en/books/porters-handbook/using-perl.html". @@ -1038,7 +1038,7 @@ sub check_depends_syntax { } # check USES=gmake - if ($m{'dep'} =~ /^(gmake|\${GMAKE})$/) { + if ($m{'dep'} =~ /^(gmake|\$\{GMAKE})$/) { &perror("WARN", $file, -1, "dependency to $1 ". "listed in $j. consider using ". "USES[+]=gmake."); @@ -1074,7 +1074,7 @@ sub check_depends_syntax { } # check for PREFIX - if ($m{'dep'} =~ /\${PREFIX}/) { + if ($m{'dep'} =~ /\$\{PREFIX}/) { &perror("FATAL", $file, -1, "\${PREFIX} must not be ". "contained in *_DEPENDS. ". "use \${LOCALBASE} instead."); @@ -1103,7 +1103,7 @@ sub check_depends_syntax { # Check port dir existence $k = $m{'dir'}; - $k =~ s/\${PORTSDIR}/$ENV{'PORTSDIR'}/; + $k =~ s/\$\{PORTSDIR}/$ENV{'PORTSDIR'}/; $k =~ s/\$[\({]PORTSDIR[\)}]/$ENV{'PORTSDIR'}/; if (! -d $k) { &perror("WARN", $file, -1, "no port directory $k ". @@ -1240,7 +1240,7 @@ sub checkmakefile { # if ($parenwarn) { print "OK: checking for empty(\${VARIABLE}).\n" if ($verbose); - if ($whole =~ /empty\(\${[\w\d]+/) { + if ($whole =~ /empty\(\$\{[\w\d]+/) { my $lineno = &linenumber($`); &perror("WARN", $file, $lineno, "use empty(VARIABLE), instead of ". "empty(\${VARIABLE})."); @@ -1532,7 +1532,7 @@ sub checkmakefile { # print "OK: checking DESKTOP_ENTRIES for \${TRUE}/\${FALSE}.\n" if ($verbose); $desktop_entries = &get_makevar_raw('DESKTOP_ENTRIES'); - if ($desktop_entries =~ /\${TRUE}/ or $desktop_entries =~ /\${FALSE}/ or + if ($desktop_entries =~ /\$\{TRUE}/ or $desktop_entries =~ /\$\{FALSE}/ or $desktop_entries =~ /\"true\"/ or $desktop_entries =~ /\"false\"/) { &perror("FATAL", $file, -1, "Use true/false (without quotes) instead of \${TRUE}/\${FALSE} in DESKTOP_ENTRIES."); } @@ -1612,6 +1612,13 @@ sub checkmakefile { "with a lowercase letter and end without a period."); } + if ($whole =~ /\nBROKEN[+?]=[ \t]+[^a-z \t]/ || + $whole =~ /^BROKEN[+?]?=[ \t]+.*\.$/m) { + my $lineno = &linenumber($`); + &perror("WARN", $file, $lineno, "BROKEN messages should begin ". + "with a lowercase letter and end without a period."); + } + # # whole file: PKGNAME # @@ -1640,7 +1647,7 @@ sub checkmakefile { # whole file: Check if USES is sorted # print "OK: checking to see if USES is sorted.\n" if ($verbose); - while ($whole =~ /\nUSES.=\s*(.+)\n/g) { + while ($whole =~ /\nUSES.?=\s*(.+)\n/g) { my $lineno = &linenumber($`); my $srex = $1; my @suses = sort(split / /, $srex); @@ -1905,7 +1912,7 @@ xargs xmkmf # print "OK: checking for compression arguments passed to \${GZIP_CMD}.\n" if ($verbose); - if ($j =~ /\${GZIP_CMD}\s+-(\w+(\s+-)?)*(\d)/) { + if ($j =~ /\$\{GZIP_CMD}\s+-(\w+(\s+-)?)*(\d)/) { my $lineno = &linenumber($`); &perror("WARN", $file, $lineno, "possible use of \"\${GZIP_CMD} -$3\" ". "found. \${GZIP_CMD} includes \"-\${GZIP}\" which ". @@ -1916,7 +1923,7 @@ xargs xmkmf # whole file: ${CHMOD} used # print "OK: checking for \${CHMOD}.\n" if ($verbose); - if ($j =~ /\n\s*\${CHMOD}/) { + if ($j =~ /\n\s*\$\{CHMOD}/) { my $lineno = &linenumber($`); &perror("WARN", $file, $lineno, "possible use of \"\${CHMOD}\" ". "found. Use @(owner,group,mode) syntax or \@owner/\@group ". @@ -1927,7 +1934,7 @@ xargs xmkmf # whole file: ${INSTALL} -o | -g used # print "OK: checking for \${INSTALL} -o | -g.\n" if ($verbose); - if ($j =~ /\n\s*\${INSTALL}(.*-\b(o|g)\b.*)/) { + if ($j =~ /\n\s*\$\{INSTALL}(.*-\b(o|g)\b.*)/) { my $lineno = &linenumber($`); &perror("WARN", $file, $lineno, "possible use of \"\${INSTALL} -o | -g\" ". "found. Use @(owner,group,mode) syntax or \@owner/\@group ". @@ -1939,7 +1946,7 @@ xargs xmkmf # print "OK: checking for \${MKDIR} -p.\n" if ($verbose); - if ($j =~ /\${MKDIR}\s+-p/) { + if ($j =~ /\$\{MKDIR}\s+-p/) { my $lineno = &linenumber($`); &perror("WARN", $file, $lineno, "possible use of \"\${MKDIR} -p\" ". "found. \${MKDIR} includes ". @@ -1963,7 +1970,7 @@ xargs xmkmf # print "OK: checking for instances of \${MACHINE_ARCH} being test.\n" if ($verbose); - if ($j =~ /\${MACHINE_ARCH}\s*[!=]=/) { + if ($j =~ /\$\{MACHINE_ARCH}\s*[!=]=/) { my $lineno = &linenumber($`); &perror("FATAL", $file, $lineno, "MACHINE_ARCH should never be tested ". "directly; use ARCH instead."); @@ -1987,7 +1994,7 @@ xargs xmkmf # # whole file: ${LOCALBASE}/lib/perl5/site_perl # - if ($j =~ m'\${(?:LOCALBASE|PREFIX)}/lib/perl5/site_perl') { + if ($j =~ m'\$\{(?:LOCALBASE|PREFIX)}/lib/perl5/site_perl') { my $lineno = &linenumber($`); if ($1 !~ /PREFIX/) { &perror("WARN", $file, $lineno, "possible use of \"\${LOCALBASE}/lib/perl5/site_perl\" ". @@ -2001,13 +2008,13 @@ xargs xmkmf # # whole file: check for misuse of STAGE with SITE_PERL and SITE_ARCH # - if ($j =~ m'\${STAGEDIR}\${SITE_PERL}') { + if ($j =~ m'\$\{STAGEDIR}\$\{SITE_PERL}') { my $lineno = &linenumber($`); &perror("WARN", $file, $lineno, "\${STAGEDIR}\${SITE_PERL} should be ". "replaced by \${STAGEDIR}\${PREFIX}/\${SITE_PERL_REL}."); } - if ($j =~ m'\${STAGEDIR}\${SITE_ARCH}') { + if ($j =~ m'\$\{STAGEDIR}\$\{SITE_ARCH}') { my $lineno = &linenumber($`); &perror("WARN", $file, $lineno, "\${STAGEDIR}\${SITE_ARCH} should be ". "replaced by \${STAGEDIR}\${PREFIX}/\${SITE_ARCH_REL}."); @@ -2067,7 +2074,7 @@ xargs xmkmf # # whole file: check for USE_ANT and USES=gmake both defined # - if ($use_ant && $makevar{USES} !~ /\bgmake\b/) { + if ($use_ant && $makevar{USES} =~ /\bgmake\b/) { &perror("WARN", $file, -1, "a port shall not define both USE_ANT ". "and USES[+]=gmake"); } @@ -2844,7 +2851,7 @@ MAINTAINER COMMENT $tmp = $sections[$idx] // ''; # Check for direct assignment of BUILD_DEPENDS to RUN_DEPENDS. - if ($tmp =~ /\nRUN_DEPENDS=[ \t]*\${BUILD_DEPENDS}/) { + if ($tmp =~ /\nRUN_DEPENDS=[ \t]*\$\{BUILD_DEPENDS}/) { &perror("FATAL", $file, -1, "RUN_DEPENDS should not be set to ". "\${BUILD_DEPENDS} as \${BUILD_DEPENDS} includes other ". "implicit dependencies. Instead, copy the explicit dependencies ". @@ -2956,7 +2963,7 @@ TEST_DEPENDS FETCH_DEPENDS DEPENDS_TARGE # various MAN'uals related checks if ($makevar{USE_PERL5} =~ /\b(configure|modbuild|modbuildtiny)\b/ - && $tmp =~ /\nMAN3PREFIX=\s*\${PREFIX}\/lib\/perl5\/\${PERL_VER/) { + && $tmp =~ /\nMAN3PREFIX=\s*\$\{PREFIX}\/lib\/perl5\/\$\{PERL_VER/) { &perror("WARN", $file, -1, "MAN3PREFIX is ". "\"\${PREFIX}/lib/perl5/\${PERL_VERSION}\" ". "when USE_PERL5=configure|modbuild|modbuildtiny is set. You do not need to specify it."); From owner-svn-ports-head@freebsd.org Mon Jul 6 14:52:50 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 93A5FACDA; Mon, 6 Jul 2015 14:52:50 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 83A6D1CB4; Mon, 6 Jul 2015 14:52:50 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66Eqoog002120; Mon, 6 Jul 2015 14:52:50 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66EqoUq002119; Mon, 6 Jul 2015 14:52:50 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201507061452.t66EqoUq002119@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Mon, 6 Jul 2015 14:52:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391417 - head/graphics X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 06 Jul 2015 14:52:50 -0000 Author: bapt Date: Mon Jul 6 14:52:49 2015 New Revision: 391417 URL: https://svnweb.freebsd.org/changeset/ports/391417 Log: Connect intel-backlight to the build Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Mon Jul 6 14:51:16 2015 (r391416) +++ head/graphics/Makefile Mon Jul 6 14:52:49 2015 (r391417) @@ -359,6 +359,7 @@ SUBDIR += import-pictures SUBDIR += impressive SUBDIR += inkscape + SUBDIR += intel-backlight SUBDIR += intergif SUBDIR += inventor SUBDIR += ipe From owner-svn-ports-head@freebsd.org Mon Jul 6 15:06:13 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 67DAEAF6B; Mon, 6 Jul 2015 15:06:13 +0000 (UTC) (envelope-from kmoore@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3DA48125E; Mon, 6 Jul 2015 15:06:13 +0000 (UTC) (envelope-from kmoore@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66F6DEU007630; Mon, 6 Jul 2015 15:06:13 GMT (envelope-from kmoore@FreeBSD.org) Received: (from kmoore@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66F6BZr007618; Mon, 6 Jul 2015 15:06:11 GMT (envelope-from kmoore@FreeBSD.org) Message-Id: <201507061506.t66F6BZr007618@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kmoore set sender to kmoore@FreeBSD.org using -f From: Kris Moore Date: Mon, 6 Jul 2015 15:06:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391418 - in head/ports-mgmt: . octopkg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 06 Jul 2015 15:06:13 -0000 Author: kmoore Date: Mon Jul 6 15:06:11 2015 New Revision: 391418 URL: https://svnweb.freebsd.org/changeset/ports/391418 Log: OctoPkg is a powerful pkgng GUI front-end written in Qt WWW: https://octopkg.wordpress.com/ Added: head/ports-mgmt/octopkg/ head/ports-mgmt/octopkg/Makefile (contents, props changed) head/ports-mgmt/octopkg/distinfo (contents, props changed) head/ports-mgmt/octopkg/pkg-descr (contents, props changed) Modified: head/ports-mgmt/Makefile Modified: head/ports-mgmt/Makefile ============================================================================== --- head/ports-mgmt/Makefile Mon Jul 6 14:52:49 2015 (r391417) +++ head/ports-mgmt/Makefile Mon Jul 6 15:06:11 2015 (r391418) @@ -18,6 +18,7 @@ SUBDIR += lsknobs SUBDIR += managepkg SUBDIR += mkreadmes + SUBDIR += octopkg SUBDIR += p5-FreeBSD-Portindex SUBDIR += p5-FreeBSD-Ports SUBDIR += p5-FreeBSD-Ports-INDEXhash Added: head/ports-mgmt/octopkg/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/octopkg/Makefile Mon Jul 6 15:06:11 2015 (r391418) @@ -0,0 +1,26 @@ +# Created by: kmoore@FreeBSD.org +# $FreeBSD$ + +PORTNAME= octopkg +PORTVERSION= v0.1.0 +CATEGORIES= ports-mgmt + +MAINTAINER= kmoore@FreeBSD.org +COMMENT= OctoPkg graphical package manager + +LICENSE= LGPL20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +USE_GITHUB= yes +GH_ACCOUNT= aarnt + +USE_QT5= core concurrent gui network linguist svg \ + buildtools x11extras +USES= qmake tar:xz +PLIST_FILES= bin/octopkg + +do-install: + @${MKDIR} ${STAGEDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/bin/octopkg ${STAGEDIR}${PREFIX}/bin/octopkg + +.include Added: head/ports-mgmt/octopkg/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/octopkg/distinfo Mon Jul 6 15:06:11 2015 (r391418) @@ -0,0 +1,2 @@ +SHA256 (aarnt-octopkg-v0.1.0_GH0.tar.xz) = e374150b309ec737ad5c9b8f4a9ffd818bd142c717599efc7fe22043f3eed770 +SIZE (aarnt-octopkg-v0.1.0_GH0.tar.xz) = 158474 Added: head/ports-mgmt/octopkg/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/octopkg/pkg-descr Mon Jul 6 15:06:11 2015 (r391418) @@ -0,0 +1,3 @@ +OctoPkg is a powerful pkgng GUI front-end written in Qt + +WWW: https://octopkg.wordpress.com/ From owner-svn-ports-head@freebsd.org Mon Jul 6 15:06:54 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EDAEEAF95; Mon, 6 Jul 2015 15:06:54 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DD6181474; Mon, 6 Jul 2015 15:06:54 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66F6sbA007829; Mon, 6 Jul 2015 15:06:54 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66F6sj1007827; Mon, 6 Jul 2015 15:06:54 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201507061506.t66F6sj1007827@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Mon, 6 Jul 2015 15:06:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391419 - 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: Mon, 06 Jul 2015 15:06:55 -0000 Author: koobs Date: Mon Jul 6 15:06:53 2015 New Revision: 391419 URL: https://svnweb.freebsd.org/changeset/ports/391419 Log: multimedia/emby-server: Update to 3.0.5641.5, fix distinfo The upstream project on GitHub was renamed from MediaBrowser to Emby causing the following error: size mismatch: expected 54577043, actual 54582083 - Update to 3.0.5641.5 - Change the upstream repository name to compensate PR: 201369 Submitted by: Ben Woods (maintainer) MFH: 2015Q3 Modified: head/multimedia/emby-server/Makefile head/multimedia/emby-server/distinfo Modified: head/multimedia/emby-server/Makefile ============================================================================== --- head/multimedia/emby-server/Makefile Mon Jul 6 15:06:11 2015 (r391418) +++ head/multimedia/emby-server/Makefile Mon Jul 6 15:06:53 2015 (r391419) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= emby-server -PORTVERSION= 3.0.5641.4 +PORTVERSION= 3.0.5641.5 CATEGORIES= multimedia MAINTAINER= woodsb02@gmail.com @@ -20,7 +20,7 @@ CONFLICTS_INSTALL= mediabrowser USE_GITHUB= yes GH_ACCOUNT= MediaBrowser -GH_PROJECT= MediaBrowser +GH_PROJECT= Emby USES= mono pkgconfig Modified: head/multimedia/emby-server/distinfo ============================================================================== --- head/multimedia/emby-server/distinfo Mon Jul 6 15:06:11 2015 (r391418) +++ head/multimedia/emby-server/distinfo Mon Jul 6 15:06:53 2015 (r391419) @@ -1,2 +1,2 @@ -SHA256 (MediaBrowser-MediaBrowser-3.0.5641.4_GH0.tar.gz) = f6037906d374f0be67777d1c2daa0db418fe8bb51221a31638f78da61bd96c30 -SIZE (MediaBrowser-MediaBrowser-3.0.5641.4_GH0.tar.gz) = 54577043 +SHA256 (MediaBrowser-Emby-3.0.5641.5_GH0.tar.gz) = e9c814a53ab6f3896911d0cd96386f478f976aba4eeaa200b2183519a21a4e14 +SIZE (MediaBrowser-Emby-3.0.5641.5_GH0.tar.gz) = 54491600 From owner-svn-ports-head@freebsd.org Mon Jul 6 15:16:26 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EB5616888B; Mon, 6 Jul 2015 15:16:26 +0000 (UTC) (envelope-from kmoore@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DB2F41BC8; Mon, 6 Jul 2015 15:16:26 +0000 (UTC) (envelope-from kmoore@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66FGQ4r012781; Mon, 6 Jul 2015 15:16:26 GMT (envelope-from kmoore@FreeBSD.org) Received: (from kmoore@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66FGQWi012779; Mon, 6 Jul 2015 15:16:26 GMT (envelope-from kmoore@FreeBSD.org) Message-Id: <201507061516.t66FGQWi012779@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kmoore set sender to kmoore@FreeBSD.org using -f From: Kris Moore Date: Mon, 6 Jul 2015 15:16:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391420 - in head: . x11/docker x11/docker-tray X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 06 Jul 2015 15:16:27 -0000 Author: kmoore Date: Mon Jul 6 15:16:25 2015 New Revision: 391420 URL: https://svnweb.freebsd.org/changeset/ports/391420 Log: - Rename x11/docker -> x11/docker-tray Added: head/x11/docker-tray/ - copied from r391419, head/x11/docker/ Deleted: head/x11/docker/ Modified: head/MOVED head/x11/docker-tray/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Mon Jul 6 15:06:53 2015 (r391419) +++ head/MOVED Mon Jul 6 15:16:25 2015 (r391420) @@ -7680,3 +7680,4 @@ net/py-google||2015-07-03|Google no long devel/erlang-ibrowse|www/erlang-ibrowse|2015-07-05|Move to www where it belongs multimedia/ffmpeg23|multimedia/ffmpeg|2015-07-05|Obsolete since recent upstream upgrade of main ffmpeg port. Use multimedia/ffmpeg instead. multimedia/ffmpeg26|multimedia/ffmpeg|2015-07-05|Obsolete since recent upstream upgrade of main ffmpeg port. Use multimedia/ffmpeg instead. +x11/docker|x11/docker-tray|2015-07-06|Renamed Modified: head/x11/docker-tray/Makefile ============================================================================== --- head/x11/docker/Makefile Mon Jul 6 15:06:53 2015 (r391419) +++ head/x11/docker-tray/Makefile Mon Jul 6 15:16:25 2015 (r391420) @@ -1,12 +1,13 @@ # Created by: Samy Al Bahra # $FreeBSD$ -PORTNAME= docker +PORTNAME= docker-tray PORTVERSION= 1.5 PORTREVISION= 8 CATEGORIES= x11 MASTER_SITES= http://offload2.icculus.org:9090/openbox/2/docker/ \ http://offload1.icculus.org:9090/openbox/2/docker/ +DISTNAME= docker-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Dockapp with support for GNOME2 and KDE3 tray icons From owner-svn-ports-head@freebsd.org Mon Jul 6 15:37:37 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F2602A1D6; Mon, 6 Jul 2015 15:37:36 +0000 (UTC) (envelope-from kmoore@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E147D156D; Mon, 6 Jul 2015 15:37:36 +0000 (UTC) (envelope-from kmoore@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66FbapD022981; Mon, 6 Jul 2015 15:37:36 GMT (envelope-from kmoore@FreeBSD.org) Received: (from kmoore@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66FbYeo022971; Mon, 6 Jul 2015 15:37:34 GMT (envelope-from kmoore@FreeBSD.org) Message-Id: <201507061537.t66FbYeo022971@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kmoore set sender to kmoore@FreeBSD.org using -f From: Kris Moore Date: Mon, 6 Jul 2015 15:37:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391421 - in head/sysutils: . docker docker/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, 06 Jul 2015 15:37:37 -0000 Author: kmoore Date: Mon Jul 6 15:37:33 2015 New Revision: 391421 URL: https://svnweb.freebsd.org/changeset/ports/391421 Log: FreeBSD port of Docker WWW: https://github.com/kvasdopil/docker NOTE: This is a very early port of docker! Please refer to the pkg-message and https://github.com/kvasdopil/docker/blob/freebsd-compat/FREEBSD-PORTING.md for details on usage and functionality. Added: head/sysutils/docker/ head/sysutils/docker/Makefile (contents, props changed) head/sysutils/docker/distinfo (contents, props changed) head/sysutils/docker/files/ head/sysutils/docker/files/docker.in (contents, props changed) head/sysutils/docker/pkg-descr (contents, props changed) head/sysutils/docker/pkg-message (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Mon Jul 6 15:16:25 2015 (r391420) +++ head/sysutils/Makefile Mon Jul 6 15:37:33 2015 (r391421) @@ -201,6 +201,7 @@ SUBDIR += djmount SUBDIR += dmg2img SUBDIR += dmidecode + SUBDIR += docker SUBDIR += doinkd SUBDIR += dolly SUBDIR += downtime Added: head/sysutils/docker/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/docker/Makefile Mon Jul 6 15:37:33 2015 (r391421) @@ -0,0 +1,36 @@ +# Created by: kmoore@FreeBSD.org +# $FreeBSD$ + +PORTNAME= docker +PORTVERSION= 06252015 +CATEGORIES= sysutils + +MAINTAINER= kmoore@FreeBSD.org +COMMENT= Docker containment system + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${LOCALBASE}/bin/go:${PORTSDIR}/lang/go \ + ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash \ + ${LOCALBASE}/bin/git:${PORTSDIR}/devel/git \ + sqlite3:${PORTSDIR}/databases/sqlite3 +RUN_DEPENDS= ${LOCALBASE}/bin/go:${PORTSDIR}/lang/go \ + ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash \ + sqlite3:${PORTSDIR}/databases/sqlite3 + +USE_GITHUB= yes +GH_ACCOUNT= kvasdopil +GH_TAGNAME= 582db78 + +PLIST_FILES= bin/docker +USE_RC_SUBR= docker + +do-build: + @cd ${WRKSRC} && export AUTO_GOPATH=1 && export DOCKER_GITCOMMIT=${GH_TAGNAME} && ./hack/make.sh binary + +do-install: + @${MKDIR} ${STAGEDIR}${PREFIX}/bin + ${INSTALL} ${WRKSRC}/bundles/latest/binary/docker ${STAGEDIR}${PREFIX}/bin/ + +.include Added: head/sysutils/docker/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/docker/distinfo Mon Jul 6 15:37:33 2015 (r391421) @@ -0,0 +1,2 @@ +SHA256 (kvasdopil-docker-06252015-582db78_GH0.tar.gz) = a750d344af4af3d30b1a3373f382ab597a2a7aa4a0bb5c22d650d0c5cc9ac506 +SIZE (kvasdopil-docker-06252015-582db78_GH0.tar.gz) = 7292884 Added: head/sysutils/docker/files/docker.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/docker/files/docker.in Mon Jul 6 15:37:33 2015 (r391421) @@ -0,0 +1,82 @@ +#!/bin/sh + +# PROVIDE: docker +# REQUIRE: DAEMON +# KEYWORD: nojail shutdown + +. /etc/rc.subr + +name="docker" +rcvar="docker_enable" + +stop_cmd="docker_stop" +start_cmd="docker_start" +command="%%PREFIX%%/bin/docker" + +load_rc_config $name + +: ${docker_enable=NO} +: ${docker_dir=/usr/docker} +: ${docker_nat_pf=YES} +: ${docker_nat_iface=NONE} + +docker_start() +{ + if [ ! -d "${docker_dir}" ] ; then + echo "Missing ${docker_dir}! Please create / mount a ZFS dataset at this location." + exit 1 + fi + + if [ -e "/var/run/docker.pid" ] ; then + pgrep -F /var/run/docker.pid 2>/dev/null >/dev/null + if [ $? -eq 0 ] ; then + echo "Docker already running? /var/run/docker.pid" + exit 1 + fi + fi + + echo "Starting docker..." + daemon -p /var/run/docker.pid ${command} -d -e jail -s zfs -g ${docker_dir} -D >/var/log/docker.log 2>/var/log/docker.log + + # Check for linux 64bit support and enable + kldstat | grep -q 'linux64' + if [ $? -ne 0 -a -e "/boot/kernel/linux64.ko" ] ; then + kldload linux64 + fi + + # Check for NAT support via PF + # This is an ugly experimental hack for now, eventually will go away + if [ "${docker_nat_pf}" != "YES" ] ; then return ; fi + + # Load PF if not already + kldstat | grep -q 'pf.ko' + if [ $? -ne 0 -a -e "/boot/kernel/pf.ko" ] ; then + kldload pf + fi + + # Check if PF rules already loaded + /sbin/pfctl -s nat 2>/dev/null | grep -q 172.17 + if [ $? -eq 0 ] ; then return ; fi + + if [ "${docker_nat_iface}" != "NONE" ] ; then + iface="${docker_nat_iface}" + else + iface=`/usr/bin/netstat -f inet -nrW | grep '^default' | awk '{ print $6 }'` + fi + echo "nat on ${iface} from 172.17.0.0/16 to any -> (${iface})" > /tmp/pf-nat-docker.$$ + /sbin/pfctl -f /tmp/pf-nat-docker.$$ 2>/dev/null + /sbin/pfctl -e 2>/dev/null + rm /tmp/pf-nat-docker.$$ + +} + +docker_stop() +{ + if [ -e "/var/run/docker.pid" ] ; then + echo "Stopping docker..." + pkill -F /var/run/docker.pid + fi +} + +run_rc_command "$1" + Added: head/sysutils/docker/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/docker/pkg-descr Mon Jul 6 15:37:33 2015 (r391421) @@ -0,0 +1,3 @@ +FreeBSD port of Docker + +WWW: https://github.com/kvasdopil/docker Added: head/sysutils/docker/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/docker/pkg-message Mon Jul 6 15:37:33 2015 (r391421) @@ -0,0 +1,21 @@ + +Docker requires a bit of setup before usage. + +You will need to create a ZFS dataset on /usr/docker + +# zfs create -o mountpoint=/usr/docker /docker + +And lastly enable the docker daemon +# sysrc -f /etc/rc.conf docker_enable="YES" +# service docker start + +(WARNING) + +Starting the docker service will also add the following PF rule: + +nat on ${iface} from 172.17.0.0/16 to any -> (${iface}) + +Where $iface is the default NIC on the system, or the value +of $docker_nat_iface. This is for network connectivity to docker +containers in this early port. This should not be needed in future +versions of docker. From owner-svn-ports-head@freebsd.org Mon Jul 6 15:51:14 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 66FE2A42C; Mon, 6 Jul 2015 15:51:14 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 51A421C45; Mon, 6 Jul 2015 15:51:14 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66FpEsO031482; Mon, 6 Jul 2015 15:51:14 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66FpDYx031479; Mon, 6 Jul 2015 15:51:13 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201507061551.t66FpDYx031479@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Mon, 6 Jul 2015 15:51:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391422 - head/science/orthanc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 06 Jul 2015 15:51:14 -0000 Author: robak Date: Mon Jul 6 15:51:12 2015 New Revision: 391422 URL: https://svnweb.freebsd.org/changeset/ports/391422 Log: science/orthanc: update 0.9.0 -> 0.9.1 - Fix pkg-plist entries PR: 201333 Submitted by: Mikhail (maintainer) Modified: head/science/orthanc/Makefile head/science/orthanc/distinfo head/science/orthanc/pkg-plist Modified: head/science/orthanc/Makefile ============================================================================== --- head/science/orthanc/Makefile Mon Jul 6 15:37:33 2015 (r391421) +++ head/science/orthanc/Makefile Mon Jul 6 15:51:12 2015 (r391422) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= orthanc -PORTVERSION= 0.9.0 -PORTREVISION= 1 +PORTVERSION= 0.9.1 CATEGORIES= science graphics net www MASTER_SITES= http://orthanc-server.com/downloads/get.php?path=/orthanc/:main \ http://www.montefiore.ulg.ac.be/~jodogne/Orthanc/ThirdPartyDownloads/:mongoose @@ -61,7 +60,7 @@ post-extract: ${MKDIR} ${WRKSRC}/ThirdPartyDownloads ${CP} ${DISTDIR}/${DIST_SUBDIR}/mongoose-3.8.tgz ${WRKSRC}/ThirdPartyDownloads # Orthanc hardcodes /usr/local paths for libs and includes. - ${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/CMakeLists.txt + ${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/Resources/CMake/Compiler.cmake ${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/Resources/CMake/JsonCppConfiguration.cmake ${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/Resources/CMake/SQLiteConfiguration.cmake @@ -80,7 +79,7 @@ post-install: ${MKDIR} ${STAGEDIR}${ETCDIR} ${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/Resources/Configuration.json ${CP} ${WRKSRC}/Resources/Configuration.json ${STAGEDIR}${ETCDIR}/orthanc.json.sample - ${STRIP_CMD} ${STAGEDIR}${DATADIR}/plugins/libServeFolders.so.0.9.0 + ${STRIP_CMD} ${STAGEDIR}${DATADIR}/plugins/libServeFolders.so.${PORTVERSION} .include Modified: head/science/orthanc/distinfo ============================================================================== --- head/science/orthanc/distinfo Mon Jul 6 15:37:33 2015 (r391421) +++ head/science/orthanc/distinfo Mon Jul 6 15:51:12 2015 (r391422) @@ -1,4 +1,4 @@ -SHA256 (orthanc/Orthanc-0.9.0.tar.gz) = f75f76a2aaa79951c8ece2137046f2572a91e96e31efe9e0ce99b644e4320d0a -SIZE (orthanc/Orthanc-0.9.0.tar.gz) = 676749 +SHA256 (orthanc/Orthanc-0.9.1.tar.gz) = 96849183714c4d79feaf698be2efbd42c82e0c4b3d9103e237a0e1c7b138967e +SIZE (orthanc/Orthanc-0.9.1.tar.gz) = 687249 SHA256 (orthanc/mongoose-3.8.tgz) = 6afc2c377614a01a24b78560a62d1316b29372afe08eae3715b56c877be71c6e SIZE (orthanc/mongoose-3.8.tgz) = 1577314 Modified: head/science/orthanc/pkg-plist ============================================================================== --- head/science/orthanc/pkg-plist Mon Jul 6 15:37:33 2015 (r391421) +++ head/science/orthanc/pkg-plist Mon Jul 6 15:51:12 2015 (r391422) @@ -1,11 +1,16 @@ -@dir(orthanc,orthanc,700) %%DATADIR%%/plugins -@dir(orthanc,orthanc,700) /var/db/orthanc/db/db-v5 -@dir(orthanc,orthanc,700) /var/db/orthanc/db -@dir(orthanc,orthanc,700) /var/db/orthanc -@sample(orthanc,orthanc,600) %%ETCDIR%%/orthanc.json.sample +@owner orthanc +@group orthanc +@mode 700 +@dir %%DATADIR%%/plugins +@dir /var/db/orthanc/db/db-v5 +@dir /var/db/orthanc/db +@dir /var/db/orthanc +@mode 600 +@sample %%ETCDIR%%/orthanc.json.sample +@mode include/orthanc/OrthancCDatabasePlugin.h include/orthanc/OrthancCPlugin.h include/orthanc/OrthancCppDatabasePlugin.h %%DATADIR%%/plugins/libServeFolders.so -%%DATADIR%%/plugins/libServeFolders.so.0.9.0 +%%DATADIR%%/plugins/libServeFolders.so.0.9.1 sbin/Orthanc From owner-svn-ports-head@freebsd.org Mon Jul 6 16:28:53 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 132C9AA37; Mon, 6 Jul 2015 16:28:53 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F0B131045; Mon, 6 Jul 2015 16:28:52 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66GSq7D047925; Mon, 6 Jul 2015 16:28:52 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66GSqeN047917; Mon, 6 Jul 2015 16:28:52 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201507061628.t66GSqeN047917@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Mon, 6 Jul 2015 16:28:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391423 - head/math/octave-forge-control X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 06 Jul 2015 16:28:53 -0000 Author: stephen Date: Mon Jul 6 16:28:51 2015 New Revision: 391423 URL: https://svnweb.freebsd.org/changeset/ports/391423 Log: - Update to 2.8.3. Modified: head/math/octave-forge-control/Makefile head/math/octave-forge-control/distinfo Modified: head/math/octave-forge-control/Makefile ============================================================================== --- head/math/octave-forge-control/Makefile Mon Jul 6 15:51:12 2015 (r391422) +++ head/math/octave-forge-control/Makefile Mon Jul 6 16:28:51 2015 (r391423) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= octave-forge-control -PORTVERSION= 2.8.2 +PORTVERSION= 2.8.3 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org Modified: head/math/octave-forge-control/distinfo ============================================================================== --- head/math/octave-forge-control/distinfo Mon Jul 6 15:51:12 2015 (r391422) +++ head/math/octave-forge-control/distinfo Mon Jul 6 16:28:51 2015 (r391423) @@ -1,2 +1,2 @@ -SHA256 (octave-forge/control-2.8.2.tar.gz) = ed9625817dcd0175cdcd3a46be0194fe41dfb6993ef3d9b35b172691dfd62f77 -SIZE (octave-forge/control-2.8.2.tar.gz) = 3351979 +SHA256 (octave-forge/control-2.8.3.tar.gz) = 75a047704be2a4e0aff7bdffc7918eee2f28e33ce730e18764540330e3439480 +SIZE (octave-forge/control-2.8.3.tar.gz) = 3407656 From owner-svn-ports-head@freebsd.org Mon Jul 6 16:43:10 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E1A0EAC91; Mon, 6 Jul 2015 16:43:10 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C6ACC19ED; Mon, 6 Jul 2015 16:43:10 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66GhAhb057345; Mon, 6 Jul 2015 16:43:10 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66GhAhJ057343; Mon, 6 Jul 2015 16:43:10 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201507061643.t66GhAhJ057343@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Mon, 6 Jul 2015 16:43:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391424 - 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, 06 Jul 2015 16:43:11 -0000 Author: gerald Date: Mon Jul 6 16:43:09 2015 New Revision: 391424 URL: https://svnweb.freebsd.org/changeset/ports/391424 Log: Update to the 20150705 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 Jul 6 16:28:51 2015 (r391423) +++ head/lang/gcc6-devel/Makefile Mon Jul 6 16:43:09 2015 (r391424) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 6.0.0.s20150628 +PORTVERSION= 6.0.0.s20150705 CATEGORIES= lang java MASTER_SITES= GCC/snapshots/${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX} Modified: head/lang/gcc6-devel/distinfo ============================================================================== --- head/lang/gcc6-devel/distinfo Mon Jul 6 16:28:51 2015 (r391423) +++ head/lang/gcc6-devel/distinfo Mon Jul 6 16:43:09 2015 (r391424) @@ -1,2 +1,2 @@ -SHA256 (gcc-6-20150628.tar.bz2) = 44cafd1a5d709635a07f9cd48b0952461864102c227646aee889f2107a2738b0 -SIZE (gcc-6-20150628.tar.bz2) = 91562057 +SHA256 (gcc-6-20150705.tar.bz2) = 4eee1ba56c9db35a3ff139e4090eb0f93f0b777f39d30e8dc2109a8aead3ef78 +SIZE (gcc-6-20150705.tar.bz2) = 91969459 From owner-svn-ports-head@freebsd.org Mon Jul 6 16:51:09 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BF46BAE7C; Mon, 6 Jul 2015 16:51:09 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AE0C5107D; Mon, 6 Jul 2015 16:51:09 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66Gp9ct062615; Mon, 6 Jul 2015 16:51:09 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66Gp7xP062604; Mon, 6 Jul 2015 16:51:07 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201507061651.t66Gp7xP062604@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 6 Jul 2015 16:51:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391426 - in head/misc: . ansiweather ansiweather/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, 06 Jul 2015 16:51:10 -0000 Author: swills Date: Mon Jul 6 16:51:06 2015 New Revision: 391426 URL: https://svnweb.freebsd.org/changeset/ports/391426 Log: misc/ansiweather: create port AnsiWeather is a Shell script for displaying the current weather conditions in your terminal, with support for ANSI colors and Unicode symbols. Weather data comes from the OpenWeatherMap free weather API. WWW: https://github.com/fcambus/ansiweather/ PR: 201097 Submitted by: Danilo G. Baio Added: head/misc/ansiweather/ head/misc/ansiweather/Makefile (contents, props changed) head/misc/ansiweather/distinfo (contents, props changed) head/misc/ansiweather/files/ head/misc/ansiweather/files/patch-ansiweather (contents, props changed) head/misc/ansiweather/files/pkg-message.in (contents, props changed) head/misc/ansiweather/pkg-descr (contents, props changed) head/misc/ansiweather/pkg-plist (contents, props changed) Modified: head/misc/Makefile Modified: head/misc/Makefile ============================================================================== --- head/misc/Makefile Mon Jul 6 16:47:09 2015 (r391425) +++ head/misc/Makefile Mon Jul 6 16:51:06 2015 (r391426) @@ -9,6 +9,7 @@ SUBDIR += amanda-perl-wrapper SUBDIR += amanda-server SUBDIR += amfm + SUBDIR += ansiweather SUBDIR += apparix SUBDIR += artikulate SUBDIR += asbutton Added: head/misc/ansiweather/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/ansiweather/Makefile Mon Jul 6 16:51:06 2015 (r391426) @@ -0,0 +1,37 @@ +# $FreeBSD$ + +PORTNAME= ansiweather +PORTVERSION= 1.02 +CATEGORIES= misc + +MAINTAINER= dbaio@bsd.com.br +COMMENT= Shell script for displaying the current weather in your terminal + +LICENSE= BSD3CLAUSE + +RUN_DEPENDS= ${LOCALBASE}/bin/jq:${PORTSDIR}/textproc/jq \ + ${LOCALBASE}/bin/curl:${PORTSDIR}/ftp/curl \ + ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash \ + gprintf:${PORTSDIR}/sysutils/coreutils + +USE_GITHUB= yes +GH_ACCOUNT= fcambus + +NO_BUILD= yes + +SUB_FILES= pkg-message + +OPTIONS_DEFINE= DOCS EXAMPLES + +do-install: + ${MKDIR} ${STAGEDIR}${DATADIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + + ${INSTALL_SCRIPT} ${WRKSRC}/ansiweather ${STAGEDIR}${PREFIX}/bin/ansiweather + ${INSTALL_DATA} ${WRKSRC}/ansiweather.plugin.zsh ${STAGEDIR}${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/ansiweatherrc.example ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_MAN} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} + ${INSTALL_MAN} ${WRKSRC}/AUTHORS ${STAGEDIR}${DOCSDIR} + +.include Added: head/misc/ansiweather/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/ansiweather/distinfo Mon Jul 6 16:51:06 2015 (r391426) @@ -0,0 +1,2 @@ +SHA256 (fcambus-ansiweather-1.02_GH0.tar.gz) = 6b65ba86a0a3af7ac0fbfea3c0e871371c519d0fafd79e4a517909128bf7ca5f +SIZE (fcambus-ansiweather-1.02_GH0.tar.gz) = 5763 Added: head/misc/ansiweather/files/patch-ansiweather ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/ansiweather/files/patch-ansiweather Mon Jul 6 16:51:06 2015 (r391426) @@ -0,0 +1,38 @@ +--- ansiweather.orig 2015-07-03 01:51:59 UTC ++++ ansiweather +@@ -203,8 +203,8 @@ then + do + days+=("$(echo $weather | jq ".list[$i]")") + dates+=("$(epoch_to_date $(echo ${days[$i]} | jq -r '.dt'))") +- lows+=("$(printf "%0.0f" $(echo ${days[$i]} | jq -r '.temp.min'))") +- highs+=("$(printf "%0.0f" $(echo ${days[$i]} | jq -r '.temp.max'))") ++ lows+=("$(gprintf "%0.0f" $(echo ${days[$i]} | jq -r '.temp.min'))") ++ highs+=("$(gprintf "%0.0f" $(echo ${days[$i]} | jq -r '.temp.max'))") + humidity+=("$(echo ${days[$i]} | jq -r '.humidity')") + pressure+=("$(echo ${days[$i]} | jq -r '.pressure')") + sky+=("$(echo ${days[$i]} | jq -r '.weather[0].main')") +@@ -213,7 +213,7 @@ then + done + else + city=$(echo $weather | jq -r '.name') +- temperature=$(printf '%.0f' $(echo $weather | jq '.main.temp')) ++ temperature=$(gprintf '%.0f' $(echo $weather | jq '.main.temp')) + humidity=$(echo $weather | jq '.main.humidity') + pressure=$(echo $weather | jq '.main.pressure') + sky=$(echo $weather | jq -r '.weather[0].main') +@@ -293,13 +293,13 @@ case $units in + scale="°C" + speed_unit="m/s" + pressure_unit="hPa" +- pressure=$(printf '%.0f' $pressure) ++ pressure=$(gprintf '%.0f' $pressure) + ;; + imperial) + scale="°F" + speed_unit="mph" + pressure_unit="inHg" +- pressure=$(printf '%.2f' $(echo "$pressure*0.0295" | bc)) ++ pressure=$(gprintf '%.2f' $(echo "$pressure*0.0295" | bc)) + ;; + esac + Added: head/misc/ansiweather/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/ansiweather/files/pkg-message.in Mon Jul 6 16:51:06 2015 (r391426) @@ -0,0 +1,9 @@ +************************************************************************ + + The default config file is ~/.ansiweatherrc. The environment variable + ANSIWEATHERRC can be set to override this. + + The file %%EXAMPLESDIR%%/ansiweatherrc.example + contains all available configuration variables. + +************************************************************************ Added: head/misc/ansiweather/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/ansiweather/pkg-descr Mon Jul 6 16:51:06 2015 (r391426) @@ -0,0 +1,6 @@ +AnsiWeather is a Shell script for displaying the current weather conditions +in your terminal, with support for ANSI colors and Unicode symbols. + +Weather data comes from the OpenWeatherMap free weather API. + +WWW: https://github.com/fcambus/ansiweather/ Added: head/misc/ansiweather/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/ansiweather/pkg-plist Mon Jul 6 16:51:06 2015 (r391426) @@ -0,0 +1,5 @@ +bin/ansiweather +%%DATADIR%%/ansiweather.plugin.zsh +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/README.md +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ansiweatherrc.example From owner-svn-ports-head@freebsd.org Mon Jul 6 16:59:13 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C6C25AF33; Mon, 6 Jul 2015 16:59:13 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B6DC915C2; Mon, 6 Jul 2015 16:59:13 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66GxD5D063913; Mon, 6 Jul 2015 16:59:13 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66GxDmJ063911; Mon, 6 Jul 2015 16:59:13 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201507061659.t66GxDmJ063911@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 6 Jul 2015 16:59:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391427 - head/dns/denominator X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 06 Jul 2015 16:59:13 -0000 Author: swills Date: Mon Jul 6 16:59:12 2015 New Revision: 391427 URL: https://svnweb.freebsd.org/changeset/ports/391427 Log: dns/denominator: update to 4.5.1 Modified: head/dns/denominator/Makefile head/dns/denominator/distinfo Modified: head/dns/denominator/Makefile ============================================================================== --- head/dns/denominator/Makefile Mon Jul 6 16:51:06 2015 (r391426) +++ head/dns/denominator/Makefile Mon Jul 6 16:59:12 2015 (r391427) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= denominator -PORTVERSION= 4.3.3 +PORTVERSION= 4.5.1 CATEGORIES= dns java -MASTER_SITES= http://dl.bintray.com/content/netflixoss/${PORTNAME}/${PORTNAME}-cli/release/${PORTVERSION}/ -DISTNAME= ${PORTNAME} +MASTER_SITES= https://bintray.com/artifact/download/netflixoss/maven/com/netflix/${PORTNAME}/${PORTNAME}-cli/${PORTVERSION}/ +DISTNAME= ${PORTNAME}-cli-${PORTVERSION}-fat.jar EXTRACT_SUFX= MAINTAINER= swills@FreeBSD.org @@ -21,6 +21,6 @@ do-extract: @${CP} ${DISTDIR}/${DISTNAME} ${WRKDIR}/${DISTNAME} do-install: - ${INSTALL_PROGRAM} ${WRKDIR}/${DISTNAME}/${DISTNAME} ${STAGEDIR}${PREFIX}/bin/ + ${INSTALL_PROGRAM} ${WRKDIR}/${DISTNAME}/${DISTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include Modified: head/dns/denominator/distinfo ============================================================================== --- head/dns/denominator/distinfo Mon Jul 6 16:51:06 2015 (r391426) +++ head/dns/denominator/distinfo Mon Jul 6 16:59:12 2015 (r391427) @@ -1,2 +1,2 @@ -SHA256 (denominator) = 3197b9856e1cb9753b79a105f41c8a1f8362917c89c2e8ae224678ffc63f5342 -SIZE (denominator) = 3562183 +SHA256 (denominator-cli-4.5.1-fat.jar) = f99905709cda2bdf56ea53c8d88da4924d7f3e9f080192311a21f8602cc1270c +SIZE (denominator-cli-4.5.1-fat.jar) = 3622227 From owner-svn-ports-head@freebsd.org Mon Jul 6 17:24:12 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 53E5B994120; Mon, 6 Jul 2015 17:24:12 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2C2C533AF; Mon, 6 Jul 2015 17:24:12 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66HOBEd078466; Mon, 6 Jul 2015 17:24:11 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66HOAuW078457; Mon, 6 Jul 2015 17:24:10 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201507061724.t66HOAuW078457@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Mon, 6 Jul 2015 17:24:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391428 - in head/mail: . rainloop rainloop-community X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 06 Jul 2015 17:24:12 -0000 Author: pi Date: Mon Jul 6 17:24:09 2015 New Revision: 391428 URL: https://svnweb.freebsd.org/changeset/ports/391428 Log: mail/rainloop: Upgrade 1.8.2 -> 1.9.2 mail/rainloop-community: new slave port, community edition rainloop is a modern and interactive webmail. Changelog since 1.8.2: http://www.rainloop.net/changelog/ PR: 200091 Submitted by: brnrd Approved by: loic.blot@unix-experience.fr (maintainer) Added: head/mail/rainloop-community/ head/mail/rainloop-community/Makefile (contents, props changed) head/mail/rainloop-community/distinfo (contents, props changed) head/mail/rainloop-community/pkg-descr (contents, props changed) head/mail/rainloop-community/pkg-plist (contents, props changed) Modified: head/mail/Makefile head/mail/rainloop/Makefile head/mail/rainloop/distinfo head/mail/rainloop/pkg-plist Modified: head/mail/Makefile ============================================================================== --- head/mail/Makefile Mon Jul 6 16:59:12 2015 (r391427) +++ head/mail/Makefile Mon Jul 6 17:24:09 2015 (r391428) @@ -542,6 +542,7 @@ SUBDIR += queue-fix SUBDIR += queue-repair SUBDIR += rainloop + SUBDIR += rainloop-community SUBDIR += raysfilter SUBDIR += razor-agents SUBDIR += rbl-milter Added: head/mail/rainloop-community/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/rainloop-community/Makefile Mon Jul 6 17:24:09 2015 (r391428) @@ -0,0 +1,16 @@ +# $FreeBSD$ + +PORTNAME= rainloop +PKGNAMESUFFIX= -community + +COMMENT= Modern and interactive webmail - community edition + +LICENSE= AGPLv3 + +MASTERDIR= ${.CURDIR}/../rainloop +DISTINFO_FILE= ${.CURDIR}/distinfo +PLIST= ${.CURDIR}/pkg-plist + +CONFLICTS_INSTALL= rainloop-[0-9]* + +.include "${MASTERDIR}/Makefile" Added: head/mail/rainloop-community/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/rainloop-community/distinfo Mon Jul 6 17:24:09 2015 (r391428) @@ -0,0 +1,2 @@ +SHA256 (rainloop-community-1.9.2.343-1579e1f742ef7a4fa87e55c201416e30.zip) = 500a88920dd410f3f860e984a903ae4d9598515fe33cd5eb51fd9e01371efa2b +SIZE (rainloop-community-1.9.2.343-1579e1f742ef7a4fa87e55c201416e30.zip) = 5185256 Added: head/mail/rainloop-community/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/rainloop-community/pkg-descr Mon Jul 6 17:24:09 2015 (r391428) @@ -0,0 +1,11 @@ +Modern user interface. +Complete support of IMAP and SMTP protocols including SSL and STARTTLS. +Minimalistic resources requirements. +Direct access to mail server is used (mails are not stored locally +on web server). +Allows for adding multiple accounts to primary one, simultaneous +access to different accounts in different browser tabs is supported. +Additional identities. +Administrative panel for configuring main options... + +WWW: http://rainloop.net/ Added: head/mail/rainloop-community/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/rainloop-community/pkg-plist Mon Jul 6 17:24:09 2015 (r391428) @@ -0,0 +1,1105 @@ +@owner %%WWWOWN%% +@group %%WWWGRP%% +%%WWWDIR%%/data/EMPTY +%%WWWDIR%%/data/VERSION +@dir %%WWWDIR%%/data +@owner root +@group wheel +%%WWWDIR%%/index.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/domains/default.ini.dist +%%WWWDIR%%/rainloop/v/%%VER%%/app/domains/disabled +%%WWWDIR%%/rainloop/v/%%VER%%/app/domains/gmail.com.ini +%%WWWDIR%%/rainloop/v/%%VER%%/app/domains/outlook.com.ini +%%WWWDIR%%/rainloop/v/%%VER%%/app/domains/qq.com.ini +%%WWWDIR%%/rainloop/v/%%VER%%/app/domains/yahoo.com.ini +%%WWWDIR%%/rainloop/v/%%VER%%/app/handle.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/langs.ini +%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/ar-ma.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/ar.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/bg.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/br.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/bs.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/ca.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/cs.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/cv.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/cy.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/da.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/de.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/el.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/en-au.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/en-ca.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/en-gb.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/eo.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/es.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/et.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/eu.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/fa.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/fi.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/fo.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/fr-ca.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/fr.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/gl.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/he.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/hi.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/hr.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/hu.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/hy-am.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/id.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/is.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/it.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/ja.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/ka.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/km.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/ko.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/lb.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/lt.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/lv.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/mk.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/ml.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/mr.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/ms-my.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/nb.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/ne.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/nl.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/nn.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/pl.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/pt-br.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/pt.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/ro.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/ru.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/sk.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/sl.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/sq.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/sr-cyrl.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/sr.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/sv.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/ta.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/th.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/tl-ph.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/tr.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/tzm-latn.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/tzm.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/ua.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/uk.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/uz.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/vi.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/zh-cn.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/i18n/moment/zh-tw.js +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Facebook/Entities/AccessToken.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Facebook/Entities/SignedRequest.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Facebook/FacebookAuthorizationException.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Facebook/FacebookCanvasLoginHelper.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Facebook/FacebookClientException.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Facebook/FacebookJavaScriptLoginHelper.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Facebook/FacebookOtherException.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Facebook/FacebookPageTabHelper.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Facebook/FacebookPermissionException.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Facebook/FacebookRedirectLoginHelper.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Facebook/FacebookRequest.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Facebook/FacebookRequestException.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Facebook/FacebookResponse.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Facebook/FacebookSDKException.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Facebook/FacebookServerException.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Facebook/FacebookSession.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Facebook/FacebookSignedRequestFromInputHelper.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Facebook/FacebookThrottleException.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Facebook/GraphAlbum.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Facebook/GraphLocation.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Facebook/GraphObject.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Facebook/GraphPage.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Facebook/GraphSessionInfo.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Facebook/GraphUser.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Facebook/GraphUserPage.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Facebook/HttpClients/FacebookCurl.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Facebook/HttpClients/FacebookCurlHttpClient.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Facebook/HttpClients/FacebookGuzzleHttpClient.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Facebook/HttpClients/FacebookHttpable.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Facebook/HttpClients/FacebookStream.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Facebook/HttpClients/FacebookStreamHttpClient.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Facebook/HttpClients/fb_ca_chain_bundle.crt +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/GuzzleHttp/Adapter/AdapterInterface.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/GuzzleHttp/Adapter/Curl/BatchContext.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/GuzzleHttp/Adapter/Curl/CurlAdapter.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/GuzzleHttp/Adapter/Curl/CurlFactory.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/GuzzleHttp/Adapter/Curl/MultiAdapter.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/GuzzleHttp/Adapter/Curl/RequestMediator.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/GuzzleHttp/Adapter/FakeParallelAdapter.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/GuzzleHttp/Adapter/MockAdapter.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/GuzzleHttp/Adapter/ParallelAdapterInterface.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/GuzzleHttp/Adapter/StreamAdapter.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/GuzzleHttp/Adapter/StreamingProxyAdapter.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/GuzzleHttp/Adapter/Transaction.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/GuzzleHttp/Adapter/TransactionInterface.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/GuzzleHttp/Adapter/TransactionIterator.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/GuzzleHttp/Client.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/GuzzleHttp/ClientInterface.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/GuzzleHttp/Collection.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/GuzzleHttp/Cookie/CookieJar.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/GuzzleHttp/Cookie/CookieJarInterface.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/GuzzleHttp/Cookie/FileCookieJar.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/GuzzleHttp/Cookie/SessionCookieJar.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/GuzzleHttp/Cookie/SetCookie.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/GuzzleHttp/Event/AbstractEvent.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/GuzzleHttp/Event/AbstractRequestEvent.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/GuzzleHttp/Event/AbstractTransferEvent.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/GuzzleHttp/Event/BeforeEvent.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/GuzzleHttp/Event/CompleteEvent.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/GuzzleHttp/Event/Emitter.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/GuzzleHttp/Event/EmitterInterface.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/GuzzleHttp/Event/ErrorEvent.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/GuzzleHttp/Event/EventInterface.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/GuzzleHttp/Event/HasEmitterInterface.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/GuzzleHttp/Event/HasEmitterTrait.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/GuzzleHttp/Event/HeadersEvent.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/GuzzleHttp/Event/ListenerAttacherTrait.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/GuzzleHttp/Event/RequestEvents.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/GuzzleHttp/Event/SubscriberInterface.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/GuzzleHttp/Exception/AdapterException.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/GuzzleHttp/Exception/BadResponseException.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/GuzzleHttp/Exception/ClientException.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/GuzzleHttp/Exception/CouldNotRewindStreamException.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/GuzzleHttp/Exception/ParseException.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/GuzzleHttp/Exception/RequestException.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/GuzzleHttp/Exception/ServerException.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/GuzzleHttp/Exception/TooManyRedirectsException.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/GuzzleHttp/Exception/TransferException.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/GuzzleHttp/HasDataTrait.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/GuzzleHttp/Message/AbstractMessage.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/GuzzleHttp/Message/MessageFactory.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/GuzzleHttp/Message/MessageFactoryInterface.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/GuzzleHttp/Message/MessageInterface.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/GuzzleHttp/Message/MessageParser.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/GuzzleHttp/Message/Request.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/GuzzleHttp/Message/RequestInterface.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/GuzzleHttp/Message/Response.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/GuzzleHttp/Message/ResponseInterface.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/GuzzleHttp/Mimetypes.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/GuzzleHttp/Post/MultipartBody.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/GuzzleHttp/Post/PostBody.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/GuzzleHttp/Post/PostBodyInterface.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/GuzzleHttp/Post/PostFile.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/GuzzleHttp/Post/PostFileInterface.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/GuzzleHttp/Query.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/GuzzleHttp/Subscriber/Cookie.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/GuzzleHttp/Subscriber/History.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/GuzzleHttp/Subscriber/HttpError.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/GuzzleHttp/Subscriber/Mock.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/GuzzleHttp/Subscriber/Prepare.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/GuzzleHttp/Subscriber/Redirect.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/GuzzleHttp/ToArrayInterface.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/GuzzleHttp/UriTemplate.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/GuzzleHttp/Url.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/GuzzleHttp/cacert.pem +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/GuzzleHttp/functions.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Base/Collection.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Base/Crypt.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Base/DateTimeHelper.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Base/Enumerations/Charset.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Base/Enumerations/Encoding.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Base/Exceptions/Exception.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Base/Exceptions/InvalidArgumentException.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Base/HtmlUtils.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Base/Http.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Base/LinkFinder.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Base/Loader.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Base/ResourceRegistry.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Base/StreamWrappers/Binary.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Base/StreamWrappers/Literal.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Base/StreamWrappers/SubStreams.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Base/StreamWrappers/TempFile.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Base/StreamWrappers/Test.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Base/Utils.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Base/Validator.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Cache/CacheClient.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Cache/DriverInterface.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Cache/Drivers/APC.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Cache/Drivers/File.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Cache/Drivers/Memcache.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Config.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Hooks.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Imap/BodyStructure.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Imap/Enumerations/FetchType.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Imap/Enumerations/FolderResponseStatus.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Imap/Enumerations/FolderStatus.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Imap/Enumerations/FolderType.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Imap/Enumerations/MessageFlag.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Imap/Enumerations/ResponseStatus.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Imap/Enumerations/ResponseType.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Imap/Enumerations/StoreAction.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Imap/Exceptions/Exception.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Imap/Exceptions/InvalidResponseException.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Imap/Exceptions/LoginBadCredentialsException.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Imap/Exceptions/LoginBadMethodException.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Imap/Exceptions/LoginException.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Imap/Exceptions/NegativeResponseException.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Imap/Exceptions/ResponseException.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Imap/Exceptions/ResponseNotFoundException.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Imap/Exceptions/RuntimeException.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Imap/FetchResponse.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Imap/Folder.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Imap/FolderInformation.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Imap/ImapClient.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Imap/NamespaceResult.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Imap/Response.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/LICENSE +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Log/Driver.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Log/Drivers/Callback.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Log/Drivers/File.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Log/Drivers/Inline.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Log/Enumerations/Type.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Log/Logger.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Mail/Attachment.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Mail/AttachmentCollection.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Mail/Exceptions/Exception.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Mail/Exceptions/NonEmptyFolder.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Mail/Exceptions/RuntimeException.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Mail/Folder.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Mail/FolderCollection.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Mail/MailClient.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Mail/Message.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Mail/MessageCollection.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/MailSo.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Mime/Attachment.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Mime/AttachmentCollection.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Mime/Email.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Mime/EmailCollection.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Mime/Enumerations/Constants.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Mime/Enumerations/DkimStatus.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Mime/Enumerations/Header.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Mime/Enumerations/MessagePriority.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Mime/Enumerations/MimeType.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Mime/Enumerations/Parameter.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Mime/Enumerations/Sensitivity.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Mime/Header.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Mime/HeaderCollection.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Mime/Message.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Mime/Parameter.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Mime/ParameterCollection.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Mime/Parser/ParserEmpty.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Mime/Parser/ParserInterface.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Mime/Parser/ParserMemory.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Mime/Part.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Mime/PartCollection.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Net/Enumerations/ConnectionSecurityType.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Net/Exceptions/ConnectionException.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Net/Exceptions/Exception.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Net/Exceptions/InvalidArgumentException.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Net/Exceptions/SocketAlreadyConnectedException.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Net/Exceptions/SocketCanNotConnectToHostException.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Net/Exceptions/SocketConnectionDoesNotAvailableException.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Net/Exceptions/SocketReadException.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Net/Exceptions/SocketReadTimeoutException.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Net/Exceptions/SocketUnreadBufferException.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Net/Exceptions/SocketUnsuppoterdSecureConnectionException.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Net/Exceptions/SocketWriteException.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Net/NetClient.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Pop3/Exceptions/Exception.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Pop3/Exceptions/LoginBadCredentialsException.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Pop3/Exceptions/NegativeResponseException.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Pop3/Exceptions/ResponseException.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Pop3/Exceptions/RuntimeException.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Pop3/Pop3Client.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Poppassd/Exceptions/Exception.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Poppassd/Exceptions/LoginBadCredentialsException.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Poppassd/Exceptions/NegativeResponseException.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Poppassd/Exceptions/ResponseException.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Poppassd/Exceptions/RuntimeException.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Poppassd/PoppassdClient.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Sieve/Exceptions/Exception.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Sieve/Exceptions/LoginBadCredentialsException.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Sieve/Exceptions/LoginBadMethodException.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Sieve/Exceptions/LoginException.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Sieve/Exceptions/NegativeResponseException.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Sieve/Exceptions/ResponseException.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Sieve/Exceptions/RuntimeException.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Sieve/ManageSieveClient.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Smtp/Exceptions/Exception.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Smtp/Exceptions/LoginBadCredentialsException.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Smtp/Exceptions/LoginBadMethodException.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Smtp/Exceptions/LoginException.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Smtp/Exceptions/NegativeResponseException.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Smtp/Exceptions/ResponseException.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Smtp/Exceptions/RuntimeException.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Smtp/SmtpClient.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Vendors/Net/IDNA2.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Vendors/Net/IDNA2CustomExceptions.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Version.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/PHP-OAuth2/Client.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/PHP-OAuth2/GrantType/AuthorizationCode.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/PHP-OAuth2/GrantType/ClientCredentials.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/PHP-OAuth2/GrantType/IGrantType.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/PHP-OAuth2/GrantType/Password.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/PHP-OAuth2/GrantType/RefreshToken.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/PHP-OAuth2/README +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/PHPGangsta/GoogleAuthenticator.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/PHPThumb/GD.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/PHPThumb/PHPThumb.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/PHPThumb/PluginInterface.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/PHPThumb/Plugins/Reflection.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Actions.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Api.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Common/BackwardCapability/Account.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Common/MbStringFix.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Common/PdoAbstract.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Common/RainLoopFacebookRedirectLoginHelper.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Config/AbstractConfig.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Config/Application.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Config/Plugin.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Enumerations/Capa.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Enumerations/Layout.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Enumerations/PluginPropertyType.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Enumerations/SignMeType.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Enumerations/TimeFormat.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Enumerations/UploadClientError.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Enumerations/UploadError.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Exceptions/ClientException.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Exceptions/Exception.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Exceptions/InvalidArgumentException.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Exceptions/RuntimeException.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/KeyPathHelper.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Model/Account.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Model/Domain.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Model/Identity.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Model/Template.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Notifications.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Plugins/AbstractPlugin.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Plugins/Helper.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Plugins/Manager.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Plugins/Property.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Providers/AbstractProvider.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Providers/AddressBook.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Providers/AddressBook/AddressBookInterface.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Providers/AddressBook/Classes/Contact.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Providers/AddressBook/Classes/Property.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Providers/AddressBook/Classes/Tag.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Providers/AddressBook/Enumerations/PropertyType.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Providers/AddressBook/PdoAddressBook.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Providers/ChangePassword.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Providers/ChangePassword/ChangePasswordInterface.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Providers/Domain.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Providers/Domain/DefaultDomain.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Providers/Domain/DomainAdminInterface.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Providers/Domain/DomainInterface.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Providers/Files.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Providers/Files/FileStorage.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Providers/Files/IFiles.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Providers/Filters.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Providers/Filters/Classes/Filter.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Providers/Filters/Classes/FilterCondition.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Providers/Filters/Enumerations/ActionType.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Providers/Filters/Enumerations/ConditionField.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Providers/Filters/Enumerations/ConditionType.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Providers/Filters/Enumerations/ConditionsType.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Providers/Filters/FiltersInterface.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Providers/Filters/SieveStorage.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Providers/Settings.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Providers/Settings/DefaultSettings.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Providers/Settings/ISettings.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Providers/Storage.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Providers/Storage/Enumerations/StorageType.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Providers/Storage/FileStorage.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Providers/Storage/IStorage.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Providers/Storage/TemproryApcStorage.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Providers/Suggestions.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Providers/Suggestions/ISuggestions.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Providers/Suggestions/OwnCloudSuggestions.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Providers/Suggestions/TestSuggestions.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Providers/TwoFactorAuth.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Providers/TwoFactorAuth/AbstractTwoFactorAuth.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Providers/TwoFactorAuth/GoogleTwoFactorAuth.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Providers/TwoFactorAuth/TwoFactorAuthInterface.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Service.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/ServiceActions.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Settings.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Social.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Utils.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/CalDAV/Backend/AbstractBackend.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/CalDAV/Backend/BackendInterface.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/CalDAV/Backend/NotificationSupport.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/CalDAV/Backend/PDO.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/CalDAV/Backend/SharingSupport.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/CalDAV/Calendar.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/CalDAV/CalendarObject.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/CalDAV/CalendarQueryParser.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/CalDAV/CalendarQueryValidator.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/CalDAV/CalendarRootNode.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/CalDAV/Exception/InvalidComponentType.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/CalDAV/ICSExportPlugin.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/CalDAV/ICalendar.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/CalDAV/ICalendarObject.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/CalDAV/IShareableCalendar.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/CalDAV/ISharedCalendar.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/CalDAV/Notifications/Collection.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/CalDAV/Notifications/ICollection.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/CalDAV/Notifications/INode.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/CalDAV/Notifications/INotificationType.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/CalDAV/Notifications/Node.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/CalDAV/Notifications/Notification/Invite.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/CalDAV/Notifications/Notification/InviteReply.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/CalDAV/Notifications/Notification/SystemStatus.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/CalDAV/Plugin.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/CalDAV/Principal/Collection.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/CalDAV/Principal/IProxyRead.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/CalDAV/Principal/IProxyWrite.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/CalDAV/Principal/ProxyRead.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/CalDAV/Principal/ProxyWrite.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/CalDAV/Principal/User.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/CalDAV/Property/AllowedSharingModes.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/CalDAV/Property/Invite.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/CalDAV/Property/ScheduleCalendarTransp.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/CalDAV/Property/SupportedCalendarComponentSet.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/CalDAV/Property/SupportedCalendarData.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/CalDAV/Property/SupportedCollationSet.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/CalDAV/Schedule/IMip.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/CalDAV/Schedule/IOutbox.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/CalDAV/Schedule/Outbox.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/CalDAV/ShareableCalendar.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/CalDAV/SharedCalendar.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/CalDAV/SharingPlugin.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/CalDAV/UserCalendars.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/CalDAV/Version.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/CardDAV/AddressBook.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/CardDAV/AddressBookQueryParser.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/CardDAV/AddressBookRoot.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/CardDAV/Backend/AbstractBackend.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/CardDAV/Backend/BackendInterface.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/CardDAV/Backend/PDO.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/CardDAV/Card.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/CardDAV/IAddressBook.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/CardDAV/ICard.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/CardDAV/IDirectory.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/CardDAV/Plugin.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/CardDAV/Property/SupportedAddressData.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/CardDAV/UserAddressBooks.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/CardDAV/VCFExportPlugin.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/CardDAV/Version.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/Auth/Backend/AbstractBasic.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/Auth/Backend/AbstractDigest.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/Auth/Backend/Apache.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/Auth/Backend/BackendInterface.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/Auth/Backend/File.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/Auth/Backend/PDO.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/Auth/Plugin.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/Browser/GuessContentType.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/Browser/MapGetToPropFind.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/Browser/Plugin.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/Browser/assets/favicon.ico +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/Browser/assets/icons/addressbook.png +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/Browser/assets/icons/calendar.png +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/Browser/assets/icons/card.png +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/Browser/assets/icons/collection.png +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/Browser/assets/icons/file.png +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/Browser/assets/icons/parent.png +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/Browser/assets/icons/principal.png +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/Client.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/Collection.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/Exception.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/Exception/BadRequest.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/Exception/Conflict.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/Exception/ConflictingLock.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/Exception/FileNotFound.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/Exception/Forbidden.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/Exception/InsufficientStorage.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/Exception/InvalidResourceType.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/Exception/LockTokenMatchesRequestUri.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/Exception/Locked.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/Exception/MethodNotAllowed.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/Exception/NotAuthenticated.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/Exception/NotFound.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/Exception/NotImplemented.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/Exception/PaymentRequired.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/Exception/PreconditionFailed.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/Exception/ReportNotSupported.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/Exception/RequestedRangeNotSatisfiable.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/Exception/ServiceUnavailable.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/Exception/UnsupportedMediaType.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/FS/Directory.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/FS/File.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/FS/Node.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/FSExt/Directory.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/FSExt/File.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/FSExt/Node.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/File.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/ICollection.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/IExtendedCollection.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/IFile.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/INode.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/IProperties.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/IQuota.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/Locks/Backend/AbstractBackend.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/Locks/Backend/BackendInterface.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/Locks/Backend/FS.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/Locks/Backend/File.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/Locks/Backend/PDO.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/Locks/LockInfo.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/Locks/Plugin.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/Mount/Plugin.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/Node.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/ObjectTree.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/PartialUpdate/IFile.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/PartialUpdate/Plugin.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/Property.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/Property/GetLastModified.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/Property/Href.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/Property/HrefList.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/Property/IHref.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/Property/LockDiscovery.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/Property/ResourceType.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/Property/Response.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/Property/ResponseList.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/Property/SupportedLock.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/Property/SupportedReportSet.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/PropertyInterface.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/Server.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/ServerPlugin.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/SimpleCollection.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/SimpleFile.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/StringUtil.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/TemporaryFileFilterPlugin.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/Tree.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/Tree/Filesystem.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/URLUtil.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/UUIDUtil.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/Version.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAV/XMLUtil.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAVACL/AbstractPrincipalCollection.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAVACL/Exception/AceConflict.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAVACL/Exception/NeedPrivileges.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAVACL/Exception/NoAbstract.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAVACL/Exception/NotRecognizedPrincipal.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAVACL/Exception/NotSupportedPrivilege.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAVACL/IACL.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAVACL/IPrincipal.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAVACL/IPrincipalCollection.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAVACL/Plugin.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAVACL/Principal.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAVACL/PrincipalBackend/AbstractBackend.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAVACL/PrincipalBackend/BackendInterface.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAVACL/PrincipalBackend/PDO.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAVACL/PrincipalCollection.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAVACL/Property/Acl.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAVACL/Property/AclRestrictions.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAVACL/Property/CurrentUserPrivilegeSet.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAVACL/Property/Principal.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAVACL/Property/SupportedPrivilegeSet.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/DAVACL/Version.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/HTTP/AWSAuth.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/HTTP/AbstractAuth.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/HTTP/BasicAuth.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/HTTP/DigestAuth.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/HTTP/Request.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/HTTP/Response.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/HTTP/Util.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/HTTP/Version.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/VObject/Cli.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/VObject/Component.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/VObject/Component/VAlarm.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/VObject/Component/VCalendar.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/VObject/Component/VCard.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/VObject/Component/VEvent.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/VObject/Component/VFreeBusy.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/VObject/Component/VJournal.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/VObject/Component/VTodo.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/VObject/DateTimeParser.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/VObject/Document.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/VObject/ElementList.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/VObject/EofException.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/VObject/FreeBusyGenerator.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/VObject/Node.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/VObject/Parameter.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/VObject/ParseException.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/VObject/Parser/Json.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/VObject/Parser/MimeDir.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/VObject/Parser/Parser.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/VObject/Property.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/VObject/Property/Binary.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/VObject/Property/Boolean.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/VObject/Property/FlatText.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/VObject/Property/Float.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/VObject/Property/ICalendar/CalAddress.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/VObject/Property/ICalendar/Date.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/VObject/Property/ICalendar/DateTime.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/VObject/Property/ICalendar/Duration.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/VObject/Property/ICalendar/Period.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/VObject/Property/ICalendar/Recur.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/VObject/Property/Integer.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/VObject/Property/Text.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/VObject/Property/Time.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/VObject/Property/Unknown.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/VObject/Property/Uri.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/VObject/Property/UtcOffset.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/VObject/Property/VCard/Date.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/VObject/Property/VCard/DateAndOrTime.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/VObject/Property/VCard/DateTime.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/VObject/Property/VCard/LanguageTag.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/VObject/Property/VCard/TimeStamp.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/VObject/Reader.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/VObject/RecurrenceIterator.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/VObject/Splitter/ICalendar.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/VObject/Splitter/SplitterInterface.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/VObject/Splitter/VCard.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/VObject/StringUtil.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/VObject/TimeZoneUtil.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/VObject/VCardConverter.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/VObject/Version.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/SabreForRainLoop/VObject/includes.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/emogrifier/CHANGELOG.TXT +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/emogrifier/Emogrifier.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/emogrifier/LICENSE +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/emogrifier/README.md +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/lessphp/LICENSE +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/lessphp/README.md +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/lessphp/ctype.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/lessphp/lessc.inc.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/pclzip/_pclzip.lib.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/pclzip/gnu-lgpl.txt +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/pclzip/pclzip.lib.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/pclzip/readme.txt +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/phpseclib/Crypt/AES.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/phpseclib/Crypt/Base.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/phpseclib/Crypt/Blowfish.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/phpseclib/Crypt/DES.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/phpseclib/Crypt/Hash.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/phpseclib/Crypt/RC2.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/phpseclib/Crypt/RC4.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/phpseclib/Crypt/RSA.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/phpseclib/Crypt/Random.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/phpseclib/Crypt/Rijndael.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/phpseclib/Crypt/TripleDES.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/phpseclib/Crypt/Twofish.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/phpseclib/File/ANSI.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/phpseclib/File/ASN1.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/phpseclib/File/X509.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/phpseclib/Math/BigInteger.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/phpseclib/Net/SCP.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/phpseclib/Net/SFTP.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/phpseclib/Net/SFTP/Stream.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/phpseclib/Net/SSH1.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/phpseclib/Net/SSH2.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/phpseclib/System/SSH/Agent.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/phpseclib/System/SSH_Agent.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/phpseclib/openssl.cnf +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/tmhOAuth/LICENSE +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/tmhOAuth/README.md +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/tmhOAuth/cacert.pem +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/tmhOAuth/tmhOAuth.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/tmhOAuth/tmhUtilities.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/resources/RainLoop.asc +%%WWWDIR%%/rainloop/v/%%VER%%/app/resources/images/empty-contact.png +%%WWWDIR%%/rainloop/v/%%VER%%/app/resources/images/services/amazon.com.png +%%WWWDIR%%/rainloop/v/%%VER%%/app/resources/images/services/apple.com.png +%%WWWDIR%%/rainloop/v/%%VER%%/app/resources/images/services/asana.com.png +%%WWWDIR%%/rainloop/v/%%VER%%/app/resources/images/services/battle.net.png +%%WWWDIR%%/rainloop/v/%%VER%%/app/resources/images/services/blizzard.com.png +%%WWWDIR%%/rainloop/v/%%VER%%/app/resources/images/services/cnet.online.com.png +%%WWWDIR%%/rainloop/v/%%VER%%/app/resources/images/services/connect.asana.com.png +%%WWWDIR%%/rainloop/v/%%VER%%/app/resources/images/services/e.paypal.com.png +%%WWWDIR%%/rainloop/v/%%VER%%/app/resources/images/services/ea.com.png +%%WWWDIR%%/rainloop/v/%%VER%%/app/resources/images/services/ebay.com.png +%%WWWDIR%%/rainloop/v/%%VER%%/app/resources/images/services/em.ea.com.png +%%WWWDIR%%/rainloop/v/%%VER%%/app/resources/images/services/email.blizzard.com.png +%%WWWDIR%%/rainloop/v/%%VER%%/app/resources/images/services/email.microsoft.com.png +%%WWWDIR%%/rainloop/v/%%VER%%/app/resources/images/services/email.skype.com.png +%%WWWDIR%%/rainloop/v/%%VER%%/app/resources/images/services/facebook.com.png +%%WWWDIR%%/rainloop/v/%%VER%%/app/resources/images/services/facebookmail.com.png +%%WWWDIR%%/rainloop/v/%%VER%%/app/resources/images/services/github.com.png +%%WWWDIR%%/rainloop/v/%%VER%%/app/resources/images/services/google.com.png +%%WWWDIR%%/rainloop/v/%%VER%%/app/resources/images/services/id.apple.com.png +%%WWWDIR%%/rainloop/v/%%VER%%/app/resources/images/services/intl.paypal.com.png +%%WWWDIR%%/rainloop/v/%%VER%%/app/resources/images/services/microsoft.com.png +%%WWWDIR%%/rainloop/v/%%VER%%/app/resources/images/services/microsoftonline.com.png +%%WWWDIR%%/rainloop/v/%%VER%%/app/resources/images/services/myspace.com.png +%%WWWDIR%%/rainloop/v/%%VER%%/app/resources/images/services/news.myspace.com.png +%%WWWDIR%%/rainloop/v/%%VER%%/app/resources/images/services/news.onlive.com.png +%%WWWDIR%%/rainloop/v/%%VER%%/app/resources/images/services/onlive.com.png +%%WWWDIR%%/rainloop/v/%%VER%%/app/resources/images/services/paypal.com.png +%%WWWDIR%%/rainloop/v/%%VER%%/app/resources/images/services/plus.google.com.png +%%WWWDIR%%/rainloop/v/%%VER%%/app/resources/images/services/postmaster.twitter.com.png +%%WWWDIR%%/rainloop/v/%%VER%%/app/resources/images/services/reply.ebay.com.png +%%WWWDIR%%/rainloop/v/%%VER%%/app/resources/images/services/reply1.ebay.com.png +%%WWWDIR%%/rainloop/v/%%VER%%/app/resources/images/services/reply2.ebay.com.png +%%WWWDIR%%/rainloop/v/%%VER%%/app/resources/images/services/reply3.ebay.com.png +%%WWWDIR%%/rainloop/v/%%VER%%/app/resources/images/services/skype.com.png +%%WWWDIR%%/rainloop/v/%%VER%%/app/resources/images/services/steampowered.com.png +%%WWWDIR%%/rainloop/v/%%VER%%/app/resources/images/services/ted.com.png +%%WWWDIR%%/rainloop/v/%%VER%%/app/resources/images/services/twitter.com.png +%%WWWDIR%%/rainloop/v/%%VER%%/app/resources/images/services/youtube.com.png +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/BadBrowser.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Error.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Index.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Themes/template.less +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Themes/values.less +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/Admin/AdminLogin.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/Admin/AdminMenu.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/Admin/AdminPane.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/Admin/AdminSettingsAbout.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/Admin/AdminSettingsBranding.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/Admin/AdminSettingsContacts.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/Admin/AdminSettingsDomainListItem.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/Admin/AdminSettingsDomains.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/Admin/AdminSettingsGeneral.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/Admin/AdminSettingsLicensing.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/Admin/AdminSettingsLogin.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/Admin/AdminSettingsPackages.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/Admin/AdminSettingsPackagesListItem.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/Admin/AdminSettingsPackagesTable.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/Admin/AdminSettingsPluginListItem.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/Admin/AdminSettingsPluginProperty.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/Admin/AdminSettingsPlugins.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/Admin/AdminSettingsSecurity.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/Admin/AdminSettingsSocial.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/Admin/PopupsActivate.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/Admin/PopupsDomain.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/Admin/PopupsPlugin.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/Common/Pagenator.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/Common/PopupsAsk.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/Common/PopupsKeyboardShortcutsHelp.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/Common/PopupsLanguages.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/Common/PopupsWelcomePage.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/Components/Checkbox.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/Components/CheckboxClassic.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/Components/CheckboxMaterialDesign.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/Components/Input.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/Components/Radio.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/Components/SaveTrigger.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/Components/Select.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/Components/TextArea.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/User/About.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/User/ComposeAttachment.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/User/Login.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/User/LoginWelcome.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/User/MailFolderList.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/User/MailFolderListItem.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/User/MailFolderListSystemItem.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/User/MailMessageList.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/User/MailMessageListItem.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/User/MailMessageListItemNoPreviewPane.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/User/MailMessageView.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/User/PhotoSwipe.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/User/PopupsAccount.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/User/PopupsAddOpenPgpKey.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/User/PopupsAdvancedSearch.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/User/PopupsCompose.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/User/PopupsComposeOpenPgp.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/User/PopupsContacts.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/User/PopupsFilter.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/User/PopupsFolderClear.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/User/PopupsFolderCreate.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/User/PopupsFolderSystem.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/User/PopupsIdentity.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/User/PopupsMessageOpenPgp.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/User/PopupsNewOpenPgpKey.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/User/PopupsTemplate.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/User/PopupsTwoFactorConfiguration.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/User/PopupsTwoFactorTest.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/User/PopupsViewOpenPgpKey.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/User/PopupsWindowSimpleMessage.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/User/SettingsAccounts.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/User/SettingsChangePassword.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/User/SettingsContacts.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/User/SettingsCustom.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/User/SettingsFilters.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/User/SettingsFiltersActionDiscard.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/User/SettingsFiltersActionForward.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/User/SettingsFiltersActionMoveToFolder.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/User/SettingsFiltersActionNone.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/User/SettingsFiltersActionReject.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/User/SettingsFiltersActionVacation.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/User/SettingsFiltersConditionDefault.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/User/SettingsFiltersConditionMore.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/User/SettingsFiltersConditionSize.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/User/SettingsFolderItem.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/User/SettingsFolders.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/User/SettingsGeneral.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/User/SettingsMenu.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/User/SettingsOpenPGP.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/User/SettingsPane.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/User/SettingsSecurity.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/User/SettingsSocial.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/User/SettingsTemplates.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/User/SettingsThemes.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/User/SystemDropDown.html +%%WWWDIR%%/rainloop/v/%%VER%%/check.php +%%WWWDIR%%/rainloop/v/%%VER%%/include.php +%%WWWDIR%%/rainloop/v/%%VER%%/index.php +%%WWWDIR%%/rainloop/v/%%VER%%/index.php.root +%%WWWDIR%%/rainloop/v/%%VER%%/langs/admin/de.ini +%%WWWDIR%%/rainloop/v/%%VER%%/langs/admin/en.ini +%%WWWDIR%%/rainloop/v/%%VER%%/langs/admin/it.ini +%%WWWDIR%%/rainloop/v/%%VER%%/langs/admin/nl.ini +%%WWWDIR%%/rainloop/v/%%VER%%/langs/admin/pl.ini +%%WWWDIR%%/rainloop/v/%%VER%%/langs/admin/pt-br.ini +%%WWWDIR%%/rainloop/v/%%VER%%/langs/admin/ru.ini +%%WWWDIR%%/rainloop/v/%%VER%%/langs/bg.ini +%%WWWDIR%%/rainloop/v/%%VER%%/langs/cs.ini +%%WWWDIR%%/rainloop/v/%%VER%%/langs/de.ini +%%WWWDIR%%/rainloop/v/%%VER%%/langs/en-gb.ini +%%WWWDIR%%/rainloop/v/%%VER%%/langs/en.ini +%%WWWDIR%%/rainloop/v/%%VER%%/langs/es.ini +%%WWWDIR%%/rainloop/v/%%VER%%/langs/fr.ini +%%WWWDIR%%/rainloop/v/%%VER%%/langs/hu.ini +%%WWWDIR%%/rainloop/v/%%VER%%/langs/is.ini +%%WWWDIR%%/rainloop/v/%%VER%%/langs/it.ini +%%WWWDIR%%/rainloop/v/%%VER%%/langs/ja-jp.ini +%%WWWDIR%%/rainloop/v/%%VER%%/langs/ko-kr.ini +%%WWWDIR%%/rainloop/v/%%VER%%/langs/lt.ini +%%WWWDIR%%/rainloop/v/%%VER%%/langs/lv.ini +%%WWWDIR%%/rainloop/v/%%VER%%/langs/nl.ini +%%WWWDIR%%/rainloop/v/%%VER%%/langs/no.ini +%%WWWDIR%%/rainloop/v/%%VER%%/langs/pl.ini +%%WWWDIR%%/rainloop/v/%%VER%%/langs/pt-br.ini +%%WWWDIR%%/rainloop/v/%%VER%%/langs/pt-pt.ini +%%WWWDIR%%/rainloop/v/%%VER%%/langs/ro.ini +%%WWWDIR%%/rainloop/v/%%VER%%/langs/ru.ini +%%WWWDIR%%/rainloop/v/%%VER%%/langs/sk.ini +%%WWWDIR%%/rainloop/v/%%VER%%/langs/sv.ini +%%WWWDIR%%/rainloop/v/%%VER%%/langs/tr.ini +%%WWWDIR%%/rainloop/v/%%VER%%/langs/ua.ini +%%WWWDIR%%/rainloop/v/%%VER%%/langs/zh-cn.ini +%%WWWDIR%%/rainloop/v/%%VER%%/langs/zh-tw.ini +%%WWWDIR%%/rainloop/v/%%VER%%/static/apple-touch-icon.png +%%WWWDIR%%/rainloop/v/%%VER%%/static/browsers/chrome.gif +%%WWWDIR%%/rainloop/v/%%VER%%/static/browsers/firefox.gif +%%WWWDIR%%/rainloop/v/%%VER%%/static/browsers/opera.gif +%%WWWDIR%%/rainloop/v/%%VER%%/static/browsers/safari.gif +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/CHANGES.md +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/CUSTOMS +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/LICENSE.md +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/README.md +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/adapters/jquery.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/build-config.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/ckeditor.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/ckeditor.orig.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/config.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/contents.css +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/lang/af.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/lang/ar.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/lang/bg.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/lang/bn.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/lang/bs.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/lang/ca.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/lang/cs.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/lang/cy.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/lang/da.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/lang/de.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/lang/el.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/lang/en-au.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/lang/en-ca.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/lang/en-gb.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/lang/en.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/lang/eo.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/lang/es.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/lang/et.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/lang/eu.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/lang/fa.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/lang/fi.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/lang/fo.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/lang/fr-ca.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/lang/fr.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/lang/gl.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/lang/gu.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/lang/he.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/lang/hi.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/lang/hr.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/lang/hu.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/lang/id.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/lang/is.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/lang/it.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/lang/ja.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/lang/ka.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/lang/km.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/lang/ko.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/lang/ku.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/lang/lt.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/lang/lv.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/lang/mk.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/lang/mn.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/lang/ms.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/lang/nb.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/lang/nl.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/lang/no.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/lang/pl.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/lang/pt-br.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/lang/pt.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/lang/ro.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/lang/ru.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/lang/si.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/lang/sk.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/lang/sl.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/lang/sq.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/lang/sr-latn.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/lang/sr.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/lang/sv.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/lang/th.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/lang/tr.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/lang/tt.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/lang/ug.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/lang/uk.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/lang/vi.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/lang/zh-cn.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/lang/zh.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/base64image/LICENSE.md +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/base64image/README.md +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/base64image/dialogs/base64image.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/clipboard/dialogs/paste.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/dialog/dialogDefinition.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/fastimage/dialogs/fastimage.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/fastimage/images/noimage.png +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/icons.png +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/icons_hidpi.png *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Mon Jul 6 17:28:58 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ECD1F9941BB; Mon, 6 Jul 2015 17:28:58 +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 45510353A; Mon, 6 Jul 2015 17:28:57 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by apnoea.adamw.org (OpenSMTPD) with ESMTPSA id b0566c0a; TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NO; Mon, 6 Jul 2015 11:28:48 -0600 (MDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2102\)) Subject: Re: svn commit: r391421 - in head/sysutils: . docker docker/files From: Adam Weinberger In-Reply-To: <201507061537.t66FbYeo022971@repo.freebsd.org> Date: Mon, 6 Jul 2015 11:28:42 -0600 Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <75F6D977-5E69-4816-AE77-61F26729A441@adamw.org> References: <201507061537.t66FbYeo022971@repo.freebsd.org> To: Kris Moore X-Mailer: Apple Mail (2.2102) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 06 Jul 2015 17:28:59 -0000 > On 6 Jul, 2015, at 9:37, Kris Moore wrote: >=20 >=20 > +COMMENT=3D Docker containment system >=20 > Added: head/sysutils/docker/pkg-descr > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/sysutils/docker/pkg-descr Mon Jul 6 15:37:33 2015 = (r391421) > @@ -0,0 +1,3 @@ > +FreeBSD port of Docker > + > +WWW: https://github.com/kvasdopil/docker Hi Kris, The COMMENT here contains more useful information than the entire = pkg-descr.=20 The first bit of the README.md contains the description of what Docker = is. You should consider putting that text into the pkg-descr instead. # Adam --=20 Adam Weinberger adamw@adamw.org http://www.adamw.org From owner-svn-ports-head@freebsd.org Mon Jul 6 17:31:22 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6CBEA99421C; Mon, 6 Jul 2015 17:31:22 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 41A7537CE; Mon, 6 Jul 2015 17:31:22 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66HVL5O083128; Mon, 6 Jul 2015 17:31:21 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66HVLDj083126; Mon, 6 Jul 2015 17:31:21 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201507061731.t66HVLDj083126@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 6 Jul 2015 17:31:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391429 - 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: Mon, 06 Jul 2015 17:31:22 -0000 Author: feld Date: Mon Jul 6 17:31:21 2015 New Revision: 391429 URL: https://svnweb.freebsd.org/changeset/ports/391429 Log: Document recent squid vulnerabilities PR: 201374 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon Jul 6 17:24:09 2015 (r391428) +++ head/security/vuxml/vuln.xml Mon Jul 6 17:31:21 2015 (r391429) @@ -57,6 +57,89 @@ Notes: --> + + squid -- multiple vulnerabilities + + + squid + 3.53.5.6 + + + + +

Amos Jeffries, Squid-3 release manager, reports:

+
+

Due to incorrect handling of peer responses in a hierarchy of 2 or + more proxies remote clients (or scripts run on a client) are able to + gain unrestricted access through a gateway proxy to its backend + proxy.

+

If the two proxies have differing levels of security this could + lead to authentication bypass or unprivileged access to supposedly + secure resources.

+

Squid up to and including 3.5.5 are apparently vulnerable to DoS + attack from malicious clients using repeated TLS renegotiation + messages. This has not been verified as it also seems to require + outdated (0.9.8l and older) OpenSSL libraries.

+
+ +
+ + http://openwall.com/lists/oss-security/2015/07/06/8 + + + 2015-07-06 + 2015-07-06 + +
+ + + squid -- client-first SSL-bump does not correctly validate X509 server certificate + + + squid + 3.53.5.4 + 3.43.4.13 + + + squid33 + 3.33.3.14 + + + squid32 + 3.23.2.14 + + + + +

Squid security advisory 2015:1 reports:

+
+

Squid configured with client-first SSL-bump does not correctly + validate X509 server certificate domain / hostname fields.

+

The bug is important because it allows remote servers to bypass + client certificate validation. Some attackers may also be able + to use valid certificates for one domain signed by a global + Certificate Authority to abuse an unrelated domain.

+

However, the bug is exploitable only if you have configured + Squid to perform SSL Bumping with the "client-first" or "bump" + mode of operation.

+

Sites that do not use SSL-Bump are not vulnerable.

+

All Squid built without SSL support are not vulnerable to the + problem.

+
+

The FreeBSD port does not use SSL by default and is not vulnerable + in the default configuration.

+ +
+ + CVE-2015-3455 + http://www.squid-cache.org/Advisories/SQUID-2015_1.txt + + + 2015-05-01 + 2015-07-06 + +
+ ansible -- multiple vulnerabilities From owner-svn-ports-head@freebsd.org Mon Jul 6 17:31:43 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1E383994254; Mon, 6 Jul 2015 17:31:43 +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 437F1393A; Mon, 6 Jul 2015 17:31:41 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by apnoea.adamw.org (OpenSMTPD) with ESMTPSA id 3fca8823; TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NO; Mon, 6 Jul 2015 11:31:40 -0600 (MDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2102\)) Subject: Re: svn commit: r391426 - in head/misc: . ansiweather ansiweather/files From: Adam Weinberger In-Reply-To: <201507061651.t66Gp7xP062604@repo.freebsd.org> Date: Mon, 6 Jul 2015 11:31:38 -0600 Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <0DD826C1-7D38-4F68-BCCB-C5C788273BCC@adamw.org> References: <201507061651.t66Gp7xP062604@repo.freebsd.org> To: Steve Wills X-Mailer: Apple Mail (2.2102) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 06 Jul 2015 17:31:43 -0000 > On 6 Jul, 2015, at 10:51, Steve Wills wrote: >=20 > +RUN_DEPENDS=3D ${LOCALBASE}/bin/jq:${PORTSDIR}/textproc/jq \ > + ${LOCALBASE}/bin/curl:${PORTSDIR}/ftp/curl \ > + ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash \ > + gprintf:${PORTSDIR}/sysutils/coreutils Hi Steve, These are all in ${PATH}. Why are the first 3 prefixed with = ${LOCALBASE}/bin/? # Adam --=20 Adam Weinberger adamw@adamw.org http://www.adamw.org= From owner-svn-ports-head@freebsd.org Mon Jul 6 17:34:17 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1BD169943D9; Mon, 6 Jul 2015 17:34:17 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 00F393B69; Mon, 6 Jul 2015 17:34:16 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66HYGSt083675; Mon, 6 Jul 2015 17:34:16 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66HYGN6083673; Mon, 6 Jul 2015 17:34:16 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201507061734.t66HYGN6083673@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Mon, 6 Jul 2015 17:34:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391430 - head/devel/jenkins X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 06 Jul 2015 17:34:17 -0000 Author: lwhsu Date: Mon Jul 6 17:34:15 2015 New Revision: 391430 URL: https://svnweb.freebsd.org/changeset/ports/391430 Log: - Update to 1.619 Modified: head/devel/jenkins/Makefile head/devel/jenkins/distinfo Modified: head/devel/jenkins/Makefile ============================================================================== --- head/devel/jenkins/Makefile Mon Jul 6 17:31:21 2015 (r391429) +++ head/devel/jenkins/Makefile Mon Jul 6 17:34:15 2015 (r391430) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jenkins -PORTVERSION= 1.618 +PORTVERSION= 1.619 CATEGORIES= devel java MASTER_SITES= http://mirrors.jenkins-ci.org/war/${PORTVERSION}/ DISTNAME= jenkins Modified: head/devel/jenkins/distinfo ============================================================================== --- head/devel/jenkins/distinfo Mon Jul 6 17:31:21 2015 (r391429) +++ head/devel/jenkins/distinfo Mon Jul 6 17:34:15 2015 (r391430) @@ -1,2 +1,2 @@ -SHA256 (jenkins/1.618/jenkins.war) = 86cb65bb3c8980d61336bdf1b10af1fefd2e1d9fca678ff4efc054c1b498a7ee -SIZE (jenkins/1.618/jenkins.war) = 63261204 +SHA256 (jenkins/1.619/jenkins.war) = 44882933eeee7c29e251bc3eb11a8aece3178b5ff0582f45bfe27dc4ed59647b +SIZE (jenkins/1.619/jenkins.war) = 63264115 From owner-svn-ports-head@freebsd.org Mon Jul 6 17:38:20 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8D5EC99442B; Mon, 6 Jul 2015 17:38:20 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7D61B3CDE; Mon, 6 Jul 2015 17:38:20 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66HcKub084408; Mon, 6 Jul 2015 17:38:20 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66HcJkL084405; Mon, 6 Jul 2015 17:38:19 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201507061738.t66HcJkL084405@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 6 Jul 2015 17:38:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391431 - head/www/squid X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 06 Jul 2015 17:38:20 -0000 Author: feld Date: Mon Jul 6 17:38:18 2015 New Revision: 391431 URL: https://svnweb.freebsd.org/changeset/ports/391431 Log: Update to 3.5.6 Resolve security issue, no CVE assigned yet Approved by: maintainer Security: 150d1538-23fa-11e5-a4a5-002590263bf5 Modified: head/www/squid/Makefile head/www/squid/distinfo head/www/squid/pkg-plist Modified: head/www/squid/Makefile ============================================================================== --- head/www/squid/Makefile Mon Jul 6 17:34:15 2015 (r391430) +++ head/www/squid/Makefile Mon Jul 6 17:38:18 2015 (r391431) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= squid -PORTVERSION= 3.5.5 +PORTVERSION= 3.5.6 CATEGORIES= www ipv6 MASTER_SITES= http://www.squid-cache.org/Versions/v3/${PORTVERSION:R}/ \ http://www2.us.squid-cache.org/Versions/v3/${PORTVERSION:R}/ \ Modified: head/www/squid/distinfo ============================================================================== --- head/www/squid/distinfo Mon Jul 6 17:34:15 2015 (r391430) +++ head/www/squid/distinfo Mon Jul 6 17:38:18 2015 (r391431) @@ -1,2 +1,2 @@ -SHA256 (squid3.5/squid-3.5.5.tar.xz) = 23793da6b23871765188becae59a6f4b6c3672c256ba9be90743b46a3c7921cf -SIZE (squid3.5/squid-3.5.5.tar.xz) = 2290016 +SHA256 (squid3.5/squid-3.5.6.tar.xz) = cd080e8d5eaabebf6808792751322bd05f2a9c8fe4377f54c7155682ef6c38d5 +SIZE (squid3.5/squid-3.5.6.tar.xz) = 2291152 Modified: head/www/squid/pkg-plist ============================================================================== --- head/www/squid/pkg-plist Mon Jul 6 17:34:15 2015 (r391430) +++ head/www/squid/pkg-plist Mon Jul 6 17:38:18 2015 (r391431) @@ -482,6 +482,7 @@ %%ETCDIR%%/errors/es-pr %%ETCDIR%%/errors/es-py %%ETCDIR%%/errors/es-sv +%%ETCDIR%%/errors/es-us %%ETCDIR%%/errors/es-uy %%ETCDIR%%/errors/es-ve %%ETCDIR%%/errors/es/ERR_ACCESS_DENIED From owner-svn-ports-head@freebsd.org Mon Jul 6 17:39:54 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 16B1A994473; Mon, 6 Jul 2015 17:39:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EC92610A9; Mon, 6 Jul 2015 17:39:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66HdrHw084955; Mon, 6 Jul 2015 17:39:53 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66HdqNY084944; Mon, 6 Jul 2015 17:39:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507061739.t66HdqNY084944@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 6 Jul 2015 17:39:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391433 - in head/devel: . rubygem-rspec-logsplit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 06 Jul 2015 17:39:54 -0000 Author: sunpoet Date: Mon Jul 6 17:39:51 2015 New Revision: 391433 URL: https://svnweb.freebsd.org/changeset/ports/391433 Log: - Add rubygem-rspec-logsplit 0.1.3 This RSpec plugin allows you to change the logger for your library for each separate example. This gives the ability to see the log output for each specific test. WWW: https://github.com/abstractive/rspec-logsplit Added: head/devel/rubygem-rspec-logsplit/ head/devel/rubygem-rspec-logsplit/Makefile (contents, props changed) head/devel/rubygem-rspec-logsplit/distinfo (contents, props changed) head/devel/rubygem-rspec-logsplit/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Jul 6 17:39:29 2015 (r391432) +++ head/devel/Makefile Mon Jul 6 17:39:51 2015 (r391433) @@ -4780,6 +4780,7 @@ SUBDIR += rubygem-rspec SUBDIR += rubygem-rspec-core SUBDIR += rubygem-rspec-expectations + SUBDIR += rubygem-rspec-logsplit SUBDIR += rubygem-rspec-mocks SUBDIR += rubygem-rspec-support SUBDIR += rubygem-rubigen Added: head/devel/rubygem-rspec-logsplit/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-rspec-logsplit/Makefile Mon Jul 6 17:39:51 2015 (r391433) @@ -0,0 +1,19 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= rspec-logsplit +PORTVERSION= 0.1.3 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Log splitter for RSpec + +LICENSE= MIT + +NO_ARCH= yes +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Added: head/devel/rubygem-rspec-logsplit/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-rspec-logsplit/distinfo Mon Jul 6 17:39:51 2015 (r391433) @@ -0,0 +1,2 @@ +SHA256 (rubygem/rspec-logsplit-0.1.3.gem) = a8f4d91d8aa7de64b35c87713b5133b54192f46eba54e1b5b373eecf89082b44 +SIZE (rubygem/rspec-logsplit-0.1.3.gem) = 7680 Added: head/devel/rubygem-rspec-logsplit/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-rspec-logsplit/pkg-descr Mon Jul 6 17:39:51 2015 (r391433) @@ -0,0 +1,5 @@ +This RSpec plugin allows you to change the logger for your library for each +separate example. This gives the ability to see the log output for each specific +test. + +WWW: https://github.com/abstractive/rspec-logsplit From owner-svn-ports-head@freebsd.org Mon Jul 6 17:40:32 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 10C3799458A; Mon, 6 Jul 2015 17:40:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D5D9211DE; Mon, 6 Jul 2015 17:40:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66HeVp1085760; Mon, 6 Jul 2015 17:40:31 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66HeUTo085752; Mon, 6 Jul 2015 17:40:30 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507061740.t66HeUTo085752@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 6 Jul 2015 17:40:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391434 - in head/devel: . rubygem-celluloid-essentials X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 06 Jul 2015 17:40:32 -0000 Author: sunpoet Date: Mon Jul 6 17:40:29 2015 New Revision: 391434 URL: https://svnweb.freebsd.org/changeset/ports/391434 Log: - Add rubygem-celluloid-essentials 0.20.0 This port provides internally used tools, and superstructural dependencies of Celluloid. WWW: https://github.com/celluloid/celluloid-essentials Added: head/devel/rubygem-celluloid-essentials/ head/devel/rubygem-celluloid-essentials/Makefile (contents, props changed) head/devel/rubygem-celluloid-essentials/distinfo (contents, props changed) head/devel/rubygem-celluloid-essentials/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Jul 6 17:39:51 2015 (r391433) +++ head/devel/Makefile Mon Jul 6 17:40:29 2015 (r391434) @@ -4529,6 +4529,7 @@ SUBDIR += rubygem-cairo-gobject SUBDIR += rubygem-capybara SUBDIR += rubygem-celluloid + SUBDIR += rubygem-celluloid-essentials SUBDIR += rubygem-celluloid-io SUBDIR += rubygem-cf-uaa-lib SUBDIR += rubygem-childprocess Added: head/devel/rubygem-celluloid-essentials/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-celluloid-essentials/Makefile Mon Jul 6 17:40:29 2015 (r391434) @@ -0,0 +1,25 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= celluloid-essentials +PORTVERSION= 0.20.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Internally used tools, and superstructural dependencies of Celluloid + +LICENSE= MIT + +RUN_DEPENDS= rubygem-bundler>=0:${PORTSDIR}/sysutils/rubygem-bundler \ + rubygem-dotenv>=0:${PORTSDIR}/misc/rubygem-dotenv \ + rubygem-nenv>=0:${PORTSDIR}/devel/rubygem-nenv \ + rubygem-rspec-logsplit>=0.1.2:${PORTSDIR}/devel/rubygem-rspec-logsplit \ + rubygem-timers>=4.0.0:${PORTSDIR}/devel/rubygem-timers + +NO_ARCH= yes +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Added: head/devel/rubygem-celluloid-essentials/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-celluloid-essentials/distinfo Mon Jul 6 17:40:29 2015 (r391434) @@ -0,0 +1,2 @@ +SHA256 (rubygem/celluloid-essentials-0.20.0.gem) = 8347c49f0299c9d848f6adadd6e94e4f910c80560fd44277a93fa4b4f675a7d3 +SIZE (rubygem/celluloid-essentials-0.20.0.gem) = 16896 Added: head/devel/rubygem-celluloid-essentials/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-celluloid-essentials/pkg-descr Mon Jul 6 17:40:29 2015 (r391434) @@ -0,0 +1,4 @@ +This port provides internally used tools, and superstructural dependencies of +Celluloid. + +WWW: https://github.com/celluloid/celluloid-essentials From owner-svn-ports-head@freebsd.org Mon Jul 6 17:41:16 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4C54F9945B7; Mon, 6 Jul 2015 17:41:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 21CD21520; Mon, 6 Jul 2015 17:41:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66HfFAM086034; Mon, 6 Jul 2015 17:41:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66HfEPc086027; Mon, 6 Jul 2015 17:41:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507061741.t66HfEPc086027@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 6 Jul 2015 17:41:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391435 - in head/devel: . rubygem-celluloid-extras X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 06 Jul 2015 17:41:16 -0000 Author: sunpoet Date: Mon Jul 6 17:41:13 2015 New Revision: 391435 URL: https://svnweb.freebsd.org/changeset/ports/391435 Log: - Add rubygem-celluloid-extras 0.20.0 This port provides classes to support examples, benchmarks, or add special functionality. WWW: https://github.com/celluloid/celluloid-extras Added: head/devel/rubygem-celluloid-extras/ head/devel/rubygem-celluloid-extras/Makefile (contents, props changed) head/devel/rubygem-celluloid-extras/distinfo (contents, props changed) head/devel/rubygem-celluloid-extras/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Jul 6 17:40:29 2015 (r391434) +++ head/devel/Makefile Mon Jul 6 17:41:13 2015 (r391435) @@ -4530,6 +4530,7 @@ SUBDIR += rubygem-capybara SUBDIR += rubygem-celluloid SUBDIR += rubygem-celluloid-essentials + SUBDIR += rubygem-celluloid-extras SUBDIR += rubygem-celluloid-io SUBDIR += rubygem-cf-uaa-lib SUBDIR += rubygem-childprocess Added: head/devel/rubygem-celluloid-extras/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-celluloid-extras/Makefile Mon Jul 6 17:41:13 2015 (r391435) @@ -0,0 +1,25 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= celluloid-extras +PORTVERSION= 0.20.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Celluloid expansion, testing, and example classes + +LICENSE= MIT + +RUN_DEPENDS= rubygem-bundler>=0:${PORTSDIR}/sysutils/rubygem-bundler \ + rubygem-dotenv>=0:${PORTSDIR}/misc/rubygem-dotenv \ + rubygem-nenv>=0:${PORTSDIR}/devel/rubygem-nenv \ + rubygem-rspec-logsplit>=0.1.2:${PORTSDIR}/devel/rubygem-rspec-logsplit \ + rubygem-timers>=4.0.0:${PORTSDIR}/devel/rubygem-timers + +NO_ARCH= yes +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Added: head/devel/rubygem-celluloid-extras/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-celluloid-extras/distinfo Mon Jul 6 17:41:13 2015 (r391435) @@ -0,0 +1,2 @@ +SHA256 (rubygem/celluloid-extras-0.20.0.gem) = 739925beab24b71d37f67663fa563601abbd9f50b95c90b1e8d1fcd7ce0c914d +SIZE (rubygem/celluloid-extras-0.20.0.gem) = 7168 Added: head/devel/rubygem-celluloid-extras/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-celluloid-extras/pkg-descr Mon Jul 6 17:41:13 2015 (r391435) @@ -0,0 +1,4 @@ +This port provides classes to support examples, benchmarks, or add special +functionality. + +WWW: https://github.com/celluloid/celluloid-extras From owner-svn-ports-head@freebsd.org Mon Jul 6 17:41:51 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9240A9945EE; Mon, 6 Jul 2015 17:41:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4BB09168A; Mon, 6 Jul 2015 17:41:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66Hfphl089283; Mon, 6 Jul 2015 17:41:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66Hfnep089137; Mon, 6 Jul 2015 17:41:49 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507061741.t66Hfnep089137@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 6 Jul 2015 17:41:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391436 - in head/devel: . rubygem-celluloid-fsm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 06 Jul 2015 17:41:51 -0000 Author: sunpoet Date: Mon Jul 6 17:41:48 2015 New Revision: 391436 URL: https://svnweb.freebsd.org/changeset/ports/391436 Log: - Add rubygem-celluloid-fsm 0.20.0 This port provides simple finite state machines with integrated Celluloid timeout support. WWW: https://github.com/celluloid/celluloid-fsm Added: head/devel/rubygem-celluloid-fsm/ head/devel/rubygem-celluloid-fsm/Makefile (contents, props changed) head/devel/rubygem-celluloid-fsm/distinfo (contents, props changed) head/devel/rubygem-celluloid-fsm/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Jul 6 17:41:13 2015 (r391435) +++ head/devel/Makefile Mon Jul 6 17:41:48 2015 (r391436) @@ -4531,6 +4531,7 @@ SUBDIR += rubygem-celluloid SUBDIR += rubygem-celluloid-essentials SUBDIR += rubygem-celluloid-extras + SUBDIR += rubygem-celluloid-fsm SUBDIR += rubygem-celluloid-io SUBDIR += rubygem-cf-uaa-lib SUBDIR += rubygem-childprocess Added: head/devel/rubygem-celluloid-fsm/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-celluloid-fsm/Makefile Mon Jul 6 17:41:48 2015 (r391436) @@ -0,0 +1,25 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= celluloid-fsm +PORTVERSION= 0.20.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Simple finite state machines with integrated Celluloid timeout support + +LICENSE= MIT + +RUN_DEPENDS= rubygem-bundler>=0:${PORTSDIR}/sysutils/rubygem-bundler \ + rubygem-dotenv>=0:${PORTSDIR}/misc/rubygem-dotenv \ + rubygem-nenv>=0:${PORTSDIR}/devel/rubygem-nenv \ + rubygem-rspec-logsplit>=0.1.2:${PORTSDIR}/devel/rubygem-rspec-logsplit \ + rubygem-timers>=4.0.0:${PORTSDIR}/devel/rubygem-timers + +NO_ARCH= yes +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Added: head/devel/rubygem-celluloid-fsm/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-celluloid-fsm/distinfo Mon Jul 6 17:41:48 2015 (r391436) @@ -0,0 +1,2 @@ +SHA256 (rubygem/celluloid-fsm-0.20.0.gem) = 7ec10d8bbe197e97d8a5855d29e0aecb6ad3bf451ff1d7e2e4e5f630262b8478 +SIZE (rubygem/celluloid-fsm-0.20.0.gem) = 8704 Added: head/devel/rubygem-celluloid-fsm/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-celluloid-fsm/pkg-descr Mon Jul 6 17:41:48 2015 (r391436) @@ -0,0 +1,4 @@ +This port provides simple finite state machines with integrated Celluloid +timeout support. + +WWW: https://github.com/celluloid/celluloid-fsm From owner-svn-ports-head@freebsd.org Mon Jul 6 17:42:17 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 243C7994610; Mon, 6 Jul 2015 17:42:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 07D0C1928; Mon, 6 Jul 2015 17:42:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66HgGYP089526; Mon, 6 Jul 2015 17:42:16 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66HgFnx089516; Mon, 6 Jul 2015 17:42:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507061742.t66HgFnx089516@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 6 Jul 2015 17:42:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391437 - in head/devel: . rubygem-celluloid-pool X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 06 Jul 2015 17:42:17 -0000 Author: sunpoet Date: Mon Jul 6 17:42:14 2015 New Revision: 391437 URL: https://svnweb.freebsd.org/changeset/ports/391437 Log: - Add rubygem-celluloid-pool 0.20.0 This port provides an implementation of an actor pool, based on the Celluloid concurrent object framework. WWW: https://github.com/celluloid/celluloid-pool Added: head/devel/rubygem-celluloid-pool/ head/devel/rubygem-celluloid-pool/Makefile (contents, props changed) head/devel/rubygem-celluloid-pool/distinfo (contents, props changed) head/devel/rubygem-celluloid-pool/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Jul 6 17:41:48 2015 (r391436) +++ head/devel/Makefile Mon Jul 6 17:42:14 2015 (r391437) @@ -4533,6 +4533,7 @@ SUBDIR += rubygem-celluloid-extras SUBDIR += rubygem-celluloid-fsm SUBDIR += rubygem-celluloid-io + SUBDIR += rubygem-celluloid-pool SUBDIR += rubygem-cf-uaa-lib SUBDIR += rubygem-childprocess SUBDIR += rubygem-chronic Added: head/devel/rubygem-celluloid-pool/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-celluloid-pool/Makefile Mon Jul 6 17:42:14 2015 (r391437) @@ -0,0 +1,25 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= celluloid-pool +PORTVERSION= 0.20.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Actor pools for Celluloid + +LICENSE= MIT + +RUN_DEPENDS= rubygem-bundler>=0:${PORTSDIR}/sysutils/rubygem-bundler \ + rubygem-dotenv>=0:${PORTSDIR}/misc/rubygem-dotenv \ + rubygem-nenv>=0:${PORTSDIR}/devel/rubygem-nenv \ + rubygem-rspec-logsplit>=0.1.2:${PORTSDIR}/devel/rubygem-rspec-logsplit \ + rubygem-timers>=4.0.0:${PORTSDIR}/devel/rubygem-timers + +NO_ARCH= yes +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Added: head/devel/rubygem-celluloid-pool/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-celluloid-pool/distinfo Mon Jul 6 17:42:14 2015 (r391437) @@ -0,0 +1,2 @@ +SHA256 (rubygem/celluloid-pool-0.20.0.gem) = 20fc1207cd2feed490c1a2358647ed86b3fd7bbd5d8447e67ae6c361b45a9c2d +SIZE (rubygem/celluloid-pool-0.20.0.gem) = 9216 Added: head/devel/rubygem-celluloid-pool/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-celluloid-pool/pkg-descr Mon Jul 6 17:42:14 2015 (r391437) @@ -0,0 +1,4 @@ +This port provides an implementation of an actor pool, based on the Celluloid +concurrent object framework. + +WWW: https://github.com/celluloid/celluloid-pool From owner-svn-ports-head@freebsd.org Mon Jul 6 17:42:50 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8F77999463A; Mon, 6 Jul 2015 17:42:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 72EB81A16; Mon, 6 Jul 2015 17:42:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66HgoOa089757; Mon, 6 Jul 2015 17:42:50 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66HgnaS089748; Mon, 6 Jul 2015 17:42:49 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507061742.t66HgnaS089748@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 6 Jul 2015 17:42:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391438 - in head/devel: . rubygem-celluloid-supervision X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 06 Jul 2015 17:42:50 -0000 Author: sunpoet Date: Mon Jul 6 17:42:48 2015 New Revision: 391438 URL: https://svnweb.freebsd.org/changeset/ports/391438 Log: - Add rubygem-celluloid-supervision 0.20.0 This port provides supervisors, supervision groups, and supervision trees for Celluloid. WWW: https://github.com/celluloid/celluloid-supervision Added: head/devel/rubygem-celluloid-supervision/ head/devel/rubygem-celluloid-supervision/Makefile (contents, props changed) head/devel/rubygem-celluloid-supervision/distinfo (contents, props changed) head/devel/rubygem-celluloid-supervision/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Jul 6 17:42:14 2015 (r391437) +++ head/devel/Makefile Mon Jul 6 17:42:48 2015 (r391438) @@ -4534,6 +4534,7 @@ SUBDIR += rubygem-celluloid-fsm SUBDIR += rubygem-celluloid-io SUBDIR += rubygem-celluloid-pool + SUBDIR += rubygem-celluloid-supervision SUBDIR += rubygem-cf-uaa-lib SUBDIR += rubygem-childprocess SUBDIR += rubygem-chronic Added: head/devel/rubygem-celluloid-supervision/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-celluloid-supervision/Makefile Mon Jul 6 17:42:48 2015 (r391438) @@ -0,0 +1,25 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= celluloid-supervision +PORTVERSION= 0.20.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Supervisors, supervision groups, and supervision trees for Celluloid + +LICENSE= MIT + +RUN_DEPENDS= rubygem-bundler>=0:${PORTSDIR}/sysutils/rubygem-bundler \ + rubygem-dotenv>=0:${PORTSDIR}/misc/rubygem-dotenv \ + rubygem-nenv>=0:${PORTSDIR}/devel/rubygem-nenv \ + rubygem-rspec-logsplit>=0.1.2:${PORTSDIR}/devel/rubygem-rspec-logsplit \ + rubygem-timers>=4.0.0:${PORTSDIR}/devel/rubygem-timers + +NO_ARCH= yes +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Added: head/devel/rubygem-celluloid-supervision/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-celluloid-supervision/distinfo Mon Jul 6 17:42:48 2015 (r391438) @@ -0,0 +1,2 @@ +SHA256 (rubygem/celluloid-supervision-0.20.0.gem) = 3ba4f4a0e71adcd8cf772d926bd2d252f27b22cad8771cf26c289e880443e2a0 +SIZE (rubygem/celluloid-supervision-0.20.0.gem) = 14336 Added: head/devel/rubygem-celluloid-supervision/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-celluloid-supervision/pkg-descr Mon Jul 6 17:42:48 2015 (r391438) @@ -0,0 +1,4 @@ +This port provides supervisors, supervision groups, and supervision trees for +Celluloid. + +WWW: https://github.com/celluloid/celluloid-supervision From owner-svn-ports-head@freebsd.org Mon Jul 6 17:45:20 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1FF17994672; Mon, 6 Jul 2015 17:45:20 +0000 (UTC) (envelope-from kmoore@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0FF531B30; Mon, 6 Jul 2015 17:45:20 +0000 (UTC) (envelope-from kmoore@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66HjJp0090300; Mon, 6 Jul 2015 17:45:19 GMT (envelope-from kmoore@FreeBSD.org) Received: (from kmoore@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66HjJHq090299; Mon, 6 Jul 2015 17:45:19 GMT (envelope-from kmoore@FreeBSD.org) Message-Id: <201507061745.t66HjJHq090299@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kmoore set sender to kmoore@FreeBSD.org using -f From: Kris Moore Date: Mon, 6 Jul 2015 17:45:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391439 - head/sysutils/docker X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 06 Jul 2015 17:45:20 -0000 Author: kmoore Date: Mon Jul 6 17:45:19 2015 New Revision: 391439 URL: https://svnweb.freebsd.org/changeset/ports/391439 Log: - Add a much more verbose pkg-descr Modified: head/sysutils/docker/pkg-descr Modified: head/sysutils/docker/pkg-descr ============================================================================== --- head/sysutils/docker/pkg-descr Mon Jul 6 17:42:48 2015 (r391438) +++ head/sysutils/docker/pkg-descr Mon Jul 6 17:45:19 2015 (r391439) @@ -1,3 +1,12 @@ -FreeBSD port of Docker +Docker is an open source project to pack, ship and run any +application as a lightweight container. + +Docker containers are both hardware-agnostic and platform-agnostic. +This means they can run anywhere, from your laptop to the largest +EC2 compute instance and everything in between - and they don't +require you to use a particular language, framework or packaging +system. That makes them great building blocks for deploying and +scaling web apps, databases, and backend services without depending +on a particular stack or provider. WWW: https://github.com/kvasdopil/docker From owner-svn-ports-head@freebsd.org Mon Jul 6 17:45:51 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9ED1A994699 for ; Mon, 6 Jul 2015 17:45:51 +0000 (UTC) (envelope-from kris@pcbsd.org) Received: from barracuda.ixsystems.com (mail.ixsystems.com [69.198.165.135]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.ixsystems.com", Issuer "Go Daddy Secure Certificate Authority - G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 80E1D1C57 for ; Mon, 6 Jul 2015 17:45:51 +0000 (UTC) (envelope-from kris@pcbsd.org) X-ASG-Debug-ID: 1436204748-08ca04286002890002-7kGxFj Received: from [192.168.0.51] (75-130-56-30.static.kgpt.tn.charter.com [75.130.56.30]) by barracuda.ixsystems.com with ESMTP id anevmsg1eEtRI2rB (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Mon, 06 Jul 2015 10:45:49 -0700 (PDT) X-Barracuda-Envelope-From: kris@pcbsd.org X-Barracuda-AUTH-User: kris@pcbsd.org X-Barracuda-Apparent-Source-IP: 75.130.56.30 X-ASG-Whitelist: Client Message-ID: <559ABECC.7040006@pcbsd.org> Date: Mon, 06 Jul 2015 13:45:48 -0400 From: Kris Moore User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Adam Weinberger , Kris Moore CC: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r391421 - in head/sysutils: . docker docker/files References: <201507061537.t66FbYeo022971@repo.freebsd.org> <75F6D977-5E69-4816-AE77-61F26729A441@adamw.org> X-ASG-Orig-Subj: Re: svn commit: r391421 - in head/sysutils: . docker docker/files In-Reply-To: <75F6D977-5E69-4816-AE77-61F26729A441@adamw.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Barracuda-Connect: 75-130-56-30.static.kgpt.tn.charter.com[75.130.56.30] X-Barracuda-Start-Time: 1436204749 X-Barracuda-Encrypted: ECDHE-RSA-AES128-GCM-SHA256 X-Barracuda-URL: https://10.2.0.41:443/cgi-mod/mark.cgi X-Virus-Scanned: by bsmtpd at ixsystems.com X-Barracuda-BRTS-Status: 1 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 06 Jul 2015 17:45:51 -0000 On 07/06/2015 13:28, Adam Weinberger wrote: >> On 6 Jul, 2015, at 9:37, Kris Moore wrote: >> >> >> +COMMENT= Docker containment system >> >> Added: head/sysutils/docker/pkg-descr >> ============================================================================== >> --- /dev/null 00:00:00 1970 (empty, because file is newly added) >> +++ head/sysutils/docker/pkg-descr Mon Jul 6 15:37:33 2015 (r391421) >> @@ -0,0 +1,3 @@ >> +FreeBSD port of Docker >> + >> +WWW: https://github.com/kvasdopil/docker > Hi Kris, > > The COMMENT here contains more useful information than the entire pkg-descr. > > The first bit of the README.md contains the description of what Docker is. You should consider putting that text into the pkg-descr instead. > > # Adam > > Adam, Yea, I should have expanded that a bit further. I've changed it now to include that text. Thanks! -- Kris Moore PC-BSD Software / iXsystems Enterprise Storage & Servers Driven By Open Source From owner-svn-ports-head@freebsd.org Mon Jul 6 17:45:53 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 561F299469E; Mon, 6 Jul 2015 17:45:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 45DE21C5C; Mon, 6 Jul 2015 17:45:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66Hjrio090496; Mon, 6 Jul 2015 17:45:53 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66Hjq2C090492; Mon, 6 Jul 2015 17:45:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507061745.t66Hjq2C090492@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 6 Jul 2015 17:45:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391440 - head/textproc/p5-Lingua-EN-FindNumber X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 06 Jul 2015 17:45:53 -0000 Author: sunpoet Date: Mon Jul 6 17:45:51 2015 New Revision: 391440 URL: https://svnweb.freebsd.org/changeset/ports/391440 Log: - Update to 1.31 - Add NO_ARCH Changes: http://search.cpan.org/dist/Lingua-EN-FindNumber/Changes Modified: head/textproc/p5-Lingua-EN-FindNumber/Makefile head/textproc/p5-Lingua-EN-FindNumber/distinfo Modified: head/textproc/p5-Lingua-EN-FindNumber/Makefile ============================================================================== --- head/textproc/p5-Lingua-EN-FindNumber/Makefile Mon Jul 6 17:45:19 2015 (r391439) +++ head/textproc/p5-Lingua-EN-FindNumber/Makefile Mon Jul 6 17:45:51 2015 (r391440) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Lingua-EN-FindNumber -PORTVERSION= 1.30 -PORTREVISION= 1 +PORTVERSION= 1.31 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -19,6 +18,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod \ p5-Test-Pod-Coverage>=1:${PORTSDIR}/devel/p5-Test-Pod-Coverage +NO_ARCH= yes USE_PERL5= configure USES= perl5 Modified: head/textproc/p5-Lingua-EN-FindNumber/distinfo ============================================================================== --- head/textproc/p5-Lingua-EN-FindNumber/distinfo Mon Jul 6 17:45:19 2015 (r391439) +++ head/textproc/p5-Lingua-EN-FindNumber/distinfo Mon Jul 6 17:45:51 2015 (r391440) @@ -1,2 +1,2 @@ -SHA256 (Lingua-EN-FindNumber-1.30.tar.gz) = 48b07c07ec14a79a69b8505f6d91c7449f5144eabe8fd606e43fbec7f932b03c -SIZE (Lingua-EN-FindNumber-1.30.tar.gz) = 9960 +SHA256 (Lingua-EN-FindNumber-1.31.tar.gz) = f67f4d4983bd29da5cbbff3cb18dd70788692b35e2dabcd4c65bef1cd2bf658f +SIZE (Lingua-EN-FindNumber-1.31.tar.gz) = 10343 From owner-svn-ports-head@freebsd.org Mon Jul 6 17:45:59 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 174BD9946E1; Mon, 6 Jul 2015 17:45:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A1A3D1D85; Mon, 6 Jul 2015 17:45:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66HjwpN090635; Mon, 6 Jul 2015 17:45:58 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66HjwY6090633; Mon, 6 Jul 2015 17:45:58 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507061745.t66HjwY6090633@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 6 Jul 2015 17:45:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391441 - head/devel/p5-Types-Core X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 06 Jul 2015 17:45:59 -0000 Author: sunpoet Date: Mon Jul 6 17:45:57 2015 New Revision: 391441 URL: https://svnweb.freebsd.org/changeset/ports/391441 Log: - Update to 0.1.8 Modified: head/devel/p5-Types-Core/Makefile head/devel/p5-Types-Core/distinfo Modified: head/devel/p5-Types-Core/Makefile ============================================================================== --- head/devel/p5-Types-Core/Makefile Mon Jul 6 17:45:51 2015 (r391440) +++ head/devel/p5-Types-Core/Makefile Mon Jul 6 17:45:57 2015 (r391441) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Types-Core -PORTVERSION= 0.1.7 +PORTVERSION= 0.1.8 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:LAWALSH Modified: head/devel/p5-Types-Core/distinfo ============================================================================== --- head/devel/p5-Types-Core/distinfo Mon Jul 6 17:45:51 2015 (r391440) +++ head/devel/p5-Types-Core/distinfo Mon Jul 6 17:45:57 2015 (r391441) @@ -1,2 +1,2 @@ -SHA256 (Types-Core-0.1.7.tar.gz) = ad6c9c17ea39f7654ecb074d5e0482f7889fbd4b75e15988ac072c5878d8ed25 -SIZE (Types-Core-0.1.7.tar.gz) = 15084 +SHA256 (Types-Core-0.1.8.tar.gz) = ce73e025ca3e5a83188f932d5ec2caaffd110f12f77093ecdaedc9774b35fc75 +SIZE (Types-Core-0.1.8.tar.gz) = 15067 From owner-svn-ports-head@freebsd.org Mon Jul 6 17:46:04 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7530A994711; Mon, 6 Jul 2015 17:46:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2B4B01E70; Mon, 6 Jul 2015 17:46:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66Hk3KT090776; Mon, 6 Jul 2015 17:46:03 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66Hk3nk090773; Mon, 6 Jul 2015 17:46:03 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507061746.t66Hk3nk090773@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 6 Jul 2015 17:46:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391442 - head/devel/swig30 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 06 Jul 2015 17:46:04 -0000 Author: sunpoet Date: Mon Jul 6 17:46:02 2015 New Revision: 391442 URL: https://svnweb.freebsd.org/changeset/ports/391442 Log: - Update to 3.0.6 - Remove USE_AUTOTOOLS Changes: http://swig.org/release.html Modified: head/devel/swig30/Makefile head/devel/swig30/distinfo Modified: head/devel/swig30/Makefile ============================================================================== --- head/devel/swig30/Makefile Mon Jul 6 17:45:57 2015 (r391441) +++ head/devel/swig30/Makefile Mon Jul 6 17:46:02 2015 (r391442) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= swig -PORTVERSION= 3.0.5 +PORTVERSION= 3.0.6 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} PKGNAMESUFFIX= 30 @@ -23,7 +23,6 @@ CONFIGURE_ARGS= --program-suffix=${PORTV --with-luaincl=${LUA_INCDIR} \ --with-lualib=${LUA_LIBDIR} GNU_CONFIGURE= yes -USE_AUTOTOOLS= autoconf:env USES= gmake lua PLIST_SUB= MAJOR_VER=${PORTVERSION:R} Modified: head/devel/swig30/distinfo ============================================================================== --- head/devel/swig30/distinfo Mon Jul 6 17:45:57 2015 (r391441) +++ head/devel/swig30/distinfo Mon Jul 6 17:46:02 2015 (r391442) @@ -1,2 +1,2 @@ -SHA256 (swig-3.0.5.tar.gz) = 9f4cb9e8f213f041853646f58fe5e8428d63250d05f5c943b6fa759c77322a3c -SIZE (swig-3.0.5.tar.gz) = 5873209 +SHA256 (swig-3.0.6.tar.gz) = c67f63ea11956106e4cda66416d5020330dc4ce2ee45057d39a9494ce33eca05 +SIZE (swig-3.0.6.tar.gz) = 5911929 From owner-svn-ports-head@freebsd.org Mon Jul 6 17:46:09 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 17755994736; Mon, 6 Jul 2015 17:46:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 062D21F0A; Mon, 6 Jul 2015 17:46:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66Hk8SR090904; Mon, 6 Jul 2015 17:46:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66Hk8cK090902; Mon, 6 Jul 2015 17:46:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507061746.t66Hk8cK090902@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 6 Jul 2015 17:46:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391443 - head/sysutils/rubygem-guard X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 06 Jul 2015 17:46:09 -0000 Author: sunpoet Date: Mon Jul 6 17:46:07 2015 New Revision: 391443 URL: https://svnweb.freebsd.org/changeset/ports/391443 Log: - Update to 2.12.8 Changes: https://github.com/guard/guard/releases Modified: head/sysutils/rubygem-guard/Makefile head/sysutils/rubygem-guard/distinfo Modified: head/sysutils/rubygem-guard/Makefile ============================================================================== --- head/sysutils/rubygem-guard/Makefile Mon Jul 6 17:46:02 2015 (r391442) +++ head/sysutils/rubygem-guard/Makefile Mon Jul 6 17:46:07 2015 (r391443) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= guard -PORTVERSION= 2.12.7 +PORTVERSION= 2.12.8 CATEGORIES= sysutils rubygems MASTER_SITES= RG Modified: head/sysutils/rubygem-guard/distinfo ============================================================================== --- head/sysutils/rubygem-guard/distinfo Mon Jul 6 17:46:02 2015 (r391442) +++ head/sysutils/rubygem-guard/distinfo Mon Jul 6 17:46:07 2015 (r391443) @@ -1,2 +1,2 @@ -SHA256 (rubygem/guard-2.12.7.gem) = 7ad99c5745c65bb00feee40b41b4aafd1b2403c8130b7e6e383e3f521850fbe1 -SIZE (rubygem/guard-2.12.7.gem) = 221184 +SHA256 (rubygem/guard-2.12.8.gem) = 0916c64e9b04148f87c3a8036eabbd0d62ab3e60ae7e7ec4849a11f1893301d8 +SIZE (rubygem/guard-2.12.8.gem) = 58880 From owner-svn-ports-head@freebsd.org Mon Jul 6 17:46:13 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D9230994763; Mon, 6 Jul 2015 17:46:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9F9483006; Mon, 6 Jul 2015 17:46:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66HkDm9091035; Mon, 6 Jul 2015 17:46:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66HkDwr091034; Mon, 6 Jul 2015 17:46:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507061746.t66HkDwr091034@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 6 Jul 2015 17:46:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391444 - head/sysutils/rubygem-backup X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 06 Jul 2015 17:46:14 -0000 Author: sunpoet Date: Mon Jul 6 17:46:12 2015 New Revision: 391444 URL: https://svnweb.freebsd.org/changeset/ports/391444 Log: - Add NO_ARCH Modified: head/sysutils/rubygem-backup/Makefile Modified: head/sysutils/rubygem-backup/Makefile ============================================================================== --- head/sysutils/rubygem-backup/Makefile Mon Jul 6 17:46:07 2015 (r391443) +++ head/sysutils/rubygem-backup/Makefile Mon Jul 6 17:46:12 2015 (r391444) @@ -37,6 +37,7 @@ RUN_DEPENDS= rubygem-builder32>=3.2.2:${ rubygem-treetop>=1.4.14:${PORTSDIR}/devel/rubygem-treetop \ rubygem-twitter>=4.8.1:${PORTSDIR}/net/rubygem-twitter +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-head@freebsd.org Mon Jul 6 17:46:18 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2D11A994791; Mon, 6 Jul 2015 17:46:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1D09D30CA; Mon, 6 Jul 2015 17:46:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66HkHkt091144; Mon, 6 Jul 2015 17:46:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66HkHeI091143; Mon, 6 Jul 2015 17:46:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507061746.t66HkHeI091143@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 6 Jul 2015 17:46:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391445 - head/databases/leveldb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 06 Jul 2015 17:46:18 -0000 Author: sunpoet Date: Mon Jul 6 17:46:17 2015 New Revision: 391445 URL: https://svnweb.freebsd.org/changeset/ports/391445 Log: - Convert to new option target helper Modified: head/databases/leveldb/Makefile Modified: head/databases/leveldb/Makefile ============================================================================== --- head/databases/leveldb/Makefile Mon Jul 6 17:46:12 2015 (r391444) +++ head/databases/leveldb/Makefile Mon Jul 6 17:46:17 2015 (r391445) @@ -44,12 +44,12 @@ SNAPPY= 0 post-patch: @${REINPLACE_CMD} -e '/PLATFORM_IS_LITTLE_ENDIAN/ s|__|_|g' ${WRKSRC}/port/port_posix.h -.if !${PORT_OPTIONS:MGPERFTOOLS} + +post-patch-GPERFTOOLS-off: @${REINPLACE_CMD} -e 's| -ltcmalloc||' ${WRKSRC}/build_detect_platform -.endif -.if !${PORT_OPTIONS:MSNAPPY} + +post-patch-SNAPPY-off: @${REINPLACE_CMD} -e 's| -DSNAPPY||; s| -lsnappy||' ${WRKSRC}/build_detect_platform -.endif do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/include/leveldb/ ${STAGEDIR}${PREFIX}/include/memenv/ ${STAGEDIR}${DATADIR}/ From owner-svn-ports-head@freebsd.org Mon Jul 6 17:46:22 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C5E3E9947BD; Mon, 6 Jul 2015 17:46:22 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B49BA31DF; Mon, 6 Jul 2015 17:46:22 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66HkMLQ091257; Mon, 6 Jul 2015 17:46:22 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66HkMPk091256; Mon, 6 Jul 2015 17:46:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507061746.t66HkMPk091256@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 6 Jul 2015 17:46:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391446 - head/devel/bpython X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 06 Jul 2015 17:46:22 -0000 Author: sunpoet Date: Mon Jul 6 17:46:21 2015 New Revision: 391446 URL: https://svnweb.freebsd.org/changeset/ports/391446 Log: - Add NO_ARCH - Convert to new option target helper Modified: head/devel/bpython/Makefile Modified: head/devel/bpython/Makefile ============================================================================== --- head/devel/bpython/Makefile Mon Jul 6 17:46:17 2015 (r391445) +++ head/devel/bpython/Makefile Mon Jul 6 17:46:21 2015 (r391446) @@ -23,6 +23,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}curt OPTIONS_DEFINE= EXAMPLES NLS OPTIONS_SUB= yes +NO_ARCH= yes USE_PYTHON= autoplist distutils USES= python @@ -30,8 +31,6 @@ PORTEXAMPLES= light.theme sample.theme NLS_USES= gettext -.include - post-patch: @${REINPLACE_CMD} -e '/build\/man\/bpython/d; /data\/bpython.desktop/d' ${WRKSRC}/setup.py @@ -41,13 +40,13 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/data/bpython.desktop ${STAGEDIR}${DESKTOPDIR}/ ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTEXAMPLES} ${STAGEDIR}${EXAMPLESDIR}/ -.if ${PORT_OPTIONS:MNLS} + +post-install-NLS-on: .for lang in it_IT nl_NL ${MKDIR} ${STAGEDIR}${PREFIX}/share/locale/${lang}/LC_MESSAGES/ .endfor .for lang in de es_ES it_IT nl_NL ${INSTALL_DATA} ${WRKSRC}/bpython/translations/${lang}/LC_MESSAGES/bpython.mo ${STAGEDIR}${PREFIX}/share/locale/${lang}/LC_MESSAGES/ .endfor -.endif .include From owner-svn-ports-head@freebsd.org Mon Jul 6 17:46:27 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7E4A19947F6; Mon, 6 Jul 2015 17:46:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6E63932A3; Mon, 6 Jul 2015 17:46:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66HkRm1091380; Mon, 6 Jul 2015 17:46:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66HkRCQ091379; Mon, 6 Jul 2015 17:46:27 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507061746.t66HkRCQ091379@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 6 Jul 2015 17:46:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391447 - head/devel/shapelib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 06 Jul 2015 17:46:27 -0000 Author: sunpoet Date: Mon Jul 6 17:46:26 2015 New Revision: 391447 URL: https://svnweb.freebsd.org/changeset/ports/391447 Log: - Simplify Makefile Modified: head/devel/shapelib/Makefile Modified: head/devel/shapelib/Makefile ============================================================================== --- head/devel/shapelib/Makefile Mon Jul 6 17:46:21 2015 (r391446) +++ head/devel/shapelib/Makefile Mon Jul 6 17:46:26 2015 (r391447) @@ -47,9 +47,7 @@ post-patch: post-install: ${LN} -s libshp.so.1 ${STAGEDIR}${PREFIX}/lib/libshp.so -.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${STAGEDIR}${DOCSDIR}/ ${INSTALL_DATA} ${WRKSRC}/web/*.html ${STAGEDIR}${DOCSDIR}/ -.endif .include From owner-svn-ports-head@freebsd.org Mon Jul 6 17:46:31 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B15F699481E; Mon, 6 Jul 2015 17:46:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A147E3389; Mon, 6 Jul 2015 17:46:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66HkVBh091506; Mon, 6 Jul 2015 17:46:31 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66HkVe0091505; Mon, 6 Jul 2015 17:46:31 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507061746.t66HkVe0091505@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 6 Jul 2015 17:46:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391448 - head/editors/vim X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 06 Jul 2015 17:46:31 -0000 Author: sunpoet Date: Mon Jul 6 17:46:30 2015 New Revision: 391448 URL: https://svnweb.freebsd.org/changeset/ports/391448 Log: - Convert to new option target helper Modified: head/editors/vim/Makefile Modified: head/editors/vim/Makefile ============================================================================== --- head/editors/vim/Makefile Mon Jul 6 17:46:26 2015 (r391447) +++ head/editors/vim/Makefile Mon Jul 6 17:46:30 2015 (r391448) @@ -152,15 +152,18 @@ post-install: ${TEST} -e ${STAGEDIR}${PREFIX}/bin/${file} || ${LN} -fs vim ${STAGEDIR}${PREFIX}/bin/${file} .endfor .endif -.if ${PORT_OPTIONS:MDEFAULT_VIMRC} + +post-install-DEFAULT_VIMRC-on: ${MKDIR} ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${FILESDIR}/vimrc ${STAGEDIR}${ETCDIR}/gvimrc.sample ${INSTALL_DATA} ${FILESDIR}/vimrc ${STAGEDIR}${ETCDIR}/vimrc.sample -.endif -.if !${PORT_OPTIONS:MNLS} + +post-install-NLS-off: ${MKDIR} ${STAGEDIR}${DATADIR}/${VIM_VER}/keymap/ ${INSTALL_DATA} ${WRKSRC}/runtime/keymap/* ${STAGEDIR}${DATADIR}/${VIM_VER}/keymap/ -.endif + ${INSTALL_DATA} ${FILESDIR}/vietnamese_viscii.vim ${STAGEDIR}${DATADIR}/${VIM_VER}/keymap/ + +post-install-NLS-on: ${INSTALL_DATA} ${FILESDIR}/vietnamese_viscii.vim ${STAGEDIR}${DATADIR}/${VIM_VER}/keymap/ .include From owner-svn-ports-head@freebsd.org Mon Jul 6 17:46:36 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9DEAF994858; Mon, 6 Jul 2015 17:46:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 620D23495; Mon, 6 Jul 2015 17:46:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66HkajT091616; Mon, 6 Jul 2015 17:46:36 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66HkaOZ091615; Mon, 6 Jul 2015 17:46:36 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507061746.t66HkaOZ091615@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 6 Jul 2015 17:46:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391449 - head/multimedia/libquvi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 06 Jul 2015 17:46:36 -0000 Author: sunpoet Date: Mon Jul 6 17:46:35 2015 New Revision: 391449 URL: https://svnweb.freebsd.org/changeset/ports/391449 Log: - Convert to new option target helper Modified: head/multimedia/libquvi/Makefile Modified: head/multimedia/libquvi/Makefile ============================================================================== --- head/multimedia/libquvi/Makefile Mon Jul 6 17:46:30 2015 (r391448) +++ head/multimedia/libquvi/Makefile Mon Jul 6 17:46:35 2015 (r391449) @@ -33,14 +33,11 @@ PORTDOCS= * LUAJIT_LIB_DEPENDS= libluajit-5.1.so:${PORTSDIR}/lang/luajit LUAJIT_USES_OFF= lua -.include +post-patch-LUAJIT-off: + @${REINPLACE_CMD} 's|lua-5.1|lua-${LUA_VER}|g' ${WRKSRC}/configure -post-patch: -.if ${PORT_OPTIONS:MLUAJIT} +post-patch-LUAJIT-on: @${REINPLACE_CMD} 's|lua >= 5.1|luajit|g' ${WRKSRC}/configure -.else - @${REINPLACE_CMD} 's|lua-5.1|lua-${LUA_VER}|g' ${WRKSRC}/configure -.endif post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR}/ From owner-svn-ports-head@freebsd.org Mon Jul 6 17:46:40 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AD28299487E; Mon, 6 Jul 2015 17:46:40 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5E1F8352A; Mon, 6 Jul 2015 17:46:40 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66HkerE091726; Mon, 6 Jul 2015 17:46:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66HkedG091725; Mon, 6 Jul 2015 17:46:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507061746.t66HkedG091725@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 6 Jul 2015 17:46:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391450 - head/textproc/p5-XML-XML2JSON X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 06 Jul 2015 17:46:40 -0000 Author: sunpoet Date: Mon Jul 6 17:46:39 2015 New Revision: 391450 URL: https://svnweb.freebsd.org/changeset/ports/391450 Log: - Use OPTIONS_MULTI instead of OPTIONS_DEFINE - Add NO_ARCH - Convert to new options helper Modified: head/textproc/p5-XML-XML2JSON/Makefile Modified: head/textproc/p5-XML-XML2JSON/Makefile ============================================================================== --- head/textproc/p5-XML-XML2JSON/Makefile Mon Jul 6 17:46:35 2015 (r391449) +++ head/textproc/p5-XML-XML2JSON/Makefile Mon Jul 6 17:46:39 2015 (r391450) @@ -18,40 +18,25 @@ BUILD_DEPENDS= p5-XML-LibXML>=1.59:${POR RUN_DEPENDS:= ${BUILD_DEPENDS} # the order of options follows the search order of JSON module by XML::XML2JSON -OPTIONS_DEFINE= JSON_SYCK JSON_XS JSON JSON_DWIW +OPTIONS_MULTI= JSON_BACKEND +OPTIONS_MULTI_JSON_BACKEND= JSON_SYCK JSON_XS JSON JSON_DWIW OPTIONS_DEFAULT=JSON_SYCK JSON_SYCK_DESC= Use JSON::Syck JSON_XS_DESC= Use JSON::XS JSON_DESC= Use JSON JSON_DWIW_DESC= Use JSON::DWIW +NO_ARCH= yes USE_PERL5= configure USES= perl5 -.include - -.if !${PORT_OPTIONS:MJSON_SYCK} && !${PORT_OPTIONS:MJSON_XS} && !${PORT_OPTIONS:MJSON} && !${PORT_OPTIONS:MJSON_DWIW} -IGNORE= you must choose at least one JSON module -.endif - -.if ${PORT_OPTIONS:MJSON_SYCK} -BUILD_DEPENDS+= p5-YAML-Syck>=0:${PORTSDIR}/textproc/p5-YAML-Syck -RUN_DEPENDS+= p5-YAML-Syck>=0:${PORTSDIR}/textproc/p5-YAML-Syck -.endif - -.if ${PORT_OPTIONS:MJSON_XS} -BUILD_DEPENDS+= p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS -RUN_DEPENDS+= p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS -.endif - -.if ${PORT_OPTIONS:MJSON} -BUILD_DEPENDS+= p5-JSON>=0:${PORTSDIR}/converters/p5-JSON -RUN_DEPENDS+= p5-JSON>=0:${PORTSDIR}/converters/p5-JSON -.endif - -.if ${PORT_OPTIONS:MJSON_DWIW} -BUILD_DEPENDS+= p5-JSON-DWIW>=0:${PORTSDIR}/converters/p5-JSON-DWIW -RUN_DEPENDS+= p5-JSON-DWIW>=0:${PORTSDIR}/converters/p5-JSON-DWIW -.endif +JSON_BUILD_DEPENDS= p5-JSON>=0:${PORTSDIR}/converters/p5-JSON +JSON_DWIW_BUILD_DEPENDS=p5-JSON-DWIW>=0:${PORTSDIR}/converters/p5-JSON-DWIW +JSON_DWIW_RUN_DEPENDS= p5-JSON-DWIW>=0:${PORTSDIR}/converters/p5-JSON-DWIW +JSON_RUN_DEPENDS= p5-JSON>=0:${PORTSDIR}/converters/p5-JSON +JSON_SYCK_BUILD_DEPENDS=p5-YAML-Syck>=0:${PORTSDIR}/textproc/p5-YAML-Syck +JSON_SYCK_RUN_DEPENDS= p5-YAML-Syck>=0:${PORTSDIR}/textproc/p5-YAML-Syck +JSON_XS_BUILD_DEPENDS= p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS +JSON_XS_RUN_DEPENDS= p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS .include From owner-svn-ports-head@freebsd.org Mon Jul 6 17:46:46 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F2D539948A3; Mon, 6 Jul 2015 17:46:45 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BE4633610; Mon, 6 Jul 2015 17:46:45 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66HkjD4091882; Mon, 6 Jul 2015 17:46:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66HkjY3091880; Mon, 6 Jul 2015 17:46:45 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507061746.t66HkjY3091880@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 6 Jul 2015 17:46:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391451 - head/devel/p5-CPANPLUS X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 06 Jul 2015 17:46:46 -0000 Author: sunpoet Date: Mon Jul 6 17:46:44 2015 New Revision: 391451 URL: https://svnweb.freebsd.org/changeset/ports/391451 Log: - Add NO_ARCH - Sort PLIST Modified: head/devel/p5-CPANPLUS/Makefile head/devel/p5-CPANPLUS/pkg-plist Modified: head/devel/p5-CPANPLUS/Makefile ============================================================================== --- head/devel/p5-CPANPLUS/Makefile Mon Jul 6 17:46:39 2015 (r391450) +++ head/devel/p5-CPANPLUS/Makefile Mon Jul 6 17:46:44 2015 (r391451) @@ -23,6 +23,7 @@ TEST_REPORTER_DESC= Send reports to cpan CONFIGURE_ARGS= AUTOINSTALL=1 INSTALL_TARGET= pure_install MAKE_JOBS_UNSAFE= yes +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/devel/p5-CPANPLUS/pkg-plist ============================================================================== --- head/devel/p5-CPANPLUS/pkg-plist Mon Jul 6 17:46:39 2015 (r391450) +++ head/devel/p5-CPANPLUS/pkg-plist Mon Jul 6 17:46:44 2015 (r391451) @@ -1,39 +1,3 @@ -%%PERL5_MAN3%%/CPANPLUS.3.gz -%%PERL5_MAN3%%/CPANPLUS::Backend.3.gz -%%PERL5_MAN3%%/CPANPLUS::Backend::RV.3.gz -%%PERL5_MAN3%%/CPANPLUS::Config.3.gz -%%PERL5_MAN3%%/CPANPLUS::Config::HomeEnv.3.gz -%%PERL5_MAN3%%/CPANPLUS::Configure.3.gz -%%PERL5_MAN3%%/CPANPLUS::Dist.3.gz -%%PERL5_MAN3%%/CPANPLUS::Dist::Autobundle.3.gz -%%PERL5_MAN3%%/CPANPLUS::Dist::Base.3.gz -%%PERL5_MAN3%%/CPANPLUS::Dist::MM.3.gz -%%PERL5_MAN3%%/CPANPLUS::Dist::Sample.3.gz -%%PERL5_MAN3%%/CPANPLUS::Error.3.gz -%%PERL5_MAN3%%/CPANPLUS::FAQ.3.gz -%%PERL5_MAN3%%/CPANPLUS::Hacking.3.gz -%%PERL5_MAN3%%/CPANPLUS::Internals.3.gz -%%PERL5_MAN3%%/CPANPLUS::Internals::Extract.3.gz -%%PERL5_MAN3%%/CPANPLUS::Internals::Fetch.3.gz -%%PERL5_MAN3%%/CPANPLUS::Internals::Report.3.gz -%%PERL5_MAN3%%/CPANPLUS::Internals::Search.3.gz -%%PERL5_MAN3%%/CPANPLUS::Internals::Source.3.gz -%%PERL5_MAN3%%/CPANPLUS::Internals::Source::Memory.3.gz -%%PERL5_MAN3%%/CPANPLUS::Internals::Source::SQLite.3.gz -%%PERL5_MAN3%%/CPANPLUS::Internals::Utils.3.gz -%%PERL5_MAN3%%/CPANPLUS::Module.3.gz -%%PERL5_MAN3%%/CPANPLUS::Module::Author.3.gz -%%PERL5_MAN3%%/CPANPLUS::Module::Author::Fake.3.gz -%%PERL5_MAN3%%/CPANPLUS::Module::Checksums.3.gz -%%PERL5_MAN3%%/CPANPLUS::Module::Fake.3.gz -%%PERL5_MAN3%%/CPANPLUS::Selfupdate.3.gz -%%PERL5_MAN3%%/CPANPLUS::Shell.3.gz -%%PERL5_MAN3%%/CPANPLUS::Shell::Classic.3.gz -%%PERL5_MAN3%%/CPANPLUS::Shell::Default.3.gz -%%PERL5_MAN3%%/CPANPLUS::Shell::Default::Plugins::CustomSource.3.gz -%%PERL5_MAN3%%/CPANPLUS::Shell::Default::Plugins::HOWTO.3.gz -%%PERL5_MAN3%%/CPANPLUS::Shell::Default::Plugins::Remote.3.gz -%%PERL5_MAN3%%/CPANPLUS::Shell::Default::Plugins::Source.3.gz %%SITE_PERL%%/CPANPLUS.pm %%SITE_PERL%%/CPANPLUS/Backend.pm %%SITE_PERL%%/CPANPLUS/Backend/RV.pm @@ -76,3 +40,39 @@ %%SITE_PERL%%/CPANPLUS/Shell/Default/Plugins/HOWTO.pod %%SITE_PERL%%/CPANPLUS/Shell/Default/Plugins/Remote.pm %%SITE_PERL%%/CPANPLUS/Shell/Default/Plugins/Source.pm +%%PERL5_MAN3%%/CPANPLUS.3.gz +%%PERL5_MAN3%%/CPANPLUS::Backend.3.gz +%%PERL5_MAN3%%/CPANPLUS::Backend::RV.3.gz +%%PERL5_MAN3%%/CPANPLUS::Config.3.gz +%%PERL5_MAN3%%/CPANPLUS::Config::HomeEnv.3.gz +%%PERL5_MAN3%%/CPANPLUS::Configure.3.gz +%%PERL5_MAN3%%/CPANPLUS::Dist.3.gz +%%PERL5_MAN3%%/CPANPLUS::Dist::Autobundle.3.gz +%%PERL5_MAN3%%/CPANPLUS::Dist::Base.3.gz +%%PERL5_MAN3%%/CPANPLUS::Dist::MM.3.gz +%%PERL5_MAN3%%/CPANPLUS::Dist::Sample.3.gz +%%PERL5_MAN3%%/CPANPLUS::Error.3.gz +%%PERL5_MAN3%%/CPANPLUS::FAQ.3.gz +%%PERL5_MAN3%%/CPANPLUS::Hacking.3.gz +%%PERL5_MAN3%%/CPANPLUS::Internals.3.gz +%%PERL5_MAN3%%/CPANPLUS::Internals::Extract.3.gz +%%PERL5_MAN3%%/CPANPLUS::Internals::Fetch.3.gz +%%PERL5_MAN3%%/CPANPLUS::Internals::Report.3.gz +%%PERL5_MAN3%%/CPANPLUS::Internals::Search.3.gz +%%PERL5_MAN3%%/CPANPLUS::Internals::Source.3.gz +%%PERL5_MAN3%%/CPANPLUS::Internals::Source::Memory.3.gz +%%PERL5_MAN3%%/CPANPLUS::Internals::Source::SQLite.3.gz +%%PERL5_MAN3%%/CPANPLUS::Internals::Utils.3.gz +%%PERL5_MAN3%%/CPANPLUS::Module.3.gz +%%PERL5_MAN3%%/CPANPLUS::Module::Author.3.gz +%%PERL5_MAN3%%/CPANPLUS::Module::Author::Fake.3.gz +%%PERL5_MAN3%%/CPANPLUS::Module::Checksums.3.gz +%%PERL5_MAN3%%/CPANPLUS::Module::Fake.3.gz +%%PERL5_MAN3%%/CPANPLUS::Selfupdate.3.gz +%%PERL5_MAN3%%/CPANPLUS::Shell.3.gz +%%PERL5_MAN3%%/CPANPLUS::Shell::Classic.3.gz +%%PERL5_MAN3%%/CPANPLUS::Shell::Default.3.gz +%%PERL5_MAN3%%/CPANPLUS::Shell::Default::Plugins::CustomSource.3.gz +%%PERL5_MAN3%%/CPANPLUS::Shell::Default::Plugins::HOWTO.3.gz +%%PERL5_MAN3%%/CPANPLUS::Shell::Default::Plugins::Remote.3.gz +%%PERL5_MAN3%%/CPANPLUS::Shell::Default::Plugins::Source.3.gz From owner-svn-ports-head@freebsd.org Mon Jul 6 17:46:51 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7B0F19948CE; Mon, 6 Jul 2015 17:46:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6920D3711; Mon, 6 Jul 2015 17:46:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66HkpXB092009; Mon, 6 Jul 2015 17:46:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66Hkoai092005; Mon, 6 Jul 2015 17:46:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507061746.t66Hkoai092005@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 6 Jul 2015 17:46:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391452 - head/devel/p5-Test-Pod X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 06 Jul 2015 17:46:51 -0000 Author: sunpoet Date: Mon Jul 6 17:46:49 2015 New Revision: 391452 URL: https://svnweb.freebsd.org/changeset/ports/391452 Log: - Update to 1.51 - Add NO_ARCH Changes: http://search.cpan.org/dist/Test-Pod/Changes Modified: head/devel/p5-Test-Pod/Makefile head/devel/p5-Test-Pod/distinfo Modified: head/devel/p5-Test-Pod/Makefile ============================================================================== --- head/devel/p5-Test-Pod/Makefile Mon Jul 6 17:46:44 2015 (r391451) +++ head/devel/p5-Test-Pod/Makefile Mon Jul 6 17:46:49 2015 (r391452) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= Test-Pod -PORTVERSION= 1.50 +PORTVERSION= 1.51 CATEGORIES= devel perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:DWHEELER PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org @@ -14,7 +13,8 @@ COMMENT= Check for POD errors in files LICENSE= ART10 GPLv1 LICENSE_COMB= dual +NO_ARCH= yes USES= perl5 -USE_PERL5= modbuild +USE_PERL5= configure .include Modified: head/devel/p5-Test-Pod/distinfo ============================================================================== --- head/devel/p5-Test-Pod/distinfo Mon Jul 6 17:46:44 2015 (r391451) +++ head/devel/p5-Test-Pod/distinfo Mon Jul 6 17:46:49 2015 (r391452) @@ -1,2 +1,2 @@ -SHA256 (Test-Pod-1.50.tar.gz) = 2573d48c017bf1d9029c2305bcdfd0837c94f55c755109edb871f5c336554a37 -SIZE (Test-Pod-1.50.tar.gz) = 11985 +SHA256 (Test-Pod-1.51.tar.gz) = c1a1d3cedf4a579e3aad89c36f9878a8542b6656dbe71f1581420f49582d7efb +SIZE (Test-Pod-1.51.tar.gz) = 12159 From owner-svn-ports-head@freebsd.org Mon Jul 6 17:46:55 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E22159948F4; Mon, 6 Jul 2015 17:46:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BF5B637BE; Mon, 6 Jul 2015 17:46:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66Hktwn092125; Mon, 6 Jul 2015 17:46:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66HktSu092124; Mon, 6 Jul 2015 17:46:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507061746.t66HktSu092124@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 6 Jul 2015 17:46:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391453 - head/archivers/p5-Archive-Extract X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 06 Jul 2015 17:46:56 -0000 Author: sunpoet Date: Mon Jul 6 17:46:54 2015 New Revision: 391453 URL: https://svnweb.freebsd.org/changeset/ports/391453 Log: - Add NO_ARCH Modified: head/archivers/p5-Archive-Extract/Makefile Modified: head/archivers/p5-Archive-Extract/Makefile ============================================================================== --- head/archivers/p5-Archive-Extract/Makefile Mon Jul 6 17:46:49 2015 (r391452) +++ head/archivers/p5-Archive-Extract/Makefile Mon Jul 6 17:46:54 2015 (r391453) @@ -13,6 +13,7 @@ COMMENT= Generic archive extracting mech LICENSE= ART10 GPLv1 LICENSE_COMB= dual +NO_ARCH= yes USES= perl5 USE_PERL5= configure From owner-svn-ports-head@freebsd.org Mon Jul 6 17:47:01 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BEB3B994917; Mon, 6 Jul 2015 17:47:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6B5D2390E; Mon, 6 Jul 2015 17:47:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66Hl15i092303; Mon, 6 Jul 2015 17:47:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66Hl0PC092297; Mon, 6 Jul 2015 17:47:00 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507061747.t66Hl0PC092297@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 6 Jul 2015 17:47:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391454 - head/www/p5-URI-Fetch X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 06 Jul 2015 17:47:01 -0000 Author: sunpoet Date: Mon Jul 6 17:46:59 2015 New Revision: 391454 URL: https://svnweb.freebsd.org/changeset/ports/391454 Log: - Update to 0.11 - Add LICENSE - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/URI-Fetch/Changes Modified: head/www/p5-URI-Fetch/Makefile head/www/p5-URI-Fetch/distinfo head/www/p5-URI-Fetch/pkg-plist Modified: head/www/p5-URI-Fetch/Makefile ============================================================================== --- head/www/p5-URI-Fetch/Makefile Mon Jul 6 17:46:54 2015 (r391453) +++ head/www/p5-URI-Fetch/Makefile Mon Jul 6 17:46:59 2015 (r391454) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= URI-Fetch -PORTVERSION= 0.100 -PORTREVISION= 1 +PORTVERSION= 0.110 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,15 +11,18 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:C/0$ MAINTAINER= perl@FreeBSD.org COMMENT= Smart URI fetching/caching +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Class-ErrorHandler>=0:${PORTSDIR}/devel/p5-Class-ErrorHandler \ p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} OPTIONS_DEFINE= CACHE +CACHE_DESC= Caching support -CACHE_DESC= Caching Support - +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/www/p5-URI-Fetch/distinfo ============================================================================== --- head/www/p5-URI-Fetch/distinfo Mon Jul 6 17:46:54 2015 (r391453) +++ head/www/p5-URI-Fetch/distinfo Mon Jul 6 17:46:59 2015 (r391454) @@ -1,2 +1,2 @@ -SHA256 (URI-Fetch-0.10.tar.gz) = fee635a627d2572a2cff7696b82df5fa3d4825653548e10f1a4a4653d27a62b0 -SIZE (URI-Fetch-0.10.tar.gz) = 15926 +SHA256 (URI-Fetch-0.11.tar.gz) = 7c40ffe512a8a622a10c233ee16dc1e4cf418159108fadab0a48d5679a864821 +SIZE (URI-Fetch-0.11.tar.gz) = 16425 Modified: head/www/p5-URI-Fetch/pkg-plist ============================================================================== --- head/www/p5-URI-Fetch/pkg-plist Mon Jul 6 17:46:54 2015 (r391453) +++ head/www/p5-URI-Fetch/pkg-plist Mon Jul 6 17:46:59 2015 (r391454) @@ -1,4 +1,4 @@ -%%PERL5_MAN3%%/URI::Fetch.3.gz -%%PERL5_MAN3%%/URI::Fetch::Response.3.gz %%SITE_PERL%%/URI/Fetch.pm %%SITE_PERL%%/URI/Fetch/Response.pm +%%PERL5_MAN3%%/URI::Fetch.3.gz +%%PERL5_MAN3%%/URI::Fetch::Response.3.gz From owner-svn-ports-head@freebsd.org Mon Jul 6 17:47:06 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2D0A599493B; Mon, 6 Jul 2015 17:47:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1BFA8399F; Mon, 6 Jul 2015 17:47:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66Hl5lo092417; Mon, 6 Jul 2015 17:47:05 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66Hl555092416; Mon, 6 Jul 2015 17:47:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507061747.t66Hl555092416@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 6 Jul 2015 17:47:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391455 - head/devel/p5-Inline-C X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 06 Jul 2015 17:47:06 -0000 Author: sunpoet Date: Mon Jul 6 17:47:05 2015 New Revision: 391455 URL: https://svnweb.freebsd.org/changeset/ports/391455 Log: - Add NO_ARCH Modified: head/devel/p5-Inline-C/Makefile Modified: head/devel/p5-Inline-C/Makefile ============================================================================== --- head/devel/p5-Inline-C/Makefile Mon Jul 6 17:46:59 2015 (r391454) +++ head/devel/p5-Inline-C/Makefile Mon Jul 6 17:47:05 2015 (r391455) @@ -26,6 +26,7 @@ BUILD_DEPENDS+= p5-File-ShareDir-Install CONFLICTS_INSTALL= p5-Inline-0.[0-5]* +NO_ARCH= yes USE_PERL5= configure USES= perl5 From owner-svn-ports-head@freebsd.org Mon Jul 6 17:47:11 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8009D99495C; Mon, 6 Jul 2015 17:47:11 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4B1413ADB; Mon, 6 Jul 2015 17:47:11 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66HlBrt092532; Mon, 6 Jul 2015 17:47:11 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66HlBUD092531; Mon, 6 Jul 2015 17:47:11 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507061747.t66HlBUD092531@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 6 Jul 2015 17:47:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391456 - head/devel/p5-Inline-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: Mon, 06 Jul 2015 17:47:11 -0000 Author: sunpoet Date: Mon Jul 6 17:47:10 2015 New Revision: 391456 URL: https://svnweb.freebsd.org/changeset/ports/391456 Log: - Add NO_ARCH Modified: head/devel/p5-Inline-Filters/Makefile Modified: head/devel/p5-Inline-Filters/Makefile ============================================================================== --- head/devel/p5-Inline-Filters/Makefile Mon Jul 6 17:47:05 2015 (r391455) +++ head/devel/p5-Inline-Filters/Makefile Mon Jul 6 17:47:10 2015 (r391456) @@ -17,6 +17,7 @@ BUILD_DEPENDS= p5-Inline>=0.42:${PORTSDI p5-Inline-C>=0.76:${PORTSDIR}/devel/p5-Inline-C RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure From owner-svn-ports-head@freebsd.org Mon Jul 6 17:47:16 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1DBBD994984; Mon, 6 Jul 2015 17:47:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E313D3B8C; Mon, 6 Jul 2015 17:47:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66HlFH2092666; Mon, 6 Jul 2015 17:47:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66HlFAI092665; Mon, 6 Jul 2015 17:47:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507061747.t66HlFAI092665@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 6 Jul 2015 17:47:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391457 - head/devel/p5-Throwable X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 06 Jul 2015 17:47:16 -0000 Author: sunpoet Date: Mon Jul 6 17:47:15 2015 New Revision: 391457 URL: https://svnweb.freebsd.org/changeset/ports/391457 Log: - Add NO_ARCH Modified: head/devel/p5-Throwable/Makefile Modified: head/devel/p5-Throwable/Makefile ============================================================================== --- head/devel/p5-Throwable/Makefile Mon Jul 6 17:47:10 2015 (r391456) +++ head/devel/p5-Throwable/Makefile Mon Jul 6 17:47:15 2015 (r391457) @@ -18,6 +18,7 @@ RUN_DEPENDS= p5-Devel-StackTrace>=1.32:$ p5-Moo>=1.000001:${PORTSDIR}/devel/p5-Moo BUILD_DEPENDS:= ${RUN_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure From owner-svn-ports-head@freebsd.org Mon Jul 6 17:47:20 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 549689949B4; Mon, 6 Jul 2015 17:47:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 44BD63C4E; Mon, 6 Jul 2015 17:47:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66HlKrE092776; Mon, 6 Jul 2015 17:47:20 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66HlKjn092775; Mon, 6 Jul 2015 17:47:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507061747.t66HlKjn092775@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 6 Jul 2015 17:47:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391458 - head/security/p5-Unix-Passwd-File X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 06 Jul 2015 17:47:20 -0000 Author: sunpoet Date: Mon Jul 6 17:47:19 2015 New Revision: 391458 URL: https://svnweb.freebsd.org/changeset/ports/391458 Log: - Add NO_ARCH Modified: head/security/p5-Unix-Passwd-File/Makefile Modified: head/security/p5-Unix-Passwd-File/Makefile ============================================================================== --- head/security/p5-Unix-Passwd-File/Makefile Mon Jul 6 17:47:15 2015 (r391457) +++ head/security/p5-Unix-Passwd-File/Makefile Mon Jul 6 17:47:19 2015 (r391458) @@ -25,6 +25,7 @@ TEST_DEPENDS= p5-Class-Load>=0:${PORTSDI p5-File-chdir>=0:${PORTSDIR}/devel/p5-File-chdir \ p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean +NO_ARCH= yes USES= perl5 USE_PERL5= configure From owner-svn-ports-head@freebsd.org Mon Jul 6 17:47:26 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 22FEA9949DE; Mon, 6 Jul 2015 17:47:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D5BCB3E0F; Mon, 6 Jul 2015 17:47:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66HlP4q092901; Mon, 6 Jul 2015 17:47:25 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66HlPDg092898; Mon, 6 Jul 2015 17:47:25 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507061747.t66HlPDg092898@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 6 Jul 2015 17:47:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391459 - head/devel/p5-Devel-Cover X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 06 Jul 2015 17:47:26 -0000 Author: sunpoet Date: Mon Jul 6 17:47:24 2015 New Revision: 391459 URL: https://svnweb.freebsd.org/changeset/ports/391459 Log: - Update to 1.19 Changes: http://search.cpan.org/dist/Devel-Cover/Changes Modified: head/devel/p5-Devel-Cover/Makefile head/devel/p5-Devel-Cover/distinfo Modified: head/devel/p5-Devel-Cover/Makefile ============================================================================== --- head/devel/p5-Devel-Cover/Makefile Mon Jul 6 17:47:19 2015 (r391458) +++ head/devel/p5-Devel-Cover/Makefile Mon Jul 6 17:47:24 2015 (r391459) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Devel-Cover -PORTVERSION= 1.18 +PORTVERSION= 1.19 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,8 +13,7 @@ COMMENT= Code coverage metrics for Perl LICENSE= ART10 GPLv1 LICENSE_COMB= dual -TEST_DEPENDS= p5-Test-Differences>=0:${PORTSDIR}/devel/p5-Test-Differences \ - p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn +TEST_DEPENDS= p5-Test-Differences>=0:${PORTSDIR}/devel/p5-Test-Differences USES= perl5 USE_PERL5= configure Modified: head/devel/p5-Devel-Cover/distinfo ============================================================================== --- head/devel/p5-Devel-Cover/distinfo Mon Jul 6 17:47:19 2015 (r391458) +++ head/devel/p5-Devel-Cover/distinfo Mon Jul 6 17:47:24 2015 (r391459) @@ -1,2 +1,2 @@ -SHA256 (Devel-Cover-1.18.tar.gz) = 95f73ffcabfe6948fd926305958a1116501c0461eeef0aa6e1c8979c79efcb12 -SIZE (Devel-Cover-1.18.tar.gz) = 207365 +SHA256 (Devel-Cover-1.19.tar.gz) = db3d2c85cc5a89ca1ce87c3aed2ff1eb0f7e8be2d557440bc20b6111c382521f +SIZE (Devel-Cover-1.19.tar.gz) = 222911 From owner-svn-ports-head@freebsd.org Mon Jul 6 17:47:31 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8E756994A01; Mon, 6 Jul 2015 17:47:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4C8791034; Mon, 6 Jul 2015 17:47:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66HlVjv093063; Mon, 6 Jul 2015 17:47:31 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66HlUoG093058; Mon, 6 Jul 2015 17:47:30 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507061747.t66HlUoG093058@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 6 Jul 2015 17:47:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391460 - head/textproc/p5-Lingua-EN-Numbers-Ordinate X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 06 Jul 2015 17:47:31 -0000 Author: sunpoet Date: Mon Jul 6 17:47:29 2015 New Revision: 391460 URL: https://svnweb.freebsd.org/changeset/ports/391460 Log: - Update to 1.04 - Sort PLIST Changes: http://search.cpan.org/dist/Lingua-EN-Numbers-Ordinate/Changes Modified: head/textproc/p5-Lingua-EN-Numbers-Ordinate/Makefile head/textproc/p5-Lingua-EN-Numbers-Ordinate/distinfo head/textproc/p5-Lingua-EN-Numbers-Ordinate/pkg-plist Modified: head/textproc/p5-Lingua-EN-Numbers-Ordinate/Makefile ============================================================================== --- head/textproc/p5-Lingua-EN-Numbers-Ordinate/Makefile Mon Jul 6 17:47:24 2015 (r391459) +++ head/textproc/p5-Lingua-EN-Numbers-Ordinate/Makefile Mon Jul 6 17:47:29 2015 (r391460) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Lingua-EN-Numbers-Ordinate -PORTVERSION= 1.03 -PORTREVISION= 1 +PORTVERSION= 1.04 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/textproc/p5-Lingua-EN-Numbers-Ordinate/distinfo ============================================================================== --- head/textproc/p5-Lingua-EN-Numbers-Ordinate/distinfo Mon Jul 6 17:47:24 2015 (r391459) +++ head/textproc/p5-Lingua-EN-Numbers-Ordinate/distinfo Mon Jul 6 17:47:29 2015 (r391460) @@ -1,2 +1,2 @@ -SHA256 (Lingua-EN-Numbers-Ordinate-1.03.tar.gz) = 9742b1bc0b5b4f0d81e87e7858c1d20e00e1abd9c52af744ebb4644f46acc23a -SIZE (Lingua-EN-Numbers-Ordinate-1.03.tar.gz) = 11653 +SHA256 (Lingua-EN-Numbers-Ordinate-1.04.tar.gz) = 26973c2eb43672c3f61ad7d3fef12ef1c64a034da494a0ee0d910c3e0808019f +SIZE (Lingua-EN-Numbers-Ordinate-1.04.tar.gz) = 12019 Modified: head/textproc/p5-Lingua-EN-Numbers-Ordinate/pkg-plist ============================================================================== --- head/textproc/p5-Lingua-EN-Numbers-Ordinate/pkg-plist Mon Jul 6 17:47:24 2015 (r391459) +++ head/textproc/p5-Lingua-EN-Numbers-Ordinate/pkg-plist Mon Jul 6 17:47:29 2015 (r391460) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/Lingua::EN::Numbers::Ordinate.3.gz %%SITE_PERL%%/Lingua/EN/Numbers/Ordinate.pm +%%PERL5_MAN3%%/Lingua::EN::Numbers::Ordinate.3.gz From owner-svn-ports-head@freebsd.org Mon Jul 6 17:47:37 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 24F06994A35; Mon, 6 Jul 2015 17:47:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D80FB1144; Mon, 6 Jul 2015 17:47:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66HlaZh093212; Mon, 6 Jul 2015 17:47:36 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66HlZr0093209; Mon, 6 Jul 2015 17:47:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507061747.t66HlZr0093209@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 6 Jul 2015 17:47:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391461 - head/textproc/p5-Parse-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: Mon, 06 Jul 2015 17:47:37 -0000 Author: sunpoet Date: Mon Jul 6 17:47:34 2015 New Revision: 391461 URL: https://svnweb.freebsd.org/changeset/ports/391461 Log: - Update to 2.03 - Sort PLIST Changes: http://search.cpan.org/dist/Parse-CSV/Changes Modified: head/textproc/p5-Parse-CSV/Makefile head/textproc/p5-Parse-CSV/distinfo head/textproc/p5-Parse-CSV/pkg-plist Modified: head/textproc/p5-Parse-CSV/Makefile ============================================================================== --- head/textproc/p5-Parse-CSV/Makefile Mon Jul 6 17:47:29 2015 (r391460) +++ head/textproc/p5-Parse-CSV/Makefile Mon Jul 6 17:47:34 2015 (r391461) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Parse-CSV -PORTVERSION= 2.00 -PORTREVISION= 1 +PORTVERSION= 2.03 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,10 +13,9 @@ COMMENT= Highly flexible CSV parser for LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Params-Util>=0.22:${PORTSDIR}/devel/p5-Params-Util \ - p5-Text-CSV_XS>=0.42:${PORTSDIR}/textproc/p5-Text-CSV_XS -RUN_DEPENDS= p5-Params-Util>=0.22:${PORTSDIR}/devel/p5-Params-Util \ - p5-Text-CSV_XS>=0.42:${PORTSDIR}/textproc/p5-Text-CSV_XS +BUILD_DEPENDS= p5-Params-Util>=1:${PORTSDIR}/devel/p5-Params-Util \ + p5-Text-CSV_XS>=0.80:${PORTSDIR}/textproc/p5-Text-CSV_XS +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure Modified: head/textproc/p5-Parse-CSV/distinfo ============================================================================== --- head/textproc/p5-Parse-CSV/distinfo Mon Jul 6 17:47:29 2015 (r391460) +++ head/textproc/p5-Parse-CSV/distinfo Mon Jul 6 17:47:34 2015 (r391461) @@ -1,2 +1,2 @@ -SHA256 (Parse-CSV-2.00.tar.gz) = fe42581500ed28cdc3f8bb6d7bb28b1eb295accc9027f3593b02cacbf5947a08 -SIZE (Parse-CSV-2.00.tar.gz) = 34800 +SHA256 (Parse-CSV-2.03.tar.gz) = 4d10eced9ea29837f1ab662f3869716ba32dd1f4accccca5aa5d9dc7e14258a0 +SIZE (Parse-CSV-2.03.tar.gz) = 16929 Modified: head/textproc/p5-Parse-CSV/pkg-plist ============================================================================== --- head/textproc/p5-Parse-CSV/pkg-plist Mon Jul 6 17:47:29 2015 (r391460) +++ head/textproc/p5-Parse-CSV/pkg-plist Mon Jul 6 17:47:34 2015 (r391461) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/Parse::CSV.3.gz %%SITE_PERL%%/Parse/CSV.pm +%%PERL5_MAN3%%/Parse::CSV.3.gz From owner-svn-ports-head@freebsd.org Mon Jul 6 17:47:41 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 07A9F994A55; Mon, 6 Jul 2015 17:47:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EBC1611B0; Mon, 6 Jul 2015 17:47:40 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66HleMS093322; Mon, 6 Jul 2015 17:47:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66HleVo093321; Mon, 6 Jul 2015 17:47:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507061747.t66HleVo093321@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 6 Jul 2015 17:47:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391462 - head/graphics/p5-OpenGL X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 06 Jul 2015 17:47:41 -0000 Author: sunpoet Date: Mon Jul 6 17:47:40 2015 New Revision: 391462 URL: https://svnweb.freebsd.org/changeset/ports/391462 Log: - Add PORTSCOUT Modified: head/graphics/p5-OpenGL/Makefile Modified: head/graphics/p5-OpenGL/Makefile ============================================================================== --- head/graphics/p5-OpenGL/Makefile Mon Jul 6 17:47:34 2015 (r391461) +++ head/graphics/p5-OpenGL/Makefile Mon Jul 6 17:47:40 2015 (r391462) @@ -14,6 +14,8 @@ COMMENT= Perl module to display 3D data MANUAL_PACKAGE_BUILD= needs the X server it will be used with to build +PORTSCOUT= limit:^[0-9\.]*$$ + CONFIGURE_ARGS= interface=FREEGLUT USES= perl5 display:configure USE_PERL5= configure From owner-svn-ports-head@freebsd.org Mon Jul 6 17:47:46 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0EE97994A92; Mon, 6 Jul 2015 17:47:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C99E61291; Mon, 6 Jul 2015 17:47:45 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66Hljnl093466; Mon, 6 Jul 2015 17:47:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66Hlj9V093463; Mon, 6 Jul 2015 17:47:45 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507061747.t66Hlj9V093463@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 6 Jul 2015 17:47:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391463 - head/www/p5-Plack-Test-ExternalServer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 06 Jul 2015 17:47:46 -0000 Author: sunpoet Date: Mon Jul 6 17:47:44 2015 New Revision: 391463 URL: https://svnweb.freebsd.org/changeset/ports/391463 Log: - Update to 0.02 - Fix *_DEPENDS - Add NO_ARCH Changes: http://search.cpan.org/dist/Plack-Test-ExternalServer/Changes Modified: head/www/p5-Plack-Test-ExternalServer/Makefile head/www/p5-Plack-Test-ExternalServer/distinfo Modified: head/www/p5-Plack-Test-ExternalServer/Makefile ============================================================================== --- head/www/p5-Plack-Test-ExternalServer/Makefile Mon Jul 6 17:47:40 2015 (r391462) +++ head/www/p5-Plack-Test-ExternalServer/Makefile Mon Jul 6 17:47:44 2015 (r391463) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Plack-Test-ExternalServer -PORTVERSION= 0.01 -PORTREVISION= 1 +PORTVERSION= 0.02 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,13 +13,14 @@ COMMENT= Run HTTP tests on external live LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \ - p5-Plack>=0:${PORTSDIR}/www/p5-Plack \ - p5-URI>=0:${PORTSDIR}/net/p5-URI \ +BUILD_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-TCP>=0:${PORTSDIR}/devel/p5-Test-TCP +TEST_DEPENDS= p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \ + p5-Plack>=0:${PORTSDIR}/www/p5-Plack \ + p5-Test-TCP>=0:${PORTSDIR}/devel/p5-Test-TCP +NO_ARCH= yes USE_PERL5= configure USES= perl5 Modified: head/www/p5-Plack-Test-ExternalServer/distinfo ============================================================================== --- head/www/p5-Plack-Test-ExternalServer/distinfo Mon Jul 6 17:47:40 2015 (r391462) +++ head/www/p5-Plack-Test-ExternalServer/distinfo Mon Jul 6 17:47:44 2015 (r391463) @@ -1,2 +1,2 @@ -SHA256 (Plack-Test-ExternalServer-0.01.tar.gz) = f0bc008b516ced3b125508cde5a3c711f55f05a3b228b6ef9c6bef97c70d6fb5 -SIZE (Plack-Test-ExternalServer-0.01.tar.gz) = 9198 +SHA256 (Plack-Test-ExternalServer-0.02.tar.gz) = 5baf5c57fe0c06412deec9c5abe7952ab8a04f8c47b4bbd8e9e9982268903ed0 +SIZE (Plack-Test-ExternalServer-0.02.tar.gz) = 23526 From owner-svn-ports-head@freebsd.org Mon Jul 6 17:47:51 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8C22A994AC4; Mon, 6 Jul 2015 17:47:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5508B14A8; Mon, 6 Jul 2015 17:47:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66HlpCa093597; Mon, 6 Jul 2015 17:47:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66Hlosg093595; Mon, 6 Jul 2015 17:47:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507061747.t66Hlosg093595@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 6 Jul 2015 17:47:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391464 - head/devel/p5-Class-Unload X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 06 Jul 2015 17:47:51 -0000 Author: sunpoet Date: Mon Jul 6 17:47:49 2015 New Revision: 391464 URL: https://svnweb.freebsd.org/changeset/ports/391464 Log: - Add NO_ARCH - Sort PLIST Modified: head/devel/p5-Class-Unload/Makefile head/devel/p5-Class-Unload/pkg-plist Modified: head/devel/p5-Class-Unload/Makefile ============================================================================== --- head/devel/p5-Class-Unload/Makefile Mon Jul 6 17:47:44 2015 (r391463) +++ head/devel/p5-Class-Unload/Makefile Mon Jul 6 17:47:49 2015 (r391464) @@ -16,6 +16,7 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Class-Inspector>=0:${PORTSDIR}/devel/p5-Class-Inspector RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/devel/p5-Class-Unload/pkg-plist ============================================================================== --- head/devel/p5-Class-Unload/pkg-plist Mon Jul 6 17:47:44 2015 (r391463) +++ head/devel/p5-Class-Unload/pkg-plist Mon Jul 6 17:47:49 2015 (r391464) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/Class::Unload.3.gz %%SITE_PERL%%/Class/Unload.pm +%%PERL5_MAN3%%/Class::Unload.3.gz From owner-svn-ports-head@freebsd.org Mon Jul 6 17:47:56 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 94EF9994AF3; Mon, 6 Jul 2015 17:47:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6E80B15D8; Mon, 6 Jul 2015 17:47:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66HluIh093726; Mon, 6 Jul 2015 17:47:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66Hltxf093724; Mon, 6 Jul 2015 17:47:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507061747.t66Hltxf093724@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 6 Jul 2015 17:47:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391465 - head/textproc/rubygem-kramdown X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 06 Jul 2015 17:47:56 -0000 Author: sunpoet Date: Mon Jul 6 17:47:54 2015 New Revision: 391465 URL: https://svnweb.freebsd.org/changeset/ports/391465 Log: - Update to 1.8.0 - Remove blank line between NO_ARCH and USE_RUBY Changes: http://kramdown.gettalong.org/news.html https://github.com/gettalong/kramdown/commits/master Modified: head/textproc/rubygem-kramdown/Makefile head/textproc/rubygem-kramdown/distinfo Modified: head/textproc/rubygem-kramdown/Makefile ============================================================================== --- head/textproc/rubygem-kramdown/Makefile Mon Jul 6 17:47:49 2015 (r391464) +++ head/textproc/rubygem-kramdown/Makefile Mon Jul 6 17:47:54 2015 (r391465) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= kramdown -PORTVERSION= 1.7.0 +PORTVERSION= 1.8.0 CATEGORIES= textproc rubygems MASTER_SITES= RG @@ -12,7 +12,6 @@ COMMENT= Yet-another-markdown-parser but LICENSE= MIT NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/textproc/rubygem-kramdown/distinfo ============================================================================== --- head/textproc/rubygem-kramdown/distinfo Mon Jul 6 17:47:49 2015 (r391464) +++ head/textproc/rubygem-kramdown/distinfo Mon Jul 6 17:47:54 2015 (r391465) @@ -1,2 +1,2 @@ -SHA256 (rubygem/kramdown-1.7.0.gem) = cae6d132b60b6835b30ad589c81ab5c1562fd205b7e8851812fc23f46740191c -SIZE (rubygem/kramdown-1.7.0.gem) = 237568 +SHA256 (rubygem/kramdown-1.8.0.gem) = 54287608f4399006ae5549f009053d2029ad75bf462dc70203c116580ac0d867 +SIZE (rubygem/kramdown-1.8.0.gem) = 238080 From owner-svn-ports-head@freebsd.org Mon Jul 6 17:48:01 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4FE1F994B1A; Mon, 6 Jul 2015 17:48:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3FD451696; Mon, 6 Jul 2015 17:48:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66Hm1Z1093883; Mon, 6 Jul 2015 17:48:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66Hm0Fi093877; Mon, 6 Jul 2015 17:48:00 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507061748.t66Hm0Fi093877@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 6 Jul 2015 17:48:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391466 - head/devel/rubygem-jbuilder X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 06 Jul 2015 17:48:01 -0000 Author: sunpoet Date: Mon Jul 6 17:47:59 2015 New Revision: 391466 URL: https://svnweb.freebsd.org/changeset/ports/391466 Log: - Update to 2.3.1 Changes: https://github.com/rails/jbuilder/blob/master/CHANGELOG.md Modified: head/devel/rubygem-jbuilder/Makefile head/devel/rubygem-jbuilder/distinfo Modified: head/devel/rubygem-jbuilder/Makefile ============================================================================== --- head/devel/rubygem-jbuilder/Makefile Mon Jul 6 17:47:54 2015 (r391465) +++ head/devel/rubygem-jbuilder/Makefile Mon Jul 6 17:47:59 2015 (r391466) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= jbuilder -PORTVERSION= 2.3.0 +PORTVERSION= 2.3.1 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-jbuilder/distinfo ============================================================================== --- head/devel/rubygem-jbuilder/distinfo Mon Jul 6 17:47:54 2015 (r391465) +++ head/devel/rubygem-jbuilder/distinfo Mon Jul 6 17:47:59 2015 (r391466) @@ -1,2 +1,2 @@ -SHA256 (rubygem/jbuilder-2.3.0.gem) = 26aeb8d972ca5407123bfc2ce7f6077ced7be19acbeb6c7216e6f5fba8d4fb2f -SIZE (rubygem/jbuilder-2.3.0.gem) = 25088 +SHA256 (rubygem/jbuilder-2.3.1.gem) = a5355005e1350359bf4b57f40e6ea781d46f323c763287ea2b9b3ed4b111c21e +SIZE (rubygem/jbuilder-2.3.1.gem) = 25088 From owner-svn-ports-head@freebsd.org Mon Jul 6 17:48:05 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8DBA5994B40; Mon, 6 Jul 2015 17:48:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6D30C190E; Mon, 6 Jul 2015 17:48:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66Hm5uN093994; Mon, 6 Jul 2015 17:48:05 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66Hm5n3093993; Mon, 6 Jul 2015 17:48:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507061748.t66Hm5n3093993@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 6 Jul 2015 17:48:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391467 - 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: Mon, 06 Jul 2015 17:48:05 -0000 Author: sunpoet Date: Mon Jul 6 17:48:04 2015 New Revision: 391467 URL: https://svnweb.freebsd.org/changeset/ports/391467 Log: - Fix regression-test: TEST_ARGS and TEST_ENV should be overwritable Modified: head/Mk/Uses/perl5.mk Modified: head/Mk/Uses/perl5.mk ============================================================================== --- head/Mk/Uses/perl5.mk Mon Jul 6 17:47:59 2015 (r391466) +++ head/Mk/Uses/perl5.mk Mon Jul 6 17:48:04 2015 (r391467) @@ -297,8 +297,8 @@ fix-perl-things: @${RMDIR} -p ${STAGEDIR}${PREFIX}/lib/perl5/${PERL_VER}/${PERL_ARCH} 2>/dev/null || : .if !target(regression-test) -TEST_ARGS+= ${MAKE_ARGS} -TEST_ENV+= ${MAKE_ENV} +TEST_ARGS?= ${MAKE_ARGS} +TEST_ENV?= ${MAKE_ENV} TEST_TARGET?= test TEST_WRKSRC?= ${BUILD_WRKSRC} .if !target(test) From owner-svn-ports-head@freebsd.org Mon Jul 6 17:48:09 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DEBA4994B67; Mon, 6 Jul 2015 17:48:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CEDFB19DA; Mon, 6 Jul 2015 17:48:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66Hm9r8094100; Mon, 6 Jul 2015 17:48:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66Hm9mS094099; Mon, 6 Jul 2015 17:48:09 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507061748.t66Hm9mS094099@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 6 Jul 2015 17:48:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391468 - head/lang/parrot X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 06 Jul 2015 17:48:10 -0000 Author: sunpoet Date: Mon Jul 6 17:48:08 2015 New Revision: 391468 URL: https://svnweb.freebsd.org/changeset/ports/391468 Log: - Remove duplicate regression-test: which is already in Mk/Uses/perl5.mk Modified: head/lang/parrot/Makefile Modified: head/lang/parrot/Makefile ============================================================================== --- head/lang/parrot/Makefile Mon Jul 6 17:48:04 2015 (r391467) +++ head/lang/parrot/Makefile Mon Jul 6 17:48:08 2015 (r391468) @@ -48,7 +48,4 @@ post-install: ${STAGEDIR}${PREFIX}/lib/libparrot.so.${PORTVERSION} \ ${STAGEDIR}${PREFIX}/lib/parrot/${PORTVERSION}/dynext/*.so -regression-test test: build - (cd ${WRKSRC} && ${MAKE} test) - .include From owner-svn-ports-head@freebsd.org Mon Jul 6 17:48:14 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E5583994B8C; Mon, 6 Jul 2015 17:48:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B14F21AE0; Mon, 6 Jul 2015 17:48:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66HmEjT094234; Mon, 6 Jul 2015 17:48:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66HmENC094230; Mon, 6 Jul 2015 17:48:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507061748.t66HmENC094230@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 6 Jul 2015 17:48:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391469 - head/german/mythes X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 06 Jul 2015 17:48:15 -0000 Author: sunpoet Date: Mon Jul 6 17:48:13 2015 New Revision: 391469 URL: https://svnweb.freebsd.org/changeset/ports/391469 Log: - Update to 2015.07.05 Modified: head/german/mythes/Makefile head/german/mythes/distinfo Modified: head/german/mythes/Makefile ============================================================================== --- head/german/mythes/Makefile Mon Jul 6 17:48:08 2015 (r391468) +++ head/german/mythes/Makefile Mon Jul 6 17:48:13 2015 (r391469) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mythes -PORTVERSION= 2015.06.28 +PORTVERSION= 2015.07.05 CATEGORIES= german textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ DISTNAME= Deutscher-Thesaurus-${PORTVERSION:C/\.//g} Modified: head/german/mythes/distinfo ============================================================================== --- head/german/mythes/distinfo Mon Jul 6 17:48:08 2015 (r391468) +++ head/german/mythes/distinfo Mon Jul 6 17:48:13 2015 (r391469) @@ -1,2 +1,2 @@ -SHA256 (mythes/Deutscher-Thesaurus-20150628.oxt) = 54b435cbe75573b4be0bcc72b5c38827d9d24b0e8efcf3983c5c441ec161ae0f -SIZE (mythes/Deutscher-Thesaurus-20150628.oxt) = 6934954 +SHA256 (mythes/Deutscher-Thesaurus-20150705.oxt) = a33dbb5c6067cb475e06c2e1a5931b0c541720dd44c6880c43567b6f27b6c5e9 +SIZE (mythes/Deutscher-Thesaurus-20150705.oxt) = 6949011 From owner-svn-ports-head@freebsd.org Mon Jul 6 17:48:20 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2838A994BB2; Mon, 6 Jul 2015 17:48:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E7F501BE2; Mon, 6 Jul 2015 17:48:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66HmJXG094384; Mon, 6 Jul 2015 17:48:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66HmJXf094381; Mon, 6 Jul 2015 17:48:19 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507061748.t66HmJXf094381@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 6 Jul 2015 17:48:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391470 - head/textproc/nl-mythes X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 06 Jul 2015 17:48:20 -0000 Author: sunpoet Date: Mon Jul 6 17:48:18 2015 New Revision: 391470 URL: https://svnweb.freebsd.org/changeset/ports/391470 Log: - Update to 2015.07.05 Modified: head/textproc/nl-mythes/Makefile head/textproc/nl-mythes/distinfo Modified: head/textproc/nl-mythes/Makefile ============================================================================== --- head/textproc/nl-mythes/Makefile Mon Jul 6 17:48:13 2015 (r391469) +++ head/textproc/nl-mythes/Makefile Mon Jul 6 17:48:18 2015 (r391470) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mythes -PORTVERSION= 2015.06.28 +PORTVERSION= 2015.07.05 CATEGORIES= textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ PKGNAMEPREFIX= nl- Modified: head/textproc/nl-mythes/distinfo ============================================================================== --- head/textproc/nl-mythes/distinfo Mon Jul 6 17:48:13 2015 (r391469) +++ head/textproc/nl-mythes/distinfo Mon Jul 6 17:48:18 2015 (r391470) @@ -1,2 +1,2 @@ -SHA256 (mythes/thes_nl-20150628.oxt) = f232359376e850a719571c1ec241afedd6337cce5db80c29344c45f1a78cf601 -SIZE (mythes/thes_nl-20150628.oxt) = 1956070 +SHA256 (mythes/thes_nl-20150705.oxt) = ae07968c7e85b3a561d58338140e779b2f6dabbf759c26f857425bdd43337e94 +SIZE (mythes/thes_nl-20150705.oxt) = 1956070 From owner-svn-ports-head@freebsd.org Mon Jul 6 17:48:25 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4BC63994BDD; Mon, 6 Jul 2015 17:48:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 226A31CE1; Mon, 6 Jul 2015 17:48:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66HmONo094510; Mon, 6 Jul 2015 17:48:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66HmOqn094508; Mon, 6 Jul 2015 17:48:24 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507061748.t66HmOqn094508@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 6 Jul 2015 17:48:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391471 - head/textproc/sk-mythes X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 06 Jul 2015 17:48:25 -0000 Author: sunpoet Date: Mon Jul 6 17:48:23 2015 New Revision: 391471 URL: https://svnweb.freebsd.org/changeset/ports/391471 Log: - Update to 2015.07.05 Modified: head/textproc/sk-mythes/Makefile head/textproc/sk-mythes/distinfo Modified: head/textproc/sk-mythes/Makefile ============================================================================== --- head/textproc/sk-mythes/Makefile Mon Jul 6 17:48:18 2015 (r391470) +++ head/textproc/sk-mythes/Makefile Mon Jul 6 17:48:23 2015 (r391471) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mythes -PORTVERSION= 2015.06.28 +PORTVERSION= 2015.07.05 CATEGORIES= textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ PKGNAMEPREFIX= sk- Modified: head/textproc/sk-mythes/distinfo ============================================================================== --- head/textproc/sk-mythes/distinfo Mon Jul 6 17:48:18 2015 (r391470) +++ head/textproc/sk-mythes/distinfo Mon Jul 6 17:48:23 2015 (r391471) @@ -1,2 +1,2 @@ -SHA256 (mythes/OOo-Thesaurus2-sk_SK-20150628.zip) = 59aa01719532510b83e1c52ae1b4fd4ef8a6ffdee2bae051134a6ad7f167bdc2 -SIZE (mythes/OOo-Thesaurus2-sk_SK-20150628.zip) = 239160 +SHA256 (mythes/OOo-Thesaurus2-sk_SK-20150705.zip) = 78f19d68dcd73fbef7b12305c815e4a6b526dc072f2bc0c147b99f51c5862f1b +SIZE (mythes/OOo-Thesaurus2-sk_SK-20150705.zip) = 239160 From owner-svn-ports-head@freebsd.org Mon Jul 6 17:48:30 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3A213994C03; Mon, 6 Jul 2015 17:48:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 129021D99; Mon, 6 Jul 2015 17:48:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66HmTar094638; Mon, 6 Jul 2015 17:48:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66HmTGj094635; Mon, 6 Jul 2015 17:48:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507061748.t66HmTGj094635@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 6 Jul 2015 17:48:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391472 - head/textproc/sl-mythes X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 06 Jul 2015 17:48:30 -0000 Author: sunpoet Date: Mon Jul 6 17:48:28 2015 New Revision: 391472 URL: https://svnweb.freebsd.org/changeset/ports/391472 Log: - Update to 2015.07.05 Modified: head/textproc/sl-mythes/Makefile head/textproc/sl-mythes/distinfo Modified: head/textproc/sl-mythes/Makefile ============================================================================== --- head/textproc/sl-mythes/Makefile Mon Jul 6 17:48:23 2015 (r391471) +++ head/textproc/sl-mythes/Makefile Mon Jul 6 17:48:28 2015 (r391472) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mythes -PORTVERSION= 2015.06.28 +PORTVERSION= 2015.07.05 CATEGORIES= textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ PKGNAMEPREFIX= sl- Modified: head/textproc/sl-mythes/distinfo ============================================================================== --- head/textproc/sl-mythes/distinfo Mon Jul 6 17:48:23 2015 (r391471) +++ head/textproc/sl-mythes/distinfo Mon Jul 6 17:48:28 2015 (r391472) @@ -1,2 +1,2 @@ -SHA256 (mythes/thes_sl_SI_v2-20150628.zip) = dc3ea5d0a99b7dbd7a430df82a521e8536b9d9ce62f2369fc468c024a05b8016 -SIZE (mythes/thes_sl_SI_v2-20150628.zip) = 363865 +SHA256 (mythes/thes_sl_SI_v2-20150705.zip) = 9bf4202d3415ead905148c949c2914cb8bbc8b39fec3073338a576c9953ae21b +SIZE (mythes/thes_sl_SI_v2-20150705.zip) = 363866 From owner-svn-ports-head@freebsd.org Mon Jul 6 18:06:03 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 32B07994F22; Mon, 6 Jul 2015 18:06:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1709C18E2; Mon, 6 Jul 2015 18:06:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66I63P2006120; Mon, 6 Jul 2015 18:06:03 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66I5c8X005946; Mon, 6 Jul 2015 18:05:38 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507061805.t66I5c8X005946@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 6 Jul 2015 18:05:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391473 - in head: benchmarks/rubygem-benchmark-ips databases/rubygem-redis devel/rubygem-CFPropertyList devel/rubygem-attic devel/rubygem-benelux devel/rubygem-blankslate devel/rubygem... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 06 Jul 2015 18:06:03 -0000 Author: sunpoet Date: Mon Jul 6 18:05:37 2015 New Revision: 391473 URL: https://svnweb.freebsd.org/changeset/ports/391473 Log: - Remove blank line between NO_ARCH and USE_RUBY Modified: head/benchmarks/rubygem-benchmark-ips/Makefile head/databases/rubygem-redis/Makefile head/devel/rubygem-CFPropertyList/Makefile head/devel/rubygem-attic/Makefile head/devel/rubygem-benelux/Makefile head/devel/rubygem-blankslate/Makefile head/devel/rubygem-bones/Makefile head/devel/rubygem-buftok/Makefile head/devel/rubygem-celluloid-io/Makefile head/devel/rubygem-colorize/Makefile head/devel/rubygem-cucumber-core/Makefile head/devel/rubygem-drydock/Makefile head/devel/rubygem-gibbler/Makefile head/devel/rubygem-inflecto/Makefile head/devel/rubygem-jekyll-coffeescript/Makefile head/devel/rubygem-lumberjack/Makefile head/devel/rubygem-memoizable/Makefile head/devel/rubygem-mercenary/Makefile head/devel/rubygem-nenv/Makefile head/devel/rubygem-notiffany/Makefile head/devel/rubygem-open4/Makefile head/devel/rubygem-retryable/Makefile head/devel/rubygem-storable/Makefile head/devel/rubygem-subexec/Makefile head/devel/rubygem-sysinfo/Makefile head/devel/rubygem-tdiff/Makefile head/devel/rubygem-toml/Makefile head/dns/rubygem-public_suffix_service/Makefile head/emulators/rubygem-fission/Makefile head/graphics/rubygem-png/Makefile head/misc/rubygem-iesd/Makefile head/net-im/rubygem-hipchat/Makefile head/net/rubygem-amq-client/Makefile head/net/rubygem-amq-protocol/Makefile head/net/rubygem-amqp/Makefile head/net/rubygem-aws-ses/Makefile head/net/rubygem-dropbox-sdk/Makefile head/net/rubygem-httpauth/Makefile head/net/rubygem-rubytter/Makefile head/net/rubygem-simple_oauth/Makefile head/net/rubygem-t/Makefile head/net/rubygem-twitter/Makefile head/net/rubygem-uri-redis/Makefile head/sysutils/rubygem-guard-compat/Makefile head/sysutils/rubygem-parallel/Makefile head/sysutils/rubygem-shellany/Makefile head/textproc/rubygem-css_parser/Makefile head/textproc/rubygem-multi_xml/Makefile head/textproc/rubygem-parslet/Makefile head/textproc/rubygem-yard/Makefile head/www/rubygem-em-websocket/Makefile head/www/rubygem-faraday/Makefile head/www/rubygem-gollum-grit_adapter/Makefile head/www/rubygem-http-form_data/Makefile head/www/rubygem-http/Makefile head/www/rubygem-multipart-post/Makefile head/www/rubygem-net-http-digest_auth/Makefile head/www/rubygem-net-http-persistent/Makefile head/www/rubygem-pagerduty/Makefile head/www/rubygem-robots/Makefile head/www/rubygem-webrobots/Makefile Modified: head/benchmarks/rubygem-benchmark-ips/Makefile ============================================================================== --- head/benchmarks/rubygem-benchmark-ips/Makefile Mon Jul 6 17:48:28 2015 (r391472) +++ head/benchmarks/rubygem-benchmark-ips/Makefile Mon Jul 6 18:05:37 2015 (r391473) @@ -12,7 +12,6 @@ COMMENT= Iterations per second enhanceme LICENSE= MIT NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/databases/rubygem-redis/Makefile ============================================================================== --- head/databases/rubygem-redis/Makefile Mon Jul 6 17:48:28 2015 (r391472) +++ head/databases/rubygem-redis/Makefile Mon Jul 6 18:05:37 2015 (r391473) @@ -12,7 +12,6 @@ COMMENT= Ruby client library for Redis, LICENSE= MIT NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-CFPropertyList/Makefile ============================================================================== --- head/devel/rubygem-CFPropertyList/Makefile Mon Jul 6 17:48:28 2015 (r391472) +++ head/devel/rubygem-CFPropertyList/Makefile Mon Jul 6 18:05:37 2015 (r391473) @@ -12,7 +12,6 @@ COMMENT= Read, write and manipulate both LICENSE= MIT NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-attic/Makefile ============================================================================== --- head/devel/rubygem-attic/Makefile Mon Jul 6 17:48:28 2015 (r391472) +++ head/devel/rubygem-attic/Makefile Mon Jul 6 18:05:37 2015 (r391473) @@ -12,7 +12,6 @@ COMMENT= Place to hide private instance LICENSE= MIT NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-benelux/Makefile ============================================================================== --- head/devel/rubygem-benelux/Makefile Mon Jul 6 17:48:28 2015 (r391472) +++ head/devel/rubygem-benelux/Makefile Mon Jul 6 18:05:37 2015 (r391473) @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-attic>=0.5.3:${PORT rubygem-storable>=0.8.6:${PORTSDIR}/devel/rubygem-storable NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-blankslate/Makefile ============================================================================== --- head/devel/rubygem-blankslate/Makefile Mon Jul 6 17:48:28 2015 (r391472) +++ head/devel/rubygem-blankslate/Makefile Mon Jul 6 18:05:37 2015 (r391473) @@ -12,7 +12,6 @@ COMMENT= Abstract base class with no pre LICENSE= MIT NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-bones/Makefile ============================================================================== --- head/devel/rubygem-bones/Makefile Mon Jul 6 17:48:28 2015 (r391472) +++ head/devel/rubygem-bones/Makefile Mon Jul 6 18:05:37 2015 (r391473) @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-little-plugger>=1.1 rubygem-rake>=10.0:${PORTSDIR}/devel/rubygem-rake NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-buftok/Makefile ============================================================================== --- head/devel/rubygem-buftok/Makefile Mon Jul 6 17:48:28 2015 (r391472) +++ head/devel/rubygem-buftok/Makefile Mon Jul 6 18:05:37 2015 (r391473) @@ -12,7 +12,6 @@ COMMENT= Extracts token delimited entiti LICENSE= MIT NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-celluloid-io/Makefile ============================================================================== --- head/devel/rubygem-celluloid-io/Makefile Mon Jul 6 17:48:28 2015 (r391472) +++ head/devel/rubygem-celluloid-io/Makefile Mon Jul 6 18:05:37 2015 (r391473) @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-celluloid>=0.16.0:$ rubygem-nio4r>=1.1.0:${PORTSDIR}/devel/rubygem-nio4r NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-colorize/Makefile ============================================================================== --- head/devel/rubygem-colorize/Makefile Mon Jul 6 17:48:28 2015 (r391472) +++ head/devel/rubygem-colorize/Makefile Mon Jul 6 18:05:37 2015 (r391473) @@ -12,7 +12,6 @@ COMMENT= Ruby String class extension LICENSE= GPLv2 NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-cucumber-core/Makefile ============================================================================== --- head/devel/rubygem-cucumber-core/Makefile Mon Jul 6 17:48:28 2015 (r391472) +++ head/devel/rubygem-cucumber-core/Makefile Mon Jul 6 18:05:37 2015 (r391473) @@ -14,7 +14,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-gherkin>=2.12.0:${PORTSDIR}/textproc/rubygem-gherkin NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-drydock/Makefile ============================================================================== --- head/devel/rubygem-drydock/Makefile Mon Jul 6 17:48:28 2015 (r391472) +++ head/devel/rubygem-drydock/Makefile Mon Jul 6 18:05:37 2015 (r391473) @@ -12,7 +12,6 @@ COMMENT= Build seaworthy command-line ap LICENSE= MIT NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-gibbler/Makefile ============================================================================== --- head/devel/rubygem-gibbler/Makefile Mon Jul 6 17:48:28 2015 (r391472) +++ head/devel/rubygem-gibbler/Makefile Mon Jul 6 18:05:37 2015 (r391473) @@ -12,7 +12,6 @@ COMMENT= Git-like hashes for Ruby object LICENSE= MIT NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-inflecto/Makefile ============================================================================== --- head/devel/rubygem-inflecto/Makefile Mon Jul 6 17:48:28 2015 (r391472) +++ head/devel/rubygem-inflecto/Makefile Mon Jul 6 18:05:37 2015 (r391473) @@ -12,7 +12,6 @@ COMMENT= Inflector for strings LICENSE= MIT NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-jekyll-coffeescript/Makefile ============================================================================== --- head/devel/rubygem-jekyll-coffeescript/Makefile Mon Jul 6 17:48:28 2015 (r391472) +++ head/devel/rubygem-jekyll-coffeescript/Makefile Mon Jul 6 18:05:37 2015 (r391473) @@ -14,7 +14,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-coffee-script>=2.2:${PORTSDIR}/devel/rubygem-coffee-script NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-lumberjack/Makefile ============================================================================== --- head/devel/rubygem-lumberjack/Makefile Mon Jul 6 17:48:28 2015 (r391472) +++ head/devel/rubygem-lumberjack/Makefile Mon Jul 6 18:05:37 2015 (r391473) @@ -12,7 +12,6 @@ COMMENT= Simple, powerful, and fast logg LICENSE= MIT NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-memoizable/Makefile ============================================================================== --- head/devel/rubygem-memoizable/Makefile Mon Jul 6 17:48:28 2015 (r391472) +++ head/devel/rubygem-memoizable/Makefile Mon Jul 6 18:05:37 2015 (r391473) @@ -14,7 +14,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-thread_safe>=0.3.1:${PORTSDIR}/devel/rubygem-thread_safe NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-mercenary/Makefile ============================================================================== --- head/devel/rubygem-mercenary/Makefile Mon Jul 6 17:48:28 2015 (r391472) +++ head/devel/rubygem-mercenary/Makefile Mon Jul 6 18:05:37 2015 (r391473) @@ -12,7 +12,6 @@ COMMENT= Lightweight and flexible librar LICENSE= MIT NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-nenv/Makefile ============================================================================== --- head/devel/rubygem-nenv/Makefile Mon Jul 6 17:48:28 2015 (r391472) +++ head/devel/rubygem-nenv/Makefile Mon Jul 6 18:05:37 2015 (r391473) @@ -12,7 +12,6 @@ COMMENT= Convenient wrapper for ENV LICENSE= MIT NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-notiffany/Makefile ============================================================================== --- head/devel/rubygem-notiffany/Makefile Mon Jul 6 17:48:28 2015 (r391472) +++ head/devel/rubygem-notiffany/Makefile Mon Jul 6 18:05:37 2015 (r391473) @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-nenv>=0.1:${PORTSDI rubygem-shellany>=0:${PORTSDIR}/sysutils/rubygem-shellany NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-open4/Makefile ============================================================================== --- head/devel/rubygem-open4/Makefile Mon Jul 6 17:48:28 2015 (r391472) +++ head/devel/rubygem-open4/Makefile Mon Jul 6 18:05:37 2015 (r391473) @@ -13,7 +13,6 @@ LICENSE= BSD2CLAUSE RUBY LICENSE_COMB= dual NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-retryable/Makefile ============================================================================== --- head/devel/rubygem-retryable/Makefile Mon Jul 6 17:48:28 2015 (r391472) +++ head/devel/rubygem-retryable/Makefile Mon Jul 6 18:05:37 2015 (r391473) @@ -12,7 +12,6 @@ COMMENT= Allow for retrying of code bloc LICENSE= MIT NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-storable/Makefile ============================================================================== --- head/devel/rubygem-storable/Makefile Mon Jul 6 17:48:28 2015 (r391472) +++ head/devel/rubygem-storable/Makefile Mon Jul 6 18:05:37 2015 (r391473) @@ -12,7 +12,6 @@ COMMENT= Marshal Ruby classes into and o LICENSE= MIT NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-subexec/Makefile ============================================================================== --- head/devel/rubygem-subexec/Makefile Mon Jul 6 17:48:28 2015 (r391472) +++ head/devel/rubygem-subexec/Makefile Mon Jul 6 18:05:37 2015 (r391473) @@ -12,7 +12,6 @@ COMMENT= Subexec spawns a subprocess wit LICENSE= MIT NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-sysinfo/Makefile ============================================================================== --- head/devel/rubygem-sysinfo/Makefile Mon Jul 6 17:48:28 2015 (r391472) +++ head/devel/rubygem-sysinfo/Makefile Mon Jul 6 18:05:37 2015 (r391473) @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-drydock>=0:${PORTSD rubygem-storable>=0:${PORTSDIR}/devel/rubygem-storable NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-tdiff/Makefile ============================================================================== --- head/devel/rubygem-tdiff/Makefile Mon Jul 6 17:48:28 2015 (r391472) +++ head/devel/rubygem-tdiff/Makefile Mon Jul 6 18:05:37 2015 (r391473) @@ -12,7 +12,6 @@ COMMENT= Calculates the differences betw LICENSE= MIT NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-toml/Makefile ============================================================================== --- head/devel/rubygem-toml/Makefile Mon Jul 6 17:48:28 2015 (r391472) +++ head/devel/rubygem-toml/Makefile Mon Jul 6 18:05:37 2015 (r391473) @@ -15,7 +15,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-parslet>=1.5.0:${PORTSDIR}/textproc/rubygem-parslet NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/dns/rubygem-public_suffix_service/Makefile ============================================================================== --- head/dns/rubygem-public_suffix_service/Makefile Mon Jul 6 17:48:28 2015 (r391472) +++ head/dns/rubygem-public_suffix_service/Makefile Mon Jul 6 18:05:37 2015 (r391473) @@ -12,7 +12,6 @@ COMMENT= Parse and decompose domain name LICENSE= MIT NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/emulators/rubygem-fission/Makefile ============================================================================== --- head/emulators/rubygem-fission/Makefile Mon Jul 6 17:48:28 2015 (r391472) +++ head/emulators/rubygem-fission/Makefile Mon Jul 6 18:05:37 2015 (r391473) @@ -14,7 +14,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-CFPropertyList>=2.2:${PORTSDIR}/devel/rubygem-CFPropertyList NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/graphics/rubygem-png/Makefile ============================================================================== --- head/graphics/rubygem-png/Makefile Mon Jul 6 17:48:28 2015 (r391472) +++ head/graphics/rubygem-png/Makefile Mon Jul 6 18:05:37 2015 (r391473) @@ -14,7 +14,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-rubyinline>=3.9:${PORTSDIR}/devel/rubygem-rubyinline NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/misc/rubygem-iesd/Makefile ============================================================================== --- head/misc/rubygem-iesd/Makefile Mon Jul 6 17:48:28 2015 (r391472) +++ head/misc/rubygem-iesd/Makefile Mon Jul 6 18:05:37 2015 (r391473) @@ -12,7 +12,6 @@ COMMENT= Modify Extensions, Kextcache an LICENSE= BSD2CLAUSE NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/net-im/rubygem-hipchat/Makefile ============================================================================== --- head/net-im/rubygem-hipchat/Makefile Mon Jul 6 17:48:28 2015 (r391472) +++ head/net-im/rubygem-hipchat/Makefile Mon Jul 6 18:05:37 2015 (r391473) @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-httparty>=0:${PORTS rubygem-mimemagic>=0:${PORTSDIR}/misc/rubygem-mimemagic NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/net/rubygem-amq-client/Makefile ============================================================================== --- head/net/rubygem-amq-client/Makefile Mon Jul 6 17:48:28 2015 (r391472) +++ head/net/rubygem-amq-client/Makefile Mon Jul 6 18:05:37 2015 (r391473) @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-amq-protocol>=1.9.0 rubygem-eventmachine>=0:${PORTSDIR}/devel/rubygem-eventmachine NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/net/rubygem-amq-protocol/Makefile ============================================================================== --- head/net/rubygem-amq-protocol/Makefile Mon Jul 6 17:48:28 2015 (r391472) +++ head/net/rubygem-amq-protocol/Makefile Mon Jul 6 18:05:37 2015 (r391473) @@ -12,7 +12,6 @@ COMMENT= AMQP serialization library for LICENSE= MIT NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/net/rubygem-amqp/Makefile ============================================================================== --- head/net/rubygem-amqp/Makefile Mon Jul 6 17:48:28 2015 (r391472) +++ head/net/rubygem-amqp/Makefile Mon Jul 6 18:05:37 2015 (r391473) @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-amq-protocol>=1.9.2 rubygem-eventmachine>=0:${PORTSDIR}/devel/rubygem-eventmachine NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/net/rubygem-aws-ses/Makefile ============================================================================== --- head/net/rubygem-aws-ses/Makefile Mon Jul 6 17:48:28 2015 (r391472) +++ head/net/rubygem-aws-ses/Makefile Mon Jul 6 18:05:37 2015 (r391473) @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-builder32>=0:${PORT rubygem-xml-simple>=0:${PORTSDIR}/textproc/rubygem-xml-simple NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/net/rubygem-dropbox-sdk/Makefile ============================================================================== --- head/net/rubygem-dropbox-sdk/Makefile Mon Jul 6 17:48:28 2015 (r391472) +++ head/net/rubygem-dropbox-sdk/Makefile Mon Jul 6 18:05:37 2015 (r391473) @@ -14,7 +14,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-json>=0:${PORTSDIR}/devel/rubygem-json NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/net/rubygem-httpauth/Makefile ============================================================================== --- head/net/rubygem-httpauth/Makefile Mon Jul 6 17:48:28 2015 (r391472) +++ head/net/rubygem-httpauth/Makefile Mon Jul 6 18:05:37 2015 (r391473) @@ -12,7 +12,6 @@ COMMENT= Library for HTTP authentication LICENSE= MIT NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/net/rubygem-rubytter/Makefile ============================================================================== --- head/net/rubygem-rubytter/Makefile Mon Jul 6 17:48:28 2015 (r391472) +++ head/net/rubygem-rubytter/Makefile Mon Jul 6 18:05:37 2015 (r391473) @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-json>=1.1.3:${PORTS rubygem-oauth>=0.3.6:${PORTSDIR}/net/rubygem-oauth NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/net/rubygem-simple_oauth/Makefile ============================================================================== --- head/net/rubygem-simple_oauth/Makefile Mon Jul 6 17:48:28 2015 (r391472) +++ head/net/rubygem-simple_oauth/Makefile Mon Jul 6 18:05:37 2015 (r391473) @@ -12,7 +12,6 @@ COMMENT= Builds and verifies OAuth heade LICENSE= MIT NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/net/rubygem-t/Makefile ============================================================================== --- head/net/rubygem-t/Makefile Mon Jul 6 17:48:28 2015 (r391472) +++ head/net/rubygem-t/Makefile Mon Jul 6 18:05:37 2015 (r391473) @@ -20,7 +20,6 @@ RUN_DEPENDS= rubygem-geokit>=1.8.3:${POR rubygem-twitter>=5.13:${PORTSDIR}/net/rubygem-twitter NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/net/rubygem-twitter/Makefile ============================================================================== --- head/net/rubygem-twitter/Makefile Mon Jul 6 17:48:28 2015 (r391472) +++ head/net/rubygem-twitter/Makefile Mon Jul 6 18:05:37 2015 (r391473) @@ -23,7 +23,6 @@ RUN_DEPENDS= rubygem-addressable>=2.3:${ rubygem-simple_oauth>=0.3.0:${PORTSDIR}/net/rubygem-simple_oauth NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/net/rubygem-uri-redis/Makefile ============================================================================== --- head/net/rubygem-uri-redis/Makefile Mon Jul 6 17:48:28 2015 (r391472) +++ head/net/rubygem-uri-redis/Makefile Mon Jul 6 18:05:37 2015 (r391473) @@ -12,7 +12,6 @@ COMMENT= Support for parsing redis://hos LICENSE= MIT NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/sysutils/rubygem-guard-compat/Makefile ============================================================================== --- head/sysutils/rubygem-guard-compat/Makefile Mon Jul 6 17:48:28 2015 (r391472) +++ head/sysutils/rubygem-guard-compat/Makefile Mon Jul 6 18:05:37 2015 (r391473) @@ -12,7 +12,6 @@ COMMENT= Helps creating valid Guard plug LICENSE= MIT NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/sysutils/rubygem-parallel/Makefile ============================================================================== --- head/sysutils/rubygem-parallel/Makefile Mon Jul 6 17:48:28 2015 (r391472) +++ head/sysutils/rubygem-parallel/Makefile Mon Jul 6 18:05:37 2015 (r391473) @@ -12,7 +12,6 @@ COMMENT= Run any kind of code in paralle LICENSE= MIT NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/sysutils/rubygem-shellany/Makefile ============================================================================== --- head/sysutils/rubygem-shellany/Makefile Mon Jul 6 17:48:28 2015 (r391472) +++ head/sysutils/rubygem-shellany/Makefile Mon Jul 6 18:05:37 2015 (r391473) @@ -12,7 +12,6 @@ COMMENT= MRI+JRuby compatible command ou LICENSE= MIT NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/textproc/rubygem-css_parser/Makefile ============================================================================== --- head/textproc/rubygem-css_parser/Makefile Mon Jul 6 17:48:28 2015 (r391472) +++ head/textproc/rubygem-css_parser/Makefile Mon Jul 6 18:05:37 2015 (r391473) @@ -14,7 +14,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-addressable>=0:${PORTSDIR}/www/rubygem-addressable NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/textproc/rubygem-multi_xml/Makefile ============================================================================== --- head/textproc/rubygem-multi_xml/Makefile Mon Jul 6 17:48:28 2015 (r391472) +++ head/textproc/rubygem-multi_xml/Makefile Mon Jul 6 18:05:37 2015 (r391473) @@ -15,7 +15,6 @@ OPTIONS_DEFINE= NOKOGIRI NOKOGIRI_DESC= Nokogiri is a HTML, XML, SAX, and Reader parser NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/textproc/rubygem-parslet/Makefile ============================================================================== --- head/textproc/rubygem-parslet/Makefile Mon Jul 6 17:48:28 2015 (r391472) +++ head/textproc/rubygem-parslet/Makefile Mon Jul 6 18:05:37 2015 (r391473) @@ -14,7 +14,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-blankslate>=2:${PORTSDIR}/devel/rubygem-blankslate NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/textproc/rubygem-yard/Makefile ============================================================================== --- head/textproc/rubygem-yard/Makefile Mon Jul 6 17:48:28 2015 (r391472) +++ head/textproc/rubygem-yard/Makefile Mon Jul 6 18:05:37 2015 (r391473) @@ -12,7 +12,6 @@ COMMENT= Documentation generation tool f LICENSE= MIT NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/www/rubygem-em-websocket/Makefile ============================================================================== --- head/www/rubygem-em-websocket/Makefile Mon Jul 6 17:48:28 2015 (r391472) +++ head/www/rubygem-em-websocket/Makefile Mon Jul 6 18:05:37 2015 (r391473) @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-eventmachine>=0.12. rubygem-http_parser.rb>=0.6.0:${PORTSDIR}/net/rubygem-http_parser.rb NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/www/rubygem-faraday/Makefile ============================================================================== --- head/www/rubygem-faraday/Makefile Mon Jul 6 17:48:28 2015 (r391472) +++ head/www/rubygem-faraday/Makefile Mon Jul 6 18:05:37 2015 (r391473) @@ -14,7 +14,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-multipart-post>=1.2:${PORTSDIR}/www/rubygem-multipart-post NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/www/rubygem-gollum-grit_adapter/Makefile ============================================================================== --- head/www/rubygem-gollum-grit_adapter/Makefile Mon Jul 6 17:48:28 2015 (r391472) +++ head/www/rubygem-gollum-grit_adapter/Makefile Mon Jul 6 18:05:37 2015 (r391473) @@ -14,7 +14,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-gitlab-grit>=2.7.1:${PORTSDIR}/textproc/rubygem-gitlab-grit NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/www/rubygem-http-form_data/Makefile ============================================================================== --- head/www/rubygem-http-form_data/Makefile Mon Jul 6 17:48:28 2015 (r391472) +++ head/www/rubygem-http-form_data/Makefile Mon Jul 6 18:05:37 2015 (r391473) @@ -12,7 +12,6 @@ COMMENT= Build form data request bodies LICENSE= MIT NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/www/rubygem-http/Makefile ============================================================================== --- head/www/rubygem-http/Makefile Mon Jul 6 17:48:28 2015 (r391472) +++ head/www/rubygem-http/Makefile Mon Jul 6 18:05:37 2015 (r391473) @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-addressable>=2.3:${ rubygem-http_parser.rb>=0.6.0:${PORTSDIR}/net/rubygem-http_parser.rb NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/www/rubygem-multipart-post/Makefile ============================================================================== --- head/www/rubygem-multipart-post/Makefile Mon Jul 6 17:48:28 2015 (r391472) +++ head/www/rubygem-multipart-post/Makefile Mon Jul 6 18:05:37 2015 (r391473) @@ -12,7 +12,6 @@ COMMENT= Ruby Library that Use with Net: LICENSE= MIT NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/www/rubygem-net-http-digest_auth/Makefile ============================================================================== --- head/www/rubygem-net-http-digest_auth/Makefile Mon Jul 6 17:48:28 2015 (r391472) +++ head/www/rubygem-net-http-digest_auth/Makefile Mon Jul 6 18:05:37 2015 (r391473) @@ -12,7 +12,6 @@ COMMENT= Implementation of RFC 2617 - Di LICENSE= MIT NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/www/rubygem-net-http-persistent/Makefile ============================================================================== --- head/www/rubygem-net-http-persistent/Makefile Mon Jul 6 17:48:28 2015 (r391472) +++ head/www/rubygem-net-http-persistent/Makefile Mon Jul 6 18:05:37 2015 (r391473) @@ -12,7 +12,6 @@ COMMENT= Manages persistent connections LICENSE= MIT NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/www/rubygem-pagerduty/Makefile ============================================================================== --- head/www/rubygem-pagerduty/Makefile Mon Jul 6 17:48:28 2015 (r391472) +++ head/www/rubygem-pagerduty/Makefile Mon Jul 6 18:05:37 2015 (r391473) @@ -16,7 +16,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-json>=1.7.7:${PORTSDIR}/devel/rubygem-json NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/www/rubygem-robots/Makefile ============================================================================== --- head/www/rubygem-robots/Makefile Mon Jul 6 17:48:28 2015 (r391472) +++ head/www/rubygem-robots/Makefile Mon Jul 6 18:05:37 2015 (r391473) @@ -13,7 +13,6 @@ COMMENT= Simple library to parse robots. LICENSE= MIT NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/www/rubygem-webrobots/Makefile ============================================================================== --- head/www/rubygem-webrobots/Makefile Mon Jul 6 17:48:28 2015 (r391472) +++ head/www/rubygem-webrobots/Makefile Mon Jul 6 18:05:37 2015 (r391473) @@ -12,7 +12,6 @@ COMMENT= Write robots.txt compliant web LICENSE= BSD2CLAUSE NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-head@freebsd.org Mon Jul 6 19:25:55 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 54ED4AC7D; Mon, 6 Jul 2015 19:25:55 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 317111075; Mon, 6 Jul 2015 19:25:55 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66JPsjp045301; Mon, 6 Jul 2015 19:25:54 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66JPsGF045300; Mon, 6 Jul 2015 19:25:54 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201507061925.t66JPsGF045300@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Mon, 6 Jul 2015 19:25:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391474 - 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: Mon, 06 Jul 2015 19:25:55 -0000 Author: thierry Date: Mon Jul 6 19:25:53 2015 New Revision: 391474 URL: https://svnweb.freebsd.org/changeset/ports/391474 Log: Respect $MAKE_ENV. PR: ports/201220 Submitted by: Andrey Fesenko Modified: head/multimedia/winff/Makefile Modified: head/multimedia/winff/Makefile ============================================================================== --- head/multimedia/winff/Makefile Mon Jul 6 18:05:37 2015 (r391473) +++ head/multimedia/winff/Makefile Mon Jul 6 19:25:53 2015 (r391474) @@ -3,7 +3,7 @@ PORTNAME= WinFF PORTVERSION= 1.5.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PROJECTHOST= ${_PORTNAME} @@ -75,7 +75,8 @@ pre-configure: .endfor do-build: - cd ${WRKSRC} && ${LAZBUILD_CMD} --ws=${LCL_PLATFORM} --lazarusdir=${LAZARUS_DIR} -B winff.lpr + cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \ + ${LAZBUILD_CMD} --ws=${LCL_PLATFORM} --lazarusdir=${LAZARUS_DIR} -B winff.lpr do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME:tl} ${STAGEDIR}${PREFIX}/bin From owner-svn-ports-head@freebsd.org Mon Jul 6 19:42:05 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E391352433; Mon, 6 Jul 2015 19:42:04 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 7CDB3114C; Mon, 6 Jul 2015 19:42:04 +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 3729BBDC30; Mon, 6 Jul 2015 21:42:01 +0200 (CEST) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id 02AD5BDC25; Mon, 6 Jul 2015 21:42:00 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id 786563BB5183; Mon, 6 Jul 2015 21:42:25 +0200 (CEST) Date: Mon, 06 Jul 2015 21:42:25 +0200 From: Mathieu Arnold To: Jun Kuriyama , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r391147 - head/security/gnupg Message-ID: In-Reply-To: <201507021410.t62EAWhf068583@repo.freebsd.org> References: <201507021410.t62EAWhf068583@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="==========13A9822C9E0F3386002C==========" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 06 Jul 2015 19:42:05 -0000 --==========13A9822C9E0F3386002C========== Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline +--On 2 juillet 2015 14:10:32 +0000 Jun Kuriyama wrote: | Author: kuriyama | Date: Thu Jul 2 14:10:31 2015 | New Revision: 391147 | URL: https://svnweb.freebsd.org/changeset/ports/391147 | | Log: | - Upgrade to 2.1.6 (minor bugfixes). This is broken WITHOUT=NLS: cc -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -DLIBICONV_PLUG -fstack-protector -DLDAP_DEPRECATED -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -fstack-protector -L/usr/lib -o gpg-agent gpg_agent-gpg-agent.o gpg_agent-command.o gpg_agent-command-ssh.o gpg_agent-call-pinentry.o gpg_agent-cache.o gpg_agent-trans.o gpg_agent-findkey.o gpg_agent-pksign.o gpg_agent-pkdecrypt.o gpg_agent-genkey.o gpg_agent-protect.o gpg_agent-trustlist.o gpg_agent-divert-scd.o gpg_agent-cvt-openpgp.o gpg_agent-call-scd.o gpg_agent-learncard.o ../common/libcommonpth.a -L/usr/local/lib -lgcrypt -lgpg-error -lassuan -L/usr/local/lib -lgpg-error -L/usr/local/lib -lnpth -lpthread -L/usr/local/lib -lgpg-error -L/usr/local/lib gpg_agent-command-ssh.o: In function `ssh_handler_add_identity': command-ssh.c:(.text+0x1f73): undefined reference to `gettext' command-ssh.c:(.text+0x210f): undefined reference to `gettext' command-ssh.c:(.text+0x2235): undefined reference to `gettext' gpg_agent-command-ssh.o: In function `data_sign': command-ssh.c:(.text+0x4168): undefined reference to `gettext' command-ssh.c:(.text+0x41d1): undefined reference to `gettext' gpg_agent-command-ssh.o:command-ssh.c:(.text+0x41e0): more undefined references to `gettext' follow cc: error: linker command failed with exit code 1 (use -v to see invocation) Makefile:666: recipe for target 'gpg-agent' failed gmake[3]: *** [gpg-agent] Error 1 gmake[3]: *** Waiting for unfinished jobs.... mv -f .deps/gpg_protect_tool-protect.Tpo .deps/gpg_protect_tool-protect.Po mv -f .deps/protect.Tpo .deps/protect.Po -- Mathieu Arnold --==========13A9822C9E0F3386002C========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJVmtohXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IrLMQALV15zxRYdsd2IkUA9U27mMY xjZSieolqZkKDrGkn7wdmLi40yaPoHomW9IH1nv4wHPu2U8csJ5ezuC9TCYPSxl/ mU+sjG3JrVENKTaYnKv/YwGQaptWbfBW64hsEQ/TiGAbocGgL9fp1c19HBwVdSaC F8YWiR+hFYAxNC0LkbqPS5sEKYbFEIQDUaHV74TH9RmZcbIbn7BxMfnqjIqlj5LC jTVvJG+N2pRbUt0sv4wU03kQytgeANIaTOhI9gkvx4m1it7VTq8z6H3Af1OOlEp/ I0mnOETD8T23rgtR6v3pafbb8wVl5ChrCcc5O5hnVamLi848JK6cygLwAAJXu86c fDIfYnfOgao2pjZwKmuZpPq2TrxFWaFKrhrc3fD0PlVp0jdffCwUABw+owJJZIL3 QfZBrd0HjsyMxRvUf5Hbr941grHr5EH6xFv2EpWb3FvwXbxPtq4Cq6T5ZcINTd8t bjW83zsHiHlyCT2Iwg7QvooCzNHWNSA9i8B0vP7xY7uDJcmP1KYXLDQfBWXBLmER kRUhZ2Xbr0VO6zb5eShtwwhJZAksEWVFSumIhXm3lO8BOZ+VrHAF5lptlXgmuEnE we+IkELhaKmAf2aTixg+I7cO6zRbPY4eFFieixWFfGR3YUc+8lmj4Mz2uEwdhW0h ktFL9H4ixhCRU9oKl/+2 =rXiK -----END PGP SIGNATURE----- --==========13A9822C9E0F3386002C==========-- From owner-svn-ports-head@freebsd.org Mon Jul 6 19:44:09 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 23E87688BE; Mon, 6 Jul 2015 19:44:09 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1450913DC; Mon, 6 Jul 2015 19:44:09 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66Ji8JM055110; Mon, 6 Jul 2015 19:44:08 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66Ji8rg055109; Mon, 6 Jul 2015 19:44:08 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201507061944.t66Ji8rg055109@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Mon, 6 Jul 2015 19:44:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391475 - head/net-p2p/py-kenosis X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 06 Jul 2015 19:44:09 -0000 Author: bofh Date: Mon Jul 6 19:44:08 2015 New Revision: 391475 URL: https://svnweb.freebsd.org/changeset/ports/391475 Log: net-p2p/py-kenosis: Mark DEPRECATED as fails to run with modern python - Set EXPIRATION_DATE on 2015-08-07 Submitted by: rm Modified: head/net-p2p/py-kenosis/Makefile Modified: head/net-p2p/py-kenosis/Makefile ============================================================================== --- head/net-p2p/py-kenosis/Makefile Mon Jul 6 19:25:53 2015 (r391474) +++ head/net-p2p/py-kenosis/Makefile Mon Jul 6 19:44:08 2015 (r391475) @@ -13,6 +13,9 @@ COMMENT= Fully-distributed p2p RPC syste LICENSE= MIT +DEPRECATED= Fails to run with modern python +EXPIRATION_DATE=2015-08-07 + RUN_DEPENDS= ${LOCALBASE}/lib/${PYTHON_VERSION}/site-packages/xmlrpclib.py:${PORTSDIR}/net/py-xmlrpclib USES= python From owner-svn-ports-head@freebsd.org Mon Jul 6 19:50:10 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E7D82995037; Mon, 6 Jul 2015 19:50:09 +0000 (UTC) (envelope-from loos@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D620B1687; Mon, 6 Jul 2015 19:50:09 +0000 (UTC) (envelope-from loos@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66Jo9ED058200; Mon, 6 Jul 2015 19:50:09 GMT (envelope-from loos@FreeBSD.org) Received: (from loos@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66Jo4Tr058176; Mon, 6 Jul 2015 19:50:04 GMT (envelope-from loos@FreeBSD.org) Message-Id: <201507061950.t66Jo4Tr058176@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: loos set sender to loos@FreeBSD.org using -f From: Luiz Otavio O Souza Date: Mon, 6 Jul 2015 19:50:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391476 - in head/sysutils: . u-boot-bananapi u-boot-cubieboard u-boot-cubieboard/files u-boot-cubieboard2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 06 Jul 2015 19:50:10 -0000 Author: loos (src committer) Date: Mon Jul 6 19:50:03 2015 New Revision: 391476 URL: https://svnweb.freebsd.org/changeset/ports/391476 Log: Adds the U-Boot loader for Banana pi, Cubieboard and Cubieboard2. This version is patched so that: * ELF and API features are enabled. * The default environment is trimmed to just what's needed to boot. * The saveenv command writes to the file u-boot.env on the FAT partition. * The DTB file name is chosen based on the board model and passed to ubldr using the fdtfile env variable. ubldr loads the DTB from /boot/dtb/ on the FreeBSD partition. * By default, it loads ELF ubldr from file ubldr on the FAT partition to address 0x42000000, and launches it. For information about running FreeBSD on Allwinner SoCs, see https://wiki.freebsd.org/FreeBSD/arm/Allwinner Differential Revision: https://reviews.freebsd.org/D2874 Reviewed by: garga Approved by: garga Added: head/sysutils/u-boot-bananapi/ head/sysutils/u-boot-bananapi/Makefile (contents, props changed) head/sysutils/u-boot-bananapi/pkg-descr (contents, props changed) head/sysutils/u-boot-cubieboard/ head/sysutils/u-boot-cubieboard/Makefile (contents, props changed) head/sysutils/u-boot-cubieboard/distinfo (contents, props changed) head/sysutils/u-boot-cubieboard/files/ head/sysutils/u-boot-cubieboard/files/patch-api_api.c (contents, props changed) head/sysutils/u-boot-cubieboard/files/patch-api_api__storage.c (contents, props changed) head/sysutils/u-boot-cubieboard/files/patch-common_cmd__elf.c (contents, props changed) head/sysutils/u-boot-cubieboard/files/patch-common_cmd__test.c (contents, props changed) head/sysutils/u-boot-cubieboard/files/patch-drivers_mmc_mmc.c (contents, props changed) head/sysutils/u-boot-cubieboard/files/patch-include_configs_sunxi-common.h (contents, props changed) head/sysutils/u-boot-cubieboard/pkg-descr (contents, props changed) head/sysutils/u-boot-cubieboard2/ head/sysutils/u-boot-cubieboard2/Makefile (contents, props changed) head/sysutils/u-boot-cubieboard2/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Mon Jul 6 19:44:08 2015 (r391475) +++ head/sysutils/Makefile Mon Jul 6 19:50:03 2015 (r391476) @@ -994,7 +994,10 @@ SUBDIR += ttyload SUBDIR += tw_cli SUBDIR += tzdialog + SUBDIR += u-boot-bananapi SUBDIR += u-boot-beaglebone + SUBDIR += u-boot-cubieboard + SUBDIR += u-boot-cubieboard2 SUBDIR += u-boot-cubox-hummingboard SUBDIR += u-boot-duovero SUBDIR += u-boot-pandaboard Added: head/sysutils/u-boot-bananapi/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/u-boot-bananapi/Makefile Mon Jul 6 19:50:03 2015 (r391476) @@ -0,0 +1,15 @@ +# $FreeBSD$ + +PKGNAMESUFFIX= -bananapi + +COMMENT= Cross-build U-Boot loader for Banana Pi + +LICENSE= GPLv2 + +# Local overrides +MASTERDIR= ${.CURDIR}/../u-boot-cubieboard +DESCR= ${.CURDIR}/pkg-descr +MODEL= bananapi +CONF_TARGET= Bananapi_defconfig + +.include "${MASTERDIR}/Makefile" Added: head/sysutils/u-boot-bananapi/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/u-boot-bananapi/pkg-descr Mon Jul 6 19:50:03 2015 (r391476) @@ -0,0 +1,19 @@ +U-Boot loader for Banana Pi. + +To install this bootloader, follow the instructions in + http://linux-sunxi.org/Bootable_SD_card#Bootloader + +This version is patched so that: + * ELF and API features are enabled. + * The default environment is trimmed to just what's needed to boot. + * The saveenv command writes to the file u-boot.env on the FAT partition. + * The DTB file name is chosen based on the board model and passed to ubldr + using the fdtfile env variable. ubldr loads the DTB from /boot/dtb/ on + the FreeBSD partition. + * By default, it loads ELF ubldr from file ubldr on the FAT partition + to address 0x42000000, and launches it. + +For information about running FreeBSD on Banana Pi, see + https://wiki.freebsd.org/FreeBSD/arm/Allwinner + +For general information about U-Boot see WWW: http://www.denx.de/wiki/U-Boot Added: head/sysutils/u-boot-cubieboard/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/u-boot-cubieboard/Makefile Mon Jul 6 19:50:03 2015 (r391476) @@ -0,0 +1,48 @@ +# $FreeBSD$ + +PORTNAME= u-boot +PORTVERSION= 2015.04 +CATEGORIES= sysutils +MASTER_SITES= ftp://ftp.denx.de/pub/u-boot/ +PKGNAMESUFFIX?= -cubieboard + +MAINTAINER= loos@FreeBSD.org +COMMENT?= Cross-build U-Boot loader for Cubieboard + +LICENSE= GPLv2 + +BUILD_DEPENDS= arm-none-eabi-gcc:${PORTSDIR}/devel/arm-none-eabi-gcc + +MODEL?= cubieboard +CONF_TARGET?= Cubieboard_defconfig + +NO_ARCH= yes + +WRKSRC= ${WRKDIR}/u-boot-${DISTVERSION} +USES= gmake tar:bzip2 +SSP_UNSAFE= yes # cross-LD does not support -fstack-protector + +U_BOOT_DIR= share/u-boot/${PORTNAME}${PKGNAMESUFFIX} +PLIST_FILES= ${U_BOOT_DIR}/u-boot.img \ + ${U_BOOT_DIR}/u-boot-sunxi-with-spl.bin \ + ${U_BOOT_DIR}/sunxi-spl.bin \ + ${U_BOOT_DIR}/README + +MAKE_ARGS+= ARCH=arm \ + CROSS_COMPILE=arm-none-eabi- + +post-patch: + @${REINPLACE_CMD} -e "s,%%MODEL%%,${MODEL}," \ + ${WRKSRC}/include/configs/sunxi-common.h + +do-configure: + (cd ${WRKSRC}; ${GMAKE} ${CONF_TARGET}) + +do-install: + ${MKDIR} ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR} + ${CP} ${WRKSRC}/spl/sunxi-spl.bin ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR} + ${CP} ${WRKSRC}/u-boot-sunxi-with-spl.bin ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR} + ${CP} ${WRKSRC}/u-boot.img ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR} + ${CP} ${.CURDIR}/pkg-descr ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR}/README + +.include Added: head/sysutils/u-boot-cubieboard/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/u-boot-cubieboard/distinfo Mon Jul 6 19:50:03 2015 (r391476) @@ -0,0 +1,2 @@ +SHA256 (u-boot-2015.04.tar.bz2) = 0a1a70df586655f527befa6f12e184e96ed61b126e5a567382321b17200f5d60 +SIZE (u-boot-2015.04.tar.bz2) = 9471487 Added: head/sysutils/u-boot-cubieboard/files/patch-api_api.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/u-boot-cubieboard/files/patch-api_api.c Mon Jul 6 19:50:03 2015 (r391476) @@ -0,0 +1,79 @@ +--- api/api.c.orig 2015-04-13 14:53:03 UTC ++++ api/api.c +@@ -495,45 +495,47 @@ static int API_env_set(va_list ap) + */ + static int API_env_enum(va_list ap) + { +- int i, n; +- char *last, **next; ++ int i; ++ char *last, **next, *s; ++ ENTRY *match, search; ++ static char *buf; + + last = (char *)va_arg(ap, u_int32_t); + + if ((next = (char **)va_arg(ap, u_int32_t)) == NULL) + return API_EINVAL; + +- if (last == NULL) +- /* start over */ +- *next = ((char *)env_get_addr(0)); +- else { +- *next = last; +- +- for (i = 0; env_get_char(i) != '\0'; i = n + 1) { +- for (n = i; env_get_char(n) != '\0'; ++n) { +- if (n >= CONFIG_ENV_SIZE) { +- /* XXX shouldn't we set *next = NULL?? */ +- return 0; +- } +- } +- +- if (envmatch((uchar *)last, i) < 0) +- continue; +- +- /* try to get next name */ +- i = n + 1; +- if (env_get_char(i) == '\0') { +- /* no more left */ +- *next = NULL; +- return 0; +- } +- +- *next = ((char *)env_get_addr(i)); +- return 0; ++ /* ++ * This leverages realloc's behavior of growing but never shrinking the ++ * existing buffer. ++ */ ++ if (last == NULL) { ++ i = 0; ++ buf = realloc(buf, 512); /* Start with reasonable size buf. */ ++ } else { ++ buf = realloc(buf, strlen(last) + 1); ++ strcpy(buf, last); ++ if ((s = strchr(buf, '=')) != NULL) ++ *s = 0; ++ search.key = buf; ++ if ((i = hsearch_r(search, FIND, &match, &env_htab, 0)) == 0) { ++ i = API_EINVAL; ++ goto done; + } + } + ++ /* hmatch on empty string is effectively "get next entry after i". */ ++ if ((i = hmatch_r("", i, &match, &env_htab)) == 0) ++ goto done; ++ buf = realloc(buf, strlen(match->key) + strlen(match->data) + 2); ++ snprintf(buf, buflen, "%s=%s", match->key, match->data); ++ *next = buf; + return 0; ++done: ++ free(buf); ++ buf = NULL; ++ *next = NULL; ++ return i; + } + + /* Added: head/sysutils/u-boot-cubieboard/files/patch-api_api__storage.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/u-boot-cubieboard/files/patch-api_api__storage.c Mon Jul 6 19:50:03 2015 (r391476) @@ -0,0 +1,28 @@ +--- api/api_storage.c.orig 2015-04-13 14:53:03 UTC ++++ api/api_storage.c +@@ -107,10 +107,13 @@ static int dev_stor_get(int type, int fi + + if (first) { + di->cookie = (void *)get_dev(specs[type].name, 0); +- if (di->cookie == NULL) ++ if (di->cookie == NULL) { + return 0; +- else ++ } else { + found = 1; ++ if (specs[type].max_dev > 1) ++ *more = 1; ++ } + + } else { + for (i = 0; i < specs[type].max_dev; i++) +@@ -146,7 +149,8 @@ static int dev_stor_get(int type, int fi + dd = (block_dev_desc_t *)di->cookie; + if (dd->type == DEV_TYPE_UNKNOWN) { + debugf("device instance exists, but is not active.."); +- found = 0; ++ di->di_stor.block_count = 0; ++ di->di_stor.block_size = 0; + } else { + di->di_stor.block_count = dd->lba; + di->di_stor.block_size = dd->blksz; Added: head/sysutils/u-boot-cubieboard/files/patch-common_cmd__elf.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/u-boot-cubieboard/files/patch-common_cmd__elf.c Mon Jul 6 19:50:03 2015 (r391476) @@ -0,0 +1,29 @@ +--- common/cmd_elf.c.orig 2015-04-13 14:53:03 UTC ++++ common/cmd_elf.c +@@ -35,22 +35,12 @@ static unsigned long do_bootelf_exec(ulo + unsigned long ret; + + /* +- * QNX images require the data cache is disabled. +- * Data cache is already flushed, so just turn it off. +- */ +- int dcache = dcache_status(); +- if (dcache) +- dcache_disable(); +- +- /* +- * pass address parameter as argv[0] (aka command name), +- * and all remaining args ++ * FreeBSD wants the caches enabled while ubldr runs, and as of r276397 ++ * the kernel can tolerate being entered with internal (but not external ++ * PL310) caches enabled on armv6/7 systems. So don't disable caches ++ * here, just launch the program directly. + */ + ret = entry(argc, argv); +- +- if (dcache) +- dcache_enable(); +- + return ret; + } + Added: head/sysutils/u-boot-cubieboard/files/patch-common_cmd__test.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/u-boot-cubieboard/files/patch-common_cmd__test.c Mon Jul 6 19:50:03 2015 (r391476) @@ -0,0 +1,19 @@ +--- common/cmd_test.c.orig 2015-04-13 14:53:03 UTC ++++ common/cmd_test.c +@@ -65,9 +65,14 @@ static int do_test(cmd_tbl_t *cmdtp, int + char * const *ap; + int i, op, left, adv, expr, last_expr, last_unop, last_binop; + +- /* args? */ +- if (argc < 3) ++ /* ++ * If no args, that's bogus, return false. ++ * If op is -z and no other args, answer is Yes, string is empty. ++ */ ++ if (argc < 2) + return 1; ++ else if (argc == 2) ++ return !(strcmp(argv[1], "-z") == 0); + + #ifdef DEBUG + { Added: head/sysutils/u-boot-cubieboard/files/patch-drivers_mmc_mmc.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/u-boot-cubieboard/files/patch-drivers_mmc_mmc.c Mon Jul 6 19:50:03 2015 (r391476) @@ -0,0 +1,80 @@ +--- drivers/mmc/mmc.c.orig 2015-04-13 14:53:03 UTC ++++ drivers/mmc/mmc.c +@@ -20,6 +20,7 @@ + + static struct list_head mmc_devices; + static int cur_dev_num = -1; ++static int mmc_error_print_max = -1; + + __weak int board_mmc_getwp(struct mmc *mmc) + { +@@ -1560,9 +1561,14 @@ void mmc_destroy(struct mmc *mmc) + block_dev_desc_t *mmc_get_dev(int dev) + { + struct mmc *mmc = find_mmc_device(dev); +- if (!mmc || mmc_init(mmc)) ++ if (!mmc) + return NULL; + ++ /* If mmc_init fails, mmc->block_dev will be of type ++ * DEV_TYPE_UNKNOWN with blksz and lba set to zero. ++ */ ++ mmc_init(mmc); ++ + return &mmc->block_dev; + } + #endif +@@ -1594,7 +1600,7 @@ int mmc_start_init(struct mmc *mmc) + err = mmc->cfg->ops->init(mmc); + + if (err) +- return err; ++ goto done; + + mmc->ddr_mode = 0; + mmc_set_bus_width(mmc, 1); +@@ -1604,7 +1610,7 @@ int mmc_start_init(struct mmc *mmc) + err = mmc_go_idle(mmc); + + if (err) +- return err; ++ goto done; + + /* The internal partition reset to user partition(0) at every CMD0*/ + mmc->part_num = 0; +@@ -1621,15 +1627,33 @@ int mmc_start_init(struct mmc *mmc) + + if (err && err != IN_PROGRESS) { + #if !defined(CONFIG_SPL_BUILD) || defined(CONFIG_SPL_LIBCOMMON_SUPPORT) +- printf("Card did not respond to voltage select!\n"); ++ if (mmc_error_print_max < 4) { ++ mmc_error_print_max++; ++ printf("Card did not respond to voltage select!\n"); ++ ++ if (mmc_error_print_max == 4) { ++ printf("Discarding further error messages\n"); ++ } ++ } + #endif +- return UNUSABLE_ERR; ++// return UNUSABLE_ERR; ++ goto done; + } + } + + if (err == IN_PROGRESS) + mmc->init_in_progress = 1; + ++done: ++ if (err) { ++ mmc->has_init = 0; ++ mmc->block_dev.type = DEV_TYPE_UNKNOWN; ++ mmc->block_dev.blksz = 0; ++ mmc->block_dev.lba = 0; ++ } else { ++ mmc->has_init = 1; ++ } ++ + return err; + } + Added: head/sysutils/u-boot-cubieboard/files/patch-include_configs_sunxi-common.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/u-boot-cubieboard/files/patch-include_configs_sunxi-common.h Mon Jul 6 19:50:03 2015 (r391476) @@ -0,0 +1,74 @@ +--- include/configs/sunxi-common.h.orig 2015-04-13 14:53:03 UTC ++++ include/configs/sunxi-common.h +@@ -406,4 +406,71 @@ extern int soft_i2c_gpio_scl; + #define CONFIG_EXTRA_ENV_SETTINGS + #endif + ++/***************************************************************************** ++ * FreeBSD customizations from here down. ++ ****************************************************************************/ ++ ++/* Add the API and ELF features needed for ubldr. */ ++#ifndef CONFIG_SPL_BUILD ++#define CONFIG_API ++#define CONFIG_CMD_ELF ++#define CONFIG_CMD_ENV_EXISTS ++#define CONFIG_EFI_PARTITION ++#endif ++ ++/* Turn off dcache. */ ++#ifndef CONFIG_SPL_BUILD ++#define CONFIG_SYS_DCACHE_OFF ++#define CONFIG_CMD_CACHE ++#endif ++ ++/* Save the env to the fat partition. */ ++#ifndef CONFIG_SPL_BUILD ++#undef CONFIG_ENV_IS_NOWHERE ++#undef CONFIG_ENV_IS_IN_NAND ++#undef CONFIG_ENV_IS_IN_MMC ++#undef CONFIG_ENV_IS_IN_SPI_FLASH ++#define CONFIG_ENV_IS_IN_FAT ++#define CONFIG_FAT_WRITE ++#define CONFIG_SYS_MMC_MAX_DEVICE 4 ++#define FAT_ENV_INTERFACE "mmc" ++#define FAT_ENV_DEVICE_AND_PART "0:1" ++#define FAT_ENV_FILE "u-boot.env" ++#endif ++ ++/* Create a small(ish) boot environment for FreeBSD. */ ++#ifndef CONFIG_SPL_BUILD ++#undef CONFIG_EXTRA_ENV_SETTINGS ++#define CONFIG_EXTRA_ENV_SETTINGS \ ++ MEM_LAYOUT_ENV_SETTINGS \ ++ CONSOLE_STDOUT_SETTINGS \ ++ "stdin=serial,usbkbd\0" \ ++ "fdtfile=%%MODEL%%.dtb\0" \ ++ "console=ttyS0,115200\0" \ ++ "Fatboot=" \ ++ "env exists loaderdev || env set loaderdev ${fatdev}; " \ ++ "env exists UserFatboot && run UserFatboot; " \ ++ "echo Booting from: ${fatdev} ${bootfile}; " \ ++ "fatload ${fatdev} ${kernel_addr_r} ${bootfile} && bootelf; " \ ++ "\0" \ ++ "Netboot=" \ ++ "env exists loaderdev || env set loaderdev net; " \ ++ "env exists UserNetboot && run UserNetboot; " \ ++ "dhcp ${kernel_addr_r} ${bootfile} && bootelf; " \ ++ "\0" \ ++ "preboot=usb start; " \ ++ "env exists bootfile || env set bootfile ubldr; " \ ++ "env exists SetupFatdev && run SetupFatdev; " \ ++ "env exists UserPreboot && run UserPreboot; " \ ++ "\0" \ ++ "SetupFatdev=" \ ++ "env exists fatdev || env set fatdev 'mmc 0'; " \ ++ "\0" ++ ++#undef CONFIG_BOOTCOMMAND ++#define CONFIG_BOOTCOMMAND "run Fatboot" ++#undef CONFIG_PREBOOT ++#define CONFIG_PREBOOT "run preboot" ++#endif ++ + #endif /* _SUNXI_COMMON_CONFIG_H */ Added: head/sysutils/u-boot-cubieboard/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/u-boot-cubieboard/pkg-descr Mon Jul 6 19:50:03 2015 (r391476) @@ -0,0 +1,19 @@ +U-Boot loader for Cubieboard. + +To install this bootloader, follow the instructions in + http://linux-sunxi.org/Bootable_SD_card#Bootloader + +This version is patched so that: + * ELF and API features are enabled. + * The default environment is trimmed to just what's needed to boot. + * The saveenv command writes to the file u-boot.env on the FAT partition. + * The DTB file name is chosen based on the board model and passed to ubldr + using the fdtfile env variable. ubldr loads the DTB from /boot/dtb/ on + the FreeBSD partition. + * By default, it loads ELF ubldr from file ubldr on the FAT partition + to address 0x42000000, and launches it. + +For information about running FreeBSD on Cubieboard, see + https://wiki.freebsd.org/FreeBSD/arm/Allwinner + +For general information about U-Boot see WWW: http://www.denx.de/wiki/U-Boot Added: head/sysutils/u-boot-cubieboard2/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/u-boot-cubieboard2/Makefile Mon Jul 6 19:50:03 2015 (r391476) @@ -0,0 +1,15 @@ +# $FreeBSD$ + +PKGNAMESUFFIX= -cubieboard2 + +COMMENT= Cross-build U-Boot loader for Cubieboard2 + +LICENSE= GPLv2 + +# Local overrides +MASTERDIR= ${.CURDIR}/../u-boot-cubieboard +DESCR= ${.CURDIR}/pkg-descr +MODEL= cubieboard2 +CONF_TARGET= Cubieboard2_defconfig + +.include "${MASTERDIR}/Makefile" Added: head/sysutils/u-boot-cubieboard2/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/u-boot-cubieboard2/pkg-descr Mon Jul 6 19:50:03 2015 (r391476) @@ -0,0 +1,19 @@ +U-Boot loader for Cubieboard2. + +To install this bootloader, follow the instructions in + http://linux-sunxi.org/Bootable_SD_card#Bootloader + +This version is patched so that: + * ELF and API features are enabled. + * The default environment is trimmed to just what's needed to boot. + * The saveenv command writes to the file u-boot.env on the FAT partition. + * The DTB file name is chosen based on the board model and passed to ubldr + using the fdtfile env variable. ubldr loads the DTB from /boot/dtb/ on + the FreeBSD partition. + * By default, it loads ELF ubldr from file ubldr on the FAT partition + to address 0x42000000, and launches it. + +For information about running FreeBSD on Cubieboard, see + https://wiki.freebsd.org/FreeBSD/arm/Allwinner + +For general information about U-Boot see WWW: http://www.denx.de/wiki/U-Boot From owner-svn-ports-head@freebsd.org Mon Jul 6 20:29:26 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C257B99565C; Mon, 6 Jul 2015 20:29:26 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B2A141FC7; Mon, 6 Jul 2015 20:29:26 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66KTQEV076377; Mon, 6 Jul 2015 20:29:26 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66KTQVw076373; Mon, 6 Jul 2015 20:29:26 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201507062029.t66KTQVw076373@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Mon, 6 Jul 2015 20:29:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391477 - head/databases/phpmyadmin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 06 Jul 2015 20:29:26 -0000 Author: matthew Date: Mon Jul 6 20:29:25 2015 New Revision: 391477 URL: https://svnweb.freebsd.org/changeset/ports/391477 Log: Update to 4.4.11 - Upstream has switched away from SourceForge to their own content delivery network - Trim some extraneous whitespace Change Log: https://www.phpmyadmin.net/files/4.4.11/ Modified: head/databases/phpmyadmin/Makefile head/databases/phpmyadmin/distinfo Modified: head/databases/phpmyadmin/Makefile ============================================================================== --- head/databases/phpmyadmin/Makefile Mon Jul 6 19:50:03 2015 (r391476) +++ head/databases/phpmyadmin/Makefile Mon Jul 6 20:29:25 2015 (r391477) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= phpMyAdmin -DISTVERSION= 4.4.10 +DISTVERSION= 4.4.11 CATEGORIES= databases www -MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME}/${DISTVERSION} +MASTER_SITES= https://files.phpmyadmin.net/${PORTNAME}/${DISTVERSION}/ DISTNAME= ${PORTNAME}-${DISTVERSION}-all-languages MAINTAINER= matthew@FreeBSD.org @@ -81,7 +81,6 @@ post-patch: ${ECHO} "@dir(,,)$${emptydir}" >>${PLIST} ; \ done ; \ - do-install: cd ${WRKSRC} ; \ for src in $$( ${FIND} . ! -name .cvsignore ! -name '*.bak' ) ; do \ Modified: head/databases/phpmyadmin/distinfo ============================================================================== --- head/databases/phpmyadmin/distinfo Mon Jul 6 19:50:03 2015 (r391476) +++ head/databases/phpmyadmin/distinfo Mon Jul 6 20:29:25 2015 (r391477) @@ -1,2 +1,2 @@ -SHA256 (phpMyAdmin-4.4.10-all-languages.tar.xz) = 8048f112876fb49c44136f23d7fc101a3637f908944a6c85263248222c48008b -SIZE (phpMyAdmin-4.4.10-all-languages.tar.xz) = 5564436 +SHA256 (phpMyAdmin-4.4.11-all-languages.tar.xz) = 8c27b5ed782de5037cb879a7c40789acbad53040aaa342df0209be80d50c1afc +SIZE (phpMyAdmin-4.4.11-all-languages.tar.xz) = 5556164 From owner-svn-ports-head@freebsd.org Mon Jul 6 20:48:36 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 703729959FF; Mon, 6 Jul 2015 20:48:36 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 503DD1184; Mon, 6 Jul 2015 20:48:36 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66KmaQu086123; Mon, 6 Jul 2015 20:48:36 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66KmaxW086122; Mon, 6 Jul 2015 20:48:36 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201507062048.t66KmaxW086122@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 6 Jul 2015 20:48:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391478 - head/security/py-crits X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 06 Jul 2015 20:48:36 -0000 Author: amdmi3 Date: Mon Jul 6 20:48:35 2015 New Revision: 391478 URL: https://svnweb.freebsd.org/changeset/ports/391478 Log: - Fix packaging failure due to incorrectly generated plist Submitted by: pkg-fallout Approved by: portmgr blanket MFH: 2015Q3 Modified: head/security/py-crits/pkg-plist Modified: head/security/py-crits/pkg-plist ============================================================================== --- head/security/py-crits/pkg-plist Mon Jul 6 20:29:25 2015 (r391477) +++ head/security/py-crits/pkg-plist Mon Jul 6 20:48:35 2015 (r391478) @@ -567,7 +567,7 @@ %%DATADIR%%/extras/www/css/images/ui-bg_highlight-soft_75_f6f6f6_1x100.png %%DATADIR%%/extras/www/css/images/ui-bg_inset-soft_0_aaaaaa_1x100.png %%DATADIR%%/extras/www/css/images/ui-bg_inset-soft_95_fef1ec_1x100.png -%%DATADIR%%/extras/www/css/images/ui-icons_%%APACHE_VERSION%%%%APACHE_VERSION%%%%APACHE_VERSION%%_256x240.png +%%DATADIR%%/extras/www/css/images/ui-icons_222222_256x240.png %%DATADIR%%/extras/www/css/images/ui-icons_2e83ff_256x240.png %%DATADIR%%/extras/www/css/images/ui-icons_3399ff_256x240.png %%DATADIR%%/extras/www/css/images/ui-icons_454545_256x240.png @@ -624,7 +624,7 @@ %%DATADIR%%/extras/www/css/jquery-themes/Christina/images/ui-bg_inset-soft_0_aaaaaa_1x100.png %%DATADIR%%/extras/www/css/jquery-themes/Christina/images/ui-bg_inset-soft_30_ffffff_1x100.png %%DATADIR%%/extras/www/css/jquery-themes/Christina/images/ui-bg_inset-soft_95_fef1ec_1x100.png -%%DATADIR%%/extras/www/css/jquery-themes/Christina/images/ui-icons_%%APACHE_VERSION%%%%APACHE_VERSION%%%%APACHE_VERSION%%_256x240.png +%%DATADIR%%/extras/www/css/jquery-themes/Christina/images/ui-icons_222222_256x240.png %%DATADIR%%/extras/www/css/jquery-themes/Christina/images/ui-icons_2e83ff_256x240.png %%DATADIR%%/extras/www/css/jquery-themes/Christina/images/ui-icons_3399ff_256x240.png %%DATADIR%%/extras/www/css/jquery-themes/Christina/images/ui-icons_3c00bd_256x240.png @@ -633,7 +633,7 @@ %%DATADIR%%/extras/www/css/jquery-themes/Christina/images/ui-icons_70b2e1_256x240.png %%DATADIR%%/extras/www/css/jquery-themes/Christina/images/ui-icons_888888_256x240.png %%DATADIR%%/extras/www/css/jquery-themes/Christina/images/ui-icons_af05d1_256x240.png -%%DATADIR%%/extras/www/css/jquery-themes/Christina/images/ui-icons_c%%APACHE_VERSION%%6ed_256x240.png +%%DATADIR%%/extras/www/css/jquery-themes/Christina/images/ui-icons_c226ed_256x240.png %%DATADIR%%/extras/www/css/jquery-themes/Christina/images/ui-icons_cc0000_256x240.png %%DATADIR%%/extras/www/css/jquery-themes/Christina/images/ui-icons_cd0a0a_256x240.png %%DATADIR%%/extras/www/css/jquery-themes/Christina/images/ui-icons_eb0f99_256x240.png @@ -664,7 +664,7 @@ %%DATADIR%%/extras/www/css/jquery-themes/Fil/images/ui-bg_highlight-soft_75_f6f6f6_1x100.png %%DATADIR%%/extras/www/css/jquery-themes/Fil/images/ui-bg_inset-soft_0_aaaaaa_1x100.png %%DATADIR%%/extras/www/css/jquery-themes/Fil/images/ui-bg_inset-soft_95_fef1ec_1x100.png -%%DATADIR%%/extras/www/css/jquery-themes/Fil/images/ui-icons_%%APACHE_VERSION%%%%APACHE_VERSION%%%%APACHE_VERSION%%_256x240.png +%%DATADIR%%/extras/www/css/jquery-themes/Fil/images/ui-icons_222222_256x240.png %%DATADIR%%/extras/www/css/jquery-themes/Fil/images/ui-icons_2e83ff_256x240.png %%DATADIR%%/extras/www/css/jquery-themes/Fil/images/ui-icons_3399ff_256x240.png %%DATADIR%%/extras/www/css/jquery-themes/Fil/images/ui-icons_454545_256x240.png @@ -696,7 +696,7 @@ %%DATADIR%%/extras/www/css/jquery-themes/Midnight/images/ui-bg_highlight-soft_75_f6f6f6_1x100.png %%DATADIR%%/extras/www/css/jquery-themes/Midnight/images/ui-bg_inset-soft_0_aaaaaa_1x100.png %%DATADIR%%/extras/www/css/jquery-themes/Midnight/images/ui-bg_inset-soft_95_fef1ec_1x100.png -%%DATADIR%%/extras/www/css/jquery-themes/Midnight/images/ui-icons_%%APACHE_VERSION%%%%APACHE_VERSION%%%%APACHE_VERSION%%_256x240.png +%%DATADIR%%/extras/www/css/jquery-themes/Midnight/images/ui-icons_222222_256x240.png %%DATADIR%%/extras/www/css/jquery-themes/Midnight/images/ui-icons_2e83ff_256x240.png %%DATADIR%%/extras/www/css/jquery-themes/Midnight/images/ui-icons_3399ff_256x240.png %%DATADIR%%/extras/www/css/jquery-themes/Midnight/images/ui-icons_454545_256x240.png @@ -728,7 +728,7 @@ %%DATADIR%%/extras/www/css/jquery-themes/default/images/ui-bg_highlight-soft_75_f6f6f6_1x100.png %%DATADIR%%/extras/www/css/jquery-themes/default/images/ui-bg_inset-soft_0_aaaaaa_1x100.png %%DATADIR%%/extras/www/css/jquery-themes/default/images/ui-bg_inset-soft_95_fef1ec_1x100.png -%%DATADIR%%/extras/www/css/jquery-themes/default/images/ui-icons_%%APACHE_VERSION%%%%APACHE_VERSION%%%%APACHE_VERSION%%_256x240.png +%%DATADIR%%/extras/www/css/jquery-themes/default/images/ui-icons_222222_256x240.png %%DATADIR%%/extras/www/css/jquery-themes/default/images/ui-icons_2e83ff_256x240.png %%DATADIR%%/extras/www/css/jquery-themes/default/images/ui-icons_3399ff_256x240.png %%DATADIR%%/extras/www/css/jquery-themes/default/images/ui-icons_454545_256x240.png From owner-svn-ports-head@freebsd.org Mon Jul 6 21:00:34 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E1EA4995C62; Mon, 6 Jul 2015 21:00:34 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CC2861B68; Mon, 6 Jul 2015 21:00:34 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66L0Yu9093446; Mon, 6 Jul 2015 21:00:34 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66L0Y8D093445; Mon, 6 Jul 2015 21:00:34 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201507062100.t66L0Y8D093445@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Mon, 6 Jul 2015 21:00:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391479 - head/mail/rainloop X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 06 Jul 2015 21:00:35 -0000 Author: pi Date: Mon Jul 6 21:00:33 2015 New Revision: 391479 URL: https://svnweb.freebsd.org/changeset/ports/391479 Log: mail/rainloop: fix typo in PGSQL_USE PR: 200091 Modified: head/mail/rainloop/Makefile Modified: head/mail/rainloop/Makefile ============================================================================== --- head/mail/rainloop/Makefile Mon Jul 6 20:48:35 2015 (r391478) +++ head/mail/rainloop/Makefile Mon Jul 6 21:00:33 2015 (r391479) @@ -42,7 +42,7 @@ OPTIONS_RADIO_DB= MYSQL PGSQL SQLITE OPTIONS_DEFAULT= SQLITE MYSQL_USE= PHP=pdo_mysql -PGSQL_USE= PHP=pdo_pqsql +PGSQL_USE= PHP=pdo_pgsql SQLITE_USE= PHP=pdo_sqlite .include From owner-svn-ports-head@freebsd.org Mon Jul 6 21:20:58 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 90C1C995F4C; Mon, 6 Jul 2015 21:20:58 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6CFD81BDF; Mon, 6 Jul 2015 21:20:58 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66LKwgv004175; Mon, 6 Jul 2015 21:20:58 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66LKv1N004170; Mon, 6 Jul 2015 21:20:57 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201507062120.t66LKv1N004170@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 6 Jul 2015 21:20:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391480 - in head/graphics/libspiro: . 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, 06 Jul 2015 21:20:58 -0000 Author: amdmi3 Date: Mon Jul 6 21:20:56 2015 New Revision: 391480 URL: https://svnweb.freebsd.org/changeset/ports/391480 Log: - Update to 0.5.20150702 - While here, add LICENSE PR: 201314 Submitted by: cyberbotx@cyberbotx.com (maintainer) Added: head/graphics/libspiro/files/patch-tests_Makefile.am (contents, props changed) Modified: head/graphics/libspiro/Makefile head/graphics/libspiro/distinfo head/graphics/libspiro/pkg-plist Modified: head/graphics/libspiro/Makefile ============================================================================== --- head/graphics/libspiro/Makefile Mon Jul 6 21:00:33 2015 (r391479) +++ head/graphics/libspiro/Makefile Mon Jul 6 21:20:56 2015 (r391480) @@ -2,13 +2,16 @@ # $FreeBSD$ PORTNAME= libspiro -DISTVERSION= 0.3.20150131 +DISTVERSION= 0.5.20150702 PORTEPOCH= 1 CATEGORIES= graphics MAINTAINER= cyberbotx@cyberbotx.com COMMENT= Library to convert clothoid splines into Bezier splines +LICENSE= GPLv3 # or later +LICENSE_FILE= ${WRKSRC}/COPYING + USE_GITHUB= yes GH_ACCOUNT= fontforge Modified: head/graphics/libspiro/distinfo ============================================================================== --- head/graphics/libspiro/distinfo Mon Jul 6 21:00:33 2015 (r391479) +++ head/graphics/libspiro/distinfo Mon Jul 6 21:20:56 2015 (r391480) @@ -1,2 +1,2 @@ -SHA256 (fontforge-libspiro-0.3.20150131_GH0.tar.gz) = e39db410e89710bce19542ddfba4efa4b03663fdbd6405c7073fc9d29d04240b -SIZE (fontforge-libspiro-0.3.20150131_GH0.tar.gz) = 78587 +SHA256 (fontforge-libspiro-0.5.20150702_GH0.tar.gz) = 14f761d83c7fa6be31c4e0317251ed1201b367dc5b2a8678e2da179d74938fc7 +SIZE (fontforge-libspiro-0.5.20150702_GH0.tar.gz) = 82909 Added: head/graphics/libspiro/files/patch-tests_Makefile.am ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/libspiro/files/patch-tests_Makefile.am Mon Jul 6 21:20:56 2015 (r391480) @@ -0,0 +1,11 @@ +--- tests/Makefile.am.orig 2015-07-02 13:50:20 UTC ++++ tests/Makefile.am +@@ -1,7 +1,7 @@ + # Common CPPFLAGS + AM_CPPFLAGS = -I$(top_srcdir) -I$(top_builddir) + +-AM_CFLAGS = -I$(top_srcdir) -I$(top_builddir) $(DEP_CFLAGS) $(BABL_CFLAGS) -lm ++AM_CFLAGS = -I$(top_srcdir) -I$(top_builddir) $(DEP_CFLAGS) $(BABL_CFLAGS) -lm -lcompat + + DEPS = $(top_builddir)/.libs/libspiro.la + Modified: head/graphics/libspiro/pkg-plist ============================================================================== --- head/graphics/libspiro/pkg-plist Mon Jul 6 21:00:33 2015 (r391479) +++ head/graphics/libspiro/pkg-plist Mon Jul 6 21:20:56 2015 (r391480) @@ -5,5 +5,5 @@ include/spiroentrypoints.h lib/libspiro.a lib/libspiro.so lib/libspiro.so.0 -lib/libspiro.so.0.0.3 +lib/libspiro.so.0.0.5 libdata/pkgconfig/libspiro.pc From owner-svn-ports-head@freebsd.org Mon Jul 6 21:40:12 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DC0B19951FB; Mon, 6 Jul 2015 21:40:12 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BCCEC18A5; Mon, 6 Jul 2015 21:40:12 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66LeCEe011530; Mon, 6 Jul 2015 21:40:12 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66LeCSC011529; Mon, 6 Jul 2015 21:40:12 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507062140.t66LeCSC011529@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Mon, 6 Jul 2015 21:40:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391481 - 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: Mon, 06 Jul 2015 21:40:13 -0000 Author: olgeni Date: Mon Jul 6 21:40:11 2015 New Revision: 391481 URL: https://svnweb.freebsd.org/changeset/ports/391481 Log: Add Uses/erlang.mk. It can handle simple Erlang libraries and applications that install in LOCALBASE/lib/erlang/lib. Added: head/Mk/Uses/erlang.mk (contents, props changed) Added: head/Mk/Uses/erlang.mk ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/Mk/Uses/erlang.mk Mon Jul 6 21:40:11 2015 (r391481) @@ -0,0 +1,143 @@ +# $FreeBSD$ +# +# Handle Erlang related ports +# +# Feature: erlang +# Usage: USES=erlang +# Valid ARGS: rebar, rebar3, or none (custom build) +# +# Additional variables: +# +# ERL_APP_NAME - Erlang app name as installed in Erlang's lib dir (minus version) +# ERL_APP_ROOT - Root directory for this Erlang app +# REBAR_CMD - Path to the "rebar" command +# REBAR3_CMD - Path to the "rebar3" command +# REBAR_PROFILE - Rebar profile +# REBAR_TARGETS - Rebar target list (usually compile, maybe escriptize) +# ERL_BUILD_NAME - Build name for rebar3 +# ERL_BUILD_DEPS - List of BUILD_DEPENDS in category/portname format +# ERL_RUN_DEPS - List of RUN_DEPENDS in category/portname format +# ERL_DOCS - List of documentation files and directories +# +# MAINTAINER: olgeni@FreeBSD.org + +.if !defined(_INCLUDE_USES_ERLANG_MK) +_INCLUDE_USES_ERLANG_MK=yes + +ERL_APP_NAME?= ${PORTNAME} +ERL_APP_ROOT?= ${PREFIX}/lib/erlang/lib/${ERL_APP_NAME}-${PORTVERSION} +REBAR_CMD= ${LOCALBASE}/bin/rebar +REBAR3_CMD= ${LOCALBASE}/bin/rebar3 +REBAR_PROFILE?= default +REBAR_TARGETS?= compile +ERL_BUILD_NAME?= default +ERL_BUILD_DEPS?= +ERL_RUN_DEPS?= +ERL_DOCS?= README* + +# VERSION is used in every Erlang pkg-plist +PLIST_SUB+= VERSION="${PORTVERSION}" + +BUILD_DEPENDS+= erl:${PORTSDIR}/lang/erlang +RUN_DEPENDS+= erl:${PORTSDIR}/lang/erlang + +.if ${erlang_ARGS:Mrebar} +BUILD_DEPENDS+= rebar>=0:${PORTSDIR}/devel/rebar +.endif + +.if ${erlang_ARGS:Mrebar3} +BUILD_DEPENDS+= rebar3>=0:${PORTSDIR}/devel/rebar3 +.endif + +.for depend in ${ERL_BUILD_DEPS} +BUILD_DEPENDS+= ${depend:T}>=0:${PORTSDIR}/${depend} +.endfor + +.for depend in ${ERL_RUN_DEPS} +RUN_DEPENDS+= ${depend:T}>=0:${PORTSDIR}/${depend} +.endfor + +.if ${erlang_ARGS:Mrebar} +ERLANG_COMPILE= ${REBAR_CMD} +.endif + +.if ${erlang_ARGS:Mrebar3} +ERLANG_COMPILE= ${REBAR3_CMD} +.endif + +.if !target(post-patch) +post-patch: post-patch-erlang +.endif + +.if !target(do-build) +do-build: do-build-erlang +.endif + +.if !target(do-install) +do-install: do-install-erlang +.endif + +post-patch-erlang: + @${FIND} ${WRKSRC} -name .gitignore -delete +# Attempt to remove all traces of {vsn, git}; replace with actual PORTVERSION + @if [ -f ${WRKSRC}/src/${ERL_APP_NAME}.app.src ]; then \ + ${REINPLACE_CMD} -i '' -e 's/{ *vsn, *git *}/{vsn, "${PORTVERSION}"}/' \ + ${WRKSRC}/src/${ERL_APP_NAME}.app.src; \ + fi + @if [ -f ${WRKSRC}/ebin/${ERL_APP_NAME}.app ]; then \ + ${REINPLACE_CMD} -i '' -e 's/{ *vsn, *git *}/{vsn, "${PORTVERSION}"}/' \ + ${WRKSRC}/ebin/${ERL_APP_NAME}.app; \ + fi + @${GREP} -l "%%LOCALBASE%%" $$(${FIND} ${WRKSRC}) \ + | ${XARGS} ${REINPLACE_CMD} -i '' -e "s@%%LOCALBASE%%@${LOCALBASE}@" +# Always try to build with the system version of rebar and rebar3 + @if [ -f ${WRKSRC}/rebar.config ]; then \ + ${REINPLACE_CMD} -i '' -e "s@./rebar3@${REBAR3_CMD}@; s@./rebar@${REBAR_CMD}@" \ + ${WRKSRC}/rebar.config; \ + fi + @${RM} -f ${WRKSRC}/src/*.orig ${WRKSRC}/include/*.orig + +do-build-erlang: +# This will cause calls to local rebar and rebar3 to fail; makes it easier to spot them + @${RM} -f ${WRKSRC}/rebar ${WRKSRC}/rebar3 +.for target in ${REBAR_TARGETS} +# Remove rebar.lock every time - it can be created again after each run of rebar3 + @${RM} ${WRKSRC}/rebar.lock + @cd ${WRKSRC} && REBAR_PROFILE=${REBAR_PROFILE} ${ERLANG_COMPILE} ${target} +.endfor + +do-install-erlang: + @${MKDIR} ${STAGEDIR}${ERL_APP_ROOT} + @${MKDIR} ${STAGEDIR}${ERL_APP_ROOT}/src + cd ${WRKSRC}/src && ${COPYTREE_SHARE} \* ${STAGEDIR}${ERL_APP_ROOT}/src + @${MKDIR} ${STAGEDIR}${ERL_APP_ROOT}/ebin +.if ${erlang_ARGS:Mrebar3} + ${INSTALL_DATA} ${WRKSRC}/_build/${ERL_BUILD_NAME}/lib/${ERL_APP_NAME}/ebin/* \ + ${STAGEDIR}${ERL_APP_ROOT}/ebin +.else + ${INSTALL_DATA} ${WRKSRC}/ebin/* ${STAGEDIR}${ERL_APP_ROOT}/ebin +.endif + if [ -d ${WRKSRC}/include ]; then \ + ${MKDIR} ${STAGEDIR}${ERL_APP_ROOT}/include; \ + cd ${WRKSRC}/include && ${COPYTREE_SHARE} \* ${STAGEDIR}${ERL_APP_ROOT}/include; \ + fi + if [ -d ${WRKSRC}/priv ]; then \ + ${MKDIR} ${STAGEDIR}${ERL_APP_ROOT}/priv; \ + cd ${WRKSRC}/priv && ${COPYTREE_SHARE} \* ${STAGEDIR}${ERL_APP_ROOT}/priv; \ + fi +.if ${ERL_DOCS} != "" + @${MKDIR} ${STAGEDIR}${DOCSDIR} +.for file in ${ERL_DOCS} + if [ -d "${WKSRC}/${file}" ]; then \ + cd ${WRKSRC} && ${COPYTREE_SHARE} ${dir} ${STAGEDIR}${DOCSDIR}; \ + else \ + ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}; \ + fi +.endfor +.endif # .if ${ERL_DOCS} != "" +.if ${REBAR_TARGETS:Mescriptize} + @${MKDIR} ${STAGEDIR}${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin +.endif + +.endif #!defined(_INCLUDE_USES_ERLANG_MK) From owner-svn-ports-head@freebsd.org Mon Jul 6 22:08:58 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E045B9956F8; Mon, 6 Jul 2015 22:08:58 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B764F1A0C; Mon, 6 Jul 2015 22:08:58 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66M8wbO026048; Mon, 6 Jul 2015 22:08:58 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66M8wvx026047; Mon, 6 Jul 2015 22:08:58 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507062208.t66M8wvx026047@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Mon, 6 Jul 2015 22:08:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391482 - head/devel/erlang-neotoma X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 06 Jul 2015 22:08:59 -0000 Author: olgeni Date: Mon Jul 6 22:08:57 2015 New Revision: 391482 URL: https://svnweb.freebsd.org/changeset/ports/391482 Log: Switch devel/erlang-neotoma to erlang.mk. Modified: head/devel/erlang-neotoma/Makefile Modified: head/devel/erlang-neotoma/Makefile ============================================================================== --- head/devel/erlang-neotoma/Makefile Mon Jul 6 21:40:11 2015 (r391481) +++ head/devel/erlang-neotoma/Makefile Mon Jul 6 22:08:57 2015 (r391482) @@ -11,32 +11,18 @@ COMMENT= Erlang library and packrat pars LICENSE= MIT -BUILD_DEPENDS= erl:${PORTSDIR}/lang/erlang -RUN_DEPENDS:= ${BUILD_DEPENDS} - -SUB_FILES+= neotoma +SUB_FILES+= ${PORTNAME} SUB_LIST+= PORTNAME=${PORTNAME} \ PORTVERSION=${PORTVERSION} -PLIST_SUB= VERSION="${PORTVERSION}" - +USES= erlang:rebar USE_GITHUB= yes GH_ACCOUNT= seancribbs -post-patch: - @${REINPLACE_CMD} -i '' -e 's/{ *vsn, git *}/{vsn, "${PORTVERSION}"}/' ${WRKSRC}/src/*.app.src +REBAR_TARGETS= compile escriptize -do-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README.textile ${STAGEDIR}${DOCSDIR} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/priv - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src - ${INSTALL_DATA} ${WRKSRC}/ebin/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin - ${INSTALL_DATA} ${WRKSRC}/priv/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/priv - ${INSTALL_DATA} ${WRKSRC}/src/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src - ${INSTALL_SCRIPT} ${WRKSRC}/neotoma ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION} - ${INSTALL_SCRIPT} ${WRKDIR}/neotoma ${STAGEDIR}${PREFIX}/bin +post-install: + ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${ERL_APP_ROOT} + ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin .include From owner-svn-ports-head@freebsd.org Mon Jul 6 22:27:28 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A5E6C9958F4; Mon, 6 Jul 2015 22:27:28 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8AA231187; Mon, 6 Jul 2015 22:27:28 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66MRSl5036331; Mon, 6 Jul 2015 22:27:28 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66MRIH1036277; Mon, 6 Jul 2015 22:27:18 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507062227.t66MRIH1036277@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Mon, 6 Jul 2015 22:27:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391483 - in head: databases/erlang-epgsql devel/erlang-bbmustache devel/erlang-bear devel/erlang-erlware_commons devel/erlang-folsom devel/erlang-gen_smtp devel/erlang-getopt devel/erl... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 06 Jul 2015 22:27:28 -0000 Author: olgeni Date: Mon Jul 6 22:27:17 2015 New Revision: 391483 URL: https://svnweb.freebsd.org/changeset/ports/391483 Log: Update most of the Erlang ports to use erlang.mk. These do not require a PORTREVISION bump. Modified: head/databases/erlang-epgsql/Makefile head/devel/erlang-bbmustache/Makefile head/devel/erlang-bear/Makefile head/devel/erlang-erlware_commons/Makefile head/devel/erlang-folsom/Makefile head/devel/erlang-gen_smtp/Makefile head/devel/erlang-getopt/Makefile head/devel/erlang-goldrush/Makefile head/devel/erlang-jobs/Makefile head/devel/erlang-jsx/Makefile head/devel/erlang-lager/Makefile head/devel/erlang-lager_syslog/Makefile head/devel/erlang-meck/Makefile head/devel/erlang-msgpack/Makefile head/devel/erlang-parse_trans/Makefile head/devel/erlang-poolboy/Makefile head/devel/erlang-protobuffs/Makefile head/devel/erlang-providers/Makefile head/devel/erlang-rebar3_hex/Makefile head/devel/erlang-recon/Makefile head/devel/erlang-ssl_verify_hostname/Makefile head/devel/erlang-syslog/Makefile head/dns/erlang-idna/Makefile head/textproc/erlang-edown/Makefile head/www/erlang-hackney/Makefile head/www/erlang-webmachine/Makefile Modified: head/databases/erlang-epgsql/Makefile ============================================================================== --- head/databases/erlang-epgsql/Makefile Mon Jul 6 22:08:57 2015 (r391482) +++ head/databases/erlang-epgsql/Makefile Mon Jul 6 22:27:17 2015 (r391483) @@ -11,23 +11,7 @@ COMMENT= Erlang PostgreSQL Database Clie LICENSE= BSD3CLAUSE -BUILD_DEPENDS= erlc:${PORTSDIR}/lang/erlang \ - rebar:${PORTSDIR}/devel/rebar -RUN_DEPENDS= erl:${PORTSDIR}/lang/erlang - -PLIST_SUB= VERSION="${PORTVERSION}" - +USES= erlang:rebar USE_GITHUB= yes -do-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/include - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src - ${INSTALL_DATA} ${WRKSRC}/ebin/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin - ${INSTALL_DATA} ${WRKSRC}/include/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/include - ${INSTALL_DATA} ${WRKSRC}/src/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src - .include Modified: head/devel/erlang-bbmustache/Makefile ============================================================================== --- head/devel/erlang-bbmustache/Makefile Mon Jul 6 22:08:57 2015 (r391482) +++ head/devel/erlang-bbmustache/Makefile Mon Jul 6 22:27:17 2015 (r391483) @@ -2,7 +2,7 @@ PORTNAME= bbmustache PORTVERSION= 1.0.3 -DISTVERSIONPREFIX=v +DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= erlang- @@ -11,32 +11,8 @@ COMMENT= Mustache template engine for Er LICENSE= MIT -BUILD_DEPENDS= ${LOCALBASE}/bin/erl:${PORTSDIR}/lang/erlang -RUN_DEPENDS:= ${BUILD_DEPENDS} - -PLIST_SUB= VERSION="${PORTVERSION}" - +USES= erlang:rebar3 USE_GITHUB= yes GH_ACCOUNT= soranoba -ALL_TARGET= compile - -post-patch: - @${REINPLACE_CMD} -i '' -e 's/{ *vsn, git *}/{vsn, "${PORTVERSION}"}/' ${WRKSRC}/src/*.app.src - -pre-build: - @${RM} ${WRKSRC}/rebar.lock - -post-build: - @${LN} -s ${WRKSRC}/_build/dev/lib/${PORTNAME}/ebin ${WRKSRC} - -do-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src - ${INSTALL_DATA} ${WRKSRC}/ebin/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin - ${INSTALL_DATA} ${WRKSRC}/src/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src - .include Modified: head/devel/erlang-bear/Makefile ============================================================================== --- head/devel/erlang-bear/Makefile Mon Jul 6 22:08:57 2015 (r391482) +++ head/devel/erlang-bear/Makefile Mon Jul 6 22:27:17 2015 (r391483) @@ -10,28 +10,8 @@ COMMENT= Set of statistics functions for LICENSE= APACHE20 -BUILD_DEPENDS= erl:${PORTSDIR}/lang/erlang -RUN_DEPENDS:= ${BUILD_DEPENDS} - -PLIST_SUB= VERSION="${PORTVERSION}" - -USES= gmake +USES= erlang:rebar USE_GITHUB= yes GH_ACCOUNT= boundary -post-patch: - @${REINPLACE_CMD} -i '' -e 's/{ *vsn, git *}/{vsn, "${PORTVERSION}"}/' ${WRKSRC}/src/*.app.src - -do-build: - @cd ${WRKSRC} && ./rebar compile - -do-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src - ${INSTALL_DATA} ${WRKSRC}/ebin/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin - ${INSTALL_DATA} ${WRKSRC}/src/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src - .include Modified: head/devel/erlang-erlware_commons/Makefile ============================================================================== --- head/devel/erlang-erlware_commons/Makefile Mon Jul 6 22:08:57 2015 (r391482) +++ head/devel/erlang-erlware_commons/Makefile Mon Jul 6 22:27:17 2015 (r391483) @@ -11,29 +11,8 @@ COMMENT= Erlang project focused on all a LICENSE= MIT -BUILD_DEPENDS= erl:${PORTSDIR}/lang/erlang \ - rebar:${PORTSDIR}/devel/rebar -RUN_DEPENDS= erl:${PORTSDIR}/lang/erlang - -PLIST_SUB= VERSION="${PORTVERSION}" - +USES= erlang:rebar USE_GITHUB= yes GH_ACCOUNT= erlware -do-build: - @cd ${WRKSRC} && rebar compile - -do-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/include - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/priv - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src - ${INSTALL_DATA} ${WRKSRC}/ebin/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin - ${INSTALL_DATA} ${WRKSRC}/include/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/include - ${INSTALL_DATA} ${WRKSRC}/priv/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/priv - ${INSTALL_DATA} ${WRKSRC}/src/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src - .include Modified: head/devel/erlang-folsom/Makefile ============================================================================== --- head/devel/erlang-folsom/Makefile Mon Jul 6 22:08:57 2015 (r391482) +++ head/devel/erlang-folsom/Makefile Mon Jul 6 22:27:17 2015 (r391483) @@ -10,31 +10,11 @@ COMMENT= Erlang based metrics system ins LICENSE= APACHE20 -BUILD_DEPENDS= erl:${PORTSDIR}/lang/erlang \ - erlang-bear>=0.8.2:${PORTSDIR}/devel/erlang-bear -RUN_DEPENDS:= ${BUILD_DEPENDS} - -PLIST_SUB= VERSION="${PORTVERSION}" - -USES= gmake +USES= erlang:rebar USE_GITHUB= yes GH_ACCOUNT= boundary -post-patch: - @${REINPLACE_CMD} -i '' -e 's/{ *vsn, git *}/{vsn, "${PORTVERSION}"}/' ${WRKSRC}/src/*.app.src - -do-build: - @cd ${WRKSRC} && ./rebar compile - -do-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/include - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src - ${INSTALL_DATA} ${WRKSRC}/ebin/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin - ${INSTALL_DATA} ${WRKSRC}/include/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/include - ${INSTALL_DATA} ${WRKSRC}/src/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src +ERL_BUILD_DEPS= devel/erlang-bear +ERL_RUN_DEPS:= ${ERL_BUILD_DEPS} .include Modified: head/devel/erlang-gen_smtp/Makefile ============================================================================== --- head/devel/erlang-gen_smtp/Makefile Mon Jul 6 22:08:57 2015 (r391482) +++ head/devel/erlang-gen_smtp/Makefile Mon Jul 6 22:27:17 2015 (r391483) @@ -10,24 +10,8 @@ COMMENT= Extensible SMTP server and clie LICENSE= BSD2CLAUSE -BUILD_DEPENDS= ${LOCALBASE}/bin/erl:${PORTSDIR}/lang/erlang -RUN_DEPENDS:= ${BUILD_DEPENDS} - -PLIST_SUB= VERSION="${PORTVERSION}" - +USES= erlang:rebar USE_GITHUB= yes GH_ACCOUNT= Vagabond -do-build: - cd ${WRKSRC} && ./rebar compile - -do-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README.markdown ${STAGEDIR}${DOCSDIR} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src - ${INSTALL_DATA} ${WRKSRC}/ebin/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin - ${INSTALL_DATA} ${WRKSRC}/src/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src - .include Modified: head/devel/erlang-getopt/Makefile ============================================================================== --- head/devel/erlang-getopt/Makefile Mon Jul 6 22:08:57 2015 (r391482) +++ head/devel/erlang-getopt/Makefile Mon Jul 6 22:27:17 2015 (r391483) @@ -2,7 +2,7 @@ PORTNAME= getopt PORTVERSION= 0.8.2 -DISTVERSIONPREFIX=v +DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= erlang- @@ -11,22 +11,8 @@ COMMENT= Command line parsing library fo LICENSE= BSD3CLAUSE -BUILD_DEPENDS= ${LOCALBASE}/bin/erl:${PORTSDIR}/lang/erlang -RUN_DEPENDS:= ${BUILD_DEPENDS} - -PLIST_SUB= VERSION="${PORTVERSION}" - -USES= gmake +USES= erlang:rebar USE_GITHUB= yes GH_ACCOUNT= jcomellas -do-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src - ${INSTALL_DATA} ${WRKSRC}/ebin/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin - ${INSTALL_DATA} ${WRKSRC}/src/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src - .include Modified: head/devel/erlang-goldrush/Makefile ============================================================================== --- head/devel/erlang-goldrush/Makefile Mon Jul 6 22:08:57 2015 (r391482) +++ head/devel/erlang-goldrush/Makefile Mon Jul 6 22:27:17 2015 (r391483) @@ -10,22 +10,11 @@ COMMENT= Fast event stream processing li LICENSE= ISCL -BUILD_DEPENDS= erl:${PORTSDIR}/lang/erlang \ - rebar:${PORTSDIR}/devel/rebar -RUN_DEPENDS= erl:${PORTSDIR}/lang/erlang - -PLIST_SUB= VERSION="${PORTVERSION}" - +USES= erlang:rebar USE_GITHUB= yes GH_ACCOUNT= DeadZen -do-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README.org ${STAGEDIR}${DOCSDIR} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src - ${INSTALL_DATA} ${WRKSRC}/ebin/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin - ${INSTALL_DATA} ${WRKSRC}/src/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src +post-build: + @${RM} -r ${WRKSRC}/priv .include Modified: head/devel/erlang-jobs/Makefile ============================================================================== --- head/devel/erlang-jobs/Makefile Mon Jul 6 22:08:57 2015 (r391482) +++ head/devel/erlang-jobs/Makefile Mon Jul 6 22:27:17 2015 (r391483) @@ -9,34 +9,16 @@ PKGNAMEPREFIX= erlang- MAINTAINER= olgeni@FreeBSD.org COMMENT= Job scheduler and load regulation for Erlang -BUILD_DEPENDS= erl:${PORTSDIR}/lang/erlang \ - rebar:${PORTSDIR}/devel/rebar \ - erlang-parse_trans>=0:${PORTSDIR}/devel/erlang-parse_trans -RUN_DEPENDS= erl:${PORTSDIR}/lang/erlang - -PLIST_SUB= VERSION="${PORTVERSION}" - +USES= erlang:rebar USE_GITHUB= yes GH_ACCOUNT= uwiger -post-patch: - @${REINPLACE_CMD} -i '' -e 's/{ *vsn, git *}/{vsn, "${PORTVERSION}"}/' ${WRKSRC}/src/*.app.src - -do-build: - @cd ${WRKSRC} && rebar compile +ERL_BUILD_DEPS= devel/erlang-parse_trans +ERL_RUN_DEPS:= ${ERL_BUILD_DEPS} +ERL_DOCS= doc/* -do-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} - cd ${WRKSRC}/doc && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR} +post-install: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/include - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src - ${INSTALL_DATA} ${WRKSRC}/ebin/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin - ${INSTALL_DATA} ${WRKSRC}/src/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src - ${INSTALL_DATA} ${WRKSRC}/include/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/include + ${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR} .include Modified: head/devel/erlang-jsx/Makefile ============================================================================== --- head/devel/erlang-jsx/Makefile Mon Jul 6 22:08:57 2015 (r391482) +++ head/devel/erlang-jsx/Makefile Mon Jul 6 22:27:17 2015 (r391483) @@ -11,25 +11,8 @@ COMMENT= Erlang application for consumin LICENSE= MIT -BUILD_DEPENDS= erl:${PORTSDIR}/lang/erlang \ - rebar:${PORTSDIR}/devel/rebar -RUN_DEPENDS= erl:${PORTSDIR}/lang/erlang - -PLIST_SUB= VERSION="${PORTVERSION}" - +USES= erlang:rebar USE_GITHUB= yes GH_ACCOUNT= talentdeficit -do-build: - @cd ${WRKSRC} && rebar compile - -do-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src - ${INSTALL_DATA} ${WRKSRC}/ebin/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin - ${INSTALL_DATA} ${WRKSRC}/src/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src - .include Modified: head/devel/erlang-lager/Makefile ============================================================================== --- head/devel/erlang-lager/Makefile Mon Jul 6 22:08:57 2015 (r391482) +++ head/devel/erlang-lager/Makefile Mon Jul 6 22:27:17 2015 (r391483) @@ -10,24 +10,13 @@ COMMENT= Logging framework for Erlang LICENSE= APACHE20 -BUILD_DEPENDS= erl:${PORTSDIR}/lang/erlang -RUN_DEPENDS= erl:${PORTSDIR}/lang/erlang \ - erlang-goldrush>=0.1.6:${PORTSDIR}/devel/erlang-goldrush - -PLIST_SUB= VERSION="${PORTVERSION}" - +USES= erlang:rebar USE_GITHUB= yes GH_ACCOUNT= basho -do-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/include - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src - ${INSTALL_DATA} ${WRKSRC}/ebin/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin - ${INSTALL_DATA} ${WRKSRC}/include/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/include - ${INSTALL_DATA} ${WRKSRC}/src/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src +ERL_RUN_DEPS= devel/erlang-goldrush + +post-build: + @${RM} -r ${WRKSRC}/priv .include Modified: head/devel/erlang-lager_syslog/Makefile ============================================================================== --- head/devel/erlang-lager_syslog/Makefile Mon Jul 6 22:08:57 2015 (r391482) +++ head/devel/erlang-lager_syslog/Makefile Mon Jul 6 22:27:17 2015 (r391483) @@ -10,23 +10,12 @@ COMMENT= Syslog backend for Lager LICENSE= APACHE20 -BUILD_DEPENDS= erl:${PORTSDIR}/lang/erlang \ - erlang-lager>=2.1.1:${PORTSDIR}/devel/erlang-lager \ - erlang-syslog>=1.0.3:${PORTSDIR}/devel/erlang-syslog -RUN_DEPENDS:= ${BUILD_DEPENDS} - -PLIST_SUB= VERSION="${PORTVERSION}" - +USES= erlang:rebar USE_GITHUB= yes GH_ACCOUNT= basho -do-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README.org ${STAGEDIR}${DOCSDIR} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src - ${INSTALL_DATA} ${WRKSRC}/ebin/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin - ${INSTALL_DATA} ${WRKSRC}/src/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src +ERL_BUILD_DEPS= devel/erlang-lager \ + devel/erlang-syslog +RUN_DEPENDS:= ${BUILD_DEPENDS} .include Modified: head/devel/erlang-meck/Makefile ============================================================================== --- head/devel/erlang-meck/Makefile Mon Jul 6 22:08:57 2015 (r391482) +++ head/devel/erlang-meck/Makefile Mon Jul 6 22:27:17 2015 (r391483) @@ -10,22 +10,8 @@ COMMENT= Erlang library for building moc LICENSE= APACHE20 -BUILD_DEPENDS= erl:${PORTSDIR}/lang/erlang -RUN_DEPENDS:= ${BUILD_DEPENDS} - -PLIST_SUB= VERSION="${PORTVERSION}" - -USES= gmake +USES= erlang:rebar USE_GITHUB= yes GH_ACCOUNT= eproxus -do-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src - ${INSTALL_DATA} ${WRKSRC}/ebin/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin - ${INSTALL_DATA} ${WRKSRC}/src/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src - .include Modified: head/devel/erlang-msgpack/Makefile ============================================================================== --- head/devel/erlang-msgpack/Makefile Mon Jul 6 22:08:57 2015 (r391482) +++ head/devel/erlang-msgpack/Makefile Mon Jul 6 22:27:17 2015 (r391483) @@ -11,27 +11,9 @@ COMMENT= MessagePack (de)serializer for LICENSE= APACHE20 -BUILD_DEPENDS= erl:${PORTSDIR}/lang/erlang -RUN_DEPENDS:= ${BUILD_DEPENDS} - -PLIST_SUB= VERSION="${PORTVERSION}" - +USES= erlang:rebar USE_GITHUB= yes GH_ACCOUNT= msgpack GH_PROJECT= msgpack-erlang -post-patch: - @${REINPLACE_CMD} -i '' -e 's/{ *vsn, git *}/{vsn, "${PORTVERSION}"}/' ${WRKSRC}/src/*.app.src - -do-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/include - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src - ${INSTALL_DATA} ${WRKSRC}/ebin/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin - ${INSTALL_DATA} ${WRKSRC}/include/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/include - ${INSTALL_DATA} ${WRKSRC}/src/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src - .include Modified: head/devel/erlang-parse_trans/Makefile ============================================================================== --- head/devel/erlang-parse_trans/Makefile Mon Jul 6 22:08:57 2015 (r391482) +++ head/devel/erlang-parse_trans/Makefile Mon Jul 6 22:27:17 2015 (r391483) @@ -8,33 +8,14 @@ PKGNAMEPREFIX= erlang- MAINTAINER= olgeni@FreeBSD.org COMMENT= Parse transform utilities for Erlang -BUILD_DEPENDS= erl:${PORTSDIR}/lang/erlang -RUN_DEPENDS:= ${BUILD_DEPENDS} - -PLIST_SUB= VERSION="${PORTVERSION}" - +USES= erlang:rebar USE_GITHUB= yes GH_ACCOUNT= uwiger -post-patch: - @${RM} ${WRKSRC}/src/*.orig - @${REINPLACE_CMD} -i '' -e 's/{ *vsn, git *}/{vsn, "${PORTVERSION}"}/' ${WRKSRC}/src/*.app.src - -do-build: - @cd ${WRKSRC} && ./rebar compile +ERL_DOCS= doc/* -do-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} - cd ${WRKSRC}/doc && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR} +post-install: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/include - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src - ${INSTALL_DATA} ${WRKSRC}/ebin/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin - ${INSTALL_DATA} ${WRKSRC}/src/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src - ${INSTALL_DATA} ${WRKSRC}/include/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/include + ${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR} .include Modified: head/devel/erlang-poolboy/Makefile ============================================================================== --- head/devel/erlang-poolboy/Makefile Mon Jul 6 22:08:57 2015 (r391482) +++ head/devel/erlang-poolboy/Makefile Mon Jul 6 22:27:17 2015 (r391483) @@ -11,22 +11,8 @@ COMMENT= Pooling library for Erlang LICENSE= ISCL -BUILD_DEPENDS= erl:${PORTSDIR}/lang/erlang -RUN_DEPENDS:= ${BUILD_DEPENDS} - -PLIST_SUB= VERSION="${PORTVERSION}" - -USES= gmake +USES= erlang:rebar USE_GITHUB= yes GH_ACCOUNT= devinus -do-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src - ${INSTALL_DATA} ${WRKSRC}/ebin/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin - ${INSTALL_DATA} ${WRKSRC}/src/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src - .include Modified: head/devel/erlang-protobuffs/Makefile ============================================================================== --- head/devel/erlang-protobuffs/Makefile Mon Jul 6 22:08:57 2015 (r391482) +++ head/devel/erlang-protobuffs/Makefile Mon Jul 6 22:27:17 2015 (r391483) @@ -9,27 +9,9 @@ PKGNAMEPREFIX= erlang- MAINTAINER= olgeni@FreeBSD.org COMMENT= Protocol Buffers interface for Erlang -BUILD_DEPENDS= erlc:${PORTSDIR}/lang/erlang -RUN_DEPENDS= erl:${PORTSDIR}/lang/erlang - -PLIST_SUB= VERSION="${PORTVERSION}" - +USES= erlang:rebar USE_GITHUB= yes GH_ACCOUNT= basho GH_PROJECT= erlang_protobuffs -.include - -post-patch: - @${REINPLACE_CMD} -i '' -e 's/{ *vsn, git *}/{vsn, "${PORTVERSION}"}/' ${WRKSRC}/src/*.app.src - -do-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README.markdown ${STAGEDIR}${DOCSDIR} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src - ${INSTALL_DATA} ${WRKSRC}/ebin/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin - ${INSTALL_DATA} ${WRKSRC}/src/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src - .include Modified: head/devel/erlang-providers/Makefile ============================================================================== --- head/devel/erlang-providers/Makefile Mon Jul 6 22:08:57 2015 (r391482) +++ head/devel/erlang-providers/Makefile Mon Jul 6 22:27:17 2015 (r391483) @@ -10,29 +10,11 @@ COMMENT= Erlang providers library used b LICENSE= LGPL3 -BUILD_DEPENDS= erl:${PORTSDIR}/lang/erlang \ - rebar:${PORTSDIR}/devel/rebar \ - erlang-getopt>=0:${PORTSDIR}/devel/erlang-getopt -RUN_DEPENDS= erl:${PORTSDIR}/lang/erlang \ - erlang-getopt>=0:${PORTSDIR}/devel/erlang-getopt - -PLIST_SUB= VERSION="${PORTVERSION}" - +USES= erlang:rebar USE_GITHUB= yes GH_ACCOUNT= tsloughter -do-build: - @cd ${WRKSRC} && rebar compile - -do-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/include - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src - ${INSTALL_DATA} ${WRKSRC}/ebin/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin - ${INSTALL_DATA} ${WRKSRC}/include/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/include - ${INSTALL_DATA} ${WRKSRC}/src/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src +ERL_BUILD_DEPS= devel/erlang-getopt +ERL_RUN_DEPS:= ${ERL_BUILD_DEPS} .include Modified: head/devel/erlang-rebar3_hex/Makefile ============================================================================== --- head/devel/erlang-rebar3_hex/Makefile Mon Jul 6 22:08:57 2015 (r391482) +++ head/devel/erlang-rebar3_hex/Makefile Mon Jul 6 22:27:17 2015 (r391483) @@ -11,35 +11,14 @@ COMMENT= Rebar3 Hex library LICENSE= BSD3CLAUSE -BUILD_DEPENDS= erl:${PORTSDIR}/lang/erlang \ - rebar:${PORTSDIR}/devel/rebar \ - erlang-erlware_commons>=0:${PORTSDIR}/devel/erlang-erlware_commons \ - erlang-ssl_verify_hostname>=0:${PORTSDIR}/devel/erlang-ssl_verify_hostname \ - erlang-jsx>=0:${PORTSDIR}/devel/erlang-jsx \ - erlang-providers>=0:${PORTSDIR}/devel/erlang-providers -RUN_DEPENDS= erl:${PORTSDIR}/lang/erlang \ - erlang-erlware_commons>=0:${PORTSDIR}/devel/erlang-erlware_commons \ - erlang-ssl_verify_hostname>=0:${PORTSDIR}/devel/erlang-ssl_verify_hostname \ - erlang-jsx>=0:${PORTSDIR}/devel/erlang-jsx \ - erlang-providers>=0:${PORTSDIR}/devel/erlang-providers - -PLIST_SUB= VERSION="${PORTVERSION}" - +USES= erlang:rebar USE_GITHUB= yes GH_ACCOUNT= hexpm -do-build: - @cd ${WRKSRC} && rebar compile - -do-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/priv - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src - ${INSTALL_DATA} ${WRKSRC}/ebin/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin - ${INSTALL_DATA} ${WRKSRC}/priv/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/priv - ${INSTALL_DATA} ${WRKSRC}/src/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src +ERL_BUILD_DEPS= devel/erlang-erlware_commons \ + devel/erlang-jsx \ + devel/erlang-providers \ + devel/erlang-ssl_verify_hostname +ERL_RUN_DEPS:= ${ERL_BUILD_DEPS} .include Modified: head/devel/erlang-recon/Makefile ============================================================================== --- head/devel/erlang-recon/Makefile Mon Jul 6 22:08:57 2015 (r391482) +++ head/devel/erlang-recon/Makefile Mon Jul 6 22:27:17 2015 (r391483) @@ -10,31 +10,18 @@ COMMENT= Collection of functions and scr LICENSE= BSD3CLAUSE -BUILD_DEPENDS= ${LOCALBASE}/bin/erl:${PORTSDIR}/lang/erlang -RUN_DEPENDS:= ${BUILD_DEPENDS} - -PLIST_SUB= VERSION="${PORTVERSION}" - +USES= erlang:rebar USE_GITHUB= yes GH_ACCOUNT= ferd -post-patch: - @${REINPLACE_CMD} -i '' -e "s@%%LOCALBASE%%@${LOCALBASE}@" ${WRKSRC}/script/app_deps.erl +ERL_DOCS= README.md doc/* +REBAR_TARGETS= compile doc -do-build: - @cd ${WRKSRC} && ./rebar compile doc +post-build: @${RM} ${WRKSRC}/doc/packages-frame.html -do-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/* ${STAGEDIR}${DOCSDIR} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin +post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/script - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src - ${INSTALL_DATA} ${WRKSRC}/ebin/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin - ${INSTALL_DATA} ${WRKSRC}/src/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src ${INSTALL_DATA} ${WRKSRC}/script/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/script .include Modified: head/devel/erlang-ssl_verify_hostname/Makefile ============================================================================== --- head/devel/erlang-ssl_verify_hostname/Makefile Mon Jul 6 22:08:57 2015 (r391482) +++ head/devel/erlang-ssl_verify_hostname/Makefile Mon Jul 6 22:27:17 2015 (r391483) @@ -10,26 +10,9 @@ COMMENT= Erlang library for certificate LICENSE= MIT -BUILD_DEPENDS= erl:${PORTSDIR}/lang/erlang \ - rebar:${PORTSDIR}/devel/rebar -RUN_DEPENDS= erl:${PORTSDIR}/lang/erlang - -PLIST_SUB= VERSION="${PORTVERSION}" - +USES= erlang:rebar USE_GITHUB= yes GH_ACCOUNT= deadtrickster GH_PROJECT= ssl_verify_hostname.erl -do-build: - @cd ${WRKSRC} && rebar compile - -do-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src - ${INSTALL_DATA} ${WRKSRC}/ebin/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin - ${INSTALL_DATA} ${WRKSRC}/src/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src - .include Modified: head/devel/erlang-syslog/Makefile ============================================================================== --- head/devel/erlang-syslog/Makefile Mon Jul 6 22:08:57 2015 (r391482) +++ head/devel/erlang-syslog/Makefile Mon Jul 6 22:27:17 2015 (r391483) @@ -8,27 +8,9 @@ PKGNAMEPREFIX= erlang- MAINTAINER= olgeni@FreeBSD.org COMMENT= Erlang port driver for interacting with syslog -BUILD_DEPENDS= ${LOCALBASE}/bin/erl:${PORTSDIR}/lang/erlang -RUN_DEPENDS:= ${BUILD_DEPENDS} - -PLIST_SUB= VERSION="${PORTVERSION}" - +USES= erlang:rebar USE_GITHUB= yes GH_ACCOUNT= Vagabond GH_PROJECT= ${PKGNAMEPREFIX}${PORTNAME} -do-build: - cd ${WRKSRC} && ./rebar compile - -do-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/priv - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src - ${INSTALL_DATA} ${WRKSRC}/ebin/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin - ${INSTALL_DATA} ${WRKSRC}/priv/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/priv - ${INSTALL_DATA} ${WRKSRC}/src/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src - .include Modified: head/dns/erlang-idna/Makefile ============================================================================== --- head/dns/erlang-idna/Makefile Mon Jul 6 22:08:57 2015 (r391482) +++ head/dns/erlang-idna/Makefile Mon Jul 6 22:27:17 2015 (r391483) @@ -10,22 +10,9 @@ COMMENT= IDNA implementation in pure Erl LICENSE= MIT -BUILD_DEPENDS= erl:${PORTSDIR}/lang/erlang -RUN_DEPENDS:= ${BUILD_DEPENDS} - -PLIST_SUB= VERSION="${PORTVERSION}" - +USES= erlang:rebar USE_GITHUB= yes GH_ACCOUNT= benoitc GH_PROJECT= ${PKGNAMEPREFIX}${PORTNAME} -do-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src - ${INSTALL_DATA} ${WRKSRC}/ebin/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin - ${INSTALL_DATA} ${WRKSRC}/src/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src - .include Modified: head/textproc/erlang-edown/Makefile ============================================================================== --- head/textproc/erlang-edown/Makefile Mon Jul 6 22:08:57 2015 (r391482) +++ head/textproc/erlang-edown/Makefile Mon Jul 6 22:27:17 2015 (r391483) @@ -8,31 +8,10 @@ PKGNAMEPREFIX= erlang- MAINTAINER= olgeni@FreeBSD.org COMMENT= EDoc extension for generating Github-flavored Markdown -BUILD_DEPENDS= erl:${PORTSDIR}/lang/erlang -RUN_DEPENDS:= ${BUILD_DEPENDS} - -PLIST_SUB= VERSION="${PORTVERSION}" - +USES= erlang:rebar USE_GITHUB= yes GH_ACCOUNT= uwiger -post-patch: - @${RM} ${WRKSRC}/src/*.orig - @${REINPLACE_CMD} -i '' -e 's/{ *vsn, git *}/{vsn, "${PORTVERSION}"}/' ${WRKSRC}/src/*.app.src - -do-build: - @cd ${WRKSRC} && ./rebar compile - -do-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} - cd ${WRKSRC}/doc && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/priv - ${INSTALL_DATA} ${WRKSRC}/ebin/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin - ${INSTALL_DATA} ${WRKSRC}/src/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src - cd ${WRKSRC}/priv && ${COPYTREE_SHARE} \* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/priv +ERL_DOCS= doc/* .include Modified: head/www/erlang-hackney/Makefile ============================================================================== --- head/www/erlang-hackney/Makefile Mon Jul 6 22:08:57 2015 (r391482) +++ head/www/erlang-hackney/Makefile Mon Jul 6 22:27:17 2015 (r391483) @@ -10,38 +10,18 @@ COMMENT= Simple HTTP client in Erlang LICENSE= APACHE20 -BUILD_DEPENDS= erl:${PORTSDIR}/lang/erlang \ - erlang-idna>=0:${PORTSDIR}/dns/erlang-idna \ - erlang-ssl_verify_hostname>=0:${PORTSDIR}/devel/erlang-ssl_verify_hostname -RUN_DEPENDS:= ${BUILD_DEPENDS} - -PLIST_SUB= VERSION="${PORTVERSION}" - +USES= erlang:rebar3 USE_GITHUB= yes GH_ACCOUNT= benoitc +ERL_BUILD_DEPS= dns/erlang-idna \ + devel/erlang-ssl_verify_hostname +ERL_RUN_DEPS:= ${ERL_BUILD_DEPS} + pre-build: - @${LN} -s ${WRKSRC}/_build/default/lib/${PORTNAME}/ebin ${WRKSRC} @${MKDIR} ${WRKSRC}/_build/default/lib .for lib in idna ssl_verify_hostname @${LN} -s ${PREFIX}/lib/erlang/lib/${lib}-* ${WRKSRC}/_build/default/lib/${lib} .endfor -do-build: - @${RM} ${WRKSRC}/rebar.lock - @cd ${WRKSRC} && ./rebar3 compile - -do-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/include - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/priv - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src - ${INSTALL_DATA} ${WRKSRC}/ebin/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin - ${INSTALL_DATA} ${WRKSRC}/include/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/include - ${INSTALL_DATA} ${WRKSRC}/priv/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/priv - cd ${WRKSRC}/src && ${COPYTREE_SHARE} \* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src - .include Modified: head/www/erlang-webmachine/Makefile ============================================================================== --- head/www/erlang-webmachine/Makefile Mon Jul 6 22:08:57 2015 (r391482) +++ head/www/erlang-webmachine/Makefile Mon Jul 6 22:27:17 2015 (r391483) @@ -10,35 +10,15 @@ COMMENT= HTTP semantic awareness on top LICENSE= APACHE20 -BUILD_DEPENDS= erl:${PORTSDIR}/lang/erlang \ - erlang-mochiweb-basho>=2.9.0p1:${PORTSDIR}/www/erlang-mochiweb-basho -RUN_DEPENDS:= ${BUILD_DEPENDS} - -PLIST_SUB= VERSION="${PORTVERSION}" - -USES= gmake +USES= erlang:rebar USE_GITHUB= yes GH_ACCOUNT= basho -post-patch: - @${REINPLACE_CMD} -i '' -e 's/{ *vsn, git *}/{vsn, "${PORTVERSION}"}/' ${WRKSRC}/src/*.app.src - @${RM} ${WRKSRC}/demo/priv/www/uploads/.gitignore +ERL_BUILD_DEPS= www/erlang-mochiweb-basho +ERL_RUN_DEPS:= ${ERL_BUILD_DEPS} -do-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - for FILE in README.org; do \ - ${INSTALL_DATA} ${WRKSRC}/$${FILE} ${STAGEDIR}${DOCSDIR}; \ - done +post-install: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC}/demo && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/include - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/priv - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src - ${INSTALL_DATA} ${WRKSRC}/ebin/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin - ${INSTALL_DATA} ${WRKSRC}/include/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/include - ${INSTALL_DATA} ${WRKSRC}/src/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src - cd ${WRKSRC}/priv && ${COPYTREE_SHARE} \* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/priv .include From owner-svn-ports-head@freebsd.org Mon Jul 6 22:34:22 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 058ED9959EC; Mon, 6 Jul 2015 22:34:22 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DC8701887; Mon, 6 Jul 2015 22:34:21 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66MYLiF041419; Mon, 6 Jul 2015 22:34:21 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66MYC8v041369; Mon, 6 Jul 2015 22:34:12 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507062234.t66MYC8v041369@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Mon, 6 Jul 2015 22:34:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391484 - in head: databases/erlang-eredis devel/erlang-cuttlefish devel/erlang-gen_leader devel/erlang-gproc net/erlang-ranch net/erlang-xmlrpc www/erlang-cowboy www/erlang-cowboy/file... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 06 Jul 2015 22:34:22 -0000 Author: olgeni Date: Mon Jul 6 22:34:11 2015 New Revision: 391484 URL: https://svnweb.freebsd.org/changeset/ports/391484 Log: Update the remaining Erlang ports to use erlang.mk. A few mistakes in plists came up, so these ports get a PORTREVISION bump. Some of the older ports are still left out. Added: head/www/erlang-cowboy/files/patch-rebar.config (contents, props changed) Deleted: head/www/erlang-cowboy/files/patch-Makefile Modified: head/databases/erlang-eredis/Makefile head/databases/erlang-eredis/pkg-plist (contents, props changed) head/devel/erlang-cuttlefish/Makefile head/devel/erlang-cuttlefish/pkg-plist (contents, props changed) head/devel/erlang-gen_leader/Makefile head/devel/erlang-gen_leader/pkg-plist head/devel/erlang-gproc/Makefile head/devel/erlang-gproc/pkg-plist head/net/erlang-ranch/Makefile head/net/erlang-ranch/pkg-plist (contents, props changed) head/net/erlang-xmlrpc/Makefile head/net/erlang-xmlrpc/pkg-plist head/www/erlang-cowboy/Makefile head/www/erlang-cowboy/pkg-plist head/www/erlang-cowlib/Makefile head/www/erlang-cowlib/pkg-plist head/www/erlang-ibrowse/Makefile head/www/erlang-ibrowse/pkg-plist (contents, props changed) head/www/erlang-mochiweb-basho/Makefile head/www/erlang-mochiweb-basho/pkg-plist (contents, props changed) head/www/erlang-mochiweb/Makefile head/www/erlang-mochiweb/pkg-plist (contents, props changed) Modified: head/databases/erlang-eredis/Makefile ============================================================================== --- head/databases/erlang-eredis/Makefile Mon Jul 6 22:27:17 2015 (r391483) +++ head/databases/erlang-eredis/Makefile Mon Jul 6 22:34:11 2015 (r391484) @@ -2,8 +2,8 @@ PORTNAME= eredis PORTVERSION= 1.0.8 -PORTREVISION= 1 -DISTVERSIONPREFIX=v +DISTVERSIONPREFIX= v +PORTREVISION= 2 CATEGORIES= databases PKGNAMEPREFIX= erlang- @@ -12,24 +12,8 @@ COMMENT= Non-blocking Redis client for E LICENSE= MIT -BUILD_DEPENDS= erlc:${PORTSDIR}/lang/erlang -RUN_DEPENDS:= ${BUILD_DEPENDS} - -PLIST_SUB= VERSION="${PORTVERSION}" - -USES= gmake +USES= erlang:rebar USE_GITHUB= yes GH_ACCOUNT= wooga -do-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/include - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src - ${INSTALL_DATA} ${WRKSRC}/ebin/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin - ${INSTALL_DATA} ${WRKSRC}/include/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/include - ${INSTALL_DATA} ${WRKSRC}/src/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src - .include Modified: head/databases/erlang-eredis/pkg-plist ============================================================================== --- head/databases/erlang-eredis/pkg-plist Mon Jul 6 22:27:17 2015 (r391483) +++ head/databases/erlang-eredis/pkg-plist Mon Jul 6 22:34:11 2015 (r391484) @@ -1,3 +1,5 @@ +lib/erlang/lib/eredis-%%VERSION%%/ebin/basho_bench_driver_eredis.beam +lib/erlang/lib/eredis-%%VERSION%%/ebin/basho_bench_driver_erldis.beam lib/erlang/lib/eredis-%%VERSION%%/ebin/eredis.app lib/erlang/lib/eredis-%%VERSION%%/ebin/eredis.beam lib/erlang/lib/eredis-%%VERSION%%/ebin/eredis_client.beam @@ -6,6 +8,9 @@ lib/erlang/lib/eredis-%%VERSION%%/ebin/e lib/erlang/lib/eredis-%%VERSION%%/ebin/eredis_sub_client.beam lib/erlang/lib/eredis-%%VERSION%%/include/eredis.hrl lib/erlang/lib/eredis-%%VERSION%%/include/eredis_sub.hrl +lib/erlang/lib/eredis-%%VERSION%%/priv/basho_bench_eredis.config +lib/erlang/lib/eredis-%%VERSION%%/priv/basho_bench_eredis_pipeline.config +lib/erlang/lib/eredis-%%VERSION%%/priv/basho_bench_erldis.config lib/erlang/lib/eredis-%%VERSION%%/src/basho_bench_driver_eredis.erl lib/erlang/lib/eredis-%%VERSION%%/src/basho_bench_driver_erldis.erl lib/erlang/lib/eredis-%%VERSION%%/src/eredis.app.src Modified: head/devel/erlang-cuttlefish/Makefile ============================================================================== --- head/devel/erlang-cuttlefish/Makefile Mon Jul 6 22:27:17 2015 (r391483) +++ head/devel/erlang-cuttlefish/Makefile Mon Jul 6 22:34:11 2015 (r391484) @@ -2,6 +2,7 @@ PORTNAME= cuttlefish PORTVERSION= 2.0.3 +PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= erlang- @@ -10,31 +11,14 @@ COMMENT= Configuration library for Erlan LICENSE= APACHE20 -BUILD_DEPENDS= erl:${PORTSDIR}/lang/erlang \ - erlang-lager>=2.1.1:${PORTSDIR}/devel/erlang-lager \ - erlang-getopt>=0.8.2:${PORTSDIR}/devel/erlang-getopt \ - erlang-neotoma>=1.7.2:${PORTSDIR}/devel/erlang-neotoma -RUN_DEPENDS:= ${BUILD_DEPENDS} - -PLIST_SUB= VERSION="${PORTVERSION}" - -USES= gmake +USES= erlang:rebar USE_GITHUB= yes GH_ACCOUNT= basho -post-patch: - @${REINPLACE_CMD} -i '' -e 's/{ *vsn, git *}/{vsn, "${PORTVERSION}"}/' ${WRKSRC}/src/*.app.src - @${REINPLACE_CMD} -e "s@%%LOCALBASE%%@${LOCALBASE}@" ${WRKSRC}/src/cuttlefish_escript.erl - @${RM} ${WRKSRC}/src/*.orig - -do-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src - ${INSTALL_DATA} ${WRKSRC}/ebin/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin - ${INSTALL_DATA} ${WRKSRC}/src/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src - ${INSTALL_SCRIPT} ${WRKSRC}/cuttlefish ${STAGEDIR}${PREFIX}/bin +REBAR_TARGETS= compile escriptize +ERL_BUILD_DEPS= devel/erlang-lager \ + devel/erlang-getopt \ + devel/erlang-neotoma +ERL_RUN_DEPS:= ${ERL_BUILD_DEPS} .include Modified: head/devel/erlang-cuttlefish/pkg-plist ============================================================================== --- head/devel/erlang-cuttlefish/pkg-plist Mon Jul 6 22:27:17 2015 (r391483) +++ head/devel/erlang-cuttlefish/pkg-plist Mon Jul 6 22:34:11 2015 (r391484) @@ -24,6 +24,7 @@ lib/erlang/lib/cuttlefish-%%VERSION%%/eb lib/erlang/lib/cuttlefish-%%VERSION%%/ebin/cuttlefish_variable.beam lib/erlang/lib/cuttlefish-%%VERSION%%/ebin/cuttlefish_vmargs.beam lib/erlang/lib/cuttlefish-%%VERSION%%/ebin/lager_stderr_backend.beam +lib/erlang/lib/cuttlefish-%%VERSION%%/priv/erlang_vm.schema lib/erlang/lib/cuttlefish-%%VERSION%%/src/conf_parse.erl lib/erlang/lib/cuttlefish-%%VERSION%%/src/conf_parse.peg lib/erlang/lib/cuttlefish-%%VERSION%%/src/cuttlefish.app.src Modified: head/devel/erlang-gen_leader/Makefile ============================================================================== --- head/devel/erlang-gen_leader/Makefile Mon Jul 6 22:27:17 2015 (r391483) +++ head/devel/erlang-gen_leader/Makefile Mon Jul 6 22:34:11 2015 (r391484) @@ -2,39 +2,21 @@ PORTNAME= gen_leader PORTVERSION= 2014.10.20 +PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= erlang- MAINTAINER= olgeni@FreeBSD.org COMMENT= Leader election behavior for Erlang -BUILD_DEPENDS= ${LOCALBASE}/bin/erl:${PORTSDIR}/lang/erlang -RUN_DEPENDS:= ${BUILD_DEPENDS} - -PLIST_SUB= VERSION="${PORTVERSION}" - +USES= erlang:rebar USE_GITHUB= yes GH_ACCOUNT= garret-smith GH_PROJECT= gen_leader_revival GH_TAGNAME= a12a4e3 -post-patch: - @${REINPLACE_CMD} -i '' -e 's/{ *vsn, .*}/{vsn, "${PORTVERSION}"}/' ${WRKSRC}/ebin/*.app - -do-build: - @cd ${WRKSRC} && ./rebar compile - -do-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README.markdown ${STAGEDIR}${DOCSDIR} +post-install: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/examples/skeleton.erl ${STAGEDIR}${EXAMPLESDIR} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/include - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src - ${INSTALL_DATA} ${WRKSRC}/ebin/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin - ${INSTALL_DATA} ${WRKSRC}/ebin/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/include - ${INSTALL_DATA} ${WRKSRC}/src/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src + ${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR} .include Modified: head/devel/erlang-gen_leader/pkg-plist ============================================================================== --- head/devel/erlang-gen_leader/pkg-plist Mon Jul 6 22:27:17 2015 (r391483) +++ head/devel/erlang-gen_leader/pkg-plist Mon Jul 6 22:34:11 2015 (r391484) @@ -1,7 +1,6 @@ lib/erlang/lib/gen_leader-%%VERSION%%/ebin/gen_leader.app lib/erlang/lib/gen_leader-%%VERSION%%/ebin/gen_leader.beam -lib/erlang/lib/gen_leader-%%VERSION%%/include/gen_leader.app -lib/erlang/lib/gen_leader-%%VERSION%%/include/gen_leader.beam +lib/erlang/lib/gen_leader-%%VERSION%%/include/gen_leader_specs.hrl lib/erlang/lib/gen_leader-%%VERSION%%/src/Makefile lib/erlang/lib/gen_leader-%%VERSION%%/src/gen_leader.erl %%PORTDOCS%%%%DOCSDIR%%/README.markdown Modified: head/devel/erlang-gproc/Makefile ============================================================================== --- head/devel/erlang-gproc/Makefile Mon Jul 6 22:27:17 2015 (r391483) +++ head/devel/erlang-gproc/Makefile Mon Jul 6 22:34:11 2015 (r391484) @@ -2,6 +2,7 @@ PORTNAME= gproc PORTVERSION= 0.5 +PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= erlang- @@ -13,29 +14,10 @@ LICENSE_NAME= Erlang Public License LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -BUILD_DEPENDS= ${LOCALBASE}/bin/erl:${PORTSDIR}/lang/erlang -RUN_DEPENDS:= ${BUILD_DEPENDS} - -PLIST_SUB= VERSION="${PORTVERSION}" - +USES= erlang:rebar USE_GITHUB= yes GH_ACCOUNT= uwiger -post-patch: - @${REINPLACE_CMD} -i '' -e 's/{ *vsn, git *}/{vsn, "${PORTVERSION}"}/' ${WRKSRC}/src/*.app.src - -do-build: - @cd ${WRKSRC} && ./rebar compile - -do-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/* ${STAGEDIR}${DOCSDIR} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/include - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src - ${INSTALL_DATA} ${WRKSRC}/ebin/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin - ${INSTALL_DATA} ${WRKSRC}/ebin/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/include - ${INSTALL_DATA} ${WRKSRC}/src/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src +ERL_DOCS= doc/* .include Modified: head/devel/erlang-gproc/pkg-plist ============================================================================== --- head/devel/erlang-gproc/pkg-plist Mon Jul 6 22:27:17 2015 (r391483) +++ head/devel/erlang-gproc/pkg-plist Mon Jul 6 22:34:11 2015 (r391484) @@ -11,19 +11,10 @@ lib/erlang/lib/gproc-%%VERSION%%/ebin/gp lib/erlang/lib/gproc-%%VERSION%%/ebin/gproc_ps.beam lib/erlang/lib/gproc-%%VERSION%%/ebin/gproc_pt.beam lib/erlang/lib/gproc-%%VERSION%%/ebin/gproc_sup.beam -lib/erlang/lib/gproc-%%VERSION%%/include/gproc.app -lib/erlang/lib/gproc-%%VERSION%%/include/gproc.beam -lib/erlang/lib/gproc-%%VERSION%%/include/gproc_app.beam -lib/erlang/lib/gproc-%%VERSION%%/include/gproc_bcast.beam -lib/erlang/lib/gproc-%%VERSION%%/include/gproc_dist.beam -lib/erlang/lib/gproc-%%VERSION%%/include/gproc_info.beam -lib/erlang/lib/gproc-%%VERSION%%/include/gproc_init.beam -lib/erlang/lib/gproc-%%VERSION%%/include/gproc_lib.beam -lib/erlang/lib/gproc-%%VERSION%%/include/gproc_monitor.beam -lib/erlang/lib/gproc-%%VERSION%%/include/gproc_pool.beam -lib/erlang/lib/gproc-%%VERSION%%/include/gproc_ps.beam -lib/erlang/lib/gproc-%%VERSION%%/include/gproc_pt.beam -lib/erlang/lib/gproc-%%VERSION%%/include/gproc_sup.beam +lib/erlang/lib/gproc-%%VERSION%%/include/gproc.hrl +lib/erlang/lib/gproc-%%VERSION%%/priv/check_edown.script +lib/erlang/lib/gproc-%%VERSION%%/priv/remove_deps.script +lib/erlang/lib/gproc-%%VERSION%%/priv/sys.config lib/erlang/lib/gproc-%%VERSION%%/src/Makefile lib/erlang/lib/gproc-%%VERSION%%/src/gproc.app.src lib/erlang/lib/gproc-%%VERSION%%/src/gproc.erl Modified: head/net/erlang-ranch/Makefile ============================================================================== --- head/net/erlang-ranch/Makefile Mon Jul 6 22:27:17 2015 (r391483) +++ head/net/erlang-ranch/Makefile Mon Jul 6 22:34:11 2015 (r391484) @@ -2,6 +2,7 @@ PORTNAME= ranch PORTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= net PKGNAMEPREFIX= erlang- @@ -10,26 +11,13 @@ COMMENT= Erlang socket acceptor pool for LICENSE= ISCL -BUILD_DEPENDS= erl:${PORTSDIR}/lang/erlang -RUN_DEPENDS:= ${BUILD_DEPENDS} - -PLIST_SUB= VERSION="${PORTVERSION}" - -USES= gmake +USES= erlang:rebar USE_GITHUB= yes GH_ACCOUNT= ninenines +ERL_DOCS= guide/* -PORTDOCS= * - -do-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/guide/* ${STAGEDIR}${DOCSDIR} +post-install: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src - ${INSTALL_DATA} ${WRKSRC}/ebin/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin - ${INSTALL_DATA} ${WRKSRC}/src/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src .include Modified: head/net/erlang-ranch/pkg-plist ============================================================================== --- head/net/erlang-ranch/pkg-plist Mon Jul 6 22:27:17 2015 (r391483) +++ head/net/erlang-ranch/pkg-plist Mon Jul 6 22:34:11 2015 (r391484) @@ -24,6 +24,15 @@ lib/erlang/lib/ranch-%%VERSION%%/src/ran lib/erlang/lib/ranch-%%VERSION%%/src/ranch_sup.erl lib/erlang/lib/ranch-%%VERSION%%/src/ranch_tcp.erl lib/erlang/lib/ranch-%%VERSION%%/src/ranch_transport.erl +%%PORTDOCS%%%%DOCSDIR%%/embedded.md +%%PORTDOCS%%%%DOCSDIR%%/internals.md +%%PORTDOCS%%%%DOCSDIR%%/introduction.md +%%PORTDOCS%%%%DOCSDIR%%/listeners.md +%%PORTDOCS%%%%DOCSDIR%%/parsers.md +%%PORTDOCS%%%%DOCSDIR%%/protocols.md +%%PORTDOCS%%%%DOCSDIR%%/ssl_auth.md +%%PORTDOCS%%%%DOCSDIR%%/toc.md +%%PORTDOCS%%%%DOCSDIR%%/transports.md %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tcp_echo/Makefile %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tcp_echo/README.md %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tcp_echo/relx.config Modified: head/net/erlang-xmlrpc/Makefile ============================================================================== --- head/net/erlang-xmlrpc/Makefile Mon Jul 6 22:27:17 2015 (r391483) +++ head/net/erlang-xmlrpc/Makefile Mon Jul 6 22:34:11 2015 (r391484) @@ -2,7 +2,7 @@ PORTNAME= xmlrpc PORTVERSION= 1.13 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= net MASTER_SITES= http://www.erlang.org/contrib/ PKGNAMEPREFIX= erlang- @@ -11,34 +11,21 @@ DIST_SUBDIR= erlang MAINTAINER= olgeni@FreeBSD.org COMMENT= Library for XMLRPC support in Erlang -BUILD_DEPENDS= erl:${PORTSDIR}/lang/erlang -RUN_DEPENDS:= ${BUILD_DEPENDS} - -PLIST_SUB= VERSION="${PORTVERSION}" - -USES= gmake tar:tgz +USES= gmake erlang tar:tgz WRKSRC= ${WRKDIR}/xmlrpc-${PORTVERSION} -PORTDOCS= * +ERL_DOCS= doc/xmlrpc.pdf doc/xmlrpc.ps doc/xmlrpc.txt + +do-build: + cd ${WRKSRC}/src && ${GMAKE} post-patch: @${REINPLACE_CMD} -i '' -e 's|XMERL_PATH=.*|XMERL_PATH=${LOCALBASE}/lib/erlang/lib/xmerl|g' ${WRKSRC}/src/Makefile + @${RM} ${WRKSRC}/src/*.orig -do-build: - @cd ${WRKSRC}/src && ${MAKE_CMD} - -do-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - for FILE in xmlrpc.pdf xmlrpc.ps xmlrpc.txt; do \ - ${INSTALL_DATA} ${WRKSRC}/doc/$${FILE} ${STAGEDIR}${DOCSDIR}; \ - done +post-install: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/xmlrpc-${PORTVERSION} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/xmlrpc-${PORTVERSION}/ebin - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/xmlrpc-${PORTVERSION}/src - ${INSTALL_DATA} ${WRKSRC}/ebin/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/xmlrpc-${PORTVERSION}/ebin - ${INSTALL_DATA} ${WRKSRC}/src/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/xmlrpc-${PORTVERSION}/src ${INSTALL_MAN} ${WRKSRC}/doc/xmlrpc.3 ${STAGEDIR}${MANPREFIX}/man/man3/erlang_xmlrpc.3 .include Modified: head/net/erlang-xmlrpc/pkg-plist ============================================================================== --- head/net/erlang-xmlrpc/pkg-plist Mon Jul 6 22:27:17 2015 (r391483) +++ head/net/erlang-xmlrpc/pkg-plist Mon Jul 6 22:34:11 2015 (r391484) @@ -15,6 +15,9 @@ lib/erlang/lib/xmlrpc-%%VERSION%%/src/xm lib/erlang/lib/xmlrpc-%%VERSION%%/src/xmlrpc_http.erl lib/erlang/lib/xmlrpc-%%VERSION%%/src/xmlrpc_util.erl man/man3/erlang_xmlrpc.3.gz +%%PORTDOCS%%%%DOCSDIR%%/xmlrpc.pdf +%%PORTDOCS%%%%DOCSDIR%%/xmlrpc.ps +%%PORTDOCS%%%%DOCSDIR%%/xmlrpc.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/BankClient.java %%PORTEXAMPLES%%%%EXAMPLESDIR%%/DateClient.java %%PORTEXAMPLES%%%%EXAMPLESDIR%%/EchoClient.java Modified: head/www/erlang-cowboy/Makefile ============================================================================== --- head/www/erlang-cowboy/Makefile Mon Jul 6 22:27:17 2015 (r391483) +++ head/www/erlang-cowboy/Makefile Mon Jul 6 22:34:11 2015 (r391484) @@ -2,6 +2,7 @@ PORTNAME= cowboy PORTVERSION= 1.0.2 +PORTREVISION= 1 CATEGORIES= www PKGNAMEPREFIX= erlang- @@ -10,25 +11,16 @@ COMMENT= Small, fast and modular HTTP se LICENSE= ISCL -BUILD_DEPENDS= erlc:${PORTSDIR}/lang/erlang \ - erlang-cowlib>=1.0.0:${PORTSDIR}/www/erlang-cowlib -RUN_DEPENDS= erl:${PORTSDIR}/lang/erlang \ - erlang-cowlib>=1.0.0:${PORTSDIR}/www/erlang-cowlib \ - erlang-ranch>=1.0.0:${PORTSDIR}/net/erlang-ranch - -PLIST_SUB= VERSION="${PORTVERSION}" - -USES= gmake +USES= erlang:rebar USE_GITHUB= yes GH_ACCOUNT= ninenines -do-install: +ERL_BUILD_DEPS= www/erlang-cowlib +ERL_RUN_DEPS= www/erlang-cowlib \ + net/erlang-ranch + +post-install: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src - ${INSTALL_DATA} ${WRKSRC}/ebin/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin - ${INSTALL_DATA} ${WRKSRC}/src/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src + cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR} .include Added: head/www/erlang-cowboy/files/patch-rebar.config ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/erlang-cowboy/files/patch-rebar.config Mon Jul 6 22:34:11 2015 (r391484) @@ -0,0 +1,7 @@ +--- rebar.config.orig 2015-07-06 19:34:28 UTC ++++ rebar.config +@@ -1,4 +1,2 @@ + {deps, [ +- {cowlib, ".*", {git, "git://github.com/ninenines/cowlib.git", "1.0.0"}}, +- {ranch, ".*", {git, "git://github.com/ninenines/ranch.git", "1.0.0"}} + ]}. Modified: head/www/erlang-cowboy/pkg-plist ============================================================================== --- head/www/erlang-cowboy/pkg-plist Mon Jul 6 22:27:17 2015 (r391483) +++ head/www/erlang-cowboy/pkg-plist Mon Jul 6 22:34:11 2015 (r391484) @@ -38,6 +38,7 @@ lib/erlang/lib/cowboy-%%VERSION%%/src/co lib/erlang/lib/cowboy-%%VERSION%%/src/cowboy_sup.erl lib/erlang/lib/cowboy-%%VERSION%%/src/cowboy_websocket.erl lib/erlang/lib/cowboy-%%VERSION%%/src/cowboy_websocket_handler.erl +%%PORTDOCS%%%%DOCSDIR%%/README.md %%PORTEXAMPLES%%%%EXAMPLESDIR%%/README.md %%PORTEXAMPLES%%%%EXAMPLESDIR%%/chunked_hello_world/Makefile %%PORTEXAMPLES%%%%EXAMPLESDIR%%/chunked_hello_world/README.md Modified: head/www/erlang-cowlib/Makefile ============================================================================== --- head/www/erlang-cowlib/Makefile Mon Jul 6 22:27:17 2015 (r391483) +++ head/www/erlang-cowlib/Makefile Mon Jul 6 22:34:11 2015 (r391484) @@ -2,6 +2,7 @@ PORTNAME= cowlib PORTVERSION= 1.0.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www PKGNAMEPREFIX= erlang- @@ -11,22 +12,8 @@ COMMENT= Erlang support library for mani LICENSE= ISCL -BUILD_DEPENDS= erl:${PORTSDIR}/lang/erlang -RUN_DEPENDS:= ${BUILD_DEPENDS} - -PLIST_SUB= VERSION="${PORTVERSION}" - -USES= gmake +USES= erlang:rebar USE_GITHUB= yes GH_ACCOUNT= ninenines -do-install: - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/include - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src - ${INSTALL_DATA} ${WRKSRC}/ebin/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin - ${INSTALL_DATA} ${WRKSRC}/include/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/include - ${INSTALL_DATA} ${WRKSRC}/src/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src - .include Modified: head/www/erlang-cowlib/pkg-plist ============================================================================== --- head/www/erlang-cowlib/pkg-plist Mon Jul 6 22:27:17 2015 (r391483) +++ head/www/erlang-cowlib/pkg-plist Mon Jul 6 22:34:11 2015 (r391484) @@ -21,3 +21,4 @@ lib/erlang/lib/cowlib-%%VERSION%%/src/co lib/erlang/lib/cowlib-%%VERSION%%/src/cow_spdy.erl lib/erlang/lib/cowlib-%%VERSION%%/src/cow_spdy.hrl lib/erlang/lib/cowlib-%%VERSION%%/src/cowlib.app.src +%%PORTDOCS%%%%DOCSDIR%%/README.md Modified: head/www/erlang-ibrowse/Makefile ============================================================================== --- head/www/erlang-ibrowse/Makefile Mon Jul 6 22:27:17 2015 (r391483) +++ head/www/erlang-ibrowse/Makefile Mon Jul 6 22:34:11 2015 (r391484) @@ -2,7 +2,8 @@ PORTNAME= ibrowse PORTVERSION= 4.1.1 -DISTVERSIONPREFIX=v +DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= www PKGNAMEPREFIX= erlang- @@ -12,26 +13,8 @@ COMMENT= HTTP client library for Erlang LICENSE= BSD3CLAUSE LGPL21 LICENSE_COMB= dual -BUILD_DEPENDS= ${LOCALBASE}/bin/erl:${PORTSDIR}/lang/erlang -RUN_DEPENDS:= ${BUILD_DEPENDS} - -PLIST_SUB= VERSION="${PORTVERSION}" - +USES= erlang:rebar USE_GITHUB= yes GH_ACCOUNT= cmullaparthi -do-build: - @cd ${WRKSRC} && ./rebar compile - -do-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/include - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src - ${INSTALL_DATA} ${WRKSRC}/ebin/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin - ${INSTALL_DATA} ${WRKSRC}/src/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/include - ${INSTALL_DATA} ${WRKSRC}/src/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src - .include Modified: head/www/erlang-ibrowse/pkg-plist ============================================================================== --- head/www/erlang-ibrowse/pkg-plist Mon Jul 6 22:27:17 2015 (r391483) +++ head/www/erlang-ibrowse/pkg-plist Mon Jul 6 22:34:11 2015 (r391484) @@ -6,15 +6,8 @@ lib/erlang/lib/ibrowse-%%VERSION%%/ebin/ lib/erlang/lib/ibrowse-%%VERSION%%/ebin/ibrowse_lib.beam lib/erlang/lib/ibrowse-%%VERSION%%/ebin/ibrowse_socks5.beam lib/erlang/lib/ibrowse-%%VERSION%%/ebin/ibrowse_sup.beam -lib/erlang/lib/ibrowse-%%VERSION%%/include/Emakefile.src -lib/erlang/lib/ibrowse-%%VERSION%%/include/ibrowse.app.src -lib/erlang/lib/ibrowse-%%VERSION%%/include/ibrowse.erl -lib/erlang/lib/ibrowse-%%VERSION%%/include/ibrowse_app.erl -lib/erlang/lib/ibrowse-%%VERSION%%/include/ibrowse_http_client.erl -lib/erlang/lib/ibrowse-%%VERSION%%/include/ibrowse_lb.erl -lib/erlang/lib/ibrowse-%%VERSION%%/include/ibrowse_lib.erl -lib/erlang/lib/ibrowse-%%VERSION%%/include/ibrowse_socks5.erl -lib/erlang/lib/ibrowse-%%VERSION%%/include/ibrowse_sup.erl +lib/erlang/lib/ibrowse-%%VERSION%%/include/ibrowse.hrl +lib/erlang/lib/ibrowse-%%VERSION%%/priv/ibrowse.conf lib/erlang/lib/ibrowse-%%VERSION%%/src/Emakefile.src lib/erlang/lib/ibrowse-%%VERSION%%/src/ibrowse.app.src lib/erlang/lib/ibrowse-%%VERSION%%/src/ibrowse.erl Modified: head/www/erlang-mochiweb-basho/Makefile ============================================================================== --- head/www/erlang-mochiweb-basho/Makefile Mon Jul 6 22:27:17 2015 (r391483) +++ head/www/erlang-mochiweb-basho/Makefile Mon Jul 6 22:34:11 2015 (r391484) @@ -2,6 +2,7 @@ PORTNAME= mochiweb PORTVERSION= 2.9.0p1 +PORTREVISION= 1 CATEGORIES= www devel PKGNAMEPREFIX= erlang- PKGNAMESUFFIX= -basho @@ -11,30 +12,15 @@ COMMENT= Erlang library for building lig LICENSE= MIT -BUILD_DEPENDS= erl:${PORTSDIR}/lang/erlang -RUN_DEPENDS:= ${BUILD_DEPENDS} - CONFLICTS= mochiweb-[0-9]* -PLIST_SUB= VERSION="${PORTVERSION}" - +USES= erlang:rebar USE_GITHUB= yes GH_ACCOUNT= basho GH_TAGNAME= ade2a9b # required -do-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - for FILE in CHANGES.md README.md; do \ - ${INSTALL_DATA} ${WRKSRC}/$${FILE} ${STAGEDIR}${DOCSDIR}; \ - done +post-install: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/include - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src - ${INSTALL_DATA} ${WRKSRC}/ebin/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin - ${INSTALL_DATA} ${WRKSRC}/include/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/include - ${INSTALL_DATA} ${WRKSRC}/src/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src .include Modified: head/www/erlang-mochiweb-basho/pkg-plist ============================================================================== --- head/www/erlang-mochiweb-basho/pkg-plist Mon Jul 6 22:27:17 2015 (r391483) +++ head/www/erlang-mochiweb-basho/pkg-plist Mon Jul 6 22:34:11 2015 (r391484) @@ -36,6 +36,18 @@ lib/erlang/lib/mochiweb-%%VERSION%%/ebin lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochiweb_websocket.beam lib/erlang/lib/mochiweb-%%VERSION%%/ebin/reloader.beam lib/erlang/lib/mochiweb-%%VERSION%%/include/internal.hrl +lib/erlang/lib/mochiweb-%%VERSION%%/priv/skel/Makefile +lib/erlang/lib/mochiweb-%%VERSION%%/priv/skel/priv/www/index.html +lib/erlang/lib/mochiweb-%%VERSION%%/priv/skel/src/Makefile +lib/erlang/lib/mochiweb-%%VERSION%%/priv/skel/src/skel.app +lib/erlang/lib/mochiweb-%%VERSION%%/priv/skel/src/skel.erl +lib/erlang/lib/mochiweb-%%VERSION%%/priv/skel/src/skel.hrl +lib/erlang/lib/mochiweb-%%VERSION%%/priv/skel/src/skel_app.erl +lib/erlang/lib/mochiweb-%%VERSION%%/priv/skel/src/skel_deps.erl +lib/erlang/lib/mochiweb-%%VERSION%%/priv/skel/src/skel_sup.erl +lib/erlang/lib/mochiweb-%%VERSION%%/priv/skel/src/skel_web.erl +lib/erlang/lib/mochiweb-%%VERSION%%/priv/skel/start-dev.sh +lib/erlang/lib/mochiweb-%%VERSION%%/priv/skel/start.sh lib/erlang/lib/mochiweb-%%VERSION%%/src/Makefile lib/erlang/lib/mochiweb-%%VERSION%%/src/mochifmt.erl lib/erlang/lib/mochiweb-%%VERSION%%/src/mochifmt_records.erl @@ -75,7 +87,6 @@ lib/erlang/lib/mochiweb-%%VERSION%%/src/ lib/erlang/lib/mochiweb-%%VERSION%%/src/mochiweb_util.erl lib/erlang/lib/mochiweb-%%VERSION%%/src/mochiweb_websocket.erl lib/erlang/lib/mochiweb-%%VERSION%%/src/reloader.erl -%%PORTDOCS%%%%DOCSDIR%%/CHANGES.md %%PORTDOCS%%%%DOCSDIR%%/README.md %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hmac_api/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hmac_api/hmac_api.hrl Modified: head/www/erlang-mochiweb/Makefile ============================================================================== --- head/www/erlang-mochiweb/Makefile Mon Jul 6 22:27:17 2015 (r391483) +++ head/www/erlang-mochiweb/Makefile Mon Jul 6 22:34:11 2015 (r391484) @@ -3,6 +3,7 @@ PORTNAME= mochiweb PORTVERSION= 2.12.2 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= www devel PKGNAMEPREFIX= erlang- @@ -11,32 +12,15 @@ COMMENT= Erlang library for building lig LICENSE= MIT -BUILD_DEPENDS= erl:${PORTSDIR}/lang/erlang -RUN_DEPENDS:= ${BUILD_DEPENDS} - CONFLICTS= mochiweb-basho-[0-9]* -USES= cpe +USES= cpe erlang:rebar CPE_VENDOR= mochiweb_project - -PLIST_SUB= VERSION="${PORTVERSION}" - USE_GITHUB= yes GH_ACCOUNT= mochi -do-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - for FILE in CHANGES.md README; do \ - ${INSTALL_DATA} ${WRKSRC}/$${FILE} ${STAGEDIR}${DOCSDIR}; \ - done +post-install: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/include - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src - ${INSTALL_DATA} ${WRKSRC}/ebin/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin - ${INSTALL_DATA} ${WRKSRC}/include/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/include - ${INSTALL_DATA} ${WRKSRC}/src/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src .include Modified: head/www/erlang-mochiweb/pkg-plist ============================================================================== --- head/www/erlang-mochiweb/pkg-plist Mon Jul 6 22:27:17 2015 (r391483) +++ head/www/erlang-mochiweb/pkg-plist Mon Jul 6 22:34:11 2015 (r391484) @@ -67,7 +67,6 @@ lib/erlang/lib/mochiweb-%%VERSION%%/src/ lib/erlang/lib/mochiweb-%%VERSION%%/src/mochiweb_util.erl lib/erlang/lib/mochiweb-%%VERSION%%/src/mochiweb_websocket.erl lib/erlang/lib/mochiweb-%%VERSION%%/src/reloader.erl -%%PORTDOCS%%%%DOCSDIR%%/CHANGES.md %%PORTDOCS%%%%DOCSDIR%%/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hmac_api/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hmac_api/hmac_api.hrl From owner-svn-ports-head@freebsd.org Mon Jul 6 23:27:46 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 30FAB99519A; Mon, 6 Jul 2015 23:27:46 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 211921230; Mon, 6 Jul 2015 23:27:46 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66NRj7H066557; Mon, 6 Jul 2015 23:27:45 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66NRjTM066556; Mon, 6 Jul 2015 23:27:45 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201507062327.t66NRjTM066556@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 6 Jul 2015 23:27:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391485 - head/misc/ansiweather X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 06 Jul 2015 23:27:46 -0000 Author: swills Date: Mon Jul 6 23:27:45 2015 New Revision: 391485 URL: https://svnweb.freebsd.org/changeset/ports/391485 Log: misc/ansiweather: remove unneeded reference to LOCALBASE Reported by: adamw Pointyhat to: swills Modified: head/misc/ansiweather/Makefile Modified: head/misc/ansiweather/Makefile ============================================================================== --- head/misc/ansiweather/Makefile Mon Jul 6 22:34:11 2015 (r391484) +++ head/misc/ansiweather/Makefile Mon Jul 6 23:27:45 2015 (r391485) @@ -9,9 +9,9 @@ COMMENT= Shell script for displaying the LICENSE= BSD3CLAUSE -RUN_DEPENDS= ${LOCALBASE}/bin/jq:${PORTSDIR}/textproc/jq \ - ${LOCALBASE}/bin/curl:${PORTSDIR}/ftp/curl \ - ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash \ +RUN_DEPENDS= jq:${PORTSDIR}/textproc/jq \ + curl:${PORTSDIR}/ftp/curl \ + bash:${PORTSDIR}/shells/bash \ gprintf:${PORTSDIR}/sysutils/coreutils USE_GITHUB= yes From owner-svn-ports-head@freebsd.org Mon Jul 6 23:28:58 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 65DBF9951C3; Mon, 6 Jul 2015 23:28:58 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mouf.net", Issuer "mouf.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 25F6B141E; Mon, 6 Jul 2015 23:28:58 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from [10.0.1.84] (cpe-071-065-239-148.nc.res.rr.com [71.65.239.148] (may be forged)) (authenticated bits=0) by mouf.net (8.14.9/8.14.9) with ESMTP id t66NSoOD049933 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Mon, 6 Jul 2015 23:28:56 GMT (envelope-from swills@FreeBSD.org) Message-ID: <559B0F31.6060900@FreeBSD.org> Date: Mon, 06 Jul 2015 19:28:49 -0400 From: Steve Wills User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Adam Weinberger CC: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r391426 - in head/misc: . ansiweather ansiweather/files References: <201507061651.t66Gp7xP062604@repo.freebsd.org> <0DD826C1-7D38-4F68-BCCB-C5C788273BCC@adamw.org> In-Reply-To: <0DD826C1-7D38-4F68-BCCB-C5C788273BCC@adamw.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (mouf.net [199.48.129.64]); Mon, 06 Jul 2015 23:28:56 +0000 (UTC) X-Spam-Status: No, score=-1.0 required=4.5 tests=ALL_TRUSTED autolearn=unavailable autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on mouf.net X-Virus-Scanned: clamav-milter 0.98.7 at mouf.net X-Virus-Status: Clean X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 06 Jul 2015 23:28:58 -0000 On 07/06/2015 13:31, Adam Weinberger wrote: >> On 6 Jul, 2015, at 10:51, Steve Wills wrote: >> >> +RUN_DEPENDS= ${LOCALBASE}/bin/jq:${PORTSDIR}/textproc/jq \ >> + ${LOCALBASE}/bin/curl:${PORTSDIR}/ftp/curl \ >> + ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash \ >> + gprintf:${PORTSDIR}/sysutils/coreutils > > Hi Steve, > > These are all in ${PATH}. Why are the first 3 prefixed with ${LOCALBASE}/bin/? Good point, thanks. Fixed. Steve From owner-svn-ports-head@freebsd.org Tue Jul 7 02:45:24 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 941F7993128; Tue, 7 Jul 2015 02:45:24 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7B9B21A1E; Tue, 7 Jul 2015 02:45:24 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t672jO8N065876; Tue, 7 Jul 2015 02:45:24 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t672jOVT065875; Tue, 7 Jul 2015 02:45:24 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201507070245.t672jOVT065875@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 7 Jul 2015 02:45:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391487 - 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, 07 Jul 2015 02:45:24 -0000 Author: feld Date: Tue Jul 7 02:45:23 2015 New Revision: 391487 URL: https://svnweb.freebsd.org/changeset/ports/391487 Log: Document SQL Injection in turnserver PR: 201231 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon Jul 6 23:38:26 2015 (r391486) +++ head/security/vuxml/vuln.xml Tue Jul 7 02:45:23 2015 (r391487) @@ -57,6 +57,32 @@ Notes: --> + + turnserver -- SQL injection vulnerability + + + turnserver + 4.4.5.3 + + + + +

Oleg Moskalenko reports:

+
+

SQL injection security hole fixed.

+
+ +
+ + http://turnserver.open-sys.org/downloads/v4.4.5.3/ChangeLog + https://groups.google.com/d/msg/turn-server-project-rfc5766-turn-server/Dj3MmgyZX1o/ZaFo3zvxIw0J + + + 2015-06-20 + 2015-07-02 + +
+ squid -- multiple vulnerabilities From owner-svn-ports-head@freebsd.org Tue Jul 7 04:26:33 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7C7D098E456; Tue, 7 Jul 2015 04:26:33 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6C9DC1208; Tue, 7 Jul 2015 04:26:33 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t674QXbG017540; Tue, 7 Jul 2015 04:26:33 GMT (envelope-from adrian@FreeBSD.org) Received: (from adrian@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t674QXCl017539; Tue, 7 Jul 2015 04:26:33 GMT (envelope-from adrian@FreeBSD.org) Message-Id: <201507070426.t674QXCl017539@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adrian set sender to adrian@FreeBSD.org using -f From: Adrian Chadd Date: Tue, 7 Jul 2015 04:26:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391488 - head/sysutils/intel-pcm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 07 Jul 2015 04:26:33 -0000 Author: adrian (src committer) Date: Tue Jul 7 04:26:32 2015 New Revision: 391488 URL: https://svnweb.freebsd.org/changeset/ports/391488 Log: Fix a typo in the origin URL (mine.) Modified: head/sysutils/intel-pcm/pkg-descr Modified: head/sysutils/intel-pcm/pkg-descr ============================================================================== --- head/sysutils/intel-pcm/pkg-descr Tue Jul 7 02:45:23 2015 (r391487) +++ head/sysutils/intel-pcm/pkg-descr Tue Jul 7 04:26:32 2015 (r391488) @@ -11,4 +11,4 @@ http://github.com/erikarn/intel-pcm This requires the 'cpuctl' module to be loaded. -WWW: http://github.com/erkarn/intel-pcm +WWW: http://github.com/erikarn/intel-pcm From owner-svn-ports-head@freebsd.org Tue Jul 7 04:40:53 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 035EE98E701; Tue, 7 Jul 2015 04:40:53 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E7ED41A98; Tue, 7 Jul 2015 04:40:52 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t674eq0u026024; Tue, 7 Jul 2015 04:40:52 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t674eqwl026022; Tue, 7 Jul 2015 04:40:52 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201507070440.t674eqwl026022@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Tue, 7 Jul 2015 04:40:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391489 - head/mail/alpine X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 07 Jul 2015 04:40:53 -0000 Author: koobs Date: Tue Jul 7 04:40:51 2015 New Revision: 391489 URL: https://svnweb.freebsd.org/changeset/ports/391489 Log: mail/alpine: Update distinfo for maildir patch The upstream distribution file (maildir.patch.gz) has changes. Update distinfo to compensate. PR: 199173 Submitted by: Igor Zabelin (maintainer) Tested by: Jason Unovitch MFH: 2015Q3 Modified: head/mail/alpine/Makefile head/mail/alpine/distinfo Modified: head/mail/alpine/Makefile ============================================================================== --- head/mail/alpine/Makefile Tue Jul 7 04:26:32 2015 (r391488) +++ head/mail/alpine/Makefile Tue Jul 7 04:40:51 2015 (r391489) @@ -2,7 +2,7 @@ PORTNAME?= alpine PORTVERSION= 2.20 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= mail news ipv6 MASTER_SITES= http://patches.freeiz.com/alpine/release/src/ DIST_SUBDIR= alpine-${PORTVERSION} Modified: head/mail/alpine/distinfo ============================================================================== --- head/mail/alpine/distinfo Tue Jul 7 04:26:32 2015 (r391488) +++ head/mail/alpine/distinfo Tue Jul 7 04:40:51 2015 (r391489) @@ -1,4 +1,4 @@ SHA256 (alpine-2.20/alpine-2.20.tar.xz) = ed639b6e5bb97e6b0645c85262ca6a784316195d461ce8d8411999bf80449227 SIZE (alpine-2.20/alpine-2.20.tar.xz) = 4841816 -SHA256 (alpine-2.20/maildir.patch.gz) = 80c1a147d9092f463dce365f12b9e74f7d0a0c15e03267010f5dcb42a27493d3 -SIZE (alpine-2.20/maildir.patch.gz) = 33935 +SHA256 (alpine-2.20/maildir.patch.gz) = 1ef0932b80d7f790ce6577a521a7b613b5ce277bb13cbaf0116bb5de1499caaa +SIZE (alpine-2.20/maildir.patch.gz) = 38374 From owner-svn-ports-head@freebsd.org Tue Jul 7 05:54:36 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AF7279948B8; Tue, 7 Jul 2015 05:54:36 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pa0-x22c.google.com (mail-pa0-x22c.google.com [IPv6:2607:f8b0:400e:c03::22c]) (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 742621F6F; Tue, 7 Jul 2015 05:54:36 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by pacgz10 with SMTP id gz10so33729887pac.3; Mon, 06 Jul 2015 22:54:35 -0700 (PDT) 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=d4r7b05XQX3Ln4niGO8Z4SZCAFI0y0xgMm4d5rTZAgk=; b=BDWE3augT0NNJmCXsPfaBws1eFldNeC3peiH+/lhjCpLvubdVLQN7lAZ2J8n9aP83X Qo3YAPixGp3Iwb4mMK4JHtwzwVYbwQeT2c/Tu+I1fuwEZt/NpovPQJ4m2RRRWeKMBfkU yQ0v/GyAW3/i9BXMDNqNH7PhScO2IA3V6r59A0eJU2MwVyoAWD8WP5sjQXU1q+eqTpET mOmQJItE1erTYtfiYuQyTqveImJ848n3w8pmYfmVg5/1FJQUyirHAN5wBK4AicplzotW twPdJ12Xb0uvAsjtbomYYu7gw95nh1HRWV9aUfHLQswCZensjZGo/1rz4WW3y1eIgEGW ccCQ== X-Received: by 10.66.66.166 with SMTP id g6mr5240884pat.114.1436248475864; Mon, 06 Jul 2015 22:54:35 -0700 (PDT) Received: from ?IPv6:2001:44b8:31ae:7b01::2? (2001-44b8-31ae-7b01-0000-0000-0000-0002.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01::2]) by mx.google.com with ESMTPSA id k9sm20403631pdp.60.2015.07.06.22.54.32 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 06 Jul 2015 22:54:35 -0700 (PDT) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r391439 - head/sysutils/docker References: <201507061745.t66HjJHq090299@repo.freebsd.org> To: Kris Moore , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Cc: Baptiste Daroussin From: Kubilay Kocak Message-ID: <559B6995.6020400@FreeBSD.org> Date: Tue, 7 Jul 2015 15:54:29 +1000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.0 MIME-Version: 1.0 In-Reply-To: <201507061745.t66HjJHq090299@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, 07 Jul 2015 05:54:36 -0000 On 7/07/2015 3:45 AM, Kris Moore wrote: > Author: kmoore > Date: Mon Jul 6 17:45:19 2015 > New Revision: 391439 > URL: https://svnweb.freebsd.org/changeset/ports/391439 > > Log: > - Add a much more verbose pkg-descr > > Modified: > head/sysutils/docker/pkg-descr > > Modified: head/sysutils/docker/pkg-descr > ============================================================================== > --- head/sysutils/docker/pkg-descr Mon Jul 6 17:42:48 2015 (r391438) > +++ head/sysutils/docker/pkg-descr Mon Jul 6 17:45:19 2015 (r391439) > @@ -1,3 +1,12 @@ > -FreeBSD port of Docker > +Docker is an open source project to pack, ship and run any > +application as a lightweight container. > + > +Docker containers are both hardware-agnostic and platform-agnostic. > +This means they can run anywhere, from your laptop to the largest > +EC2 compute instance and everything in between - and they don't > +require you to use a particular language, framework or packaging > +system. That makes them great building blocks for deploying and > +scaling web apps, databases, and backend services without depending > +on a particular stack or provider. > > WWW: https://github.com/kvasdopil/docker > Kris, Baptiste (bapt@) commented on IRC that using the official 'docker' as the PORTNAME for a fork may not be the best thing, or at least a POLA violation. I tend to agree (mostly). docker-freebsd might be a better name, to at least encourage upstreaming these changes in the long term. ./koobs From owner-svn-ports-head@freebsd.org Tue Jul 7 05:56:25 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BE3709948E4; Tue, 7 Jul 2015 05:56:25 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pd0-x22e.google.com (mail-pd0-x22e.google.com [IPv6:2607:f8b0:400e:c02::22e]) (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 87A35105D; Tue, 7 Jul 2015 05:56:25 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by pdbdz6 with SMTP id dz6so24399835pdb.0; Mon, 06 Jul 2015 22:56:25 -0700 (PDT) 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=2rLXbZRm8/RdZpPggXmhQ6hqe9ZM3Zs7FI0OkY5QDvU=; b=AHBW+CNepKlN7CubwTEm/XfMNawxmebxapTNwfay1rMeUmmtqW2OH4EPQ/v39o2eCd y4hQD5qtTB5hQTGjuhF7i5i2q0EdFOgbPILkAbTyAS0ZuUAtLxVMeMRpdRzKmgMFQZdX Jg7dhtuNQzVh3xeBCVfzRxkaNU1xLlz9cq6JVGPjpUwB4kogzLsc6i+1giWpNFYqlU6i 75hZozTk9UJuWuGJTmjN2l85zgZO5dw+XqPXmOfKGNOMloARSO1uaJF1osz/ZD4+1pon +dImTq0hvt+M8213vSyX7AtG2uwZcK/FjS4z/5i40FLtdFdpOGRP3qow6w9OKTqvkRK/ V0Og== X-Received: by 10.70.93.106 with SMTP id ct10mr5406561pdb.92.1436248584923; Mon, 06 Jul 2015 22:56:24 -0700 (PDT) Received: from ?IPv6:2001:44b8:31ae:7b01::2? (2001-44b8-31ae-7b01-0000-0000-0000-0002.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01::2]) by mx.google.com with ESMTPSA id sx5sm20519324pab.4.2015.07.06.22.56.21 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 06 Jul 2015 22:56:24 -0700 (PDT) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r391147 - head/security/gnupg References: <201507021410.t62EAWhf068583@repo.freebsd.org> To: Mathieu Arnold , Jun Kuriyama , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Kubilay Kocak Message-ID: <559B6A01.1060805@FreeBSD.org> Date: Tue, 7 Jul 2015 15:56:17 +1000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.0 MIME-Version: 1.0 In-Reply-To: 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, 07 Jul 2015 05:56:25 -0000 On 7/07/2015 5:42 AM, Mathieu Arnold wrote: > +--On 2 juillet 2015 14:10:32 +0000 Jun Kuriyama > wrote: > | Author: kuriyama > | Date: Thu Jul 2 14:10:31 2015 > | New Revision: 391147 > | URL: https://svnweb.freebsd.org/changeset/ports/391147 > | > | Log: > | - Upgrade to 2.1.6 (minor bugfixes). > > This is broken WITHOUT=NLS: > > It appears to be an upstream regression and is being tracked here including all relevant upstream links: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201375 From owner-svn-ports-head@freebsd.org Tue Jul 7 06:03:36 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3681F994A95; Tue, 7 Jul 2015 06:03:36 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2702B1877; Tue, 7 Jul 2015 06:03:36 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6763a60069680; Tue, 7 Jul 2015 06:03:36 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6763a3m069679; Tue, 7 Jul 2015 06:03:36 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201507070603.t6763a3m069679@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Tue, 7 Jul 2015 06:03:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391492 - head/Mk/Scripts X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 07 Jul 2015 06:03:36 -0000 Author: zi Date: Tue Jul 7 06:03:35 2015 New Revision: 391492 URL: https://svnweb.freebsd.org/changeset/ports/391492 Log: - Provide a check/warning/fix for users that upgraded from an older release and missed UPDATING 20150213 Approved by: portmgr (bapt) Modified: head/Mk/Scripts/find-lib.sh (contents, props changed) Modified: head/Mk/Scripts/find-lib.sh ============================================================================== --- head/Mk/Scripts/find-lib.sh Tue Jul 7 06:00:03 2015 (r391491) +++ head/Mk/Scripts/find-lib.sh Tue Jul 7 06:03:35 2015 (r391492) @@ -7,6 +7,13 @@ if [ -z "${LIB_DIRS}" -o -z "${LOCALBASE exit 1 fi +if [ -f /usr/share/misc/magic.mime -o -f /usr/share/misc/magic.mime.mgc ]; then + echo "Either /usr/share/misc/magic.mime or /usr/share/misc/mime.magic.mgc exist and must be removed." >&2 + echo "These are legacy files from an older release and may safely be deleted." >&2 + echo "Please see UPDATING 20150213 for more details." >&2 + exit 1 +fi + if [ $# -ne 1 ]; then echo "$0: no argument provided." >&2 fi From owner-svn-ports-head@freebsd.org Tue Jul 7 06:35:36 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5801F995069; Tue, 7 Jul 2015 06:35:36 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 486EA15F8; Tue, 7 Jul 2015 06:35:36 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t676ZaU4085726; Tue, 7 Jul 2015 06:35:36 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t676Zaqw085725; Tue, 7 Jul 2015 06:35:36 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201507070635.t676Zaqw085725@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Tue, 7 Jul 2015 06:35:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391493 - head/cad/tkgate X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 07 Jul 2015 06:35:36 -0000 Author: marino Date: Tue Jul 7 06:35:35 2015 New Revision: 391493 URL: https://svnweb.freebsd.org/changeset/ports/391493 Log: cad/tkgate: Unbreak FreeBSD 11, Fix depends on rest This was specified on USES: iconv:build,lib This is incorrect; the way iconv.mk is written, "build" and "lib" are mutually exclusive and "build" takes precedence. This means the library dependency was not registered. Moveover, it's failing on FreeBSD 11 and dev-branch of DragonFly because it uses transliteration. Setting USES=iconv:translit fixes both issues. Approved by: Just fix it Modified: head/cad/tkgate/Makefile Modified: head/cad/tkgate/Makefile ============================================================================== --- head/cad/tkgate/Makefile Tue Jul 7 06:03:35 2015 (r391492) +++ head/cad/tkgate/Makefile Tue Jul 7 06:35:35 2015 (r391493) @@ -2,6 +2,7 @@ PORTNAME= tkgate PORTVERSION= 2.0.0 +PORTREVISION= 1 CATEGORIES= cad MASTER_SITES= http://highsecure.ru/distfiles/ \ http://cdn.bitbucket.org/starling13/tkgate/downloads/ @@ -13,7 +14,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes -USES+= iconv:build,lib tk:build,run +USES+= iconv:translit tk:build,run post-patch: @${REINPLACE_CMD} -e 's|/usr/bin/wish|${WISH}|g' ${WRKSRC}/scripts/tree.tcl From owner-svn-ports-head@freebsd.org Tue Jul 7 07:32:47 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BA5D599598C; Tue, 7 Jul 2015 07:32:47 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AAA551F0F; Tue, 7 Jul 2015 07:32:47 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t677WlZI016462; Tue, 7 Jul 2015 07:32:47 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t677Wkul016456; Tue, 7 Jul 2015 07:32:46 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201507070732.t677Wkul016456@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Tue, 7 Jul 2015 07:32:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391494 - in 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: Tue, 07 Jul 2015 07:32:47 -0000 Author: koobs Date: Tue Jul 7 07:32:45 2015 New Revision: 391494 URL: https://svnweb.freebsd.org/changeset/ports/391494 Log: [NEW] security/py-pyscard: Smartcard module for Python The pyscard smartcard library is a framework for building smart card aware applications in Python. The smartcard module is built on top of the PCSC API Python wrapper module. WWW: http://pyscard.sourceforge.net/ PR: 197834 Submitted by: Added: head/security/py-pyscard/ head/security/py-pyscard/Makefile (contents, props changed) head/security/py-pyscard/distinfo (contents, props changed) head/security/py-pyscard/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Tue Jul 7 06:35:35 2015 (r391493) +++ head/security/Makefile Tue Jul 7 07:32:45 2015 (r391494) @@ -828,6 +828,7 @@ SUBDIR += py-pylibacl SUBDIR += py-pyme SUBDIR += py-pyptlib + SUBDIR += py-pyscard SUBDIR += py-pysha3 SUBDIR += py-python-registry SUBDIR += py-rekall Added: head/security/py-pyscard/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-pyscard/Makefile Tue Jul 7 07:32:45 2015 (r391494) @@ -0,0 +1,32 @@ +# Created by: mp39590@gmail.com +# $FreeBSD$ + +PORTNAME= pyscard +PORTVERSION= 1.7.0 +CATEGORIES= security python +## request has been submitted to the developers to host sources on PyPI; check +## this on the next update and change SF to CHEESEHOP (see bug #197834) +MASTER_SITES= SF +MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION} +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= mp39590@gmail.com +COMMENT= Smartcard module for Python + +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= swig1.3:${PORTSDIR}/devel/swig13 \ + pcsc-lite>0:${PORTSDIR}/devel/pcsc-lite +RUN_DEPENDS= pcsc-lite>0:${PORTSDIR}/devel/pcsc-lite + +USES= python:2 +USE_PYTHON= autoplist distutils + +PYDISTUTILS_BUILD_TARGET= build_ext +PYDISTUTILS_BUILDARGS+= --include-dirs=${LOCALBASE}/include/PCSC + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/smartcard/scard/_scard.so + +.include Added: head/security/py-pyscard/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-pyscard/distinfo Tue Jul 7 07:32:45 2015 (r391494) @@ -0,0 +1,2 @@ +SHA256 (pyscard-1.7.0.tar.gz) = 603977a1b6938442842a6b7f750c6c5a8a49d3f611b9cfde8f4b88a2c6e4ecd1 +SIZE (pyscard-1.7.0.tar.gz) = 151796 Added: head/security/py-pyscard/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-pyscard/pkg-descr Tue Jul 7 07:32:45 2015 (r391494) @@ -0,0 +1,5 @@ +The pyscard smartcard library is a framework for building smart card +aware applications in Python. The smartcard module is built on top of +the PCSC API Python wrapper module. + +WWW: http://pyscard.sourceforge.net/ From owner-svn-ports-head@freebsd.org Tue Jul 7 07:38:30 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 914769959ED; Tue, 7 Jul 2015 07:38:30 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7975A1078; Tue, 7 Jul 2015 07:38:30 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t677cUTi017327; Tue, 7 Jul 2015 07:38:30 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t677cUgo017326; Tue, 7 Jul 2015 07:38:30 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201507070738.t677cUgo017326@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Tue, 7 Jul 2015 07:38:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391495 - 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: Tue, 07 Jul 2015 07:38:30 -0000 Author: koobs Date: Tue Jul 7 07:38:29 2015 New Revision: 391495 URL: https://svnweb.freebsd.org/changeset/ports/391495 Log: security/py-pyscard: Make supported Python versions explicit This package doesn't require lang/python2, so set USES=python:2.7 explicitly to avoid pulling in an unecessary dependency. The upstream setup.py states that it supports 2.6 and 2.7. PR: 197834 Modified: head/security/py-pyscard/Makefile Modified: head/security/py-pyscard/Makefile ============================================================================== --- head/security/py-pyscard/Makefile Tue Jul 7 07:32:45 2015 (r391494) +++ head/security/py-pyscard/Makefile Tue Jul 7 07:38:29 2015 (r391495) @@ -20,7 +20,7 @@ BUILD_DEPENDS= swig1.3:${PORTSDIR}/devel pcsc-lite>0:${PORTSDIR}/devel/pcsc-lite RUN_DEPENDS= pcsc-lite>0:${PORTSDIR}/devel/pcsc-lite -USES= python:2 +USES= python:2.7 USE_PYTHON= autoplist distutils PYDISTUTILS_BUILD_TARGET= build_ext From owner-svn-ports-head@freebsd.org Tue Jul 7 08:02:43 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0E6169145; Tue, 7 Jul 2015 08:02:43 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F2C911DDE; Tue, 7 Jul 2015 08:02:42 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6782gBi031373; Tue, 7 Jul 2015 08:02:42 GMT (envelope-from jadawin@FreeBSD.org) Received: (from jadawin@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6782g1b031368; Tue, 7 Jul 2015 08:02:42 GMT (envelope-from jadawin@FreeBSD.org) Message-Id: <201507070802.t6782g1b031368@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jadawin set sender to jadawin@FreeBSD.org using -f From: Philippe Audeoud Date: Tue, 7 Jul 2015 08:02:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391496 - head/devel/p5-Devel-Cover X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 07 Jul 2015 08:02:43 -0000 Author: jadawin Date: Tue Jul 7 08:02:41 2015 New Revision: 391496 URL: https://svnweb.freebsd.org/changeset/ports/391496 Log: - Update to 1.20 Modified: head/devel/p5-Devel-Cover/Makefile head/devel/p5-Devel-Cover/distinfo Modified: head/devel/p5-Devel-Cover/Makefile ============================================================================== --- head/devel/p5-Devel-Cover/Makefile Tue Jul 7 07:38:29 2015 (r391495) +++ head/devel/p5-Devel-Cover/Makefile Tue Jul 7 08:02:41 2015 (r391496) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Devel-Cover -PORTVERSION= 1.19 +PORTVERSION= 1.20 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Devel-Cover/distinfo ============================================================================== --- head/devel/p5-Devel-Cover/distinfo Tue Jul 7 07:38:29 2015 (r391495) +++ head/devel/p5-Devel-Cover/distinfo Tue Jul 7 08:02:41 2015 (r391496) @@ -1,2 +1,2 @@ -SHA256 (Devel-Cover-1.19.tar.gz) = db3d2c85cc5a89ca1ce87c3aed2ff1eb0f7e8be2d557440bc20b6111c382521f -SIZE (Devel-Cover-1.19.tar.gz) = 222911 +SHA256 (Devel-Cover-1.20.tar.gz) = 0377cc0362968cf25bd1140e4927b48916ddf3de53c76856dcfe1b0e1a3a89c1 +SIZE (Devel-Cover-1.20.tar.gz) = 223004 From owner-svn-ports-head@freebsd.org Tue Jul 7 09:30:22 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C4294AF00; Tue, 7 Jul 2015 09:30:22 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from mail.highsecure.ru (mail6.highsecure.ru [IPv6:2a01:4f8:190:43b5::99]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 87C821BE7; Tue, 7 Jul 2015 09:30:19 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from secret-bunker.localdomain (dhcp-93-196.external.eduroam.ucl.ac.uk [144.82.93.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: vsevolod@highsecure.ru) by mail.highsecure.ru (Postfix) with ESMTPSA id 5D013300056; Tue, 7 Jul 2015 11:30:10 +0200 (CEST) Received: from [127.0.0.1] (localhost [127.0.0.1]) by secret-bunker.localdomain (Postfix) with ESMTP id C27D15B867E; Tue, 7 Jul 2015 10:30:30 +0100 (BST) Message-ID: <559B9C36.2060300@FreeBSD.org> Date: Tue, 07 Jul 2015 10:30:30 +0100 From: Vsevolod Stakhov User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: John Marino , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r391493 - head/cad/tkgate References: <201507070635.t676Zaqw085725@repo.freebsd.org> In-Reply-To: <201507070635.t676Zaqw085725@repo.freebsd.org> Content-Type: text/plain; charset=windows-1252 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, 07 Jul 2015 09:30:22 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 On 07/07/2015 07:35, John Marino wrote: > Author: marino Date: Tue Jul 7 06:35:35 2015 New Revision: 391493 > URL: https://svnweb.freebsd.org/changeset/ports/391493 > > Log: cad/tkgate: Unbreak FreeBSD 11, Fix depends on rest > > This was specified on USES: iconv:build,lib > > This is incorrect; the way iconv.mk is written, "build" and "lib" > are mutually exclusive and "build" takes precedence. This means > the library dependency was not registered. > > Moveover, it's failing on FreeBSD 11 and dev-branch of DragonFly > because it uses transliteration. Setting USES=iconv:translit fixes > both issues. > > Approved by: Just fix it Well, from your commit message I can conclude merely that iconv.mk is broken by design. Secondly, I don't understand the meaning of 'translit' option - it is damn confusing name and I cannot see clearly what does it mean in the context of dependencies. Thirdly, isn't it a polite policy to send a notice to a maintainer *before* committing some change to port? I'm not arguing about the change itself, but I do not understand this 'Just fix it policy' when it's absolutely unclear, well at least for me, whether there's a problem with iconv.mk or with the port definition. - -- Vsevolod Stakhov -----BEGIN PGP SIGNATURE----- iQIcBAEBCAAGBQJVm5w2AAoJEAdke2eQCBQ3M9oP/2AIw9CH7WVC5/FqUyKTJ+Aq UPPYBbLIY3XXGIK+00CSYaAW0/Etv+xAoODyqMSrpHFyPfRHHlxdFas/BxRvStFf 0/kxMV3XifBHuYhw/+KASytbqpwtr8LAZrthzvN8KrghpCLbESfvxBIy8bXhynMn OIPZ4lNziBmr4sT5ggpz+Ynxd5O3i5ZfaOCVM64IGgSl+PgcZBS8ayPkXzmCUJFd 0otQZK0Vju1lHsV7cshma5iKjDxhmy4Ex+j6L01ZKHXMzVCroLDk9FkmvYyPEbmv frzTKCs9L+0qrCi0WleShXbSqFKDiMfIv8wPJVVT3RxRjVCAhgOmPHxlB/wq3Hp/ yZr5CeLBNfnCqsagg84ok33V4uBTaplErfGFouI+BE3+Ub3Ih4ruiRwjBrgiFLsH kjpkX8ESouOhrhH7nyeqlRlRpTtoSJ1IGg9oR4whZi5hkTSJLIv1BraJkC6R0+3R 86RoucTSEL2fJJAvdRmrfZapjQWKe2tY1t37tOOEaRPse4veG2mT63sJdbiNAup8 dY0Z92XOiigmsqHopBIEDZRgmqS4cSmMFlJk+zA8Hq+Z5HNrjS8M9EyNf+JA5BW4 eb6tyfWKOnJXQiIn9Nknb3aYzi6cGkTHg0QkRSlO40U9UWgFC7dh5qB31oWCPJQh 7EYQ90oRSYm1rsGrrGlg =ShT7 -----END PGP SIGNATURE----- From owner-svn-ports-head@freebsd.org Tue Jul 7 09:36:03 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7E8DA3BE94; Tue, 7 Jul 2015 09:36:03 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 665EA1EB4; Tue, 7 Jul 2015 09:36:03 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t679a3gX076256; Tue, 7 Jul 2015 09:36:03 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t679a257076250; Tue, 7 Jul 2015 09:36:02 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201507070936.t679a257076250@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Tue, 7 Jul 2015 09:36:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391497 - head/math/py-pandas X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 07 Jul 2015 09:36:03 -0000 Author: robak Date: Tue Jul 7 09:36:02 2015 New Revision: 391497 URL: https://svnweb.freebsd.org/changeset/ports/391497 Log: math/py-pandas: update 0.16.1 -> 0.16.2 PR: 201363 Submitted by: John W. O'Brien (maintainer) Modified: head/math/py-pandas/Makefile head/math/py-pandas/distinfo Modified: head/math/py-pandas/Makefile ============================================================================== --- head/math/py-pandas/Makefile Tue Jul 7 08:02:41 2015 (r391496) +++ head/math/py-pandas/Makefile Tue Jul 7 09:36:02 2015 (r391497) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pandas -PORTVERSION= 0.16.1 +PORTVERSION= 0.16.2 CATEGORIES= math devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/math/py-pandas/distinfo ============================================================================== --- head/math/py-pandas/distinfo Tue Jul 7 08:02:41 2015 (r391496) +++ head/math/py-pandas/distinfo Tue Jul 7 09:36:02 2015 (r391497) @@ -1,2 +1,2 @@ -SHA256 (pandas-0.16.1.tar.gz) = 570d243f8cb068bf780461b9225d2e7bef7c90aa10d43cf908fe541fc92df8b6 -SIZE (pandas-0.16.1.tar.gz) = 4959316 +SHA256 (pandas-0.16.2.tar.gz) = e01853dfe111f3aea005315573400b7216ddbabbf1f28d482a71217d67ae4f81 +SIZE (pandas-0.16.2.tar.gz) = 4931751 From owner-svn-ports-head@freebsd.org Tue Jul 7 09:54:13 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B0B2698F35F; Tue, 7 Jul 2015 09:54:13 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8C3A81A52; Tue, 7 Jul 2015 09:54:12 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from [192.168.0.22] (unknown [130.255.19.191]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 9E5CB43C18; Tue, 7 Jul 2015 04:54:03 -0500 (CDT) Subject: Re: svn commit: r391493 - head/cad/tkgate To: Vsevolod Stakhov , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201507070635.t676Zaqw085725@repo.freebsd.org> <559B9C36.2060300@FreeBSD.org> From: John Marino X-Enigmail-Draft-Status: N1110 Reply-To: marino@freebsd.org Message-ID: <559BA1B2.4050002@marino.st> Date: Tue, 7 Jul 2015 11:53:54 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.0.1 MIME-Version: 1.0 In-Reply-To: <559B9C36.2060300@FreeBSD.org> Content-Type: text/plain; charset=windows-1252 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, 07 Jul 2015 09:54:13 -0000 On 7/7/2015 11:30 AM, Vsevolod Stakhov wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA256 > > On 07/07/2015 07:35, John Marino wrote: >> Author: marino Date: Tue Jul 7 06:35:35 2015 New Revision: 391493 >> URL: https://svnweb.freebsd.org/changeset/ports/391493 >> >> Log: cad/tkgate: Unbreak FreeBSD 11, Fix depends on rest >> >> This was specified on USES: iconv:build,lib >> >> This is incorrect; the way iconv.mk is written, "build" and "lib" >> are mutually exclusive and "build" takes precedence. This means >> the library dependency was not registered. >> >> Moveover, it's failing on FreeBSD 11 and dev-branch of DragonFly >> because it uses transliteration. Setting USES=iconv:translit fixes >> both issues. >> >> Approved by: Just fix it > > Well, from your commit message I can conclude merely that iconv.mk is > broken by design. It is what it is. Just look at Mk/Uses/iconv.mk By definition, LIB_DEPENDS pulls in the port for building. This is true for all ports. > Secondly, I don't understand the meaning of > 'translit' option - it is damn confusing name and I cannot see clearly > what does it mean in the context of dependencies. It means the libc iconv isn't good enough and you need the ports libiconv. > Thirdly, isn't it a > polite policy to send a notice to a maintainer *before* committing > some change to port? If the port is broken, it's broken. "Just fix it" means if somebody knows how to fix breakage shown on portsmon, we can do. (You're welcome; I did send a courtesy message seconds after this commit) > I'm not arguing about the change itself, but I do > not understand this 'Just fix it policy' when it's absolutely unclear, > well at least for me, whether there's a problem with iconv.mk or with > the port definition. Weren't you getting pkg-fallout messages for FreeBSD 11? The problem is with the port. iconv changed on FreeBSD 11. John P.S. You revived this port incorrectly; all the history was lost. Next time please follow this procedure: https://www.freebsd.org/doc/en_US.ISO8859-1/articles/committers-guide/ports.html#ports-qa-re-adding From owner-svn-ports-head@freebsd.org Tue Jul 7 10:09:15 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 522C998F5DE; Tue, 7 Jul 2015 10:09:15 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from mail.highsecure.ru (mail6.highsecure.ru [IPv6:2a01:4f8:190:43b5::99]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D2B481F31; Tue, 7 Jul 2015 10:09:14 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from secret-bunker.localdomain (dhcp-93-196.external.eduroam.ucl.ac.uk [144.82.93.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: vsevolod@highsecure.ru) by mail.highsecure.ru (Postfix) with ESMTPSA id 9721F300056; Tue, 7 Jul 2015 12:09:12 +0200 (CEST) Received: from [127.0.0.1] (localhost [127.0.0.1]) by secret-bunker.localdomain (Postfix) with ESMTP id C525E5B9124; Tue, 7 Jul 2015 11:09:32 +0100 (BST) Message-ID: <559BA55C.2080701@FreeBSD.org> Date: Tue, 07 Jul 2015 11:09:32 +0100 From: Vsevolod Stakhov User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: marino@freebsd.org, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r391493 - head/cad/tkgate References: <201507070635.t676Zaqw085725@repo.freebsd.org> <559B9C36.2060300@FreeBSD.org> <559BA1B2.4050002@marino.st> In-Reply-To: <559BA1B2.4050002@marino.st> Content-Type: text/plain; charset=windows-1252 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, 07 Jul 2015 10:09:15 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 On 07/07/2015 10:53, John Marino wrote: > On 7/7/2015 11:30 AM, Vsevolod Stakhov wrote: >> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 >> >> On 07/07/2015 07:35, John Marino wrote: >>> Author: marino Date: Tue Jul 7 06:35:35 2015 New Revision: >>> 391493 URL: https://svnweb.freebsd.org/changeset/ports/391493 >>> >>> Log: cad/tkgate: Unbreak FreeBSD 11, Fix depends on rest >>> >>> This was specified on USES: iconv:build,lib >>> >>> This is incorrect; the way iconv.mk is written, "build" and >>> "lib" are mutually exclusive and "build" takes precedence. >>> This means the library dependency was not registered. >>> >>> Moveover, it's failing on FreeBSD 11 and dev-branch of >>> DragonFly because it uses transliteration. Setting >>> USES=iconv:translit fixes both issues. >>> >>> Approved by: Just fix it >> >> Well, from your commit message I can conclude merely that >> iconv.mk is broken by design. > > > It is what it is. Just look at Mk/Uses/iconv.mk By definition, > LIB_DEPENDS pulls in the port for building. This is true for all > ports. I've checked iconv.mk and that's why I'm writing this message. It is broken by definition. It doesn't follow the sane semantics of options (obviously, `build` and `lib` are *NOT* mutually exclusive as they are currently). >> Secondly, I don't understand the meaning of 'translit' option - >> it is damn confusing name and I cannot see clearly what does it >> mean in the context of dependencies. > > It means the libc iconv isn't good enough and you need the ports > libiconv. Ok, so it's the new definition of 'translit' term isn't it? No it is not! The proper name for this option should be something like 'port' and not 'translit'. >> Thirdly, isn't it a polite policy to send a notice to a >> maintainer *before* committing some change to port? > > If the port is broken, it's broken. "Just fix it" means if somebody > knows how to fix breakage shown on portsmon, we can do. (You're > welcome; I did send a courtesy message seconds after this commit) It seems that you don't understand the word 'polite' as well. >> I'm not arguing about the change itself, but I do not understand >> this 'Just fix it policy' when it's absolutely unclear, well at >> least for me, whether there's a problem with iconv.mk or with the >> port definition. > > Weren't you getting pkg-fallout messages for FreeBSD 11? The > problem is with the port. iconv changed on FreeBSD 11. I got messages from pkg-fallout but was too busy to figure out the problem. And the problem seems to be in iconv.mk from my point of view. > P.S. You revived this port incorrectly; all the history was lost. > Next time please follow this procedure: > https://www.freebsd.org/doc/en_US.ISO8859-1/articles/committers-guide/ ports.html#ports-qa-re-adding > > Correct, I haven't mention that it was in the ports tree unless I'd commited it. Anyway, I can see the whole history in git: https://github.com/freebsd/freebsd-ports/commits/master/cad/tkgate/ - -- Vsevolod Stakhov -----BEGIN PGP SIGNATURE----- iQIcBAEBCAAGBQJVm6VcAAoJEAdke2eQCBQ38j8QAKmEBnYxNr+x4bregnTRC327 pYqMWdW+eCYFgj9NjRatAvwVus5Oi2kxCHhF4EVMQ5d1aMjSeQ+GcounGrg9ld0o CAC7wEJnu51k1YnnmQdmxV98hlsMc54CZNpVBPyhalH2RSyiKcjW70SeDl7GztWR UJKi+W5EhTh867x6arLLi6XpRyaKAWLFwOzan1ToMulUhlHClA4FHIcXuM9ERqB7 ae5mouQUfvkDhNzKiG/uCMlL0e1nN/sPWo55pkJJWHRTTGsUyoYus0zfonr0N2Xx N8NwACvx5MluWoe6UhRBO1jlZS6aEb4MJ4xcH2zzEuXTnV/zwuFE8GRgrBZ/Ma0n X6l1iNLTr/dZ5RuBxSu9Qk/P5hnc1NGYTZOEWFPmq3RUlPs0B9Io7P0Gm6LimaWW 4AdXu6t+ghP8538Mw/aUGKHEJwORnm6+CPtOOtZAI3aviTTsg1TapEwr3n5SzIUy epSNuIn2xWlbk3+rV3Z5qaBet1wYdr85b+bjLcwBD8gUZMGFfWtH9o3oiBa0BNz8 Uad2HULhrLCO9jMnOR6nA1TMl+P/d5yvBhfdGOGGvR4qhdsFjNwBHM4UQ2G4qryG YGTqLzgHX7Mmpfi8RRd1VqqoS4ZyS8KtBGenl29vmBsCoWrucjbxOx63vvqCTSDJ 3w9e6Mwyx1x7PWBR40TI =mR2q -----END PGP SIGNATURE----- From owner-svn-ports-head@freebsd.org Tue Jul 7 10:14:50 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1FC3A98F961; Tue, 7 Jul 2015 10:14:50 +0000 (UTC) (envelope-from theraven@FreeBSD.org) Received: from theravensnest.org (theraven.freebsd.your.org [216.14.102.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "cloud.theravensnest.org", Issuer "StartCom Class 1 Primary Intermediate Server CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id DEF2A1675; Tue, 7 Jul 2015 10:14:49 +0000 (UTC) (envelope-from theraven@FreeBSD.org) Received: from c124.sec.cl.cam.ac.uk (c124.sec.cl.cam.ac.uk [128.232.18.124]) (authenticated bits=0) by theravensnest.org (8.15.1/8.15.1) with ESMTPSA id t67AEfbC083564 (version=TLSv1 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 7 Jul 2015 10:14:42 GMT (envelope-from theraven@FreeBSD.org) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2098\)) Subject: Re: svn commit: r391493 - head/cad/tkgate From: David Chisnall In-Reply-To: <559BA55C.2080701@FreeBSD.org> Date: Tue, 7 Jul 2015 11:14:50 +0100 Cc: marino@freebsd.org, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <201507070635.t676Zaqw085725@repo.freebsd.org> <559B9C36.2060300@FreeBSD.org> <559BA1B2.4050002@marino.st> <559BA55C.2080701@FreeBSD.org> To: Vsevolod Stakhov X-Mailer: Apple Mail (2.2098) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 07 Jul 2015 10:14:50 -0000 On 7 Jul 2015, at 11:09, Vsevolod Stakhov wrote: >=20 > Ok, so it's the new definition of 'translit' term isn't it? No it is > not! The proper name for this option should be something like 'port' > and not 'translit'. The translit option refers to //TRANSLIT support in iconv (where, if a = character is missing in the target instruction set, it will be = approximated by similar-looking ones). Currently, base iconv does not = support this, though ports iconv does. The option intentionally refers = to the feature that is required, not to the place where it is = implemented. If FreeBSD 12 gains support for this option in base iconv, = we don=92t want iconv:port to mean =91use the port on FreeBSD <12, not = on FreeBSD 12=92, especially as GNU iconv may have some new features by = then that base lacks and which :port would also imply. David From owner-svn-ports-head@freebsd.org Tue Jul 7 10:20:35 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1756798FA5C; Tue, 7 Jul 2015 10:20:35 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 06B111AD0; Tue, 7 Jul 2015 10:20:35 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t67AKYo7098687; Tue, 7 Jul 2015 10:20:34 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t67AKXU9098683; Tue, 7 Jul 2015 10:20:33 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201507071020.t67AKXU9098683@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Tue, 7 Jul 2015 10:20:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391498 - in head/net/py-tweepy: . 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, 07 Jul 2015 10:20:35 -0000 Author: koobs Date: Tue Jul 7 10:20:32 2015 New Revision: 391498 URL: https://svnweb.freebsd.org/changeset/ports/391498 Log: net/py-tweepy: Update to 3.3.0, Enable Python 3 - Update to 3.3.0 - Take MAINTAINER'ship - Switch to GITHUB to get access to the tests & test suite - Allow building with Python 3 (now supported) - Update BUILD_DEPENDS and RUN_DEPENDS - Sort USE_PYTHON values - Patch setup.py to correctly set test dependencies and hook in the setuptools test command - Patch out unnecessary (tox) test dependency. Changes: https://github.com/tweepy/tweepy/blob/v3.3.0/CHANGELOG.md First part of: PR: 200621 Reported by: Patrick P. Added: head/net/py-tweepy/files/ head/net/py-tweepy/files/patch-setup.py (contents, props changed) head/net/py-tweepy/files/patch-test__requirements.txt (contents, props changed) Modified: head/net/py-tweepy/Makefile head/net/py-tweepy/distinfo Modified: head/net/py-tweepy/Makefile ============================================================================== --- head/net/py-tweepy/Makefile Tue Jul 7 09:36:02 2015 (r391497) +++ head/net/py-tweepy/Makefile Tue Jul 7 10:20:32 2015 (r391498) @@ -2,17 +2,23 @@ # $FreeBSD$ PORTNAME= tweepy -PORTVERSION= 2.3.0 +PORTVERSION= 3.3.0 CATEGORIES= net python -MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTVERSIONPREFIX= v -MAINTAINER= ports@FreeBSD.org +MAINTAINER= koobs@FreeBSD.org COMMENT= Twitter API library for Python! LICENSE= MIT -USES= python:2 -USE_PYTHON= distutils autoplist +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pip>0:${PORTSDIR}/devel/py-pip +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.4.3:${PORTSDIR}/www/py-requests \ + ${PYTHON_PKGNAMEPREFIX}requests-oauthlib>=0.4.1:${PORTSDIR}/www/py-requests-oauthlib \ + ${PYTHON_PKGNAMEPREFIX}six>=1.7.3:${PORTSDIR}/devel/py-six + +USES= python +USE_GITHUB= yes +USE_PYTHON= autoplist distutils .include Modified: head/net/py-tweepy/distinfo ============================================================================== --- head/net/py-tweepy/distinfo Tue Jul 7 09:36:02 2015 (r391497) +++ head/net/py-tweepy/distinfo Tue Jul 7 10:20:32 2015 (r391498) @@ -1,2 +1,2 @@ -SHA256 (tweepy-2.3.0.tar.gz) = f7672fcfe9e17361adc7293ca6c98ad1517174267e917a5ec898e515c42b9271 -SIZE (tweepy-2.3.0.tar.gz) = 25273 +SHA256 (tweepy-tweepy-v3.3.0_GH0.tar.gz) = 96ac826401dafd30b1b05137cccd7e36d075a71869b64656075feaebb4e1536d +SIZE (tweepy-tweepy-v3.3.0_GH0.tar.gz) = 599995 Added: head/net/py-tweepy/files/patch-setup.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-tweepy/files/patch-setup.py Tue Jul 7 10:20:32 2015 (r391498) @@ -0,0 +1,22 @@ +--- setup.py.orig 2015-02-21 19:28:08 UTC ++++ setup.py +@@ -15,7 +15,10 @@ else: + raise RuntimeError("Unable to find version string in %s." % (VERSIONFILE,)) + + install_reqs = parse_requirements('requirements.txt', session=uuid.uuid1()) ++test_reqs = parse_requirements('test_requirements.txt', session=uuid.uuid1()) ++ + reqs = [str(req.req) for req in install_reqs] ++treqs = [str(req.req) for req in test_reqs] + + setup(name="tweepy", + version=version, +@@ -26,6 +29,8 @@ setup(name="tweepy", + url="http://github.com/tweepy/tweepy", + packages=find_packages(exclude=['tests']), + install_requires=reqs, ++ tests_require=treqs, ++ test_suite='nose.collector', + keywords="twitter library", + classifiers=[ + 'Development Status :: 4 - Beta', Added: head/net/py-tweepy/files/patch-test__requirements.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-tweepy/files/patch-test__requirements.txt Tue Jul 7 10:20:32 2015 (r391498) @@ -0,0 +1,7 @@ +--- test_requirements.txt.orig 2015-07-05 15:09:04 UTC ++++ test_requirements.txt +@@ -1,4 +1,3 @@ +-tox>=1.7.2 + vcrpy==1.1.2 + mock==1.0.1 + unittest2 # Comment this line out if using Python 3. From owner-svn-ports-head@freebsd.org Tue Jul 7 10:22:12 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 72A6B98FB6A; Tue, 7 Jul 2015 10:22:12 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 487001CF9; Tue, 7 Jul 2015 10:22:11 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from [192.168.0.22] (unknown [130.255.19.191]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 778E643C15; Tue, 7 Jul 2015 05:22:04 -0500 (CDT) Subject: Re: svn commit: r391493 - head/cad/tkgate To: Vsevolod Stakhov , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201507070635.t676Zaqw085725@repo.freebsd.org> <559B9C36.2060300@FreeBSD.org> <559BA1B2.4050002@marino.st> <559BA55C.2080701@FreeBSD.org> From: John Marino X-Enigmail-Draft-Status: N1110 Reply-To: marino@freebsd.org Message-ID: <559BA846.4030506@marino.st> Date: Tue, 7 Jul 2015 12:21:58 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.0.1 MIME-Version: 1.0 In-Reply-To: <559BA55C.2080701@FreeBSD.org> Content-Type: text/plain; charset=windows-1252 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, 07 Jul 2015 10:22:12 -0000 On 7/7/2015 12:09 PM, Vsevolod Stakhov wrote: > > I've checked iconv.mk and that's why I'm writing this message. It is > broken by definition. It doesn't follow the sane semantics of options > (obviously, `build` and `lib` are *NOT* mutually exclusive as they are > currently). "lib" includes "build", always. At best its redundant. However, this is out of scope for me. Open a PR on it if you feel that strongly about it. >> It means the libc iconv isn't good enough and you need the ports >> libiconv. > > Ok, so it's the new definition of 'translit' term isn't it? No it is > not! The proper name for this option should be something like 'port' > and not 'translit'. too snarky, won't respond to this. >>> Thirdly, isn't it a polite policy to send a notice to a >>> maintainer *before* committing some change to port? >> >> If the port is broken, it's broken. "Just fix it" means if somebody >> knows how to fix breakage shown on portsmon, we can do. (You're >> welcome; I did send a courtesy message seconds after this commit) > > It seems that you don't understand the word 'polite' as well. Everything I did was permissible. I did not have to send the followup message, I did that out of courtesy. I am not required to "be polite" as you define it. I feel that I was courteous and I'm sorry you don't think so. >> Weren't you getting pkg-fallout messages for FreeBSD 11? The >> problem is with the port. iconv changed on FreeBSD 11. > > I got messages from pkg-fallout but was too busy to figure out the > problem. And the problem seems to be in iconv.mk from my point of view. Even if you disagree on how iconv.mk *should be* you clearly misused it as it was. So I don't agree that it was the "problem". You had at least 4 days (probably longer) to figure it out. Isn't that enough? > Correct, I haven't mention that it was in the ports tree unless I'd > commited it. Anyway, I can see the whole history in git: > https://github.com/freebsd/freebsd-ports/commits/master/cad/tkgate/ hmm? Oh, I guess you didn't realize. Linimon had to remove the entry from MOVED: http://svnweb.freebsd.org/ports/head/MOVED?r1=390929&r2=390941 From owner-svn-ports-head@freebsd.org Tue Jul 7 10:29:19 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 94FBB98FC41; Tue, 7 Jul 2015 10:29:19 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from mail.highsecure.ru (l.highsecure.ru [5.9.155.182]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 52E1B1ED0; Tue, 7 Jul 2015 10:29:18 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from secret-bunker.localdomain (dhcp-93-196.external.eduroam.ucl.ac.uk [144.82.93.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: vsevolod@highsecure.ru) by mail.highsecure.ru (Postfix) with ESMTPSA id 43876300056; Tue, 7 Jul 2015 12:29:15 +0200 (CEST) Received: from [127.0.0.1] (localhost [127.0.0.1]) by secret-bunker.localdomain (Postfix) with ESMTP id 981E95B9205; Tue, 7 Jul 2015 11:29:35 +0100 (BST) Message-ID: <559BAA0F.4030509@FreeBSD.org> Date: Tue, 07 Jul 2015 11:29:35 +0100 From: Vsevolod Stakhov User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: David Chisnall CC: marino@freebsd.org, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r391493 - head/cad/tkgate References: <201507070635.t676Zaqw085725@repo.freebsd.org> <559B9C36.2060300@FreeBSD.org> <559BA1B2.4050002@marino.st> <559BA55C.2080701@FreeBSD.org> In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 07 Jul 2015 10:29:19 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 On 07/07/2015 11:14, David Chisnall wrote: > On 7 Jul 2015, at 11:09, Vsevolod Stakhov > wrote: >> >> Ok, so it's the new definition of 'translit' term isn't it? No >> it is not! The proper name for this option should be something >> like 'port' and not 'translit'. > > The translit option refers to //TRANSLIT support in iconv (where, > if a character is missing in the target instruction set, it will > be approximated by similar-looking ones). Currently, base iconv > does not support this, though ports iconv does. The option > intentionally refers to the feature that is required, not to the > place where it is implemented. If FreeBSD 12 gains support for > this option in base iconv, we don’t want iconv:port to mean ‘use > the port on FreeBSD <12, not on FreeBSD 12’, especially as GNU > iconv may have some new features by then that base lacks and which > :port would also imply. > > David > > That's quite unusual and potentially dangerous semantics. With this logic being enabled, we would have different runtime dependencies for different FreeBSD versions. That would cause potential errors during system upgrade. As from openssl.mk, I can see that there is merely base/port switch and not something like WITH_OPENSSL= ecc,evp and so on. From my point of view, software installed from the ports should prefer depending on other ports software making it easy to upgrade systems without having to reinstall all the ports. - -- Vsevolod Stakhov -----BEGIN PGP SIGNATURE----- iQIcBAEBCAAGBQJVm6oPAAoJEAdke2eQCBQ3AtMP/A6bnM2teLrfTx4A5YSLQFKy LdKPyyaXfRsKOxZDkB4FC934hBEWn8/Y7iGkmUXFb+ondYmPCTbL6AXPE+qWK44m XZjYMKxBHY4ToSxZXROM/ZY8PnykegZh2ovdQIl0rnpFVCtKGFRtSAUnRyxYoPSh 1zQ6Yxnr4evldMZUvqU87DQKson4Sy+m9PUq3SGSyLTcL+JLnHnbSps0EdvKaafb SYkwiHvG9BUtLVvtIgcqxT4wE35gG8Ok02aty2HmRrRePA2DKA7wNzgVorbN+gTT qXcfggBEoIoZz98yhmoIeH4FkuLuN5IQQ68hLZLRcDbKXbQLWNbOD9VsLEKa3uCe UjfifyCmyXZZ0zak2yX5EOM+dMWD3vzJBj5rSKQzvEKQ5e8zB7V1qH1iuxyvG1j3 iB00KKkNUqXrW0xISwnH7IQB3Ewlwv12mAaGcMFcj5enZMfoW3a975nu5QjSPPUD k4MTkIwtqgcMPfq4kkVtUsOzOYYgMlhT6ue87RSVQ780XFJn8QcV/Dq5qVD8Mg0g aGXyTN67qJYOq6T1GTJqWJk0D+yz2r4YZs2ipwAbnqV5q1Lj/H5p/5+DWrXrVKdp GJUhHih1tuRsyQyYebAqXUoAZ9cUn8CpvRUi7jhdz14UeSufujicQkxdm3xX2cKO 9jhd3IcpRCNBMTfGOYmb =HcUD -----END PGP SIGNATURE----- From owner-svn-ports-head@freebsd.org Tue Jul 7 10:34:15 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4E5A698FE3C; Tue, 7 Jul 2015 10:34:15 +0000 (UTC) (envelope-from theraven@FreeBSD.org) Received: from theravensnest.org (theraven.freebsd.your.org [216.14.102.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "cloud.theravensnest.org", Issuer "StartCom Class 1 Primary Intermediate Server CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 187C112E2; Tue, 7 Jul 2015 10:34:14 +0000 (UTC) (envelope-from theraven@FreeBSD.org) Received: from c124.sec.cl.cam.ac.uk (c124.sec.cl.cam.ac.uk [128.232.18.124]) (authenticated bits=0) by theravensnest.org (8.15.1/8.15.1) with ESMTPSA id t67AYCnk083671 (version=TLSv1 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 7 Jul 2015 10:34:13 GMT (envelope-from theraven@FreeBSD.org) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2098\)) Subject: Re: svn commit: r391493 - head/cad/tkgate From: David Chisnall In-Reply-To: <559BAA0F.4030509@FreeBSD.org> Date: Tue, 7 Jul 2015 11:34:30 +0100 Cc: marino@freebsd.org, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <53EEEF45-07F5-4EFF-847D-C31B53917A70@FreeBSD.org> References: <201507070635.t676Zaqw085725@repo.freebsd.org> <559B9C36.2060300@FreeBSD.org> <559BA1B2.4050002@marino.st> <559BA55C.2080701@FreeBSD.org> <559BAA0F.4030509@FreeBSD.org> To: Vsevolod Stakhov X-Mailer: Apple Mail (2.2098) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 07 Jul 2015 10:34:15 -0000 On 7 Jul 2015, at 11:29, Vsevolod Stakhov wrote: >=20 > With this > logic being enabled, we would have different runtime dependencies for > different FreeBSD versions This is already the case for iconv and was previously the case for other = libraries that eventually had their functionality appear in libc. David From owner-svn-ports-head@freebsd.org Tue Jul 7 10:39:43 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5D82998FF97; Tue, 7 Jul 2015 10:39:43 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4DFAC189F; Tue, 7 Jul 2015 10:39:43 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t67AdhoV006060; Tue, 7 Jul 2015 10:39:43 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t67AdgtM006058; Tue, 7 Jul 2015 10:39:42 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201507071039.t67AdgtM006058@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Tue, 7 Jul 2015 10:39:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391499 - head/x11/startup-notification X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 07 Jul 2015 10:39:43 -0000 Author: kwm Date: Tue Jul 7 10:39:42 2015 New Revision: 391499 URL: https://svnweb.freebsd.org/changeset/ports/391499 Log: Drop .la file. While here, remove obsolete MCom tag Modified: head/x11/startup-notification/Makefile head/x11/startup-notification/pkg-plist Modified: head/x11/startup-notification/Makefile ============================================================================== --- head/x11/startup-notification/Makefile Tue Jul 7 10:20:32 2015 (r391498) +++ head/x11/startup-notification/Makefile Tue Jul 7 10:39:42 2015 (r391499) @@ -1,10 +1,9 @@ # Created by: Joe Marcus Clarke # $FreeBSD$ -# $MCom: ports/x11/startup-notification/Makefile,v 1.10 2010/07/21 18:04:43 mezz Exp $ PORTNAME= startup-notification PORTVERSION= 0.12 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 gnome MASTER_SITES= http://www.freedesktop.org/software/startup-notification/releases/ DIST_SUBDIR= gnome2 @@ -15,7 +14,7 @@ COMMENT= Library that supports startup n LIB_DEPENDS= libxcb-util.so:${PORTSDIR}/x11/xcb-util USE_XORG= x11 -USES= gmake libtool:keepla pathfix pkgconfig +USES= gmake libtool pathfix pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/x11/startup-notification/pkg-plist ============================================================================== --- head/x11/startup-notification/pkg-plist Tue Jul 7 10:20:32 2015 (r391498) +++ head/x11/startup-notification/pkg-plist Tue Jul 7 10:39:42 2015 (r391499) @@ -5,7 +5,6 @@ include/startup-notification-1.0/libsn/s include/startup-notification-1.0/libsn/sn-util.h include/startup-notification-1.0/libsn/sn.h lib/libstartup-notification-1.a -lib/libstartup-notification-1.la lib/libstartup-notification-1.so lib/libstartup-notification-1.so.0 lib/libstartup-notification-1.so.0.0.0 From owner-svn-ports-head@freebsd.org Tue Jul 7 10:40:40 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E5B6B99400B; Tue, 7 Jul 2015 10:40:40 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from mail.highsecure.ru (l.highsecure.ru [5.9.155.182]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9D29D1A11; Tue, 7 Jul 2015 10:40:40 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from secret-bunker.localdomain (dhcp-93-196.external.eduroam.ucl.ac.uk [144.82.93.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: vsevolod@highsecure.ru) by mail.highsecure.ru (Postfix) with ESMTPSA id 3D741300056; Tue, 7 Jul 2015 12:40:39 +0200 (CEST) Received: from [127.0.0.1] (localhost [127.0.0.1]) by secret-bunker.localdomain (Postfix) with ESMTP id 8BADD5B929E; Tue, 7 Jul 2015 11:40:59 +0100 (BST) Message-ID: <559BACBB.2030308@FreeBSD.org> Date: Tue, 07 Jul 2015 11:40:59 +0100 From: Vsevolod Stakhov User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: David Chisnall CC: marino@freebsd.org, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r391493 - head/cad/tkgate References: <201507070635.t676Zaqw085725@repo.freebsd.org> <559B9C36.2060300@FreeBSD.org> <559BA1B2.4050002@marino.st> <559BA55C.2080701@FreeBSD.org> <559BAA0F.4030509@FreeBSD.org> <53EEEF45-07F5-4EFF-847D-C31B53917A70@FreeBSD.org> In-Reply-To: <53EEEF45-07F5-4EFF-847D-C31B53917A70@FreeBSD.org> Content-Type: text/plain; charset=windows-1252 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, 07 Jul 2015 10:40:41 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 On 07/07/2015 11:34, David Chisnall wrote: > On 7 Jul 2015, at 11:29, Vsevolod Stakhov > wrote: >> >> With this logic being enabled, we would have different runtime >> dependencies for different FreeBSD versions > > This is already the case for iconv and was previously the case for > other libraries that eventually had their functionality appear in > libc. > > David > I'm trying to say that's it's a bad practice to prefer base system dependencies for the ports software. By nature, the ports are the rolling release of software where we have the most recent versions of software. Isn't it sane to prefer dependencies on the software installed from the ports as well? This would also allow to upgrade software easily (including security fixes, for example). I'm merely thinking about users experiences here. - -- Vsevolod Stakhov -----BEGIN PGP SIGNATURE----- iQIcBAEBCAAGBQJVm6y7AAoJEAdke2eQCBQ3plYP/1JjEhwhMbxTgJMwDEk3KpCf rYXrlq2c/TFwCayjpXRDdzE3sFWapQ0LxR1/NW2GVhS3jQeaS1gbEduzvPnaqqbL D7rxVx+Q0fUzp1O7TuJkKIhNUu1eP197bcbmLiH3zB7gJHp5P5y0TnDP44ZYsZW3 /4QMCnCHlLTnf7j9Prt2F/TxSGrK/9dxSTSYM/q5Cs8IlsjWOI0TxazafOvW8uo6 LrTvpQ4Z5ddZsavHr/8fPvkQNm9Ujvs9WkyuLTk06dWH+juJExKj3HgTqYKKov7b 0iyB0gN2IkLUHYJ/Vamb+bD8gxu4tzBgpC+f5RHBQNzCLL7FUlgRx1O/0Lli88wh NOYRpoei4cfdkPl5HbevkBE53pQcsjjCLfLFf5D+1Z299uS6Fnb4dLErrd0wUcdf SaR4huo/whuvx7eoALjxs/we7SsbhqkvVkBF/10pf2RE6ME2tHgH5TawbGvBN98+ VCW/cr+Ah62GswLCvJjaEkqJyvd7vpVW/xG1ZVsuPtrReNoO+RhJPfls27W3Fy/4 0QloV2Pr0s6GJGXF1QEbrWuLu8fkef3po3dlMY0N1JPjAA5W2a0SMv8HTaYGPLkv fdTDKYgQgHlXyZTpqE1xQYqq7me4puMQpxOC5O/uqqx+Q51zGZshg35dh0hPujbJ RNksshGJxRXQWAodcBv5 =3v9Y -----END PGP SIGNATURE----- From owner-svn-ports-head@freebsd.org Tue Jul 7 10:43:13 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C6DA4994157; Tue, 7 Jul 2015 10:43:13 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9CFBD1D36; Tue, 7 Jul 2015 10:43:13 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t67AhDbb010161; Tue, 7 Jul 2015 10:43:13 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t67AhDUS010159; Tue, 7 Jul 2015 10:43:13 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201507071043.t67AhDUS010159@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Tue, 7 Jul 2015 10:43:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391500 - head/sysutils/polkit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 07 Jul 2015 10:43:13 -0000 Author: kwm Date: Tue Jul 7 10:43:12 2015 New Revision: 391500 URL: https://svnweb.freebsd.org/changeset/ports/391500 Log: Drop .la files. While here, drop obsolete MCom tag. Modified: head/sysutils/polkit/Makefile head/sysutils/polkit/pkg-plist Modified: head/sysutils/polkit/Makefile ============================================================================== --- head/sysutils/polkit/Makefile Tue Jul 7 10:39:42 2015 (r391499) +++ head/sysutils/polkit/Makefile Tue Jul 7 10:43:12 2015 (r391500) @@ -1,10 +1,9 @@ # Created by: Koop Mast # $FreeBSD$ -# $MCom: ports/trunk/sysutils/polkit/Makefile 19013 2014-03-08 07:50:57Z kwm $ PORTNAME= polkit PORTVERSION= 0.105 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils gnome MASTER_SITES= http://www.freedesktop.org/software/polkit/releases/ @@ -15,7 +14,7 @@ LIB_DEPENDS= libexpat.so:${PORTSDIR}/tex RUN_DEPENDS= dbus-launch:${PORTSDIR}/devel/dbus USE_GNOME= glib20 intlhack introspection -USES= gettext gmake libtool:keepla pathfix pkgconfig +USES= gettext gmake libtool pathfix pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-gtk-doc \ Modified: head/sysutils/polkit/pkg-plist ============================================================================== --- head/sysutils/polkit/pkg-plist Tue Jul 7 10:39:42 2015 (r391499) +++ head/sysutils/polkit/pkg-plist Tue Jul 7 10:43:12 2015 (r391500) @@ -46,22 +46,18 @@ include/polkit-1/polkitbackend/polkitbac lib/girepository-1.0/Polkit-1.0.typelib lib/girepository-1.0/PolkitAgent-1.0.typelib lib/libpolkit-agent-1.a -lib/libpolkit-agent-1.la lib/libpolkit-agent-1.so lib/libpolkit-agent-1.so.0 lib/libpolkit-agent-1.so.0.0.0 lib/libpolkit-backend-1.a -lib/libpolkit-backend-1.la lib/libpolkit-backend-1.so lib/libpolkit-backend-1.so.0 lib/libpolkit-backend-1.so.0.0.0 lib/libpolkit-gobject-1.a -lib/libpolkit-gobject-1.la lib/libpolkit-gobject-1.so lib/libpolkit-gobject-1.so.0 lib/libpolkit-gobject-1.so.0.0.0 lib/polkit-1/extensions/libnullbackend.a -lib/polkit-1/extensions/libnullbackend.la lib/polkit-1/extensions/libnullbackend.so libdata/pkgconfig/polkit-agent-1.pc libdata/pkgconfig/polkit-backend-1.pc From owner-svn-ports-head@freebsd.org Tue Jul 7 10:45:52 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 849D29941EA; Tue, 7 Jul 2015 10:45:52 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from mail.highsecure.ru (l.highsecure.ru [5.9.155.182]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 43EF21E4C; Tue, 7 Jul 2015 10:45:51 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from secret-bunker.localdomain (dhcp-93-196.external.eduroam.ucl.ac.uk [144.82.93.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: vsevolod@highsecure.ru) by mail.highsecure.ru (Postfix) with ESMTPSA id D3F2C300056; Tue, 7 Jul 2015 12:45:50 +0200 (CEST) Received: from [127.0.0.1] (localhost [127.0.0.1]) by secret-bunker.localdomain (Postfix) with ESMTP id 11E525B932F; Tue, 7 Jul 2015 11:46:11 +0100 (BST) Message-ID: <559BADF2.2080906@FreeBSD.org> Date: Tue, 07 Jul 2015 11:46:10 +0100 From: Vsevolod Stakhov User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: marino@freebsd.org, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r391493 - head/cad/tkgate References: <201507070635.t676Zaqw085725@repo.freebsd.org> <559B9C36.2060300@FreeBSD.org> <559BA1B2.4050002@marino.st> <559BA55C.2080701@FreeBSD.org> <559BA846.4030506@marino.st> In-Reply-To: <559BA846.4030506@marino.st> Content-Type: text/plain; charset=windows-1252 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, 07 Jul 2015 10:45:52 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 On 07/07/2015 11:21, John Marino wrote: > On 7/7/2015 12:09 PM, Vsevolod Stakhov wrote: >> >> I've checked iconv.mk and that's why I'm writing this message. It >> is broken by definition. It doesn't follow the sane semantics of >> options (obviously, `build` and `lib` are *NOT* mutually >> exclusive as they are currently). > > "lib" includes "build", always. At best its redundant. However, > this is out of scope for me. Open a PR on it if you feel that > strongly about it. > > >>> It means the libc iconv isn't good enough and you need the >>> ports libiconv. >> >> Ok, so it's the new definition of 'translit' term isn't it? No it >> is not! The proper name for this option should be something like >> 'port' and not 'translit'. > > too snarky, won't respond to this. > >>>> Thirdly, isn't it a polite policy to send a notice to a >>>> maintainer *before* committing some change to port? >>> >>> If the port is broken, it's broken. "Just fix it" means if >>> somebody knows how to fix breakage shown on portsmon, we can >>> do. (You're welcome; I did send a courtesy message seconds >>> after this commit) >> >> It seems that you don't understand the word 'polite' as well. > > > Everything I did was permissible. I did not have to send the > followup message, I did that out of courtesy. I am not required to > "be polite" as you define it. I feel that I was courteous and I'm > sorry you don't think so. Ok, from what I'm being observing in your communications with other developers, I can conclude that it's meaningless to talk with you about conventions that exist within the community. - -- Vsevolod Stakhov -----BEGIN PGP SIGNATURE----- iQIcBAEBCAAGBQJVm63yAAoJEAdke2eQCBQ3JiEP/iaB9r2gUHv6ysyCpkswdOVC +fYPx/zoE1GfLHRiDMM/r4G6+5rowajeeEKTKrbZxpI5MzryW36FLqA4SG6dIZZN En88+nAw9k/jpqRKxSvQEs3P3pY/yVVmq/gemF7qTzjcnzEqpQSKgBxRVlZL3y6E Hr6tMUnI06rbAi8ECh+QpADTXORRhI3lpuKUwsRL7xV/i8f/0tttgrHfr4agOj2O iVSPUMFJhjofPK6+9mbFLnFZvzksUwdrxV+bbc6w//nqGdkdEw2/tBGwrpfi2qjw r4TQ9m7tGqOK1aAHPi5rUfoH6btsg4FyEoK8rc+XB9/az+WYEyYeh17/RjJBxXn0 HtiU4aLyuO5sdPyAwNpGD0o4Xgz5cSZjuWCRR27zrgxwDZCpqk+aMNEwFj7Zq9LU urfTYzDso58mGzUbC/wYsrMqTHSsBYD4DT5VU7jqRB2H8jRcUQG6m9mYyIL0GRh1 UkgaZT3Q4+uciUbS0CdbI0eeGgGA03bYSb05s6VaKg+F8j33+GvYaRoz5qskvxFc 3f589jrRgLHjwLjZLSsirhHOjw45QSzgL3+9NWNorOiheLMmgDcYBNVwvD2JCrBv 3ReZT773AaOuP0Qlo9o/c8il6A3SU7jAusVZ1ArTBcaBKaboDT/ZOKCvtH4R81Ct qqpdjaVdOe7q3aIuscXR =xWgR -----END PGP SIGNATURE----- From owner-svn-ports-head@freebsd.org Tue Jul 7 10:47:27 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 97BC79942E0; Tue, 7 Jul 2015 10:47:27 +0000 (UTC) (envelope-from theraven@FreeBSD.org) Received: from theravensnest.org (theraven.freebsd.your.org [216.14.102.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "cloud.theravensnest.org", Issuer "StartCom Class 1 Primary Intermediate Server CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4AF5B1F6D; Tue, 7 Jul 2015 10:47:26 +0000 (UTC) (envelope-from theraven@FreeBSD.org) Received: from c124.sec.cl.cam.ac.uk (c124.sec.cl.cam.ac.uk [128.232.18.124]) (authenticated bits=0) by theravensnest.org (8.15.1/8.15.1) with ESMTPSA id t67AlN2I083740 (version=TLSv1 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 7 Jul 2015 10:47:25 GMT (envelope-from theraven@FreeBSD.org) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2098\)) Subject: Re: svn commit: r391493 - head/cad/tkgate From: David Chisnall In-Reply-To: <559BACBB.2030308@FreeBSD.org> Date: Tue, 7 Jul 2015 11:47:42 +0100 Cc: marino@freebsd.org, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <15B6E028-2BD8-4E72-BD6E-BEC2ACBD4929@FreeBSD.org> References: <201507070635.t676Zaqw085725@repo.freebsd.org> <559B9C36.2060300@FreeBSD.org> <559BA1B2.4050002@marino.st> <559BA55C.2080701@FreeBSD.org> <559BAA0F.4030509@FreeBSD.org> <53EEEF45-07F5-4EFF-847D-C31B53917A70@FreeBSD.org> <559BACBB.2030308@FreeBSD.org> To: Vsevolod Stakhov X-Mailer: Apple Mail (2.2098) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 07 Jul 2015 10:47:27 -0000 On 7 Jul 2015, at 11:40, Vsevolod Stakhov wrote: >=20 > I'm trying to say that's it's a bad practice to prefer base system > dependencies for the ports software. I disagree. > By nature, the ports are the > rolling release of software where we have the most recent versions of > software. Isn't it sane to prefer dependencies on the software > installed from the ports as well? By that logic, we should have a version of libc and all other libraries = in /usr/lib in ports, do rolling releases of them, and never have any = dependencies on anything in the base system from ports software. > This would also allow to upgrade > software easily (including security fixes, for example). The real problem is that upgrading the base system is harder than = upgrading ports. The fix for this is to make upgrading the base system = easier, not to remove all uses of the base system. David From owner-svn-ports-head@freebsd.org Tue Jul 7 10:54:46 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EA27B99446E; Tue, 7 Jul 2015 10:54:46 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BBA681436; Tue, 7 Jul 2015 10:54:45 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from [192.168.0.22] (unknown [130.255.19.191]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 7494243BD5; Tue, 7 Jul 2015 05:54:37 -0500 (CDT) Subject: Re: svn commit: r391493 - head/cad/tkgate To: Vsevolod Stakhov , marino@freebsd.org, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201507070635.t676Zaqw085725@repo.freebsd.org> <559B9C36.2060300@FreeBSD.org> <559BA1B2.4050002@marino.st> <559BA55C.2080701@FreeBSD.org> <559BA846.4030506@marino.st> <559BADF2.2080906@FreeBSD.org> From: John Marino X-Enigmail-Draft-Status: N1110 Reply-To: marino@freebsd.org Message-ID: <559BAFE4.3040608@marino.st> Date: Tue, 7 Jul 2015 12:54:28 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.0.1 MIME-Version: 1.0 In-Reply-To: <559BADF2.2080906@FreeBSD.org> Content-Type: text/plain; charset=windows-1252 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, 07 Jul 2015 10:54:47 -0000 On 7/7/2015 12:46 PM, Vsevolod Stakhov wrote: >> Everything I did was permissible. I did not have to send the >> followup message, I did that out of courtesy. I am not required to >> "be polite" as you define it. I feel that I was courteous and I'm >> sorry you don't think so. > > Ok, from what I'm being observing in your communications with other > developers, I can conclude that it's meaningless to talk with you > about conventions that exist within the community. I followed the explicit rules. The whole point of "Just fix it" is that one is not required to communicate with the maintainer first. The blanket was introduced both to streamline the process to result in faster fixes and to remove unnecessary obstacles that some maintainers were famous for erecting. As part of "Just fix it", it is suggested to let the maintainer know for awareness purposes, which I did, but that is not required. Please, nobody insulted you. The intention was to serve the community and do you a favor. I am saddened that you do not appreciate this gesture, but you can at least be a bit happy that your port is now available on all platforms, which is really the important thing, no? John From owner-svn-ports-head@freebsd.org Tue Jul 7 10:55:17 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 067E59944A3; Tue, 7 Jul 2015 10:55:17 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from mail.highsecure.ru (l.highsecure.ru [5.9.155.182]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B6AFB1579; Tue, 7 Jul 2015 10:55:16 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from secret-bunker.localdomain (dhcp-93-196.external.eduroam.ucl.ac.uk [144.82.93.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: vsevolod@highsecure.ru) by mail.highsecure.ru (Postfix) with ESMTPSA id 79820300056; Tue, 7 Jul 2015 12:55:15 +0200 (CEST) Received: from [127.0.0.1] (localhost [127.0.0.1]) by secret-bunker.localdomain (Postfix) with ESMTP id C418F5B93C0; Tue, 7 Jul 2015 11:55:35 +0100 (BST) Message-ID: <559BB027.2020005@FreeBSD.org> Date: Tue, 07 Jul 2015 11:55:35 +0100 From: Vsevolod Stakhov User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: David Chisnall CC: marino@freebsd.org, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r391493 - head/cad/tkgate References: <201507070635.t676Zaqw085725@repo.freebsd.org> <559B9C36.2060300@FreeBSD.org> <559BA1B2.4050002@marino.st> <559BA55C.2080701@FreeBSD.org> <559BAA0F.4030509@FreeBSD.org> <53EEEF45-07F5-4EFF-847D-C31B53917A70@FreeBSD.org> <559BACBB.2030308@FreeBSD.org> <15B6E028-2BD8-4E72-BD6E-BEC2ACBD4929@FreeBSD.org> In-Reply-To: <15B6E028-2BD8-4E72-BD6E-BEC2ACBD4929@FreeBSD.org> Content-Type: text/plain; charset=windows-1252 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, 07 Jul 2015 10:55:17 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 On 07/07/2015 11:47, David Chisnall wrote: > On 7 Jul 2015, at 11:40, Vsevolod Stakhov > wrote: >> >> I'm trying to say that's it's a bad practice to prefer base >> system dependencies for the ports software. > > I disagree. > >> By nature, the ports are the rolling release of software where >> we have the most recent versions of software. Isn't it sane to >> prefer dependencies on the software installed from the ports as >> well? > > By that logic, we should have a version of libc and all other > libraries in /usr/lib in ports, do rolling releases of them, and > never have any dependencies on anything in the base system from > ports software. That's an incorrect example. Libc depends on kernel ABI and should not apparently be installed from the ports. But iconv is something system independent, so it makes it extremely hard to figure out which features are used in specific software installed from the ports. >> This would also allow to upgrade software easily (including >> security fixes, for example). > > The real problem is that upgrading the base system is harder than > upgrading ports. The fix for this is to make upgrading the base > system easier, not to remove all uses of the base system. I'm not proposing to remove all uses of the base system. I'm proposing to reduce uses to system dependent stuff and to some standard components, such as POSIX API. And something like having iconv in the base that is not compatible with GNU iconv just introduces potential problems with all ported software. - -- Vsevolod Stakhov -----BEGIN PGP SIGNATURE----- iQIcBAEBCAAGBQJVm7AnAAoJEAdke2eQCBQ3YHAQAKUf5trjbnPsVrt31YxlH4mn 3dQoLwGfEivG4JsSCnd/rLDHPPPwlG2hy0sHZZAlShPsjX9pZ45by6idYGLxqJGi OmDdQSobAbMsRRjKmunx0V17PWzK4q/ZOfwMRwX0AMlp6v6jXvyTSOASjuc82KRj jfuGxWgq+UM7EkOLtQND8csuNux5o5ixDmttWVMXXP9VtpePgDZ9dqiGCexysrQS fnKxd6WXoniarhMmyu3G5ZQtFd1fHJEZLkFStGpf3okHUAzKt8/jbmzMpLSgGXNf g3dwg9xnA5zSoOWA04NWCoM9FRIancpQeAlYE8zXOwPLkPk7nBqbeOTw9jQYAII3 vdv7kKCiecKFAAX8Y37tZCBiJ6++7bB5kvISG10JDG1QbENeu9gg3kwmdoPMtjGD 8X1DHMLBBeXQFUvzRRD9f2eiQ1x/89ZOq4z4yf36/fSCRrrRqOXQ4ckF3agaBmb+ qI5g/eEUxJIbsFhCU42eO67iVxAmYNwQd2Y1FA81c0B+fDr3B4NB6FKp77GXdptJ 1P+Mhg/uKbB7fJPQCtLnRBFeutYoFiXkX8ESMB1vtMk40ngiaCq1oSz+YV1P0yr0 0BZjptqcSnSpWspkzTV+mXWtsAz5FJWUZpnBklc50s1IxiJv8ykWM4uB21JEQJD/ h+Vem1BKP4zfq6wl5UNt =quMU -----END PGP SIGNATURE----- From owner-svn-ports-head@freebsd.org Tue Jul 7 10:57:23 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1F7809944DA; Tue, 7 Jul 2015 10:57:23 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0B48A168B; Tue, 7 Jul 2015 10:57:23 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t67AvMqR015696; Tue, 7 Jul 2015 10:57:22 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t67AvMfT015693; Tue, 7 Jul 2015 10:57:22 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201507071057.t67AvMfT015693@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Tue, 7 Jul 2015 10:57:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391501 - head/x11-toolkits/tkdnd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 07 Jul 2015 10:57:23 -0000 Author: gahr Date: Tue Jul 7 10:57:21 2015 New Revision: 391501 URL: https://svnweb.freebsd.org/changeset/ports/391501 Log: - Update to 2.8 Modified: head/x11-toolkits/tkdnd/Makefile head/x11-toolkits/tkdnd/distinfo Modified: head/x11-toolkits/tkdnd/Makefile ============================================================================== --- head/x11-toolkits/tkdnd/Makefile Tue Jul 7 10:43:12 2015 (r391500) +++ head/x11-toolkits/tkdnd/Makefile Tue Jul 7 10:57:21 2015 (r391501) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tkdnd -PORTVERSION= 2.7 +PORTVERSION= 2.8 CATEGORIES= x11-toolkits tk MASTER_SITES= SF/${PORTNAME}/TkDND/TkDND%20${PORTVERSION}/ DISTNAME= ${PORTNAME}${PORTVERSION}-src @@ -25,6 +25,6 @@ USE_LDCONFIG= ${PREFIX}/lib/${TKPKG} WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION} post-install: - @${INSTALL_MAN} ${WRKSRC}/doc/tkDND.n ${STAGEDIR}/${PREFIX}/man/mann/${MANN} + ${INSTALL_MAN} ${WRKSRC}/doc/tkDND.n ${STAGEDIR}/${PREFIX}/man/mann/${MANN} .include Modified: head/x11-toolkits/tkdnd/distinfo ============================================================================== --- head/x11-toolkits/tkdnd/distinfo Tue Jul 7 10:43:12 2015 (r391500) +++ head/x11-toolkits/tkdnd/distinfo Tue Jul 7 10:57:21 2015 (r391501) @@ -1,2 +1,2 @@ -SHA256 (tkdnd2.7-src.tar.gz) = d81a782bf743d2f7382c3ef27d8e1af05de0cc45d4fb6767fabf2f85741c8abd -SIZE (tkdnd2.7-src.tar.gz) = 541562 +SHA256 (tkdnd2.8-src.tar.gz) = 5e76266adaf381f0c6797b2a15a77c162c2fe718f887d973d61316ded802ca78 +SIZE (tkdnd2.8-src.tar.gz) = 185025 From owner-svn-ports-head@freebsd.org Tue Jul 7 10:59:06 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AC11599459A; Tue, 7 Jul 2015 10:59:06 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from mail.highsecure.ru (l.highsecure.ru [5.9.155.182]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6AE3C192C; Tue, 7 Jul 2015 10:59:05 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from secret-bunker.localdomain (dhcp-93-196.external.eduroam.ucl.ac.uk [144.82.93.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: vsevolod@highsecure.ru) by mail.highsecure.ru (Postfix) with ESMTPSA id ADB6A300056; Tue, 7 Jul 2015 12:59:04 +0200 (CEST) Received: from [127.0.0.1] (localhost [127.0.0.1]) by secret-bunker.localdomain (Postfix) with ESMTP id 05AF75B93FA; Tue, 7 Jul 2015 11:59:25 +0100 (BST) Message-ID: <559BB10C.5080801@FreeBSD.org> Date: Tue, 07 Jul 2015 11:59:24 +0100 From: Vsevolod Stakhov User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: marino@freebsd.org, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r391493 - head/cad/tkgate References: <201507070635.t676Zaqw085725@repo.freebsd.org> <559B9C36.2060300@FreeBSD.org> <559BA1B2.4050002@marino.st> <559BA55C.2080701@FreeBSD.org> <559BA846.4030506@marino.st> <559BADF2.2080906@FreeBSD.org> <559BAFE4.3040608@marino.st> In-Reply-To: <559BAFE4.3040608@marino.st> Content-Type: text/plain; charset=windows-1252 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, 07 Jul 2015 10:59:06 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 On 07/07/2015 11:54, John Marino wrote: > On 7/7/2015 12:46 PM, Vsevolod Stakhov wrote: >>> Everything I did was permissible. I did not have to send the >>> followup message, I did that out of courtesy. I am not >>> required to "be polite" as you define it. I feel that I was >>> courteous and I'm sorry you don't think so. >> >> Ok, from what I'm being observing in your communications with >> other developers, I can conclude that it's meaningless to talk >> with you about conventions that exist within the community. > > I followed the explicit rules. The whole point of "Just fix it" is > that one is not required to communicate with the maintainer first. > The blanket was introduced both to streamline the process to result > in faster fixes and to remove unnecessary obstacles that some > maintainers were famous for erecting. > > As part of "Just fix it", it is suggested to let the maintainer > know for awareness purposes, which I did, but that is not > required. > > Please, nobody insulted you. The intention was to serve the > community and do you a favor. I am saddened that you do not > appreciate this gesture, but you can at least be a bit happy that > your port is now available on all platforms, which is really the > important thing, no? Let's finish this discussion. I'm grateful to you for your fix, as it is really useful, but I would appreciate if you could notice me about such a changes in advance in future. - -- Vsevolod Stakhov -----BEGIN PGP SIGNATURE----- iQIcBAEBCAAGBQJVm7EMAAoJEAdke2eQCBQ3vi0QAJ+Bh9obicKncmA3ByzbVXC4 9vu7Xyk1bRKZQxVExiCoSZhgl4sLANRDXGzoJ+LkPBDR7GS6LStuqzBNOPQZhFX3 5OXV/NwfnR0jOs2pk2KS0jwzX/tsGVyTquviOzfC7kHJSOkuVBe/rxAaMYLb0MvU juwLyV8umKiWUoCnpv30LxIvCsoEyaG1GkkkS7Q4wYIvzN6mDmoZVjR1JIZJxB5M Lo2w39m81dcNm8pbfnlHnKi6R5R+4iuuo1nUTrYwQW7GW0Gw+9Pzju65A+aIjSwd tjND+QoXnFbijVZxoZcfyRH/ZJb/jw+HAkp8RLVklMVL7TMvig9JpRT142Z/Rk0u VchVMT1TFpaBiwCfcfLSuQNWglbTacO0QLotQDFKIf0bLfivuEkUwvvVSPuGJCui 7e/Qap/RNvW+FpN5GMrrVC2A7KHAHYX3Dy8NPrOKFQ9jdSlhJ4I5tszA9aktEWwv BR2EffPXKGRe/FKZ5HSVwgFSRew1TM/KYX8cSa0vyLga30GBGeSiqBvfxGff7uIB KMomtPJ6lniLC9cfnxWxg0m8q+FzQiViiBvg0r2BV2bnen+Zd/qjvDfUrDTO+11e 5ou3F96Wc5v0aqDHQniBvYkYyoxYpaFdwTsxZvTyQ9rwd4i1XAIFk9LGoIkK+N4u 1F+XzFfwSKs4m26y1iYo =FDve -----END PGP SIGNATURE----- From owner-svn-ports-head@freebsd.org Tue Jul 7 11:48:04 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 66037995298; Tue, 7 Jul 2015 11:48:04 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 495DB14BC; Tue, 7 Jul 2015 11:48:04 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t67Bm4dG039941; Tue, 7 Jul 2015 11:48:04 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t67Bm3Ia039938; Tue, 7 Jul 2015 11:48:03 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201507071148.t67Bm3Ia039938@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Tue, 7 Jul 2015 11:48:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391502 - in head/net/turses: . 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, 07 Jul 2015 11:48:04 -0000 Author: koobs Date: Tue Jul 7 11:48:02 2015 New Revision: 391502 URL: https://svnweb.freebsd.org/changeset/ports/391502 Log: net/turses: Update to 0.3.0, Unbreak. - Update to 0.3.0, unbreaking due to 2.3+ versions of net/py-tweepy in the ports tree - Patch setup.py to relax py-tweepy version requirement - oauth2 is no longer required - Set USES=python to 2.7, since this doesnt need the meta-port - Patch in setuptools test command support (setup.py) - Update TEST_DEPENDS and TESTS option description - Sort USE_PYTHON values - Add NO_ARCH Second half of: PR: 200621 Reported by: Patrick P. MFH: 2015Q3 Modified: head/net/turses/Makefile head/net/turses/distinfo head/net/turses/files/patch-setup.py Modified: head/net/turses/Makefile ============================================================================== --- head/net/turses/Makefile Tue Jul 7 10:57:21 2015 (r391501) +++ head/net/turses/Makefile Tue Jul 7 11:48:02 2015 (r391502) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= turses -PORTVERSION= 0.2.22 +PORTVERSION= 0.3.0 CATEGORIES= net python MASTER_SITES= CHEESESHOP @@ -11,22 +11,23 @@ COMMENT= Python Twitter client for the c LICENSE= GPLv3 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}oauth2>0:${PORTSDIR}/net/py-oauth2 \ - ${PYTHON_PKGNAMEPREFIX}urwid>0:${PORTSDIR}/devel/py-urwid \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}urwid>0:${PORTSDIR}/devel/py-urwid \ ${PYTHON_PKGNAMEPREFIX}tweepy>=2.2:${PORTSDIR}/net/py-tweepy - -TEST_DEPENDS:= ${RUN_DEPENDS} \ - ${PYTHON_PKGNAMEPREFIX}nose>0:${PORTSDIR}/devel/py-nose \ +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:${PORTSDIR}/devel/py-pytest \ ${PYTHON_PKGNAMEPREFIX}mock>0:${PORTSDIR}/devel/py-mock -OPTIONS_DEFINE= TESTS -TESTS_DESC= Install tools for unit tests -TESTS_BUILD_DEPENDS= ${TEST_DEPENDS} +OPTIONS_DEFINE= TESTS + +TESTS_DESC= Install test suite requirements +TESTS_BUILD_DEPENDS= ${RUN_DEPENDS} \ + ${TEST_DEPENDS} + +USES= python:2.7 +USE_PYTHON= autoplist distutils -USES= python:2 -USE_PYTHON= distutils autoplist +NO_ARCH= yes regression-test: build - @cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test + @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test .include Modified: head/net/turses/distinfo ============================================================================== --- head/net/turses/distinfo Tue Jul 7 10:57:21 2015 (r391501) +++ head/net/turses/distinfo Tue Jul 7 11:48:02 2015 (r391502) @@ -1,2 +1,2 @@ -SHA256 (turses-0.2.22.tar.gz) = a3fbca4d82089fc9b863b1d7d90864ff64f488c773d514906984114f71db0fb7 -SIZE (turses-0.2.22.tar.gz) = 52047 +SHA256 (turses-0.3.0.tar.gz) = 9b6737655b006a1b03123ea294335170ffa576d3696abcfe6dd2853723d5dcca +SIZE (turses-0.3.0.tar.gz) = 50395 Modified: head/net/turses/files/patch-setup.py ============================================================================== --- head/net/turses/files/patch-setup.py Tue Jul 7 10:57:21 2015 (r391501) +++ head/net/turses/files/patch-setup.py Tue Jul 7 11:48:02 2015 (r391502) @@ -1,18 +1,53 @@ ---- ./setup.py.orig 2013-12-03 05:34:39.000000000 +1100 -+++ ./setup.py 2014-03-08 14:28:44.204623431 +1100 -@@ -47,7 +47,7 @@ +--- setup.py.orig 2015-07-07 10:35:56 UTC ++++ setup.py +@@ -32,6 +32,8 @@ See ``AUTHORS`` for a full list of contr + """ + + from setuptools import setup, find_packages ++from setuptools.command.test import test as TestCommand ++import sys + from sys import version_info + + import turses +@@ -40,13 +42,31 @@ NAME = "turses" + + REQUIREMENTS = [ + "urwid", +- "tweepy==3.1.0", ++ "tweepy>=3.1.0", + ] + if version_info[:2] == (2, 6): REQUIREMENTS.append("argparse") TEST_REQUIREMENTS = list(REQUIREMENTS) --TEST_REQUIREMENTS.extend(["mock", "nose", "coverage", "tox"]) -+TEST_REQUIREMENTS.extend(["mock", "nose"]) +-TEST_REQUIREMENTS.extend(["mock", "pytest", "coverage", "tox"]) ++TEST_REQUIREMENTS.extend(["mock", "pytest"]) ++ ++class PyTest(TestCommand): ++ user_options = [('pytest-args=', 'a', "Arguments to pass to py.test")] ++ ++ def initialize_options(self): ++ TestCommand.initialize_options(self) ++ self.pytest_args = [] ++ ++ def finalize_options(self): ++ TestCommand.finalize_options(self) ++ self.test_args = [] ++ self.test_suite = True ++ ++ def run_tests(self): ++ #import here, cause outside the eggs aren't loaded ++ import pytest ++ errno = pytest.main(self.pytest_args) ++ sys.exit(errno) try: - long_description = open("README.rst").read() + "\n\n" + open("HISTORY.rst").read() -@@ -80,5 +80,6 @@ - "Programming Language :: Python :: 2.7", + long_description = open("README.rst").read() + "\n\n" + open( +@@ -80,4 +100,6 @@ setup(name=NAME, "Topic :: Communications", ], -+ test_suite = 'nose.collector', install_requires=REQUIREMENTS, - tests_require=TEST_REQUIREMENTS) +- tests_require=TEST_REQUIREMENTS) ++ tests_require=TEST_REQUIREMENTS, ++ cmdclass = {'test': PyTest}, ++) From owner-svn-ports-head@freebsd.org Tue Jul 7 14:17:53 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 54972995CB7; Tue, 7 Jul 2015 14:17:53 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 416CE10F8; Tue, 7 Jul 2015 14:17:53 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t67EHrNa012173; Tue, 7 Jul 2015 14:17:53 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t67EHqKT012171; Tue, 7 Jul 2015 14:17:52 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201507071417.t67EHqKT012171@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 7 Jul 2015 14:17:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391503 - head/biology/seqtools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 07 Jul 2015 14:17:53 -0000 Author: pi Date: Tue Jul 7 14:17:51 2015 New Revision: 391503 URL: https://svnweb.freebsd.org/changeset/ports/391503 Log: biology/seqtools: 4.34.1 -> 4.35 - Blixem bug fix in sorting features, RT 473624 - Compilation of the seqtools in parallel, RT 467905 - Fix bug with sorting by similarity/identity to first sequence (RT:473624) - Fix an error compiling with multiple threads (RT:467905) Modified: head/biology/seqtools/Makefile head/biology/seqtools/distinfo Modified: head/biology/seqtools/Makefile ============================================================================== --- head/biology/seqtools/Makefile Tue Jul 7 11:48:02 2015 (r391502) +++ head/biology/seqtools/Makefile Tue Jul 7 14:17:51 2015 (r391503) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= seqtools -PORTVERSION= 4.34.1 +PORTVERSION= 4.35 CATEGORIES= biology MASTER_SITES= ftp://ftp.sanger.ac.uk/pub4/resources/software/seqtools/PRODUCTION/ @@ -17,8 +17,8 @@ USES= execinfo pkgconfig GNU_CONFIGURE= yes USE_GCC= any USE_GNOME= gtk20 -CFLAGS= -I${LOCALBASE}/include -LDFLAGS= -L${LOCALBASE}/lib -lexecinfo -lcurl -lsqlite3 -lm +CFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib -lexecinfo -lcurl -lsqlite3 -lm MAKE_JOBS_UNSAFE= yes OPTIONS_DEFINE= DOCS Modified: head/biology/seqtools/distinfo ============================================================================== --- head/biology/seqtools/distinfo Tue Jul 7 11:48:02 2015 (r391502) +++ head/biology/seqtools/distinfo Tue Jul 7 14:17:51 2015 (r391503) @@ -1,2 +1,2 @@ -SHA256 (seqtools-4.34.1.tar.gz) = 77c383d151fd19faa2d24aa3444d4d19527464d0823b58d5a40857fd494a595a -SIZE (seqtools-4.34.1.tar.gz) = 3267808 +SHA256 (seqtools-4.35.tar.gz) = 3465c40527a1a7255209f66d88275afa7e3b17f831fa833c5f8bf94c7a913d9d +SIZE (seqtools-4.35.tar.gz) = 5594161 From owner-svn-ports-head@freebsd.org Tue Jul 7 14:22:39 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7D318995E8E; Tue, 7 Jul 2015 14:22:39 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6D32319A7; Tue, 7 Jul 2015 14:22:39 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t67EMdmX016445; Tue, 7 Jul 2015 14:22:39 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t67EMcYg016442; Tue, 7 Jul 2015 14:22:38 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201507071422.t67EMcYg016442@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 7 Jul 2015 14:22:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391504 - head/devel/soapui X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 07 Jul 2015 14:22:39 -0000 Author: pi Date: Tue Jul 7 14:22:37 2015 New Revision: 391504 URL: https://svnweb.freebsd.org/changeset/ports/391504 Log: devel/soapui: 5.1.3 -> 5.2.0 http://www.soapui.org/news/SoapUI-5-2-released.html - You can use 4 new JSONPath-based assertions: o JsonPath Count Calculates the number of element occurrences in a JSON response. o JsonPath Existence Match Extracts data from a JSON response and compares it with an expected value. o JsonPath Match Checks if a JSON response contains specific node. o JsonPath RegEx Match Extracts data from a JSON response and verifies it with a regular expression. You can find the new assertions in the Add Assertions dialog, in the Property Content assertion group. - You can create new empty projects (in earlier versions, projects had to be based on WSDL or WADL, or URI). - Support for Java 6 has been dropped. To run SoapUI, now you need to have Java 7 on your computer. - Old-style icons have been replaced with newer icons. - Several bugs fixed. Modified: head/devel/soapui/Makefile head/devel/soapui/distinfo head/devel/soapui/pkg-plist Modified: head/devel/soapui/Makefile ============================================================================== --- head/devel/soapui/Makefile Tue Jul 7 14:17:51 2015 (r391503) +++ head/devel/soapui/Makefile Tue Jul 7 14:22:37 2015 (r391504) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= soapui -PORTVERSION= 5.1.3 +PORTVERSION= 5.2.0 CATEGORIES= devel java www MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/ DISTNAME= SoapUI-${PORTVERSION}-linux-bin @@ -14,7 +14,7 @@ LICENSE= GPLv2 USES= cpe CPE_VENDOR= smartbear -USE_JAVA= 1.6+ +USE_JAVA= 1.7+ WRKSRC= ${WRKDIR}/SoapUI-${PORTVERSION} REINPLACE_ARGS= -i '' DATADIR= ${JAVASHAREDIR}/${PORTNAME} Modified: head/devel/soapui/distinfo ============================================================================== --- head/devel/soapui/distinfo Tue Jul 7 14:17:51 2015 (r391503) +++ head/devel/soapui/distinfo Tue Jul 7 14:22:37 2015 (r391504) @@ -1,2 +1,2 @@ -SHA256 (SoapUI-5.1.3-linux-bin.tar.gz) = 9e1589a613363cd49ea8fc0eb9d609717a311988abac85823506bef877985010 -SIZE (SoapUI-5.1.3-linux-bin.tar.gz) = 50935166 +SHA256 (SoapUI-5.2.0-linux-bin.tar.gz) = aba70ad23e3904da064e6a01f59801c66fd7a35212e3643fd22531e2e803d200 +SIZE (SoapUI-5.2.0-linux-bin.tar.gz) = 51900461 Modified: head/devel/soapui/pkg-plist ============================================================================== --- head/devel/soapui/pkg-plist Tue Jul 7 14:17:51 2015 (r391503) +++ head/devel/soapui/pkg-plist Tue Jul 7 14:22:37 2015 (r391504) @@ -56,15 +56,15 @@ bin/soapui.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Tutorials/popular-apis/Google-Maps-soapui-project.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Tutorials/popular-apis/Twitter-soapui-project.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Tutorials/popular-apis/YouTube-soapui-project.xml +%%DATADIR%%/bin/SoapUI-Spashscreen.png %%DATADIR%%/bin/ext/readme.txt %%DATADIR%%/bin/installationcomplete.sh %%DATADIR%%/bin/loadtestrunner.sh %%DATADIR%%/bin/mockservicerunner.sh %%DATADIR%%/bin/securitytestrunner.sh -%%DATADIR%%/bin/soapui-5.1.3.jar +%%DATADIR%%/bin/soapui-5.2.0.jar %%DATADIR%%/bin/soapui-errors.log %%DATADIR%%/bin/soapui-log4j.xml -%%DATADIR%%/bin/soapui-splash.png %%DATADIR%%/bin/soapui.log %%DATADIR%%/bin/soapui.sh %%DATADIR%%/bin/starter-page.html @@ -74,7 +74,8 @@ bin/soapui.sh %%DATADIR%%/bin/updateinstallation.sh %%DATADIR%%/bin/wargenerator.sh %%DATADIR%%/lib/activation-1.1.jar -%%DATADIR%%/lib/analytics-core-5.1.3-os.jar +%%DATADIR%%/lib/analytics-core-5.2.0.jar +%%DATADIR%%/lib/animal-sniffer-annotations-1.11.jar %%DATADIR%%/lib/bcprov-jdk15-144.jar %%DATADIR%%/lib/binding-2.0.1.jar %%DATADIR%%/lib/cajo-1.142.jar @@ -107,6 +108,7 @@ bin/soapui.sh %%DATADIR%%/lib/httpcore-nio-4.1.1.jar %%DATADIR%%/lib/httpmime-4.1.1.jar %%DATADIR%%/lib/i4jruntime-5.1.14.jar +%%DATADIR%%/lib/javassist-3.16.1-GA.jar %%DATADIR%%/lib/jaxen-1.1-beta-8.jar %%DATADIR%%/lib/jcifs-1.2.9.jar %%DATADIR%%/lib/jdom-1.0.jar @@ -135,8 +137,9 @@ bin/soapui.sh %%DATADIR%%/lib/org.apache.oltu.oauth2.client-0.31.jar %%DATADIR%%/lib/org.apache.oltu.oauth2.common-0.31.jar %%DATADIR%%/lib/org.apache.oltu.oauth2.httpclient4-0.31.jar -%%DATADIR%%/lib/out-app-analytics-provider-5.1.3-os.jar +%%DATADIR%%/lib/out-app-analytics-provider-5.2.0.jar %%DATADIR%%/lib/proxy-vole-20131209.jar +%%DATADIR%%/lib/reflections-0.9.9-RC1.jar %%DATADIR%%/lib/rsyntaxtextarea-2.5.0.jar %%DATADIR%%/lib/sac-1.3.jar %%DATADIR%%/lib/saxon-9.1.0.8j.jar From owner-svn-ports-head@freebsd.org Tue Jul 7 14:35:40 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D59EF99503F; Tue, 7 Jul 2015 14:35:40 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AB36A1F06; Tue, 7 Jul 2015 14:35:40 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t67EZeu5021797; Tue, 7 Jul 2015 14:35:40 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t67EZemS021795; Tue, 7 Jul 2015 14:35:40 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201507071435.t67EZemS021795@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 7 Jul 2015 14:35:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391505 - 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, 07 Jul 2015 14:35:40 -0000 Author: feld Date: Tue Jul 7 14:35:39 2015 New Revision: 391505 URL: https://svnweb.freebsd.org/changeset/ports/391505 Log: Document roundcube vulnerabilities Security: CVE-2015-5381 Security: CVE-2015-5383 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Jul 7 14:22:37 2015 (r391504) +++ head/security/vuxml/vuln.xml Tue Jul 7 14:35:39 2015 (r391505) @@ -57,6 +57,45 @@ Notes: --> + + roundcube - multiple vulnerabilities + + + roundcube + 1.1.0,11.1.2,1 + 1.0.6,1 + + + + +

Roundcube reports:

+
+

We just published updates to both stable versions 1.0 and + 1.1 after fixing many minor bugs and adding some security improvements + to the 1.1 release branch. Version 1.0.6 comes with cherry-picked fixes + from the more recent version to ensure proper long term support + especially in regards of security and compatibility. + + The security-related fixes in particular are: + + * XSS vulnerability in _mbox argument + * security improvement in contact photo handling + * potential info disclosure from temp directory

+
+ +
+ + CVE-2015-5381 + CVE-2015-5383 + http://openwall.com/lists/oss-security/2015/07/06/10 + https://roundcube.net/news/2015/06/05/updates-1.1.2-and-1.0.6-released/ + + + 2015-05-30 + 2015-07-7 + +
+ turnserver -- SQL injection vulnerability From owner-svn-ports-head@freebsd.org Tue Jul 7 14:38:42 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9B3E7995084 for ; Tue, 7 Jul 2015 14:38:42 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: from mail-ie0-f180.google.com (mail-ie0-f180.google.com [209.85.223.180]) (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 61EC21054 for ; Tue, 7 Jul 2015 14:38:42 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: by ieqy10 with SMTP id y10so135944814ieq.0 for ; Tue, 07 Jul 2015 07:38:40 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=ptbEwqycnSH+P1xUJKPthtRAIhoJ3lxRtrlawqh1dkU=; b=au9s1HyZYyDEYdGtET5S4TdCrenoGUeVwXj2fTy1ANe4zz87oESr7u1SkU8Dg3p1AL dh5r7hKzW1JK7jYNnr8St+N2cyjNPH0CZhdbQlTER40Kpwheo83iITp1HH5vpx4KHsY/ bv8nPduMW1f5Sy9vC8iRemZsLcLUoj8PXj/9KJJgm4EqZXsaNu95xxhIDrHtc/YKhakS qCdm256MnKzgO0wOOo5171zr2DtAAWcXIaxSXAa3HXynBN1IVW1jh2z8GAU3gO6NMN/7 SomAHUPh5Z/5RZnognoxXnA4D43fG2mj4/GMqtivyDnVgWGBI0IzdOdUtdEi92QVcN4/ nDYQ== X-Gm-Message-State: ALoCoQl8iN/zwcbHxM+qPO8VMqhu+HN/gMFJpClzPQ7dQ+pZR/hlzC9plwrmpyrIOaA/5N6UQnMe X-Received: by 10.50.43.197 with SMTP id y5mr22263513igl.27.1436279920534; Tue, 07 Jul 2015 07:38:40 -0700 (PDT) MIME-Version: 1.0 Received: by 10.50.195.199 with HTTP; Tue, 7 Jul 2015 07:38:00 -0700 (PDT) X-Originating-IP: [68.101.40.130] In-Reply-To: <201507061805.t66I5c8X005946@repo.freebsd.org> References: <201507061805.t66I5c8X005946@repo.freebsd.org> From: "Philip M. Gollucci" Date: Tue, 7 Jul 2015 10:38:00 -0400 Message-ID: Subject: Re: svn commit: r391473 - in head: benchmarks/rubygem-benchmark-ips databases/rubygem-redis devel/rubygem-CFPropertyList devel/rubygem-attic devel/rubygem-benelux devel/rubygem-blankslate devel/rubygem... To: Sunpoet Po-Chuan Hsieh Cc: "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 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, 07 Jul 2015 14:38:42 -0000 Why is this way not the other? Personally I prefer the other way, but I don't see this documented anywhere in PBH either way. On Mon, Jul 6, 2015 at 2:05 PM, Sunpoet Po-Chuan Hsieh wrote: > Author: sunpoet > Date: Mon Jul 6 18:05:37 2015 > New Revision: 391473 > URL: https://svnweb.freebsd.org/changeset/ports/391473 > > Log: > - Remove blank line between NO_ARCH and USE_RUBY > > Modified: > head/benchmarks/rubygem-benchmark-ips/Makefile > head/databases/rubygem-redis/Makefile > head/devel/rubygem-CFPropertyList/Makefile > head/devel/rubygem-attic/Makefile > head/devel/rubygem-benelux/Makefile > head/devel/rubygem-blankslate/Makefile > head/devel/rubygem-bones/Makefile > head/devel/rubygem-buftok/Makefile > head/devel/rubygem-celluloid-io/Makefile > head/devel/rubygem-colorize/Makefile > head/devel/rubygem-cucumber-core/Makefile > head/devel/rubygem-drydock/Makefile > head/devel/rubygem-gibbler/Makefile > head/devel/rubygem-inflecto/Makefile > head/devel/rubygem-jekyll-coffeescript/Makefile > head/devel/rubygem-lumberjack/Makefile > head/devel/rubygem-memoizable/Makefile > head/devel/rubygem-mercenary/Makefile > head/devel/rubygem-nenv/Makefile > head/devel/rubygem-notiffany/Makefile > head/devel/rubygem-open4/Makefile > head/devel/rubygem-retryable/Makefile > head/devel/rubygem-storable/Makefile > head/devel/rubygem-subexec/Makefile > head/devel/rubygem-sysinfo/Makefile > head/devel/rubygem-tdiff/Makefile > head/devel/rubygem-toml/Makefile > head/dns/rubygem-public_suffix_service/Makefile > head/emulators/rubygem-fission/Makefile > head/graphics/rubygem-png/Makefile > head/misc/rubygem-iesd/Makefile > head/net-im/rubygem-hipchat/Makefile > head/net/rubygem-amq-client/Makefile > head/net/rubygem-amq-protocol/Makefile > head/net/rubygem-amqp/Makefile > head/net/rubygem-aws-ses/Makefile > head/net/rubygem-dropbox-sdk/Makefile > head/net/rubygem-httpauth/Makefile > head/net/rubygem-rubytter/Makefile > head/net/rubygem-simple_oauth/Makefile > head/net/rubygem-t/Makefile > head/net/rubygem-twitter/Makefile > head/net/rubygem-uri-redis/Makefile > head/sysutils/rubygem-guard-compat/Makefile > head/sysutils/rubygem-parallel/Makefile > head/sysutils/rubygem-shellany/Makefile > head/textproc/rubygem-css_parser/Makefile > head/textproc/rubygem-multi_xml/Makefile > head/textproc/rubygem-parslet/Makefile > head/textproc/rubygem-yard/Makefile > head/www/rubygem-em-websocket/Makefile > head/www/rubygem-faraday/Makefile > head/www/rubygem-gollum-grit_adapter/Makefile > head/www/rubygem-http-form_data/Makefile > head/www/rubygem-http/Makefile > head/www/rubygem-multipart-post/Makefile > head/www/rubygem-net-http-digest_auth/Makefile > head/www/rubygem-net-http-persistent/Makefile > head/www/rubygem-pagerduty/Makefile > head/www/rubygem-robots/Makefile > head/www/rubygem-webrobots/Makefile > > Modified: head/benchmarks/rubygem-benchmark-ips/Makefile > > ============================================================================== > --- head/benchmarks/rubygem-benchmark-ips/Makefile Mon Jul 6 > 17:48:28 2015 (r391472) > +++ head/benchmarks/rubygem-benchmark-ips/Makefile Mon Jul 6 > 18:05:37 2015 (r391473) > @@ -12,7 +12,6 @@ COMMENT= Iterations per second enhanceme > LICENSE= MIT > > NO_ARCH= yes > - > USE_RUBY= yes > USE_RUBYGEMS= yes > RUBYGEM_AUTOPLIST= yes > > Modified: head/databases/rubygem-redis/Makefile > > ============================================================================== > --- head/databases/rubygem-redis/Makefile Mon Jul 6 17:48:28 2015 > (r391472) > +++ head/databases/rubygem-redis/Makefile Mon Jul 6 18:05:37 2015 > (r391473) > @@ -12,7 +12,6 @@ COMMENT= Ruby client library for Redis, > LICENSE= MIT > > NO_ARCH= yes > - > USE_RUBY= yes > USE_RUBYGEMS= yes > RUBYGEM_AUTOPLIST= yes > > Modified: head/devel/rubygem-CFPropertyList/Makefile > > ============================================================================== > --- head/devel/rubygem-CFPropertyList/Makefile Mon Jul 6 17:48:28 2015 > (r391472) > +++ head/devel/rubygem-CFPropertyList/Makefile Mon Jul 6 18:05:37 2015 > (r391473) > @@ -12,7 +12,6 @@ COMMENT= Read, write and manipulate both > LICENSE= MIT > > NO_ARCH= yes > - > USE_RUBY= yes > USE_RUBYGEMS= yes > RUBYGEM_AUTOPLIST= yes > > Modified: head/devel/rubygem-attic/Makefile > > ============================================================================== > --- head/devel/rubygem-attic/Makefile Mon Jul 6 17:48:28 2015 > (r391472) > +++ head/devel/rubygem-attic/Makefile Mon Jul 6 18:05:37 2015 > (r391473) > @@ -12,7 +12,6 @@ COMMENT= Place to hide private instance > LICENSE= MIT > > NO_ARCH= yes > - > USE_RUBY= yes > USE_RUBYGEMS= yes > RUBYGEM_AUTOPLIST= yes > > Modified: head/devel/rubygem-benelux/Makefile > > ============================================================================== > --- head/devel/rubygem-benelux/Makefile Mon Jul 6 17:48:28 2015 > (r391472) > +++ head/devel/rubygem-benelux/Makefile Mon Jul 6 18:05:37 2015 > (r391473) > @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-attic>=0.5.3:${PORT > rubygem-storable>=0.8.6:${PORTSDIR}/devel/rubygem-storable > > NO_ARCH= yes > - > USE_RUBY= yes > USE_RUBYGEMS= yes > RUBYGEM_AUTOPLIST= yes > > Modified: head/devel/rubygem-blankslate/Makefile > > ============================================================================== > --- head/devel/rubygem-blankslate/Makefile Mon Jul 6 17:48:28 2015 > (r391472) > +++ head/devel/rubygem-blankslate/Makefile Mon Jul 6 18:05:37 2015 > (r391473) > @@ -12,7 +12,6 @@ COMMENT= Abstract base class with no pre > LICENSE= MIT > > NO_ARCH= yes > - > USE_RUBY= yes > USE_RUBYGEMS= yes > RUBYGEM_AUTOPLIST= yes > > Modified: head/devel/rubygem-bones/Makefile > > ============================================================================== > --- head/devel/rubygem-bones/Makefile Mon Jul 6 17:48:28 2015 > (r391472) > +++ head/devel/rubygem-bones/Makefile Mon Jul 6 18:05:37 2015 > (r391473) > @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-little-plugger>=1.1 > rubygem-rake>=10.0:${PORTSDIR}/devel/rubygem-rake > > NO_ARCH= yes > - > USE_RUBY= yes > USE_RUBYGEMS= yes > RUBYGEM_AUTOPLIST= yes > > Modified: head/devel/rubygem-buftok/Makefile > > ============================================================================== > --- head/devel/rubygem-buftok/Makefile Mon Jul 6 17:48:28 2015 > (r391472) > +++ head/devel/rubygem-buftok/Makefile Mon Jul 6 18:05:37 2015 > (r391473) > @@ -12,7 +12,6 @@ COMMENT= Extracts token delimited entiti > LICENSE= MIT > > NO_ARCH= yes > - > USE_RUBY= yes > USE_RUBYGEMS= yes > RUBYGEM_AUTOPLIST= yes > > Modified: head/devel/rubygem-celluloid-io/Makefile > > ============================================================================== > --- head/devel/rubygem-celluloid-io/Makefile Mon Jul 6 17:48:28 2015 > (r391472) > +++ head/devel/rubygem-celluloid-io/Makefile Mon Jul 6 18:05:37 2015 > (r391473) > @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-celluloid>=0.16.0:$ > rubygem-nio4r>=1.1.0:${PORTSDIR}/devel/rubygem-nio4r > > NO_ARCH= yes > - > USE_RUBY= yes > USE_RUBYGEMS= yes > RUBYGEM_AUTOPLIST= yes > > Modified: head/devel/rubygem-colorize/Makefile > > ============================================================================== > --- head/devel/rubygem-colorize/Makefile Mon Jul 6 17:48:28 2015 > (r391472) > +++ head/devel/rubygem-colorize/Makefile Mon Jul 6 18:05:37 2015 > (r391473) > @@ -12,7 +12,6 @@ COMMENT= Ruby String class extension > LICENSE= GPLv2 > > NO_ARCH= yes > - > USE_RUBY= yes > USE_RUBYGEMS= yes > RUBYGEM_AUTOPLIST= yes > > Modified: head/devel/rubygem-cucumber-core/Makefile > > ============================================================================== > --- head/devel/rubygem-cucumber-core/Makefile Mon Jul 6 17:48:28 2015 > (r391472) > +++ head/devel/rubygem-cucumber-core/Makefile Mon Jul 6 18:05:37 2015 > (r391473) > @@ -14,7 +14,6 @@ LICENSE= MIT > RUN_DEPENDS= > rubygem-gherkin>=2.12.0:${PORTSDIR}/textproc/rubygem-gherkin > > NO_ARCH= yes > - > USE_RUBY= yes > USE_RUBYGEMS= yes > RUBYGEM_AUTOPLIST= yes > > Modified: head/devel/rubygem-drydock/Makefile > > ============================================================================== > --- head/devel/rubygem-drydock/Makefile Mon Jul 6 17:48:28 2015 > (r391472) > +++ head/devel/rubygem-drydock/Makefile Mon Jul 6 18:05:37 2015 > (r391473) > @@ -12,7 +12,6 @@ COMMENT= Build seaworthy command-line ap > LICENSE= MIT > > NO_ARCH= yes > - > USE_RUBY= yes > USE_RUBYGEMS= yes > RUBYGEM_AUTOPLIST= yes > > Modified: head/devel/rubygem-gibbler/Makefile > > ============================================================================== > --- head/devel/rubygem-gibbler/Makefile Mon Jul 6 17:48:28 2015 > (r391472) > +++ head/devel/rubygem-gibbler/Makefile Mon Jul 6 18:05:37 2015 > (r391473) > @@ -12,7 +12,6 @@ COMMENT= Git-like hashes for Ruby object > LICENSE= MIT > > NO_ARCH= yes > - > USE_RUBY= yes > USE_RUBYGEMS= yes > RUBYGEM_AUTOPLIST= yes > > Modified: head/devel/rubygem-inflecto/Makefile > > ============================================================================== > --- head/devel/rubygem-inflecto/Makefile Mon Jul 6 17:48:28 2015 > (r391472) > +++ head/devel/rubygem-inflecto/Makefile Mon Jul 6 18:05:37 2015 > (r391473) > @@ -12,7 +12,6 @@ COMMENT= Inflector for strings > LICENSE= MIT > > NO_ARCH= yes > - > USE_RUBY= yes > USE_RUBYGEMS= yes > RUBYGEM_AUTOPLIST= yes > > Modified: head/devel/rubygem-jekyll-coffeescript/Makefile > > ============================================================================== > --- head/devel/rubygem-jekyll-coffeescript/Makefile Mon Jul 6 > 17:48:28 2015 (r391472) > +++ head/devel/rubygem-jekyll-coffeescript/Makefile Mon Jul 6 > 18:05:37 2015 (r391473) > @@ -14,7 +14,6 @@ LICENSE= MIT > RUN_DEPENDS= > rubygem-coffee-script>=2.2:${PORTSDIR}/devel/rubygem-coffee-script > > NO_ARCH= yes > - > USE_RUBY= yes > USE_RUBYGEMS= yes > RUBYGEM_AUTOPLIST= yes > > Modified: head/devel/rubygem-lumberjack/Makefile > > ============================================================================== > --- head/devel/rubygem-lumberjack/Makefile Mon Jul 6 17:48:28 2015 > (r391472) > +++ head/devel/rubygem-lumberjack/Makefile Mon Jul 6 18:05:37 2015 > (r391473) > @@ -12,7 +12,6 @@ COMMENT= Simple, powerful, and fast logg > LICENSE= MIT > > NO_ARCH= yes > - > USE_RUBY= yes > USE_RUBYGEMS= yes > RUBYGEM_AUTOPLIST= yes > > Modified: head/devel/rubygem-memoizable/Makefile > > ============================================================================== > --- head/devel/rubygem-memoizable/Makefile Mon Jul 6 17:48:28 2015 > (r391472) > +++ head/devel/rubygem-memoizable/Makefile Mon Jul 6 18:05:37 2015 > (r391473) > @@ -14,7 +14,6 @@ LICENSE= MIT > RUN_DEPENDS= > rubygem-thread_safe>=0.3.1:${PORTSDIR}/devel/rubygem-thread_safe > > NO_ARCH= yes > - > USE_RUBY= yes > USE_RUBYGEMS= yes > RUBYGEM_AUTOPLIST= yes > > Modified: head/devel/rubygem-mercenary/Makefile > > ============================================================================== > --- head/devel/rubygem-mercenary/Makefile Mon Jul 6 17:48:28 2015 > (r391472) > +++ head/devel/rubygem-mercenary/Makefile Mon Jul 6 18:05:37 2015 > (r391473) > @@ -12,7 +12,6 @@ COMMENT= Lightweight and flexible librar > LICENSE= MIT > > NO_ARCH= yes > - > USE_RUBY= yes > USE_RUBYGEMS= yes > RUBYGEM_AUTOPLIST= yes > > Modified: head/devel/rubygem-nenv/Makefile > > ============================================================================== > --- head/devel/rubygem-nenv/Makefile Mon Jul 6 17:48:28 2015 > (r391472) > +++ head/devel/rubygem-nenv/Makefile Mon Jul 6 18:05:37 2015 > (r391473) > @@ -12,7 +12,6 @@ COMMENT= Convenient wrapper for ENV > LICENSE= MIT > > NO_ARCH= yes > - > USE_RUBY= yes > USE_RUBYGEMS= yes > RUBYGEM_AUTOPLIST= yes > > Modified: head/devel/rubygem-notiffany/Makefile > > ============================================================================== > --- head/devel/rubygem-notiffany/Makefile Mon Jul 6 17:48:28 2015 > (r391472) > +++ head/devel/rubygem-notiffany/Makefile Mon Jul 6 18:05:37 2015 > (r391473) > @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-nenv>=0.1:${PORTSDI > rubygem-shellany>=0:${PORTSDIR}/sysutils/rubygem-shellany > > NO_ARCH= yes > - > USE_RUBY= yes > USE_RUBYGEMS= yes > RUBYGEM_AUTOPLIST= yes > > Modified: head/devel/rubygem-open4/Makefile > > ============================================================================== > --- head/devel/rubygem-open4/Makefile Mon Jul 6 17:48:28 2015 > (r391472) > +++ head/devel/rubygem-open4/Makefile Mon Jul 6 18:05:37 2015 > (r391473) > @@ -13,7 +13,6 @@ LICENSE= BSD2CLAUSE RUBY > LICENSE_COMB= dual > > NO_ARCH= yes > - > USE_RUBY= yes > USE_RUBYGEMS= yes > RUBYGEM_AUTOPLIST= yes > > Modified: head/devel/rubygem-retryable/Makefile > > ============================================================================== > --- head/devel/rubygem-retryable/Makefile Mon Jul 6 17:48:28 2015 > (r391472) > +++ head/devel/rubygem-retryable/Makefile Mon Jul 6 18:05:37 2015 > (r391473) > @@ -12,7 +12,6 @@ COMMENT= Allow for retrying of code bloc > LICENSE= MIT > > NO_ARCH= yes > - > USE_RUBY= yes > USE_RUBYGEMS= yes > RUBYGEM_AUTOPLIST= yes > > Modified: head/devel/rubygem-storable/Makefile > > ============================================================================== > --- head/devel/rubygem-storable/Makefile Mon Jul 6 17:48:28 2015 > (r391472) > +++ head/devel/rubygem-storable/Makefile Mon Jul 6 18:05:37 2015 > (r391473) > @@ -12,7 +12,6 @@ COMMENT= Marshal Ruby classes into and o > LICENSE= MIT > > NO_ARCH= yes > - > USE_RUBY= yes > USE_RUBYGEMS= yes > RUBYGEM_AUTOPLIST= yes > > Modified: head/devel/rubygem-subexec/Makefile > > ============================================================================== > --- head/devel/rubygem-subexec/Makefile Mon Jul 6 17:48:28 2015 > (r391472) > +++ head/devel/rubygem-subexec/Makefile Mon Jul 6 18:05:37 2015 > (r391473) > @@ -12,7 +12,6 @@ COMMENT= Subexec spawns a subprocess wit > LICENSE= MIT > > NO_ARCH= yes > - > USE_RUBY= yes > USE_RUBYGEMS= yes > RUBYGEM_AUTOPLIST= yes > > Modified: head/devel/rubygem-sysinfo/Makefile > > ============================================================================== > --- head/devel/rubygem-sysinfo/Makefile Mon Jul 6 17:48:28 2015 > (r391472) > +++ head/devel/rubygem-sysinfo/Makefile Mon Jul 6 18:05:37 2015 > (r391473) > @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-drydock>=0:${PORTSD > rubygem-storable>=0:${PORTSDIR}/devel/rubygem-storable > > NO_ARCH= yes > - > USE_RUBY= yes > USE_RUBYGEMS= yes > RUBYGEM_AUTOPLIST= yes > > Modified: head/devel/rubygem-tdiff/Makefile > > ============================================================================== > --- head/devel/rubygem-tdiff/Makefile Mon Jul 6 17:48:28 2015 > (r391472) > +++ head/devel/rubygem-tdiff/Makefile Mon Jul 6 18:05:37 2015 > (r391473) > @@ -12,7 +12,6 @@ COMMENT= Calculates the differences betw > LICENSE= MIT > > NO_ARCH= yes > - > USE_RUBY= yes > USE_RUBYGEMS= yes > RUBYGEM_AUTOPLIST= yes > > Modified: head/devel/rubygem-toml/Makefile > > ============================================================================== > --- head/devel/rubygem-toml/Makefile Mon Jul 6 17:48:28 2015 > (r391472) > +++ head/devel/rubygem-toml/Makefile Mon Jul 6 18:05:37 2015 > (r391473) > @@ -15,7 +15,6 @@ LICENSE= MIT > RUN_DEPENDS= rubygem-parslet>=1.5.0:${PORTSDIR}/textproc/rubygem-parslet > > NO_ARCH= yes > - > USE_RUBY= yes > USE_RUBYGEMS= yes > RUBYGEM_AUTOPLIST= yes > > Modified: head/dns/rubygem-public_suffix_service/Makefile > > ============================================================================== > --- head/dns/rubygem-public_suffix_service/Makefile Mon Jul 6 > 17:48:28 2015 (r391472) > +++ head/dns/rubygem-public_suffix_service/Makefile Mon Jul 6 > 18:05:37 2015 (r391473) > @@ -12,7 +12,6 @@ COMMENT= Parse and decompose domain name > LICENSE= MIT > > NO_ARCH= yes > - > USE_RUBY= yes > USE_RUBYGEMS= yes > RUBYGEM_AUTOPLIST= yes > > Modified: head/emulators/rubygem-fission/Makefile > > ============================================================================== > --- head/emulators/rubygem-fission/Makefile Mon Jul 6 17:48:28 2015 > (r391472) > +++ head/emulators/rubygem-fission/Makefile Mon Jul 6 18:05:37 2015 > (r391473) > @@ -14,7 +14,6 @@ LICENSE= MIT > RUN_DEPENDS= > rubygem-CFPropertyList>=2.2:${PORTSDIR}/devel/rubygem-CFPropertyList > > NO_ARCH= yes > - > USE_RUBY= yes > USE_RUBYGEMS= yes > RUBYGEM_AUTOPLIST= yes > > Modified: head/graphics/rubygem-png/Makefile > > ============================================================================== > --- head/graphics/rubygem-png/Makefile Mon Jul 6 17:48:28 2015 > (r391472) > +++ head/graphics/rubygem-png/Makefile Mon Jul 6 18:05:37 2015 > (r391473) > @@ -14,7 +14,6 @@ LICENSE= MIT > RUN_DEPENDS= > rubygem-rubyinline>=3.9:${PORTSDIR}/devel/rubygem-rubyinline > > NO_ARCH= yes > - > USE_RUBY= yes > USE_RUBYGEMS= yes > RUBYGEM_AUTOPLIST= yes > > Modified: head/misc/rubygem-iesd/Makefile > > ============================================================================== > --- head/misc/rubygem-iesd/Makefile Mon Jul 6 17:48:28 2015 > (r391472) > +++ head/misc/rubygem-iesd/Makefile Mon Jul 6 18:05:37 2015 > (r391473) > @@ -12,7 +12,6 @@ COMMENT= Modify Extensions, Kextcache an > LICENSE= BSD2CLAUSE > > NO_ARCH= yes > - > USE_RUBY= yes > USE_RUBYGEMS= yes > RUBYGEM_AUTOPLIST= yes > > Modified: head/net-im/rubygem-hipchat/Makefile > > ============================================================================== > --- head/net-im/rubygem-hipchat/Makefile Mon Jul 6 17:48:28 2015 > (r391472) > +++ head/net-im/rubygem-hipchat/Makefile Mon Jul 6 18:05:37 2015 > (r391473) > @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-httparty>=0:${PORTS > rubygem-mimemagic>=0:${PORTSDIR}/misc/rubygem-mimemagic > > NO_ARCH= yes > - > USE_RUBY= yes > USE_RUBYGEMS= yes > RUBYGEM_AUTOPLIST= yes > > Modified: head/net/rubygem-amq-client/Makefile > > ============================================================================== > --- head/net/rubygem-amq-client/Makefile Mon Jul 6 17:48:28 2015 > (r391472) > +++ head/net/rubygem-amq-client/Makefile Mon Jul 6 18:05:37 2015 > (r391473) > @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-amq-protocol>=1.9.0 > > rubygem-eventmachine>=0:${PORTSDIR}/devel/rubygem-eventmachine > > NO_ARCH= yes > - > USE_RUBY= yes > USE_RUBYGEMS= yes > RUBYGEM_AUTOPLIST= yes > > Modified: head/net/rubygem-amq-protocol/Makefile > > ============================================================================== > --- head/net/rubygem-amq-protocol/Makefile Mon Jul 6 17:48:28 2015 > (r391472) > +++ head/net/rubygem-amq-protocol/Makefile Mon Jul 6 18:05:37 2015 > (r391473) > @@ -12,7 +12,6 @@ COMMENT= AMQP serialization library for > LICENSE= MIT > > NO_ARCH= yes > - > USE_RUBY= yes > USE_RUBYGEMS= yes > RUBYGEM_AUTOPLIST= yes > > Modified: head/net/rubygem-amqp/Makefile > > ============================================================================== > --- head/net/rubygem-amqp/Makefile Mon Jul 6 17:48:28 2015 > (r391472) > +++ head/net/rubygem-amqp/Makefile Mon Jul 6 18:05:37 2015 > (r391473) > @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-amq-protocol>=1.9.2 > > rubygem-eventmachine>=0:${PORTSDIR}/devel/rubygem-eventmachine > > NO_ARCH= yes > - > USE_RUBY= yes > USE_RUBYGEMS= yes > RUBYGEM_AUTOPLIST= yes > > Modified: head/net/rubygem-aws-ses/Makefile > > ============================================================================== > --- head/net/rubygem-aws-ses/Makefile Mon Jul 6 17:48:28 2015 > (r391472) > +++ head/net/rubygem-aws-ses/Makefile Mon Jul 6 18:05:37 2015 > (r391473) > @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-builder32>=0:${PORT > > rubygem-xml-simple>=0:${PORTSDIR}/textproc/rubygem-xml-simple > > NO_ARCH= yes > - > USE_RUBY= yes > USE_RUBYGEMS= yes > RUBYGEM_AUTOPLIST= yes > > Modified: head/net/rubygem-dropbox-sdk/Makefile > > ============================================================================== > --- head/net/rubygem-dropbox-sdk/Makefile Mon Jul 6 17:48:28 2015 > (r391472) > +++ head/net/rubygem-dropbox-sdk/Makefile Mon Jul 6 18:05:37 2015 > (r391473) > @@ -14,7 +14,6 @@ LICENSE= MIT > RUN_DEPENDS= rubygem-json>=0:${PORTSDIR}/devel/rubygem-json > > NO_ARCH= yes > - > USE_RUBY= yes > USE_RUBYGEMS= yes > RUBYGEM_AUTOPLIST= yes > > Modified: head/net/rubygem-httpauth/Makefile > > ============================================================================== > --- head/net/rubygem-httpauth/Makefile Mon Jul 6 17:48:28 2015 > (r391472) > +++ head/net/rubygem-httpauth/Makefile Mon Jul 6 18:05:37 2015 > (r391473) > @@ -12,7 +12,6 @@ COMMENT= Library for HTTP authentication > LICENSE= MIT > > NO_ARCH= yes > - > USE_RUBY= yes > USE_RUBYGEMS= yes > RUBYGEM_AUTOPLIST= yes > > Modified: head/net/rubygem-rubytter/Makefile > > ============================================================================== > --- head/net/rubygem-rubytter/Makefile Mon Jul 6 17:48:28 2015 > (r391472) > +++ head/net/rubygem-rubytter/Makefile Mon Jul 6 18:05:37 2015 > (r391473) > @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-json>=1.1.3:${PORTS > rubygem-oauth>=0.3.6:${PORTSDIR}/net/rubygem-oauth > > NO_ARCH= yes > - > USE_RUBY= yes > USE_RUBYGEMS= yes > RUBYGEM_AUTOPLIST= yes > > Modified: head/net/rubygem-simple_oauth/Makefile > > ============================================================================== > --- head/net/rubygem-simple_oauth/Makefile Mon Jul 6 17:48:28 2015 > (r391472) > +++ head/net/rubygem-simple_oauth/Makefile Mon Jul 6 18:05:37 2015 > (r391473) > @@ -12,7 +12,6 @@ COMMENT= Builds and verifies OAuth heade > LICENSE= MIT > > NO_ARCH= yes > - > USE_RUBY= yes > USE_RUBYGEMS= yes > RUBYGEM_AUTOPLIST= yes > > Modified: head/net/rubygem-t/Makefile > > ============================================================================== > --- head/net/rubygem-t/Makefile Mon Jul 6 17:48:28 2015 (r391472) > +++ head/net/rubygem-t/Makefile Mon Jul 6 18:05:37 2015 (r391473) > @@ -20,7 +20,6 @@ RUN_DEPENDS= rubygem-geokit>=1.8.3:${POR > rubygem-twitter>=5.13:${PORTSDIR}/net/rubygem-twitter > > NO_ARCH= yes > - > USE_RUBY= yes > USE_RUBYGEMS= yes > RUBYGEM_AUTOPLIST= yes > > Modified: head/net/rubygem-twitter/Makefile > > ============================================================================== > --- head/net/rubygem-twitter/Makefile Mon Jul 6 17:48:28 2015 > (r391472) > +++ head/net/rubygem-twitter/Makefile Mon Jul 6 18:05:37 2015 > (r391473) > @@ -23,7 +23,6 @@ RUN_DEPENDS= rubygem-addressable>=2.3:${ > > rubygem-simple_oauth>=0.3.0:${PORTSDIR}/net/rubygem-simple_oauth > > NO_ARCH= yes > - > USE_RUBY= yes > USE_RUBYGEMS= yes > RUBYGEM_AUTOPLIST= yes > > Modified: head/net/rubygem-uri-redis/Makefile > > ============================================================================== > --- head/net/rubygem-uri-redis/Makefile Mon Jul 6 17:48:28 2015 > (r391472) > +++ head/net/rubygem-uri-redis/Makefile Mon Jul 6 18:05:37 2015 > (r391473) > @@ -12,7 +12,6 @@ COMMENT= Support for parsing redis://hos > LICENSE= MIT > > NO_ARCH= yes > - > USE_RUBY= yes > USE_RUBYGEMS= yes > RUBYGEM_AUTOPLIST= yes > > Modified: head/sysutils/rubygem-guard-compat/Makefile > > ============================================================================== > --- head/sysutils/rubygem-guard-compat/Makefile Mon Jul 6 17:48:28 2015 > (r391472) > +++ head/sysutils/rubygem-guard-compat/Makefile Mon Jul 6 18:05:37 2015 > (r391473) > @@ -12,7 +12,6 @@ COMMENT= Helps creating valid Guard plug > LICENSE= MIT > > NO_ARCH= yes > - > USE_RUBY= yes > USE_RUBYGEMS= yes > RUBYGEM_AUTOPLIST= yes > > Modified: head/sysutils/rubygem-parallel/Makefile > > ============================================================================== > --- head/sysutils/rubygem-parallel/Makefile Mon Jul 6 17:48:28 2015 > (r391472) > +++ head/sysutils/rubygem-parallel/Makefile Mon Jul 6 18:05:37 2015 > (r391473) > @@ -12,7 +12,6 @@ COMMENT= Run any kind of code in paralle > LICENSE= MIT > > NO_ARCH= yes > - > USE_RUBY= yes > USE_RUBYGEMS= yes > RUBYGEM_AUTOPLIST= yes > > Modified: head/sysutils/rubygem-shellany/Makefile > > ============================================================================== > --- head/sysutils/rubygem-shellany/Makefile Mon Jul 6 17:48:28 2015 > (r391472) > +++ head/sysutils/rubygem-shellany/Makefile Mon Jul 6 18:05:37 2015 > (r391473) > @@ -12,7 +12,6 @@ COMMENT= MRI+JRuby compatible command ou > LICENSE= MIT > > NO_ARCH= yes > - > USE_RUBY= yes > USE_RUBYGEMS= yes > RUBYGEM_AUTOPLIST= yes > > Modified: head/textproc/rubygem-css_parser/Makefile > > ============================================================================== > --- head/textproc/rubygem-css_parser/Makefile Mon Jul 6 17:48:28 2015 > (r391472) > +++ head/textproc/rubygem-css_parser/Makefile Mon Jul 6 18:05:37 2015 > (r391473) > @@ -14,7 +14,6 @@ LICENSE= MIT > RUN_DEPENDS= rubygem-addressable>=0:${PORTSDIR}/www/rubygem-addressable > > NO_ARCH= yes > - > USE_RUBY= yes > USE_RUBYGEMS= yes > RUBYGEM_AUTOPLIST= yes > > Modified: head/textproc/rubygem-multi_xml/Makefile > > ============================================================================== > --- head/textproc/rubygem-multi_xml/Makefile Mon Jul 6 17:48:28 2015 > (r391472) > +++ head/textproc/rubygem-multi_xml/Makefile Mon Jul 6 18:05:37 2015 > (r391473) > @@ -15,7 +15,6 @@ OPTIONS_DEFINE= NOKOGIRI > NOKOGIRI_DESC= Nokogiri is a HTML, XML, SAX, and Reader parser > > NO_ARCH= yes > - > USE_RUBY= yes > USE_RUBYGEMS= yes > RUBYGEM_AUTOPLIST= yes > > Modified: head/textproc/rubygem-parslet/Makefile > > ============================================================================== > --- head/textproc/rubygem-parslet/Makefile Mon Jul 6 17:48:28 2015 > (r391472) > +++ head/textproc/rubygem-parslet/Makefile Mon Jul 6 18:05:37 2015 > (r391473) > @@ -14,7 +14,6 @@ LICENSE= MIT > RUN_DEPENDS= rubygem-blankslate>=2:${PORTSDIR}/devel/rubygem-blankslate > > NO_ARCH= yes > - > USE_RUBY= yes > USE_RUBYGEMS= yes > RUBYGEM_AUTOPLIST= yes > > Modified: head/textproc/rubygem-yard/Makefile > > ============================================================================== > --- head/textproc/rubygem-yard/Makefile Mon Jul 6 17:48:28 2015 > (r391472) > +++ head/textproc/rubygem-yard/Makefile Mon Jul 6 18:05:37 2015 > (r391473) > @@ -12,7 +12,6 @@ COMMENT= Documentation generation tool f > LICENSE= MIT > > NO_ARCH= yes > - > USE_RUBY= yes > USE_RUBYGEMS= yes > RUBYGEM_AUTOPLIST= yes > > Modified: head/www/rubygem-em-websocket/Makefile > > ============================================================================== > --- head/www/rubygem-em-websocket/Makefile Mon Jul 6 17:48:28 2015 > (r391472) > +++ head/www/rubygem-em-websocket/Makefile Mon Jul 6 18:05:37 2015 > (r391473) > @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-eventmachine>=0.12. > > rubygem-http_parser.rb>=0.6.0:${PORTSDIR}/net/rubygem-http_parser.rb > > NO_ARCH= yes > - > USE_RUBY= yes > USE_RUBYGEMS= yes > RUBYGEM_AUTOPLIST= yes > > Modified: head/www/rubygem-faraday/Makefile > > ============================================================================== > --- head/www/rubygem-faraday/Makefile Mon Jul 6 17:48:28 2015 > (r391472) > +++ head/www/rubygem-faraday/Makefile Mon Jul 6 18:05:37 2015 > (r391473) > @@ -14,7 +14,6 @@ LICENSE= MIT > RUN_DEPENDS= > rubygem-multipart-post>=1.2:${PORTSDIR}/www/rubygem-multipart-post > > NO_ARCH= yes > - > USE_RUBY= yes > USE_RUBYGEMS= yes > RUBYGEM_AUTOPLIST= yes > > Modified: head/www/rubygem-gollum-grit_adapter/Makefile > > ============================================================================== > --- head/www/rubygem-gollum-grit_adapter/Makefile Mon Jul 6 > 17:48:28 2015 (r391472) > +++ head/www/rubygem-gollum-grit_adapter/Makefile Mon Jul 6 > 18:05:37 2015 (r391473) > @@ -14,7 +14,6 @@ LICENSE= MIT > RUN_DEPENDS= > rubygem-gitlab-grit>=2.7.1:${PORTSDIR}/textproc/rubygem-gitlab-grit > > NO_ARCH= yes > - > USE_RUBY= yes > USE_RUBYGEMS= yes > RUBYGEM_AUTOPLIST= yes > > Modified: head/www/rubygem-http-form_data/Makefile > > ============================================================================== > --- head/www/rubygem-http-form_data/Makefile Mon Jul 6 17:48:28 2015 > (r391472) > +++ head/www/rubygem-http-form_data/Makefile Mon Jul 6 18:05:37 2015 > (r391473) > @@ -12,7 +12,6 @@ COMMENT= Build form data request bodies > LICENSE= MIT > > NO_ARCH= yes > - > USE_RUBY= yes > USE_RUBYGEMS= yes > RUBYGEM_AUTOPLIST= yes > > Modified: head/www/rubygem-http/Makefile > > ============================================================================== > --- head/www/rubygem-http/Makefile Mon Jul 6 17:48:28 2015 > (r391472) > +++ head/www/rubygem-http/Makefile Mon Jul 6 18:05:37 2015 > (r391473) > @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-addressable>=2.3:${ > > rubygem-http_parser.rb>=0.6.0:${PORTSDIR}/net/rubygem-http_parser.rb > > NO_ARCH= yes > - > USE_RUBY= yes > USE_RUBYGEMS= yes > RUBYGEM_AUTOPLIST= yes > > Modified: head/www/rubygem-multipart-post/Makefile > > ============================================================================== > --- head/www/rubygem-multipart-post/Makefile Mon Jul 6 17:48:28 2015 > (r391472) > +++ head/www/rubygem-multipart-post/Makefile Mon Jul 6 18:05:37 2015 > (r391473) > @@ -12,7 +12,6 @@ COMMENT= Ruby Library that Use with Net: > LICENSE= MIT > > NO_ARCH= yes > - > USE_RUBY= yes > USE_RUBYGEMS= yes > RUBYGEM_AUTOPLIST= yes > > Modified: head/www/rubygem-net-http-digest_auth/Makefile > > ============================================================================== > --- head/www/rubygem-net-http-digest_auth/Makefile Mon Jul 6 > 17:48:28 2015 (r391472) > +++ head/www/rubygem-net-http-digest_auth/Makefile Mon Jul 6 > 18:05:37 2015 (r391473) > @@ -12,7 +12,6 @@ COMMENT= Implementation of RFC 2617 - Di > LICENSE= MIT > > NO_ARCH= yes > - > USE_RUBY= yes > USE_RUBYGEMS= yes > RUBYGEM_AUTOPLIST= yes > > Modified: head/www/rubygem-net-http-persistent/Makefile > > ============================================================================== > --- head/www/rubygem-net-http-persistent/Makefile Mon Jul 6 > 17:48:28 2015 (r391472) > +++ head/www/rubygem-net-http-persistent/Makefile Mon Jul 6 > 18:05:37 2015 (r391473) > @@ -12,7 +12,6 @@ COMMENT= Manages persistent connections > LICENSE= MIT > > NO_ARCH= yes > - > USE_RUBY= yes > USE_RUBYGEMS= yes > RUBYGEM_AUTOPLIST= yes > > Modified: head/www/rubygem-pagerduty/Makefile > > ============================================================================== > --- head/www/rubygem-pagerduty/Makefile Mon Jul 6 17:48:28 2015 > (r391472) > +++ head/www/rubygem-pagerduty/Makefile Mon Jul 6 18:05:37 2015 > (r391473) > @@ -16,7 +16,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt > RUN_DEPENDS= rubygem-json>=1.7.7:${PORTSDIR}/devel/rubygem-json > > NO_ARCH= yes > - > USE_RUBY= yes > USE_RUBYGEMS= yes > RUBYGEM_AUTOPLIST= yes > > Modified: head/www/rubygem-robots/Makefile > > ============================================================================== > --- head/www/rubygem-robots/Makefile Mon Jul 6 17:48:28 2015 > (r391472) > +++ head/www/rubygem-robots/Makefile Mon Jul 6 18:05:37 2015 > (r391473) > @@ -13,7 +13,6 @@ COMMENT= Simple library to parse robots. > LICENSE= MIT > > NO_ARCH= yes > - > USE_RUBY= yes > USE_RUBYGEMS= yes > RUBYGEM_AUTOPLIST= yes > > Modified: head/www/rubygem-webrobots/Makefile > > ============================================================================== > --- head/www/rubygem-webrobots/Makefile Mon Jul 6 17:48:28 2015 > (r391472) > +++ head/www/rubygem-webrobots/Makefile Mon Jul 6 18:05:37 2015 > (r391473) > @@ -12,7 +12,6 @@ COMMENT= Write robots.txt compliant web > LICENSE= BSD2CLAUSE > > NO_ARCH= yes > - > USE_RUBY= yes > USE_RUBYGEMS= yes > RUBYGEM_AUTOPLIST= yes > _______________________________________________ > svn-ports-all@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/svn-ports-all > To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" > -- --------------------------------------------------------------------------------- Curb: Your ride is here 4096R/D21D2752 ECDF B597 B54B 7F92 753E E0EA F699 A450 D21D 2752 Philip M. Gollucci (pgollucci@p6m7g8.com) c: 703.336.9354 Member, Apache Software Foundation Committer, FreeBSD Foundation Consultant, P6M7G8 Inc. Sr. Director IT Operations, Curb What doesn't kill us can only make us stronger; Except it almost kills you. From owner-svn-ports-head@freebsd.org Tue Jul 7 14:45:52 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A587499524F for ; Tue, 7 Jul 2015 14:45:52 +0000 (UTC) (envelope-from kris@pcbsd.org) Received: from barracuda.ixsystems.com (mail.ixsystems.com [69.198.165.135]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.ixsystems.com", Issuer "Go Daddy Secure Certificate Authority - G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5250915C0 for ; Tue, 7 Jul 2015 14:45:51 +0000 (UTC) (envelope-from kris@pcbsd.org) X-ASG-Debug-ID: 1436280348-08ca04286103120002-7kGxFj Received: from [192.168.0.51] (75-130-56-30.static.kgpt.tn.charter.com [75.130.56.30]) by barracuda.ixsystems.com with ESMTP id cyme0CROLpL9nWQW (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Tue, 07 Jul 2015 07:45:50 -0700 (PDT) X-Barracuda-Envelope-From: kris@pcbsd.org X-Barracuda-AUTH-User: kris@pcbsd.org X-Barracuda-Apparent-Source-IP: 75.130.56.30 X-ASG-Whitelist: Client Message-ID: <559BE61C.1080401@pcbsd.org> Date: Tue, 07 Jul 2015 10:45:48 -0400 From: Kris Moore User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: koobs@FreeBSD.org, Kris Moore , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org CC: Baptiste Daroussin Subject: Re: svn commit: r391439 - head/sysutils/docker References: <201507061745.t66HjJHq090299@repo.freebsd.org> <559B6995.6020400@FreeBSD.org> X-ASG-Orig-Subj: Re: svn commit: r391439 - head/sysutils/docker In-Reply-To: <559B6995.6020400@FreeBSD.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Barracuda-Connect: 75-130-56-30.static.kgpt.tn.charter.com[75.130.56.30] X-Barracuda-Start-Time: 1436280349 X-Barracuda-Encrypted: ECDHE-RSA-AES128-GCM-SHA256 X-Barracuda-URL: https://10.2.0.41:443/cgi-mod/mark.cgi X-Virus-Scanned: by bsmtpd at ixsystems.com X-Barracuda-BRTS-Status: 1 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 07 Jul 2015 14:45:52 -0000 On 07/07/2015 01:54, Kubilay Kocak wrote: > On 7/07/2015 3:45 AM, Kris Moore wrote: >> Author: kmoore >> Date: Mon Jul 6 17:45:19 2015 >> New Revision: 391439 >> URL: https://svnweb.freebsd.org/changeset/ports/391439 >> >> Log: >> - Add a much more verbose pkg-descr >> >> Modified: >> head/sysutils/docker/pkg-descr >> >> Modified: head/sysutils/docker/pkg-descr >> ============================================================================== >> --- head/sysutils/docker/pkg-descr Mon Jul 6 17:42:48 2015 (r391438) >> +++ head/sysutils/docker/pkg-descr Mon Jul 6 17:45:19 2015 (r391439) >> @@ -1,3 +1,12 @@ >> -FreeBSD port of Docker >> +Docker is an open source project to pack, ship and run any >> +application as a lightweight container. >> + >> +Docker containers are both hardware-agnostic and platform-agnostic. >> +This means they can run anywhere, from your laptop to the largest >> +EC2 compute instance and everything in between - and they don't >> +require you to use a particular language, framework or packaging >> +system. That makes them great building blocks for deploying and >> +scaling web apps, databases, and backend services without depending >> +on a particular stack or provider. >> >> WWW: https://github.com/kvasdopil/docker >> > Kris, > > Baptiste (bapt@) commented on IRC that using the official 'docker' as > the PORTNAME for a fork may not be the best thing, or at least a POLA > violation. I tend to agree (mostly). > > docker-freebsd might be a better name, to at least encourage upstreaming > these changes in the long term. > > ./koobs Ok, I'll give it a quick name change to indicate that. If / when the code ends up in the mainline docker, I'll rename it back and point it to the official repo. -- Kris Moore PC-BSD Software / iXsystems Enterprise Storage & Servers Driven By Open Source From owner-svn-ports-head@freebsd.org Tue Jul 7 14:51:35 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6138D995421; Tue, 7 Jul 2015 14:51:35 +0000 (UTC) (envelope-from kmoore@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 36F761BF0; Tue, 7 Jul 2015 14:51:35 +0000 (UTC) (envelope-from kmoore@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t67EpZ2s031054; Tue, 7 Jul 2015 14:51:35 GMT (envelope-from kmoore@FreeBSD.org) Received: (from kmoore@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t67EpYam031048; Tue, 7 Jul 2015 14:51:34 GMT (envelope-from kmoore@FreeBSD.org) Message-Id: <201507071451.t67EpYam031048@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kmoore set sender to kmoore@FreeBSD.org using -f From: Kris Moore Date: Tue, 7 Jul 2015 14:51:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391506 - in head: . sysutils sysutils/docker sysutils/docker-freebsd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 07 Jul 2015 14:51:35 -0000 Author: kmoore Date: Tue Jul 7 14:51:33 2015 New Revision: 391506 URL: https://svnweb.freebsd.org/changeset/ports/391506 Log: - Rename sysutils/docker -> sysutils/docker-freebsd since it isn't pulled from the mainline repo (yet) Submitted by: Many Added: head/sysutils/docker-freebsd/ - copied from r391505, head/sysutils/docker/ Deleted: head/sysutils/docker/ Modified: head/MOVED head/sysutils/Makefile head/sysutils/docker-freebsd/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Tue Jul 7 14:35:39 2015 (r391505) +++ head/MOVED Tue Jul 7 14:51:33 2015 (r391506) @@ -7681,3 +7681,4 @@ devel/erlang-ibrowse|www/erlang-ibrowse| multimedia/ffmpeg23|multimedia/ffmpeg|2015-07-05|Obsolete since recent upstream upgrade of main ffmpeg port. Use multimedia/ffmpeg instead. multimedia/ffmpeg26|multimedia/ffmpeg|2015-07-05|Obsolete since recent upstream upgrade of main ffmpeg port. Use multimedia/ffmpeg instead. x11/docker|x11/docker-tray|2015-07-06|Renamed +sysutils/docker|sysutils/docker-freebsd|2015-07-07|Renamed Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Tue Jul 7 14:35:39 2015 (r391505) +++ head/sysutils/Makefile Tue Jul 7 14:51:33 2015 (r391506) @@ -201,7 +201,7 @@ SUBDIR += djmount SUBDIR += dmg2img SUBDIR += dmidecode - SUBDIR += docker + SUBDIR += docker-freebsd SUBDIR += doinkd SUBDIR += dolly SUBDIR += downtime Modified: head/sysutils/docker-freebsd/Makefile ============================================================================== --- head/sysutils/docker/Makefile Tue Jul 7 14:35:39 2015 (r391505) +++ head/sysutils/docker-freebsd/Makefile Tue Jul 7 14:51:33 2015 (r391506) @@ -1,7 +1,7 @@ # Created by: kmoore@FreeBSD.org # $FreeBSD$ -PORTNAME= docker +PORTNAME= docker-freebsd PORTVERSION= 06252015 CATEGORIES= sysutils @@ -21,6 +21,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/go:${PORTS USE_GITHUB= yes GH_ACCOUNT= kvasdopil +GH_PROJECT= docker GH_TAGNAME= 582db78 PLIST_FILES= bin/docker From owner-svn-ports-head@freebsd.org Tue Jul 7 14:54:14 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 02A53995486; Tue, 7 Jul 2015 14:54:14 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CE25B1DAD; Tue, 7 Jul 2015 14:54:13 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t67EsDsO031474; Tue, 7 Jul 2015 14:54:13 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t67EsDPH031472; Tue, 7 Jul 2015 14:54:13 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201507071454.t67EsDPH031472@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 7 Jul 2015 14:54:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391507 - 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, 07 Jul 2015 14:54:14 -0000 Author: feld Date: Tue Jul 7 14:54:12 2015 New Revision: 391507 URL: https://svnweb.freebsd.org/changeset/ports/391507 Log: Document haproxy information leak Security: CVE-2015-3281 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Jul 7 14:51:33 2015 (r391506) +++ head/security/vuxml/vuln.xml Tue Jul 7 14:54:12 2015 (r391507) @@ -57,6 +57,42 @@ Notes: --> + + haproxy -- information leak vulnerability + + + haproxy + 1.5.01.5.14 + + + + +

HAProxy reports:

+
+

A vulnerability was found when HTTP pipelining is used. In + some cases, a client might be able to cause a buffer alignment issue and + retrieve uninitialized memory contents that exhibit data from a past + request or session. I want to address sincere congratulations to Charlie + Smurthwaite of aTech Media for the really detailed traces he provided + which made it possible to find the cause of this bug. Every user of + 1.5-dev, 1.5.x or 1.6-dev must upgrade to 1.5.14 or latest 1.6-dev + snapshot to fix this issue, or use the backport of the fix provided by + their operating system vendors. CVE-2015-3281 was assigned to this bug.

+
+ +
+ + http://www.haproxy.org/news.html + http://git.haproxy.org/?p=haproxy-1.5.git;a=commit;h=7ec765568883b2d4e5a2796adbeb492a22ec9bd4 + http://seclists.org/oss-sec/2015/q3/61 + CVE-2015-3281 + + + 2015-07-02 + 2015-07-07 + +
+ roundcube - multiple vulnerabilities From owner-svn-ports-head@freebsd.org Tue Jul 7 15:02:11 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7B32599563A for ; Tue, 7 Jul 2015 15:02:11 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-oi0-f42.google.com (mail-oi0-f42.google.com [209.85.218.42]) (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 3431A11EE for ; Tue, 7 Jul 2015 15:02:10 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: by oihr66 with SMTP id r66so87638392oih.2 for ; Tue, 07 Jul 2015 08:02:03 -0700 (PDT) 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:from :date:message-id:subject:to:cc:content-type; bh=3GCkwdbutZ5cn1MXUt5t01hAvs/dSkt50oERf+UGtxc=; b=Ceg7Or4L8ZhpbTqLQmYl19U+9zkuWHx7IQiYrpQc3VQIuyTIYAS/so7A22+DZC9BtE FiPMiUQ6aQQALWSX1d/ms5OCKfQqef/ly7XmaH/WZt18hmg8FFakFmUZCIczmiZb+/6K PA+ap/zRDuIsJX/pWccPB2Ptw+MesiGsyLdEjq/7AsXMPULiIomHf+DTDURMJipOHXM6 VFYK9jN54Es7VMCMg3IUZulLqhDIR9PTwSOnseDs9hDGXRUBcK1j9Jv94Rbq4cTfmAuV IJaekgHrxS04eXTHoTFUlAilz3DJRs0MIJS+WM205+/CwSeqsWmztpV/dRQiffG+sTjE oJpg== X-Gm-Message-State: ALoCoQlFgEfkAjPbB4bmykWyPTKaOweWJomKQhL7MLWw6QZl5+rURQcb1Pu6s/LwLGEoU4YCJO1A X-Received: by 10.182.199.103 with SMTP id jj7mr4766960obc.49.1436281323617; Tue, 07 Jul 2015 08:02:03 -0700 (PDT) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.202.73.68 with HTTP; Tue, 7 Jul 2015 08:01:24 -0700 (PDT) In-Reply-To: References: <201507061805.t66I5c8X005946@repo.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 7 Jul 2015 23:01:24 +0800 X-Google-Sender-Auth: qtNZ6P1c4DG0NTT2I2nQPcM_HCk Message-ID: Subject: Re: svn commit: r391473 - in head: benchmarks/rubygem-benchmark-ips databases/rubygem-redis devel/rubygem-CFPropertyList devel/rubygem-attic devel/rubygem-benelux devel/rubygem-blankslate devel/rubygem... To: "Philip M. Gollucci" Cc: "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 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, 07 Jul 2015 15:02:11 -0000 On Tue, Jul 7, 2015 at 10:38 PM, Philip M. Gollucci wrote: > Why is this way not the other? Personally I prefer the other way, but I > don't see this documented anywhere in PBH either way. > > We do not have rules for such detailed style problem. That's why I only modified my ports in this commit. I see no need to put these build-related knobs in different section. On Mon, Jul 6, 2015 at 2:05 PM, Sunpoet Po-Chuan Hsieh > wrote: > >> Author: sunpoet >> Date: Mon Jul 6 18:05:37 2015 >> New Revision: 391473 >> URL: https://svnweb.freebsd.org/changeset/ports/391473 >> >> Log: >> - Remove blank line between NO_ARCH and USE_RUBY >> >> Modified: >> head/benchmarks/rubygem-benchmark-ips/Makefile >> head/databases/rubygem-redis/Makefile >> head/devel/rubygem-CFPropertyList/Makefile >> head/devel/rubygem-attic/Makefile >> head/devel/rubygem-benelux/Makefile >> head/devel/rubygem-blankslate/Makefile >> head/devel/rubygem-bones/Makefile >> head/devel/rubygem-buftok/Makefile >> head/devel/rubygem-celluloid-io/Makefile >> head/devel/rubygem-colorize/Makefile >> head/devel/rubygem-cucumber-core/Makefile >> head/devel/rubygem-drydock/Makefile >> head/devel/rubygem-gibbler/Makefile >> head/devel/rubygem-inflecto/Makefile >> head/devel/rubygem-jekyll-coffeescript/Makefile >> head/devel/rubygem-lumberjack/Makefile >> head/devel/rubygem-memoizable/Makefile >> head/devel/rubygem-mercenary/Makefile >> head/devel/rubygem-nenv/Makefile >> head/devel/rubygem-notiffany/Makefile >> head/devel/rubygem-open4/Makefile >> head/devel/rubygem-retryable/Makefile >> head/devel/rubygem-storable/Makefile >> head/devel/rubygem-subexec/Makefile >> head/devel/rubygem-sysinfo/Makefile >> head/devel/rubygem-tdiff/Makefile >> head/devel/rubygem-toml/Makefile >> head/dns/rubygem-public_suffix_service/Makefile >> head/emulators/rubygem-fission/Makefile >> head/graphics/rubygem-png/Makefile >> head/misc/rubygem-iesd/Makefile >> head/net-im/rubygem-hipchat/Makefile >> head/net/rubygem-amq-client/Makefile >> head/net/rubygem-amq-protocol/Makefile >> head/net/rubygem-amqp/Makefile >> head/net/rubygem-aws-ses/Makefile >> head/net/rubygem-dropbox-sdk/Makefile >> head/net/rubygem-httpauth/Makefile >> head/net/rubygem-rubytter/Makefile >> head/net/rubygem-simple_oauth/Makefile >> head/net/rubygem-t/Makefile >> head/net/rubygem-twitter/Makefile >> head/net/rubygem-uri-redis/Makefile >> head/sysutils/rubygem-guard-compat/Makefile >> head/sysutils/rubygem-parallel/Makefile >> head/sysutils/rubygem-shellany/Makefile >> head/textproc/rubygem-css_parser/Makefile >> head/textproc/rubygem-multi_xml/Makefile >> head/textproc/rubygem-parslet/Makefile >> head/textproc/rubygem-yard/Makefile >> head/www/rubygem-em-websocket/Makefile >> head/www/rubygem-faraday/Makefile >> head/www/rubygem-gollum-grit_adapter/Makefile >> head/www/rubygem-http-form_data/Makefile >> head/www/rubygem-http/Makefile >> head/www/rubygem-multipart-post/Makefile >> head/www/rubygem-net-http-digest_auth/Makefile >> head/www/rubygem-net-http-persistent/Makefile >> head/www/rubygem-pagerduty/Makefile >> head/www/rubygem-robots/Makefile >> head/www/rubygem-webrobots/Makefile >> >> Modified: head/benchmarks/rubygem-benchmark-ips/Makefile >> >> ============================================================================== >> --- head/benchmarks/rubygem-benchmark-ips/Makefile Mon Jul 6 >> 17:48:28 2015 (r391472) >> +++ head/benchmarks/rubygem-benchmark-ips/Makefile Mon Jul 6 >> 18:05:37 2015 (r391473) >> @@ -12,7 +12,6 @@ COMMENT= Iterations per second enhanceme >> LICENSE= MIT >> >> NO_ARCH= yes >> - >> USE_RUBY= yes >> USE_RUBYGEMS= yes >> RUBYGEM_AUTOPLIST= yes >> >> Modified: head/databases/rubygem-redis/Makefile >> >> ============================================================================== >> --- head/databases/rubygem-redis/Makefile Mon Jul 6 17:48:28 2015 >> (r391472) >> +++ head/databases/rubygem-redis/Makefile Mon Jul 6 18:05:37 2015 >> (r391473) >> @@ -12,7 +12,6 @@ COMMENT= Ruby client library for Redis, >> LICENSE= MIT >> >> NO_ARCH= yes >> - >> USE_RUBY= yes >> USE_RUBYGEMS= yes >> RUBYGEM_AUTOPLIST= yes >> >> Modified: head/devel/rubygem-CFPropertyList/Makefile >> >> ============================================================================== >> --- head/devel/rubygem-CFPropertyList/Makefile Mon Jul 6 17:48:28 2015 >> (r391472) >> +++ head/devel/rubygem-CFPropertyList/Makefile Mon Jul 6 18:05:37 2015 >> (r391473) >> @@ -12,7 +12,6 @@ COMMENT= Read, write and manipulate both >> LICENSE= MIT >> >> NO_ARCH= yes >> - >> USE_RUBY= yes >> USE_RUBYGEMS= yes >> RUBYGEM_AUTOPLIST= yes >> >> Modified: head/devel/rubygem-attic/Makefile >> >> ============================================================================== >> --- head/devel/rubygem-attic/Makefile Mon Jul 6 17:48:28 2015 >> (r391472) >> +++ head/devel/rubygem-attic/Makefile Mon Jul 6 18:05:37 2015 >> (r391473) >> @@ -12,7 +12,6 @@ COMMENT= Place to hide private instance >> LICENSE= MIT >> >> NO_ARCH= yes >> - >> USE_RUBY= yes >> USE_RUBYGEMS= yes >> RUBYGEM_AUTOPLIST= yes >> >> Modified: head/devel/rubygem-benelux/Makefile >> >> ============================================================================== >> --- head/devel/rubygem-benelux/Makefile Mon Jul 6 17:48:28 2015 >> (r391472) >> +++ head/devel/rubygem-benelux/Makefile Mon Jul 6 18:05:37 2015 >> (r391473) >> @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-attic>=0.5.3:${PORT >> rubygem-storable>=0.8.6:${PORTSDIR}/devel/rubygem-storable >> >> NO_ARCH= yes >> - >> USE_RUBY= yes >> USE_RUBYGEMS= yes >> RUBYGEM_AUTOPLIST= yes >> >> Modified: head/devel/rubygem-blankslate/Makefile >> >> ============================================================================== >> --- head/devel/rubygem-blankslate/Makefile Mon Jul 6 17:48:28 2015 >> (r391472) >> +++ head/devel/rubygem-blankslate/Makefile Mon Jul 6 18:05:37 2015 >> (r391473) >> @@ -12,7 +12,6 @@ COMMENT= Abstract base class with no pre >> LICENSE= MIT >> >> NO_ARCH= yes >> - >> USE_RUBY= yes >> USE_RUBYGEMS= yes >> RUBYGEM_AUTOPLIST= yes >> >> Modified: head/devel/rubygem-bones/Makefile >> >> ============================================================================== >> --- head/devel/rubygem-bones/Makefile Mon Jul 6 17:48:28 2015 >> (r391472) >> +++ head/devel/rubygem-bones/Makefile Mon Jul 6 18:05:37 2015 >> (r391473) >> @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-little-plugger>=1.1 >> rubygem-rake>=10.0:${PORTSDIR}/devel/rubygem-rake >> >> NO_ARCH= yes >> - >> USE_RUBY= yes >> USE_RUBYGEMS= yes >> RUBYGEM_AUTOPLIST= yes >> >> Modified: head/devel/rubygem-buftok/Makefile >> >> ============================================================================== >> --- head/devel/rubygem-buftok/Makefile Mon Jul 6 17:48:28 2015 >> (r391472) >> +++ head/devel/rubygem-buftok/Makefile Mon Jul 6 18:05:37 2015 >> (r391473) >> @@ -12,7 +12,6 @@ COMMENT= Extracts token delimited entiti >> LICENSE= MIT >> >> NO_ARCH= yes >> - >> USE_RUBY= yes >> USE_RUBYGEMS= yes >> RUBYGEM_AUTOPLIST= yes >> >> Modified: head/devel/rubygem-celluloid-io/Makefile >> >> ============================================================================== >> --- head/devel/rubygem-celluloid-io/Makefile Mon Jul 6 17:48:28 2015 >> (r391472) >> +++ head/devel/rubygem-celluloid-io/Makefile Mon Jul 6 18:05:37 2015 >> (r391473) >> @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-celluloid>=0.16.0:$ >> rubygem-nio4r>=1.1.0:${PORTSDIR}/devel/rubygem-nio4r >> >> NO_ARCH= yes >> - >> USE_RUBY= yes >> USE_RUBYGEMS= yes >> RUBYGEM_AUTOPLIST= yes >> >> Modified: head/devel/rubygem-colorize/Makefile >> >> ============================================================================== >> --- head/devel/rubygem-colorize/Makefile Mon Jul 6 17:48:28 2015 >> (r391472) >> +++ head/devel/rubygem-colorize/Makefile Mon Jul 6 18:05:37 2015 >> (r391473) >> @@ -12,7 +12,6 @@ COMMENT= Ruby String class extension >> LICENSE= GPLv2 >> >> NO_ARCH= yes >> - >> USE_RUBY= yes >> USE_RUBYGEMS= yes >> RUBYGEM_AUTOPLIST= yes >> >> Modified: head/devel/rubygem-cucumber-core/Makefile >> >> ============================================================================== >> --- head/devel/rubygem-cucumber-core/Makefile Mon Jul 6 17:48:28 2015 >> (r391472) >> +++ head/devel/rubygem-cucumber-core/Makefile Mon Jul 6 18:05:37 2015 >> (r391473) >> @@ -14,7 +14,6 @@ LICENSE= MIT >> RUN_DEPENDS= >> rubygem-gherkin>=2.12.0:${PORTSDIR}/textproc/rubygem-gherkin >> >> NO_ARCH= yes >> - >> USE_RUBY= yes >> USE_RUBYGEMS= yes >> RUBYGEM_AUTOPLIST= yes >> >> Modified: head/devel/rubygem-drydock/Makefile >> >> ============================================================================== >> --- head/devel/rubygem-drydock/Makefile Mon Jul 6 17:48:28 2015 >> (r391472) >> +++ head/devel/rubygem-drydock/Makefile Mon Jul 6 18:05:37 2015 >> (r391473) >> @@ -12,7 +12,6 @@ COMMENT= Build seaworthy command-line ap >> LICENSE= MIT >> >> NO_ARCH= yes >> - >> USE_RUBY= yes >> USE_RUBYGEMS= yes >> RUBYGEM_AUTOPLIST= yes >> >> Modified: head/devel/rubygem-gibbler/Makefile >> >> ============================================================================== >> --- head/devel/rubygem-gibbler/Makefile Mon Jul 6 17:48:28 2015 >> (r391472) >> +++ head/devel/rubygem-gibbler/Makefile Mon Jul 6 18:05:37 2015 >> (r391473) >> @@ -12,7 +12,6 @@ COMMENT= Git-like hashes for Ruby object >> LICENSE= MIT >> >> NO_ARCH= yes >> - >> USE_RUBY= yes >> USE_RUBYGEMS= yes >> RUBYGEM_AUTOPLIST= yes >> >> Modified: head/devel/rubygem-inflecto/Makefile >> >> ============================================================================== >> --- head/devel/rubygem-inflecto/Makefile Mon Jul 6 17:48:28 2015 >> (r391472) >> +++ head/devel/rubygem-inflecto/Makefile Mon Jul 6 18:05:37 2015 >> (r391473) >> @@ -12,7 +12,6 @@ COMMENT= Inflector for strings >> LICENSE= MIT >> >> NO_ARCH= yes >> - >> USE_RUBY= yes >> USE_RUBYGEMS= yes >> RUBYGEM_AUTOPLIST= yes >> >> Modified: head/devel/rubygem-jekyll-coffeescript/Makefile >> >> ============================================================================== >> --- head/devel/rubygem-jekyll-coffeescript/Makefile Mon Jul 6 >> 17:48:28 2015 (r391472) >> +++ head/devel/rubygem-jekyll-coffeescript/Makefile Mon Jul 6 >> 18:05:37 2015 (r391473) >> @@ -14,7 +14,6 @@ LICENSE= MIT >> RUN_DEPENDS= >> rubygem-coffee-script>=2.2:${PORTSDIR}/devel/rubygem-coffee-script >> >> NO_ARCH= yes >> - >> USE_RUBY= yes >> USE_RUBYGEMS= yes >> RUBYGEM_AUTOPLIST= yes >> >> Modified: head/devel/rubygem-lumberjack/Makefile >> >> ============================================================================== >> --- head/devel/rubygem-lumberjack/Makefile Mon Jul 6 17:48:28 2015 >> (r391472) >> +++ head/devel/rubygem-lumberjack/Makefile Mon Jul 6 18:05:37 2015 >> (r391473) >> @@ -12,7 +12,6 @@ COMMENT= Simple, powerful, and fast logg >> LICENSE= MIT >> >> NO_ARCH= yes >> - >> USE_RUBY= yes >> USE_RUBYGEMS= yes >> RUBYGEM_AUTOPLIST= yes >> >> Modified: head/devel/rubygem-memoizable/Makefile >> >> ============================================================================== >> --- head/devel/rubygem-memoizable/Makefile Mon Jul 6 17:48:28 2015 >> (r391472) >> +++ head/devel/rubygem-memoizable/Makefile Mon Jul 6 18:05:37 2015 >> (r391473) >> @@ -14,7 +14,6 @@ LICENSE= MIT >> RUN_DEPENDS= >> rubygem-thread_safe>=0.3.1:${PORTSDIR}/devel/rubygem-thread_safe >> >> NO_ARCH= yes >> - >> USE_RUBY= yes >> USE_RUBYGEMS= yes >> RUBYGEM_AUTOPLIST= yes >> >> Modified: head/devel/rubygem-mercenary/Makefile >> >> ============================================================================== >> --- head/devel/rubygem-mercenary/Makefile Mon Jul 6 17:48:28 2015 >> (r391472) >> +++ head/devel/rubygem-mercenary/Makefile Mon Jul 6 18:05:37 2015 >> (r391473) >> @@ -12,7 +12,6 @@ COMMENT= Lightweight and flexible librar >> LICENSE= MIT >> >> NO_ARCH= yes >> - >> USE_RUBY= yes >> USE_RUBYGEMS= yes >> RUBYGEM_AUTOPLIST= yes >> >> Modified: head/devel/rubygem-nenv/Makefile >> >> ============================================================================== >> --- head/devel/rubygem-nenv/Makefile Mon Jul 6 17:48:28 2015 >> (r391472) >> +++ head/devel/rubygem-nenv/Makefile Mon Jul 6 18:05:37 2015 >> (r391473) >> @@ -12,7 +12,6 @@ COMMENT= Convenient wrapper for ENV >> LICENSE= MIT >> >> NO_ARCH= yes >> - >> USE_RUBY= yes >> USE_RUBYGEMS= yes >> RUBYGEM_AUTOPLIST= yes >> >> Modified: head/devel/rubygem-notiffany/Makefile >> >> ============================================================================== >> --- head/devel/rubygem-notiffany/Makefile Mon Jul 6 17:48:28 2015 >> (r391472) >> +++ head/devel/rubygem-notiffany/Makefile Mon Jul 6 18:05:37 2015 >> (r391473) >> @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-nenv>=0.1:${PORTSDI >> rubygem-shellany>=0:${PORTSDIR}/sysutils/rubygem-shellany >> >> NO_ARCH= yes >> - >> USE_RUBY= yes >> USE_RUBYGEMS= yes >> RUBYGEM_AUTOPLIST= yes >> >> Modified: head/devel/rubygem-open4/Makefile >> >> ============================================================================== >> --- head/devel/rubygem-open4/Makefile Mon Jul 6 17:48:28 2015 >> (r391472) >> +++ head/devel/rubygem-open4/Makefile Mon Jul 6 18:05:37 2015 >> (r391473) >> @@ -13,7 +13,6 @@ LICENSE= BSD2CLAUSE RUBY >> LICENSE_COMB= dual >> >> NO_ARCH= yes >> - >> USE_RUBY= yes >> USE_RUBYGEMS= yes >> RUBYGEM_AUTOPLIST= yes >> >> Modified: head/devel/rubygem-retryable/Makefile >> >> ============================================================================== >> --- head/devel/rubygem-retryable/Makefile Mon Jul 6 17:48:28 2015 >> (r391472) >> +++ head/devel/rubygem-retryable/Makefile Mon Jul 6 18:05:37 2015 >> (r391473) >> @@ -12,7 +12,6 @@ COMMENT= Allow for retrying of code bloc >> LICENSE= MIT >> >> NO_ARCH= yes >> - >> USE_RUBY= yes >> USE_RUBYGEMS= yes >> RUBYGEM_AUTOPLIST= yes >> >> Modified: head/devel/rubygem-storable/Makefile >> >> ============================================================================== >> --- head/devel/rubygem-storable/Makefile Mon Jul 6 17:48:28 2015 >> (r391472) >> +++ head/devel/rubygem-storable/Makefile Mon Jul 6 18:05:37 2015 >> (r391473) >> @@ -12,7 +12,6 @@ COMMENT= Marshal Ruby classes into and o >> LICENSE= MIT >> >> NO_ARCH= yes >> - >> USE_RUBY= yes >> USE_RUBYGEMS= yes >> RUBYGEM_AUTOPLIST= yes >> >> Modified: head/devel/rubygem-subexec/Makefile >> >> ============================================================================== >> --- head/devel/rubygem-subexec/Makefile Mon Jul 6 17:48:28 2015 >> (r391472) >> +++ head/devel/rubygem-subexec/Makefile Mon Jul 6 18:05:37 2015 >> (r391473) >> @@ -12,7 +12,6 @@ COMMENT= Subexec spawns a subprocess wit >> LICENSE= MIT >> >> NO_ARCH= yes >> - >> USE_RUBY= yes >> USE_RUBYGEMS= yes >> RUBYGEM_AUTOPLIST= yes >> >> Modified: head/devel/rubygem-sysinfo/Makefile >> >> ============================================================================== >> --- head/devel/rubygem-sysinfo/Makefile Mon Jul 6 17:48:28 2015 >> (r391472) >> +++ head/devel/rubygem-sysinfo/Makefile Mon Jul 6 18:05:37 2015 >> (r391473) >> @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-drydock>=0:${PORTSD >> rubygem-storable>=0:${PORTSDIR}/devel/rubygem-storable >> >> NO_ARCH= yes >> - >> USE_RUBY= yes >> USE_RUBYGEMS= yes >> RUBYGEM_AUTOPLIST= yes >> >> Modified: head/devel/rubygem-tdiff/Makefile >> >> ============================================================================== >> --- head/devel/rubygem-tdiff/Makefile Mon Jul 6 17:48:28 2015 >> (r391472) >> +++ head/devel/rubygem-tdiff/Makefile Mon Jul 6 18:05:37 2015 >> (r391473) >> @@ -12,7 +12,6 @@ COMMENT= Calculates the differences betw >> LICENSE= MIT >> >> NO_ARCH= yes >> - >> USE_RUBY= yes >> USE_RUBYGEMS= yes >> RUBYGEM_AUTOPLIST= yes >> >> Modified: head/devel/rubygem-toml/Makefile >> >> ============================================================================== >> --- head/devel/rubygem-toml/Makefile Mon Jul 6 17:48:28 2015 >> (r391472) >> +++ head/devel/rubygem-toml/Makefile Mon Jul 6 18:05:37 2015 >> (r391473) >> @@ -15,7 +15,6 @@ LICENSE= MIT >> RUN_DEPENDS= >> rubygem-parslet>=1.5.0:${PORTSDIR}/textproc/rubygem-parslet >> >> NO_ARCH= yes >> - >> USE_RUBY= yes >> USE_RUBYGEMS= yes >> RUBYGEM_AUTOPLIST= yes >> >> Modified: head/dns/rubygem-public_suffix_service/Makefile >> >> ============================================================================== >> --- head/dns/rubygem-public_suffix_service/Makefile Mon Jul 6 >> 17:48:28 2015 (r391472) >> +++ head/dns/rubygem-public_suffix_service/Makefile Mon Jul 6 >> 18:05:37 2015 (r391473) >> @@ -12,7 +12,6 @@ COMMENT= Parse and decompose domain name >> LICENSE= MIT >> >> NO_ARCH= yes >> - >> USE_RUBY= yes >> USE_RUBYGEMS= yes >> RUBYGEM_AUTOPLIST= yes >> >> Modified: head/emulators/rubygem-fission/Makefile >> >> ============================================================================== >> --- head/emulators/rubygem-fission/Makefile Mon Jul 6 17:48:28 2015 >> (r391472) >> +++ head/emulators/rubygem-fission/Makefile Mon Jul 6 18:05:37 2015 >> (r391473) >> @@ -14,7 +14,6 @@ LICENSE= MIT >> RUN_DEPENDS= >> rubygem-CFPropertyList>=2.2:${PORTSDIR}/devel/rubygem-CFPropertyList >> >> NO_ARCH= yes >> - >> USE_RUBY= yes >> USE_RUBYGEMS= yes >> RUBYGEM_AUTOPLIST= yes >> >> Modified: head/graphics/rubygem-png/Makefile >> >> ============================================================================== >> --- head/graphics/rubygem-png/Makefile Mon Jul 6 17:48:28 2015 >> (r391472) >> +++ head/graphics/rubygem-png/Makefile Mon Jul 6 18:05:37 2015 >> (r391473) >> @@ -14,7 +14,6 @@ LICENSE= MIT >> RUN_DEPENDS= >> rubygem-rubyinline>=3.9:${PORTSDIR}/devel/rubygem-rubyinline >> >> NO_ARCH= yes >> - >> USE_RUBY= yes >> USE_RUBYGEMS= yes >> RUBYGEM_AUTOPLIST= yes >> >> Modified: head/misc/rubygem-iesd/Makefile >> >> ============================================================================== >> --- head/misc/rubygem-iesd/Makefile Mon Jul 6 17:48:28 2015 >> (r391472) >> +++ head/misc/rubygem-iesd/Makefile Mon Jul 6 18:05:37 2015 >> (r391473) >> @@ -12,7 +12,6 @@ COMMENT= Modify Extensions, Kextcache an >> LICENSE= BSD2CLAUSE >> >> NO_ARCH= yes >> - >> USE_RUBY= yes >> USE_RUBYGEMS= yes >> RUBYGEM_AUTOPLIST= yes >> >> Modified: head/net-im/rubygem-hipchat/Makefile >> >> ============================================================================== >> --- head/net-im/rubygem-hipchat/Makefile Mon Jul 6 17:48:28 2015 >> (r391472) >> +++ head/net-im/rubygem-hipchat/Makefile Mon Jul 6 18:05:37 2015 >> (r391473) >> @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-httparty>=0:${PORTS >> rubygem-mimemagic>=0:${PORTSDIR}/misc/rubygem-mimemagic >> >> NO_ARCH= yes >> - >> USE_RUBY= yes >> USE_RUBYGEMS= yes >> RUBYGEM_AUTOPLIST= yes >> >> Modified: head/net/rubygem-amq-client/Makefile >> >> ============================================================================== >> --- head/net/rubygem-amq-client/Makefile Mon Jul 6 17:48:28 2015 >> (r391472) >> +++ head/net/rubygem-amq-client/Makefile Mon Jul 6 18:05:37 2015 >> (r391473) >> @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-amq-protocol>=1.9.0 >> >> rubygem-eventmachine>=0:${PORTSDIR}/devel/rubygem-eventmachine >> >> NO_ARCH= yes >> - >> USE_RUBY= yes >> USE_RUBYGEMS= yes >> RUBYGEM_AUTOPLIST= yes >> >> Modified: head/net/rubygem-amq-protocol/Makefile >> >> ============================================================================== >> --- head/net/rubygem-amq-protocol/Makefile Mon Jul 6 17:48:28 2015 >> (r391472) >> +++ head/net/rubygem-amq-protocol/Makefile Mon Jul 6 18:05:37 2015 >> (r391473) >> @@ -12,7 +12,6 @@ COMMENT= AMQP serialization library for >> LICENSE= MIT >> >> NO_ARCH= yes >> - >> USE_RUBY= yes >> USE_RUBYGEMS= yes >> RUBYGEM_AUTOPLIST= yes >> >> Modified: head/net/rubygem-amqp/Makefile >> >> ============================================================================== >> --- head/net/rubygem-amqp/Makefile Mon Jul 6 17:48:28 2015 >> (r391472) >> +++ head/net/rubygem-amqp/Makefile Mon Jul 6 18:05:37 2015 >> (r391473) >> @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-amq-protocol>=1.9.2 >> >> rubygem-eventmachine>=0:${PORTSDIR}/devel/rubygem-eventmachine >> >> NO_ARCH= yes >> - >> USE_RUBY= yes >> USE_RUBYGEMS= yes >> RUBYGEM_AUTOPLIST= yes >> >> Modified: head/net/rubygem-aws-ses/Makefile >> >> ============================================================================== >> --- head/net/rubygem-aws-ses/Makefile Mon Jul 6 17:48:28 2015 >> (r391472) >> +++ head/net/rubygem-aws-ses/Makefile Mon Jul 6 18:05:37 2015 >> (r391473) >> @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-builder32>=0:${PORT >> >> rubygem-xml-simple>=0:${PORTSDIR}/textproc/rubygem-xml-simple >> >> NO_ARCH= yes >> - >> USE_RUBY= yes >> USE_RUBYGEMS= yes >> RUBYGEM_AUTOPLIST= yes >> >> Modified: head/net/rubygem-dropbox-sdk/Makefile >> >> ============================================================================== >> --- head/net/rubygem-dropbox-sdk/Makefile Mon Jul 6 17:48:28 2015 >> (r391472) >> +++ head/net/rubygem-dropbox-sdk/Makefile Mon Jul 6 18:05:37 2015 >> (r391473) >> @@ -14,7 +14,6 @@ LICENSE= MIT >> RUN_DEPENDS= rubygem-json>=0:${PORTSDIR}/devel/rubygem-json >> >> NO_ARCH= yes >> - >> USE_RUBY= yes >> USE_RUBYGEMS= yes >> RUBYGEM_AUTOPLIST= yes >> >> Modified: head/net/rubygem-httpauth/Makefile >> >> ============================================================================== >> --- head/net/rubygem-httpauth/Makefile Mon Jul 6 17:48:28 2015 >> (r391472) >> +++ head/net/rubygem-httpauth/Makefile Mon Jul 6 18:05:37 2015 >> (r391473) >> @@ -12,7 +12,6 @@ COMMENT= Library for HTTP authentication >> LICENSE= MIT >> >> NO_ARCH= yes >> - >> USE_RUBY= yes >> USE_RUBYGEMS= yes >> RUBYGEM_AUTOPLIST= yes >> >> Modified: head/net/rubygem-rubytter/Makefile >> >> ============================================================================== >> --- head/net/rubygem-rubytter/Makefile Mon Jul 6 17:48:28 2015 >> (r391472) >> +++ head/net/rubygem-rubytter/Makefile Mon Jul 6 18:05:37 2015 >> (r391473) >> @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-json>=1.1.3:${PORTS >> rubygem-oauth>=0.3.6:${PORTSDIR}/net/rubygem-oauth >> >> NO_ARCH= yes >> - >> USE_RUBY= yes >> USE_RUBYGEMS= yes >> RUBYGEM_AUTOPLIST= yes >> >> Modified: head/net/rubygem-simple_oauth/Makefile >> >> ============================================================================== >> --- head/net/rubygem-simple_oauth/Makefile Mon Jul 6 17:48:28 2015 >> (r391472) >> +++ head/net/rubygem-simple_oauth/Makefile Mon Jul 6 18:05:37 2015 >> (r391473) >> @@ -12,7 +12,6 @@ COMMENT= Builds and verifies OAuth heade >> LICENSE= MIT >> >> NO_ARCH= yes >> - >> USE_RUBY= yes >> USE_RUBYGEMS= yes >> RUBYGEM_AUTOPLIST= yes >> >> Modified: head/net/rubygem-t/Makefile >> >> ============================================================================== >> --- head/net/rubygem-t/Makefile Mon Jul 6 17:48:28 2015 (r391472) >> +++ head/net/rubygem-t/Makefile Mon Jul 6 18:05:37 2015 (r391473) >> @@ -20,7 +20,6 @@ RUN_DEPENDS= rubygem-geokit>=1.8.3:${POR >> rubygem-twitter>=5.13:${PORTSDIR}/net/rubygem-twitter >> >> NO_ARCH= yes >> - >> USE_RUBY= yes >> USE_RUBYGEMS= yes >> RUBYGEM_AUTOPLIST= yes >> >> Modified: head/net/rubygem-twitter/Makefile >> >> ============================================================================== >> --- head/net/rubygem-twitter/Makefile Mon Jul 6 17:48:28 2015 >> (r391472) >> +++ head/net/rubygem-twitter/Makefile Mon Jul 6 18:05:37 2015 >> (r391473) >> @@ -23,7 +23,6 @@ RUN_DEPENDS= rubygem-addressable>=2.3:${ >> >> rubygem-simple_oauth>=0.3.0:${PORTSDIR}/net/rubygem-simple_oauth >> >> NO_ARCH= yes >> - >> USE_RUBY= yes >> USE_RUBYGEMS= yes >> RUBYGEM_AUTOPLIST= yes >> >> Modified: head/net/rubygem-uri-redis/Makefile >> >> ============================================================================== >> --- head/net/rubygem-uri-redis/Makefile Mon Jul 6 17:48:28 2015 >> (r391472) >> +++ head/net/rubygem-uri-redis/Makefile Mon Jul 6 18:05:37 2015 >> (r391473) >> @@ -12,7 +12,6 @@ COMMENT= Support for parsing redis://hos >> LICENSE= MIT >> >> NO_ARCH= yes >> - >> USE_RUBY= yes >> USE_RUBYGEMS= yes >> RUBYGEM_AUTOPLIST= yes >> >> Modified: head/sysutils/rubygem-guard-compat/Makefile >> >> ============================================================================== >> --- head/sysutils/rubygem-guard-compat/Makefile Mon Jul 6 17:48:28 2015 >> (r391472) >> +++ head/sysutils/rubygem-guard-compat/Makefile Mon Jul 6 18:05:37 2015 >> (r391473) >> @@ -12,7 +12,6 @@ COMMENT= Helps creating valid Guard plug >> LICENSE= MIT >> >> NO_ARCH= yes >> - >> USE_RUBY= yes >> USE_RUBYGEMS= yes >> RUBYGEM_AUTOPLIST= yes >> >> Modified: head/sysutils/rubygem-parallel/Makefile >> >> ============================================================================== >> --- head/sysutils/rubygem-parallel/Makefile Mon Jul 6 17:48:28 2015 >> (r391472) >> +++ head/sysutils/rubygem-parallel/Makefile Mon Jul 6 18:05:37 2015 >> (r391473) >> @@ -12,7 +12,6 @@ COMMENT= Run any kind of code in paralle >> LICENSE= MIT >> >> NO_ARCH= yes >> - >> USE_RUBY= yes >> USE_RUBYGEMS= yes >> RUBYGEM_AUTOPLIST= yes >> >> Modified: head/sysutils/rubygem-shellany/Makefile >> >> ============================================================================== >> --- head/sysutils/rubygem-shellany/Makefile Mon Jul 6 17:48:28 2015 >> (r391472) >> +++ head/sysutils/rubygem-shellany/Makefile Mon Jul 6 18:05:37 2015 >> (r391473) >> @@ -12,7 +12,6 @@ COMMENT= MRI+JRuby compatible command ou >> LICENSE= MIT >> >> NO_ARCH= yes >> - >> USE_RUBY= yes >> USE_RUBYGEMS= yes >> RUBYGEM_AUTOPLIST= yes >> >> Modified: head/textproc/rubygem-css_parser/Makefile >> >> ============================================================================== >> --- head/textproc/rubygem-css_parser/Makefile Mon Jul 6 17:48:28 2015 >> (r391472) >> +++ head/textproc/rubygem-css_parser/Makefile Mon Jul 6 18:05:37 2015 >> (r391473) >> @@ -14,7 +14,6 @@ LICENSE= MIT >> RUN_DEPENDS= rubygem-addressable>=0:${PORTSDIR}/www/rubygem-addressable >> >> NO_ARCH= yes >> - >> USE_RUBY= yes >> USE_RUBYGEMS= yes >> RUBYGEM_AUTOPLIST= yes >> >> Modified: head/textproc/rubygem-multi_xml/Makefile >> >> ============================================================================== >> --- head/textproc/rubygem-multi_xml/Makefile Mon Jul 6 17:48:28 2015 >> (r391472) >> +++ head/textproc/rubygem-multi_xml/Makefile Mon Jul 6 18:05:37 2015 >> (r391473) >> @@ -15,7 +15,6 @@ OPTIONS_DEFINE= NOKOGIRI >> NOKOGIRI_DESC= Nokogiri is a HTML, XML, SAX, and Reader parser >> >> NO_ARCH= yes >> - >> USE_RUBY= yes >> USE_RUBYGEMS= yes >> RUBYGEM_AUTOPLIST= yes >> >> Modified: head/textproc/rubygem-parslet/Makefile >> >> ============================================================================== >> --- head/textproc/rubygem-parslet/Makefile Mon Jul 6 17:48:28 2015 >> (r391472) >> +++ head/textproc/rubygem-parslet/Makefile Mon Jul 6 18:05:37 2015 >> (r391473) >> @@ -14,7 +14,6 @@ LICENSE= MIT >> RUN_DEPENDS= rubygem-blankslate>=2:${PORTSDIR}/devel/rubygem-blankslate >> >> NO_ARCH= yes >> - >> USE_RUBY= yes >> USE_RUBYGEMS= yes >> RUBYGEM_AUTOPLIST= yes >> >> Modified: head/textproc/rubygem-yard/Makefile >> >> ============================================================================== >> --- head/textproc/rubygem-yard/Makefile Mon Jul 6 17:48:28 2015 >> (r391472) >> +++ head/textproc/rubygem-yard/Makefile Mon Jul 6 18:05:37 2015 >> (r391473) >> @@ -12,7 +12,6 @@ COMMENT= Documentation generation tool f >> LICENSE= MIT >> >> NO_ARCH= yes >> - >> USE_RUBY= yes >> USE_RUBYGEMS= yes >> RUBYGEM_AUTOPLIST= yes >> >> Modified: head/www/rubygem-em-websocket/Makefile >> >> ============================================================================== >> --- head/www/rubygem-em-websocket/Makefile Mon Jul 6 17:48:28 2015 >> (r391472) >> +++ head/www/rubygem-em-websocket/Makefile Mon Jul 6 18:05:37 2015 >> (r391473) >> @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-eventmachine>=0.12. >> >> rubygem-http_parser.rb>=0.6.0:${PORTSDIR}/net/rubygem-http_parser.rb >> >> NO_ARCH= yes >> - >> USE_RUBY= yes >> USE_RUBYGEMS= yes >> RUBYGEM_AUTOPLIST= yes >> >> Modified: head/www/rubygem-faraday/Makefile >> >> ============================================================================== >> --- head/www/rubygem-faraday/Makefile Mon Jul 6 17:48:28 2015 >> (r391472) >> +++ head/www/rubygem-faraday/Makefile Mon Jul 6 18:05:37 2015 >> (r391473) >> @@ -14,7 +14,6 @@ LICENSE= MIT >> RUN_DEPENDS= >> rubygem-multipart-post>=1.2:${PORTSDIR}/www/rubygem-multipart-post >> >> NO_ARCH= yes >> - >> USE_RUBY= yes >> USE_RUBYGEMS= yes >> RUBYGEM_AUTOPLIST= yes >> >> Modified: head/www/rubygem-gollum-grit_adapter/Makefile >> >> ============================================================================== >> --- head/www/rubygem-gollum-grit_adapter/Makefile Mon Jul 6 >> 17:48:28 2015 (r391472) >> +++ head/www/rubygem-gollum-grit_adapter/Makefile Mon Jul 6 >> 18:05:37 2015 (r391473) >> @@ -14,7 +14,6 @@ LICENSE= MIT >> RUN_DEPENDS= >> rubygem-gitlab-grit>=2.7.1:${PORTSDIR}/textproc/rubygem-gitlab-grit >> >> NO_ARCH= yes >> - >> USE_RUBY= yes >> USE_RUBYGEMS= yes >> RUBYGEM_AUTOPLIST= yes >> >> Modified: head/www/rubygem-http-form_data/Makefile >> >> ============================================================================== >> --- head/www/rubygem-http-form_data/Makefile Mon Jul 6 17:48:28 2015 >> (r391472) >> +++ head/www/rubygem-http-form_data/Makefile Mon Jul 6 18:05:37 2015 >> (r391473) >> @@ -12,7 +12,6 @@ COMMENT= Build form data request bodies >> LICENSE= MIT >> >> NO_ARCH= yes >> - >> USE_RUBY= yes >> USE_RUBYGEMS= yes >> RUBYGEM_AUTOPLIST= yes >> >> Modified: head/www/rubygem-http/Makefile >> >> ============================================================================== >> --- head/www/rubygem-http/Makefile Mon Jul 6 17:48:28 2015 >> (r391472) >> +++ head/www/rubygem-http/Makefile Mon Jul 6 18:05:37 2015 >> (r391473) >> @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-addressable>=2.3:${ >> >> rubygem-http_parser.rb>=0.6.0:${PORTSDIR}/net/rubygem-http_parser.rb >> >> NO_ARCH= yes >> - >> USE_RUBY= yes >> USE_RUBYGEMS= yes >> RUBYGEM_AUTOPLIST= yes >> >> Modified: head/www/rubygem-multipart-post/Makefile >> >> ============================================================================== >> --- head/www/rubygem-multipart-post/Makefile Mon Jul 6 17:48:28 2015 >> (r391472) >> +++ head/www/rubygem-multipart-post/Makefile Mon Jul 6 18:05:37 2015 >> (r391473) >> @@ -12,7 +12,6 @@ COMMENT= Ruby Library that Use with Net: >> LICENSE= MIT >> >> NO_ARCH= yes >> - >> USE_RUBY= yes >> USE_RUBYGEMS= yes >> RUBYGEM_AUTOPLIST= yes >> >> Modified: head/www/rubygem-net-http-digest_auth/Makefile >> >> ============================================================================== >> --- head/www/rubygem-net-http-digest_auth/Makefile Mon Jul 6 >> 17:48:28 2015 (r391472) >> +++ head/www/rubygem-net-http-digest_auth/Makefile Mon Jul 6 >> 18:05:37 2015 (r391473) >> @@ -12,7 +12,6 @@ COMMENT= Implementation of RFC 2617 - Di >> LICENSE= MIT >> >> NO_ARCH= yes >> - >> USE_RUBY= yes >> USE_RUBYGEMS= yes >> RUBYGEM_AUTOPLIST= yes >> >> Modified: head/www/rubygem-net-http-persistent/Makefile >> >> ============================================================================== >> --- head/www/rubygem-net-http-persistent/Makefile Mon Jul 6 >> 17:48:28 2015 (r391472) >> +++ head/www/rubygem-net-http-persistent/Makefile Mon Jul 6 >> 18:05:37 2015 (r391473) >> @@ -12,7 +12,6 @@ COMMENT= Manages persistent connections >> LICENSE= MIT >> >> NO_ARCH= yes >> - >> USE_RUBY= yes >> USE_RUBYGEMS= yes >> RUBYGEM_AUTOPLIST= yes >> >> Modified: head/www/rubygem-pagerduty/Makefile >> >> ============================================================================== >> --- head/www/rubygem-pagerduty/Makefile Mon Jul 6 17:48:28 2015 >> (r391472) >> +++ head/www/rubygem-pagerduty/Makefile Mon Jul 6 18:05:37 2015 >> (r391473) >> @@ -16,7 +16,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt >> RUN_DEPENDS= rubygem-json>=1.7.7:${PORTSDIR}/devel/rubygem-json >> >> NO_ARCH= yes >> - >> USE_RUBY= yes >> USE_RUBYGEMS= yes >> RUBYGEM_AUTOPLIST= yes >> >> Modified: head/www/rubygem-robots/Makefile >> >> ============================================================================== >> --- head/www/rubygem-robots/Makefile Mon Jul 6 17:48:28 2015 >> (r391472) >> +++ head/www/rubygem-robots/Makefile Mon Jul 6 18:05:37 2015 >> (r391473) >> @@ -13,7 +13,6 @@ COMMENT= Simple library to parse robots. >> LICENSE= MIT >> >> NO_ARCH= yes >> - >> USE_RUBY= yes >> USE_RUBYGEMS= yes >> RUBYGEM_AUTOPLIST= yes >> >> Modified: head/www/rubygem-webrobots/Makefile >> >> ============================================================================== >> --- head/www/rubygem-webrobots/Makefile Mon Jul 6 17:48:28 2015 >> (r391472) >> +++ head/www/rubygem-webrobots/Makefile Mon Jul 6 18:05:37 2015 >> (r391473) >> @@ -12,7 +12,6 @@ COMMENT= Write robots.txt compliant web >> LICENSE= BSD2CLAUSE >> >> NO_ARCH= yes >> - >> USE_RUBY= yes >> USE_RUBYGEMS= yes >> RUBYGEM_AUTOPLIST= yes >> _______________________________________________ >> svn-ports-all@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/svn-ports-all >> To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" >> > > > > -- > > --------------------------------------------------------------------------------- > Curb: Your ride is here > 4096R/D21D2752 > ECDF > B597 B54B 7F92 753E E0EA F699 A450 D21D 2752 > Philip M. Gollucci (pgollucci@p6m7g8.com) c: 703.336.9354 > Member, Apache Software Foundation > Committer, FreeBSD Foundation > Consultant, P6M7G8 Inc. > Sr. Director IT Operations, Curb > > What doesn't kill us can only make us stronger; > Except it almost kills you. > From owner-svn-ports-head@freebsd.org Tue Jul 7 15:05:13 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A67A8995709; Tue, 7 Jul 2015 15:05:13 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 968CF14AF; Tue, 7 Jul 2015 15:05:13 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t67F5DCE036600; Tue, 7 Jul 2015 15:05:13 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t67F5DS6036599; Tue, 7 Jul 2015 15:05:13 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201507071505.t67F5DS6036599@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 7 Jul 2015 15:05:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391508 - 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, 07 Jul 2015 15:05:13 -0000 Author: feld Date: Tue Jul 7 15:05:12 2015 New Revision: 391508 URL: https://svnweb.freebsd.org/changeset/ports/391508 Log: cups-filters mentions wrong CVE in some places incorrect: CVE-2015-3259 correct: CVE-2015-3279 Add mailing list post that clarifies this Security: bf1d9331-21b6-11e5-86ff-14dae9d210b8 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Jul 7 14:54:12 2015 (r391507) +++ head/security/vuxml/vuln.xml Tue Jul 7 15:05:12 2015 (r391508) @@ -532,10 +532,12 @@ Notes: CVE-2015-3279 https://access.redhat.com/security/cve/CVE-2015-3279 http://bzr.linuxfoundation.org/loggerhead/openprinting/cups-filters/revision/7365 + http://osdir.com/ml/opensource-software-security/2015-07/msg00021.html 2015-07-03 2015-07-03 + 2015-07-07 From owner-svn-ports-head@freebsd.org Tue Jul 7 15:36:47 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9F3CF995EDC; Tue, 7 Jul 2015 15:36:47 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 755541C5B; Tue, 7 Jul 2015 15:36:47 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t67FalMp051643; Tue, 7 Jul 2015 15:36:47 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t67Faku9051641; Tue, 7 Jul 2015 15:36:46 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507071536.t67Faku9051641@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 7 Jul 2015 15:36:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391510 - head/lang/erlang-runtime17 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 07 Jul 2015 15:36:47 -0000 Author: olgeni Date: Tue Jul 7 15:36:46 2015 New Revision: 391510 URL: https://svnweb.freebsd.org/changeset/ports/391510 Log: Upgrade to version 17.5.6.2. Modified: head/lang/erlang-runtime17/Makefile head/lang/erlang-runtime17/distinfo Modified: head/lang/erlang-runtime17/Makefile ============================================================================== --- head/lang/erlang-runtime17/Makefile Tue Jul 7 15:09:34 2015 (r391509) +++ head/lang/erlang-runtime17/Makefile Tue Jul 7 15:36:46 2015 (r391510) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= erlang -PORTVERSION= 17.5.6.1 +PORTVERSION= 17.5.6.2 CATEGORIES= lang parallel java MASTER_SITES= http://www.erlang.org/download/:erlangorg \ http://erlang.stacken.kth.se/download/:erlangorg \ @@ -18,7 +18,7 @@ PATCH_SITES= http://olgeni.olgeni.com/~o LOCAL/olgeni PATCHFILES= patch-otp-17.5.1 patch-otp-17.5.2 patch-otp-17.5.3 \ patch-otp-17.5.4 patch-otp-17.5.5 patch-otp-17.5.6 \ - patch-otp-17.5.6.1 + patch-otp-17.5.6.1 patch-otp-17.5.6.2 MAINTAINER= olgeni@FreeBSD.org COMMENT= Functional programming language from Ericsson @@ -201,7 +201,7 @@ post-install: -C ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB} ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/erts-6.4/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/erts-6.4.1.1 + ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/erts-6.4.1.2 ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/erts-6.4 ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/inets-5.10.6/* \ @@ -232,6 +232,10 @@ post-install: ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssl-6.0.1 ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssl-6.0 + ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/runtime_tools-1.8.16/* \ + ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/runtime_tools-1.8.16.1 + ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/runtime_tools-1.8.16 + ${INSTALL_DATA} ${WRKSRC}/lib/dialyzer/doc/*.txt \ ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/dialyzer-*/doc/ .endif Modified: head/lang/erlang-runtime17/distinfo ============================================================================== --- head/lang/erlang-runtime17/distinfo Tue Jul 7 15:09:34 2015 (r391509) +++ head/lang/erlang-runtime17/distinfo Tue Jul 7 15:36:46 2015 (r391510) @@ -18,3 +18,5 @@ SHA256 (erlang/patch-otp-17.5.6) = 25461 SIZE (erlang/patch-otp-17.5.6) = 57264 SHA256 (erlang/patch-otp-17.5.6.1) = 695bea19a372d58fc94ca79e84054524e7895516aab3a1d03905dd5971779ed7 SIZE (erlang/patch-otp-17.5.6.1) = 9062 +SHA256 (erlang/patch-otp-17.5.6.2) = 47fc4468fdc75249f30a4ba120ed39db03dfb5ebc5c2b1c7e94eb43d8c221002 +SIZE (erlang/patch-otp-17.5.6.2) = 14293 From owner-svn-ports-head@freebsd.org Tue Jul 7 15:39:29 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 17ADD995F76; Tue, 7 Jul 2015 15:39:29 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 06F0B1E46; Tue, 7 Jul 2015 15:39:29 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t67FdSOD052119; Tue, 7 Jul 2015 15:39:28 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t67FdSfI052109; Tue, 7 Jul 2015 15:39:28 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507071539.t67FdSfI052109@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 7 Jul 2015 15:39:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391511 - in head/devel/erlang-msgpack: . 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, 07 Jul 2015 15:39:29 -0000 Author: olgeni Date: Tue Jul 7 15:39:27 2015 New Revision: 391511 URL: https://svnweb.freebsd.org/changeset/ports/391511 Log: Upgrade to version 0.3.4. Deleted: head/devel/erlang-msgpack/files/ Modified: head/devel/erlang-msgpack/Makefile head/devel/erlang-msgpack/distinfo (contents, props changed) Modified: head/devel/erlang-msgpack/Makefile ============================================================================== --- head/devel/erlang-msgpack/Makefile Tue Jul 7 15:36:46 2015 (r391510) +++ head/devel/erlang-msgpack/Makefile Tue Jul 7 15:39:27 2015 (r391511) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= msgpack -PORTVERSION= 0.3.3 -PORTREVISION= 3 +PORTVERSION= 0.3.4 CATEGORIES= devel PKGNAMEPREFIX= erlang- Modified: head/devel/erlang-msgpack/distinfo ============================================================================== --- head/devel/erlang-msgpack/distinfo Tue Jul 7 15:36:46 2015 (r391510) +++ head/devel/erlang-msgpack/distinfo Tue Jul 7 15:39:27 2015 (r391511) @@ -1,2 +1,2 @@ -SHA256 (msgpack-msgpack-erlang-0.3.3_GH0.tar.gz) = 4b1bfcab660e9b6e4a971adfc96f23540d6d1e1fb592233687689881c34bcb8f -SIZE (msgpack-msgpack-erlang-0.3.3_GH0.tar.gz) = 166316 +SHA256 (msgpack-msgpack-erlang-0.3.4_GH0.tar.gz) = 0e6f1b2f58849930c12eb34d8e11c68d10bfae5cc9e0c24f9a675a1316b51cb0 +SIZE (msgpack-msgpack-erlang-0.3.4_GH0.tar.gz) = 166322 From owner-svn-ports-head@freebsd.org Tue Jul 7 16:04:45 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C0FD4996647; Tue, 7 Jul 2015 16:04:45 +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 457281B28; Tue, 7 Jul 2015 16:04:44 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by apnoea.adamw.org (OpenSMTPD) with ESMTPSA id ae3e5276; TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NO; Tue, 7 Jul 2015 10:04:43 -0600 (MDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2102\)) Subject: Re: svn commit: r391421 - in head/sysutils: . docker docker/files From: Adam Weinberger In-Reply-To: <201507061537.t66FbYeo022971@repo.freebsd.org> Date: Tue, 7 Jul 2015 10:04:41 -0600 Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <4EDFA23E-40C0-4B8E-B6D6-709C9B0B6A34@adamw.org> References: <201507061537.t66FbYeo022971@repo.freebsd.org> To: Kris Moore X-Mailer: Apple Mail (2.2102) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 07 Jul 2015 16:04:45 -0000 Hi Kris, I hope you don't feel like you're getting picked on for this = port. But there are a few unusual/non-optimal things in the Makefile: > +BUILD_DEPENDS=3D ${LOCALBASE}/bin/go:${PORTSDIR}/lang/go \ > + ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash \ > + ${LOCALBASE}/bin/git:${PORTSDIR}/devel/git \ > + sqlite3:${PORTSDIR}/databases/sqlite3 > +RUN_DEPENDS=3D ${LOCALBASE}/bin/go:${PORTSDIR}/lang/go \ > + ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash \ > + sqlite3:${PORTSDIR}/databases/sqlite3 All of those programs are in ${PATH}. There is no need for the = ${LOCALBASE}/bin/ stuff. Also, git is not used at any point and that dependency can be safely = removed, especially given that you already pass DOCKER_GITCOMMIT in env. > + ${INSTALL} ${WRKSRC}/bundles/latest/binary/docker = ${STAGEDIR}${PREFIX}/bin/ You want ${INSTALL_PROGRAM} here, not bare ${INSTALL}. # Adam --=20 Adam Weinberger adamw@adamw.org http://www.adamw.org From owner-svn-ports-head@freebsd.org Tue Jul 7 16:12:41 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A3AED99687F; Tue, 7 Jul 2015 16:12:41 +0000 (UTC) (envelope-from kmoore@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 93BA014D9; Tue, 7 Jul 2015 16:12:41 +0000 (UTC) (envelope-from kmoore@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t67GCfKV071272; Tue, 7 Jul 2015 16:12:41 GMT (envelope-from kmoore@FreeBSD.org) Received: (from kmoore@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t67GCfIK071271; Tue, 7 Jul 2015 16:12:41 GMT (envelope-from kmoore@FreeBSD.org) Message-Id: <201507071612.t67GCfIK071271@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kmoore set sender to kmoore@FreeBSD.org using -f From: Kris Moore Date: Tue, 7 Jul 2015 16:12:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391513 - head/sysutils/docker-freebsd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 07 Jul 2015 16:12:41 -0000 Author: kmoore Date: Tue Jul 7 16:12:40 2015 New Revision: 391513 URL: https://svnweb.freebsd.org/changeset/ports/391513 Log: - Cleanup BUILD/RUN_DEPS - Require lang/go 1.4+ - Use INSTALL_PROGRAM - Remove dep on devel/git Submitted by: Adam Weinberger Modified: head/sysutils/docker-freebsd/Makefile Modified: head/sysutils/docker-freebsd/Makefile ============================================================================== --- head/sysutils/docker-freebsd/Makefile Tue Jul 7 15:44:48 2015 (r391512) +++ head/sysutils/docker-freebsd/Makefile Tue Jul 7 16:12:40 2015 (r391513) @@ -11,12 +11,11 @@ COMMENT= Docker containment system LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${LOCALBASE}/bin/go:${PORTSDIR}/lang/go \ - ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash \ - ${LOCALBASE}/bin/git:${PORTSDIR}/devel/git \ +BUILD_DEPENDS= go>=1.4:${PORTSDIR}/lang/go \ + bash:${PORTSDIR}/shells/bash \ sqlite3:${PORTSDIR}/databases/sqlite3 -RUN_DEPENDS= ${LOCALBASE}/bin/go:${PORTSDIR}/lang/go \ - ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash \ +RUN_DEPENDS= go>=1.4:${PORTSDIR}/lang/go \ + bash:${PORTSDIR}/shells/bash \ sqlite3:${PORTSDIR}/databases/sqlite3 USE_GITHUB= yes @@ -32,6 +31,6 @@ do-build: do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/bin - ${INSTALL} ${WRKSRC}/bundles/latest/binary/docker ${STAGEDIR}${PREFIX}/bin/ + ${INSTALL_PROGRAM} ${WRKSRC}/bundles/latest/binary/docker ${STAGEDIR}${PREFIX}/bin/ .include From owner-svn-ports-head@freebsd.org Tue Jul 7 16:13:46 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0E8719968CE for ; Tue, 7 Jul 2015 16:13:46 +0000 (UTC) (envelope-from kris@pcbsd.org) Received: from barracuda.ixsystems.com (mail.ixsystems.com [69.198.165.135]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.ixsystems.com", Issuer "Go Daddy Secure Certificate Authority - G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E70C91694 for ; Tue, 7 Jul 2015 16:13:45 +0000 (UTC) (envelope-from kris@pcbsd.org) X-ASG-Debug-ID: 1436285622-08ca04286002f40002-7kGxFj Received: from [192.168.0.51] (75-130-56-30.static.kgpt.tn.charter.com [75.130.56.30]) by barracuda.ixsystems.com with ESMTP id HJ0e71OQURR4wNyM (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Tue, 07 Jul 2015 09:13:44 -0700 (PDT) X-Barracuda-Envelope-From: kris@pcbsd.org X-Barracuda-AUTH-User: kris@pcbsd.org X-Barracuda-Apparent-Source-IP: 75.130.56.30 X-ASG-Whitelist: Client Message-ID: <559BFAB6.3070107@pcbsd.org> Date: Tue, 07 Jul 2015 12:13:42 -0400 From: Kris Moore User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Adam Weinberger , Kris Moore CC: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r391421 - in head/sysutils: . docker docker/files References: <201507061537.t66FbYeo022971@repo.freebsd.org> <4EDFA23E-40C0-4B8E-B6D6-709C9B0B6A34@adamw.org> X-ASG-Orig-Subj: Re: svn commit: r391421 - in head/sysutils: . docker docker/files In-Reply-To: <4EDFA23E-40C0-4B8E-B6D6-709C9B0B6A34@adamw.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Barracuda-Connect: 75-130-56-30.static.kgpt.tn.charter.com[75.130.56.30] X-Barracuda-Start-Time: 1436285623 X-Barracuda-Encrypted: ECDHE-RSA-AES128-GCM-SHA256 X-Barracuda-URL: https://10.2.0.41:443/cgi-mod/mark.cgi X-Virus-Scanned: by bsmtpd at ixsystems.com X-Barracuda-BRTS-Status: 1 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 07 Jul 2015 16:13:46 -0000 On 07/07/2015 12:04, Adam Weinberger wrote: > Hi Kris, I hope you don't feel like you're getting picked on for this port. But there are a few unusual/non-optimal things in the Makefile: Oh, no problem. I appreciate the extra eyes on the files. >> +BUILD_DEPENDS= ${LOCALBASE}/bin/go:${PORTSDIR}/lang/go \ >> + ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash \ >> + ${LOCALBASE}/bin/git:${PORTSDIR}/devel/git \ >> + sqlite3:${PORTSDIR}/databases/sqlite3 >> +RUN_DEPENDS= ${LOCALBASE}/bin/go:${PORTSDIR}/lang/go \ >> + ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash \ >> + sqlite3:${PORTSDIR}/databases/sqlite3 > All of those programs are in ${PATH}. There is no need for the ${LOCALBASE}/bin/ stuff. Done! > Also, git is not used at any point and that dependency can be safely removed, especially given that you already pass DOCKER_GITCOMMIT in env. Thanks for catching that. I was using it at one point, but passing in DOCKER_GITCOMMIT= removes the need for it now. > >> + ${INSTALL} ${WRKSRC}/bundles/latest/binary/docker ${STAGEDIR}${PREFIX}/bin/ > You want ${INSTALL_PROGRAM} here, not bare ${INSTALL}. Done! > # Adam > > -- Kris Moore PC-BSD Software / iXsystems Enterprise Storage & Servers Driven By Open Source From owner-svn-ports-head@freebsd.org Tue Jul 7 16:22:58 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ADCAD996B70; Tue, 7 Jul 2015 16:22:58 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9170A1EB2; Tue, 7 Jul 2015 16:22:58 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t67GMwNO076420; Tue, 7 Jul 2015 16:22:58 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t67GMt3x076409; Tue, 7 Jul 2015 16:22:55 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201507071622.t67GMt3x076409@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Tue, 7 Jul 2015 16:22:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391514 - in head: databases/p5-CDB_File-Generator databases/p5-POE-Component-RRDTool graphics/p5-GraphViz graphics/p5-GraphViz-Data-Structure graphics/p5-Sane lang/parrot math/p5-Stati... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 07 Jul 2015 16:22:58 -0000 Author: adamw Date: Tue Jul 7 16:22:54 2015 New Revision: 391514 URL: https://svnweb.freebsd.org/changeset/ports/391514 Log: Remove ${LOCALBASE}/bin/ from BUILD/RUN_DEPENDS in cases where it is unnecessary, and sort depends where appropriate. Modified: head/databases/p5-CDB_File-Generator/Makefile head/databases/p5-POE-Component-RRDTool/Makefile head/graphics/p5-GraphViz-Data-Structure/Makefile head/graphics/p5-GraphViz/Makefile head/graphics/p5-Sane/Makefile head/lang/parrot/Makefile head/math/p5-Statistics-R/Makefile head/textproc/ack/Makefile Modified: head/databases/p5-CDB_File-Generator/Makefile ============================================================================== --- head/databases/p5-CDB_File-Generator/Makefile Tue Jul 7 16:12:40 2015 (r391513) +++ head/databases/p5-CDB_File-Generator/Makefile Tue Jul 7 16:22:54 2015 (r391514) @@ -11,7 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Generate massive sorted CDB files simply -BUILD_DEPENDS= ${LOCALBASE}/bin/cdbmake:${PORTSDIR}/databases/cdb \ +BUILD_DEPENDS= cdbmake:${PORTSDIR}/databases/cdb \ p5-CDB_File>=0:${PORTSDIR}/databases/p5-CDB_File RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/databases/p5-POE-Component-RRDTool/Makefile ============================================================================== --- head/databases/p5-POE-Component-RRDTool/Makefile Tue Jul 7 16:12:40 2015 (r391513) +++ head/databases/p5-POE-Component-RRDTool/Makefile Tue Jul 7 16:22:54 2015 (r391514) @@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= POE interface to Round Robin Database Tools -BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE \ - ${LOCALBASE}/bin/rrdtool:${PORTSDIR}/databases/rrdtool +BUILD_DEPENDS= rrdtool:${PORTSDIR}/databases/rrdtool \ + p5-POE>=0:${PORTSDIR}/devel/p5-POE RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 Modified: head/graphics/p5-GraphViz-Data-Structure/Makefile ============================================================================== --- head/graphics/p5-GraphViz-Data-Structure/Makefile Tue Jul 7 16:12:40 2015 (r391513) +++ head/graphics/p5-GraphViz-Data-Structure/Makefile Tue Jul 7 16:22:54 2015 (r391514) @@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Visualise data structures -BUILD_DEPENDS= p5-GraphViz>=0:${PORTSDIR}/graphics/p5-GraphViz \ - ${LOCALBASE}/bin/dot:${PORTSDIR}/graphics/graphviz +BUILD_DEPENDS= dot:${PORTSDIR}/graphics/graphviz \ + p5-GraphViz>=0:${PORTSDIR}/graphics/p5-GraphViz RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 Modified: head/graphics/p5-GraphViz/Makefile ============================================================================== --- head/graphics/p5-GraphViz/Makefile Tue Jul 7 16:12:40 2015 (r391513) +++ head/graphics/p5-GraphViz/Makefile Tue Jul 7 16:22:54 2015 (r391514) @@ -12,7 +12,7 @@ COMMENT= GraphViz - Perl interface to th LICENSE= ART20 -BUILD_DEPENDS= ${LOCALBASE}/bin/dot:${PORTSDIR}/graphics/graphviz \ +BUILD_DEPENDS= dot:${PORTSDIR}/graphics/graphviz \ p5-IPC-Run>=0.60:${PORTSDIR}/devel/p5-IPC-Run \ p5-Parse-RecDescent>=1.965.001:${PORTSDIR}/devel/p5-Parse-RecDescent \ p5-XML-Twig>=3.38:${PORTSDIR}/textproc/p5-XML-Twig Modified: head/graphics/p5-Sane/Makefile ============================================================================== --- head/graphics/p5-Sane/Makefile Tue Jul 7 16:12:40 2015 (r391513) +++ head/graphics/p5-Sane/Makefile Tue Jul 7 16:22:54 2015 (r391514) @@ -13,7 +13,7 @@ COMMENT= Perl extension for the SANE (Sc BUILD_DEPENDS= p5-ExtUtils-Depends>=0:${PORTSDIR}/devel/p5-ExtUtils-Depends \ p5-ExtUtils-PkgConfig>=0:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig \ - ${LOCALBASE}/bin/sane-config:${PORTSDIR}/graphics/sane-backends + sane-config:${PORTSDIR}/graphics/sane-backends USES= perl5 USE_PERL5= configure Modified: head/lang/parrot/Makefile ============================================================================== --- head/lang/parrot/Makefile Tue Jul 7 16:12:40 2015 (r391513) +++ head/lang/parrot/Makefile Tue Jul 7 16:22:54 2015 (r391514) @@ -13,8 +13,8 @@ COMMENT= Parrot - virtual machine for dy LICENSE= ART20 BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \ - ${LOCALBASE}/bin/gm4:${PORTSDIR}/devel/m4 \ - ${LOCALBASE}/bin/pcre-config:${PORTSDIR}/devel/pcre + gm4:${PORTSDIR}/devel/m4 \ + pcre-config:${PORTSDIR}/devel/pcre LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \ libicudata.so:${PORTSDIR}/devel/icu Modified: head/math/p5-Statistics-R/Makefile ============================================================================== --- head/math/p5-Statistics-R/Makefile Tue Jul 7 16:12:40 2015 (r391513) +++ head/math/p5-Statistics-R/Makefile Tue Jul 7 16:22:54 2015 (r391514) @@ -14,8 +14,8 @@ COMMENT= Controls the R interpreter thro LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= ${LOCALBASE}/bin/R:${PORTSDIR}/math/R -RUN_DEPENDS= ${LOCALBASE}/bin/R:${PORTSDIR}/math/R \ +BUILD_DEPENDS= R:${PORTSDIR}/math/R +RUN_DEPENDS= R:${PORTSDIR}/math/R \ p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run \ p5-Regexp-Common>=0:${PORTSDIR}/textproc/p5-Regexp-Common Modified: head/textproc/ack/Makefile ============================================================================== --- head/textproc/ack/Makefile Tue Jul 7 16:12:40 2015 (r391513) +++ head/textproc/ack/Makefile Tue Jul 7 16:22:54 2015 (r391514) @@ -15,7 +15,7 @@ LICENSE= ART20 BUILD_DEPENDS= p5-File-Next>=0.40:${PORTSDIR}/sysutils/p5-File-Next RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash \ +TEST_DEPENDS= bash:${PORTSDIR}/shells/bash \ p5-IO-Tty>=0:${PORTSDIR}/devel/p5-IO-Tty CONFLICTS_INSTALL= ja-ack-[0-9]* From owner-svn-ports-head@freebsd.org Tue Jul 7 16:59:57 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 93069A190 for ; Tue, 7 Jul 2015 16:59:57 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: from mail-ig0-f181.google.com (mail-ig0-f181.google.com [209.85.213.181]) (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 60BC01221 for ; Tue, 7 Jul 2015 16:59:57 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: by igau2 with SMTP id u2so41763311iga.0 for ; Tue, 07 Jul 2015 09:59:56 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=Q7coFpCUMOR1UkfaAeAlup2Zr7I6JcasD+NSSHU/fEA=; b=bhj61p4CRhBMmRgIcowesCifzTXSYJvMpIUK0Rn003hPYR6j0/qdYAxqF25fmfYOQ4 CQ7OcI7y9G+dqjLyz7uSK8KJngydq6fqjkfazh4DLaoBFmCWIki9rvQGSiZEJN6R8GqI lPG3bnNe4KqsgDlDtUj2kSrCCnEFMkT0UZ2/51BDW2jNJB8jUrMgWMxovL5rxaTZK5gf QxcyC53r+mf+ifJMxPDS+FLR845ZkRuaKhpHFQOJMqL2pKDSz0bNsSCFG3jaS09NsU/v vCf2nJ3iXz1nEO9mQ6lHrXp85WHyOsA7Vnw82H91bw8UCb0vkS8zTssyWEN+1h4SA2V8 rGPg== X-Gm-Message-State: ALoCoQkudsKam3dUVIhGmV7ZRkToEtIXYxXdHUTa95Hsk0fW698uJRENhQxO46RUGGV0TBYJuKbz X-Received: by 10.50.61.241 with SMTP id t17mr322656igr.34.1436288396032; Tue, 07 Jul 2015 09:59:56 -0700 (PDT) MIME-Version: 1.0 Received: by 10.50.195.199 with HTTP; Tue, 7 Jul 2015 09:59:16 -0700 (PDT) X-Originating-IP: [68.101.40.130] In-Reply-To: References: <201507061805.t66I5c8X005946@repo.freebsd.org> From: "Philip M. Gollucci" Date: Tue, 7 Jul 2015 12:59:16 -0400 Message-ID: Subject: Re: svn commit: r391473 - in head: benchmarks/rubygem-benchmark-ips databases/rubygem-redis devel/rubygem-CFPropertyList devel/rubygem-attic devel/rubygem-benelux devel/rubygem-blankslate devel/rubygem... To: Sunpoet Po-Chuan Hsieh Cc: "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 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, 07 Jul 2015 16:59:57 -0000 Which entirely defeats the point. Either we standardize it, or we don't go change it for some arbitrary subset. On Tue, Jul 7, 2015 at 11:01 AM, Sunpoet Po-Chuan Hsieh wrote: > On Tue, Jul 7, 2015 at 10:38 PM, Philip M. Gollucci > wrote: > >> Why is this way not the other? Personally I prefer the other way, but I >> don't see this documented anywhere in PBH either way. >> >> > We do not have rules for such detailed style problem. That's why I only > modified my ports in this commit. I see no need to put these build-related > knobs in different section. > > On Mon, Jul 6, 2015 at 2:05 PM, Sunpoet Po-Chuan Hsieh < >> sunpoet@freebsd.org> wrote: >> >>> Author: sunpoet >>> Date: Mon Jul 6 18:05:37 2015 >>> New Revision: 391473 >>> URL: https://svnweb.freebsd.org/changeset/ports/391473 >>> >>> Log: >>> - Remove blank line between NO_ARCH and USE_RUBY >>> >>> Modified: >>> head/benchmarks/rubygem-benchmark-ips/Makefile >>> head/databases/rubygem-redis/Makefile >>> head/devel/rubygem-CFPropertyList/Makefile >>> head/devel/rubygem-attic/Makefile >>> head/devel/rubygem-benelux/Makefile >>> head/devel/rubygem-blankslate/Makefile >>> head/devel/rubygem-bones/Makefile >>> head/devel/rubygem-buftok/Makefile >>> head/devel/rubygem-celluloid-io/Makefile >>> head/devel/rubygem-colorize/Makefile >>> head/devel/rubygem-cucumber-core/Makefile >>> head/devel/rubygem-drydock/Makefile >>> head/devel/rubygem-gibbler/Makefile >>> head/devel/rubygem-inflecto/Makefile >>> head/devel/rubygem-jekyll-coffeescript/Makefile >>> head/devel/rubygem-lumberjack/Makefile >>> head/devel/rubygem-memoizable/Makefile >>> head/devel/rubygem-mercenary/Makefile >>> head/devel/rubygem-nenv/Makefile >>> head/devel/rubygem-notiffany/Makefile >>> head/devel/rubygem-open4/Makefile >>> head/devel/rubygem-retryable/Makefile >>> head/devel/rubygem-storable/Makefile >>> head/devel/rubygem-subexec/Makefile >>> head/devel/rubygem-sysinfo/Makefile >>> head/devel/rubygem-tdiff/Makefile >>> head/devel/rubygem-toml/Makefile >>> head/dns/rubygem-public_suffix_service/Makefile >>> head/emulators/rubygem-fission/Makefile >>> head/graphics/rubygem-png/Makefile >>> head/misc/rubygem-iesd/Makefile >>> head/net-im/rubygem-hipchat/Makefile >>> head/net/rubygem-amq-client/Makefile >>> head/net/rubygem-amq-protocol/Makefile >>> head/net/rubygem-amqp/Makefile >>> head/net/rubygem-aws-ses/Makefile >>> head/net/rubygem-dropbox-sdk/Makefile >>> head/net/rubygem-httpauth/Makefile >>> head/net/rubygem-rubytter/Makefile >>> head/net/rubygem-simple_oauth/Makefile >>> head/net/rubygem-t/Makefile >>> head/net/rubygem-twitter/Makefile >>> head/net/rubygem-uri-redis/Makefile >>> head/sysutils/rubygem-guard-compat/Makefile >>> head/sysutils/rubygem-parallel/Makefile >>> head/sysutils/rubygem-shellany/Makefile >>> head/textproc/rubygem-css_parser/Makefile >>> head/textproc/rubygem-multi_xml/Makefile >>> head/textproc/rubygem-parslet/Makefile >>> head/textproc/rubygem-yard/Makefile >>> head/www/rubygem-em-websocket/Makefile >>> head/www/rubygem-faraday/Makefile >>> head/www/rubygem-gollum-grit_adapter/Makefile >>> head/www/rubygem-http-form_data/Makefile >>> head/www/rubygem-http/Makefile >>> head/www/rubygem-multipart-post/Makefile >>> head/www/rubygem-net-http-digest_auth/Makefile >>> head/www/rubygem-net-http-persistent/Makefile >>> head/www/rubygem-pagerduty/Makefile >>> head/www/rubygem-robots/Makefile >>> head/www/rubygem-webrobots/Makefile >>> >>> Modified: head/benchmarks/rubygem-benchmark-ips/Makefile >>> >>> ============================================================================== >>> --- head/benchmarks/rubygem-benchmark-ips/Makefile Mon Jul 6 >>> 17:48:28 2015 (r391472) >>> +++ head/benchmarks/rubygem-benchmark-ips/Makefile Mon Jul 6 >>> 18:05:37 2015 (r391473) >>> @@ -12,7 +12,6 @@ COMMENT= Iterations per second enhanceme >>> LICENSE= MIT >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/databases/rubygem-redis/Makefile >>> >>> ============================================================================== >>> --- head/databases/rubygem-redis/Makefile Mon Jul 6 17:48:28 >>> 2015 (r391472) >>> +++ head/databases/rubygem-redis/Makefile Mon Jul 6 18:05:37 >>> 2015 (r391473) >>> @@ -12,7 +12,6 @@ COMMENT= Ruby client library for Redis, >>> LICENSE= MIT >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/devel/rubygem-CFPropertyList/Makefile >>> >>> ============================================================================== >>> --- head/devel/rubygem-CFPropertyList/Makefile Mon Jul 6 17:48:28 >>> 2015 (r391472) >>> +++ head/devel/rubygem-CFPropertyList/Makefile Mon Jul 6 18:05:37 >>> 2015 (r391473) >>> @@ -12,7 +12,6 @@ COMMENT= Read, write and manipulate both >>> LICENSE= MIT >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/devel/rubygem-attic/Makefile >>> >>> ============================================================================== >>> --- head/devel/rubygem-attic/Makefile Mon Jul 6 17:48:28 2015 >>> (r391472) >>> +++ head/devel/rubygem-attic/Makefile Mon Jul 6 18:05:37 2015 >>> (r391473) >>> @@ -12,7 +12,6 @@ COMMENT= Place to hide private instance >>> LICENSE= MIT >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/devel/rubygem-benelux/Makefile >>> >>> ============================================================================== >>> --- head/devel/rubygem-benelux/Makefile Mon Jul 6 17:48:28 2015 >>> (r391472) >>> +++ head/devel/rubygem-benelux/Makefile Mon Jul 6 18:05:37 2015 >>> (r391473) >>> @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-attic>=0.5.3:${PORT >>> >>> rubygem-storable>=0.8.6:${PORTSDIR}/devel/rubygem-storable >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/devel/rubygem-blankslate/Makefile >>> >>> ============================================================================== >>> --- head/devel/rubygem-blankslate/Makefile Mon Jul 6 17:48:28 >>> 2015 (r391472) >>> +++ head/devel/rubygem-blankslate/Makefile Mon Jul 6 18:05:37 >>> 2015 (r391473) >>> @@ -12,7 +12,6 @@ COMMENT= Abstract base class with no pre >>> LICENSE= MIT >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/devel/rubygem-bones/Makefile >>> >>> ============================================================================== >>> --- head/devel/rubygem-bones/Makefile Mon Jul 6 17:48:28 2015 >>> (r391472) >>> +++ head/devel/rubygem-bones/Makefile Mon Jul 6 18:05:37 2015 >>> (r391473) >>> @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-little-plugger>=1.1 >>> rubygem-rake>=10.0:${PORTSDIR}/devel/rubygem-rake >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/devel/rubygem-buftok/Makefile >>> >>> ============================================================================== >>> --- head/devel/rubygem-buftok/Makefile Mon Jul 6 17:48:28 2015 >>> (r391472) >>> +++ head/devel/rubygem-buftok/Makefile Mon Jul 6 18:05:37 2015 >>> (r391473) >>> @@ -12,7 +12,6 @@ COMMENT= Extracts token delimited entiti >>> LICENSE= MIT >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/devel/rubygem-celluloid-io/Makefile >>> >>> ============================================================================== >>> --- head/devel/rubygem-celluloid-io/Makefile Mon Jul 6 17:48:28 >>> 2015 (r391472) >>> +++ head/devel/rubygem-celluloid-io/Makefile Mon Jul 6 18:05:37 >>> 2015 (r391473) >>> @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-celluloid>=0.16.0:$ >>> rubygem-nio4r>=1.1.0:${PORTSDIR}/devel/rubygem-nio4r >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/devel/rubygem-colorize/Makefile >>> >>> ============================================================================== >>> --- head/devel/rubygem-colorize/Makefile Mon Jul 6 17:48:28 >>> 2015 (r391472) >>> +++ head/devel/rubygem-colorize/Makefile Mon Jul 6 18:05:37 >>> 2015 (r391473) >>> @@ -12,7 +12,6 @@ COMMENT= Ruby String class extension >>> LICENSE= GPLv2 >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/devel/rubygem-cucumber-core/Makefile >>> >>> ============================================================================== >>> --- head/devel/rubygem-cucumber-core/Makefile Mon Jul 6 17:48:28 >>> 2015 (r391472) >>> +++ head/devel/rubygem-cucumber-core/Makefile Mon Jul 6 18:05:37 >>> 2015 (r391473) >>> @@ -14,7 +14,6 @@ LICENSE= MIT >>> RUN_DEPENDS= >>> rubygem-gherkin>=2.12.0:${PORTSDIR}/textproc/rubygem-gherkin >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/devel/rubygem-drydock/Makefile >>> >>> ============================================================================== >>> --- head/devel/rubygem-drydock/Makefile Mon Jul 6 17:48:28 2015 >>> (r391472) >>> +++ head/devel/rubygem-drydock/Makefile Mon Jul 6 18:05:37 2015 >>> (r391473) >>> @@ -12,7 +12,6 @@ COMMENT= Build seaworthy command-line ap >>> LICENSE= MIT >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/devel/rubygem-gibbler/Makefile >>> >>> ============================================================================== >>> --- head/devel/rubygem-gibbler/Makefile Mon Jul 6 17:48:28 2015 >>> (r391472) >>> +++ head/devel/rubygem-gibbler/Makefile Mon Jul 6 18:05:37 2015 >>> (r391473) >>> @@ -12,7 +12,6 @@ COMMENT= Git-like hashes for Ruby object >>> LICENSE= MIT >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/devel/rubygem-inflecto/Makefile >>> >>> ============================================================================== >>> --- head/devel/rubygem-inflecto/Makefile Mon Jul 6 17:48:28 >>> 2015 (r391472) >>> +++ head/devel/rubygem-inflecto/Makefile Mon Jul 6 18:05:37 >>> 2015 (r391473) >>> @@ -12,7 +12,6 @@ COMMENT= Inflector for strings >>> LICENSE= MIT >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/devel/rubygem-jekyll-coffeescript/Makefile >>> >>> ============================================================================== >>> --- head/devel/rubygem-jekyll-coffeescript/Makefile Mon Jul 6 >>> 17:48:28 2015 (r391472) >>> +++ head/devel/rubygem-jekyll-coffeescript/Makefile Mon Jul 6 >>> 18:05:37 2015 (r391473) >>> @@ -14,7 +14,6 @@ LICENSE= MIT >>> RUN_DEPENDS= >>> rubygem-coffee-script>=2.2:${PORTSDIR}/devel/rubygem-coffee-script >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/devel/rubygem-lumberjack/Makefile >>> >>> ============================================================================== >>> --- head/devel/rubygem-lumberjack/Makefile Mon Jul 6 17:48:28 >>> 2015 (r391472) >>> +++ head/devel/rubygem-lumberjack/Makefile Mon Jul 6 18:05:37 >>> 2015 (r391473) >>> @@ -12,7 +12,6 @@ COMMENT= Simple, powerful, and fast logg >>> LICENSE= MIT >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/devel/rubygem-memoizable/Makefile >>> >>> ============================================================================== >>> --- head/devel/rubygem-memoizable/Makefile Mon Jul 6 17:48:28 >>> 2015 (r391472) >>> +++ head/devel/rubygem-memoizable/Makefile Mon Jul 6 18:05:37 >>> 2015 (r391473) >>> @@ -14,7 +14,6 @@ LICENSE= MIT >>> RUN_DEPENDS= >>> rubygem-thread_safe>=0.3.1:${PORTSDIR}/devel/rubygem-thread_safe >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/devel/rubygem-mercenary/Makefile >>> >>> ============================================================================== >>> --- head/devel/rubygem-mercenary/Makefile Mon Jul 6 17:48:28 >>> 2015 (r391472) >>> +++ head/devel/rubygem-mercenary/Makefile Mon Jul 6 18:05:37 >>> 2015 (r391473) >>> @@ -12,7 +12,6 @@ COMMENT= Lightweight and flexible librar >>> LICENSE= MIT >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/devel/rubygem-nenv/Makefile >>> >>> ============================================================================== >>> --- head/devel/rubygem-nenv/Makefile Mon Jul 6 17:48:28 2015 >>> (r391472) >>> +++ head/devel/rubygem-nenv/Makefile Mon Jul 6 18:05:37 2015 >>> (r391473) >>> @@ -12,7 +12,6 @@ COMMENT= Convenient wrapper for ENV >>> LICENSE= MIT >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/devel/rubygem-notiffany/Makefile >>> >>> ============================================================================== >>> --- head/devel/rubygem-notiffany/Makefile Mon Jul 6 17:48:28 >>> 2015 (r391472) >>> +++ head/devel/rubygem-notiffany/Makefile Mon Jul 6 18:05:37 >>> 2015 (r391473) >>> @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-nenv>=0.1:${PORTSDI >>> rubygem-shellany>=0:${PORTSDIR}/sysutils/rubygem-shellany >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/devel/rubygem-open4/Makefile >>> >>> ============================================================================== >>> --- head/devel/rubygem-open4/Makefile Mon Jul 6 17:48:28 2015 >>> (r391472) >>> +++ head/devel/rubygem-open4/Makefile Mon Jul 6 18:05:37 2015 >>> (r391473) >>> @@ -13,7 +13,6 @@ LICENSE= BSD2CLAUSE RUBY >>> LICENSE_COMB= dual >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/devel/rubygem-retryable/Makefile >>> >>> ============================================================================== >>> --- head/devel/rubygem-retryable/Makefile Mon Jul 6 17:48:28 >>> 2015 (r391472) >>> +++ head/devel/rubygem-retryable/Makefile Mon Jul 6 18:05:37 >>> 2015 (r391473) >>> @@ -12,7 +12,6 @@ COMMENT= Allow for retrying of code bloc >>> LICENSE= MIT >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/devel/rubygem-storable/Makefile >>> >>> ============================================================================== >>> --- head/devel/rubygem-storable/Makefile Mon Jul 6 17:48:28 >>> 2015 (r391472) >>> +++ head/devel/rubygem-storable/Makefile Mon Jul 6 18:05:37 >>> 2015 (r391473) >>> @@ -12,7 +12,6 @@ COMMENT= Marshal Ruby classes into and o >>> LICENSE= MIT >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/devel/rubygem-subexec/Makefile >>> >>> ============================================================================== >>> --- head/devel/rubygem-subexec/Makefile Mon Jul 6 17:48:28 2015 >>> (r391472) >>> +++ head/devel/rubygem-subexec/Makefile Mon Jul 6 18:05:37 2015 >>> (r391473) >>> @@ -12,7 +12,6 @@ COMMENT= Subexec spawns a subprocess wit >>> LICENSE= MIT >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/devel/rubygem-sysinfo/Makefile >>> >>> ============================================================================== >>> --- head/devel/rubygem-sysinfo/Makefile Mon Jul 6 17:48:28 2015 >>> (r391472) >>> +++ head/devel/rubygem-sysinfo/Makefile Mon Jul 6 18:05:37 2015 >>> (r391473) >>> @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-drydock>=0:${PORTSD >>> rubygem-storable>=0:${PORTSDIR}/devel/rubygem-storable >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/devel/rubygem-tdiff/Makefile >>> >>> ============================================================================== >>> --- head/devel/rubygem-tdiff/Makefile Mon Jul 6 17:48:28 2015 >>> (r391472) >>> +++ head/devel/rubygem-tdiff/Makefile Mon Jul 6 18:05:37 2015 >>> (r391473) >>> @@ -12,7 +12,6 @@ COMMENT= Calculates the differences betw >>> LICENSE= MIT >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/devel/rubygem-toml/Makefile >>> >>> ============================================================================== >>> --- head/devel/rubygem-toml/Makefile Mon Jul 6 17:48:28 2015 >>> (r391472) >>> +++ head/devel/rubygem-toml/Makefile Mon Jul 6 18:05:37 2015 >>> (r391473) >>> @@ -15,7 +15,6 @@ LICENSE= MIT >>> RUN_DEPENDS= >>> rubygem-parslet>=1.5.0:${PORTSDIR}/textproc/rubygem-parslet >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/dns/rubygem-public_suffix_service/Makefile >>> >>> ============================================================================== >>> --- head/dns/rubygem-public_suffix_service/Makefile Mon Jul 6 >>> 17:48:28 2015 (r391472) >>> +++ head/dns/rubygem-public_suffix_service/Makefile Mon Jul 6 >>> 18:05:37 2015 (r391473) >>> @@ -12,7 +12,6 @@ COMMENT= Parse and decompose domain name >>> LICENSE= MIT >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/emulators/rubygem-fission/Makefile >>> >>> ============================================================================== >>> --- head/emulators/rubygem-fission/Makefile Mon Jul 6 17:48:28 >>> 2015 (r391472) >>> +++ head/emulators/rubygem-fission/Makefile Mon Jul 6 18:05:37 >>> 2015 (r391473) >>> @@ -14,7 +14,6 @@ LICENSE= MIT >>> RUN_DEPENDS= >>> rubygem-CFPropertyList>=2.2:${PORTSDIR}/devel/rubygem-CFPropertyList >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/graphics/rubygem-png/Makefile >>> >>> ============================================================================== >>> --- head/graphics/rubygem-png/Makefile Mon Jul 6 17:48:28 2015 >>> (r391472) >>> +++ head/graphics/rubygem-png/Makefile Mon Jul 6 18:05:37 2015 >>> (r391473) >>> @@ -14,7 +14,6 @@ LICENSE= MIT >>> RUN_DEPENDS= >>> rubygem-rubyinline>=3.9:${PORTSDIR}/devel/rubygem-rubyinline >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/misc/rubygem-iesd/Makefile >>> >>> ============================================================================== >>> --- head/misc/rubygem-iesd/Makefile Mon Jul 6 17:48:28 2015 >>> (r391472) >>> +++ head/misc/rubygem-iesd/Makefile Mon Jul 6 18:05:37 2015 >>> (r391473) >>> @@ -12,7 +12,6 @@ COMMENT= Modify Extensions, Kextcache an >>> LICENSE= BSD2CLAUSE >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/net-im/rubygem-hipchat/Makefile >>> >>> ============================================================================== >>> --- head/net-im/rubygem-hipchat/Makefile Mon Jul 6 17:48:28 >>> 2015 (r391472) >>> +++ head/net-im/rubygem-hipchat/Makefile Mon Jul 6 18:05:37 >>> 2015 (r391473) >>> @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-httparty>=0:${PORTS >>> rubygem-mimemagic>=0:${PORTSDIR}/misc/rubygem-mimemagic >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/net/rubygem-amq-client/Makefile >>> >>> ============================================================================== >>> --- head/net/rubygem-amq-client/Makefile Mon Jul 6 17:48:28 >>> 2015 (r391472) >>> +++ head/net/rubygem-amq-client/Makefile Mon Jul 6 18:05:37 >>> 2015 (r391473) >>> @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-amq-protocol>=1.9.0 >>> >>> rubygem-eventmachine>=0:${PORTSDIR}/devel/rubygem-eventmachine >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/net/rubygem-amq-protocol/Makefile >>> >>> ============================================================================== >>> --- head/net/rubygem-amq-protocol/Makefile Mon Jul 6 17:48:28 >>> 2015 (r391472) >>> +++ head/net/rubygem-amq-protocol/Makefile Mon Jul 6 18:05:37 >>> 2015 (r391473) >>> @@ -12,7 +12,6 @@ COMMENT= AMQP serialization library for >>> LICENSE= MIT >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/net/rubygem-amqp/Makefile >>> >>> ============================================================================== >>> --- head/net/rubygem-amqp/Makefile Mon Jul 6 17:48:28 2015 >>> (r391472) >>> +++ head/net/rubygem-amqp/Makefile Mon Jul 6 18:05:37 2015 >>> (r391473) >>> @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-amq-protocol>=1.9.2 >>> >>> rubygem-eventmachine>=0:${PORTSDIR}/devel/rubygem-eventmachine >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/net/rubygem-aws-ses/Makefile >>> >>> ============================================================================== >>> --- head/net/rubygem-aws-ses/Makefile Mon Jul 6 17:48:28 2015 >>> (r391472) >>> +++ head/net/rubygem-aws-ses/Makefile Mon Jul 6 18:05:37 2015 >>> (r391473) >>> @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-builder32>=0:${PORT >>> >>> rubygem-xml-simple>=0:${PORTSDIR}/textproc/rubygem-xml-simple >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/net/rubygem-dropbox-sdk/Makefile >>> >>> ============================================================================== >>> --- head/net/rubygem-dropbox-sdk/Makefile Mon Jul 6 17:48:28 >>> 2015 (r391472) >>> +++ head/net/rubygem-dropbox-sdk/Makefile Mon Jul 6 18:05:37 >>> 2015 (r391473) >>> @@ -14,7 +14,6 @@ LICENSE= MIT >>> RUN_DEPENDS= rubygem-json>=0:${PORTSDIR}/devel/rubygem-json >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/net/rubygem-httpauth/Makefile >>> >>> ============================================================================== >>> --- head/net/rubygem-httpauth/Makefile Mon Jul 6 17:48:28 2015 >>> (r391472) >>> +++ head/net/rubygem-httpauth/Makefile Mon Jul 6 18:05:37 2015 >>> (r391473) >>> @@ -12,7 +12,6 @@ COMMENT= Library for HTTP authentication >>> LICENSE= MIT >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/net/rubygem-rubytter/Makefile >>> >>> ============================================================================== >>> --- head/net/rubygem-rubytter/Makefile Mon Jul 6 17:48:28 2015 >>> (r391472) >>> +++ head/net/rubygem-rubytter/Makefile Mon Jul 6 18:05:37 2015 >>> (r391473) >>> @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-json>=1.1.3:${PORTS >>> rubygem-oauth>=0.3.6:${PORTSDIR}/net/rubygem-oauth >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/net/rubygem-simple_oauth/Makefile >>> >>> ============================================================================== >>> --- head/net/rubygem-simple_oauth/Makefile Mon Jul 6 17:48:28 >>> 2015 (r391472) >>> +++ head/net/rubygem-simple_oauth/Makefile Mon Jul 6 18:05:37 >>> 2015 (r391473) >>> @@ -12,7 +12,6 @@ COMMENT= Builds and verifies OAuth heade >>> LICENSE= MIT >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/net/rubygem-t/Makefile >>> >>> ============================================================================== >>> --- head/net/rubygem-t/Makefile Mon Jul 6 17:48:28 2015 (r391472) >>> +++ head/net/rubygem-t/Makefile Mon Jul 6 18:05:37 2015 (r391473) >>> @@ -20,7 +20,6 @@ RUN_DEPENDS= rubygem-geokit>=1.8.3:${POR >>> rubygem-twitter>=5.13:${PORTSDIR}/net/rubygem-twitter >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/net/rubygem-twitter/Makefile >>> >>> ============================================================================== >>> --- head/net/rubygem-twitter/Makefile Mon Jul 6 17:48:28 2015 >>> (r391472) >>> +++ head/net/rubygem-twitter/Makefile Mon Jul 6 18:05:37 2015 >>> (r391473) >>> @@ -23,7 +23,6 @@ RUN_DEPENDS= rubygem-addressable>=2.3:${ >>> >>> rubygem-simple_oauth>=0.3.0:${PORTSDIR}/net/rubygem-simple_oauth >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/net/rubygem-uri-redis/Makefile >>> >>> ============================================================================== >>> --- head/net/rubygem-uri-redis/Makefile Mon Jul 6 17:48:28 2015 >>> (r391472) >>> +++ head/net/rubygem-uri-redis/Makefile Mon Jul 6 18:05:37 2015 >>> (r391473) >>> @@ -12,7 +12,6 @@ COMMENT= Support for parsing redis://hos >>> LICENSE= MIT >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/sysutils/rubygem-guard-compat/Makefile >>> >>> ============================================================================== >>> --- head/sysutils/rubygem-guard-compat/Makefile Mon Jul 6 17:48:28 >>> 2015 (r391472) >>> +++ head/sysutils/rubygem-guard-compat/Makefile Mon Jul 6 18:05:37 >>> 2015 (r391473) >>> @@ -12,7 +12,6 @@ COMMENT= Helps creating valid Guard plug >>> LICENSE= MIT >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/sysutils/rubygem-parallel/Makefile >>> >>> ============================================================================== >>> --- head/sysutils/rubygem-parallel/Makefile Mon Jul 6 17:48:28 >>> 2015 (r391472) >>> +++ head/sysutils/rubygem-parallel/Makefile Mon Jul 6 18:05:37 >>> 2015 (r391473) >>> @@ -12,7 +12,6 @@ COMMENT= Run any kind of code in paralle >>> LICENSE= MIT >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/sysutils/rubygem-shellany/Makefile >>> >>> ============================================================================== >>> --- head/sysutils/rubygem-shellany/Makefile Mon Jul 6 17:48:28 >>> 2015 (r391472) >>> +++ head/sysutils/rubygem-shellany/Makefile Mon Jul 6 18:05:37 >>> 2015 (r391473) >>> @@ -12,7 +12,6 @@ COMMENT= MRI+JRuby compatible command ou >>> LICENSE= MIT >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/textproc/rubygem-css_parser/Makefile >>> >>> ============================================================================== >>> --- head/textproc/rubygem-css_parser/Makefile Mon Jul 6 17:48:28 >>> 2015 (r391472) >>> +++ head/textproc/rubygem-css_parser/Makefile Mon Jul 6 18:05:37 >>> 2015 (r391473) >>> @@ -14,7 +14,6 @@ LICENSE= MIT >>> RUN_DEPENDS= >>> rubygem-addressable>=0:${PORTSDIR}/www/rubygem-addressable >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/textproc/rubygem-multi_xml/Makefile >>> >>> ============================================================================== >>> --- head/textproc/rubygem-multi_xml/Makefile Mon Jul 6 17:48:28 >>> 2015 (r391472) >>> +++ head/textproc/rubygem-multi_xml/Makefile Mon Jul 6 18:05:37 >>> 2015 (r391473) >>> @@ -15,7 +15,6 @@ OPTIONS_DEFINE= NOKOGIRI >>> NOKOGIRI_DESC= Nokogiri is a HTML, XML, SAX, and Reader parser >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/textproc/rubygem-parslet/Makefile >>> >>> ============================================================================== >>> --- head/textproc/rubygem-parslet/Makefile Mon Jul 6 17:48:28 >>> 2015 (r391472) >>> +++ head/textproc/rubygem-parslet/Makefile Mon Jul 6 18:05:37 >>> 2015 (r391473) >>> @@ -14,7 +14,6 @@ LICENSE= MIT >>> RUN_DEPENDS= >>> rubygem-blankslate>=2:${PORTSDIR}/devel/rubygem-blankslate >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/textproc/rubygem-yard/Makefile >>> >>> ============================================================================== >>> --- head/textproc/rubygem-yard/Makefile Mon Jul 6 17:48:28 2015 >>> (r391472) >>> +++ head/textproc/rubygem-yard/Makefile Mon Jul 6 18:05:37 2015 >>> (r391473) >>> @@ -12,7 +12,6 @@ COMMENT= Documentation generation tool f >>> LICENSE= MIT >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/www/rubygem-em-websocket/Makefile >>> >>> ============================================================================== >>> --- head/www/rubygem-em-websocket/Makefile Mon Jul 6 17:48:28 >>> 2015 (r391472) >>> +++ head/www/rubygem-em-websocket/Makefile Mon Jul 6 18:05:37 >>> 2015 (r391473) >>> @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-eventmachine>=0.12. >>> >>> rubygem-http_parser.rb>=0.6.0:${PORTSDIR}/net/rubygem-http_parser.rb >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/www/rubygem-faraday/Makefile >>> >>> ============================================================================== >>> --- head/www/rubygem-faraday/Makefile Mon Jul 6 17:48:28 2015 >>> (r391472) >>> +++ head/www/rubygem-faraday/Makefile Mon Jul 6 18:05:37 2015 >>> (r391473) >>> @@ -14,7 +14,6 @@ LICENSE= MIT >>> RUN_DEPENDS= >>> rubygem-multipart-post>=1.2:${PORTSDIR}/www/rubygem-multipart-post >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/www/rubygem-gollum-grit_adapter/Makefile >>> >>> ============================================================================== >>> --- head/www/rubygem-gollum-grit_adapter/Makefile Mon Jul 6 >>> 17:48:28 2015 (r391472) >>> +++ head/www/rubygem-gollum-grit_adapter/Makefile Mon Jul 6 >>> 18:05:37 2015 (r391473) >>> @@ -14,7 +14,6 @@ LICENSE= MIT >>> RUN_DEPENDS= >>> rubygem-gitlab-grit>=2.7.1:${PORTSDIR}/textproc/rubygem-gitlab-grit >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/www/rubygem-http-form_data/Makefile >>> >>> ============================================================================== >>> --- head/www/rubygem-http-form_data/Makefile Mon Jul 6 17:48:28 >>> 2015 (r391472) >>> +++ head/www/rubygem-http-form_data/Makefile Mon Jul 6 18:05:37 >>> 2015 (r391473) >>> @@ -12,7 +12,6 @@ COMMENT= Build form data request bodies >>> LICENSE= MIT >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/www/rubygem-http/Makefile >>> >>> ============================================================================== >>> --- head/www/rubygem-http/Makefile Mon Jul 6 17:48:28 2015 >>> (r391472) >>> +++ head/www/rubygem-http/Makefile Mon Jul 6 18:05:37 2015 >>> (r391473) >>> @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-addressable>=2.3:${ >>> >>> rubygem-http_parser.rb>=0.6.0:${PORTSDIR}/net/rubygem-http_parser.rb >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/www/rubygem-multipart-post/Makefile >>> >>> ============================================================================== >>> --- head/www/rubygem-multipart-post/Makefile Mon Jul 6 17:48:28 >>> 2015 (r391472) >>> +++ head/www/rubygem-multipart-post/Makefile Mon Jul 6 18:05:37 >>> 2015 (r391473) >>> @@ -12,7 +12,6 @@ COMMENT= Ruby Library that Use with Net: >>> LICENSE= MIT >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/www/rubygem-net-http-digest_auth/Makefile >>> >>> ============================================================================== >>> --- head/www/rubygem-net-http-digest_auth/Makefile Mon Jul 6 >>> 17:48:28 2015 (r391472) >>> +++ head/www/rubygem-net-http-digest_auth/Makefile Mon Jul 6 >>> 18:05:37 2015 (r391473) >>> @@ -12,7 +12,6 @@ COMMENT= Implementation of RFC 2617 - Di >>> LICENSE= MIT >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/www/rubygem-net-http-persistent/Makefile >>> >>> ============================================================================== >>> --- head/www/rubygem-net-http-persistent/Makefile Mon Jul 6 >>> 17:48:28 2015 (r391472) >>> +++ head/www/rubygem-net-http-persistent/Makefile Mon Jul 6 >>> 18:05:37 2015 (r391473) >>> @@ -12,7 +12,6 @@ COMMENT= Manages persistent connections >>> LICENSE= MIT >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/www/rubygem-pagerduty/Makefile >>> >>> ============================================================================== >>> --- head/www/rubygem-pagerduty/Makefile Mon Jul 6 17:48:28 2015 >>> (r391472) >>> +++ head/www/rubygem-pagerduty/Makefile Mon Jul 6 18:05:37 2015 >>> (r391473) >>> @@ -16,7 +16,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt >>> RUN_DEPENDS= rubygem-json>=1.7.7:${PORTSDIR}/devel/rubygem-json >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/www/rubygem-robots/Makefile >>> >>> ============================================================================== >>> --- head/www/rubygem-robots/Makefile Mon Jul 6 17:48:28 2015 >>> (r391472) >>> +++ head/www/rubygem-robots/Makefile Mon Jul 6 18:05:37 2015 >>> (r391473) >>> @@ -13,7 +13,6 @@ COMMENT= Simple library to parse robots. >>> LICENSE= MIT >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/www/rubygem-webrobots/Makefile >>> >>> ============================================================================== >>> --- head/www/rubygem-webrobots/Makefile Mon Jul 6 17:48:28 2015 >>> (r391472) >>> +++ head/www/rubygem-webrobots/Makefile Mon Jul 6 18:05:37 2015 >>> (r391473) >>> @@ -12,7 +12,6 @@ COMMENT= Write robots.txt compliant web >>> LICENSE= BSD2CLAUSE >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> _______________________________________________ >>> svn-ports-all@freebsd.org mailing list >>> http://lists.freebsd.org/mailman/listinfo/svn-ports-all >>> To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" >>> >> >> >> >> -- >> >> --------------------------------------------------------------------------------- >> Curb: Your ride is here >> 4096R/D21D2752 >> ECDF >> B597 B54B 7F92 753E E0EA F699 A450 D21D 2752 >> Philip M. Gollucci (pgollucci@p6m7g8.com) c: 703.336.9354 >> Member, Apache Software Foundation >> Committer, FreeBSD Foundation >> Consultant, P6M7G8 Inc. >> Sr. Director IT Operations, Curb >> >> What doesn't kill us can only make us stronger; >> Except it almost kills you. >> > > -- --------------------------------------------------------------------------------- Curb: Your ride is here 4096R/D21D2752 ECDF B597 B54B 7F92 753E E0EA F699 A450 D21D 2752 Philip M. Gollucci (pgollucci@p6m7g8.com) c: 703.336.9354 Member, Apache Software Foundation Committer, FreeBSD Foundation Consultant, P6M7G8 Inc. Sr. Director IT Operations, Curb What doesn't kill us can only make us stronger; Except it almost kills you. From owner-svn-ports-head@freebsd.org Tue Jul 7 16:59:59 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 44FAAA195; Tue, 7 Jul 2015 16:59:59 +0000 (UTC) (envelope-from vg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 29D831222; Tue, 7 Jul 2015 16:59:59 +0000 (UTC) (envelope-from vg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t67GxxVD092197; Tue, 7 Jul 2015 16:59:59 GMT (envelope-from vg@FreeBSD.org) Received: (from vg@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t67GxuPZ092188; Tue, 7 Jul 2015 16:59:56 GMT (envelope-from vg@FreeBSD.org) Message-Id: <201507071659.t67GxuPZ092188@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vg set sender to vg@FreeBSD.org using -f From: Veniamin Gvozdikov Date: Tue, 7 Jul 2015 16:59:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391515 - in head: . databases/tarantool databases/tarantool/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, 07 Jul 2015 16:59:59 -0000 Author: vg Date: Tue Jul 7 16:59:55 2015 New Revision: 391515 URL: https://svnweb.freebsd.org/changeset/ports/391515 Log: - Update to 1.6.5 - Added tarantool user and group Deleted: head/databases/tarantool/files/patch-test_CMakeLists.txt head/databases/tarantool/files/patch-test_share_tarantool_tgz.cfg head/databases/tarantool/files/patch-third__party_libeio_ecb.h head/databases/tarantool/files/patch-third_party__libev_ev.c Modified: head/GIDs head/UIDs head/databases/tarantool/Makefile head/databases/tarantool/distinfo head/databases/tarantool/files/pkg-message.in head/databases/tarantool/files/tarantool.in head/databases/tarantool/pkg-plist Modified: head/GIDs ============================================================================== --- head/GIDs Tue Jul 7 16:22:54 2015 (r391514) +++ head/GIDs Tue Jul 7 16:59:55 2015 (r391515) @@ -317,6 +317,7 @@ hive:*:992: kannel:*:993: rcynic:*:994: rpkirtr:*:995: +tarantool:*:996: ebnetd:*:999: nogroup:*:65533: nobody:*:65534: Modified: head/UIDs ============================================================================== --- head/UIDs Tue Jul 7 16:22:54 2015 (r391514) +++ head/UIDs Tue Jul 7 16:59:55 2015 (r391515) @@ -326,5 +326,6 @@ hive:*:992:992::0:0:Apache Hive user:/no kannel:*:993:993::0:0:Kannel User:/nonexistent:/usr/sbin/nologin rcynic:*:994:994::0:0:RPKI validation system:/nonexistent:/usr/sbin/nologin rpkirtr:*:995:995::0:0:RPKI router server:/nonexistent:/usr/sbin/nologin +tarantool:*:996:996::0:0:Tarantool Daemon:/nonexistent:/usr/sbin/nologin ebnetd:*:999:999::0:0:EBNETD:/nonexistent:/usr/sbin/nologin nobody:*:65534:65534::0:0:Unprivileged user:/nonexistent:/usr/sbin/nologin Modified: head/databases/tarantool/Makefile ============================================================================== --- head/databases/tarantool/Makefile Tue Jul 7 16:22:54 2015 (r391514) +++ head/databases/tarantool/Makefile Tue Jul 7 16:59:55 2015 (r391515) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= tarantool -PORTVERSION= 1.5.3 -PORTREVISION= 1 +PORTVERSION= 1.6.5 CATEGORIES= databases -MASTER_SITES= http://tarantool.org/dist/ +MASTER_SITES= http://tarantool.org/dist/master/ DISTNAME= ${PORTNAME}-${PORTVERSION}-${TR_REV}-src MAINTAINER= vg@FreeBSD.org @@ -13,35 +12,42 @@ COMMENT= High performance key/value stor LICENSE= BSD2CLAUSE -TR_REV= 102-g2857a4e +TR_REV= 238-g74f3d65 MAKE_JOBS_UNSAFE=yes -USES= cmake compiler:c++11-lang gettext gmake iconv perl5 readline +USES= cmake compiler:c++11-lang gmake perl5 readline +USE_GCC= 4.9+ # clang bug PR/201270 USE_LDCONFIG= yes USE_RC_SUBR= ${PORTNAME} SUB_FILES= pkg-message + +TT_DATADIR?= /var/db/tarantool +TT_RUNDIR?= /var/run/tarantool +TT_LOGDIR?= /var/log/tarantool + CMAKE_ARGS= -DCMAKE_INSTALL_MANDIR=man \ -DCMAKE_INSTALL_SYSCONFDIR=${ETCDIR} \ - -DCMAKE_LOCALSTATE_DIR=${DATADIR} + -DCMAKE_LOCALSTATE_DIR=${DATADIR} \ + -DTARANTOOL_DATADIR="${TT_DATADIR}" -OPTIONS_DEFINE= CLIENT DEBUG -OPTIONS_GROUP= PLUGINS -OPTIONS_GROUP_PLUGINS= MYSQL PGSQL -PLUGINS_DESC= Plugins list -CLIENT_DESC= Enable client -DEBUG_DESC= Enable debug -MYSQL_DESC= Install MySQL plugin -PGSQL_DESC= Install PostgreSQL plugin +USERS= tarantool +GROUPS= tarantool -OPTIONS_DEFAULT=CLIENT MYSQL +SUB_LIST+= PORTNAME=${PORTNAME} \ + TT_USER=${USERS} \ + TT_DATADIR=${TT_DATADIR} \ + TT_LOGDIR=${TT_LOGDIR} \ + TT_RUNDIR=${TT_RUNDIR} + +PLIST_SUB+= TT_USER=${USERS} \ + TT_GROUP=${GROUPS} \ + TT_LOGDIR=${TT_LOGDIR} \ + TT_DATADIR=${TT_DATADIR} \ + TT_RUNDIR=${TT_RUNDIR} -.include +OPTIONS_DEFINE= DEBUG +DEBUG_DESC= Enable debug -.if ${PORT_OPTIONS:MCLIENT} -CMAKE_ARGS+= -DENABLE_CLIENT=true -PLIST_SUB+= CLIENT="" -.else -PLIST_SUB+= CLIENT="@comment " -.endif +.include .if ${PORT_OPTIONS:MDEBUG} CMAKE_BUILD_TYPE= RelWithDebugInfo @@ -51,32 +57,14 @@ CMAKE_BUILD_TYPE= Rel CMAKE_ARGS+= -DENABLE_BACKTRACE=OFF .endif -.if ${PORT_OPTIONS:MMYSQL} -CMAKE_ARGS+= -DWITH_MYSQL=ON -PLIST_SUB+= MYSQL="" -USE_MYSQL= yes -.else -CMAKE_ARGS+= -DWITH_MYSQL=OFF -PLIST_SUB+= MYSQL="@comment " -.endif - -.if ${PORT_OPTIONS:MPGSQL} -CMAKE_ARGS+= -DWITH_POSTGRESQL=ON -PLIST_SUB+= PGSQL="" -USES+= pgsql -.else -CMAKE_ARGS+= -DWITH_POSTGRESQL=OFF -PLIST_SUB+= PGSQL="@comment " +.if ${OSVERSION} < 1000000 +IGNORE= does not support FreeBSD versions < 10.0 .endif -.if ${PORT_OPTIONS:MMYSQL} || ${PORT_OPTIONS:MPGSQL} -PLIST_SUB+= PLUGINS="" -.else -PLIST_SUB+= PLUGINS="@comment " -.endif - -.if ${OSVERSION} < 900000 -BROKEN= Does not build on FreeBSD < 9.0 -.endif +post-install: + ${MKDIR} ${STAGEDIR}${TT_LOGDIR} \ + ${STAGEDIR}${TT_DATADIR} \ + ${STAGEDIR}${TT_RUNDIR} \ + ${STAGEDIR}${ETCDIR}/instances.enabled .include Modified: head/databases/tarantool/distinfo ============================================================================== --- head/databases/tarantool/distinfo Tue Jul 7 16:22:54 2015 (r391514) +++ head/databases/tarantool/distinfo Tue Jul 7 16:59:55 2015 (r391515) @@ -1,2 +1,2 @@ -SHA256 (tarantool-1.5.3-102-g2857a4e-src.tar.gz) = 288f22f01d0f0c295902380c6a57531237cc4732b6b124e6344da89b89ee77c3 -SIZE (tarantool-1.5.3-102-g2857a4e-src.tar.gz) = 2928105 +SHA256 (tarantool-1.6.5-238-g74f3d65-src.tar.gz) = 7d2c2248953e92e3db9556d045f4ab0e74815332a27a21ff51be021956a0cd4b +SIZE (tarantool-1.6.5-238-g74f3d65-src.tar.gz) = 3678846 Modified: head/databases/tarantool/files/pkg-message.in ============================================================================== --- head/databases/tarantool/files/pkg-message.in Tue Jul 7 16:22:54 2015 (r391514) +++ head/databases/tarantool/files/pkg-message.in Tue Jul 7 16:59:55 2015 (r391515) @@ -3,19 +3,12 @@ # # After install you'll need: # -# Edit/copy example config: -# %%ETCDIR%%/tarantool.cfg.sample to -# %%ETCDIR%%/tarantool.cfg -# # Configuration at /etc/rc.conf: # # * Enable tarantool on startup: # tarantool_enable="YES" -# * Change config (Default %%ETCDIR%%/tarantool.cfg): -# tarantool_config="%%ETCDIR%%/tarantool.cfg" -# * Path to storage, depended by option work_dir at: -# %%ETCDIR%%/tarantool.cfg -# tarantool_data="/var/db/tarantool" +# * Path to storage instances: +# tarantool_instances="%%ETCDIR%%/instances.enabled" # # ######################################################### Modified: head/databases/tarantool/files/tarantool.in ============================================================================== --- head/databases/tarantool/files/tarantool.in Tue Jul 7 16:22:54 2015 (r391514) +++ head/databases/tarantool/files/tarantool.in Tue Jul 7 16:59:55 2015 (r391515) @@ -7,8 +7,7 @@ # KEYWORD: shutdown # # tarantool_enable="YES" -# tarantool_config="" -# tarantool_data="/var/db/tarantool" +# tarantool_instances="" # . /etc/rc.subr @@ -19,35 +18,38 @@ rcvar=tarantool_enable load_rc_config "$name" tarantool_enable=${tarantool_enable:-"NO"} -tarantool_config=${tarantool_config:-"%%ETCDIR%%/$name.cfg"} -tarantool_data=${tarantool_data:-"/var/db/tarantool"} +tarantool_instances=${tarantool_instances:-"%%ETCDIR%%/instances.enabled"} -command="%%PREFIX%%/bin/tarantool_box" -command_args="--config=${tarantool_config} --background" -pidfile="/var/run/$name.pid" +start_cmd="${name}_start" +stop_cmd="${name}_stop" +restart_cmd="${name}_restart" -start_precmd="${name}_prestart" +INSTANCES=$(find ${tarantool_instances} -type f -name '*.lua') +TDAEMON=%%PREFIX%%/bin/tarantool +TCTL=%%PREFIX%%/bin/tarantoolctl -tarantool_prestart() +tarantool_start() { - if ! [ -d ${tarantool_data} ] - then - eval mkdir -p ${tarantool_data} - fi - - if ! [ -f "${tarantool_data}/00000000000000000001.snap" ] - then - if ! [ -f ${tarantool_config} ] - then - echo "===> Install default config file." - eval cp "%%ETCDIR%%/tarantool.cfg.sample" ${tarantool_config} - echo "===> Install default snapshot." - eval cp "%%DATADIR%%/00000000000000000001.snap" ${tarantool_data} - else - echo "===> Init tarantool storage by ${tarantool_config}" - eval ${command} --config=${tarantool_config} --init-storage - fi - fi + echo "tarantool: Starting instances" + for inst in ${INSTANCES} + do + ${TDAEMON} ${TCTL} start $(basename ${inst} .lua) + done +} + +tarantool_stop() +{ + echo "tarantool: Stopping instances" + for inst in ${INSTANCES} + do + ${TDAEMON} ${TCTL} stop $(basename ${inst} .lua) + done +} + +tarantool_restart() +{ + tarantool_stop + tarantool_start } run_rc_command "$1" Modified: head/databases/tarantool/pkg-plist ============================================================================== --- head/databases/tarantool/pkg-plist Tue Jul 7 16:22:54 2015 (r391514) +++ head/databases/tarantool/pkg-plist Tue Jul 7 16:59:55 2015 (r391515) @@ -1,67 +1,18 @@ -bin/tarancheck -bin/tarantar -bin/tarantool_box -%%CLIENT%%bin/tarantool -%%ETCDIR%%/tarantool.cfg.sample -include/tarantool/config.h +bin/tarantool +bin/tarantoolctl +%%ETCDIR%%/default/tarantool include/tarantool/lauxlib.h include/tarantool/lua.h include/tarantool/lua.hpp include/tarantool/luaconf.h include/tarantool/luajit.h include/tarantool/lualib.h -include/tarantool/tnt.h -include/tarantool/tnt_buf.h -include/tarantool/tnt_call.h -include/tarantool/tnt_delete.h -include/tarantool/tnt_dir.h -include/tarantool/tnt_enc.h -include/tarantool/tnt_insert.h -include/tarantool/tnt_io.h -include/tarantool/tnt_iob.h -include/tarantool/tnt_iter.h -include/tarantool/tnt_lex.h -include/tarantool/tnt_log.h -include/tarantool/tnt_mem.h -include/tarantool/tnt_net.h -include/tarantool/tnt_opt.h -include/tarantool/tnt_ping.h -include/tarantool/tnt_proto.h -include/tarantool/tnt_queue.h -include/tarantool/tnt_reply.h -include/tarantool/tnt_request.h -include/tarantool/tnt_rpl.h -include/tarantool/tnt_select.h -include/tarantool/tnt_snapshot.h -include/tarantool/tnt_sql.h -include/tarantool/tnt_stream.h -include/tarantool/tnt_tuple.h -include/tarantool/tnt_update.h -include/tarantool/tnt_utf8.h -include/tarantool/tnt_xlog.h -lib/libtarantool.a -lib/libtarantool.so -lib/libtarantool.so.1 -lib/libtarantool.so.1.1 -lib/libtarantoolnet.a -lib/libtarantoolnet.so -lib/libtarantoolnet.so.1 -lib/libtarantoolnet.so.1.1 -lib/libtarantoolrpl.a -lib/libtarantoolrpl.so -lib/libtarantoolrpl.so.1 -lib/libtarantoolrpl.so.1.1 -lib/libtarantoolsql.a -lib/libtarantoolsql.so -lib/libtarantoolsql.so.1 -lib/libtarantoolsql.so.1.1 -lib/tarantool/box/sophia.so -%%MYSQL%%lib/tarantool/box/net/mysql.so -%%PGSQL%%lib/tarantool/box/net/pg.so -%%CLIENT%%man/man1/tarantool.1.gz -man/man1/tarantool_box.1.gz -%%DOCSDIR%%/README.md -%%DOCSDIR%%/box-protocol.txt -%%DOCSDIR%%/LICENSE -%%DATADIR%%/00000000000000000001.snap -%%DATADIR%%/box/net/sql.lua +include/tarantool/tarantool.h +man/man1/tarantool.1.gz +man/man1/tarantoolctl.1.gz +%%PORTDOCS%%%%DOCSDIR%%/LICENSE +%%PORTDOCS%%%%DOCSDIR%%/README.md +@dir %%ETCDIR%%/instances.enabled +@dir(%%TT_USER%%,%%TT_GROUP%%,) %%TT_DATADIR%% +@dir(%%TT_USER%%,%%TT_GROUP%%,) %%TT_LOGDIR%% +@dir(%%TT_USER%%,%%TT_GROUP%%,) %%TT_RUNDIR%% From owner-svn-ports-head@freebsd.org Tue Jul 7 18:06:58 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A4B1B52431; Tue, 7 Jul 2015 18:06:58 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 94B561D76; Tue, 7 Jul 2015 18:06:58 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t67I6wcc026181; Tue, 7 Jul 2015 18:06:58 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t67I6wi3026180; Tue, 7 Jul 2015 18:06:58 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201507071806.t67I6wi3026180@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 7 Jul 2015 18:06:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391516 - head/deskutils/kdepimlibs4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 07 Jul 2015 18:06:58 -0000 Author: amdmi3 Date: Tue Jul 7 18:06:57 2015 New Revision: 391516 URL: https://svnweb.freebsd.org/changeset/ports/391516 Log: - Fix shebangs Approved by: portmgr blanket MFH: 2015Q3 (blanket) Modified: head/deskutils/kdepimlibs4/Makefile Modified: head/deskutils/kdepimlibs4/Makefile ============================================================================== --- head/deskutils/kdepimlibs4/Makefile Tue Jul 7 16:59:55 2015 (r391515) +++ head/deskutils/kdepimlibs4/Makefile Tue Jul 7 18:06:57 2015 (r391516) @@ -3,6 +3,7 @@ PORTNAME= kdepimlibs PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= deskutils kde MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} @@ -21,7 +22,8 @@ LIB_DEPENDS= libgpgme.so:${PORTSDIR}/sec USE_KDE4= kdelibs akonadi kdeprefix \ automoc4 ontologies soprano -USES= cmake:outsource shared-mime-info tar:xz +USES= cmake:outsource shared-mime-info shebangfix tar:xz +SHEBANG_FILES= mailtransport/kconf_update/migrate-transports.pl USE_OPENLDAP= yes USE_QT4= corelib dbus declarative designer_build gui network sql xml \ qmake_build moc_build rcc_build uic_build From owner-svn-ports-head@freebsd.org Tue Jul 7 18:24:05 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F06E39942C0; Tue, 7 Jul 2015 18:24:05 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C4C80190E; Tue, 7 Jul 2015 18:24:05 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t67IO5rE035725; Tue, 7 Jul 2015 18:24:05 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t67IO4WN035723; Tue, 7 Jul 2015 18:24:04 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201507071824.t67IO4WN035723@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Tue, 7 Jul 2015 18:24:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391518 - head/math/octave-forge-nan X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 07 Jul 2015 18:24:06 -0000 Author: stephen Date: Tue Jul 7 18:24:03 2015 New Revision: 391518 URL: https://svnweb.freebsd.org/changeset/ports/391518 Log: - Update to 2.8.1. Modified: head/math/octave-forge-nan/Makefile head/math/octave-forge-nan/distinfo Modified: head/math/octave-forge-nan/Makefile ============================================================================== --- head/math/octave-forge-nan/Makefile Tue Jul 7 18:22:47 2015 (r391517) +++ head/math/octave-forge-nan/Makefile Tue Jul 7 18:24:03 2015 (r391518) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= octave-forge-nan -PORTVERSION= 2.8.0 +PORTVERSION= 2.8.1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org Modified: head/math/octave-forge-nan/distinfo ============================================================================== --- head/math/octave-forge-nan/distinfo Tue Jul 7 18:22:47 2015 (r391517) +++ head/math/octave-forge-nan/distinfo Tue Jul 7 18:24:03 2015 (r391518) @@ -1,2 +1,2 @@ -SHA256 (octave-forge/nan-2.8.0.tar.gz) = ccab738e704fab44aa09ed4b94c6fad523f45c2c73d4492eb776dd1473a24346 -SIZE (octave-forge/nan-2.8.0.tar.gz) = 170111 +SHA256 (octave-forge/nan-2.8.1.tar.gz) = 50459aa55e16d84c08e248029a338ab3aee1aeb4ad23f3f7783ba5627ee5d23c +SIZE (octave-forge/nan-2.8.1.tar.gz) = 170146 From owner-svn-ports-head@freebsd.org Tue Jul 7 18:51:43 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A2D31994B87; Tue, 7 Jul 2015 18:51:43 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8DE3612FA; Tue, 7 Jul 2015 18:51:43 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t67IphtR050250; Tue, 7 Jul 2015 18:51:43 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t67Iphgn050246; Tue, 7 Jul 2015 18:51:43 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201507071851.t67Iphgn050246@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Tue, 7 Jul 2015 18:51:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391519 - head/math/octave-forge-ocs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 07 Jul 2015 18:51:43 -0000 Author: stephen Date: Tue Jul 7 18:51:42 2015 New Revision: 391519 URL: https://svnweb.freebsd.org/changeset/ports/391519 Log: - Update to 0.1.4. Modified: head/math/octave-forge-ocs/Makefile head/math/octave-forge-ocs/distinfo Modified: head/math/octave-forge-ocs/Makefile ============================================================================== --- head/math/octave-forge-ocs/Makefile Tue Jul 7 18:24:03 2015 (r391518) +++ head/math/octave-forge-ocs/Makefile Tue Jul 7 18:51:42 2015 (r391519) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= octave-forge-ocs -PORTVERSION= 0.1.3 -PORTREVISION= 6 +PORTVERSION= 0.1.4 CATEGORIES= math +EXTRACT_SUFX= .tgz MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} Modified: head/math/octave-forge-ocs/distinfo ============================================================================== --- head/math/octave-forge-ocs/distinfo Tue Jul 7 18:24:03 2015 (r391518) +++ head/math/octave-forge-ocs/distinfo Tue Jul 7 18:51:42 2015 (r391519) @@ -1,2 +1,2 @@ -SHA256 (octave-forge/ocs-0.1.3.tar.gz) = eb0e69b2bb498200947b598cd43181c49511d4df9acbaaeb14dd817719d55829 -SIZE (octave-forge/ocs-0.1.3.tar.gz) = 67801 +SHA256 (octave-forge/ocs-0.1.4.tgz) = 0f0ac9457de7d77b94e18989c78d5aa71a1e3363f012bd6e59bb951c1dac2bba +SIZE (octave-forge/ocs-0.1.4.tgz) = 67938 From owner-svn-ports-head@freebsd.org Tue Jul 7 18:58:27 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F2F81994D29; Tue, 7 Jul 2015 18:58:26 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DCF6219C4; Tue, 7 Jul 2015 18:58:26 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t67IwQFx051300; Tue, 7 Jul 2015 18:58:26 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t67IwQsa051298; Tue, 7 Jul 2015 18:58:26 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201507071858.t67IwQsa051298@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Tue, 7 Jul 2015 18:58:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391520 - head/devel/p5-Test-File X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 07 Jul 2015 18:58:27 -0000 Author: adamw Date: Tue Jul 7 18:58:25 2015 New Revision: 391520 URL: https://svnweb.freebsd.org/changeset/ports/391520 Log: Update to 1.44. Changes: https://metacpan.org/changes/distribution/Test-File Modified: head/devel/p5-Test-File/Makefile head/devel/p5-Test-File/distinfo Modified: head/devel/p5-Test-File/Makefile ============================================================================== --- head/devel/p5-Test-File/Makefile Tue Jul 7 18:51:42 2015 (r391519) +++ head/devel/p5-Test-File/Makefile Tue Jul 7 18:58:25 2015 (r391520) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Test-File -PORTVERSION= 1.43 +PORTVERSION= 1.44 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Test-File/distinfo ============================================================================== --- head/devel/p5-Test-File/distinfo Tue Jul 7 18:51:42 2015 (r391519) +++ head/devel/p5-Test-File/distinfo Tue Jul 7 18:58:25 2015 (r391520) @@ -1,2 +1,2 @@ -SHA256 (Test-File-1.43.tar.gz) = 580f812deb5dd767d433882eea36069f400ca6f3d9a74dae2980c6176ee4eef2 -SIZE (Test-File-1.43.tar.gz) = 26332 +SHA256 (Test-File-1.44.tar.gz) = 42a48354de3e9ebf1c4e155f7d8bd045c2251bc56cad3b9afc2c9ee7404b6cc9 +SIZE (Test-File-1.44.tar.gz) = 26498 From owner-svn-ports-head@freebsd.org Tue Jul 7 19:01:56 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E1F90994E7F; Tue, 7 Jul 2015 19:01:56 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BD9561D42; Tue, 7 Jul 2015 19:01:56 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t67J1u06055520; Tue, 7 Jul 2015 19:01:56 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t67J1t5Y055516; Tue, 7 Jul 2015 19:01:55 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201507071901.t67J1t5Y055516@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Tue, 7 Jul 2015 19:01:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391521 - head/ftp/p5-Net-FTPSSL X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 07 Jul 2015 19:01:57 -0000 Author: adamw Date: Tue Jul 7 19:01:54 2015 New Revision: 391521 URL: https://svnweb.freebsd.org/changeset/ports/391521 Log: Update to 0.29. Changes: https://metacpan.org/changes/distribution/Net-FTPSSL Modified: head/ftp/p5-Net-FTPSSL/Makefile head/ftp/p5-Net-FTPSSL/distinfo Modified: head/ftp/p5-Net-FTPSSL/Makefile ============================================================================== --- head/ftp/p5-Net-FTPSSL/Makefile Tue Jul 7 18:58:25 2015 (r391520) +++ head/ftp/p5-Net-FTPSSL/Makefile Tue Jul 7 19:01:54 2015 (r391521) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net-FTPSSL -PORTVERSION= 0.27 +PORTVERSION= 0.29 CATEGORIES= ftp perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/ftp/p5-Net-FTPSSL/distinfo ============================================================================== --- head/ftp/p5-Net-FTPSSL/distinfo Tue Jul 7 18:58:25 2015 (r391520) +++ head/ftp/p5-Net-FTPSSL/distinfo Tue Jul 7 19:01:54 2015 (r391521) @@ -1,2 +1,2 @@ -SHA256 (Net-FTPSSL-0.27.tar.gz) = 4a7f9a8ebfc12303f828805b8c3e8b1e3f8bc394cd19ad478a16d2e5b0c87d1b -SIZE (Net-FTPSSL-0.27.tar.gz) = 76138 +SHA256 (Net-FTPSSL-0.29.tar.gz) = 17b653752459d87c40a5a9d12cda9bd824ea79137ff3f7bf05530178f9434c4e +SIZE (Net-FTPSSL-0.29.tar.gz) = 84229 From owner-svn-ports-head@freebsd.org Tue Jul 7 19:12:50 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5A6769950CA; Tue, 7 Jul 2015 19:12:50 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4A62C1439; Tue, 7 Jul 2015 19:12:50 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t67JCoL2060647; Tue, 7 Jul 2015 19:12:50 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t67JCorN060646; Tue, 7 Jul 2015 19:12:50 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201507071912.t67JCorN060646@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Tue, 7 Jul 2015 19:12:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391522 - head/lang/p5-Try-Catch X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 07 Jul 2015 19:12:50 -0000 Author: adamw Date: Tue Jul 7 19:12:49 2015 New Revision: 391522 URL: https://svnweb.freebsd.org/changeset/ports/391522 Log: Transfer maintainership to the perl@ collective. Modified: head/lang/p5-Try-Catch/Makefile Modified: head/lang/p5-Try-Catch/Makefile ============================================================================== --- head/lang/p5-Try-Catch/Makefile Tue Jul 7 19:01:54 2015 (r391521) +++ head/lang/p5-Try-Catch/Makefile Tue Jul 7 19:12:49 2015 (r391522) @@ -8,7 +8,7 @@ MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MAMOD PKGNAMEPREFIX= p5- -MAINTAINER= adamw@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Try/Catch exception handler based on Try::Tiny, but faster LICENSE= ART10 GPLv1 From owner-svn-ports-head@freebsd.org Tue Jul 7 19:17:29 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 35CA4995112; Tue, 7 Jul 2015 19:17:29 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2661615D4; Tue, 7 Jul 2015 19:17:29 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t67JHSHB061371; Tue, 7 Jul 2015 19:17:28 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t67JHSe0061369; Tue, 7 Jul 2015 19:17:28 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201507071917.t67JHSe0061369@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Tue, 7 Jul 2015 19:17:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391523 - head/archivers/liblz4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 07 Jul 2015 19:17:29 -0000 Author: adamw Date: Tue Jul 7 19:17:27 2015 New Revision: 391523 URL: https://svnweb.freebsd.org/changeset/ports/391523 Log: Update to r131. Modified: head/archivers/liblz4/Makefile head/archivers/liblz4/distinfo Modified: head/archivers/liblz4/Makefile ============================================================================== --- head/archivers/liblz4/Makefile Tue Jul 7 19:12:49 2015 (r391522) +++ head/archivers/liblz4/Makefile Tue Jul 7 19:17:27 2015 (r391523) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lz4 -PORTVERSION= 130 +PORTVERSION= 131 DISTVERSIONPREFIX= r CATEGORIES= archivers PKGNAMEPREFIX= lib @@ -21,7 +21,7 @@ USES= gmake pkgconfig USE_LDCONFIG= yes ALL_TARGET= default # don't remove this -SO_VER= 1.7.0 +SO_VER= 1.7.1 PLIST_SUB+= SO_VER=${SO_VER} SO_VER_MAJ=${SO_VER:R:R} post-patch: Modified: head/archivers/liblz4/distinfo ============================================================================== --- head/archivers/liblz4/distinfo Tue Jul 7 19:12:49 2015 (r391522) +++ head/archivers/liblz4/distinfo Tue Jul 7 19:17:27 2015 (r391523) @@ -1,2 +1,2 @@ -SHA256 (Cyan4973-lz4-r130_GH0.tar.gz) = c48450d27524c2e5856997133e059e3cf9909241110a6e21ad278890ac425afc -SIZE (Cyan4973-lz4-r130_GH0.tar.gz) = 129154 +SHA256 (Cyan4973-lz4-r131_GH0.tar.gz) = 9d4d00614d6b9dec3114b33d1224b6262b99ace24434c53487a0c8fd0b18cfed +SIZE (Cyan4973-lz4-r131_GH0.tar.gz) = 133784 From owner-svn-ports-head@freebsd.org Tue Jul 7 19:44:13 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 43B299959BB; Tue, 7 Jul 2015 19:44:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2EB911A09; Tue, 7 Jul 2015 19:44:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t67JiC0B075628; Tue, 7 Jul 2015 19:44:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t67JiCVp075626; Tue, 7 Jul 2015 19:44:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507071944.t67JiCVp075626@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 7 Jul 2015 19:44:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391524 - head/net/rubygem-fog-google X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 07 Jul 2015 19:44:13 -0000 Author: sunpoet Date: Tue Jul 7 19:44:11 2015 New Revision: 391524 URL: https://svnweb.freebsd.org/changeset/ports/391524 Log: - Update to 0.0.7 Changes: https://github.com/fog/fog-google/commits/master Modified: head/net/rubygem-fog-google/Makefile head/net/rubygem-fog-google/distinfo Modified: head/net/rubygem-fog-google/Makefile ============================================================================== --- head/net/rubygem-fog-google/Makefile Tue Jul 7 19:17:27 2015 (r391523) +++ head/net/rubygem-fog-google/Makefile Tue Jul 7 19:44:11 2015 (r391524) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fog-google -PORTVERSION= 0.0.6 +PORTVERSION= 0.0.7 CATEGORIES= net rubygems MASTER_SITES= RG Modified: head/net/rubygem-fog-google/distinfo ============================================================================== --- head/net/rubygem-fog-google/distinfo Tue Jul 7 19:17:27 2015 (r391523) +++ head/net/rubygem-fog-google/distinfo Tue Jul 7 19:44:11 2015 (r391524) @@ -1,2 +1,2 @@ -SHA256 (rubygem/fog-google-0.0.6.gem) = 95ba06625c04a34fa0c4ca60129f0161fe8deecc175a55b26eb7db34c49c7ebc -SIZE (rubygem/fog-google-0.0.6.gem) = 107520 +SHA256 (rubygem/fog-google-0.0.7.gem) = 628e41daa5cfd132276ee804accbc89716f8e73c05acbde86c0c71b184a66eb8 +SIZE (rubygem/fog-google-0.0.7.gem) = 107520 From owner-svn-ports-head@freebsd.org Tue Jul 7 19:44:19 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0DBA79959DE; Tue, 7 Jul 2015 19:44:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B49FF1A96; Tue, 7 Jul 2015 19:44:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t67JiI0W075761; Tue, 7 Jul 2015 19:44:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t67JiHDg075759; Tue, 7 Jul 2015 19:44:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507071944.t67JiHDg075759@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 7 Jul 2015 19:44:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391525 - head/textproc/rubygem-htmlentities X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 07 Jul 2015 19:44:19 -0000 Author: sunpoet Date: Tue Jul 7 19:44:16 2015 New Revision: 391525 URL: https://svnweb.freebsd.org/changeset/ports/391525 Log: - Update to 4.3.4 Changes: https://github.com/threedaymonk/htmlentities/blob/master/History.txt Modified: head/textproc/rubygem-htmlentities/Makefile head/textproc/rubygem-htmlentities/distinfo Modified: head/textproc/rubygem-htmlentities/Makefile ============================================================================== --- head/textproc/rubygem-htmlentities/Makefile Tue Jul 7 19:44:11 2015 (r391524) +++ head/textproc/rubygem-htmlentities/Makefile Tue Jul 7 19:44:16 2015 (r391525) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= htmlentities -PORTVERSION= 4.3.3 +PORTVERSION= 4.3.4 CATEGORIES= textproc rubygems MASTER_SITES= RG Modified: head/textproc/rubygem-htmlentities/distinfo ============================================================================== --- head/textproc/rubygem-htmlentities/distinfo Tue Jul 7 19:44:11 2015 (r391524) +++ head/textproc/rubygem-htmlentities/distinfo Tue Jul 7 19:44:16 2015 (r391525) @@ -1,2 +1,2 @@ -SHA256 (rubygem/htmlentities-4.3.3.gem) = 178c50f656077512d33e0786f924cb0a2281881c3fcd3e1b8e070a6cec15956c -SIZE (rubygem/htmlentities-4.3.3.gem) = 31744 +SHA256 (rubygem/htmlentities-4.3.4.gem) = 125a73c6c9f2d1b62100b7c3c401e3624441b663762afa7fe428476435a673da +SIZE (rubygem/htmlentities-4.3.4.gem) = 31744 From owner-svn-ports-head@freebsd.org Tue Jul 7 19:44:23 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1EB6E995A03; Tue, 7 Jul 2015 19:44:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0D8961AFC; Tue, 7 Jul 2015 19:44:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t67JiMFC075872; Tue, 7 Jul 2015 19:44:22 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t67JiMn7075871; Tue, 7 Jul 2015 19:44:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507071944.t67JiMn7075871@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 7 Jul 2015 19:44:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391526 - head/textproc/rubygem-wikicloth X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 07 Jul 2015 19:44:23 -0000 Author: sunpoet Date: Tue Jul 7 19:44:22 2015 New Revision: 391526 URL: https://svnweb.freebsd.org/changeset/ports/391526 Log: - Add NO_ARCH Modified: head/textproc/rubygem-wikicloth/Makefile Modified: head/textproc/rubygem-wikicloth/Makefile ============================================================================== --- head/textproc/rubygem-wikicloth/Makefile Tue Jul 7 19:44:16 2015 (r391525) +++ head/textproc/rubygem-wikicloth/Makefile Tue Jul 7 19:44:22 2015 (r391526) @@ -11,12 +11,13 @@ COMMENT= Ruby parser for the MediaWiki m LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-builder>0:${PORTSDIR}/devel/rubygem-builder \ - rubygem-expression_parser>0:${PORTSDIR}/math/rubygem-expression_parser \ - rubygem-htmlentities>0:${PORTSDIR}/textproc/rubygem-htmlentities \ - rubygem-nokogiri>0:${PORTSDIR}/textproc/rubygem-nokogiri \ - rubygem-twitter-text>0:${PORTSDIR}/textproc/rubygem-twitter-text +RUN_DEPENDS= rubygem-builder>=0:${PORTSDIR}/devel/rubygem-builder \ + rubygem-expression_parser>=0:${PORTSDIR}/math/rubygem-expression_parser \ + rubygem-htmlentities>=0:${PORTSDIR}/textproc/rubygem-htmlentities \ + rubygem-nokogiri>=0:${PORTSDIR}/textproc/rubygem-nokogiri \ + rubygem-twitter-text>=0:${PORTSDIR}/textproc/rubygem-twitter-text +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-head@freebsd.org Tue Jul 7 19:44:28 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 66A5A995A28; Tue, 7 Jul 2015 19:44:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3F6D41C26; Tue, 7 Jul 2015 19:44:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t67JiSGd075989; Tue, 7 Jul 2015 19:44:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t67JiROW075988; Tue, 7 Jul 2015 19:44:27 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507071944.t67JiROW075988@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 7 Jul 2015 19:44:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391527 - head/devel/p5-Test-File X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 07 Jul 2015 19:44:28 -0000 Author: sunpoet Date: Tue Jul 7 19:44:27 2015 New Revision: 391527 URL: https://svnweb.freebsd.org/changeset/ports/391527 Log: - Add NO_ARCH Modified: head/devel/p5-Test-File/Makefile Modified: head/devel/p5-Test-File/Makefile ============================================================================== --- head/devel/p5-Test-File/Makefile Tue Jul 7 19:44:22 2015 (r391526) +++ head/devel/p5-Test-File/Makefile Tue Jul 7 19:44:27 2015 (r391527) @@ -15,6 +15,7 @@ LICENSE_COMB= dual TEST_DEPENDS= p5-Test-utf8>=0:${PORTSDIR}/devel/p5-Test-utf8 +NO_ARCH= yes USES= perl5 USE_PERL5= configure From owner-svn-ports-head@freebsd.org Tue Jul 7 19:44:37 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A9841995A5A; Tue, 7 Jul 2015 19:44:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 99EC41DA0; Tue, 7 Jul 2015 19:44:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t67JiblP076124; Tue, 7 Jul 2015 19:44:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t67JibTk076123; Tue, 7 Jul 2015 19:44:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507071944.t67JibTk076123@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 7 Jul 2015 19:44:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391528 - head/ftp/p5-Net-FTPSSL X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 07 Jul 2015 19:44:37 -0000 Author: sunpoet Date: Tue Jul 7 19:44:36 2015 New Revision: 391528 URL: https://svnweb.freebsd.org/changeset/ports/391528 Log: - Add LICENSE - Update *_DEPENDS - Add NO_ARCH Modified: head/ftp/p5-Net-FTPSSL/Makefile Modified: head/ftp/p5-Net-FTPSSL/Makefile ============================================================================== --- head/ftp/p5-Net-FTPSSL/Makefile Tue Jul 7 19:44:27 2015 (r391527) +++ head/ftp/p5-Net-FTPSSL/Makefile Tue Jul 7 19:44:36 2015 (r391528) @@ -10,10 +10,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= FTP over SSL/TLS class -BUILD_DEPENDS= p5-IO-Socket-SSL>=1.08:${PORTSDIR}/security/p5-IO-Socket-SSL \ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-IO-Socket-SSL>=1.26:${PORTSDIR}/security/p5-IO-Socket-SSL \ p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure From owner-svn-ports-head@freebsd.org Tue Jul 7 20:58:15 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8E8F49956C6; Tue, 7 Jul 2015 20:58:15 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5792710AF; Tue, 7 Jul 2015 20:58:15 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t67KwF7M010425; Tue, 7 Jul 2015 20:58:15 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t67KwERP010422; Tue, 7 Jul 2015 20:58:14 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507072058.t67KwERP010422@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 7 Jul 2015 20:58:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391529 - in head/devel/elixir-exjsx: . 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, 07 Jul 2015 20:58:15 -0000 Author: olgeni Date: Tue Jul 7 20:58:13 2015 New Revision: 391529 URL: https://svnweb.freebsd.org/changeset/ports/391529 Log: Upgrade to version 3.2.0 and simplify mix.exs patch. Modified: head/devel/elixir-exjsx/Makefile head/devel/elixir-exjsx/distinfo head/devel/elixir-exjsx/files/patch-mix.exs Modified: head/devel/elixir-exjsx/Makefile ============================================================================== --- head/devel/elixir-exjsx/Makefile Tue Jul 7 19:44:36 2015 (r391528) +++ head/devel/elixir-exjsx/Makefile Tue Jul 7 20:58:13 2015 (r391529) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= exjsx -PORTVERSION= 3.1.0 -DISTVERSIONPREFIX= v +PORTVERSION= 3.2.0 CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-exjsx/distinfo ============================================================================== --- head/devel/elixir-exjsx/distinfo Tue Jul 7 19:44:36 2015 (r391528) +++ head/devel/elixir-exjsx/distinfo Tue Jul 7 20:58:13 2015 (r391529) @@ -1,2 +1,2 @@ -SHA256 (talentdeficit-exjsx-v3.1.0_GH0.tar.gz) = ff31c87c0aee3f3e33301497163f3fa5b0c75c8ca598f10252777c86c903c4ec -SIZE (talentdeficit-exjsx-v3.1.0_GH0.tar.gz) = 9845 +SHA256 (talentdeficit-exjsx-3.2.0_GH0.tar.gz) = 5e02b1f6ba28fdd7bb857b8989c3f98e96fa9ddc9e72b868b90d76f9b287bcfd +SIZE (talentdeficit-exjsx-3.2.0_GH0.tar.gz) = 9739 Modified: head/devel/elixir-exjsx/files/patch-mix.exs ============================================================================== --- head/devel/elixir-exjsx/files/patch-mix.exs Tue Jul 7 19:44:36 2015 (r391528) +++ head/devel/elixir-exjsx/files/patch-mix.exs Tue Jul 7 20:58:13 2015 (r391529) @@ -1,11 +1,10 @@ ---- mix.exs.orig 2015-07-03 09:30:54 UTC +--- mix.exs.orig 2015-07-07 20:48:03 UTC +++ mix.exs -@@ -19,7 +19,7 @@ defmodule EXJSX.Mixfile do +@@ -7,7 +7,6 @@ defmodule EXJSX.Mixfile do + elixir: ">= 0.13.3", + description: description, + package: package, +- deps: deps + ] end - defp deps do -- [{:jsx, "~> 2.4.0"}] -+ [] - end - - defp description do From owner-svn-ports-head@freebsd.org Tue Jul 7 21:00:08 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 07000995709; Tue, 7 Jul 2015 21:00:08 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CF83511CB; Tue, 7 Jul 2015 21:00:07 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t67L070B010982; Tue, 7 Jul 2015 21:00:07 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t67L06rD010976; Tue, 7 Jul 2015 21:00:06 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201507072100.t67L06rD010976@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Tue, 7 Jul 2015 21:00:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391530 - in head: . graphics graphics/fli2gif net-im net-im/tkabbur X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 07 Jul 2015 21:00:08 -0000 Author: rene Date: Tue Jul 7 21:00:05 2015 New Revision: 391530 URL: https://svnweb.freebsd.org/changeset/ports/391530 Log: Remove expired ports: 2015-07-07 graphics/fli2gif: No public distfiles 2015-07-07 net-im/tkabbur: Upstream development ceased since 2008 Deleted: head/graphics/fli2gif/ head/net-im/tkabbur/ Modified: head/MOVED head/graphics/Makefile head/net-im/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Tue Jul 7 20:58:13 2015 (r391529) +++ head/MOVED Tue Jul 7 21:00:05 2015 (r391530) @@ -7682,3 +7682,5 @@ multimedia/ffmpeg23|multimedia/ffmpeg|20 multimedia/ffmpeg26|multimedia/ffmpeg|2015-07-05|Obsolete since recent upstream upgrade of main ffmpeg port. Use multimedia/ffmpeg instead. x11/docker|x11/docker-tray|2015-07-06|Renamed sysutils/docker|sysutils/docker-freebsd|2015-07-07|Renamed +graphics/fli2gif||2015-07-07|Has expired: No public distfiles +net-im/tkabbur||2015-07-07|Has expired: Upstream development ceased since 2008 Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Tue Jul 7 20:58:13 2015 (r391529) +++ head/graphics/Makefile Tue Jul 7 21:00:05 2015 (r391530) @@ -168,7 +168,6 @@ SUBDIR += figurine SUBDIR += flam3 SUBDIR += flasm - SUBDIR += fli2gif SUBDIR += flphoto SUBDIR += fly SUBDIR += fortytwo Modified: head/net-im/Makefile ============================================================================== --- head/net-im/Makefile Tue Jul 7 20:58:13 2015 (r391529) +++ head/net-im/Makefile Tue Jul 7 21:00:05 2015 (r391530) @@ -173,7 +173,6 @@ SUBDIR += telepathy-sofiasip SUBDIR += tkabber SUBDIR += tkabber-plugins - SUBDIR += tkabbur SUBDIR += tox SUBDIR += toxic SUBDIR += ttytter From owner-svn-ports-head@freebsd.org Tue Jul 7 21:31:40 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E6943995C64; Tue, 7 Jul 2015 21:31:40 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D20FE1181; Tue, 7 Jul 2015 21:31:40 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t67LVe5D029778; Tue, 7 Jul 2015 21:31:40 GMT (envelope-from pgollucci@FreeBSD.org) Received: (from pgollucci@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t67LVej1029777; Tue, 7 Jul 2015 21:31:40 GMT (envelope-from pgollucci@FreeBSD.org) Message-Id: <201507072131.t67LVej1029777@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pgollucci set sender to pgollucci@FreeBSD.org using -f From: "Philip M. Gollucci" Date: Tue, 7 Jul 2015 21:31:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391531 - 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, 07 Jul 2015 21:31:41 -0000 Author: pgollucci Date: Tue Jul 7 21:31:39 2015 New Revision: 391531 URL: https://svnweb.freebsd.org/changeset/ports/391531 Log: - Fix dependencies on docs, plperl, pltcl postgresql93-$dep not postgresql9.3-$dep Note, nothing uses doc, plperl, or pltcl yet Required for PR: 201124 Approved by: portmgr (bapt) Modified: head/Mk/Uses/pgsql.mk Modified: head/Mk/Uses/pgsql.mk ============================================================================== --- head/Mk/Uses/pgsql.mk Tue Jul 7 21:00:05 2015 (r391530) +++ head/Mk/Uses/pgsql.mk Tue Jul 7 21:31:39 2015 (r391531) @@ -128,10 +128,10 @@ LIB_DEPENDS+= libpq.so.${PGSQL${PGSQL_VE _USE_PGSQL_DEP= client contrib docs pgtcl pltcl plperl server _USE_PGSQL_DEP_client= psql _USE_PGSQL_DEP_contrib= pgbench -_USE_PGSQL_DEP_docs= postgresql${PGSQL_VER}-docs>0 +_USE_PGSQL_DEP_docs= postgresql${PGSQL_VER_NODOT}-docs>0 _USE_PGSQL_DEP_pgtcl= ${LOCALBASE}/lib/pgtcl/pkgIndex.tcl -_USE_PGSQL_DEP_plperl= postgresql${PGSQL_VER}-plperl>0 -_USE_PGSQL_DEP_pltcl= postgresql${PGSQL_VER}-pltcl>0 +_USE_PGSQL_DEP_plperl= postgresql${PGSQL_VER_NODOT}-plperl>0 +_USE_PGSQL_DEP_pltcl= postgresql${PGSQL_VER_NODOT}-pltcl>0 _USE_PGSQL_DEP_server= postgres . if defined(WANT_PGSQL) . for depend in ${_USE_PGSQL_DEP} From owner-svn-ports-head@freebsd.org Tue Jul 7 21:53:01 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 24C409960CE; Tue, 7 Jul 2015 21:53:01 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EE8BF11B7; Tue, 7 Jul 2015 21:53:00 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t67Lr0RU040328; Tue, 7 Jul 2015 21:53:00 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t67Lr0Ks040327; Tue, 7 Jul 2015 21:53:00 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201507072153.t67Lr0Ks040327@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Tue, 7 Jul 2015 21:53:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391532 - 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, 07 Jul 2015 21:53:01 -0000 Author: delphij Date: Tue Jul 7 21:52:59 2015 New Revision: 391532 URL: https://svnweb.freebsd.org/changeset/ports/391532 Log: Document BIND remote resolver DoS vulnerability when DNSsec validation is enabled. Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Jul 7 21:31:39 2015 (r391531) +++ head/security/vuxml/vuln.xml Tue Jul 7 21:52:59 2015 (r391532) @@ -57,6 +57,51 @@ Notes: --> + + bind -- denial of service vulnerability + + + bind910 + bind910-base + 9.10.2_6 + + + bind99 + bind99-base + 9.9.7_5 + + + FreeBSD + 9.39.3_19 + 8.48.4_33 + + + + +

ISC reports:

+
+

A very uncommon combination of zone data has been found + that triggers a bug in BIND, with the result that named + will exit with a "REQUIRE" failure in name.c when validating + the data returned in answer to a recursive query.

+

A recursive resolver that is performing DNSSEC validation + can be deliberately terminated by any attacker who can + cause a query to be performed against a maliciously + constructed zone. This will result in a denial of + service to clients who rely on that resolver.

+
+ +
+ + CVE-2015-4620 + https://kb.isc.org/article/AA-01267/ + + + 2015-07-07 + 2015-07-07 + +
+ haproxy -- information leak vulnerability From owner-svn-ports-head@freebsd.org Tue Jul 7 22:14:06 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CD450996431; Tue, 7 Jul 2015 22:14:06 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B89561FF6; Tue, 7 Jul 2015 22:14:06 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t67ME6oL051423; Tue, 7 Jul 2015 22:14:06 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t67ME6j5051422; Tue, 7 Jul 2015 22:14:06 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201507072214.t67ME6j5051422@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Tue, 7 Jul 2015 22:14:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391533 - 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, 07 Jul 2015 22:14:06 -0000 Author: delphij Date: Tue Jul 7 22:14:05 2015 New Revision: 391533 URL: https://svnweb.freebsd.org/changeset/ports/391533 Log: -base options for dns/bind have been gone now. Cover them with 0 for this entry so that existing users gets warned. Noticed by: mat Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Jul 7 21:52:59 2015 (r391532) +++ head/security/vuxml/vuln.xml Tue Jul 7 22:14:05 2015 (r391533) @@ -62,15 +62,18 @@ Notes: bind910 - bind910-base 9.10.2_6 bind99 - bind99-base 9.9.7_5 + bind910-base + bind99-base + 0 + + FreeBSD 9.39.3_19 8.48.4_33 @@ -99,6 +102,7 @@ Notes: 2015-07-07 2015-07-07 + 2015-07-07 From owner-svn-ports-head@freebsd.org Tue Jul 7 22:15:10 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5781E996452; Tue, 7 Jul 2015 22:15:10 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2E29F10D9; Tue, 7 Jul 2015 22:15:10 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t67MFAXF051835; Tue, 7 Jul 2015 22:15:10 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t67MF8mZ051824; Tue, 7 Jul 2015 22:15:08 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201507072215.t67MF8mZ051824@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 7 Jul 2015 22:15:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391534 - in head/dns: bind910 bind99 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 07 Jul 2015 22:15:10 -0000 Author: mat Date: Tue Jul 7 22:15:07 2015 New Revision: 391534 URL: https://svnweb.freebsd.org/changeset/ports/391534 Log: Update BIND 9.9 to 9.9.7-P1 and 9.10 to 9.10.2-P2. MFH: 2015Q3 Security: CVE-2015-4620 Sponsored by: Absolight Modified: head/dns/bind910/Makefile head/dns/bind910/distinfo head/dns/bind99/Makefile head/dns/bind99/distinfo Modified: head/dns/bind910/Makefile ============================================================================== --- head/dns/bind910/Makefile Tue Jul 7 22:14:05 2015 (r391533) +++ head/dns/bind910/Makefile Tue Jul 7 22:15:07 2015 (r391534) @@ -21,7 +21,7 @@ COMMENT?= BIND DNS suite with updated DN LICENSE= ISCL # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.10.2 +ISCVERSION= 9.10.2-P2 MAKE_JOBS_UNSAFE= yes Modified: head/dns/bind910/distinfo ============================================================================== --- head/dns/bind910/distinfo Tue Jul 7 22:14:05 2015 (r391533) +++ head/dns/bind910/distinfo Tue Jul 7 22:15:07 2015 (r391534) @@ -1,2 +1,2 @@ -SHA256 (bind-9.10.2.tar.gz) = 6f9bb7908aa45c1edfa391e356fc0afc1ded175386cdefb6cf9e1289f7457a98 -SIZE (bind-9.10.2.tar.gz) = 8481111 +SHA256 (bind-9.10.2-P2.tar.gz) = b1e6f0af88634aaf48fb9d06bbf82968264f49b8e2685f061dd3fd4c1ab76c5f +SIZE (bind-9.10.2-P2.tar.gz) = 8469608 Modified: head/dns/bind99/Makefile ============================================================================== --- head/dns/bind99/Makefile Tue Jul 7 22:14:05 2015 (r391533) +++ head/dns/bind99/Makefile Tue Jul 7 22:15:07 2015 (r391534) @@ -15,7 +15,7 @@ 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.9.7 +ISCVERSION= 9.9.7-P1 MAKE_JOBS_UNSAFE= yes Modified: head/dns/bind99/distinfo ============================================================================== --- head/dns/bind99/distinfo Tue Jul 7 22:14:05 2015 (r391533) +++ head/dns/bind99/distinfo Tue Jul 7 22:15:07 2015 (r391534) @@ -1,4 +1,4 @@ -SHA256 (bind-9.9.7.tar.gz) = 3f23e7fcb363a2594ed1f065868c2c1080a93636a4fcb4c47f9e164e2cd74c66 -SIZE (bind-9.9.7.tar.gz) = 7960032 -SHA256 (9.9.7-rpz2+rl.14038.05.patch.xz) = 24922363fa4ff1c6d90c57a681c3616701c14ace9ea5eb7589abb420d3745000 -SIZE (9.9.7-rpz2+rl.14038.05.patch.xz) = 39124 +SHA256 (bind-9.9.7-P1.tar.gz) = bd086ff58afaf03cfb8dc695c79b6bd6d0217ef56750a78ff0668b2b3acda34d +SIZE (bind-9.9.7-P1.tar.gz) = 7935246 +SHA256 (9.9.7-P1-rpz2+rl.14038.05.patch.xz) = a429f9583161302c95d79ebf4a012a2c20c75a33a97d07477c082711b824dca8 +SIZE (9.9.7-P1-rpz2+rl.14038.05.patch.xz) = 39124 From owner-svn-ports-head@freebsd.org Tue Jul 7 22:21:29 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8F84A996546; Tue, 7 Jul 2015 22:21:29 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 800D718CC; Tue, 7 Jul 2015 22:21:29 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t67MLTxk053908; Tue, 7 Jul 2015 22:21:29 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t67MLSpt053906; Tue, 7 Jul 2015 22:21:28 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201507072221.t67MLSpt053906@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Tue, 7 Jul 2015 22:21:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391536 - head/textproc/diffstat X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 07 Jul 2015 22:21:29 -0000 Author: bapt Date: Tue Jul 7 22:21:28 2015 New Revision: 391536 URL: https://svnweb.freebsd.org/changeset/ports/391536 Log: Update to 1.60 Modified: head/textproc/diffstat/Makefile head/textproc/diffstat/distinfo Modified: head/textproc/diffstat/Makefile ============================================================================== --- head/textproc/diffstat/Makefile Tue Jul 7 22:17:35 2015 (r391535) +++ head/textproc/diffstat/Makefile Tue Jul 7 22:21:28 2015 (r391536) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= diffstat -PORTVERSION= 1.59 +PORTVERSION= 1.60 CATEGORIES= textproc devel MASTER_SITES= ftp://invisible-island.net/${PORTNAME}/ EXTRACT_SUFX= .tgz Modified: head/textproc/diffstat/distinfo ============================================================================== --- head/textproc/diffstat/distinfo Tue Jul 7 22:17:35 2015 (r391535) +++ head/textproc/diffstat/distinfo Tue Jul 7 22:21:28 2015 (r391536) @@ -1,2 +1,2 @@ -SHA256 (diffstat-1.59.tgz) = 267d1441b8889cbefbb7ca7dfd4a17f6c8bc73bc114904c74ecad945a3dbf270 -SIZE (diffstat-1.59.tgz) = 247698 +SHA256 (diffstat-1.60.tgz) = 2032e418b43bae70d548e32da901ebc4ac12972381de1314bebde0b126fb0123 +SIZE (diffstat-1.60.tgz) = 255922 From owner-svn-ports-head@freebsd.org Tue Jul 7 23:03:08 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 750C6996C39; Tue, 7 Jul 2015 23:03:08 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 655141C19; Tue, 7 Jul 2015 23:03:08 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t67N38fV079563; Tue, 7 Jul 2015 23:03:08 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t67N38IG079562; Tue, 7 Jul 2015 23:03:08 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507072303.t67N38IG079562@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 7 Jul 2015 23:03:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391537 - 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, 07 Jul 2015 23:03:08 -0000 Author: olgeni Date: Tue Jul 7 23:03:07 2015 New Revision: 391537 URL: https://svnweb.freebsd.org/changeset/ports/391537 Log: In elixir.mk, replace custom targets with do-build and do-install. Modified: head/Mk/Uses/elixir.mk Modified: head/Mk/Uses/elixir.mk ============================================================================== --- head/Mk/Uses/elixir.mk Tue Jul 7 22:21:28 2015 (r391536) +++ head/Mk/Uses/elixir.mk Tue Jul 7 23:03:07 2015 (r391537) @@ -62,22 +62,17 @@ RUN_DEPENDS+= ${depend:T}>=0:${PORTSDIR} .endfor .if !target(do-build) -do-build: do-build-elixir -.endif - -.if !target(do-install) -do-install: do-install-elixir -.endif - -do-build-elixir: +do-build: @${RM} -f ${WRKSRC}/mix.lock @cd ${WRKSRC} && ${MIX_COMPILE} .for app in ${MIX_EXTRA_APPS} @${RM} -f ${WRKSRC}/${app}/mix.lock @cd ${WRKSRC}/${app} && ${MIX_COMPILE} .endfor +.endif # .if !target(do-build) -do-install-elixir: +.if !target(do-install) +do-install: @${MKDIR} ${STAGEDIR}${ELIXIR_APP_ROOT} @${MKDIR} ${STAGEDIR}${ELIXIR_APP_ROOT}/lib cd ${WRKSRC}/lib && ${COPYTREE_SHARE} \* ${STAGEDIR}${ELIXIR_APP_ROOT}/lib @@ -108,5 +103,6 @@ do-install-elixir: ${INSTALL_DATA} ${WRKSRC}/${app}/_build/${MIX_BUILD_NAME}/lib/*/ebin/* \ ${STAGEDIR}${ELIXIR_APP_ROOT}/ebin .endfor +.endif # .if !target(do-install) .endif #!defined(_INCLUDE_USES_ELIXIR_MK) From owner-svn-ports-head@freebsd.org Tue Jul 7 23:06:34 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 31C94996C79; Tue, 7 Jul 2015 23:06:34 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 21BBA1D2F; Tue, 7 Jul 2015 23:06:34 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t67N6XTl080205; Tue, 7 Jul 2015 23:06:33 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t67N6XYZ080204; Tue, 7 Jul 2015 23:06:33 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507072306.t67N6XYZ080204@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 7 Jul 2015 23:06:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391538 - 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, 07 Jul 2015 23:06:34 -0000 Author: olgeni Date: Tue Jul 7 23:06:33 2015 New Revision: 391538 URL: https://svnweb.freebsd.org/changeset/ports/391538 Log: Improve working of comment. In erlang.mk, replace "none" with "no argument" in the "Valid ARGS" example; "none" looks an actual argument. Modified: head/Mk/Uses/erlang.mk Modified: head/Mk/Uses/erlang.mk ============================================================================== --- head/Mk/Uses/erlang.mk Tue Jul 7 23:03:07 2015 (r391537) +++ head/Mk/Uses/erlang.mk Tue Jul 7 23:06:33 2015 (r391538) @@ -4,7 +4,7 @@ # # Feature: erlang # Usage: USES=erlang -# Valid ARGS: rebar, rebar3, or none (custom build) +# Valid ARGS: rebar, rebar3, or no argument (custom build) # # Additional variables: # From owner-svn-ports-head@freebsd.org Wed Jul 8 00:04:49 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 318BF996B12; Wed, 8 Jul 2015 00:04:49 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 212F411EA; Wed, 8 Jul 2015 00:04:49 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6804mp3012295; Wed, 8 Jul 2015 00:04:48 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6804m9V012291; Wed, 8 Jul 2015 00:04:48 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507080004.t6804m9V012291@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 8 Jul 2015 00:04:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391539 - head/devel/elixir-calendar X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 08 Jul 2015 00:04:49 -0000 Author: olgeni Date: Wed Jul 8 00:04:47 2015 New Revision: 391539 URL: https://svnweb.freebsd.org/changeset/ports/391539 Log: Update to version 0.7.0. Modified: head/devel/elixir-calendar/Makefile head/devel/elixir-calendar/distinfo head/devel/elixir-calendar/pkg-plist Modified: head/devel/elixir-calendar/Makefile ============================================================================== --- head/devel/elixir-calendar/Makefile Tue Jul 7 23:06:33 2015 (r391538) +++ head/devel/elixir-calendar/Makefile Wed Jul 8 00:04:47 2015 (r391539) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= calendar -PORTVERSION= 0.6.9 +PORTVERSION= 0.7.0 DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-calendar/distinfo ============================================================================== --- head/devel/elixir-calendar/distinfo Tue Jul 7 23:06:33 2015 (r391538) +++ head/devel/elixir-calendar/distinfo Wed Jul 8 00:04:47 2015 (r391539) @@ -1,2 +1,2 @@ -SHA256 (lau-calendar-v0.6.9_GH0.tar.gz) = 00ca2b9534963134f70f3aad1c1f057421c39cf7fce5d9059ba721eb6be2c307 -SIZE (lau-calendar-v0.6.9_GH0.tar.gz) = 26361 +SHA256 (lau-calendar-v0.7.0_GH0.tar.gz) = a74121cafc5c8259204c8cbde9a40b50add9b3fe14a7dacbede9cfdf5502ec7e +SIZE (lau-calendar-v0.7.0_GH0.tar.gz) = 28888 Modified: head/devel/elixir-calendar/pkg-plist ============================================================================== --- head/devel/elixir-calendar/pkg-plist Tue Jul 7 23:06:33 2015 (r391538) +++ head/devel/elixir-calendar/pkg-plist Wed Jul 8 00:04:47 2015 (r391539) @@ -1,16 +1,32 @@ lib/elixir/lib/calendar/ebin/Elixir.Calendar.AmbiguousDateTime.beam +lib/elixir/lib/calendar/ebin/Elixir.Calendar.ContainsDate.Calendar.Date.beam +lib/elixir/lib/calendar/ebin/Elixir.Calendar.ContainsDate.Calendar.DateTime.beam +lib/elixir/lib/calendar/ebin/Elixir.Calendar.ContainsDate.Calendar.NaiveDateTime.beam +lib/elixir/lib/calendar/ebin/Elixir.Calendar.ContainsDate.Tuple.beam +lib/elixir/lib/calendar/ebin/Elixir.Calendar.ContainsDate.beam +lib/elixir/lib/calendar/ebin/Elixir.Calendar.ContainsNaiveDateTime.Calendar.DateTime.beam +lib/elixir/lib/calendar/ebin/Elixir.Calendar.ContainsNaiveDateTime.Calendar.NaiveDateTime.beam +lib/elixir/lib/calendar/ebin/Elixir.Calendar.ContainsNaiveDateTime.Tuple.beam +lib/elixir/lib/calendar/ebin/Elixir.Calendar.ContainsNaiveDateTime.beam +lib/elixir/lib/calendar/ebin/Elixir.Calendar.ContainsTime.Calendar.DateTime.beam +lib/elixir/lib/calendar/ebin/Elixir.Calendar.ContainsTime.Calendar.NaiveDateTime.beam +lib/elixir/lib/calendar/ebin/Elixir.Calendar.ContainsTime.Calendar.Time.beam +lib/elixir/lib/calendar/ebin/Elixir.Calendar.ContainsTime.Tuple.beam +lib/elixir/lib/calendar/ebin/Elixir.Calendar.ContainsTime.beam lib/elixir/lib/calendar/ebin/Elixir.Calendar.Date.beam lib/elixir/lib/calendar/ebin/Elixir.Calendar.DateTime.Format.Strftime.beam lib/elixir/lib/calendar/ebin/Elixir.Calendar.DateTime.Format.beam lib/elixir/lib/calendar/ebin/Elixir.Calendar.DateTime.Parse.beam lib/elixir/lib/calendar/ebin/Elixir.Calendar.DateTime.TzPeriod.beam lib/elixir/lib/calendar/ebin/Elixir.Calendar.DateTime.beam +lib/elixir/lib/calendar/ebin/Elixir.Calendar.NaiveDateTime.Format.beam lib/elixir/lib/calendar/ebin/Elixir.Calendar.NaiveDateTime.Parse.beam lib/elixir/lib/calendar/ebin/Elixir.Calendar.NaiveDateTime.beam lib/elixir/lib/calendar/ebin/Elixir.Calendar.ParseUtil.beam lib/elixir/lib/calendar/ebin/Elixir.Calendar.Time.beam lib/elixir/lib/calendar/ebin/Elixir.Calendar.TimeZoneData.beam lib/elixir/lib/calendar/ebin/Elixir.Calendar.beam +lib/elixir/lib/calendar/ebin/Elixir.Range.Iterator.Calendar.Date.beam lib/elixir/lib/calendar/ebin/calendar.app lib/elixir/lib/calendar/lib/calendar.ex lib/elixir/lib/calendar/lib/calendar/ambiguous_date_time.ex @@ -21,6 +37,7 @@ lib/elixir/lib/calendar/lib/calendar/dat lib/elixir/lib/calendar/lib/calendar/date_time/parse.ex lib/elixir/lib/calendar/lib/calendar/date_time/tz_period.ex lib/elixir/lib/calendar/lib/calendar/naive_date_time.ex +lib/elixir/lib/calendar/lib/calendar/naive_date_time/format.ex lib/elixir/lib/calendar/lib/calendar/naive_date_time/parse.ex lib/elixir/lib/calendar/lib/calendar/parse_util.ex lib/elixir/lib/calendar/lib/calendar/time.ex From owner-svn-ports-head@freebsd.org Wed Jul 8 00:52:21 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EBC09924E; Wed, 8 Jul 2015 00:52:20 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CF8161A29; Wed, 8 Jul 2015 00:52:20 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t680qK5b038035; Wed, 8 Jul 2015 00:52:20 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t680qJSt038031; Wed, 8 Jul 2015 00:52:19 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201507080052.t680qJSt038031@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 8 Jul 2015 00:52:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391540 - head/ports-mgmt/octopkg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 08 Jul 2015 00:52:21 -0000 Author: swills Date: Wed Jul 8 00:52:19 2015 New Revision: 391540 URL: https://svnweb.freebsd.org/changeset/ports/391540 Log: ports-mgmt/octopkg: several improvements - Use DISTVERSIONPREFIX - Improve COMMENT - Improve deps by updating USE_QT5 - Allow build on 9.x by adding compiler:c++11-lib - Add desktop entry and icon PR: 201358 Approved by: kmoore (maintainer) Modified: head/ports-mgmt/octopkg/Makefile head/ports-mgmt/octopkg/distinfo head/ports-mgmt/octopkg/pkg-descr Modified: head/ports-mgmt/octopkg/Makefile ============================================================================== --- head/ports-mgmt/octopkg/Makefile Wed Jul 8 00:04:47 2015 (r391539) +++ head/ports-mgmt/octopkg/Makefile Wed Jul 8 00:52:19 2015 (r391540) @@ -2,11 +2,12 @@ # $FreeBSD$ PORTNAME= octopkg -PORTVERSION= v0.1.0 +PORTVERSION= 0.1.0 +DISTVERSIONPREFIX= v CATEGORIES= ports-mgmt MAINTAINER= kmoore@FreeBSD.org -COMMENT= OctoPkg graphical package manager +COMMENT= Graphical front-end to the FreeBSD pkg-ng package manager LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/LICENSE @@ -14,13 +15,20 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_ACCOUNT= aarnt -USE_QT5= core concurrent gui network linguist svg \ - buildtools x11extras -USES= qmake tar:xz -PLIST_FILES= bin/octopkg +USE_QT5= core concurrent gui network xml widgets quick concurrent \ + buildtools_build +USES= qmake compiler:c++11-lib + +PLIST_FILES= bin/${PORTNAME} share/pixmaps/octopi_green.png + +DESKTOP_ENTRIES= "OctoPkg" "A powerful pkgng front-end" \ + "${PREFIX}/share/pixmaps/octopi_green.png" \ + "${PORTNAME}" "System;" false do-install: - @${MKDIR} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/bin/octopkg ${STAGEDIR}${PREFIX}/bin/octopkg + ${MKDIR} ${STAGEDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/resources/images/octopi_green.png \ + ${STAGEDIR}${PREFIX}/share/pixmaps/ .include Modified: head/ports-mgmt/octopkg/distinfo ============================================================================== --- head/ports-mgmt/octopkg/distinfo Wed Jul 8 00:04:47 2015 (r391539) +++ head/ports-mgmt/octopkg/distinfo Wed Jul 8 00:52:19 2015 (r391540) @@ -1,2 +1,2 @@ -SHA256 (aarnt-octopkg-v0.1.0_GH0.tar.xz) = e374150b309ec737ad5c9b8f4a9ffd818bd142c717599efc7fe22043f3eed770 -SIZE (aarnt-octopkg-v0.1.0_GH0.tar.xz) = 158474 +SHA256 (aarnt-octopkg-v0.1.0_GH0.tar.gz) = e374150b309ec737ad5c9b8f4a9ffd818bd142c717599efc7fe22043f3eed770 +SIZE (aarnt-octopkg-v0.1.0_GH0.tar.gz) = 158474 Modified: head/ports-mgmt/octopkg/pkg-descr ============================================================================== --- head/ports-mgmt/octopkg/pkg-descr Wed Jul 8 00:04:47 2015 (r391539) +++ head/ports-mgmt/octopkg/pkg-descr Wed Jul 8 00:52:19 2015 (r391540) @@ -1,3 +1,5 @@ -OctoPkg is a powerful pkgng GUI front-end written in Qt +OctoPkg is a graphical front-end to the pkg-ng package manager. OctoPkg enables +users to search for, install, remove and upgrade pkg-ng packages through a +simple GUI interface. WWW: https://octopkg.wordpress.com/ From owner-svn-ports-head@freebsd.org Wed Jul 8 01:20:38 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3EFCE95EB; Wed, 8 Jul 2015 01:20:38 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2EFE11242; Wed, 8 Jul 2015 01:20:38 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t681KcDW051762; Wed, 8 Jul 2015 01:20:38 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t681KbUh051759; Wed, 8 Jul 2015 01:20:37 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201507080120.t681KbUh051759@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Wed, 8 Jul 2015 01:20:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391541 - 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, 08 Jul 2015 01:20:38 -0000 Author: delphij Date: Wed Jul 8 01:20:37 2015 New Revision: 391541 URL: https://svnweb.freebsd.org/changeset/ports/391541 Log: Make version range closer to reality -- this should be a no-op (use of P2 and P1 without PORTREVISION is intentional). Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Jul 8 00:52:19 2015 (r391540) +++ head/security/vuxml/vuln.xml Wed Jul 8 01:20:37 2015 (r391541) @@ -62,11 +62,11 @@ Notes: bind910 - 9.10.2_6 + 9.10.2P2 bind99 - 9.9.7_5 + 9.9.7P1 bind910-base From owner-svn-ports-head@freebsd.org Wed Jul 8 02:25:36 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E8005995219; Wed, 8 Jul 2015 02:25:35 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D0A311BF0; Wed, 8 Jul 2015 02:25:35 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t682PZb8085415; Wed, 8 Jul 2015 02:25:35 GMT (envelope-from pgollucci@FreeBSD.org) Received: (from pgollucci@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t682PStG085378; Wed, 8 Jul 2015 02:25:28 GMT (envelope-from pgollucci@FreeBSD.org) Message-Id: <201507080225.t682PStG085378@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pgollucci set sender to pgollucci@FreeBSD.org using -f From: "Philip M. Gollucci" Date: Wed, 8 Jul 2015 02:25:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391542 - in head: . net-mgmt/netmagis-common net-mgmt/netmagis-common/files net-mgmt/netmagis-database net-mgmt/netmagis-detecteq net-mgmt/netmagis-metro net-mgmt/netmagis-servers net-... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 08 Jul 2015 02:25:36 -0000 Author: pgollucci Date: Wed Jul 8 02:25:27 2015 New Revision: 391542 URL: https://svnweb.freebsd.org/changeset/ports/391542 Log: net-mgmt/netmagis-* update 2.2.2 -> 2.3.0 Additional changes not in pr: - Remove post-install do-nada - Set NO_ARCH where appropriate - DISTVERSION -> PORTVERSION - use /var/netmagis instead of /usr/local/var/netmagis - remove @dirrm[try] from pkg-plists - remove @exec mkdir -p from pkg-plists - sort uses - relocate rc scripts to the slave they belong to - pull conditional logic out and into the slaves they affect - add metro/ws/gengraph to SHEBANG_FILES UPDATING: Upgrading from a previous version requires a database schema upgrade. See http://netmagis.org/upgrade.html PR: 201124 Submitted by: pdagog@gmail.com (maintainer) Added: head/net-mgmt/netmagis-common/files/patch-common_netmagis.conf.sample (contents, props changed) head/net-mgmt/netmagis-topo/files/ head/net-mgmt/netmagis-topo/files/topographd.in - copied, changed from r391531, head/net-mgmt/netmagis-common/files/topographd.in head/net-mgmt/netmagis-topo/files/toposendd.in - copied, changed from r391531, head/net-mgmt/netmagis-common/files/toposendd.in Deleted: head/net-mgmt/netmagis-common/files/topographd.in head/net-mgmt/netmagis-common/files/toposendd.in Modified: head/UPDATING head/net-mgmt/netmagis-common/Makefile head/net-mgmt/netmagis-common/distinfo head/net-mgmt/netmagis-common/pkg-message head/net-mgmt/netmagis-database/Makefile head/net-mgmt/netmagis-database/pkg-plist head/net-mgmt/netmagis-detecteq/Makefile head/net-mgmt/netmagis-metro/Makefile head/net-mgmt/netmagis-metro/pkg-plist head/net-mgmt/netmagis-servers/Makefile head/net-mgmt/netmagis-topo/Makefile head/net-mgmt/netmagis-topo/pkg-plist head/net-mgmt/netmagis-utils/Makefile head/net-mgmt/netmagis-www/Makefile head/net-mgmt/netmagis-www/pkg-plist Modified: head/UPDATING ============================================================================== --- head/UPDATING Wed Jul 8 01:20:37 2015 (r391541) +++ head/UPDATING Wed Jul 8 02:25:27 2015 (r391542) @@ -5,6 +5,14 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20150707: + AFFECTS: users of net-mgmt/netmagis-* + AUTHOR: pgollucci@FreeBSD.org + + Netmagis-* ports have been upgraded to 2.3.0. Upgrading from + previous version require a database schema upgrade. + See http://netmagis.org/upgrade.html + 20150702: AFFECTS: users of multimedia/ffmpeg AUTHOR: riggs@FreeBSD.org Modified: head/net-mgmt/netmagis-common/Makefile ============================================================================== --- head/net-mgmt/netmagis-common/Makefile Wed Jul 8 01:20:37 2015 (r391541) +++ head/net-mgmt/netmagis-common/Makefile Wed Jul 8 02:25:27 2015 (r391542) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME?= netmagis -DISTVERSION?= 2.2.2 -PORTREVISION?= 1 +PORTVERSION?= 2.3.0 CATEGORIES?= net-mgmt MASTER_SITES= http://netmagis.org/files/ PKGNAMESUFFIX?= -common @@ -11,50 +10,26 @@ PKGNAMESUFFIX?= -common MAINTAINER?= pdagog@gmail.com COMMENT?= Netmagis common infrastructure -# Portlint barfs about a MASTERDIR variable if the LICENSE block is defined (black magic?) -#LICENSE= CECILL-B -#LICENSE_NAME= CeCILL-B Free Software License Agreement -#LICENSE_FILE= ${WRKSRC}/LICENSE -#LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept - -USES= tcl:85+ pgsql:9.1+ -WANT_PGSQL= pgtcl +LICENSE= CECILL-B +LICENSE_NAME= CeCILL-B Free Software License Agreement +LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept RUN_DEPENDS+= dtplite:${PORTSDIR}/devel/tcllib -.if ${PKGNAMESUFFIX} != -common -RUN_DEPENDS+= netmagis-config:${PORTSDIR}/net-mgmt/netmagis-common -.endif - -.if ${PKGNAMESUFFIX} == -database -RUN_DEPENDS+= pwgen:${PORTSDIR}/sysutils/pwgen -WANT_PGSQL+= server -.endif - -.if ${PKGNAMESUFFIX} == -www -USE_TEX= tex -RUN_DEPENDS+= dot:${PORTSDIR}/graphics/graphviz \ - pwgen:${PORTSDIR}/sysutils/pwgen -.endif - -.if ${PKGNAMESUFFIX} == -topo -USE_RC_SUBR= topographd toposendd -SUB_LIST= TCLSH=${TCLSH} -RUN_DEPENDS+= rancid-run:${PORTSDIR}/net-mgmt/rancid \ - fping:${PORTSDIR}/net/fping -.endif - -.if ${PKGNAMESUFFIX} == -metro -USES+= perl5 +USES+= pgsql:9.1+ tcl:85+ +WANT_PGSQL+= pgtcl -RUN_DEPENDS+= p5-DBD-Pg>0:${PORTSDIR}/databases/p5-DBD-Pg \ - p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP \ - p5-SNMP_Session>=0:${PORTSDIR}/net-mgmt/p5-SNMP_Session \ - p5-RRDTool-OO>=0:${PORTSDIR}/devel/p5-RRDTool-OO +SLAVEDIRS= net-mgmt/netmagis-common \ + net-mgmt/netmagis-database \ + net-mgmt/netmagis-detecteq \ + net-mgmt/netmagis-metro \ + net-mgmt/netmagis-servers \ + net-mgmt/netmagis-topo \ + net-mgmt/netmagis-utils \ + net-mgmt/netmagis-www -USES+= shebangfix -SHEBANG_FILES= metro/bin/metrocreatedb metro/bin/metropoller metro/bin/metropoller-run -.endif +NO_ARCH= yes # Variables used in netmagis Makefiles MAKE_ARGS+= DESTDIR=${STAGEDIR}${DESTDIR} PREFIX=${PREFIX} @@ -74,10 +49,6 @@ post-patch: ${REINPLACE_CMD} -E 's,cd(.+) (;|&&) make,$$(MAKE) -C\1,' @${REINPLACE_CMD} -E 's,cd (.+) ; (ln -s en ),\2\1/,' \ ${WRKSRC}/www/Makefile - -.if !target(post-install) -post-install: - @${DO_NADA} -.endif + ${REINPLACE_CMD} '/NMVARDIR/s/$$(PREFIX)//' ${WRKSRC}/Makefile .include Modified: head/net-mgmt/netmagis-common/distinfo ============================================================================== --- head/net-mgmt/netmagis-common/distinfo Wed Jul 8 01:20:37 2015 (r391541) +++ head/net-mgmt/netmagis-common/distinfo Wed Jul 8 02:25:27 2015 (r391542) @@ -1,2 +1,2 @@ -SHA256 (netmagis-2.2.2.tar.gz) = 3e2c2f75c1b5f071f2669cc7daceeecbfa7fe16c5d960a3709203dac2fa165a3 -SIZE (netmagis-2.2.2.tar.gz) = 650355 +SHA256 (netmagis-2.3.0.tar.gz) = f79f15fedab8fbfcfd2cf5dae283d21df522f1b5d7036f82c20ef24f9592af88 +SIZE (netmagis-2.3.0.tar.gz) = 670725 Added: head/net-mgmt/netmagis-common/files/patch-common_netmagis.conf.sample ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/netmagis-common/files/patch-common_netmagis.conf.sample Wed Jul 8 02:25:27 2015 (r391542) @@ -0,0 +1,11 @@ +--- common/netmagis.conf.sample.orig 2015-07-08 01:06:07 UTC ++++ common/netmagis.conf.sample +@@ -170,7 +170,7 @@ metrohost metro.example.com + ############################################################################## + + rancidcmd /usr/local/bin/rancid-run +-ranciddir /usr/local/var/rancid/mygroup # group base directory ++ranciddir /var/rancid/mygroup # group base directory + + # how to send commands on equipments + # -u user on equipment (modconf here) Modified: head/net-mgmt/netmagis-common/pkg-message ============================================================================== --- head/net-mgmt/netmagis-common/pkg-message Wed Jul 8 01:20:37 2015 (r391541) +++ head/net-mgmt/netmagis-common/pkg-message Wed Jul 8 02:25:27 2015 (r391542) @@ -1,5 +1,7 @@ ================================================================= For installation instructions, see http://www.netmagis.org/doc.html +If you are upgrading from a previous version, see + http://www.netmagis.org/upgrade.html ================================================================= Modified: head/net-mgmt/netmagis-database/Makefile ============================================================================== --- head/net-mgmt/netmagis-database/Makefile Wed Jul 8 01:20:37 2015 (r391541) +++ head/net-mgmt/netmagis-database/Makefile Wed Jul 8 02:25:27 2015 (r391542) @@ -6,8 +6,17 @@ PKGNAMESUFFIX= -database COMMENT= Utilities for the netmagis database server +RUN_DEPENDS= netmagis-config:${PORTSDIR}/net-mgmt/netmagis-common \ + pwgen:${PORTSDIR}/sysutils/pwgen \ + tcltls>=1.4.1:${PORTSDIR}/devel/tcltls \ + ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss + +WANT_PGSQL+= server pltcl + MASTERDIR= ${.CURDIR}/../netmagis-common +NO_ARCH= yes + PKGMESSAGE= ${.CURDIR}/pkg-message PLIST= ${.CURDIR}/pkg-plist Modified: head/net-mgmt/netmagis-database/pkg-plist ============================================================================== --- head/net-mgmt/netmagis-database/pkg-plist Wed Jul 8 01:20:37 2015 (r391541) +++ head/net-mgmt/netmagis-database/pkg-plist Wed Jul 8 02:25:27 2015 (r391542) @@ -5,6 +5,10 @@ lib/netmagis/sql22/functions.sql lib/netmagis/sql22/schema-mac.sql lib/netmagis/sql22/schema-main.sql lib/netmagis/sql22/triggers.sql +lib/netmagis/sql23/functions.sql +lib/netmagis/sql23/schema-mac.sql +lib/netmagis/sql23/schema-main.sql +lib/netmagis/sql23/triggers.sql lib/netmagis/triggers.sql lib/netmagis/upgrade/12-13/upgrade.sql lib/netmagis/upgrade/13-14/upgrade.sql @@ -14,10 +18,12 @@ lib/netmagis/upgrade/15-20/pgauth.sed lib/netmagis/upgrade/15-20/upgrade.sql lib/netmagis/upgrade/20-21/upgrade.sql lib/netmagis/upgrade/21-22/upgrade.sql +lib/netmagis/upgrade/22-23/upgrade.sql sbin/netmagis-dbcreate sbin/netmagis-dbimport sbin/netmagis-dbmaint sbin/netmagis-dbupgrade +sbin/netmagis-getoui %%PORTEXAMPLES%%%%EXAMPLESDIR%%/crontab.database %%PORTEXAMPLES%%%%EXAMPLESDIR%%/no-view/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/no-view/domain.txt @@ -50,21 +56,5 @@ sbin/netmagis-dbupgrade %%PORTEXAMPLES%%%%EXAMPLESDIR%%/with-views/zones/example.com-ext %%PORTEXAMPLES%%%%EXAMPLESDIR%%/with-views/zones/example.com-int %%PORTEXAMPLES%%%%EXAMPLESDIR%%/with-views/zones/example.org -@dirrmtry var/netmagis/dbdump -@dirrmtry var/netmagis -@dirrmtry var -@dirrmtry lib/netmagis/sql22 -@dirrmtry lib/netmagis/upgrade/12-13 -@dirrmtry lib/netmagis/upgrade/13-14 -@dirrmtry lib/netmagis/upgrade/14-15 -@dirrmtry lib/netmagis/upgrade/15-20 -@dirrmtry lib/netmagis/upgrade/20-21 -@dirrmtry lib/netmagis/upgrade/21-22 -@dirrmtry lib/netmagis/upgrade -@dirrmtry lib/netmagis -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/with-views/zones -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/with-views -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/no-view/zones -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/no-view -%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%% -@exec mkdir -p %D/var/netmagis/dbdump +@dir /var/netmagis/dbdump +@dir /var/netmagis Modified: head/net-mgmt/netmagis-detecteq/Makefile ============================================================================== --- head/net-mgmt/netmagis-detecteq/Makefile Wed Jul 8 01:20:37 2015 (r391541) +++ head/net-mgmt/netmagis-detecteq/Makefile Wed Jul 8 02:25:27 2015 (r391542) @@ -6,8 +6,12 @@ PKGNAMESUFFIX= -detecteq COMMENT= Files for detection of equipment modifications +RUN_DEPENDS= netmagis-config:${PORTSDIR}/net-mgmt/netmagis-common + MASTERDIR= ${.CURDIR}/../netmagis-common +NO_ARCH= yes + PKGMESSAGE= ${.CURDIR}/pkg-message PLIST= ${.CURDIR}/pkg-plist Modified: head/net-mgmt/netmagis-metro/Makefile ============================================================================== --- head/net-mgmt/netmagis-metro/Makefile Wed Jul 8 01:20:37 2015 (r391541) +++ head/net-mgmt/netmagis-metro/Makefile Wed Jul 8 02:25:27 2015 (r391542) @@ -6,8 +6,19 @@ PKGNAMESUFFIX= -metro COMMENT= Netmagis metrology module +RUN_DEPENDS+= netmagis-config:${PORTSDIR}/net-mgmt/netmagis-common \ + p5-DBD-Pg>0:${PORTSDIR}/databases/p5-DBD-Pg \ + p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP \ + p5-SNMP_Session>=0:${PORTSDIR}/net-mgmt/p5-SNMP_Session \ + p5-RRDTool-OO>=0:${PORTSDIR}/devel/p5-RRDTool-OO + +USES= perl5 shebangfix +SHEBANG_FILES= metro/bin/metrocreatedb metro/bin/metropoller metro/bin/metropoller-run metro/ws/gengraph + MASTERDIR= ${.CURDIR}/../netmagis-common +NO_ARCH= yes + PKGMESSAGE= ${.CURDIR}/pkg-message PLIST= ${.CURDIR}/pkg-plist Modified: head/net-mgmt/netmagis-metro/pkg-plist ============================================================================== --- head/net-mgmt/netmagis-metro/pkg-plist Wed Jul 8 01:20:37 2015 (r391541) +++ head/net-mgmt/netmagis-metro/pkg-plist Wed Jul 8 02:25:27 2015 (r391542) @@ -22,26 +22,13 @@ lib/netmagis/probes/sensor-stp-catalyst. %%PORTEXAMPLES%%%%EXAMPLESDIR%%/apache-metro.conf %%PORTEXAMPLES%%%%EXAMPLESDIR%%/crontab.metro www/metro/gengraph -@dirrm www/metro -@dirrmtry var/netmagis/metro/wifi -@dirrmtry var/netmagis/metro/spool -@dirrmtry var/netmagis/metro/report -@dirrmtry var/netmagis/metro/log -@dirrmtry var/netmagis/metro/lock -@dirrmtry var/netmagis/metro/graph -@dirrmtry var/netmagis/metro/db -@dirrmtry var/netmagis/metro/cache -@dirrmtry var/netmagis/metro -@dirrmtry var/netmagis -@dirrmtry var -%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%% -@dirrm lib/netmagis/probes -@dirrm lib/netmagis/plugins -@exec mkdir -p %D/var/netmagis/metro/wifi -@exec mkdir -p %D/var/netmagis/metro/spool -@exec mkdir -p %D/var/netmagis/metro/report -@exec mkdir -p %D/var/netmagis/metro/log -@exec mkdir -p %D/var/netmagis/metro/lock -@exec mkdir -p %D/var/netmagis/metro/graph -@exec mkdir -p %D/var/netmagis/metro/db -@exec mkdir -p %D/var/netmagis/metro/cache +@dir /var/netmagis/metro/wifi +@dir /var/netmagis/metro/spool +@dir /var/netmagis/metro/report +@dir /var/netmagis/metro/log +@dir /var/netmagis/metro/lock +@dir /var/netmagis/metro/graph +@dir /var/netmagis/metro/db +@dir /var/netmagis/metro/cache +@dir /var/netmagis/metro +@dir /var/netmagis Modified: head/net-mgmt/netmagis-servers/Makefile ============================================================================== --- head/net-mgmt/netmagis-servers/Makefile Wed Jul 8 01:20:37 2015 (r391541) +++ head/net-mgmt/netmagis-servers/Makefile Wed Jul 8 02:25:27 2015 (r391542) @@ -6,6 +6,8 @@ PKGNAMESUFFIX= -servers COMMENT= Netmagis module for dhcp, bind and mail servers +RUN_DEPENDS= netmagis-config:${PORTSDIR}/net-mgmt/netmagis-common + MASTERDIR= ${.CURDIR}/../netmagis-common PKGMESSAGE= ${.CURDIR}/pkg-message Modified: head/net-mgmt/netmagis-topo/Makefile ============================================================================== --- head/net-mgmt/netmagis-topo/Makefile Wed Jul 8 01:20:37 2015 (r391541) +++ head/net-mgmt/netmagis-topo/Makefile Wed Jul 8 02:25:27 2015 (r391542) @@ -6,9 +6,22 @@ PKGNAMESUFFIX= -topo COMMENT= Netmagis topology module +RUN_DEPENDS= netmagis-config:${PORTSDIR}/net-mgmt/netmagis-common \ + rancid-run:${PORTSDIR}/net-mgmt/rancid \ + fping:${PORTSDIR}/net/fping + +USE_RC_SUBR= topographd toposendd +SUB_LIST= TCLSH=${TCLSH} + MASTERDIR= ${.CURDIR}/../netmagis-common +FILESDIR= ${.CURDIR}/files PKGMESSAGE= ${.CURDIR}/pkg-message PLIST= ${.CURDIR}/pkg-plist +ALL_TARGET=build${PKGNAMESUFFIX?=} + +post-stage: + @${MKDIR} ${STAGEDIR}/var/netmagis/eqgen ${STAGEDIR}/var/netmagis/eqvirt + .include "${MASTERDIR}/Makefile" Copied and modified: head/net-mgmt/netmagis-topo/files/topographd.in (from r391531, head/net-mgmt/netmagis-common/files/topographd.in) ============================================================================== Copied and modified: head/net-mgmt/netmagis-topo/files/toposendd.in (from r391531, head/net-mgmt/netmagis-common/files/toposendd.in) ============================================================================== Modified: head/net-mgmt/netmagis-topo/pkg-plist ============================================================================== --- head/net-mgmt/netmagis-topo/pkg-plist Wed Jul 8 01:20:37 2015 (r391541) +++ head/net-mgmt/netmagis-topo/pkg-plist Wed Jul 8 02:25:27 2015 (r391542) @@ -26,13 +26,6 @@ sbin/toposendd %%PORTEXAMPLES%%%%EXAMPLESDIR%%/eqvirt/rtr.eq %%PORTEXAMPLES%%%%EXAMPLESDIR%%/eqvirt/sw1.eq %%PORTEXAMPLES%%%%EXAMPLESDIR%%/eqvirt/sw2.eq -@dirrmtry var/netmagis/eqvirt -@dirrmtry var/netmagis/eqgen -@dirrmtry var/netmagis -@dirrmtry var -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/eqvirt -%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%% -@dirrm lib/netmagis/topo -@dirrmtry lib/netmagis -@exec mkdir -p %D/var/netmagis/eqvirt -@exec mkdir -p %D/var/netmagis/eqgen +@dir /var/netmagis/eqvirt +@dir /var/netmagis/eqgen +@dir /var/netmagis Modified: head/net-mgmt/netmagis-utils/Makefile ============================================================================== --- head/net-mgmt/netmagis-utils/Makefile Wed Jul 8 01:20:37 2015 (r391541) +++ head/net-mgmt/netmagis-utils/Makefile Wed Jul 8 02:25:27 2015 (r391542) @@ -6,8 +6,12 @@ PKGNAMESUFFIX= -utils COMMENT= Netmagis command-line utilities +RUN_DEPENDS= netmagis-config:${PORTSDIR}/net-mgmt/netmagis-common + MASTERDIR= ${.CURDIR}/../netmagis-common +NO_ARCH= yes + PLIST= ${.CURDIR}/pkg-plist .include "${MASTERDIR}/Makefile" Modified: head/net-mgmt/netmagis-www/Makefile ============================================================================== --- head/net-mgmt/netmagis-www/Makefile Wed Jul 8 01:20:37 2015 (r391541) +++ head/net-mgmt/netmagis-www/Makefile Wed Jul 8 02:25:27 2015 (r391542) @@ -6,6 +6,15 @@ PKGNAMESUFFIX= -www COMMENT= Netmagis web module +RUN_DEPENDS= netmagis-config:${PORTSDIR}/net-mgmt/netmagis-common \ + dot:${PORTSDIR}/graphics/graphviz \ + pwgen:${PORTSDIR}/sysutils/pwgen \ + tcltls>=1.4.1:${PORTSDIR}/devel/tcltls \ + tDOM>=0.8.0:${PORTSDIR}/www/tdom \ + ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss + +USE_TEX= full + MASTERDIR= ${.CURDIR}/../netmagis-common PKGMESSAGE= ${.CURDIR}/pkg-message Modified: head/net-mgmt/netmagis-www/pkg-plist ============================================================================== --- head/net-mgmt/netmagis-www/pkg-plist Wed Jul 8 01:20:37 2015 (r391541) +++ head/net-mgmt/netmagis-www/pkg-plist Wed Jul 8 02:25:27 2015 (r391542) @@ -149,6 +149,7 @@ lib/netmagis/tmpl/en/l3.html lib/netmagis/tmpl/en/listof.html lib/netmagis/tmpl/en/listof.tex lib/netmagis/tmpl/en/lnet.html +lib/netmagis/tmpl/en/login.html lib/netmagis/tmpl/en/lusers.html lib/netmagis/tmpl/en/mac.html lib/netmagis/tmpl/en/macindex.html @@ -168,7 +169,6 @@ lib/netmagis/tmpl/en/mod-view.html lib/netmagis/tmpl/en/net-list.html lib/netmagis/tmpl/en/net-list.tex lib/netmagis/tmpl/en/net.html -lib/netmagis/tmpl/en/perm.html lib/netmagis/tmpl/en/pga-ok.html lib/netmagis/tmpl/en/pgaacc-add1.html lib/netmagis/tmpl/en/pgaacc-choice.html @@ -188,11 +188,14 @@ lib/netmagis/tmpl/en/pgarlm-index.html lib/netmagis/tmpl/en/pgarlm-list.html lib/netmagis/tmpl/en/pgarlm-modedit.html lib/netmagis/tmpl/en/pgarlm-modsel.html +lib/netmagis/tmpl/en/profile.html lib/netmagis/tmpl/en/search.html +lib/netmagis/tmpl/en/start.html lib/netmagis/tmpl/en/statorg.html lib/netmagis/tmpl/en/statuser.html lib/netmagis/tmpl/en/topolist.html lib/netmagis/tmpl/en/topotop.html +lib/netmagis/tmpl/en/who.html lib/netmagis/tmpl/fr/add-alias.html lib/netmagis/tmpl/fr/add-exist.html lib/netmagis/tmpl/fr/add-host.html @@ -254,6 +257,7 @@ lib/netmagis/tmpl/fr/l3.html lib/netmagis/tmpl/fr/listof.html lib/netmagis/tmpl/fr/listof.tex lib/netmagis/tmpl/fr/lnet.html +lib/netmagis/tmpl/fr/login.html lib/netmagis/tmpl/fr/lusers.html lib/netmagis/tmpl/fr/mac.html lib/netmagis/tmpl/fr/macindex.html @@ -273,7 +277,6 @@ lib/netmagis/tmpl/fr/mod-view.html lib/netmagis/tmpl/fr/net-list.html lib/netmagis/tmpl/fr/net-list.tex lib/netmagis/tmpl/fr/net.html -lib/netmagis/tmpl/fr/perm.html lib/netmagis/tmpl/fr/pga-ok.html lib/netmagis/tmpl/fr/pgaacc-add1.html lib/netmagis/tmpl/fr/pgaacc-choice.html @@ -293,11 +296,14 @@ lib/netmagis/tmpl/fr/pgarlm-index.html lib/netmagis/tmpl/fr/pgarlm-list.html lib/netmagis/tmpl/fr/pgarlm-modedit.html lib/netmagis/tmpl/fr/pgarlm-modsel.html +lib/netmagis/tmpl/fr/profile.html lib/netmagis/tmpl/fr/search.html lib/netmagis/tmpl/fr/statorg.html +lib/netmagis/tmpl/fr/start.html lib/netmagis/tmpl/fr/statuser.html lib/netmagis/tmpl/fr/topolist.html lib/netmagis/tmpl/fr/topotop.html +lib/netmagis/tmpl/fr/who.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/httpd.conf %%WWWDIR%%/add %%WWWDIR%%/admgrp @@ -321,6 +327,7 @@ lib/netmagis/tmpl/fr/topotop.html %%WWWDIR%%/l2 %%WWWDIR%%/l3 %%WWWDIR%%/lnet +%%WWWDIR%%/login %%WWWDIR%%/lusers %%WWWDIR%%/mac %%WWWDIR%%/macindex @@ -329,12 +336,14 @@ lib/netmagis/tmpl/fr/topotop.html %%WWWDIR%%/metro %%WWWDIR%%/mod %%WWWDIR%%/net -%%WWWDIR%%/perm %%WWWDIR%%/pgaacc %%WWWDIR%%/pgaindex %%WWWDIR%%/pgapasswd %%WWWDIR%%/pgarealm +%%WWWDIR%%/profile %%WWWDIR%%/search +%%WWWDIR%%/start %%WWWDIR%%/statorg %%WWWDIR%%/statuser %%WWWDIR%%/topotop +%%WWWDIR%%/who From owner-svn-ports-head@freebsd.org Wed Jul 8 03:11:24 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 54B6F995B4C; Wed, 8 Jul 2015 03:11:24 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2A2F31223; Wed, 8 Jul 2015 03:11:24 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t683BObZ010614; Wed, 8 Jul 2015 03:11:24 GMT (envelope-from pgollucci@FreeBSD.org) Received: (from pgollucci@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t683BNwP010612; Wed, 8 Jul 2015 03:11:23 GMT (envelope-from pgollucci@FreeBSD.org) Message-Id: <201507080311.t683BNwP010612@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pgollucci set sender to pgollucci@FreeBSD.org using -f From: "Philip M. Gollucci" Date: Wed, 8 Jul 2015 03:11:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391543 - head/databases/p5-Dancer2-Plugin-DBIC X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 08 Jul 2015 03:11:24 -0000 Author: pgollucci Date: Wed Jul 8 03:11:22 2015 New Revision: 391543 URL: https://svnweb.freebsd.org/changeset/ports/391543 Log: databases/p5-Dancer2-Plugin-DBIC update 0.0008 -> 0.0009 - Set NO_ARCH PR: 201122 Submitted by: hvo.pm@xs4all.nl Modified: head/databases/p5-Dancer2-Plugin-DBIC/Makefile head/databases/p5-Dancer2-Plugin-DBIC/distinfo Modified: head/databases/p5-Dancer2-Plugin-DBIC/Makefile ============================================================================== --- head/databases/p5-Dancer2-Plugin-DBIC/Makefile Wed Jul 8 02:25:27 2015 (r391542) +++ head/databases/p5-Dancer2-Plugin-DBIC/Makefile Wed Jul 8 03:11:22 2015 (r391543) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Dancer2-Plugin-DBIC -PORTVERSION= 0.0008 -PORTREVISION= 1 +PORTVERSION= 0.0009 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,10 +15,13 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-DBIx-Class>=0:${PORTSDIR}/databases/p5-DBIx-Class\ p5-DBIx-Class-Schema-Loader>=0.07002:${PORTSDIR}/databases/p5-DBIx-Class-Schema-Loader\ + p5-DBICx-Sugar>=0:${PORTSDIR}/databases/p5-DBICx-Sugar\ p5-Dancer2>=0.153002:${PORTSDIR}/www/p5-Dancer2 RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite +NO_ARCH= yes + USES= perl5 USE_PERL5= configure Modified: head/databases/p5-Dancer2-Plugin-DBIC/distinfo ============================================================================== --- head/databases/p5-Dancer2-Plugin-DBIC/distinfo Wed Jul 8 02:25:27 2015 (r391542) +++ head/databases/p5-Dancer2-Plugin-DBIC/distinfo Wed Jul 8 03:11:22 2015 (r391543) @@ -1,2 +1,2 @@ -SHA256 (Dancer2-Plugin-DBIC-0.0008.tar.gz) = b2767fb57514ce3e3f5f87971d478da2fa3f7eba0dc775a05e3a2d0c1cadbb8a -SIZE (Dancer2-Plugin-DBIC-0.0008.tar.gz) = 16634 +SHA256 (Dancer2-Plugin-DBIC-0.0009.tar.gz) = d30a78f0cb9a51684af75c76b9bd89d56b82e7556816a2b6ad5f8f68a2a70c69 +SIZE (Dancer2-Plugin-DBIC-0.0009.tar.gz) = 16465 From owner-svn-ports-head@freebsd.org Wed Jul 8 03:11:30 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2DE8F995B7A; Wed, 8 Jul 2015 03:11:30 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 062FB12CF; Wed, 8 Jul 2015 03:11:29 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t683BT7o010752; Wed, 8 Jul 2015 03:11:29 GMT (envelope-from pgollucci@FreeBSD.org) Received: (from pgollucci@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t683BTQO010749; Wed, 8 Jul 2015 03:11:29 GMT (envelope-from pgollucci@FreeBSD.org) Message-Id: <201507080311.t683BTQO010749@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pgollucci set sender to pgollucci@FreeBSD.org using -f From: "Philip M. Gollucci" Date: Wed, 8 Jul 2015 03:11:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391544 - head/security/p5-Dancer2-Plugin-Auth-Extensible X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 08 Jul 2015 03:11:30 -0000 Author: pgollucci Date: Wed Jul 8 03:11:28 2015 New Revision: 391544 URL: https://svnweb.freebsd.org/changeset/ports/391544 Log: security/p5-Dancer2-Plugin-Auth-Extensible update 0.400 -> 0.401 PR: 201123 Submitted by: hvo.pm@xs4all.nl (maintainer) Modified: head/security/p5-Dancer2-Plugin-Auth-Extensible/Makefile head/security/p5-Dancer2-Plugin-Auth-Extensible/distinfo Modified: head/security/p5-Dancer2-Plugin-Auth-Extensible/Makefile ============================================================================== --- head/security/p5-Dancer2-Plugin-Auth-Extensible/Makefile Wed Jul 8 03:11:22 2015 (r391543) +++ head/security/p5-Dancer2-Plugin-Auth-Extensible/Makefile Wed Jul 8 03:11:28 2015 (r391544) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Dancer2-Plugin-Auth-Extensible -PORTVERSION= 0.400 +PORTVERSION= 0.401 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/security/p5-Dancer2-Plugin-Auth-Extensible/distinfo ============================================================================== --- head/security/p5-Dancer2-Plugin-Auth-Extensible/distinfo Wed Jul 8 03:11:22 2015 (r391543) +++ head/security/p5-Dancer2-Plugin-Auth-Extensible/distinfo Wed Jul 8 03:11:28 2015 (r391544) @@ -1,2 +1,2 @@ -SHA256 (Dancer2-Plugin-Auth-Extensible-0.400.tar.gz) = ed6314275254417c8254e53d470b912c7c1f53e5a726885ea5f61c159e378fb2 -SIZE (Dancer2-Plugin-Auth-Extensible-0.400.tar.gz) = 35032 +SHA256 (Dancer2-Plugin-Auth-Extensible-0.401.tar.gz) = dff9de0a2d36c0f48ed24980f040ad8408ad7f8bdf764670c05ce0955b4d6199 +SIZE (Dancer2-Plugin-Auth-Extensible-0.401.tar.gz) = 35089 From owner-svn-ports-head@freebsd.org Wed Jul 8 05:35:18 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 275AF995412; Wed, 8 Jul 2015 05:35:18 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E956F1B9B; Wed, 8 Jul 2015 05:35:17 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t685ZHl1084441; Wed, 8 Jul 2015 05:35:17 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t685ZH7u084439; Wed, 8 Jul 2015 05:35:17 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201507080535.t685ZH7u084439@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Wed, 8 Jul 2015 05:35:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391545 - in head/graphics/copperspice: . 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, 08 Jul 2015 05:35:18 -0000 Author: marino Date: Wed Jul 8 05:35:16 2015 New Revision: 391545 URL: https://svnweb.freebsd.org/changeset/ports/391545 Log: graphics/copperspice: Upgrade version 1.03 => 1.04 (Unbreak F10 !i386) Upstream made an attempt to make copperspice jobs safe. They got closer but no cigar yet. The new version did built in poudriere for me (F10/amd64) so I am unbreaking !F(8|9). I will check i386 and F9 and lower and remove BROKEN if/as they pass. Without multijob support these builds take hours (> 4 on dedicated machine, > 11 on bulk build) Deleted: head/graphics/copperspice/files/patch-src_3rdparty_javascriptcore_JavaScriptCore_wtf_TypeTraits.h head/graphics/copperspice/files/patch-src_3rdparty_webkit_Source_JavaScriptCore_wtf_TypeTraits.h Modified: head/graphics/copperspice/Makefile head/graphics/copperspice/distinfo Modified: head/graphics/copperspice/Makefile ============================================================================== --- head/graphics/copperspice/Makefile Wed Jul 8 03:11:28 2015 (r391544) +++ head/graphics/copperspice/Makefile Wed Jul 8 05:35:16 2015 (r391545) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= copperspice -PORTVERSION= 1.0.3 +PORTVERSION= 1.0.4 CATEGORIES= graphics MASTER_SITES= http://download.copperspice.com/copperspice/source/ @@ -11,8 +11,6 @@ COMMENT= Modern cross-platform C++ GUI l LICENSE= LGPL21 -BROKEN_FreeBSD= F10 q_emitSignals unable to register method pointer - BUILD_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig LIB_DEPENDS= libaudio.so:${PORTSDIR}/audio/nas \ libfreetype.so:${PORTSDIR}/print/freetype2 Modified: head/graphics/copperspice/distinfo ============================================================================== --- head/graphics/copperspice/distinfo Wed Jul 8 03:11:28 2015 (r391544) +++ head/graphics/copperspice/distinfo Wed Jul 8 05:35:16 2015 (r391545) @@ -1,2 +1,2 @@ -SHA256 (copperspice-1.0.3.tar.bz2) = 274dd9072bb7d53e6367b472c0a9f4a56feb076442c9ff5ae2e7a4c74a399889 -SIZE (copperspice-1.0.3.tar.bz2) = 15341523 +SHA256 (copperspice-1.0.4.tar.bz2) = b4ce66b7a80dfc15ca94abb90da7d4bbb18f4884f3c5d89c1a4425a9c675bfc5 +SIZE (copperspice-1.0.4.tar.bz2) = 15348145 From owner-svn-ports-head@freebsd.org Wed Jul 8 06:08:59 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 632B2995B01; Wed, 8 Jul 2015 06:08:59 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 537541634; Wed, 8 Jul 2015 06:08:59 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6868xfa099302; Wed, 8 Jul 2015 06:08:59 GMT (envelope-from ale@FreeBSD.org) Received: (from ale@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6868wZA099300; Wed, 8 Jul 2015 06:08:58 GMT (envelope-from ale@FreeBSD.org) Message-Id: <201507080608.t6868wZA099300@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ale set sender to ale@FreeBSD.org using -f From: Alex Dupre Date: Wed, 8 Jul 2015 06:08:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391546 - head/mail/roundcube X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 08 Jul 2015 06:08:59 -0000 Author: ale Date: Wed Jul 8 06:08:57 2015 New Revision: 391546 URL: https://svnweb.freebsd.org/changeset/ports/391546 Log: Update to 1.1.2 release. PR: 201166 Submitted by: Vlad K. Modified: head/mail/roundcube/Makefile head/mail/roundcube/distinfo Modified: head/mail/roundcube/Makefile ============================================================================== --- head/mail/roundcube/Makefile Wed Jul 8 05:35:16 2015 (r391545) +++ head/mail/roundcube/Makefile Wed Jul 8 06:08:57 2015 (r391546) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= roundcube -DISTVERSION= 1.1.1 +DISTVERSION= 1.1.2 PORTEPOCH= 1 CATEGORIES?= mail www MASTER_SITES= SF/${PORTNAME}mail/${PORTNAME}mail/${DISTVERSION:tu} Modified: head/mail/roundcube/distinfo ============================================================================== --- head/mail/roundcube/distinfo Wed Jul 8 05:35:16 2015 (r391545) +++ head/mail/roundcube/distinfo Wed Jul 8 06:08:57 2015 (r391546) @@ -1,2 +1,2 @@ -SHA256 (roundcubemail-1.1.1-complete.tar.gz) = ffcac5e1a892ed07b8ca2f067554915810b1e1c64dc7a82db3a8b6d4c9c70f04 -SIZE (roundcubemail-1.1.1-complete.tar.gz) = 4577632 +SHA256 (roundcubemail-1.1.2-complete.tar.gz) = 237afc9807291efd7c3550c83ca82677a9af72855b6f48733d9e55d6d84fdae1 +SIZE (roundcubemail-1.1.2-complete.tar.gz) = 4599935 From owner-svn-ports-head@freebsd.org Wed Jul 8 06:21:25 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9798C995DB4; Wed, 8 Jul 2015 06:21:25 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7F2811DDD; Wed, 8 Jul 2015 06:21:25 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t686LPVU008171; Wed, 8 Jul 2015 06:21:25 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t686LNMK008161; Wed, 8 Jul 2015 06:21:23 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201507080621.t686LNMK008161@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Wed, 8 Jul 2015 06:21:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391547 - in head/devel: . elixir-bson X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 08 Jul 2015 06:21:25 -0000 Author: vanilla Date: Wed Jul 8 06:21:23 2015 New Revision: 391547 URL: https://svnweb.freebsd.org/changeset/ports/391547 Log: Add elixir-bson, BSON implementation in elixir. Added: head/devel/elixir-bson/ head/devel/elixir-bson/Makefile (contents, props changed) head/devel/elixir-bson/distinfo (contents, props changed) head/devel/elixir-bson/pkg-descr (contents, props changed) head/devel/elixir-bson/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Jul 8 06:08:57 2015 (r391546) +++ head/devel/Makefile Wed Jul 8 06:21:23 2015 (r391547) @@ -409,6 +409,7 @@ SUBDIR += elfrc SUBDIR += elfsh SUBDIR += elftoaout + SUBDIR += elixir-bson SUBDIR += elixir-calendar SUBDIR += elixir-conform SUBDIR += elixir-decimal Added: head/devel/elixir-bson/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-bson/Makefile Wed Jul 8 06:21:23 2015 (r391547) @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= bson +PORTVERSION= 0.4.3 +CATEGORIES= devel +PKGNAMEPREFIX= elixir- + +MAINTAINER= vanilla@FreeBSD.org +COMMENT= BSON implementation in Elixir + +LICENSE= MIT + +USES= elixir +USE_GITHUB= yes +GH_ACCOUNT= checkiz +GH_PROJECT= elixir-${PORTNAME} + +.include Added: head/devel/elixir-bson/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-bson/distinfo Wed Jul 8 06:21:23 2015 (r391547) @@ -0,0 +1,2 @@ +SHA256 (checkiz-elixir-bson-0.4.3_GH0.tar.gz) = 6db6f498d1319d00e456717fa809f65917489126bcc11cd4029089502db0573b +SIZE (checkiz-elixir-bson-0.4.3_GH0.tar.gz) = 12994 Added: head/devel/elixir-bson/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-bson/pkg-descr Wed Jul 8 06:21:23 2015 (r391547) @@ -0,0 +1,3 @@ +BSON implementation for Elixir Language. + +WWW: https://github.com/checkiz/elixir-bson Added: head/devel/elixir-bson/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-bson/pkg-plist Wed Jul 8 06:21:23 2015 (r391547) @@ -0,0 +1,37 @@ +lib/elixir/lib/bson/ebin/Elixir.Bson.Bin.beam +lib/elixir/lib/bson/ebin/Elixir.Bson.Decoder.Error.beam +lib/elixir/lib/bson/ebin/Elixir.Bson.Decoder.beam +lib/elixir/lib/bson/ebin/Elixir.Bson.Encoder.Error.beam +lib/elixir/lib/bson/ebin/Elixir.Bson.Encoder.Protocol.Atom.beam +lib/elixir/lib/bson/ebin/Elixir.Bson.Encoder.Protocol.BitString.beam +lib/elixir/lib/bson/ebin/Elixir.Bson.Encoder.Protocol.Bson.Bin.beam +lib/elixir/lib/bson/ebin/Elixir.Bson.Encoder.Protocol.Bson.JS.beam +lib/elixir/lib/bson/ebin/Elixir.Bson.Encoder.Protocol.Bson.ObjectId.beam +lib/elixir/lib/bson/ebin/Elixir.Bson.Encoder.Protocol.Bson.Regex.beam +lib/elixir/lib/bson/ebin/Elixir.Bson.Encoder.Protocol.Bson.Timestamp.beam +lib/elixir/lib/bson/ebin/Elixir.Bson.Encoder.Protocol.Bson.UTC.beam +lib/elixir/lib/bson/ebin/Elixir.Bson.Encoder.Protocol.Float.beam +lib/elixir/lib/bson/ebin/Elixir.Bson.Encoder.Protocol.HashDict.beam +lib/elixir/lib/bson/ebin/Elixir.Bson.Encoder.Protocol.Integer.beam +lib/elixir/lib/bson/ebin/Elixir.Bson.Encoder.Protocol.Keyword.beam +lib/elixir/lib/bson/ebin/Elixir.Bson.Encoder.Protocol.List.beam +lib/elixir/lib/bson/ebin/Elixir.Bson.Encoder.Protocol.Map.beam +lib/elixir/lib/bson/ebin/Elixir.Bson.Encoder.Protocol.beam +lib/elixir/lib/bson/ebin/Elixir.Bson.Encoder.beam +lib/elixir/lib/bson/ebin/Elixir.Bson.JS.beam +lib/elixir/lib/bson/ebin/Elixir.Bson.ObjectId.beam +lib/elixir/lib/bson/ebin/Elixir.Bson.Regex.beam +lib/elixir/lib/bson/ebin/Elixir.Bson.Timestamp.beam +lib/elixir/lib/bson/ebin/Elixir.Bson.UTC.beam +lib/elixir/lib/bson/ebin/Elixir.Bson.beam +lib/elixir/lib/bson/ebin/Elixir.BsonJson.beam +lib/elixir/lib/bson/ebin/Elixir.Inspect.Bson.Decoder.Error.beam +lib/elixir/lib/bson/ebin/Elixir.Inspect.Bson.Encoder.Error.beam +lib/elixir/lib/bson/ebin/Elixir.Inspect.Bson.ObjectId.beam +lib/elixir/lib/bson/ebin/Elixir.Inspect.Bson.UTC.beam +lib/elixir/lib/bson/ebin/bson.app +lib/elixir/lib/bson/lib/bson.ex +lib/elixir/lib/bson/lib/bson_decoder.ex +lib/elixir/lib/bson/lib/bson_encoder.ex +lib/elixir/lib/bson/lib/bsonjson.ex +%%PORTDOCS%%%%DOCSDIR%%/README.md From owner-svn-ports-head@freebsd.org Wed Jul 8 06:22:31 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 45FA6995E10; Wed, 8 Jul 2015 06:22:31 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 34CCA1F70; Wed, 8 Jul 2015 06:22:31 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t686MV01009050; Wed, 8 Jul 2015 06:22:31 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t686MT6V009044; Wed, 8 Jul 2015 06:22:29 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201507080622.t686MT6V009044@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Wed, 8 Jul 2015 06:22:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391548 - in head/databases: . elixir-mongo elixir-mongo/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, 08 Jul 2015 06:22:31 -0000 Author: vanilla Date: Wed Jul 8 06:22:28 2015 New Revision: 391548 URL: https://svnweb.freebsd.org/changeset/ports/391548 Log: Add elixir-mongo, database driver for mongodb. Added: head/databases/elixir-mongo/ head/databases/elixir-mongo/Makefile (contents, props changed) head/databases/elixir-mongo/distinfo (contents, props changed) head/databases/elixir-mongo/files/ head/databases/elixir-mongo/files/patch-mix.exs (contents, props changed) head/databases/elixir-mongo/pkg-descr (contents, props changed) head/databases/elixir-mongo/pkg-plist (contents, props changed) Modified: head/databases/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Wed Jul 8 06:21:23 2015 (r391547) +++ head/databases/Makefile Wed Jul 8 06:22:28 2015 (r391548) @@ -54,6 +54,7 @@ SUBDIR += dbview SUBDIR += elixir-ecto SUBDIR += elixir-mariaex + SUBDIR += elixir-mongo SUBDIR += elixir-postgrex SUBDIR += elixir-timex_ecto SUBDIR += emma Added: head/databases/elixir-mongo/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/elixir-mongo/Makefile Wed Jul 8 06:22:28 2015 (r391548) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= mongo +PORTVERSION= 0.5.1 +CATEGORIES= databases +PKGNAMEPREFIX= elixir- + +MAINTAINER= vanilla@FreeBSD.org +COMMENT= Database driver for MongoDB written in Elixir + +LICENSE= MIT + +USES= elixir +USE_GITHUB= yes +GH_ACCOUNT= checkiz +GH_PROJECT= elixir-${PORTNAME} + +MIX_BUILD_DEPS= devel/elixir-bson +MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} + +.include Added: head/databases/elixir-mongo/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/elixir-mongo/distinfo Wed Jul 8 06:22:28 2015 (r391548) @@ -0,0 +1,2 @@ +SHA256 (checkiz-elixir-mongo-0.5.1_GH0.tar.gz) = 96029d35e94dfb2bdfb00b7d31e72a3fd3913a2182f81b6b8fd914b809a3b3d1 +SIZE (checkiz-elixir-mongo-0.5.1_GH0.tar.gz) = 15279 Added: head/databases/elixir-mongo/files/patch-mix.exs ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/elixir-mongo/files/patch-mix.exs Wed Jul 8 06:22:28 2015 (r391548) @@ -0,0 +1,10 @@ +--- mix.exs.orig 2015-07-08 05:55:21 UTC ++++ mix.exs +@@ -24,7 +24,6 @@ defmodule Mongo.Mixfile do + # Returns the list of dependencies for prod + defp deps(:prod) do + [ +- bson: "~> 0.4.3" + ] + end + Added: head/databases/elixir-mongo/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/elixir-mongo/pkg-descr Wed Jul 8 06:22:28 2015 (r391548) @@ -0,0 +1,3 @@ +A database driver for MongoDB written in pure Elixir. + +WWW: https://github.com/checkiz/elixir-mongo Added: head/databases/elixir-mongo/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/elixir-mongo/pkg-plist Wed Jul 8 06:22:28 2015 (r391548) @@ -0,0 +1,25 @@ +lib/elixir/lib/mongo/ebin/Elixir.Enumerable.Mongo.Cursor.beam +lib/elixir/lib/mongo/ebin/Elixir.Enumerable.Mongo.Find.beam +lib/elixir/lib/mongo/ebin/Elixir.Enumerable.Mongo.Response.beam +lib/elixir/lib/mongo/ebin/Elixir.Mongo.Bang.beam +lib/elixir/lib/mongo/ebin/Elixir.Mongo.Collection.beam +lib/elixir/lib/mongo/ebin/Elixir.Mongo.Cursor.beam +lib/elixir/lib/mongo/ebin/Elixir.Mongo.Db.beam +lib/elixir/lib/mongo/ebin/Elixir.Mongo.Error.beam +lib/elixir/lib/mongo/ebin/Elixir.Mongo.Find.beam +lib/elixir/lib/mongo/ebin/Elixir.Mongo.Helpers.beam +lib/elixir/lib/mongo/ebin/Elixir.Mongo.Request.beam +lib/elixir/lib/mongo/ebin/Elixir.Mongo.Response.beam +lib/elixir/lib/mongo/ebin/Elixir.Mongo.Server.beam +lib/elixir/lib/mongo/ebin/Elixir.Mongo.beam +lib/elixir/lib/mongo/ebin/mongo.app +lib/elixir/lib/mongo/lib/mongo.ex +lib/elixir/lib/mongo/lib/mongo_collection.ex +lib/elixir/lib/mongo/lib/mongo_cursor.ex +lib/elixir/lib/mongo/lib/mongo_db.ex +lib/elixir/lib/mongo/lib/mongo_find.ex +lib/elixir/lib/mongo/lib/mongo_helpers.ex +lib/elixir/lib/mongo/lib/mongo_request.ex +lib/elixir/lib/mongo/lib/mongo_response.ex +lib/elixir/lib/mongo/lib/mongo_server.ex +%%PORTDOCS%%%%DOCSDIR%%/README.md From owner-svn-ports-head@freebsd.org Wed Jul 8 06:27:14 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 32660995EBD; Wed, 8 Jul 2015 06:27:14 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 19E4310C3; Wed, 8 Jul 2015 06:27:14 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t686RDDf009858; Wed, 8 Jul 2015 06:27:13 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t686RDKD009856; Wed, 8 Jul 2015 06:27:13 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201507080627.t686RDKD009856@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Wed, 8 Jul 2015 06:27:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391549 - head/www/phalcon X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 08 Jul 2015 06:27:14 -0000 Author: vanilla Date: Wed Jul 8 06:27:12 2015 New Revision: 391549 URL: https://svnweb.freebsd.org/changeset/ports/391549 Log: Upgrade to 2.0.4. PR: 201394 Submitted by: maintainer Modified: head/www/phalcon/Makefile head/www/phalcon/distinfo Modified: head/www/phalcon/Makefile ============================================================================== --- head/www/phalcon/Makefile Wed Jul 8 06:22:28 2015 (r391548) +++ head/www/phalcon/Makefile Wed Jul 8 06:27:12 2015 (r391549) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= phalcon -PORTVERSION= 2.0.3 +PORTVERSION= 2.0.4 DISTVERSIONPREFIX= ${PORTNAME}-v CATEGORIES= www Modified: head/www/phalcon/distinfo ============================================================================== --- head/www/phalcon/distinfo Wed Jul 8 06:22:28 2015 (r391548) +++ head/www/phalcon/distinfo Wed Jul 8 06:27:12 2015 (r391549) @@ -1,2 +1,2 @@ -SHA256 (phalcon-cphalcon-phalcon-v2.0.3_GH0.tar.gz) = 76e2c28bb86adf8ac165c5d43dfd428aa4b0b93bb92301dd83f96e5263cd5914 -SIZE (phalcon-cphalcon-phalcon-v2.0.3_GH0.tar.gz) = 4922771 +SHA256 (phalcon-cphalcon-phalcon-v2.0.4_GH0.tar.gz) = ea3d5b31f7727115eb86d2a1587639082052e56de634e1701a3faab6966928c8 +SIZE (phalcon-cphalcon-phalcon-v2.0.4_GH0.tar.gz) = 4992122 From owner-svn-ports-head@freebsd.org Wed Jul 8 08:08:07 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 857479961E6; Wed, 8 Jul 2015 08:08:07 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 63DC11ABE; Wed, 8 Jul 2015 08:08:07 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t68887QF058418; Wed, 8 Jul 2015 08:08:07 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t68886Hc058415; Wed, 8 Jul 2015 08:08:06 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201507080808.t68886Hc058415@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Wed, 8 Jul 2015 08:08:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391550 - head/audio/paprefs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 08 Jul 2015 08:08:07 -0000 Author: robak Date: Wed Jul 8 08:08:05 2015 New Revision: 391550 URL: https://svnweb.freebsd.org/changeset/ports/391550 Log: audio/paprefs: update 0.9.9 -> 0.9.10 - Update MASTER_SITES PR: 192572 Submitted by: Kevin Bowling Approved by: maintainer timeout (11 months) Modified: head/audio/paprefs/Makefile head/audio/paprefs/distinfo Modified: head/audio/paprefs/Makefile ============================================================================== --- head/audio/paprefs/Makefile Wed Jul 8 06:27:12 2015 (r391549) +++ head/audio/paprefs/Makefile Wed Jul 8 08:08:05 2015 (r391550) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= paprefs -PORTVERSION= 0.9.9 -PORTREVISION= 2 +PORTVERSION= 0.9.10 CATEGORIES= audio -MASTER_SITES= http://0pointer.de/lennart/projects/${PORTNAME}/ +MASTER_SITES= http://freedesktop.org/software/pulseaudio/${PORTNAME}/ MAINTAINER= romain@FreeBSD.org COMMENT= GTK configuration dialog for PulseAudio Modified: head/audio/paprefs/distinfo ============================================================================== --- head/audio/paprefs/distinfo Wed Jul 8 06:27:12 2015 (r391549) +++ head/audio/paprefs/distinfo Wed Jul 8 08:08:05 2015 (r391550) @@ -1,2 +1,2 @@ -SHA256 (paprefs-0.9.9.tar.gz) = 1237939f0cea478ecd51452e817e08877e914c919239fcb63aa2471a389769a9 -SIZE (paprefs-0.9.9.tar.gz) = 217174 +SHA256 (paprefs-0.9.10.tar.gz) = 86f5c20d00c773993d5489ce94c4898e409d380986dc3afc5de20da6a1509e30 +SIZE (paprefs-0.9.10.tar.gz) = 224140 From owner-svn-ports-head@freebsd.org Wed Jul 8 08:22:02 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7B505996476; Wed, 8 Jul 2015 08:22:02 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 61FF6112A; Wed, 8 Jul 2015 08:22:02 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t688M2Kd067282; Wed, 8 Jul 2015 08:22:02 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t688M2VJ067281; Wed, 8 Jul 2015 08:22:02 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201507080822.t688M2VJ067281@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Wed, 8 Jul 2015 08:22:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391551 - head/databases/p5-DBD-Pg32 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 08 Jul 2015 08:22:02 -0000 Author: matthew Date: Wed Jul 8 08:22:01 2015 New Revision: 391551 URL: https://svnweb.freebsd.org/changeset/ports/391551 Log: Deprecate and set expiry for two months from now. - The original motivation for this port was to work around compatibility problems with p5-DBD-Pg, but those were fixed upstream long ago. Modified: head/databases/p5-DBD-Pg32/Makefile Modified: head/databases/p5-DBD-Pg32/Makefile ============================================================================== --- head/databases/p5-DBD-Pg32/Makefile Wed Jul 8 08:08:05 2015 (r391550) +++ head/databases/p5-DBD-Pg32/Makefile Wed Jul 8 08:22:01 2015 (r391551) @@ -12,6 +12,9 @@ PKGNAMESUFFIX= 32 MAINTAINER= matthew@FreeBSD.org COMMENT= Provides access to PostgreSQL databases through the DBI +DEPRECATED= Use databases/p5-DBD-Pg instead, compatability probles are fixed +EXPIRY= 20150908 + LICENSE= ART10 GPLv1 LICENSE_COMB= dual From owner-svn-ports-head@freebsd.org Wed Jul 8 08:41:35 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4D58D9967B7; Wed, 8 Jul 2015 08:41:35 +0000 (UTC) (envelope-from vg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 358FC1D4C; Wed, 8 Jul 2015 08:41:35 +0000 (UTC) (envelope-from vg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t688fZar076849; Wed, 8 Jul 2015 08:41:35 GMT (envelope-from vg@FreeBSD.org) Received: (from vg@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t688fYve076846; Wed, 8 Jul 2015 08:41:34 GMT (envelope-from vg@FreeBSD.org) Message-Id: <201507080841.t688fYve076846@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vg set sender to vg@FreeBSD.org using -f From: Veniamin Gvozdikov Date: Wed, 8 Jul 2015 08:41:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391552 - head/databases/py-tarantool X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 08 Jul 2015 08:41:35 -0000 Author: vg Date: Wed Jul 8 08:41:33 2015 New Revision: 391552 URL: https://svnweb.freebsd.org/changeset/ports/391552 Log: - Update to 0.5.1 Modified: head/databases/py-tarantool/Makefile head/databases/py-tarantool/distinfo head/databases/py-tarantool/pkg-descr Modified: head/databases/py-tarantool/Makefile ============================================================================== --- head/databases/py-tarantool/Makefile Wed Jul 8 08:22:01 2015 (r391551) +++ head/databases/py-tarantool/Makefile Wed Jul 8 08:41:33 2015 (r391552) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= tarantool -PORTVERSION= 0.3.4 -PORTREVISION= 1 +PORTVERSION= 0.5.1 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/databases/py-tarantool/distinfo ============================================================================== --- head/databases/py-tarantool/distinfo Wed Jul 8 08:22:01 2015 (r391551) +++ head/databases/py-tarantool/distinfo Wed Jul 8 08:41:33 2015 (r391552) @@ -1,2 +1,2 @@ -SHA256 (tarantool-0.3.4.tar.gz) = 30bfa162220bb7bcad333eddac0eb82f7db42d848bd65a84d029eb2f6b52b7a7 -SIZE (tarantool-0.3.4.tar.gz) = 17728 +SHA256 (tarantool-0.5.1.tar.gz) = 4661e905b87732250a0545fa8e198f374ea08645c502a3e9db3686a05347c859 +SIZE (tarantool-0.5.1.tar.gz) = 14988 Modified: head/databases/py-tarantool/pkg-descr ============================================================================== --- head/databases/py-tarantool/pkg-descr Wed Jul 8 08:22:01 2015 (r391551) +++ head/databases/py-tarantool/pkg-descr Wed Jul 8 08:41:33 2015 (r391552) @@ -1,4 +1,4 @@ This package is a pure-python client library for Tarantool Database. -WWW: https://github.com/mailru/tarantool-python +WWW: https://github.com/tarantool/tarantool-python WWW: https://pypi.python.org/pypi/tarantool From owner-svn-ports-head@freebsd.org Wed Jul 8 09:12:07 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 56463995740; Wed, 8 Jul 2015 09:12:07 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4613D18FE; Wed, 8 Jul 2015 09:12:07 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t689C7At091290; Wed, 8 Jul 2015 09:12:07 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t689C78k091289; Wed, 8 Jul 2015 09:12:07 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201507080912.t689C78k091289@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Wed, 8 Jul 2015 09:12:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391553 - head/databases/p5-DBD-Pg32 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 08 Jul 2015 09:12:07 -0000 Author: matthew Date: Wed Jul 8 09:12:06 2015 New Revision: 391553 URL: https://svnweb.freebsd.org/changeset/ports/391553 Log: Fix previous shoddy attempt to set the EXPIRATION_DATE. Also, on advice reduce the expiration period to two weeks. Submitted by: mat Modified: head/databases/p5-DBD-Pg32/Makefile Modified: head/databases/p5-DBD-Pg32/Makefile ============================================================================== --- head/databases/p5-DBD-Pg32/Makefile Wed Jul 8 08:41:33 2015 (r391552) +++ head/databases/p5-DBD-Pg32/Makefile Wed Jul 8 09:12:06 2015 (r391553) @@ -13,7 +13,7 @@ MAINTAINER= matthew@FreeBSD.org COMMENT= Provides access to PostgreSQL databases through the DBI DEPRECATED= Use databases/p5-DBD-Pg instead, compatability probles are fixed -EXPIRY= 20150908 +EXPIRATION_DATE= 2015-07-22 LICENSE= ART10 GPLv1 LICENSE_COMB= dual From owner-svn-ports-head@freebsd.org Wed Jul 8 09:17:46 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A82E69958EF; Wed, 8 Jul 2015 09:17:46 +0000 (UTC) (envelope-from vg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8C05E1B09; Wed, 8 Jul 2015 09:17:46 +0000 (UTC) (envelope-from vg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t689HkgX092062; Wed, 8 Jul 2015 09:17:46 GMT (envelope-from vg@FreeBSD.org) Received: (from vg@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t689Hjcv092054; Wed, 8 Jul 2015 09:17:45 GMT (envelope-from vg@FreeBSD.org) Message-Id: <201507080917.t689Hjcv092054@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vg set sender to vg@FreeBSD.org using -f From: Veniamin Gvozdikov Date: Wed, 8 Jul 2015 09:17:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391554 - head/databases/p5-DR-Tarantool X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 08 Jul 2015 09:17:46 -0000 Author: vg Date: Wed Jul 8 09:17:44 2015 New Revision: 391554 URL: https://svnweb.freebsd.org/changeset/ports/391554 Log: - Update to 0.44 Modified: head/databases/p5-DR-Tarantool/Makefile head/databases/p5-DR-Tarantool/distinfo head/databases/p5-DR-Tarantool/pkg-plist Modified: head/databases/p5-DR-Tarantool/Makefile ============================================================================== --- head/databases/p5-DR-Tarantool/Makefile Wed Jul 8 09:12:06 2015 (r391553) +++ head/databases/p5-DR-Tarantool/Makefile Wed Jul 8 09:17:44 2015 (r391554) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= DR-Tarantool -PORTVERSION= 0.38 -PORTREVISION= 1 +PORTVERSION= 0.44 CATEGORIES= databases perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:UNERA Modified: head/databases/p5-DR-Tarantool/distinfo ============================================================================== --- head/databases/p5-DR-Tarantool/distinfo Wed Jul 8 09:12:06 2015 (r391553) +++ head/databases/p5-DR-Tarantool/distinfo Wed Jul 8 09:17:44 2015 (r391554) @@ -1,2 +1,2 @@ -SHA256 (DR-Tarantool-0.38.tar.gz) = 63251a86b2d19dbefbc85fea3d555d122f2abb0ac67c04414b47247d9f6f4c2c -SIZE (DR-Tarantool-0.38.tar.gz) = 55683 +SHA256 (DR-Tarantool-0.44.tar.gz) = f8f94f3d95a0e8c6031f72437ef0da58efd273bec959de60cd5928be97915c6d +SIZE (DR-Tarantool-0.44.tar.gz) = 93068 Modified: head/databases/p5-DR-Tarantool/pkg-plist ============================================================================== --- head/databases/p5-DR-Tarantool/pkg-plist Wed Jul 8 09:12:06 2015 (r391553) +++ head/databases/p5-DR-Tarantool/pkg-plist Wed Jul 8 09:17:44 2015 (r391554) @@ -1,21 +1,33 @@ -%%SITE_ARCH%%/DR/README.pod %%SITE_ARCH%%/DR/Tarantool.pm +%%SITE_ARCH%%/DR/Tarantool/AEConnection.pm %%SITE_ARCH%%/DR/Tarantool/AsyncClient.pm %%SITE_ARCH%%/DR/Tarantool/CoroClient.pm %%SITE_ARCH%%/DR/Tarantool/Iterator.pm %%SITE_ARCH%%/DR/Tarantool/LLClient.pm +%%SITE_ARCH%%/DR/Tarantool/LLSyncClient.pm +%%SITE_ARCH%%/DR/Tarantool/MsgPack.pm +%%SITE_ARCH%%/DR/Tarantool/MsgPack/AsyncClient.pm +%%SITE_ARCH%%/DR/Tarantool/MsgPack/CoroClient.pm +%%SITE_ARCH%%/DR/Tarantool/MsgPack/LLClient.pm +%%SITE_ARCH%%/DR/Tarantool/MsgPack/Proto.pm +%%SITE_ARCH%%/DR/Tarantool/MsgPack/SyncClient.pm +%%SITE_ARCH%%/DR/Tarantool/RealSyncClient.pm %%SITE_ARCH%%/DR/Tarantool/Spaces.pm %%SITE_ARCH%%/DR/Tarantool/StartTest.pm %%SITE_ARCH%%/DR/Tarantool/SyncClient.pm %%SITE_ARCH%%/DR/Tarantool/Tuple.pm +%%SITE_ARCH%%/DR/Tarantool/Tuple/MsgPack.pm %%SITE_ARCH%%/auto/DR/Tarantool/Tarantool.so -%%PERL5_MAN3%%/DR::README.3.gz %%PERL5_MAN3%%/DR::Tarantool.3.gz %%PERL5_MAN3%%/DR::Tarantool::AsyncClient.3.gz %%PERL5_MAN3%%/DR::Tarantool::CoroClient.3.gz %%PERL5_MAN3%%/DR::Tarantool::Iterator.3.gz %%PERL5_MAN3%%/DR::Tarantool::LLClient.3.gz +%%PERL5_MAN3%%/DR::Tarantool::MsgPack.3.gz +%%PERL5_MAN3%%/DR::Tarantool::MsgPack::AsyncClient.3.gz +%%PERL5_MAN3%%/DR::Tarantool::RealSyncClient.3.gz %%PERL5_MAN3%%/DR::Tarantool::Spaces.3.gz %%PERL5_MAN3%%/DR::Tarantool::StartTest.3.gz %%PERL5_MAN3%%/DR::Tarantool::SyncClient.3.gz %%PERL5_MAN3%%/DR::Tarantool::Tuple.3.gz +%%PERL5_MAN3%%/DR::Tarantool::Tuple::MsgPack.3.gz From owner-svn-ports-head@freebsd.org Wed Jul 8 09:30:19 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CB8E3995CE8; Wed, 8 Jul 2015 09:30:19 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 993BE1069; Wed, 8 Jul 2015 09:30:19 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t689UJrm097244; Wed, 8 Jul 2015 09:30:19 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t689UINQ097241; Wed, 8 Jul 2015 09:30:18 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201507080930.t689UINQ097241@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Wed, 8 Jul 2015 09:30:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391555 - in head/www/squid: . 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, 08 Jul 2015 09:30:19 -0000 Author: marino Date: Wed Jul 8 09:30:17 2015 New Revision: 391555 URL: https://svnweb.freebsd.org/changeset/ports/391555 Log: www/squid: Support DragonFly SHM segments Out of the box, squid would not run on dragonfly due to its handling of SHM segments. On DragonFly, SHM segments are always treated as files but on FreeBSD it depends on whether or not application is inside a jail. In any case, the case for DragonFly was no supported, so it has been added via patch. This also requires the return of /var/run/squid directory which is where the SHM files are stored (defined by localstatedir and supported by RC script). The RC script would define this directory if missing, but let's make sure it is always available. PR: 201405 Submitted by: marino Approved by: maintainer (timp87/gmail) Added: head/www/squid/files/patch-compat_shm.cc (contents, props changed) Modified: head/www/squid/Makefile head/www/squid/pkg-plist Modified: head/www/squid/Makefile ============================================================================== --- head/www/squid/Makefile Wed Jul 8 09:17:44 2015 (r391554) +++ head/www/squid/Makefile Wed Jul 8 09:30:17 2015 (r391555) @@ -355,7 +355,6 @@ post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} ${MYDOCS} ${STAGEDIR}${DOCSDIR}) ${MKDIR} ${STAGEDIR}/var/squid/logs - ${RMDIR} ${STAGEDIR}/var/run/squid .include Added: head/www/squid/files/patch-compat_shm.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/squid/files/patch-compat_shm.cc Wed Jul 8 09:30:17 2015 (r391555) @@ -0,0 +1,11 @@ +--- compat/shm.cc.orig 2015-05-28 11:06:38 UTC ++++ compat/shm.cc +@@ -29,6 +29,8 @@ shm_portable_segment_name_is_path() + size_t len = sizeof(jailed); + ::sysctlbyname("security.jail.jailed", &jailed, &len, NULL, 0); + return !jailed; ++#elif defined (__DragonFly__) ++ return true; + #else + return false; + #endif Modified: head/www/squid/pkg-plist ============================================================================== --- head/www/squid/pkg-plist Wed Jul 8 09:17:44 2015 (r391554) +++ head/www/squid/pkg-plist Wed Jul 8 09:30:17 2015 (r391555) @@ -2176,6 +2176,7 @@ sbin/purge sbin/squid sbin/squidclient @dir(squid,squid,750) /var/log/squid +@dir(squid,squid,750) /var/run/squid @dir(squid,squid,750) /var/squid @dir(squid,squid,750) /var/squid/cache @dir(squid,squid,750) /var/squid/logs From owner-svn-ports-head@freebsd.org Wed Jul 8 09:52:05 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0C32F996220; Wed, 8 Jul 2015 09:52:05 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EFAD51DA7; Wed, 8 Jul 2015 09:52:04 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t689q4B5011115; Wed, 8 Jul 2015 09:52:04 GMT (envelope-from bsam@FreeBSD.org) Received: (from bsam@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t689q37u011106; Wed, 8 Jul 2015 09:52:03 GMT (envelope-from bsam@FreeBSD.org) Message-Id: <201507080952.t689q37u011106@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bsam set sender to bsam@FreeBSD.org using -f From: Boris Samorodov Date: Wed, 8 Jul 2015 09:52:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391556 - in head/databases: . mtools-mongodb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 08 Jul 2015 09:52:05 -0000 Author: bsam Date: Wed Jul 8 09:52:02 2015 New Revision: 391556 URL: https://svnweb.freebsd.org/changeset/ports/391556 Log: Mtools is a collection of helper scripts to parse and filter MongoDB log files (mongod, mongos), visualize log files and quickly set up complex MongoDB test environments on a local machine: * mlogfilter * slices log files by time, merges log files, filters slow queries, finds table scans, shortens log lines, filters by other atributes, convert to JSON; * mloginfo * returns info about log file, like start and end time, version, binary, special sections like restarts, connections, distinct view; * mplotqueries * visualize logfiles with different types of plots; * mlogvis * creates a self-contained html file that shows an interactive visualization in a web browser (as an alternative to mplotqueries); * mlaunch * a script to quickly spin up local test environments, including replica sets and sharded systems; * mgenerate * generates structured pseudo-random data based on a template for testing and reproduction. WWW: https://github.com/rueckstiess/mtools/ Added: head/databases/mtools-mongodb/ head/databases/mtools-mongodb/Makefile (contents, props changed) head/databases/mtools-mongodb/distinfo (contents, props changed) head/databases/mtools-mongodb/pkg-descr (contents, props changed) Modified: head/databases/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Wed Jul 8 09:30:17 2015 (r391555) +++ head/databases/Makefile Wed Jul 8 09:52:02 2015 (r391556) @@ -187,6 +187,7 @@ SUBDIR += monetdb SUBDIR += mongodb SUBDIR += mrtg-mysql-load + SUBDIR += mtools-mongodb SUBDIR += mtop SUBDIR += mydbf2mysql SUBDIR += mydumper Added: head/databases/mtools-mongodb/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/mtools-mongodb/Makefile Wed Jul 8 09:52:02 2015 (r391556) @@ -0,0 +1,23 @@ +# Created by: Boris Samorodov +# $FreeBSD$ + +PORTNAME= mtools +PORTVERSION= 1.1.8 +CATEGORIES= databases python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMESUFFIX= -mongodb + +MAINTAINER= bsam@FreeBSD.org +COMMENT= Setup test environments; parse, filter and visualize MongoDB log files + +LICENSE= APACHE20 + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>=2.0:${PORTSDIR}/sysutils/py-psutil \ + ${PYTHON_PKGNAMEPREFIX}pymongo>0:${PORTSDIR}/databases/pymongo \ + ${PYTHON_PKGNAMEPREFIX}matplotlib>0:${PORTSDIR}/math/py-matplotlib + +USE_PYTHON= autoplist distutils +USES= python:2 + +.include Added: head/databases/mtools-mongodb/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/mtools-mongodb/distinfo Wed Jul 8 09:52:02 2015 (r391556) @@ -0,0 +1,2 @@ +SHA256 (mtools-1.1.8.tar.gz) = 9696e8866e4c530614d1b55542fe6d95804c1e6d0565e05590f98eb49ab1e431 +SIZE (mtools-1.1.8.tar.gz) = 1693933 Added: head/databases/mtools-mongodb/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/mtools-mongodb/pkg-descr Wed Jul 8 09:52:02 2015 (r391556) @@ -0,0 +1,24 @@ +Mtools is a collection of helper scripts to parse and filter MongoDB +log files (mongod, mongos), visualize log files and quickly set up +complex MongoDB test environments on a local machine: + +* mlogfilter * slices log files by time, merges log files, filters + slow queries, finds table scans, shortens log lines, filters by + other atributes, convert to JSON; + +* mloginfo * returns info about log file, like start and end time, + version, binary, special sections like restarts, connections, + distinct view; + +* mplotqueries * visualize logfiles with different types of plots; + +* mlogvis * creates a self-contained html file that shows an interactive + visualization in a web browser (as an alternative to mplotqueries); + +* mlaunch * a script to quickly spin up local test environments, + including replica sets and sharded systems; + +* mgenerate * generates structured pseudo-random data based on a + template for testing and reproduction. + +WWW: https://github.com/rueckstiess/mtools/ From owner-svn-ports-head@freebsd.org Wed Jul 8 10:39:31 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 63482996B44; Wed, 8 Jul 2015 10:39:31 +0000 (UTC) (envelope-from vg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4F0ED1542; Wed, 8 Jul 2015 10:39:31 +0000 (UTC) (envelope-from vg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t68AdUMP031475; Wed, 8 Jul 2015 10:39:30 GMT (envelope-from vg@FreeBSD.org) Received: (from vg@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t68AdUwj031473; Wed, 8 Jul 2015 10:39:30 GMT (envelope-from vg@FreeBSD.org) Message-Id: <201507081039.t68AdUwj031473@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vg set sender to vg@FreeBSD.org using -f From: Veniamin Gvozdikov Date: Wed, 8 Jul 2015 10:39:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391557 - head/databases/php5-tarantool X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 08 Jul 2015 10:39:31 -0000 Author: vg Date: Wed Jul 8 10:39:29 2015 New Revision: 391557 URL: https://svnweb.freebsd.org/changeset/ports/391557 Log: - Updated to lastes version Modified: head/databases/php5-tarantool/Makefile head/databases/php5-tarantool/distinfo Modified: head/databases/php5-tarantool/Makefile ============================================================================== --- head/databases/php5-tarantool/Makefile Wed Jul 8 09:52:02 2015 (r391556) +++ head/databases/php5-tarantool/Makefile Wed Jul 8 10:39:29 2015 (r391557) @@ -18,9 +18,13 @@ PHP_DEFAULT= 5.4 PHP_MODNAME= ${PORTNAME} GH_PROJECT= ${PORTNAME}-php GH_ACCOUNT= tarantool -GH_TAGNAME= d88ac7b -TR_VER= 20131031 +GH_TAGNAME= 3f24c5e +TR_VER= 20150708 CONFIGURE_ARGS+= --with-tarantool +.if ${OSVERSION} < 900000 +IGNORE= does not support FreeBSD versions < 9.0 +.endif + .include Modified: head/databases/php5-tarantool/distinfo ============================================================================== --- head/databases/php5-tarantool/distinfo Wed Jul 8 09:52:02 2015 (r391556) +++ head/databases/php5-tarantool/distinfo Wed Jul 8 10:39:29 2015 (r391557) @@ -1,2 +1,2 @@ -SHA256 (tarantool-tarantool-php-20131031-d88ac7b_GH0.tar.gz) = 86182ea40dc17061e4c456ff13c32d5e4ca008de55a881a576ca53def0e6eb8a -SIZE (tarantool-tarantool-php-20131031-d88ac7b_GH0.tar.gz) = 20997 +SHA256 (tarantool-tarantool-php-20150708-3f24c5e_GH0.tar.gz) = 2003e106a486a27b8ff6dd5f8d0b9672333b83c3634369dce9dc2bdfb8883420 +SIZE (tarantool-tarantool-php-20150708-3f24c5e_GH0.tar.gz) = 602791 From owner-svn-ports-head@freebsd.org Wed Jul 8 10:50:20 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 454F1996D1B; Wed, 8 Jul 2015 10:50:20 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3030B1B88; Wed, 8 Jul 2015 10:50:20 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t68AoKv6036594; Wed, 8 Jul 2015 10:50:20 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t68AoIwH036584; Wed, 8 Jul 2015 10:50:18 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507081050.t68AoIwH036584@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 8 Jul 2015 10:50:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391558 - in head/misc: . elixir-uuid elixir-uuid/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, 08 Jul 2015 10:50:20 -0000 Author: olgeni Date: Wed Jul 8 10:50:17 2015 New Revision: 391558 URL: https://svnweb.freebsd.org/changeset/ports/391558 Log: Add misc/elixir-uuid, UUID generator for Elixir. Added: head/misc/elixir-uuid/ head/misc/elixir-uuid/Makefile (contents, props changed) head/misc/elixir-uuid/distinfo (contents, props changed) head/misc/elixir-uuid/files/ head/misc/elixir-uuid/files/patch-mix.exs (contents, props changed) head/misc/elixir-uuid/pkg-descr (contents, props changed) head/misc/elixir-uuid/pkg-plist (contents, props changed) Modified: head/misc/Makefile Modified: head/misc/Makefile ============================================================================== --- head/misc/Makefile Wed Jul 8 10:39:29 2015 (r391557) +++ head/misc/Makefile Wed Jul 8 10:50:17 2015 (r391558) @@ -74,6 +74,7 @@ SUBDIR += dvorakng SUBDIR += e2fsprogs-libblkid SUBDIR += e2fsprogs-libuuid + SUBDIR += elixir-uuid SUBDIR += elscreen SUBDIR += esniper SUBDIR += estic Added: head/misc/elixir-uuid/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/elixir-uuid/Makefile Wed Jul 8 10:50:17 2015 (r391558) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= uuid +PORTVERSION= 1.0.1 +DISTVERSIONPREFIX= v +CATEGORIES= misc +PKGNAMEPREFIX= elixir- + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= UUID generator and utilities for Elixir + +LICENSE= APACHE20 + +USES= elixir +USE_GITHUB= yes +GH_ACCOUNT= zyro +GH_PROJECT= ${PKGNAMEPREFIX}${PORTNAME} + +.include Added: head/misc/elixir-uuid/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/elixir-uuid/distinfo Wed Jul 8 10:50:17 2015 (r391558) @@ -0,0 +1,2 @@ +SHA256 (zyro-elixir-uuid-v1.0.1_GH0.tar.gz) = f4e39a85dfd54cfe87681ac0148de8dfd46dcad6d7cc02b3d7642f6c9dd3b204 +SIZE (zyro-elixir-uuid-v1.0.1_GH0.tar.gz) = 11464 Added: head/misc/elixir-uuid/files/patch-mix.exs ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/elixir-uuid/files/patch-mix.exs Wed Jul 8 10:50:17 2015 (r391558) @@ -0,0 +1,12 @@ +--- mix.exs.orig 2015-07-08 10:43:54 UTC ++++ mix.exs +@@ -9,8 +9,7 @@ defmodule UUID.Mixfile do + homepage_url: "http://hexdocs.pm/uuid", + elixir: "~> 1.0", + description: description, +- package: package, +- deps: deps] ++ package: package] + end + + # Application configuration. Added: head/misc/elixir-uuid/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/elixir-uuid/pkg-descr Wed Jul 8 10:50:17 2015 (r391558) @@ -0,0 +1,3 @@ +UUID generator and utilities for Elixir. See RFC 4122. + +WWW: https://github.com/zyro/elixir-uuid Added: head/misc/elixir-uuid/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/elixir-uuid/pkg-plist Wed Jul 8 10:50:17 2015 (r391558) @@ -0,0 +1,4 @@ +lib/elixir/lib/uuid/ebin/Elixir.UUID.beam +lib/elixir/lib/uuid/ebin/uuid.app +lib/elixir/lib/uuid/lib/uuid.ex +%%PORTDOCS%%%%DOCSDIR%%/README.md From owner-svn-ports-head@freebsd.org Wed Jul 8 10:57:51 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0208D996EEC; Wed, 8 Jul 2015 10:57:50 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CF2C71E4C; Wed, 8 Jul 2015 10:57:50 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t68Avofa041274; Wed, 8 Jul 2015 10:57:50 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t68AvmPm041261; Wed, 8 Jul 2015 10:57:48 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507081057.t68AvmPm041261@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 8 Jul 2015 10:57:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391559 - in head/textproc: . elixir-funnel elixir-funnel/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, 08 Jul 2015 10:57:51 -0000 Author: olgeni Date: Wed Jul 8 10:57:47 2015 New Revision: 391559 URL: https://svnweb.freebsd.org/changeset/ports/391559 Log: Add textproc/elixir-funnel, an Elixir API built upon ElasticSearch's percolation. Added: head/textproc/elixir-funnel/ head/textproc/elixir-funnel/Makefile (contents, props changed) head/textproc/elixir-funnel/distinfo (contents, props changed) head/textproc/elixir-funnel/files/ head/textproc/elixir-funnel/files/patch-mix.exs (contents, props changed) head/textproc/elixir-funnel/pkg-descr (contents, props changed) head/textproc/elixir-funnel/pkg-plist (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Wed Jul 8 10:50:17 2015 (r391558) +++ head/textproc/Makefile Wed Jul 8 10:57:47 2015 (r391559) @@ -150,6 +150,7 @@ SUBDIR += elasticsearch-river-rabbitmq SUBDIR += elixir-earmark SUBDIR += elixir-ex_doc + SUBDIR += elixir-funnel SUBDIR += emacs-wiki SUBDIR += en-aspell SUBDIR += en-hunspell Added: head/textproc/elixir-funnel/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/elixir-funnel/Makefile Wed Jul 8 10:57:47 2015 (r391559) @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= funnel +PORTVERSION= 0.4.1 +CATEGORIES= textproc +PKGNAMEPREFIX= elixir- + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= Streaming Elixir API built upon ElasticSearch's percolation + +LICENSE= APACHE20 + +USES= elixir +USE_GITHUB= yes +GH_ACCOUNT= chatgris + +MIX_BUILD_DEPS= devel/elixir-poison \ + devel/erlang-poolboy \ + misc/elixir-uuid \ + www/elixir-httpoison +MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} + +.include Added: head/textproc/elixir-funnel/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/elixir-funnel/distinfo Wed Jul 8 10:57:47 2015 (r391559) @@ -0,0 +1,2 @@ +SHA256 (chatgris-funnel-0.4.1_GH0.tar.gz) = 565eabebe130e5211a405e64f97e5077639a99f5ab703073cb79ecba80c1c7d2 +SIZE (chatgris-funnel-0.4.1_GH0.tar.gz) = 11859 Added: head/textproc/elixir-funnel/files/patch-mix.exs ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/elixir-funnel/files/patch-mix.exs Wed Jul 8 10:57:47 2015 (r391559) @@ -0,0 +1,15 @@ +--- mix.exs.orig 2014-09-10 19:01:07 UTC ++++ mix.exs +@@ -6,10 +6,9 @@ defmodule Funnel.Mixfile do + version: "0.4.1", + compilers: [:elixir, :app], + compile_path: "tmp/#{Mix.env}/funnel/ebin", +- elixir: "~> 0.15 or 1.0.0-rc1 or 1.0.0", ++ elixir: "~> 0.15 or ~> 1.0.0", + description: description, +- package: package, +- deps: deps ] ++ package: package] + end + + # Configuration for the OTP application Added: head/textproc/elixir-funnel/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/elixir-funnel/pkg-descr Wed Jul 8 10:57:47 2015 (r391559) @@ -0,0 +1,3 @@ +Streaming Elixir API built upon ElasticSearch's percolation. + +WWW: https://github.com/chatgris/funnel Added: head/textproc/elixir-funnel/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/elixir-funnel/pkg-plist Wed Jul 8 10:57:47 2015 (r391559) @@ -0,0 +1,37 @@ +lib/elixir/lib/funnel/ebin/Elixir.Funnel.Caches.beam +lib/elixir/lib/funnel/ebin/Elixir.Funnel.Es.beam +lib/elixir/lib/funnel/ebin/Elixir.Funnel.Index.beam +lib/elixir/lib/funnel/ebin/Elixir.Funnel.Percolator.beam +lib/elixir/lib/funnel/ebin/Elixir.Funnel.PercolatorPool.beam +lib/elixir/lib/funnel/ebin/Elixir.Funnel.Query.beam +lib/elixir/lib/funnel/ebin/Elixir.Funnel.QuerySearch.beam +lib/elixir/lib/funnel/ebin/Elixir.Funnel.Responder.beam +lib/elixir/lib/funnel/ebin/Elixir.Funnel.Supervisor.beam +lib/elixir/lib/funnel/ebin/Elixir.Funnel.Transistor.Cache.Funnel.Transistor.CacheState.beam +lib/elixir/lib/funnel/ebin/Elixir.Funnel.Transistor.Cache.beam +lib/elixir/lib/funnel/ebin/Elixir.Funnel.Transistor.Funnel.TransistorState.beam +lib/elixir/lib/funnel/ebin/Elixir.Funnel.Transistor.beam +lib/elixir/lib/funnel/ebin/Elixir.Funnel.Transistors.beam +lib/elixir/lib/funnel/ebin/Elixir.Funnel.Transport.beam +lib/elixir/lib/funnel/ebin/Elixir.Funnel.Uuid.beam +lib/elixir/lib/funnel/ebin/Elixir.Funnel.beam +lib/elixir/lib/funnel/ebin/funnel.app +lib/elixir/lib/funnel/lib/funnel.ex +lib/elixir/lib/funnel/lib/funnel/caches.ex +lib/elixir/lib/funnel/lib/funnel/environments/dev.exs +lib/elixir/lib/funnel/lib/funnel/environments/prod.exs +lib/elixir/lib/funnel/lib/funnel/environments/test.exs +lib/elixir/lib/funnel/lib/funnel/es.ex +lib/elixir/lib/funnel/lib/funnel/index.ex +lib/elixir/lib/funnel/lib/funnel/percolator.ex +lib/elixir/lib/funnel/lib/funnel/percolator_pool.ex +lib/elixir/lib/funnel/lib/funnel/query.ex +lib/elixir/lib/funnel/lib/funnel/query_search.ex +lib/elixir/lib/funnel/lib/funnel/responder.ex +lib/elixir/lib/funnel/lib/funnel/supervisor.ex +lib/elixir/lib/funnel/lib/funnel/transistor.ex +lib/elixir/lib/funnel/lib/funnel/transistor/cache.ex +lib/elixir/lib/funnel/lib/funnel/transistors.ex +lib/elixir/lib/funnel/lib/funnel/transport.ex +lib/elixir/lib/funnel/lib/funnel/uuid.ex +%%PORTDOCS%%%%DOCSDIR%%/README.md From owner-svn-ports-head@freebsd.org Wed Jul 8 11:04:16 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 26C6B9950D7; Wed, 8 Jul 2015 11:04:16 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id DEA701305; Wed, 8 Jul 2015 11:04:15 +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 0F834BDC6E; Wed, 8 Jul 2015 13:04:13 +0200 (CEST) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id E6609BDC6B; Wed, 8 Jul 2015 13:04:12 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id BCA7D615F; Wed, 8 Jul 2015 13:04:11 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id 599D49E9EAA; Wed, 8 Jul 2015 13:04:10 +0200 (CEST) Date: Wed, 08 Jul 2015 13:04:10 +0200 From: Mathieu Arnold To: Jimmy Olgeni , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r391558 - in head/misc: . elixir-uuid elixir-uuid/files Message-ID: <574EFE77303DEA7C9EAF7290@ogg.in.absolight.net> In-Reply-To: <201507081050.t68AoIwH036584@repo.freebsd.org> References: <201507081050.t68AoIwH036584@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="==========5639C0CB843E063077CC==========" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 08 Jul 2015 11:04:16 -0000 --==========5639C0CB843E063077CC========== Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline +--On 8 juillet 2015 10:50:18 +0000 Jimmy Olgeni wrote: | +PORTNAME= uuid | +PKGNAMEPREFIX= elixir- | +GH_PROJECT= ${PKGNAMEPREFIX}${PORTNAME} If the software is really called elixir-uuid, then you should use that as PORTNAME. -- Mathieu Arnold --==========5639C0CB843E063077CC========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJVnQOqXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IwG4P/iTVsChWSdu4asJA16FX5Zhw PMdmZ0pTzEHbkef/j14IDfhKjhhYva9fsXvDqZEOSpZGulLLR8nm1SQtyXdw859U Wc/ZDz1so3Fn1IU/GSV+nHyAdIAv7k3sPpfWeoEJwn9/XYODwFV/i4tXaQusSuPr dRfHB0UPEKhxcNw9oT2/7CUz2SC6V9BmPKjUlvci0nh5nnSK4BACMpRFVXe3gcyn 4UvAduBeoIoUEiq9nVzsjGrsvaVRj4JCn1uFgn8vxljWGpPQaqDdVHviOq4aoCnN MchUqmHuCzdSQghx70QnUksFlVnuaDQyqbJ1s0QO1zz8LZS0iPFqcksj9od2mQTu LLp9XbkFFuQZC6fxRG2SDp7orfTOR/5xyiMaxWq7POEHoZlLimWAbRSNYKA8Qjql Fwz4OtRr39PRR/Ha9GDP1SxNRy/1nVLEy6eI9xbERUzVrMuYtFqOVnXCtulQZhbp fT8a27pqVeFtrdZ6K7sK6Xk49z1OExFXoZG8KKh+/t/xn7QXuzTMNF0DqSlifwmI 8OsZ+vI3/gMQ8FM2zv+VUEeI6uieQ2LLwDtaW1b2FRoKxlRPtd5YRUFN+qPBu+fV 46w0xvnu6AuwNAxaI3N2k0lJhCKHEjpZ9p8dPXEqIZE9T+xWMY0tngnPakI8IEm8 tEK7ZnvaFeyyHL8agyeB =VOJO -----END PGP SIGNATURE----- --==========5639C0CB843E063077CC==========-- From owner-svn-ports-head@freebsd.org Wed Jul 8 11:16:25 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 22DD89952A8; Wed, 8 Jul 2015 11:16:25 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0A7F41AE2; Wed, 8 Jul 2015 11:16:25 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t68BGObx050888; Wed, 8 Jul 2015 11:16:24 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t68BGOLZ050887; Wed, 8 Jul 2015 11:16:24 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507081116.t68BGOLZ050887@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 8 Jul 2015 11:16:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391560 - head/misc/elixir-uuid X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 08 Jul 2015 11:16:25 -0000 Author: olgeni Date: Wed Jul 8 11:16:24 2015 New Revision: 391560 URL: https://svnweb.freebsd.org/changeset/ports/391560 Log: Use actual port name as PORTNAME, and set ELIXIR_APP_NAME. Modified: head/misc/elixir-uuid/Makefile Modified: head/misc/elixir-uuid/Makefile ============================================================================== --- head/misc/elixir-uuid/Makefile Wed Jul 8 10:57:47 2015 (r391559) +++ head/misc/elixir-uuid/Makefile Wed Jul 8 11:16:24 2015 (r391560) @@ -1,10 +1,9 @@ # $FreeBSD$ -PORTNAME= uuid +PORTNAME= elixir-uuid PORTVERSION= 1.0.1 DISTVERSIONPREFIX= v CATEGORIES= misc -PKGNAMEPREFIX= elixir- MAINTAINER= olgeni@FreeBSD.org COMMENT= UUID generator and utilities for Elixir @@ -14,6 +13,7 @@ LICENSE= APACHE20 USES= elixir USE_GITHUB= yes GH_ACCOUNT= zyro -GH_PROJECT= ${PKGNAMEPREFIX}${PORTNAME} + +ELIXIR_APP_NAME=uuid .include From owner-svn-ports-head@freebsd.org Wed Jul 8 11:16:52 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 61A109952D1; Wed, 8 Jul 2015 11:16:52 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from olgeni.olgeni.com (host-156-246-171-31.cloudsigma.com [31.171.246.156]) by mx1.freebsd.org (Postfix) with ESMTP id 2587E1BE5; Wed, 8 Jul 2015 11:16:51 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from [10.0.2.15] (unknown [5.8.101.242]) by olgeni.olgeni.com (Postfix) with ESMTPSA id 7AA36D79A4; Wed, 8 Jul 2015 13:16:44 +0200 (CEST) Date: Wed, 8 Jul 2015 13:16:44 +0200 (CEST) From: Jimmy Olgeni X-X-Sender: olgeni@backoffice.olgeni.com To: Mathieu Arnold cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r391558 - in head/misc: . elixir-uuid elixir-uuid/files In-Reply-To: <574EFE77303DEA7C9EAF7290@ogg.in.absolight.net> Message-ID: References: <201507081050.t68AoIwH036584@repo.freebsd.org> <574EFE77303DEA7C9EAF7290@ogg.in.absolight.net> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) X-OpenPGP-KeyID: 0xFCDB3E82F778D8D7 X-OpenPGP-Fingerprint: EE37 B427 91C5 7707 EC54 064A FCDB 3E82 F778 D8D7 X-OpenPGP-URL: http://olgeni.olgeni.com/~olgeni/pgp/olgeni@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: Wed, 08 Jul 2015 11:16:52 -0000 On Wed, 8 Jul 2015, Mathieu Arnold wrote: > If the software is really called elixir-uuid, then you should use that as > PORTNAME. Got it - thanks! -- jimmy From owner-svn-ports-head@freebsd.org Wed Jul 8 11:36:35 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 75D25995700; Wed, 8 Jul 2015 11:36:35 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 65FEF147C; Wed, 8 Jul 2015 11:36:35 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t68BaZD1060859; Wed, 8 Jul 2015 11:36:35 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t68BaZFZ060858; Wed, 8 Jul 2015 11:36:35 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201507081136.t68BaZFZ060858@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Wed, 8 Jul 2015 11:36:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391561 - head/devel/elixir-bson X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 08 Jul 2015 11:36:35 -0000 Author: vanilla Date: Wed Jul 8 11:36:34 2015 New Revision: 391561 URL: https://svnweb.freebsd.org/changeset/ports/391561 Log: Use actual port name as PORTNAME, and set ELIXIR_APP_NAME. Obtained from: misc/elixir-uuid Modified: head/devel/elixir-bson/Makefile Modified: head/devel/elixir-bson/Makefile ============================================================================== --- head/devel/elixir-bson/Makefile Wed Jul 8 11:16:24 2015 (r391560) +++ head/devel/elixir-bson/Makefile Wed Jul 8 11:36:34 2015 (r391561) @@ -1,9 +1,8 @@ # $FreeBSD$ -PORTNAME= bson +PORTNAME= elixir-bson PORTVERSION= 0.4.3 CATEGORIES= devel -PKGNAMEPREFIX= elixir- MAINTAINER= vanilla@FreeBSD.org COMMENT= BSON implementation in Elixir @@ -13,6 +12,7 @@ LICENSE= MIT USES= elixir USE_GITHUB= yes GH_ACCOUNT= checkiz -GH_PROJECT= elixir-${PORTNAME} + +ELIXIR_APP_NAME=bson .include From owner-svn-ports-head@freebsd.org Wed Jul 8 11:36:53 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0D5DD995737; Wed, 8 Jul 2015 11:36:53 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F0FD015B1; Wed, 8 Jul 2015 11:36:52 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t68BaqSG061005; Wed, 8 Jul 2015 11:36:52 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t68BaqPC061004; Wed, 8 Jul 2015 11:36:52 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201507081136.t68BaqPC061004@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Wed, 8 Jul 2015 11:36:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391562 - head/databases/elixir-mongo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 08 Jul 2015 11:36:53 -0000 Author: vanilla Date: Wed Jul 8 11:36:52 2015 New Revision: 391562 URL: https://svnweb.freebsd.org/changeset/ports/391562 Log: Use actual port name as PORTNAME, and set ELIXIR_APP_NAME. Obtained from: misc/elixir-uuid Modified: head/databases/elixir-mongo/Makefile Modified: head/databases/elixir-mongo/Makefile ============================================================================== --- head/databases/elixir-mongo/Makefile Wed Jul 8 11:36:34 2015 (r391561) +++ head/databases/elixir-mongo/Makefile Wed Jul 8 11:36:52 2015 (r391562) @@ -1,9 +1,8 @@ # $FreeBSD$ -PORTNAME= mongo +PORTNAME= elixir-mongo PORTVERSION= 0.5.1 CATEGORIES= databases -PKGNAMEPREFIX= elixir- MAINTAINER= vanilla@FreeBSD.org COMMENT= Database driver for MongoDB written in Elixir @@ -13,7 +12,8 @@ LICENSE= MIT USES= elixir USE_GITHUB= yes GH_ACCOUNT= checkiz -GH_PROJECT= elixir-${PORTNAME} + +ELIXIR_APP_NAME=mongo MIX_BUILD_DEPS= devel/elixir-bson MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} From owner-svn-ports-head@freebsd.org Wed Jul 8 13:09:13 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6D45C9952AE; Wed, 8 Jul 2015 13:09:13 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3BC4F1DED; Wed, 8 Jul 2015 13:09:13 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t68D9Cti005056; Wed, 8 Jul 2015 13:09:12 GMT (envelope-from ed@FreeBSD.org) Received: (from ed@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t68D98eV005024; Wed, 8 Jul 2015 13:09:08 GMT (envelope-from ed@FreeBSD.org) Message-Id: <201507081309.t68D98eV005024@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ed set sender to ed@FreeBSD.org using -f From: Ed Schouten Date: Wed, 8 Jul 2015 13:09:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391563 - in head/devel: cloudabi-cloudlibc cloudabi-compiler-rt cloudabi-libc++ cloudabi-libc++/files cloudabi-libc++abi cloudabi-libunwind X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 08 Jul 2015 13:09:13 -0000 Author: ed (src committer) Date: Wed Jul 8 13:09:07 2015 New Revision: 391563 URL: https://svnweb.freebsd.org/changeset/ports/391563 Log: Update CloudABI libraries to newer versions. libc++ still had some local patches to make its locale code work on CloudABI. This has been fixed by adding missing C functions to cloudlibc, but also by making some portability cleanups to libc++ that have been upstreamed in the meantime. By bumping both these packages to a newer version, we can get rid of the local patches. Deleted: head/devel/cloudabi-libc++/files/patch-include_locale head/devel/cloudabi-libc++/files/patch-src_locale.cpp Modified: head/devel/cloudabi-cloudlibc/Makefile head/devel/cloudabi-cloudlibc/distinfo head/devel/cloudabi-cloudlibc/pkg-plist head/devel/cloudabi-compiler-rt/Makefile head/devel/cloudabi-compiler-rt/distinfo head/devel/cloudabi-libc++/Makefile head/devel/cloudabi-libc++/distinfo head/devel/cloudabi-libc++abi/Makefile head/devel/cloudabi-libc++abi/distinfo head/devel/cloudabi-libunwind/Makefile head/devel/cloudabi-libunwind/distinfo Modified: head/devel/cloudabi-cloudlibc/Makefile ============================================================================== --- head/devel/cloudabi-cloudlibc/Makefile Wed Jul 8 11:36:52 2015 (r391562) +++ head/devel/cloudabi-cloudlibc/Makefile Wed Jul 8 13:09:07 2015 (r391563) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cloudlibc -PORTVERSION= 0.1 +PORTVERSION= 0.2 CATEGORIES= devel MASTER_SITES= https://nuxi.nl/distfiles/cloudlibc/ PKGNAMEPREFIX= cloudabi- Modified: head/devel/cloudabi-cloudlibc/distinfo ============================================================================== --- head/devel/cloudabi-cloudlibc/distinfo Wed Jul 8 11:36:52 2015 (r391562) +++ head/devel/cloudabi-cloudlibc/distinfo Wed Jul 8 13:09:07 2015 (r391563) @@ -1,2 +1,2 @@ -SHA256 (cloudlibc-0.1.tar.xz) = e1849c8861148a47bfb193fb063bbf37578a1b1dd64f42a963d849143dac37e4 -SIZE (cloudlibc-0.1.tar.xz) = 617924 +SHA256 (cloudlibc-0.2.tar.xz) = 4e0ba922c85318b3126b769bed2b67ff6b5126eb5e2d825241b1c056f41e58ac +SIZE (cloudlibc-0.2.tar.xz) = 628216 Modified: head/devel/cloudabi-cloudlibc/pkg-plist ============================================================================== --- head/devel/cloudabi-cloudlibc/pkg-plist Wed Jul 8 11:36:52 2015 (r391562) +++ head/devel/cloudabi-cloudlibc/pkg-plist Wed Jul 8 13:09:07 2015 (r391563) @@ -7,6 +7,7 @@ x86_64-unknown-cloudabi/include/_/struct x86_64-unknown-cloudabi/include/_/struct/timespec.h x86_64-unknown-cloudabi/include/_/types.h x86_64-unknown-cloudabi/include/aio.h +x86_64-unknown-cloudabi/include/argdata.h x86_64-unknown-cloudabi/include/arpa/inet.h x86_64-unknown-cloudabi/include/assert.h x86_64-unknown-cloudabi/include/complex.h Modified: head/devel/cloudabi-compiler-rt/Makefile ============================================================================== --- head/devel/cloudabi-compiler-rt/Makefile Wed Jul 8 11:36:52 2015 (r391562) +++ head/devel/cloudabi-compiler-rt/Makefile Wed Jul 8 13:09:07 2015 (r391563) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= compiler-rt -DISTVERSION= 0.240389 +DISTVERSION= 0.241676 CATEGORIES= devel MASTER_SITES= https://nuxi.nl/distfiles/compiler-rt/ PKGNAMEPREFIX= cloudabi- Modified: head/devel/cloudabi-compiler-rt/distinfo ============================================================================== --- head/devel/cloudabi-compiler-rt/distinfo Wed Jul 8 11:36:52 2015 (r391562) +++ head/devel/cloudabi-compiler-rt/distinfo Wed Jul 8 13:09:07 2015 (r391563) @@ -1,2 +1,2 @@ -SHA256 (compiler-rt-0.240389.tar.xz) = 1df516ee4a9662e261458f69018b3c44e3c3d18702e1e90234478c00ad14c5eb -SIZE (compiler-rt-0.240389.tar.xz) = 1182404 +SHA256 (compiler-rt-0.241676.tar.xz) = 4da00d6b177af1a882c6c5a3a43f2ec5820494bcc0681046a2bc8a43477cd2eb +SIZE (compiler-rt-0.241676.tar.xz) = 1164088 Modified: head/devel/cloudabi-libc++/Makefile ============================================================================== --- head/devel/cloudabi-libc++/Makefile Wed Jul 8 11:36:52 2015 (r391562) +++ head/devel/cloudabi-libc++/Makefile Wed Jul 8 13:09:07 2015 (r391563) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libc++ -PORTVERSION= 0.240527 +PORTVERSION= 0.241676 CATEGORIES= devel MASTER_SITES= https://nuxi.nl/distfiles/libc++/:libcxx \ https://nuxi.nl/distfiles/libc++abi/:libcxxabi Modified: head/devel/cloudabi-libc++/distinfo ============================================================================== --- head/devel/cloudabi-libc++/distinfo Wed Jul 8 11:36:52 2015 (r391562) +++ head/devel/cloudabi-libc++/distinfo Wed Jul 8 13:09:07 2015 (r391563) @@ -1,4 +1,4 @@ -SHA256 (libc++-0.240527.tar.xz) = 6775bb5ef2cacc71cd40d70ce54d77237333cb9ea83f1d06e0fd10fe58561f44 -SIZE (libc++-0.240527.tar.xz) = 967240 -SHA256 (libc++abi-0.240527.tar.xz) = 16b206bb5ad40fbd40f69f79c31924aa9efe7e01255f69962361f873f13b4c29 -SIZE (libc++abi-0.240527.tar.xz) = 507212 +SHA256 (libc++-0.241676.tar.xz) = f95aa5a100128377e52313456d3016125182186df11109e434ad7f9b8ed25f1d +SIZE (libc++-0.241676.tar.xz) = 959656 +SHA256 (libc++abi-0.241676.tar.xz) = 204a6772d70e1ad910117ca30335718ac9f344df555145abbe34b0bbf14ed50e +SIZE (libc++abi-0.241676.tar.xz) = 506816 Modified: head/devel/cloudabi-libc++abi/Makefile ============================================================================== --- head/devel/cloudabi-libc++abi/Makefile Wed Jul 8 11:36:52 2015 (r391562) +++ head/devel/cloudabi-libc++abi/Makefile Wed Jul 8 13:09:07 2015 (r391563) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libc++abi -PORTVERSION= 0.240527 +PORTVERSION= 0.241676 CATEGORIES= devel MASTER_SITES= https://nuxi.nl/distfiles/libc++abi/:libcxxabi \ https://nuxi.nl/distfiles/libunwind/:libunwind Modified: head/devel/cloudabi-libc++abi/distinfo ============================================================================== --- head/devel/cloudabi-libc++abi/distinfo Wed Jul 8 11:36:52 2015 (r391562) +++ head/devel/cloudabi-libc++abi/distinfo Wed Jul 8 13:09:07 2015 (r391563) @@ -1,4 +1,4 @@ -SHA256 (libc++abi-0.240527.tar.xz) = 16b206bb5ad40fbd40f69f79c31924aa9efe7e01255f69962361f873f13b4c29 -SIZE (libc++abi-0.240527.tar.xz) = 507212 -SHA256 (libunwind-0.240527.tar.xz) = a921907dbdadbf86fbc9f0317f6a88707907e36be0ecce283cd46e45dfb16e0f -SIZE (libunwind-0.240527.tar.xz) = 59036 +SHA256 (libc++abi-0.241676.tar.xz) = 204a6772d70e1ad910117ca30335718ac9f344df555145abbe34b0bbf14ed50e +SIZE (libc++abi-0.241676.tar.xz) = 506816 +SHA256 (libunwind-0.241676.tar.xz) = 6daeb7e5258c41d4bd702cf23da3f2c51d51387ed1c3cf110284b565a713ee5f +SIZE (libunwind-0.241676.tar.xz) = 59316 Modified: head/devel/cloudabi-libunwind/Makefile ============================================================================== --- head/devel/cloudabi-libunwind/Makefile Wed Jul 8 11:36:52 2015 (r391562) +++ head/devel/cloudabi-libunwind/Makefile Wed Jul 8 13:09:07 2015 (r391563) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libunwind -PORTVERSION= 0.240527 +PORTVERSION= 0.241676 CATEGORIES= devel MASTER_SITES= https://nuxi.nl/distfiles/libc++abi/:libcxxabi \ https://nuxi.nl/distfiles/libunwind/:libunwind Modified: head/devel/cloudabi-libunwind/distinfo ============================================================================== --- head/devel/cloudabi-libunwind/distinfo Wed Jul 8 11:36:52 2015 (r391562) +++ head/devel/cloudabi-libunwind/distinfo Wed Jul 8 13:09:07 2015 (r391563) @@ -1,4 +1,4 @@ -SHA256 (libc++abi-0.240527.tar.xz) = 16b206bb5ad40fbd40f69f79c31924aa9efe7e01255f69962361f873f13b4c29 -SIZE (libc++abi-0.240527.tar.xz) = 507212 -SHA256 (libunwind-0.240527.tar.xz) = a921907dbdadbf86fbc9f0317f6a88707907e36be0ecce283cd46e45dfb16e0f -SIZE (libunwind-0.240527.tar.xz) = 59036 +SHA256 (libc++abi-0.241676.tar.xz) = 204a6772d70e1ad910117ca30335718ac9f344df555145abbe34b0bbf14ed50e +SIZE (libc++abi-0.241676.tar.xz) = 506816 +SHA256 (libunwind-0.241676.tar.xz) = 6daeb7e5258c41d4bd702cf23da3f2c51d51387ed1c3cf110284b565a713ee5f +SIZE (libunwind-0.241676.tar.xz) = 59316 From owner-svn-ports-head@freebsd.org Wed Jul 8 13:50:37 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6A2BB995BE8; Wed, 8 Jul 2015 13:50:37 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 592811636; Wed, 8 Jul 2015 13:50:37 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t68Dob8t024559; Wed, 8 Jul 2015 13:50:37 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t68DoZl8024553; Wed, 8 Jul 2015 13:50:35 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201507081350.t68DoZl8024553@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Wed, 8 Jul 2015 13:50:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391564 - in head/www: . elixir-joken elixir-joken/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, 08 Jul 2015 13:50:37 -0000 Author: vanilla Date: Wed Jul 8 13:50:34 2015 New Revision: 391564 URL: https://svnweb.freebsd.org/changeset/ports/391564 Log: Add elixir-joken. JSON web token implementation in elixir. Added: head/www/elixir-joken/ head/www/elixir-joken/Makefile (contents, props changed) head/www/elixir-joken/distinfo (contents, props changed) head/www/elixir-joken/files/ head/www/elixir-joken/files/patch-mix.exs (contents, props changed) head/www/elixir-joken/pkg-descr (contents, props changed) head/www/elixir-joken/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Wed Jul 8 13:09:07 2015 (r391563) +++ head/www/Makefile Wed Jul 8 13:50:34 2015 (r391564) @@ -163,6 +163,7 @@ SUBDIR += eliom SUBDIR += elixir-httpoison SUBDIR += elixir-httpotion + SUBDIR += elixir-joken SUBDIR += elixir-maru SUBDIR += elixir-phoenix SUBDIR += elixir-phoenix_ecto Added: head/www/elixir-joken/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/elixir-joken/Makefile Wed Jul 8 13:50:34 2015 (r391564) @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= joken +PORTVERSION= 0.14.1 +DISTVERSIONPREFIX= v +CATEGORIES= www +PKGNAMEPREFIX= elixir- + +MAINTAINER= vanilla@FreeBSD.org +COMMENT= JSON Web Token implementation in Elixir + +LICENSE= APACHE20 + +USES= elixir +USE_GITHUB= yes +GH_ACCOUNT= bryanjos + +.include Added: head/www/elixir-joken/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/elixir-joken/distinfo Wed Jul 8 13:50:34 2015 (r391564) @@ -0,0 +1,2 @@ +SHA256 (bryanjos-joken-v0.14.1_GH0.tar.gz) = 9b91b7172f7713d719b6ac5d39a7e6ac3ce48933b243bf490cc21a977ad8e5f6 +SIZE (bryanjos-joken-v0.14.1_GH0.tar.gz) = 8001 Added: head/www/elixir-joken/files/patch-mix.exs ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/elixir-joken/files/patch-mix.exs Wed Jul 8 13:50:34 2015 (r391564) @@ -0,0 +1,12 @@ +--- mix.exs.orig 2015-07-08 12:15:58 UTC ++++ mix.exs +@@ -6,8 +6,7 @@ defmodule Joken.Mixfile do + version: "0.14.1", + elixir: "~> 1.0.0", + description: description, +- package: package, +- deps: deps] ++ package: package] + end + + def application do Added: head/www/elixir-joken/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/elixir-joken/pkg-descr Wed Jul 8 13:50:34 2015 (r391564) @@ -0,0 +1,3 @@ +JSON Web Token implementation in Elixir. + +WWW: https://github.com/bryanjos/joken Added: head/www/elixir-joken/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/elixir-joken/pkg-plist Wed Jul 8 13:50:34 2015 (r391564) @@ -0,0 +1,10 @@ +lib/elixir/lib/joken/ebin/Elixir.Joken.Config.beam +lib/elixir/lib/joken/ebin/Elixir.Joken.Token.beam +lib/elixir/lib/joken/ebin/Elixir.Joken.Utils.beam +lib/elixir/lib/joken/ebin/Elixir.Joken.beam +lib/elixir/lib/joken/ebin/joken.app +lib/elixir/lib/joken/lib/joken.ex +lib/elixir/lib/joken/lib/joken/config.ex +lib/elixir/lib/joken/lib/joken/token.ex +lib/elixir/lib/joken/lib/joken/utils.ex +%%PORTDOCS%%%%DOCSDIR%%/README.md From owner-svn-ports-head@freebsd.org Wed Jul 8 14:21:07 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C1CFD9964AF; Wed, 8 Jul 2015 14:21:07 +0000 (UTC) (envelope-from kmoore@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B24F41C6B; Wed, 8 Jul 2015 14:21:07 +0000 (UTC) (envelope-from kmoore@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t68EL7Zc040448; Wed, 8 Jul 2015 14:21:07 GMT (envelope-from kmoore@FreeBSD.org) Received: (from kmoore@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t68EL7cI040447; Wed, 8 Jul 2015 14:21:07 GMT (envelope-from kmoore@FreeBSD.org) Message-Id: <201507081421.t68EL7cI040447@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kmoore set sender to kmoore@FreeBSD.org using -f From: Kris Moore Date: Wed, 8 Jul 2015 14:21:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391565 - head/textproc/py-sphinx-intl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 08 Jul 2015 14:21:07 -0000 Author: kmoore Date: Wed Jul 8 14:21:06 2015 New Revision: 391565 URL: https://svnweb.freebsd.org/changeset/ports/391565 Log: - Add depend upon py-six, required for some i18n functionality - Bump PORTREV Modified: head/textproc/py-sphinx-intl/Makefile Modified: head/textproc/py-sphinx-intl/Makefile ============================================================================== --- head/textproc/py-sphinx-intl/Makefile Wed Jul 8 13:50:34 2015 (r391564) +++ head/textproc/py-sphinx-intl/Makefile Wed Jul 8 14:21:06 2015 (r391565) @@ -3,7 +3,7 @@ PORTNAME= sphinx-intl PORTVERSION= 0.9.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +15,8 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PKGNAMEPREFIX}sphinx>=1.1.3:${PORTSDIR}/textproc/py-sphinx \ - ${PKGNAMEPREFIX}polib>=1.0.6:${PORTSDIR}/devel/py-polib + ${PKGNAMEPREFIX}polib>=1.0.6:${PORTSDIR}/devel/py-polib \ + ${PKGNAMEPREFIX}six>=1.8.0:${PORTSDIR}/devel/py-six USES= python USE_PYTHON= autoplist distutils From owner-svn-ports-head@freebsd.org Wed Jul 8 15:19:41 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CC1FA996D0F; Wed, 8 Jul 2015 15:19:41 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BC9CD1DBC; Wed, 8 Jul 2015 15:19:41 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t68FJfhm068501; Wed, 8 Jul 2015 15:19:41 GMT (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t68FJfTH068500; Wed, 8 Jul 2015 15:19:41 GMT (envelope-from ume@FreeBSD.org) Message-Id: <201507081519.t68FJfTH068500@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ume set sender to ume@FreeBSD.org using -f From: Hajimu UMEMOTO Date: Wed, 8 Jul 2015 15:19:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391567 - head/mail/cyrus-imapd24 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 08 Jul 2015 15:19:41 -0000 Author: ume Date: Wed Jul 8 15:19:40 2015 New Revision: 391567 URL: https://svnweb.freebsd.org/changeset/ports/391567 Log: Mark BROKEN when AUTOSIEVE is ON, as autosieve patch is not available. Spotted by: mat Modified: head/mail/cyrus-imapd24/Makefile Modified: head/mail/cyrus-imapd24/Makefile ============================================================================== --- head/mail/cyrus-imapd24/Makefile Wed Jul 8 14:44:15 2015 (r391566) +++ head/mail/cyrus-imapd24/Makefile Wed Jul 8 15:19:40 2015 (r391567) @@ -121,6 +121,7 @@ PLIST_FILES+= cyrus/bin/compile_sieve .if ${PORT_OPTIONS:MAUTOSIEVE} AUTOSIEVE_VERSION= 0.6.0 PATCHFILES+= ${PORTNAME}-2.4.12-autosieve-${AUTOSIEVE_VERSION}.patch +BROKEN= Not buildable with autosieve patch .endif .if ${PORT_OPTIONS:MBDB} From owner-svn-ports-head@freebsd.org Wed Jul 8 15:33:58 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AF393996018; Wed, 8 Jul 2015 15:33:58 +0000 (UTC) (envelope-from loader@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9EEAD199A; Wed, 8 Jul 2015 15:33:58 +0000 (UTC) (envelope-from loader@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t68FXwlU077712; Wed, 8 Jul 2015 15:33:58 GMT (envelope-from loader@FreeBSD.org) Received: (from loader@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t68FXvLY077708; Wed, 8 Jul 2015 15:33:57 GMT (envelope-from loader@FreeBSD.org) Message-Id: <201507081533.t68FXvLY077708@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: loader set sender to loader@FreeBSD.org using -f From: Fukang Chen Date: Wed, 8 Jul 2015 15:33:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391568 - in head/devel: . py-semantic_version X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 08 Jul 2015 15:33:58 -0000 Author: loader (doc committer) Date: Wed Jul 8 15:33:56 2015 New Revision: 391568 URL: https://svnweb.freebsd.org/changeset/ports/391568 Log: [NEW] devel/py-semantic_version: Python library provides a few tools to handle SemVer in Python This small python library provides a few tools to handle SemVer in Python. It follows strictly the 2.0.0 version of the SemVer scheme. WWW: https://github.com/rbarrois/python-semanticversion Approved by: koobs Differential Revision: https://reviews.freebsd.org/D3021 Added: head/devel/py-semantic_version/ head/devel/py-semantic_version/Makefile (contents, props changed) head/devel/py-semantic_version/distinfo (contents, props changed) head/devel/py-semantic_version/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Jul 8 15:19:40 2015 (r391567) +++ head/devel/Makefile Wed Jul 8 15:33:56 2015 (r391568) @@ -4148,6 +4148,7 @@ SUBDIR += py-sanetime SUBDIR += py-scripttest SUBDIR += py-sdl2 + SUBDIR += py-semantic_version SUBDIR += py-serpent SUBDIR += py-setproctitle SUBDIR += py-setuptools Added: head/devel/py-semantic_version/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-semantic_version/Makefile Wed Jul 8 15:33:56 2015 (r391568) @@ -0,0 +1,33 @@ +# Created by: loader +# $FreeBSD$ + +PORTNAME= semantic_version +PORTVERSION= 2.4.2 +DISTVERSIONPREFIX= v +CATEGORIES= devel python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= loader@FreeBSD.org +COMMENT= Python library provides a few tools to handle SemVer in Python + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>0:${PORTSDIR}/www/py-django + +OPTIONS_DEFINE= TESTS + +TESTS_DESC= Install test suite requirements +TESTS_BUILD_DEPENDS= ${TEST_DEPENDS} + +USE_GITHUB= yes +GH_ACCOUNT= rbarrois +GH_PROJECT= python-semanticversion + +USES= python +USE_PYTHON= autoplist distutils + +regression-test: build + @cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test + +.include Added: head/devel/py-semantic_version/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-semantic_version/distinfo Wed Jul 8 15:33:56 2015 (r391568) @@ -0,0 +1,2 @@ +SHA256 (rbarrois-python-semanticversion-v2.4.2_GH0.tar.gz) = 81c03a9fffe5366950b2f6a6db231dd0a475b3c105a27544d8a480f271f60a0d +SIZE (rbarrois-python-semanticversion-v2.4.2_GH0.tar.gz) = 28781 Added: head/devel/py-semantic_version/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-semantic_version/pkg-descr Wed Jul 8 15:33:56 2015 (r391568) @@ -0,0 +1,5 @@ +This small python library provides a few tools to handle +SemVer in Python. It follows strictly the 2.0.0 version +of the SemVer scheme. + +WWW: https://github.com/rbarrois/python-semanticversion From owner-svn-ports-head@freebsd.org Wed Jul 8 16:21:01 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5C67699692D; Wed, 8 Jul 2015 16:21:01 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 48469159B; Wed, 8 Jul 2015 16:21:01 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t68GL1P7001160; Wed, 8 Jul 2015 16:21:01 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t68GL14a001159; Wed, 8 Jul 2015 16:21:01 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201507081621.t68GL14a001159@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Wed, 8 Jul 2015 16:21:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391569 - head/net/py-xmlrpclib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 08 Jul 2015 16:21:01 -0000 Author: rm Date: Wed Jul 8 16:21:00 2015 New Revision: 391569 URL: https://svnweb.freebsd.org/changeset/ports/391569 Log: net/py-xmlrpclib: set for deprecation xmlrpclib is available in standard library since python 2.2. Last consumer of this port is broken and marked deprecated, so mark this port deprecated too. Set expiration date to 2015-08-07 (adjust to expiration date of it's only consumer - net-p2p/py-kenosis). Modified: head/net/py-xmlrpclib/Makefile Modified: head/net/py-xmlrpclib/Makefile ============================================================================== --- head/net/py-xmlrpclib/Makefile Wed Jul 8 15:33:56 2015 (r391568) +++ head/net/py-xmlrpclib/Makefile Wed Jul 8 16:21:00 2015 (r391569) @@ -10,6 +10,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Python implementation of the XML-RPC protocol +DEPRECATED= This is part of standard library since python 2.2 +EXPIRATION_DATE=2015-08-07 + USES= python zip DOCSDIR= ${PREFIX}/share/doc/py-xmlrpclib From owner-svn-ports-head@freebsd.org Wed Jul 8 16:28:25 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3F97A9969C0; Wed, 8 Jul 2015 16:28:25 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2F0E11B9D; Wed, 8 Jul 2015 16:28:25 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t68GSP5w003447; Wed, 8 Jul 2015 16:28:25 GMT (envelope-from mva@FreeBSD.org) Received: (from mva@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t68GSOsg003445; Wed, 8 Jul 2015 16:28:24 GMT (envelope-from mva@FreeBSD.org) Message-Id: <201507081628.t68GSOsg003445@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mva set sender to mva@FreeBSD.org using -f From: Marcus von Appen Date: Wed, 8 Jul 2015 16:28:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391570 - head/graphics/partio X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 08 Jul 2015 16:28:25 -0000 Author: mva Date: Wed Jul 8 16:28:23 2015 New Revision: 391570 URL: https://svnweb.freebsd.org/changeset/ports/391570 Log: - Update to a snapshot from 2015-02-21 This update contains a small set of bug fixes. Modified: head/graphics/partio/Makefile head/graphics/partio/distinfo Modified: head/graphics/partio/Makefile ============================================================================== --- head/graphics/partio/Makefile Wed Jul 8 16:21:00 2015 (r391569) +++ head/graphics/partio/Makefile Wed Jul 8 16:28:23 2015 (r391570) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= partio -PORTVERSION= 1.1.0.20140128 -PORTREVISION= 6 +PORTVERSION= 1.1.0.20150221 CATEGORIES= graphics math MAINTAINER= mva@FreeBSD.org @@ -16,7 +15,7 @@ USE_GL= gl glut USE_GITHUB= yes GH_ACCOUNT= wdas -GH_TAGNAME= 833fd42 +GH_TAGNAME= 1fd6747 OPTIONS_DEFINE= DOCS PYTHON OPTIONS_DEFAULT= PYTHON Modified: head/graphics/partio/distinfo ============================================================================== --- head/graphics/partio/distinfo Wed Jul 8 16:21:00 2015 (r391569) +++ head/graphics/partio/distinfo Wed Jul 8 16:28:23 2015 (r391570) @@ -1,2 +1,2 @@ -SHA256 (wdas-partio-1.1.0.20140128-833fd42_GH0.tar.gz) = a2d2522601be1edefab3878e35663e01863a5cb384b2c1a5a3f643c87b6bd698 -SIZE (wdas-partio-1.1.0.20140128-833fd42_GH0.tar.gz) = 263586 +SHA256 (wdas-partio-1.1.0.20150221-1fd6747_GH0.tar.gz) = da7fc1ed5582521ba7514ec8a38e68f15d8e83ae974668a4b8a9ee80b78c360e +SIZE (wdas-partio-1.1.0.20150221-1fd6747_GH0.tar.gz) = 264017 From owner-svn-ports-head@freebsd.org Wed Jul 8 16:45:22 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 97B1C996DE3; Wed, 8 Jul 2015 16:45:22 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 871AA1D20; Wed, 8 Jul 2015 16:45:22 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t68GjMwB013338; Wed, 8 Jul 2015 16:45:22 GMT (envelope-from mva@FreeBSD.org) Received: (from mva@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t68GjLc2013316; Wed, 8 Jul 2015 16:45:21 GMT (envelope-from mva@FreeBSD.org) Message-Id: <201507081645.t68GjLc2013316@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mva set sender to mva@FreeBSD.org using -f From: Marcus von Appen Date: Wed, 8 Jul 2015 16:45:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391571 - in head/graphics/openimageio: . 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, 08 Jul 2015 16:45:22 -0000 Author: mva Date: Wed Jul 8 16:45:20 2015 New Revision: 391571 URL: https://svnweb.freebsd.org/changeset/ports/391571 Log: - Update to version 1.5.16 OpenImageIO 1.5 comes with many new features and bug fixes: * lots of new functions for image handling (API and command line tools), such as rotations, median filters, matrix transformations * new filters (cubic, rifman, simon, ...) * image metadata support (EXIF) * SIMD (SSE) instruction support to speed up processing images * basic movie file support via ffmpeg Changelog: https://github.com/OpenImageIO/oiio/blob/RB-1.5/CHANGES PR: 200818 Submitted by: Shane Ambler Added: head/graphics/openimageio/files/ head/graphics/openimageio/files/patch-src_include_OpenImageIO_simd.h (contents, props changed) Modified: head/graphics/openimageio/Makefile head/graphics/openimageio/distinfo head/graphics/openimageio/pkg-plist Modified: head/graphics/openimageio/Makefile ============================================================================== --- head/graphics/openimageio/Makefile Wed Jul 8 16:28:23 2015 (r391570) +++ head/graphics/openimageio/Makefile Wed Jul 8 16:45:20 2015 (r391571) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= openimageio -PORTVERSION= 1.4.15 +PORTVERSION= 1.5.16 DISTVERSIONPREFIX= Release- -PORTREVISION?= 2 +PORTREVISION?= 0 CATEGORIES?= graphics multimedia MAINTAINER?= FreeBSD@Shaneware.biz @@ -23,42 +23,63 @@ USES= cmake:outsource CMAKE_ARGS= -DBUILDSTATIC:BOOL=OFF \ -DLINKSTATIC:BOOL=OFF \ -DNOTHREADS:BOOL=OFF \ - -DSTOP_ON_WARNING:BOOL=OFF + -DSTOP_ON_WARNING:BOOL=OFF \ + -DUSE_CPP11:BOOL=OFF \ + -DUSE_OPENSSL:BOOL=OFF +CXXFLAGS+= -D__STDC_CONSTANT_MACROS -OPTIONS_DEFINE= DOCS IMAGEVIEWER OCIO TEST -OPTIONS_DEFAULT= OCIO +OPTIONS_DEFINE= DOCS FFMPEG GIF IMAGEVIEWER OCIO RAW TEST +OPTIONS_DEFAULT= OCIO FFMPEG GIF OPTIONS_SUB= yes +FFMPEG_DESC= Use ffmpeg to support extra file types IMAGEVIEWER_DESC= Build image viewer OCIO_DESC= Colour management support DOCS_CMAKE_ON= -DINSTALL_DOCS:BOOL=ON DOCS_CMAKE_OFF= -DINSTALL_DOCS:BOOL=OFF +FFMPEG_CMAKE_ON= -DUSE_FFMPEG:BOOL=ON +FFMPEG_CMAKE_OFF= -DUSE_FFMPEG:BOOL=OFF +FFMPEG_LIB_DEPENDS= libavutil.so:${PORTSDIR}/multimedia/ffmpeg + +GIF_CMAKE_ON= -DUSE_GIF:BOOL=ON +GIF_CMAKE_OFF= -DUSE_GIF:BOOL=OFF +GIF_LIB_DEPENDS= libgif.so:${PORTSDIR}/graphics/giflib + OCIO_CMAKE_ON= -DUSE_OCIO:BOOL=ON OCIO_CMAKE_OFF= -DUSE_OCIO:BOOL=OFF OCIO_LIB_DEPENDS= libOpenColorIO.so:${PORTSDIR}/graphics/opencolorio +RAW_CMAKE_ON= -DUSE_LIBRAW:BOOL=ON +RAW_CMAKE_OFF= -DUSE_LIBRAW:BOOL=OFF +RAW_LIB_DEPENDS= libraw_r.so:${PORTSDIR}/graphics/libraw + TEST_CMAKE_ON= -DOIIO_BUILD_TESTS:BOOL=ON TEST_CMAKE_OFF= -DOIIO_BUILD_TESTS:BOOL=OFF +PLIST_SUB+= LIBVERS=${PORTVERSION} + .include .if ${SLAVE_PORT} == no -LIB_DEPENDS= libIlmImf.so:${PORTSDIR}/graphics/OpenEXR \ +LIB_DEPENDS+= libIlmImf.so:${PORTSDIR}/graphics/OpenEXR \ libboost_thread.so:${PORTSDIR}/devel/boost-libs \ libhdf5.so:${PORTSDIR}/science/hdf5 \ libopencv_legacy.so:${PORTSDIR}/graphics/opencv \ libopenjpeg.so:${PORTSDIR}/graphics/openjpeg15 \ libwebp.so:${PORTSDIR}/graphics/webp USE_LDCONFIG= yes -CMAKE_ARGS+= -DUSE_PYTHON:BOOL=OFF -DOIIO_BUILD_TOOLS:BOOL=ON +CMAKE_ARGS+= -DUSE_PYTHON:BOOL=OFF -DUSE_PYTHON3:BOOL=OFF \ + -DOIIO_BUILD_TOOLS:BOOL=ON .else LIB_DEPENDS= libOpenImageIO.so:${PORTSDIR}/graphics/openimageio \ libboost_python.so:${PORTSDIR}/devel/boost-python-libs -USES+= python PLIST= ${PKGDIR}/pkg-plist-pybind -CMAKE_ARGS+= -DUSE_PYTHON:BOOL=ON -DOIIO_BUILD_TOOLS:BOOL=OFF +#while oiio supports py3, ports doesn't have py3 support for boost-python yet +USES+= python:2 +CMAKE_ARGS+= -DUSE_PYTHON:BOOL=ON -DUSE_PYTHON3:BOOL=OFF \ + -DOIIO_BUILD_TOOLS:BOOL=OFF .endif .if ${PORT_OPTIONS:MIMAGEVIEWER} @@ -76,8 +97,8 @@ post-patch: post-install: .if ${SLAVE_PORT} == no - ${LN} -sf libOpenImageIO.so.1.4 ${STAGEDIR}${PREFIX}/lib/libOpenImageIO.so.1 - ${LN} -sf libOpenImageIO_Util.so.1.4 ${STAGEDIR}${PREFIX}/lib/libOpenImageIO_Util.so.1 + ${LN} -sf libOpenImageIO.so.1.5 ${STAGEDIR}${PREFIX}/lib/libOpenImageIO.so.1 + ${LN} -sf libOpenImageIO_Util.so.1.5 ${STAGEDIR}${PREFIX}/lib/libOpenImageIO_Util.so.1 .endif .include Modified: head/graphics/openimageio/distinfo ============================================================================== --- head/graphics/openimageio/distinfo Wed Jul 8 16:28:23 2015 (r391570) +++ head/graphics/openimageio/distinfo Wed Jul 8 16:45:20 2015 (r391571) @@ -1,2 +1,2 @@ -SHA256 (OpenImageIO-oiio-Release-1.4.15_GH0.tar.gz) = 3554b649b9c3cf4c2d61e419b6d4ab4575000994192464bd0f725a9489f8a816 -SIZE (OpenImageIO-oiio-Release-1.4.15_GH0.tar.gz) = 17551912 +SHA256 (OpenImageIO-oiio-Release-1.5.16_GH0.tar.gz) = 6c676ae5ddc3b2a8f8d37b521c670d8b3f82d1af583801027d44cf61e1550d6b +SIZE (OpenImageIO-oiio-Release-1.5.16_GH0.tar.gz) = 23136543 Added: head/graphics/openimageio/files/patch-src_include_OpenImageIO_simd.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/openimageio/files/patch-src_include_OpenImageIO_simd.h Wed Jul 8 16:45:20 2015 (r391571) @@ -0,0 +1,15 @@ +--- src/include/OpenImageIO/simd.h.orig 2015-06-23 11:59:51 UTC ++++ src/include/OpenImageIO/simd.h +@@ -52,8 +52,10 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE + #if (defined(__SSE2__) || (_MSC_VER >= 1300 && !_M_CEE_PURE)) && !defined(OIIO_NO_SSE) + # include + # include +-# if defined(__SSE3__) || defined(__SSSE3__) ++# if defined(__SSE3__) + # include ++# endif ++# if defined(__SSSE3__) + # include + # endif + # if (defined(__SSE4_1__) || defined(__SSE4_2__)) + Modified: head/graphics/openimageio/pkg-plist ============================================================================== --- head/graphics/openimageio/pkg-plist Wed Jul 8 16:28:23 2015 (r391570) +++ head/graphics/openimageio/pkg-plist Wed Jul 8 16:45:20 2015 (r391571) @@ -21,6 +21,7 @@ include/OpenImageIO/imagebufalgo_util.h include/OpenImageIO/imagebufalgo.h include/OpenImageIO/imagecache.h include/OpenImageIO/imageio.h +include/OpenImageIO/missing_math.h include/OpenImageIO/oiioversion.h include/OpenImageIO/optparser.h include/OpenImageIO/osdep.h @@ -32,6 +33,7 @@ include/OpenImageIO/pugixml.cpp include/OpenImageIO/pugixml.hpp include/OpenImageIO/refcnt.h include/OpenImageIO/SHA1.h +include/OpenImageIO/simd.h include/OpenImageIO/strided_ptr.h include/OpenImageIO/string_ref.h include/OpenImageIO/string_view.h @@ -49,12 +51,12 @@ include/OpenImageIO/varyingref.h include/OpenImageIO/version.h lib/libOpenImageIO.so lib/libOpenImageIO.so.1 -lib/libOpenImageIO.so.1.4 -lib/libOpenImageIO.so.1.4.15 +lib/libOpenImageIO.so.1.5 +lib/libOpenImageIO.so.%%LIBVERS%% lib/libOpenImageIO_Util.so lib/libOpenImageIO_Util.so.1 -lib/libOpenImageIO_Util.so.1.4 -lib/libOpenImageIO_Util.so.1.4.15 +lib/libOpenImageIO_Util.so.1.5 +lib/libOpenImageIO_Util.so.%%LIBVERS%% %%PORTDOCS%%%%DOCSDIR%%/CHANGES %%PORTDOCS%%%%DOCSDIR%%/LICENSE %%PORTDOCS%%%%DOCSDIR%%/openimageio.pdf From owner-svn-ports-head@freebsd.org Wed Jul 8 16:46:58 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BD3E7996E1F; Wed, 8 Jul 2015 16:46:58 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AD7A01E18; Wed, 8 Jul 2015 16:46:58 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t68Gkwrv013650; Wed, 8 Jul 2015 16:46:58 GMT (envelope-from mva@FreeBSD.org) Received: (from mva@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t68Gkwxg013649; Wed, 8 Jul 2015 16:46:58 GMT (envelope-from mva@FreeBSD.org) Message-Id: <201507081646.t68Gkwxg013649@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mva set sender to mva@FreeBSD.org using -f From: Marcus von Appen Date: Wed, 8 Jul 2015 16:46:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391572 - head/graphics/py-openimageio X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 08 Jul 2015 16:46:58 -0000 Author: mva Date: Wed Jul 8 16:46:57 2015 New Revision: 391572 URL: https://svnweb.freebsd.org/changeset/ports/391572 Log: - Forgot py-openimageio on the previous openimageio commit PR: 200818 Submitted by: Shane Ambler Modified: head/graphics/py-openimageio/Makefile Modified: head/graphics/py-openimageio/Makefile ============================================================================== --- head/graphics/py-openimageio/Makefile Wed Jul 8 16:45:20 2015 (r391571) +++ head/graphics/py-openimageio/Makefile Wed Jul 8 16:46:57 2015 (r391572) @@ -1,17 +1,16 @@ # Created by: Shane Ambler # $FreeBSD$ -PORTREVISION= 3 CATEGORIES= graphics multimedia python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} COMMENT= OpenImageIO python bindings MASTERDIR= ${.CURDIR}/../openimageio -OPTIONS_EXCLUDE=DOCS IMAGEVIEWER OCIO +OPTIONS_EXCLUDE=DOCS FFMPEG GIF IMAGEVIEWER OCIO RAW TEST do-install: - @${MKDIR} -p ${STAGEDIR}${PYTHON_SITELIBDIR} + @${MKDIR} ${STAGEDIR}${PYTHON_SITELIBDIR} ${INSTALL_LIB} ${BUILD_WRKSRC}/src/python/OpenImageIO.so ${STAGEDIR}${PYTHON_SITELIBDIR} .include "${MASTERDIR}/Makefile" From owner-svn-ports-head@freebsd.org Wed Jul 8 16:52:02 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D3CBB996F82; Wed, 8 Jul 2015 16:52:02 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B429911BD; Wed, 8 Jul 2015 16:52:02 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t68Gq2CZ018084; Wed, 8 Jul 2015 16:52:02 GMT (envelope-from mva@FreeBSD.org) Received: (from mva@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t68Gq0hW018071; Wed, 8 Jul 2015 16:52:00 GMT (envelope-from mva@FreeBSD.org) Message-Id: <201507081652.t68Gq0hW018071@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mva set sender to mva@FreeBSD.org using -f From: Marcus von Appen Date: Wed, 8 Jul 2015 16:52:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391573 - in head/graphics/openshadinglanguage: . 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, 08 Jul 2015 16:52:02 -0000 Author: mva Date: Wed Jul 8 16:52:00 2015 New Revision: 391573 URL: https://svnweb.freebsd.org/changeset/ports/391573 Log: - Update to version 1.6.6 OpenShadingLanguage 1.6 comes with new features and lots of bug fixes: * new OSL operators and arrays of undefined length can be passed to the shaders now * many API enhancements for the render services and shader contexts Changelog: https://github.com/imageworks/OpenShadingLanguage/blob/RB-1.6/CHANGES PR: 200819 Submitted by: Shane Ambler Added: head/graphics/openshadinglanguage/files/patch-src_doc_CMakeLists.txt (contents, props changed) head/graphics/openshadinglanguage/files/patch-src_shaders_CMakeLists.txt (contents, props changed) Deleted: head/graphics/openshadinglanguage/files/patch-CMakeLists.txt head/graphics/openshadinglanguage/files/patch-alignment.patch head/graphics/openshadinglanguage/files/patch-doc__CMakeLists.txt head/graphics/openshadinglanguage/files/patch-shaders__CMakeLists.txt Modified: head/graphics/openshadinglanguage/Makefile head/graphics/openshadinglanguage/distinfo head/graphics/openshadinglanguage/pkg-plist Modified: head/graphics/openshadinglanguage/Makefile ============================================================================== --- head/graphics/openshadinglanguage/Makefile Wed Jul 8 16:46:57 2015 (r391572) +++ head/graphics/openshadinglanguage/Makefile Wed Jul 8 16:52:00 2015 (r391573) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= openshadinglanguage -PORTVERSION= 1.5.12 +PORTVERSION= 1.6.6 DISTVERSIONPREFIX= Release- CATEGORIES= graphics devel @@ -40,10 +40,4 @@ post-patch: @${REINPLACE_CMD} -e 's,/bin/bash,/bin/sh,' \ ${WRKSRC}/src/liboslexec/serialize-bc.bash -post-install: -.for LNAME in oslcomp oslexec oslquery testshade - ${MV} ${STAGEDIR}${PREFIX}/lib/lib${LNAME}.so ${STAGEDIR}${PREFIX}/lib/lib${LNAME}.so.1 - ${LN} -s lib${LNAME}.so.1 ${STAGEDIR}${PREFIX}/lib/lib${LNAME}.so -.endfor - .include Modified: head/graphics/openshadinglanguage/distinfo ============================================================================== --- head/graphics/openshadinglanguage/distinfo Wed Jul 8 16:46:57 2015 (r391572) +++ head/graphics/openshadinglanguage/distinfo Wed Jul 8 16:52:00 2015 (r391573) @@ -1,2 +1,2 @@ -SHA256 (imageworks-OpenShadingLanguage-Release-1.5.12_GH0.tar.gz) = c871942c5cfade3cad2f1dc68ddf47f96aeae285c162394305c46db6c6930873 -SIZE (imageworks-OpenShadingLanguage-Release-1.5.12_GH0.tar.gz) = 11560575 +SHA256 (imageworks-OpenShadingLanguage-Release-1.6.6_GH0.tar.gz) = be73f656e65997b5c3ce9576c8ee4695b14dbd100319862596f2f77585ee2a88 +SIZE (imageworks-OpenShadingLanguage-Release-1.6.6_GH0.tar.gz) = 12351422 Added: head/graphics/openshadinglanguage/files/patch-src_doc_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/openshadinglanguage/files/patch-src_doc_CMakeLists.txt Wed Jul 8 16:52:00 2015 (r391573) @@ -0,0 +1,16 @@ +--- src/doc/CMakeLists.txt.orig 2015-03-10 21:57:05 UTC ++++ src/doc/CMakeLists.txt +@@ -1,11 +1,11 @@ + set (public_docs osl-languagespec.pdf) + # Some day: CLA-INDIVIDUAL CLA-CORPORATE + +-install (FILES ${public_docs} DESTINATION doc COMPONENT documentation) ++install (FILES ${public_docs} DESTINATION ${CMAKE_INSTALL_PREFIX}/share/openshadinglanguage COMPONENT documentation) + + install ( FILES "${PROJECT_SOURCE_DIR}/LICENSE" + "${PROJECT_SOURCE_DIR}/INSTALL" + "${PROJECT_SOURCE_DIR}/CHANGES" + "${PROJECT_SOURCE_DIR}/README.md" +- DESTINATION . ) ++ DESTINATION ${CMAKE_INSTALL_PREFIX}/share/openshadinglanguage ) + Added: head/graphics/openshadinglanguage/files/patch-src_shaders_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/openshadinglanguage/files/patch-src_shaders_CMakeLists.txt Wed Jul 8 16:52:00 2015 (r391573) @@ -0,0 +1,9 @@ +--- src/shaders/CMakeLists.txt.orig 2015-03-10 21:57:05 UTC ++++ src/shaders/CMakeLists.txt +@@ -49,5 +49,5 @@ add_custom_target (shaders ALL + SOURCES ${shader_source} ${shader_headers}) + + install (FILES ${shader_headers} ${shader_source} ${shader_objs} +- DESTINATION shaders) ++ DESTINATION ${CMAKE_INSTALL_PREFIX}/share/openshadinglanguage/shaders) + Modified: head/graphics/openshadinglanguage/pkg-plist ============================================================================== --- head/graphics/openshadinglanguage/pkg-plist Wed Jul 8 16:46:57 2015 (r391572) +++ head/graphics/openshadinglanguage/pkg-plist Wed Jul 8 16:52:00 2015 (r391573) @@ -21,13 +21,9 @@ include/OSL/oslversion.h include/OSL/rendererservices.h include/OSL/shaderglobals.h lib/liboslcomp.so -lib/liboslcomp.so.1 lib/liboslexec.so -lib/liboslexec.so.1 lib/liboslquery.so -lib/liboslquery.so.1 lib/libtestshade.so -lib/libtestshade.so.1 %%DATADIR%%/CHANGES %%DATADIR%%/INSTALL %%DATADIR%%/LICENSE From owner-svn-ports-head@freebsd.org Wed Jul 8 16:53:31 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 00D4D996012; Wed, 8 Jul 2015 16:53:31 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E51F814C0; Wed, 8 Jul 2015 16:53:30 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t68GrURl018450; Wed, 8 Jul 2015 16:53:30 GMT (envelope-from mva@FreeBSD.org) Received: (from mva@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t68GrTIT018442; Wed, 8 Jul 2015 16:53:29 GMT (envelope-from mva@FreeBSD.org) Message-Id: <201507081653.t68GrTIT018442@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mva set sender to mva@FreeBSD.org using -f From: Marcus von Appen Date: Wed, 8 Jul 2015 16:53:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391574 - in head/graphics/opencollada: . 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, 08 Jul 2015 16:53:31 -0000 Author: mva Date: Wed Jul 8 16:53:28 2015 New Revision: 391574 URL: https://svnweb.freebsd.org/changeset/ports/391574 Log: - Update to a snapshot from 2015-05-19 This update contains many bug fixes. Added: head/graphics/opencollada/files/ head/graphics/opencollada/files/patch-COLLADAStreamWriter_CMakeLists.txt (contents, props changed) Modified: head/graphics/opencollada/Makefile head/graphics/opencollada/distinfo head/graphics/opencollada/pkg-plist Modified: head/graphics/opencollada/Makefile ============================================================================== --- head/graphics/opencollada/Makefile Wed Jul 8 16:52:00 2015 (r391573) +++ head/graphics/opencollada/Makefile Wed Jul 8 16:53:28 2015 (r391574) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= opencollada -PORTVERSION= 1.2.2.20140528 -PORTREVISION= 2 +PORTVERSION= 1.2.2.20150519 CATEGORIES= graphics devel MAINTAINER= mva@FreeBSD.org @@ -15,7 +14,7 @@ LIB_DEPENDS= libpcre.so:${PORTSDIR}/deve USE_GITHUB= yes GH_ACCOUNT= KhronosGroup GH_PROJECT= OpenCOLLADA -GH_TAGNAME= 345a2a7 +GH_TAGNAME= a59a438 USE_GNOME= libxml2 USE_LDCONFIG= ${PREFIX}/lib/opencollada Modified: head/graphics/opencollada/distinfo ============================================================================== --- head/graphics/opencollada/distinfo Wed Jul 8 16:52:00 2015 (r391573) +++ head/graphics/opencollada/distinfo Wed Jul 8 16:53:28 2015 (r391574) @@ -1,2 +1,2 @@ -SHA256 (KhronosGroup-OpenCOLLADA-1.2.2.20140528-345a2a7_GH0.tar.gz) = 9ef986c184b498dbfc9ce0e3a8f836554dcd811f310797273047cc57d2b62ba4 -SIZE (KhronosGroup-OpenCOLLADA-1.2.2.20140528-345a2a7_GH0.tar.gz) = 11657529 +SHA256 (KhronosGroup-OpenCOLLADA-1.2.2.20150519-a59a438_GH0.tar.gz) = 19e758fd0d3e6af7d31b2ed95c6102de0bf67678643af64779e1e07d69e0f4fd +SIZE (KhronosGroup-OpenCOLLADA-1.2.2.20150519-a59a438_GH0.tar.gz) = 11731452 Added: head/graphics/opencollada/files/patch-COLLADAStreamWriter_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/opencollada/files/patch-COLLADAStreamWriter_CMakeLists.txt Wed Jul 8 16:53:28 2015 (r391574) @@ -0,0 +1,10 @@ +--- COLLADAStreamWriter/CMakeLists.txt.orig 2015-07-05 08:26:06 UTC ++++ COLLADAStreamWriter/CMakeLists.txt +@@ -65,6 +65,7 @@ set(INST_SRC + include/COLLADASWSource.h + include/COLLADASWStreamWriter.h + include/COLLADASWSurfaceInitOption.h ++ include/COLLADASWTagType.h + include/COLLADASWTechnique.h + include/COLLADASWTechniqueFX.h + include/COLLADASWTexture.h Modified: head/graphics/opencollada/pkg-plist ============================================================================== --- head/graphics/opencollada/pkg-plist Wed Jul 8 16:52:00 2015 (r391573) +++ head/graphics/opencollada/pkg-plist Wed Jul 8 16:53:28 2015 (r391574) @@ -309,6 +309,7 @@ include/opencollada/COLLADAStreamWriter/ include/opencollada/COLLADAStreamWriter/COLLADASWSource.h include/opencollada/COLLADAStreamWriter/COLLADASWStreamWriter.h include/opencollada/COLLADAStreamWriter/COLLADASWSurfaceInitOption.h +include/opencollada/COLLADAStreamWriter/COLLADASWTagType.h include/opencollada/COLLADAStreamWriter/COLLADASWTechnique.h include/opencollada/COLLADAStreamWriter/COLLADASWTechniqueFX.h include/opencollada/COLLADAStreamWriter/COLLADASWTexture.h From owner-svn-ports-head@freebsd.org Wed Jul 8 17:00:42 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1823C9962E0; Wed, 8 Jul 2015 17:00:42 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 01B9D1AC3; Wed, 8 Jul 2015 17:00:42 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t68H0frD020331; Wed, 8 Jul 2015 17:00:41 GMT (envelope-from mva@FreeBSD.org) Received: (from mva@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t68H0eep020324; Wed, 8 Jul 2015 17:00:40 GMT (envelope-from mva@FreeBSD.org) Message-Id: <201507081700.t68H0eep020324@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mva set sender to mva@FreeBSD.org using -f From: Marcus von Appen Date: Wed, 8 Jul 2015 17:00:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391575 - head/graphics/blender X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 08 Jul 2015 17:00:42 -0000 Author: mva Date: Wed Jul 8 17:00:39 2015 New Revision: 391575 URL: https://svnweb.freebsd.org/changeset/ports/391575 Log: - Update to version 2.75 - Remove the DEBUG option, since it only makes sense, if everything is built with WITH_DEBUG Blender 2.75 comes with many new features and hundreds of bug fixes: * fully integrated multi-view and stereo 3D pipeline, including shutter lenses, interlaced modes and more * heavily improved cycles rendering, especially for light sampling and seeds * improved modeling modifiers as well as a new corrective smooth modifier * mist attribute animation in the game engine * improved 3D view painting Changelog: http://wiki.blender.org/index.php/Dev:Ref/Release_Notes/2.75 Modified: head/graphics/blender/Makefile head/graphics/blender/Makefile.options head/graphics/blender/distinfo head/graphics/blender/pkg-plist Modified: head/graphics/blender/Makefile ============================================================================== --- head/graphics/blender/Makefile Wed Jul 8 16:53:28 2015 (r391574) +++ head/graphics/blender/Makefile Wed Jul 8 17:00:39 2015 (r391575) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= blender -PORTVERSION= 2.74 +PORTVERSION= 2.75 CATEGORIES= graphics games MASTER_SITES= http://download.blender.org/source/ \ http://mirror.cs.umn.edu/blender.org/source/ \ @@ -18,7 +18,8 @@ LIB_DEPENDS= libpng.so:${PORTSDIR}/graph USE_XORG= x11 xext xmu USE_GL= glew -USES= cmake:outsource compiler:features jpeg python:3.4 shebangfix +USES= cmake:outsource compiler:features desktop-file-utils \ + jpeg python:3.4 shebangfix INSTALLS_ICONS= yes CMAKE_ARGS= -DWITH_PYTHON_INSTALL:BOOL=OFF \ -DWITH_PYTHON_INSTALL_NUMPY:BOOL=OFF \ @@ -30,7 +31,7 @@ SHEBANG_FILES= release/bin/blender-thumb release/scripts/modules/bl_i18n_utils/utils_rtl.py \ release/scripts/modules/blend_render_info.py -BL_VERSION= 2.74 +BL_VERSION= 2.75 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} OUTDIR= ${INSTALL_WRKSRC}/bin/${BL_VERSION} @@ -147,8 +148,7 @@ XF86VMODE_USE= XORG=xi,xxf86vm .include -.if ${PORT_OPTIONS:MDEBUG} -CMAKE_BUILD_TYPE= Debug +.if defined(WITH_DEBUG) CMAKE_ARGS+= -DWITH_GHOST_DEBUG:BOOL=ON .endif Modified: head/graphics/blender/Makefile.options ============================================================================== --- head/graphics/blender/Makefile.options Wed Jul 8 16:53:28 2015 (r391574) +++ head/graphics/blender/Makefile.options Wed Jul 8 17:00:39 2015 (r391575) @@ -9,7 +9,6 @@ OPTIONS_DEFINE= \ COMPOSITOR \ CYCLES \ CYCLESOSL \ - DEBUG \ DDS \ FFMPEG \ FFTW3 \ Modified: head/graphics/blender/distinfo ============================================================================== --- head/graphics/blender/distinfo Wed Jul 8 16:53:28 2015 (r391574) +++ head/graphics/blender/distinfo Wed Jul 8 17:00:39 2015 (r391575) @@ -1,2 +1,2 @@ -SHA256 (blender-2.74.tar.gz) = 0ca3ceb6c656ae7c556f81ab0994e6aa7a6c64324824cbc94a87caf36f0a119d -SIZE (blender-2.74.tar.gz) = 54011017 +SHA256 (blender-2.75.tar.gz) = 5f53386f2749bf894a3022b883153d0b40b3fcec5f1f4c04c9d180778af478e4 +SIZE (blender-2.75.tar.gz) = 55390532 Modified: head/graphics/blender/pkg-plist ============================================================================== --- head/graphics/blender/pkg-plist Wed Jul 8 16:53:28 2015 (r391574) +++ head/graphics/blender/pkg-plist Wed Jul 8 17:00:39 2015 (r391575) @@ -88,7 +88,7 @@ share/applications/blender.desktop %%DATADIR%%/%%VER%%/datafiles/colormanagement/luts/spi_ocio_srgb_test.spi3d %%DATADIR%%/%%VER%%/datafiles/colormanagement/luts/srgb.spi1d %%DATADIR%%/%%VER%%/datafiles/colormanagement/luts/srgb_to_xyz.spimtx -%%DATADIR%%/%%VER%%/datafiles/colormanagement/luts/vd16.spi1d +%%NLS%%%%DATADIR%%/%%VER%%/datafiles/colormanagement/luts/vd16.spi1d %%NLS%%%%DATADIR%%/%%VER%%/datafiles/fonts/bmonofont-i18n.ttf.gz %%NLS%%%%DATADIR%%/%%VER%%/datafiles/fonts/droidsans.ttf.gz %%NLS%%%%DATADIR%%/%%VER%%/datafiles/locale/ar/LC_MESSAGES/blender.mo @@ -123,6 +123,7 @@ share/applications/blender.desktop %%NLS%%%%DATADIR%%/%%VER%%/datafiles/locale/sv/LC_MESSAGES/blender.mo %%NLS%%%%DATADIR%%/%%VER%%/datafiles/locale/tr/LC_MESSAGES/blender.mo %%NLS%%%%DATADIR%%/%%VER%%/datafiles/locale/uk/LC_MESSAGES/blender.mo +%%NLS%%%%DATADIR%%/%%VER%%/datafiles/locale/vi/LC_MESSAGES/blender.mo %%NLS%%%%DATADIR%%/%%VER%%/datafiles/locale/zh_CN/LC_MESSAGES/blender.mo %%NLS%%%%DATADIR%%/%%VER%%/datafiles/locale/zh_TW/LC_MESSAGES/blender.mo %%DATADIR%%/%%VER%%/scripts/addons/add_curve_extra_objects/__init__.py @@ -134,34 +135,30 @@ share/applications/blender.desktop %%DATADIR%%/%%VER%%/scripts/addons/add_curve_sapling/presets/black_tupelo.py %%DATADIR%%/%%VER%%/scripts/addons/add_curve_sapling/presets/ca_black_oak.py %%DATADIR%%/%%VER%%/scripts/addons/add_curve_sapling/presets/quaking_aspen.py -%%DATADIR%%/%%VER%%/scripts/addons/add_curve_sapling/presets/weeping_willow.py +%%DATADIR%%/%%VER%%/scripts/addons/add_curve_sapling/presets/willow.py %%DATADIR%%/%%VER%%/scripts/addons/add_curve_sapling/utils.py %%DATADIR%%/%%VER%%/scripts/addons/add_mesh_BoltFactory/Boltfactory.py %%DATADIR%%/%%VER%%/scripts/addons/add_mesh_BoltFactory/__init__.py %%DATADIR%%/%%VER%%/scripts/addons/add_mesh_BoltFactory/createMesh.py -%%DATADIR%%/%%VER%%/scripts/addons/add_mesh_BoltFactory/preset_utils.py -%%DATADIR%%/%%VER%%/scripts/addons/add_mesh_BoltFactory/presets/M10.py -%%DATADIR%%/%%VER%%/scripts/addons/add_mesh_BoltFactory/presets/M12.py -%%DATADIR%%/%%VER%%/scripts/addons/add_mesh_BoltFactory/presets/M3.py -%%DATADIR%%/%%VER%%/scripts/addons/add_mesh_BoltFactory/presets/M4.py -%%DATADIR%%/%%VER%%/scripts/addons/add_mesh_BoltFactory/presets/M5.py -%%DATADIR%%/%%VER%%/scripts/addons/add_mesh_BoltFactory/presets/M6.py -%%DATADIR%%/%%VER%%/scripts/addons/add_mesh_BoltFactory/presets/M8.py %%DATADIR%%/%%VER%%/scripts/addons/add_mesh_ant_landscape.py %%DATADIR%%/%%VER%%/scripts/addons/add_mesh_extra_objects/__init__.py +%%DATADIR%%/%%VER%%/scripts/addons/add_mesh_extra_objects/add_empty_as_parent.py %%DATADIR%%/%%VER%%/scripts/addons/add_mesh_extra_objects/add_mesh_3d_function_surface.py -%%DATADIR%%/%%VER%%/scripts/addons/add_mesh_extra_objects/add_mesh_extra_objects.py %%DATADIR%%/%%VER%%/scripts/addons/add_mesh_extra_objects/add_mesh_gears.py %%DATADIR%%/%%VER%%/scripts/addons/add_mesh_extra_objects/add_mesh_gemstones.py %%DATADIR%%/%%VER%%/scripts/addons/add_mesh_extra_objects/add_mesh_honeycomb.py +%%DATADIR%%/%%VER%%/scripts/addons/add_mesh_extra_objects/add_mesh_menger_sponge.py %%DATADIR%%/%%VER%%/scripts/addons/add_mesh_extra_objects/add_mesh_pipe_joint.py -%%DATADIR%%/%%VER%%/scripts/addons/add_mesh_extra_objects/add_mesh_polysphere.py %%DATADIR%%/%%VER%%/scripts/addons/add_mesh_extra_objects/add_mesh_pyramid.py +%%DATADIR%%/%%VER%%/scripts/addons/add_mesh_extra_objects/add_mesh_round_brilliant.py +%%DATADIR%%/%%VER%%/scripts/addons/add_mesh_extra_objects/add_mesh_round_cube.py %%DATADIR%%/%%VER%%/scripts/addons/add_mesh_extra_objects/add_mesh_solid.py +%%DATADIR%%/%%VER%%/scripts/addons/add_mesh_extra_objects/add_mesh_star.py %%DATADIR%%/%%VER%%/scripts/addons/add_mesh_extra_objects/add_mesh_supertoroid.py %%DATADIR%%/%%VER%%/scripts/addons/add_mesh_extra_objects/add_mesh_teapot.py %%DATADIR%%/%%VER%%/scripts/addons/add_mesh_extra_objects/add_mesh_torusknot.py %%DATADIR%%/%%VER%%/scripts/addons/add_mesh_extra_objects/add_mesh_twisted_torus.py +%%DATADIR%%/%%VER%%/scripts/addons/add_mesh_extra_objects/add_mesh_vertex.py %%DATADIR%%/%%VER%%/scripts/addons/animation_add_corrective_shape_key.py %%DATADIR%%/%%VER%%/scripts/addons/animation_animall.py %%DATADIR%%/%%VER%%/scripts/addons/curve_simplify.py @@ -191,6 +188,7 @@ share/applications/blender.desktop %%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/kernel/geom/geom_bvh_subsurface.h %%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/kernel/geom/geom_bvh_traversal.h %%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/kernel/geom/geom_bvh_volume.h +%%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/kernel/geom/geom_bvh_volume_all.h %%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/kernel/geom/geom_curve.h %%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/kernel/geom/geom_motion_curve.h %%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/kernel/geom/geom_motion_triangle.h @@ -201,11 +199,10 @@ share/applications/blender.desktop %%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/kernel/geom/geom_qbvh_subsurface.h %%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/kernel/geom/geom_qbvh_traversal.h %%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/kernel/geom/geom_qbvh_volume.h +%%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/kernel/geom/geom_qbvh_volume_all.h %%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/kernel/geom/geom_triangle.h %%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/kernel/geom/geom_triangle_intersect.h %%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/kernel/geom/geom_volume.h -%%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/kernel/kernel.cl -%%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/kernel/kernel.cu %%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/kernel/kernel.h %%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/kernel/kernel_accumulate.h %%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/kernel/kernel_bake.h @@ -224,17 +221,45 @@ share/applications/blender.desktop %%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/kernel/kernel_montecarlo.h %%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/kernel/kernel_passes.h %%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/kernel/kernel_path.h +%%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/kernel/kernel_path_common.h %%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/kernel/kernel_path_state.h %%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/kernel/kernel_path_surface.h %%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/kernel/kernel_path_volume.h %%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/kernel/kernel_projection.h +%%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/kernel/kernel_queues.h %%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/kernel/kernel_random.h %%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/kernel/kernel_shader.h +%%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/kernel/kernel_shaderdata_vars.h %%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/kernel/kernel_shadow.h %%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/kernel/kernel_subsurface.h %%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/kernel/kernel_textures.h %%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/kernel/kernel_types.h %%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/kernel/kernel_volume.h +%%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/kernel/kernel_work_stealing.h +%%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/kernel/kernels/cuda/kernel.cu +%%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/kernel/kernels/opencl/kernel.cl +%%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/kernel/kernels/opencl/kernel_background_buffer_update.cl +%%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/kernel/kernels/opencl/kernel_data_init.cl +%%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/kernel/kernels/opencl/kernel_direct_lighting.cl +%%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/kernel/kernels/opencl/kernel_holdout_emission_blurring_pathtermination_ao.cl +%%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/kernel/kernels/opencl/kernel_lamp_emission.cl +%%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/kernel/kernels/opencl/kernel_next_iteration_setup.cl +%%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/kernel/kernels/opencl/kernel_queue_enqueue.cl +%%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/kernel/kernels/opencl/kernel_scene_intersect.cl +%%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/kernel/kernels/opencl/kernel_shader_eval.cl +%%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/kernel/kernels/opencl/kernel_shadow_blocked.cl +%%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/kernel/kernels/opencl/kernel_sum_all_radiance.cl +%%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/kernel/split/kernel_background_buffer_update.h +%%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/kernel/split/kernel_data_init.h +%%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/kernel/split/kernel_direct_lighting.h +%%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/kernel/split/kernel_holdout_emission_blurring_pathtermination_ao.h +%%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/kernel/split/kernel_lamp_emission.h +%%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/kernel/split/kernel_next_iteration_setup.h +%%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/kernel/split/kernel_scene_intersect.h +%%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/kernel/split/kernel_shader_eval.h +%%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/kernel/split/kernel_shadow_blocked.h +%%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/kernel/split/kernel_split_common.h +%%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/kernel/split/kernel_sum_all_radiance.h %%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/kernel/svm/svm.h %%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/kernel/svm/svm_attribute.h %%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/kernel/svm/svm_blackbody.h @@ -275,6 +300,7 @@ share/applications/blender.desktop %%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/kernel/svm/svm_wave.h %%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/kernel/svm/svm_wavelength.h %%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/kernel/svm/svm_wireframe.h +%%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/kernel/util_atomic.h %%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/kernel/util_color.h %%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/kernel/util_half.h %%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/kernel/util_math.h @@ -533,7 +559,7 @@ share/applications/blender.desktop %%DATADIR%%/%%VER%%/scripts/addons/modules/extensions_framework/ui.py %%DATADIR%%/%%VER%%/scripts/addons/modules/extensions_framework/util.py %%DATADIR%%/%%VER%%/scripts/addons/modules/extensions_framework/validate.py -%%DATADIR%%/%%VER%%/scripts/addons/modules/rna_wiki_reference.py +%%DATADIR%%/%%VER%%/scripts/addons/modules/rna_manual_reference.py %%DATADIR%%/%%VER%%/scripts/addons/modules/selection_utils.py %%DATADIR%%/%%VER%%/scripts/addons/netrender/__init__.py %%DATADIR%%/%%VER%%/scripts/addons/netrender/baking.py @@ -599,6 +625,45 @@ share/applications/blender.desktop %%DATADIR%%/%%VER%%/scripts/addons/object_print3d_utils/todo.rst %%DATADIR%%/%%VER%%/scripts/addons/object_print3d_utils/ui.py %%DATADIR%%/%%VER%%/scripts/addons/paint_palette.py +%%DATADIR%%/%%VER%%/scripts/addons/presets/operator/mesh.bolt_add/default.py +%%DATADIR%%/%%VER%%/scripts/addons/presets/operator/mesh.bolt_add/m10.py +%%DATADIR%%/%%VER%%/scripts/addons/presets/operator/mesh.bolt_add/m12.py +%%DATADIR%%/%%VER%%/scripts/addons/presets/operator/mesh.bolt_add/m3.py +%%DATADIR%%/%%VER%%/scripts/addons/presets/operator/mesh.bolt_add/m4.py +%%DATADIR%%/%%VER%%/scripts/addons/presets/operator/mesh.bolt_add/m5.py +%%DATADIR%%/%%VER%%/scripts/addons/presets/operator/mesh.bolt_add/m6.py +%%DATADIR%%/%%VER%%/scripts/addons/presets/operator/mesh.bolt_add/m8.py +%%DATADIR%%/%%VER%%/scripts/addons/presets/operator/mesh.primitive_round_cube_add/Capsule.py +%%DATADIR%%/%%VER%%/scripts/addons/presets/operator/mesh.primitive_round_cube_add/Clay_Bar.py +%%DATADIR%%/%%VER%%/scripts/addons/presets/operator/mesh.primitive_round_cube_add/Cube.py +%%DATADIR%%/%%VER%%/scripts/addons/presets/operator/mesh.primitive_round_cube_add/Grid_3D.py +%%DATADIR%%/%%VER%%/scripts/addons/presets/operator/mesh.primitive_round_cube_add/Octahedron.py +%%DATADIR%%/%%VER%%/scripts/addons/presets/operator/mesh.primitive_round_cube_add/Quadsphere.py +%%DATADIR%%/%%VER%%/scripts/addons/presets/operator/mesh.primitive_round_cube_add/Rounded_Cube.py +%%DATADIR%%/%%VER%%/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/bonbon.py +%%DATADIR%%/%%VER%%/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/boy.py +%%DATADIR%%/%%VER%%/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/catalan.py +%%DATADIR%%/%%VER%%/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/catenoid.py +%%DATADIR%%/%%VER%%/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/clifford_torus.py +%%DATADIR%%/%%VER%%/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/cochlea.py +%%DATADIR%%/%%VER%%/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/cosinus.py +%%DATADIR%%/%%VER%%/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/dini.py +%%DATADIR%%/%%VER%%/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/enneper.py +%%DATADIR%%/%%VER%%/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/helicoidal.py +%%DATADIR%%/%%VER%%/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/helix.py +%%DATADIR%%/%%VER%%/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/hexahedron.py +%%DATADIR%%/%%VER%%/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/hyperhelicoidal.py +%%DATADIR%%/%%VER%%/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/klein.py +%%DATADIR%%/%%VER%%/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/moebius.py +%%DATADIR%%/%%VER%%/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/pseudo_catenoid.py +%%DATADIR%%/%%VER%%/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/pseudosphere.py +%%DATADIR%%/%%VER%%/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/ridged_torus.py +%%DATADIR%%/%%VER%%/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/shell.py +%%DATADIR%%/%%VER%%/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/sine.py +%%DATADIR%%/%%VER%%/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/snake.py +%%DATADIR%%/%%VER%%/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/sterosphere.py +%%DATADIR%%/%%VER%%/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/torus.py +%%DATADIR%%/%%VER%%/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/twisted_torus.py %%DATADIR%%/%%VER%%/scripts/addons/render_auto_tile_size.py %%DATADIR%%/%%VER%%/scripts/addons/render_copy_settings/__init__.py %%DATADIR%%/%%VER%%/scripts/addons/render_copy_settings/operator.py @@ -673,7 +738,6 @@ share/applications/blender.desktop %%DATADIR%%/%%VER%%/scripts/addons/space_view3d_math_vis/__init__.py %%DATADIR%%/%%VER%%/scripts/addons/space_view3d_math_vis/draw.py %%DATADIR%%/%%VER%%/scripts/addons/space_view3d_math_vis/utils.py -%%DATADIR%%/%%VER%%/scripts/addons/space_view3d_panel_measure.py %%DATADIR%%/%%VER%%/scripts/addons/space_view3d_spacebar_menu.py %%DATADIR%%/%%VER%%/scripts/addons/system_blend_info.py %%DATADIR%%/%%VER%%/scripts/addons/system_demo_mode/__init__.py @@ -751,7 +815,8 @@ share/applications/blender.desktop %%DATADIR%%/%%VER%%/scripts/modules/bpy/__init__.py %%DATADIR%%/%%VER%%/scripts/modules/bpy/ops.py %%DATADIR%%/%%VER%%/scripts/modules/bpy/path.py -%%DATADIR%%/%%VER%%/scripts/modules/bpy/utils.py +%%DATADIR%%/%%VER%%/scripts/modules/bpy/utils/__init__.py +%%DATADIR%%/%%VER%%/scripts/modules/bpy/utils/previews.py %%DATADIR%%/%%VER%%/scripts/modules/bpy_extras/__init__.py %%DATADIR%%/%%VER%%/scripts/modules/bpy_extras/anim_utils.py %%DATADIR%%/%%VER%%/scripts/modules/bpy_extras/image_utils.py @@ -1049,10 +1114,12 @@ share/applications/blender.desktop %%DATADIR%%/%%VER%%/scripts/templates_py/ui_panel.py %%DATADIR%%/%%VER%%/scripts/templates_py/ui_panel_simple.py %%DATADIR%%/%%VER%%/scripts/templates_py/ui_pie_menu.py +%%DATADIR%%/%%VER%%/scripts/templates_py/ui_previews_custom_icon.py +%%DATADIR%%/%%VER%%/scripts/templates_py/ui_previews_dynamic_enum.py %%PORTDOCS%%%%DOCSDIR%%/GPL-license.txt %%PORTDOCS%%%%DOCSDIR%%/LICENSE-bfont.ttf.txt -%%NLS%%%%PORTDOCS%%%%DOCSDIR%%/LICENSE-bmonofont-i18n.ttf.txt -%%NLS%%%%PORTDOCS%%%%DOCSDIR%%/LICENSE-droidsans.ttf.txt +%%PORTDOCS%%%%DOCSDIR%%/LICENSE-bmonofont-i18n.ttf.txt +%%PORTDOCS%%%%DOCSDIR%%/LICENSE-droidsans.ttf.txt %%PORTDOCS%%%%DOCSDIR%%/Python-license.txt %%PORTDOCS%%%%DOCSDIR%%/copyright.txt %%PORTDOCS%%%%DOCSDIR%%/readme.html From owner-svn-ports-head@freebsd.org Wed Jul 8 17:05:01 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9CC249963D8; Wed, 8 Jul 2015 17:05:01 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8CF051EA9; Wed, 8 Jul 2015 17:05:01 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t68H511A023867; Wed, 8 Jul 2015 17:05:01 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t68H515b023864; Wed, 8 Jul 2015 17:05:01 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201507081705.t68H515b023864@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Wed, 8 Jul 2015 17:05:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391576 - 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, 08 Jul 2015 17:05:01 -0000 Author: feld Date: Wed Jul 8 17:05:00 2015 New Revision: 391576 URL: https://svnweb.freebsd.org/changeset/ports/391576 Log: Fix formatting by adding some breaks Security: 038a5808-24b3-11e5-b0c8-bf4d8935d4fa Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Jul 8 17:00:39 2015 (r391575) +++ head/security/vuxml/vuln.xml Wed Jul 8 17:05:00 2015 (r391576) @@ -159,12 +159,12 @@ Notes: 1.1 after fixing many minor bugs and adding some security improvements to the 1.1 release branch. Version 1.0.6 comes with cherry-picked fixes from the more recent version to ensure proper long term support - especially in regards of security and compatibility. - - The security-related fixes in particular are: - - * XSS vulnerability in _mbox argument - * security improvement in contact photo handling + especially in regards of security and compatibility.
+
+ The security-related fixes in particular are:
+
+ * XSS vulnerability in _mbox argument
+ * security improvement in contact photo handling
* potential info disclosure from temp directory

From owner-svn-ports-head@freebsd.org Wed Jul 8 17:13:24 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 83019996588; Wed, 8 Jul 2015 17:13:24 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 731DA1296; Wed, 8 Jul 2015 17:13:24 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t68HDOnd028594; Wed, 8 Jul 2015 17:13:24 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t68HDOTx028593; Wed, 8 Jul 2015 17:13:24 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201507081713.t68HDOTx028593@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 8 Jul 2015 17:13:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391577 - head/devel/tex-web2c X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 08 Jul 2015 17:13:24 -0000 Author: amdmi3 Date: Wed Jul 8 17:13:23 2015 New Revision: 391577 URL: https://svnweb.freebsd.org/changeset/ports/391577 Log: - Respect compiler and flags PR: 200695 Submitted by: amdmi3 Approved by: maintainer timeout (hrs@FreeBSD.org, 1 month) MFH: 2015Q3 Modified: head/devel/tex-web2c/Makefile Modified: head/devel/tex-web2c/Makefile ============================================================================== --- head/devel/tex-web2c/Makefile Wed Jul 8 17:05:00 2015 (r391576) +++ head/devel/tex-web2c/Makefile Wed Jul 8 17:13:23 2015 (r391577) @@ -2,7 +2,7 @@ PORTNAME= web2c PORTVERSION= 20140525 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= ftp://tug.org/historic/systems/texlive/2014/ PKGNAMEPREFIX= tex- @@ -57,7 +57,10 @@ INFO= web2c pre-configure: for D in libs/xpdf libs/cairo; do \ cd ${WRKDIR}/${DISTNAME}/$$D && \ - ${SETENV} ${CONFIGURE_ENV} ${SH} ${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS}; \ + ${SETENV} CC="${CC}" CPP="${CPP}" CXX="${CXX}" \ + CFLAGS="${CFLAGS}" CPPFLAGS="${CPPFLAGS}" CXXFLAGS="${CXXFLAGS}" \ + LDFLAGS="${LDFLAGS}" LIBS="${LIBS}" \ + ${CONFIGURE_ENV} ${SH} ${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS}; \ done .include From owner-svn-ports-head@freebsd.org Wed Jul 8 17:14:25 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9D20E9965BD; Wed, 8 Jul 2015 17:14:25 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7357B14DA; Wed, 8 Jul 2015 17:14:25 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t68HEPds028867; Wed, 8 Jul 2015 17:14:25 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t68HEP8q028866; Wed, 8 Jul 2015 17:14:25 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201507081714.t68HEP8q028866@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 8 Jul 2015 17:14:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391578 - head/graphics/libspiro/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, 08 Jul 2015 17:14:25 -0000 Author: amdmi3 Date: Wed Jul 8 17:14:24 2015 New Revision: 391578 URL: https://svnweb.freebsd.org/changeset/ports/391578 Log: - Disconnect tests from the build fixing build on 8.x PR: 201314 Submitted by: cyberbotx@cyberbotx.com (maintainer) Deleted: head/graphics/libspiro/files/patch-tests_Makefile.am Modified: head/graphics/libspiro/files/patch-Makefile.am Modified: head/graphics/libspiro/files/patch-Makefile.am ============================================================================== --- head/graphics/libspiro/files/patch-Makefile.am Wed Jul 8 17:13:23 2015 (r391577) +++ head/graphics/libspiro/files/patch-Makefile.am Wed Jul 8 17:14:24 2015 (r391578) @@ -1,11 +1,41 @@ ---- Makefile.am.orig 2015-01-31 19:29:34 UTC +--- Makefile.am.orig 2015-07-02 13:50:20 UTC +++ Makefile.am -@@ -2,7 +2,7 @@ +@@ -1,8 +1,8 @@ + # Makefile.am - Top level automakefile for libspiro - SUBDIRS = . tests +-SUBDIRS = . tests ++SUBDIRS = . -pkgconfigdir = $(libdir)/pkgconfig -+pkgconfigdir = ${PREFIX}/libdata/pkgconfig ++pkgconfigdir = ${PREFIX}/libdata/pkgconfig pkgconfig_DATA = libspiro.pc ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} +@@ -13,7 +13,7 @@ AM_LDFLAGS = $(WLSLIB) $(LS_LIB) -no-und + LIBTOOL_DEPS = @LIBTOOL_DEPS@ + + DISTCLEANFILES = libspiro.pc +-DISTCHECK_CONFIGURE_FLAGS = --enable-verbose_lib --enable-test_inputs ++DISTCHECK_CONFIGURE_FLAGS = --enable-verbose_lib --disable-test_inputs + + lib_LTLIBRARIES = libspiro.la + +@@ -26,17 +26,10 @@ EXTRA_DIST = bezctx.md get-spiro-src.sh + java/ShowPlate.java java/Spiro.java java/SpiroBezierContext.java \ + java/SpiroCanvas.java java/SpiroCP.java java/SpiroGeneralPath.java \ + java/SpiroPointType.java README-GeorgeWilliams fontforge-debug.txt \ +- fontforge.sh m4/ax_check_compile_flag.m4 tests/call-test.c ++ fontforge.sh m4/ax_check_compile_flag.m4 + + include_HEADERS = bezctx.h bezctx_intf.h spiro.h spiroentrypoints.h + + libtool: $(LIBTOOL_DEPS) + $(SHELL) ./config.status libtool + +-# test: run all tests in cwd and subdirs +-test: ${TEST_PROGS} +- +-.PHONY: test +-# run make test as part of make check +-check-local: test +- From owner-svn-ports-head@freebsd.org Wed Jul 8 17:20:13 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2E23699665B; Wed, 8 Jul 2015 17:20:13 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 146CD189C; Wed, 8 Jul 2015 17:20:13 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t68HKCjW029972; Wed, 8 Jul 2015 17:20:12 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t68HKArI029962; Wed, 8 Jul 2015 17:20:10 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201507081720.t68HKArI029962@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Wed, 8 Jul 2015 17:20:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391579 - in head/editors: . vanubi vanubi/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, 08 Jul 2015 17:20:13 -0000 Author: olivierd Date: Wed Jul 8 17:20:09 2015 New Revision: 391579 URL: https://svnweb.freebsd.org/changeset/ports/391579 Log: Vanubi is an Emacs-like editor implemented in Vala. It is designed to be simple, complete, keyboard based, and implement only what users really use and expect. WWW: http://vanubi.github.io/vanubi/ Added: head/editors/vanubi/ head/editors/vanubi/Makefile (contents, props changed) head/editors/vanubi/distinfo (contents, props changed) head/editors/vanubi/files/ head/editors/vanubi/files/patch-configure.ac (contents, props changed) head/editors/vanubi/files/patch-gui_Makefile.am (contents, props changed) head/editors/vanubi/files/patch-gui_shellbar.vala (contents, props changed) head/editors/vanubi/pkg-descr (contents, props changed) head/editors/vanubi/pkg-plist (contents, props changed) Modified: head/editors/Makefile Modified: head/editors/Makefile ============================================================================== --- head/editors/Makefile Wed Jul 8 17:14:24 2015 (r391578) +++ head/editors/Makefile Wed Jul 8 17:20:09 2015 (r391579) @@ -251,6 +251,7 @@ SUBDIR += tweak SUBDIR += uemacs SUBDIR += uzap + SUBDIR += vanubi SUBDIR += vigor SUBDIR += vile SUBDIR += vim Added: head/editors/vanubi/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/vanubi/Makefile Wed Jul 8 17:20:09 2015 (r391579) @@ -0,0 +1,33 @@ +# Created by: Olivier Duchateau +# $FreeBSD$ + +PORTNAME= vanubi +PORTVERSION= 0.0.16 +DISTVERSIONPREFIX= v +CATEGORIES= editors + +MAINTAINER= olivierd@FreeBSD.org +COMMENT= Programming editor written in Vala + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + +BUILD_DEPENDS= valac:${PORTSDIR}/lang/vala +LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo + +GH_TAGNAME= eedac1d + +USE_GITHUB= yes +USES= autoreconf desktop-file-utils gmake libtool pkgconfig +GNU_CONFIGURE= yes +USE_GNOME= glib20 gtk30 gtksourceview3 libwnck3 vte3 +USE_LDCONFIG= yes +INSTALL_TARGET= install-strip + +CONFIGURE_ARGS=--without-asciidoc --disable-static + +post-patch: + ${REINPLACE_CMD} -e 's|vte-2.90|vte-2.91|' \ + ${WRKSRC}/configure.ac + +.include Added: head/editors/vanubi/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/vanubi/distinfo Wed Jul 8 17:20:09 2015 (r391579) @@ -0,0 +1,2 @@ +SHA256 (vanubi-vanubi-v0.0.16-eedac1d_GH0.tar.gz) = 20ef1d71ec62416c2e048bc829f546672c4ae7e4be8556114fd40a19eb924978 +SIZE (vanubi-vanubi-v0.0.16-eedac1d_GH0.tar.gz) = 709627 Added: head/editors/vanubi/files/patch-configure.ac ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/vanubi/files/patch-configure.ac Wed Jul 8 17:20:09 2015 (r391579) @@ -0,0 +1,11 @@ +--- configure.ac.orig 2014-12-09 10:52:31 UTC ++++ configure.ac +@@ -71,7 +71,7 @@ LIBVANUBI_VALAFLAGS="$LIBVANUBI_VALAFLAG + LIBVANUBI_CFLAGS="$LIBVANUBI_CFLAGS -w" + LIBVANUBI_LIBS="$LIBVANUBI_LIBS" + +-VALA_CHECK_MODULES(VANUBI, [gtk+-3.0 >= 3.6 gio-unix-2.0 gtksourceview-3.0 vte-2.90 gdk-x11-3.0 libwnck-3.0]) ++VALA_CHECK_MODULES(VANUBI, [gtk+-3.0 gio-unix-2.0 gtksourceview-3.0 vte-2.90 gdk-x11-3.0 libwnck-3.0]) + dnl We ignore GTK_3_10_* + PKG_CHECK_MODULES(GTK_3_10, [gtk+-3.0 >= 3.10], + [VANUBI_VALAFLAGS="$VANUBI_VALAFLAGS -D GTK_3_10"], Added: head/editors/vanubi/files/patch-gui_Makefile.am ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/vanubi/files/patch-gui_Makefile.am Wed Jul 8 17:20:09 2015 (r391579) @@ -0,0 +1,11 @@ +--- gui/Makefile.am.orig 2014-12-09 10:52:31 UTC ++++ gui/Makefile.am +@@ -50,6 +50,8 @@ vanubi_SOURCES = \ + vanubi_LDADD = \ + ../libvanubi/libvanubi@PACKAGE_SUFFIX@.la \ + $(VANUBI_LIBS) \ ++ -lexecinfo \ ++ -lX11 \ + $(NULL) + + EXTRA_DIST = $(vanubi_VALASOURCES) Added: head/editors/vanubi/files/patch-gui_shellbar.vala ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/vanubi/files/patch-gui_shellbar.vala Wed Jul 8 17:20:09 2015 (r391579) @@ -0,0 +1,17 @@ +Add support of vte-2.91 instead of vte-2.90 + +--- gui/shellbar.vala.orig 2014-12-09 10:52:31 UTC ++++ gui/shellbar.vala +@@ -146,10 +146,10 @@ namespace Vanubi.UI { + } + + Pid pid; +- term.fork_command_full (PtyFlags.DEFAULT, workdir, {shell}, null, SpawnFlags.SEARCH_PATH, null, out pid); ++ term.spawn_sync (PtyFlags.DEFAULT, workdir, {shell}, null, SpawnFlags.SEARCH_PATH, null, out pid); + term.set_data ("pid", pid); + pty_cancellable = new Cancellable (); +- read_sh.begin (term.pty_object.fd, pty_cancellable); ++ read_sh.begin (term.get_pty ().fd, pty_cancellable); + + mouse_match (term, """^.+error:"""); + mouse_match (term, """^.+warning:"""); Added: head/editors/vanubi/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/vanubi/pkg-descr Wed Jul 8 17:20:09 2015 (r391579) @@ -0,0 +1,5 @@ +Vanubi is an Emacs-like editor implemented in Vala. It is designed to be +simple, complete, keyboard based, and implement only what users really +use and expect. + +WWW: http://vanubi.github.io/vanubi/ Added: head/editors/vanubi/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/vanubi/pkg-plist Wed Jul 8 17:20:09 2015 (r391579) @@ -0,0 +1,17 @@ +bin/vanubi +lib/libvanubi-0.1.so +lib/libvanubi-0.1.so.0 +lib/libvanubi-0.1.so.0.0.0 +share/applications/vanubi.desktop +%%DATADIR%%/css/tango.css +%%DATADIR%%/css/zen.css +%%DATADIR%%/languages/asciidoc.lang +%%DATADIR%%/languages/asm-intel.lang +%%DATADIR%%/languages/generic_comment.lang +%%DATADIR%%/languages/i386asm.lang +%%DATADIR%%/languages/nix.lang +%%DATADIR%%/languages/rpmspec.lang +%%DATADIR%%/logo/vanubi.png +%%DATADIR%%/styles/tango.xml +%%DATADIR%%/styles/zen-grep.xml +%%DATADIR%%/styles/zen.xml From owner-svn-ports-head@freebsd.org Wed Jul 8 17:26:06 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 40E739967B1; Wed, 8 Jul 2015 17:26:06 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2CF6B1BE6; Wed, 8 Jul 2015 17:26:06 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t68HQ6U3034349; Wed, 8 Jul 2015 17:26:06 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t68HQ5jm034348; Wed, 8 Jul 2015 17:26:05 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201507081726.t68HQ5jm034348@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Wed, 8 Jul 2015 17:26:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391580 - 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, 08 Jul 2015 17:26:06 -0000 Author: feld Date: Wed Jul 8 17:26:05 2015 New Revision: 391580 URL: https://svnweb.freebsd.org/changeset/ports/391580 Log: Fix other no-op formatting mistakes for the roundcube entry Security: 038a5808-24b3-11e5-b0c8-bf4d8935d4fa Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Jul 8 17:20:09 2015 (r391579) +++ head/security/vuxml/vuln.xml Wed Jul 8 17:26:05 2015 (r391580) @@ -143,7 +143,7 @@ Notes:
- roundcube - multiple vulnerabilities + roundcube -- multiple vulnerabilities roundcube @@ -177,7 +177,7 @@ Notes: 2015-05-30 - 2015-07-7 + 2015-07-07 From owner-svn-ports-head@freebsd.org Wed Jul 8 17:43:17 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6C823996CD2; Wed, 8 Jul 2015 17:43:17 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5AA981967; Wed, 8 Jul 2015 17:43:17 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t68HhHIa043815; Wed, 8 Jul 2015 17:43:17 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t68HhG0G043810; Wed, 8 Jul 2015 17:43:16 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201507081743.t68HhG0G043810@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 8 Jul 2015 17:43:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391581 - head/sysutils/mcollective X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 08 Jul 2015 17:43:17 -0000 Author: swills Date: Wed Jul 8 17:43:15 2015 New Revision: 391581 URL: https://svnweb.freebsd.org/changeset/ports/391581 Log: sysutils/mcollective: update to 2.8.2 Modified: head/sysutils/mcollective/Makefile head/sysutils/mcollective/distinfo head/sysutils/mcollective/pkg-descr head/sysutils/mcollective/pkg-plist Modified: head/sysutils/mcollective/Makefile ============================================================================== --- head/sysutils/mcollective/Makefile Wed Jul 8 17:26:05 2015 (r391580) +++ head/sysutils/mcollective/Makefile Wed Jul 8 17:43:15 2015 (r391581) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mcollective -PORTVERSION= 2.5.3 +PORTVERSION= 2.8.2 CATEGORIES= sysutils MASTER_SITES= http://downloads.puppetlabs.com/${PORTNAME}/ @@ -16,6 +16,8 @@ USE_RUBY= yes USE_RC_SUBR= mcollectived RUBY_SHEBANG_FILES= bin/mcollectived bin/mco +CFG_FILES= client.cfg data-help.erb discovery-help.erb facts.yaml \ + metadata-help.erb rpc-help.erb server.cfg # don't make .bak files REINPLACE_ARGS= -i "" @@ -39,20 +41,9 @@ do-patch: ${WRKSRC}/etc/client.cfg.dist do-install: - @(cd ${WRKSRC}/lib && ${COPYTREE_SHARE} \* ${STAGEDIR}${RUBY_SITELIBDIR}) - ${MKDIR} ${STAGEDIR}${DATADIR} - @(cd ${WRKSRC}/plugins/mcollective && ${COPYTREE_SHARE} \* ${STAGEDIR}${DATADIR}) - -.for script in ${SCRIPTS} - ${INSTALL_SCRIPT} ${WRKSRC}/bin/${script} ${STAGEDIR}${PREFIX}/bin/ + cd ${WRKSRC} ; ${RUBY} install.rb --destdir=${STAGEDIR} --configdir=${ETCDIR} --plugindir=${DATADIR} +.for cfg in ${CFG_FILES} + mv ${STAGEDIR}${ETCDIR}/${cfg} ${STAGEDIR}${ETCDIR}/${cfg}.sample .endfor - ${INSTALL_SCRIPT} ${WRKSRC}/bin/mcollectived ${STAGEDIR}${PREFIX}/sbin/mcollectived - - ${MKDIR} ${STAGEDIR}${ETCDIR} - ${INSTALL_DATA} ${WRKSRC}/etc/client.cfg.dist ${STAGEDIR}${ETCDIR} - ${INSTALL_DATA} ${WRKSRC}/etc/server.cfg.dist ${STAGEDIR}${ETCDIR} - - ${MKDIR} ${STAGEDIR}${DOCSDIR} - (cd ${WRKSRC}/doc && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR}) .include Modified: head/sysutils/mcollective/distinfo ============================================================================== --- head/sysutils/mcollective/distinfo Wed Jul 8 17:26:05 2015 (r391580) +++ head/sysutils/mcollective/distinfo Wed Jul 8 17:43:15 2015 (r391581) @@ -1,2 +1,2 @@ -SHA256 (mcollective-2.5.3.tar.gz) = 6ba69d9d58ca59628e997b6bb602c5884cabd0ea201e859e0863c303f1d64fda -SIZE (mcollective-2.5.3.tar.gz) = 903498 +SHA256 (mcollective-2.8.2.tar.gz) = 03e23d8e79ccee6394f0dd31456fb56c3ae4ca2891027062377a2aaa5b5c5fe9 +SIZE (mcollective-2.8.2.tar.gz) = 720217 Modified: head/sysutils/mcollective/pkg-descr ============================================================================== --- head/sysutils/mcollective/pkg-descr Wed Jul 8 17:26:05 2015 (r391580) +++ head/sysutils/mcollective/pkg-descr Wed Jul 8 17:43:15 2015 (r391581) @@ -1,4 +1,4 @@ The Marionette Collective A modern scalable datacenter orchestration framework -WWW: http://marionette-collective.org/ +WWW: http://docs.puppetlabs.com/mcollective/ Modified: head/sysutils/mcollective/pkg-plist ============================================================================== --- head/sysutils/mcollective/pkg-plist Wed Jul 8 17:26:05 2015 (r391580) +++ head/sysutils/mcollective/pkg-plist Wed Jul 8 17:43:15 2015 (r391581) @@ -1,225 +1,60 @@ -bin/mco sbin/mcollectived -%%DATADIR%%/agent/discovery.rb -%%DATADIR%%/agent/rpcutil.ddl -%%DATADIR%%/agent/rpcutil.rb -%%DATADIR%%/aggregate/average.rb -%%DATADIR%%/aggregate/average.ddl -%%DATADIR%%/aggregate/sum.rb -%%DATADIR%%/aggregate/sum.ddl -%%DATADIR%%/aggregate/summary.rb -%%DATADIR%%/aggregate/summary.ddl -%%DATADIR%%/application/completion.rb -%%DATADIR%%/application/facts.rb -%%DATADIR%%/application/find.rb -%%DATADIR%%/application/help.rb -%%DATADIR%%/application/inventory.rb -%%DATADIR%%/application/ping.rb -%%DATADIR%%/application/plugin.rb -%%DATADIR%%/application/rpc.rb -%%DATADIR%%/audit/logfile.rb -%%DATADIR%%/connector/activemq.rb -%%DATADIR%%/connector/rabbitmq.rb -%%DATADIR%%/data/agent_data.ddl -%%DATADIR%%/data/agent_data.rb -%%DATADIR%%/data/fstat_data.ddl -%%DATADIR%%/data/fstat_data.rb -%%DATADIR%%/discovery/flatfile.ddl -%%DATADIR%%/discovery/flatfile.rb -%%DATADIR%%/discovery/mc.ddl -%%DATADIR%%/discovery/mc.rb -%%DATADIR%%/discovery/stdin.ddl -%%DATADIR%%/discovery/stdin.rb -%%DATADIR%%/facts/yaml_facts.rb -%%DATADIR%%/pluginpackager/debpackage_packager.rb -%%DATADIR%%/pluginpackager/ospackage_packager.rb -%%DATADIR%%/pluginpackager/modulepackage_packager.rb -%%DATADIR%%/pluginpackager/rpmpackage_packager.rb -%%DATADIR%%/pluginpackager/templates/debian/Makefile.erb -%%DATADIR%%/pluginpackager/templates/debian/changelog.erb -%%DATADIR%%/pluginpackager/templates/debian/compat.erb -%%DATADIR%%/pluginpackager/templates/debian/control.erb -%%DATADIR%%/pluginpackager/templates/debian/copyright.erb -%%DATADIR%%/pluginpackager/templates/debian/rules.erb -%%DATADIR%%/pluginpackager/templates/redhat/rpm_spec.erb -%%DATADIR%%/pluginpackager/templates/module/_manifest.pp.erb -%%DATADIR%%/pluginpackager/templates/module/Modulefile.erb -%%DATADIR%%/pluginpackager/templates/module/README.md.erb -%%DATADIR%%/registration/agentlist.rb -%%DATADIR%%/security/aes_security.rb -%%DATADIR%%/security/psk.rb -%%DATADIR%%/security/ssl.rb -%%DATADIR%%/validator/array_validator.ddl -%%DATADIR%%/validator/typecheck_validator.ddl -%%DATADIR%%/validator/ipv4address_validator.ddl -%%DATADIR%%/validator/shellsafe_validator.rb -%%DATADIR%%/validator/ipv6address_validator.ddl -%%DATADIR%%/validator/shellsafe_validator.ddl -%%DATADIR%%/validator/length_validator.rb -%%DATADIR%%/validator/ipv4address_validator.rb -%%DATADIR%%/validator/ipv6address_validator.rb -%%DATADIR%%/validator/length_validator.ddl -%%DATADIR%%/validator/regex_validator.rb -%%DATADIR%%/validator/regex_validator.ddl -%%DATADIR%%/validator/array_validator.rb -%%DATADIR%%/validator/typecheck_validator.rb -%%ETCDIR%%/client.cfg.dist -%%ETCDIR%%/server.cfg.dist -%%PORTDOCS%%%%DOCSDIR%%/Array.html -%%PORTDOCS%%%%DOCSDIR%%/COPYING.html -%%PORTDOCS%%%%DOCSDIR%%/Dir.html -%%PORTDOCS%%%%DOCSDIR%%/Gemfile.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/Agent.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/Agents.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/Aggregate.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/Aggregate/Base.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/Aggregate/Result.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/Aggregate/Result/Base.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/Aggregate/Result/CollectionResult.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/Aggregate/Result/NumericResult.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/Application.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/Applications.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/BackoffSuggestion.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/Cache.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/Client.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/Config.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/Connector.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/Connector/Base.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/DDL.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/DDL/AgentDDL.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/DDL/Base.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/DDL/DataDDL.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/DDL/DiscoveryDDL.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/DDL/ValidatorDDL.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/DDLValidationError.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/Data.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/Data/Base.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/Data/Result.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/Discovery.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/Facts.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/Facts/Base.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/Generators.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/Generators/AgentGenerator.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/Generators/Base.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/Generators/DataGenerator.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/InvalidRPCData.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/Log.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/Logger.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/Logger/Base.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/Logger/Console_logger.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/Logger/File_logger.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/Logger/Syslog_logger.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/Matcher.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/Matcher/Parser.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/Matcher/Scanner.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/Message.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/MessageNotReceived.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/MissingRPCData.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/MsgDoesNotMatchRequestID.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/MsgTTLExpired.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/NotTargettedAtUs.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/Optionparser.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/PluginManager.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/PluginPackager.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/PluginPackager/AgentDefinition.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/PluginPackager/StandardDefinition.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/RPC.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/RPC/ActionRunner.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/RPC/Agent.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/RPC/Audit.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/RPC/Client.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/RPC/Helpers.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/RPC/Progress.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/RPC/Reply.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/RPC/Request.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/RPC/Result.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/RPC/Stats.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/RPCAborted.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/RPCError.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/Registration.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/Registration/Base.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/Runner.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/RunnerStats.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/SSL.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/Security.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/Security/Base.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/SecurityValidationFailed.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/Shell.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/UnexpectedMessageType.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/UnixDaemon.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/UnknownRPCAction.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/UnknownRPCError.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/Util.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/Validator.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/ValidatorError.html -%%PORTDOCS%%%%DOCSDIR%%/MCollective/WindowsDaemon.html -%%PORTDOCS%%%%DOCSDIR%%/Object.html -%%PORTDOCS%%%%DOCSDIR%%/README.html -%%PORTDOCS%%%%DOCSDIR%%/Rakefile.html -%%PORTDOCS%%%%DOCSDIR%%/String.html -%%PORTDOCS%%%%DOCSDIR%%/Symbol.html -%%PORTDOCS%%%%DOCSDIR%%/created.rid -%%PORTDOCS%%%%DOCSDIR%%/doc/created_rid.html -%%PORTDOCS%%%%DOCSDIR%%/etc/ssl/PLACEHOLDER.html -%%PORTDOCS%%%%DOCSDIR%%/etc/ssl/clients/PLACEHOLDER.html -%%PORTDOCS%%%%DOCSDIR%%/etc/client_cfg_dist.html -%%PORTDOCS%%%%DOCSDIR%%/etc/server_cfg_dist.html -%%PORTDOCS%%%%DOCSDIR%%/etc/facts_yaml_dist.html -%%PORTDOCS%%%%DOCSDIR%%/images/add.png -%%PORTDOCS%%%%DOCSDIR%%/images/arrow_up.png -%%PORTDOCS%%%%DOCSDIR%%/images/brick.png -%%PORTDOCS%%%%DOCSDIR%%/images/brick_link.png -%%PORTDOCS%%%%DOCSDIR%%/images/bug.png -%%PORTDOCS%%%%DOCSDIR%%/images/bullet_black.png -%%PORTDOCS%%%%DOCSDIR%%/images/bullet_toggle_minus.png -%%PORTDOCS%%%%DOCSDIR%%/images/bullet_toggle_plus.png -%%PORTDOCS%%%%DOCSDIR%%/images/date.png -%%PORTDOCS%%%%DOCSDIR%%/images/delete.png -%%PORTDOCS%%%%DOCSDIR%%/images/find.png -%%PORTDOCS%%%%DOCSDIR%%/images/loadingAnimation.gif -%%PORTDOCS%%%%DOCSDIR%%/images/macFFBgHack.png -%%PORTDOCS%%%%DOCSDIR%%/images/package.png -%%PORTDOCS%%%%DOCSDIR%%/images/page_green.png -%%PORTDOCS%%%%DOCSDIR%%/images/page_white_text.png -%%PORTDOCS%%%%DOCSDIR%%/images/page_white_width.png -%%PORTDOCS%%%%DOCSDIR%%/images/plugin.png -%%PORTDOCS%%%%DOCSDIR%%/images/ruby.png -%%PORTDOCS%%%%DOCSDIR%%/images/tag_blue.png -%%PORTDOCS%%%%DOCSDIR%%/images/tag_green.png -%%PORTDOCS%%%%DOCSDIR%%/images/transparent.png -%%PORTDOCS%%%%DOCSDIR%%/images/wrench.png -%%PORTDOCS%%%%DOCSDIR%%/images/wrench_orange.png -%%PORTDOCS%%%%DOCSDIR%%/images/zoom.png -%%PORTDOCS%%%%DOCSDIR%%/index.html -%%PORTDOCS%%%%DOCSDIR%%/js/darkfish.js -%%PORTDOCS%%%%DOCSDIR%%/js/jquery.js -%%PORTDOCS%%%%DOCSDIR%%/js/navigation.js -%%PORTDOCS%%%%DOCSDIR%%/js/search.js -%%PORTDOCS%%%%DOCSDIR%%/js/search_index.js -%%PORTDOCS%%%%DOCSDIR%%/js/searcher.js -%%PORTDOCS%%%%DOCSDIR%%/rdoc.css -%%PORTDOCS%%%%DOCSDIR%%/table_of_contents.html -%%PORTDOCS%%%%DOCSDIR%%/mcollective_init.html -%%PORTDOCS%%%%DOCSDIR%%/GetoptLong.html +bin/mco +@sample %%ETCDIR%%/client.cfg.sample +@sample %%ETCDIR%%/data-help.erb.sample +@sample %%ETCDIR%%/discovery-help.erb.sample +@sample %%ETCDIR%%/facts.yaml.sample +@sample %%ETCDIR%%/metadata-help.erb.sample +@sample %%ETCDIR%%/rpc-help.erb.sample +@sample %%ETCDIR%%/server.cfg.sample %%RUBY_SITELIBDIR%%/mcollective.rb %%RUBY_SITELIBDIR%%/mcollective/agent.rb +%%RUBY_SITELIBDIR%%/mcollective/agent/discovery.rb +%%RUBY_SITELIBDIR%%/mcollective/agent/rpcutil.ddl +%%RUBY_SITELIBDIR%%/mcollective/agent/rpcutil.rb %%RUBY_SITELIBDIR%%/mcollective/agents.rb %%RUBY_SITELIBDIR%%/mcollective/aggregate.rb +%%RUBY_SITELIBDIR%%/mcollective/aggregate/average.ddl +%%RUBY_SITELIBDIR%%/mcollective/aggregate/average.rb %%RUBY_SITELIBDIR%%/mcollective/aggregate/base.rb %%RUBY_SITELIBDIR%%/mcollective/aggregate/result.rb %%RUBY_SITELIBDIR%%/mcollective/aggregate/result/base.rb %%RUBY_SITELIBDIR%%/mcollective/aggregate/result/collection_result.rb %%RUBY_SITELIBDIR%%/mcollective/aggregate/result/numeric_result.rb +%%RUBY_SITELIBDIR%%/mcollective/aggregate/sum.ddl +%%RUBY_SITELIBDIR%%/mcollective/aggregate/sum.rb +%%RUBY_SITELIBDIR%%/mcollective/aggregate/summary.ddl +%%RUBY_SITELIBDIR%%/mcollective/aggregate/summary.rb %%RUBY_SITELIBDIR%%/mcollective/application.rb +%%RUBY_SITELIBDIR%%/mcollective/application/completion.rb +%%RUBY_SITELIBDIR%%/mcollective/application/facts.rb +%%RUBY_SITELIBDIR%%/mcollective/application/find.rb +%%RUBY_SITELIBDIR%%/mcollective/application/help.rb +%%RUBY_SITELIBDIR%%/mcollective/application/inventory.rb +%%RUBY_SITELIBDIR%%/mcollective/application/ping.rb +%%RUBY_SITELIBDIR%%/mcollective/application/plugin.rb +%%RUBY_SITELIBDIR%%/mcollective/application/rpc.rb %%RUBY_SITELIBDIR%%/mcollective/applications.rb +%%RUBY_SITELIBDIR%%/mcollective/audit/logfile.rb %%RUBY_SITELIBDIR%%/mcollective/cache.rb %%RUBY_SITELIBDIR%%/mcollective/client.rb %%RUBY_SITELIBDIR%%/mcollective/config.rb %%RUBY_SITELIBDIR%%/mcollective/connector.rb +%%RUBY_SITELIBDIR%%/mcollective/connector/activemq.ddl +%%RUBY_SITELIBDIR%%/mcollective/connector/activemq.rb %%RUBY_SITELIBDIR%%/mcollective/connector/base.rb +%%RUBY_SITELIBDIR%%/mcollective/connector/rabbitmq.ddl +%%RUBY_SITELIBDIR%%/mcollective/connector/rabbitmq.rb %%RUBY_SITELIBDIR%%/mcollective/data.rb +%%RUBY_SITELIBDIR%%/mcollective/data/agent_data.ddl +%%RUBY_SITELIBDIR%%/mcollective/data/agent_data.rb %%RUBY_SITELIBDIR%%/mcollective/data/base.rb +%%RUBY_SITELIBDIR%%/mcollective/data/collective_data.ddl +%%RUBY_SITELIBDIR%%/mcollective/data/collective_data.rb +%%RUBY_SITELIBDIR%%/mcollective/data/fact_data.ddl +%%RUBY_SITELIBDIR%%/mcollective/data/fact_data.rb +%%RUBY_SITELIBDIR%%/mcollective/data/fstat_data.ddl +%%RUBY_SITELIBDIR%%/mcollective/data/fstat_data.rb %%RUBY_SITELIBDIR%%/mcollective/data/result.rb %%RUBY_SITELIBDIR%%/mcollective/ddl.rb %%RUBY_SITELIBDIR%%/mcollective/ddl/agentddl.rb @@ -228,9 +63,16 @@ sbin/mcollectived %%RUBY_SITELIBDIR%%/mcollective/ddl/discoveryddl.rb %%RUBY_SITELIBDIR%%/mcollective/ddl/validatorddl.rb %%RUBY_SITELIBDIR%%/mcollective/discovery.rb +%%RUBY_SITELIBDIR%%/mcollective/discovery/flatfile.ddl +%%RUBY_SITELIBDIR%%/mcollective/discovery/flatfile.rb +%%RUBY_SITELIBDIR%%/mcollective/discovery/mc.ddl +%%RUBY_SITELIBDIR%%/mcollective/discovery/mc.rb +%%RUBY_SITELIBDIR%%/mcollective/discovery/stdin.ddl +%%RUBY_SITELIBDIR%%/mcollective/discovery/stdin.rb %%RUBY_SITELIBDIR%%/mcollective/exceptions.rb %%RUBY_SITELIBDIR%%/mcollective/facts.rb %%RUBY_SITELIBDIR%%/mcollective/facts/base.rb +%%RUBY_SITELIBDIR%%/mcollective/facts/yaml_facts.rb %%RUBY_SITELIBDIR%%/mcollective/generators.rb %%RUBY_SITELIBDIR%%/mcollective/generators/agent_generator.rb %%RUBY_SITELIBDIR%%/mcollective/generators/base.rb @@ -254,8 +96,23 @@ sbin/mcollectived %%RUBY_SITELIBDIR%%/mcollective/pluginmanager.rb %%RUBY_SITELIBDIR%%/mcollective/pluginpackager.rb %%RUBY_SITELIBDIR%%/mcollective/pluginpackager/agent_definition.rb +%%RUBY_SITELIBDIR%%/mcollective/pluginpackager/debpackage_packager.rb +%%RUBY_SITELIBDIR%%/mcollective/pluginpackager/modulepackage_packager.rb +%%RUBY_SITELIBDIR%%/mcollective/pluginpackager/ospackage_packager.rb +%%RUBY_SITELIBDIR%%/mcollective/pluginpackager/rpmpackage_packager.rb %%RUBY_SITELIBDIR%%/mcollective/pluginpackager/standard_definition.rb +%%RUBY_SITELIBDIR%%/mcollective/pluginpackager/templates/debian/Makefile.erb +%%RUBY_SITELIBDIR%%/mcollective/pluginpackager/templates/debian/changelog.erb +%%RUBY_SITELIBDIR%%/mcollective/pluginpackager/templates/debian/compat.erb +%%RUBY_SITELIBDIR%%/mcollective/pluginpackager/templates/debian/control.erb +%%RUBY_SITELIBDIR%%/mcollective/pluginpackager/templates/debian/copyright.erb +%%RUBY_SITELIBDIR%%/mcollective/pluginpackager/templates/debian/rules.erb +%%RUBY_SITELIBDIR%%/mcollective/pluginpackager/templates/module/Modulefile.erb +%%RUBY_SITELIBDIR%%/mcollective/pluginpackager/templates/module/README.md.erb +%%RUBY_SITELIBDIR%%/mcollective/pluginpackager/templates/module/_manifest.pp.erb +%%RUBY_SITELIBDIR%%/mcollective/pluginpackager/templates/redhat/rpm_spec.erb %%RUBY_SITELIBDIR%%/mcollective/registration.rb +%%RUBY_SITELIBDIR%%/mcollective/registration/agentlist.rb %%RUBY_SITELIBDIR%%/mcollective/registration/base.rb %%RUBY_SITELIBDIR%%/mcollective/rpc.rb %%RUBY_SITELIBDIR%%/mcollective/rpc/actionrunner.rb @@ -271,116 +128,30 @@ sbin/mcollectived %%RUBY_SITELIBDIR%%/mcollective/runner.rb %%RUBY_SITELIBDIR%%/mcollective/runnerstats.rb %%RUBY_SITELIBDIR%%/mcollective/security.rb +%%RUBY_SITELIBDIR%%/mcollective/security/aes_security.rb %%RUBY_SITELIBDIR%%/mcollective/security/base.rb +%%RUBY_SITELIBDIR%%/mcollective/security/psk.rb +%%RUBY_SITELIBDIR%%/mcollective/security/ssl.rb %%RUBY_SITELIBDIR%%/mcollective/shell.rb %%RUBY_SITELIBDIR%%/mcollective/ssl.rb %%RUBY_SITELIBDIR%%/mcollective/unix_daemon.rb %%RUBY_SITELIBDIR%%/mcollective/util.rb %%RUBY_SITELIBDIR%%/mcollective/validator.rb +%%RUBY_SITELIBDIR%%/mcollective/validator/array_validator.ddl +%%RUBY_SITELIBDIR%%/mcollective/validator/array_validator.rb +%%RUBY_SITELIBDIR%%/mcollective/validator/ipv4address_validator.ddl +%%RUBY_SITELIBDIR%%/mcollective/validator/ipv4address_validator.rb +%%RUBY_SITELIBDIR%%/mcollective/validator/ipv6address_validator.ddl +%%RUBY_SITELIBDIR%%/mcollective/validator/ipv6address_validator.rb +%%RUBY_SITELIBDIR%%/mcollective/validator/length_validator.ddl +%%RUBY_SITELIBDIR%%/mcollective/validator/length_validator.rb +%%RUBY_SITELIBDIR%%/mcollective/validator/regex_validator.ddl +%%RUBY_SITELIBDIR%%/mcollective/validator/regex_validator.rb +%%RUBY_SITELIBDIR%%/mcollective/validator/shellsafe_validator.ddl +%%RUBY_SITELIBDIR%%/mcollective/validator/shellsafe_validator.rb +%%RUBY_SITELIBDIR%%/mcollective/validator/typecheck_validator.ddl +%%RUBY_SITELIBDIR%%/mcollective/validator/typecheck_validator.rb %%RUBY_SITELIBDIR%%/mcollective/vendor.rb -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/CHANGES -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/COPYING -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/COPYING-json-jruby -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/GPL -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/Gemfile -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/README-json-jruby.markdown -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/README.rdoc -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/Rakefile -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/TODO -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/VERSION -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/bin/edit_json.rb -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/bin/prettify_json.rb -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/data/example.json -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/data/index.html -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/data/prototype.js -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/ext/json/ext/generator/extconf.rb -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/ext/json/ext/generator/generator.c -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/ext/json/ext/generator/generator.h -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/ext/json/ext/parser/extconf.rb -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/ext/json/ext/parser/parser.c -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/ext/json/ext/parser/parser.h -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/ext/json/ext/parser/parser.rl -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/install.rb -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/java/lib/bytelist-1.0.6.jar -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/java/lib/jcodings.jar -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/java/src/json/ext/ByteListTranscoder.java -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/java/src/json/ext/Generator.java -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/java/src/json/ext/GeneratorMethods.java -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/java/src/json/ext/GeneratorService.java -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/java/src/json/ext/GeneratorState.java -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/java/src/json/ext/OptionsReader.java -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/java/src/json/ext/Parser.java -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/java/src/json/ext/Parser.rl -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/java/src/json/ext/ParserService.java -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/java/src/json/ext/RuntimeInfo.java -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/java/src/json/ext/StringDecoder.java -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/java/src/json/ext/StringEncoder.java -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/java/src/json/ext/Utils.java -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/json-java.gemspec -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/json.gemspec -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/json_pure.gemspec -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/lib/json.rb -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/lib/json/Array.xpm -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/lib/json/FalseClass.xpm -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/lib/json/Hash.xpm -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/lib/json/Key.xpm -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/lib/json/NilClass.xpm -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/lib/json/Numeric.xpm -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/lib/json/String.xpm -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/lib/json/TrueClass.xpm -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/lib/json/add/complex.rb -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/lib/json/add/core.rb -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/lib/json/add/rational.rb -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/lib/json/common.rb -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/lib/json/editor.rb -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/lib/json/ext.rb -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/lib/json/json.xpm -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/lib/json/pure.rb -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/lib/json/pure/generator.rb -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/lib/json/pure/parser.rb -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/lib/json/version.rb -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/tests/fixtures/fail1.json -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/tests/fixtures/fail10.json -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/tests/fixtures/fail11.json -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/tests/fixtures/fail12.json -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/tests/fixtures/fail13.json -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/tests/fixtures/fail14.json -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/tests/fixtures/fail18.json -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/tests/fixtures/fail19.json -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/tests/fixtures/fail2.json -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/tests/fixtures/fail20.json -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/tests/fixtures/fail21.json -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/tests/fixtures/fail22.json -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/tests/fixtures/fail23.json -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/tests/fixtures/fail24.json -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/tests/fixtures/fail25.json -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/tests/fixtures/fail27.json -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/tests/fixtures/fail28.json -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/tests/fixtures/fail3.json -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/tests/fixtures/fail4.json -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/tests/fixtures/fail5.json -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/tests/fixtures/fail6.json -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/tests/fixtures/fail7.json -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/tests/fixtures/fail8.json -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/tests/fixtures/fail9.json -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/tests/fixtures/pass1.json -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/tests/fixtures/pass15.json -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/tests/fixtures/pass16.json -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/tests/fixtures/pass17.json -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/tests/fixtures/pass2.json -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/tests/fixtures/pass26.json -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/tests/fixtures/pass3.json -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/tests/setup_variant.rb -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/tests/test_json.rb -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/tests/test_json_addition.rb -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/tests/test_json_encoding.rb -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/tests/test_json_fixtures.rb -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/tests/test_json_generate.rb -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/tests/test_json_string_matching.rb -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/tests/test_json_unicode.rb -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/tools/fuzz.rb -%%RUBY_SITELIBDIR%%/mcollective/vendor/json/tools/server.rb -%%RUBY_SITELIBDIR%%/mcollective/vendor/load_json.rb %%RUBY_SITELIBDIR%%/mcollective/vendor/load_systemu.rb %%RUBY_SITELIBDIR%%/mcollective/vendor/require_vendored.rb %%RUBY_SITELIBDIR%%/mcollective/vendor/systemu/LICENSE @@ -396,5 +167,4 @@ sbin/mcollectived %%RUBY_SITELIBDIR%%/mcollective/vendor/systemu/samples/f.rb %%RUBY_SITELIBDIR%%/mcollective/vendor/systemu/systemu.gemspec %%RUBY_SITELIBDIR%%/mcollective/windows_daemon.rb -@dir %%RUBY_SITELIBDIR%%/mcollective/vendor/json/lib/json/ext -@dir %%RUBY_SITELIBDIR%%/mcollective/vendor/json/diagrams +@dir %%DATADIR%% From owner-svn-ports-head@freebsd.org Wed Jul 8 17:59:44 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A49FD995038; Wed, 8 Jul 2015 17:59:44 +0000 (UTC) (envelope-from trociny@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 949D811F4; Wed, 8 Jul 2015 17:59:44 +0000 (UTC) (envelope-from trociny@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t68Hxi9j049717; Wed, 8 Jul 2015 17:59:44 GMT (envelope-from trociny@FreeBSD.org) Received: (from trociny@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t68HxiVR049713; Wed, 8 Jul 2015 17:59:44 GMT (envelope-from trociny@FreeBSD.org) Message-Id: <201507081759.t68HxiVR049713@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: trociny set sender to trociny@FreeBSD.org using -f From: Mikolaj Golub Date: Wed, 8 Jul 2015 17:59:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391582 - head/devel/bmake X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 08 Jul 2015 17:59:44 -0000 Author: trociny Date: Wed Jul 8 17:59:43 2015 New Revision: 391582 URL: https://svnweb.freebsd.org/changeset/ports/391582 Log: Update to 20150606. Modified: head/devel/bmake/Makefile head/devel/bmake/distinfo Modified: head/devel/bmake/Makefile ============================================================================== --- head/devel/bmake/Makefile Wed Jul 8 17:43:15 2015 (r391581) +++ head/devel/bmake/Makefile Wed Jul 8 17:59:43 2015 (r391582) @@ -2,13 +2,13 @@ # $FreeBSD$ PORTNAME= bmake -PORTVERSION= 20150505 +PORTVERSION= 20150606 CATEGORIES= devel MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/misc/sjg/ \ http://www.gtlib.cc.gatech.edu/pub/NetBSD/misc/sjg/ \ ftp://ftp.uk.netbsd.org/pub/NetBSD/misc/sjg/ \ ftp://ftp.de.netbsd.org/pub/NetBSD/misc/sjg/ -DISTFILES= bmake-${PORTVERSION}.tar.gz mk-20150411.tar.gz +DISTFILES= bmake-${PORTVERSION}.tar.gz mk-${PORTVERSION}.tar.gz MAINTAINER= trociny@FreeBSD.org COMMENT= Portable version of NetBSD 'make' utility Modified: head/devel/bmake/distinfo ============================================================================== --- head/devel/bmake/distinfo Wed Jul 8 17:43:15 2015 (r391581) +++ head/devel/bmake/distinfo Wed Jul 8 17:59:43 2015 (r391582) @@ -1,4 +1,4 @@ -SHA256 (bmake-20150505.tar.gz) = 31460211253921689df6ce7cd177a983d3a97df8df934b006a2bcee0919eb3ea -SIZE (bmake-20150505.tar.gz) = 529934 -SHA256 (mk-20150411.tar.gz) = 739e1cf80ba454b9acdf61671abe12d45af4e2b4ee21b6d71287eb05f508bcb2 -SIZE (mk-20150411.tar.gz) = 86339 +SHA256 (bmake-20150606.tar.gz) = c3147540fd5f64d5f2c1c7cd5d65d64d69bc5573e02707774d8eee349f043946 +SIZE (bmake-20150606.tar.gz) = 530580 +SHA256 (mk-20150606.tar.gz) = 85c8c06914a7370323b652510a385a274fc4b73eb7c1876d157f2b84992f2dc8 +SIZE (mk-20150606.tar.gz) = 86767 From owner-svn-ports-head@freebsd.org Wed Jul 8 18:08:01 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9517899528B; Wed, 8 Jul 2015 18:08:01 +0000 (UTC) (envelope-from trociny@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 852981A8D; Wed, 8 Jul 2015 18:08:01 +0000 (UTC) (envelope-from trociny@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t68I81w8054737; Wed, 8 Jul 2015 18:08:01 GMT (envelope-from trociny@FreeBSD.org) Received: (from trociny@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t68I806S054734; Wed, 8 Jul 2015 18:08:00 GMT (envelope-from trociny@FreeBSD.org) Message-Id: <201507081808.t68I806S054734@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: trociny set sender to trociny@FreeBSD.org using -f From: Mikolaj Golub Date: Wed, 8 Jul 2015 18:08:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391584 - head/sysutils/rubygem-mogilefs-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: Wed, 08 Jul 2015 18:08:01 -0000 Author: trociny Date: Wed Jul 8 18:08:00 2015 New Revision: 391584 URL: https://svnweb.freebsd.org/changeset/ports/391584 Log: - update to 3.9.0 - fix LICENSE Modified: head/sysutils/rubygem-mogilefs-client/Makefile head/sysutils/rubygem-mogilefs-client/distinfo Modified: head/sysutils/rubygem-mogilefs-client/Makefile ============================================================================== --- head/sysutils/rubygem-mogilefs-client/Makefile Wed Jul 8 18:00:23 2015 (r391583) +++ head/sysutils/rubygem-mogilefs-client/Makefile Wed Jul 8 18:08:00 2015 (r391584) @@ -2,14 +2,14 @@ # $FreeBSD$ PORTNAME= mogilefs-client -PORTVERSION= 3.8.0 +PORTVERSION= 3.9.0 CATEGORIES= sysutils MASTER_SITES= RG MAINTAINER= trociny@FreeBSD.org COMMENT= MogileFS client library for Ruby -LICENSE= BSD +LICENSE= BSD3CLAUSE NO_ARCH= yes Modified: head/sysutils/rubygem-mogilefs-client/distinfo ============================================================================== --- head/sysutils/rubygem-mogilefs-client/distinfo Wed Jul 8 18:00:23 2015 (r391583) +++ head/sysutils/rubygem-mogilefs-client/distinfo Wed Jul 8 18:08:00 2015 (r391584) @@ -1,2 +1,2 @@ -SHA256 (rubygem/mogilefs-client-3.8.0.gem) = 5a8907ab8566ba0e6537dec0a4e4a08789887846275c15fc7d32be590c8bf9c3 -SIZE (rubygem/mogilefs-client-3.8.0.gem) = 77312 +SHA256 (rubygem/mogilefs-client-3.9.0.gem) = c393d84301b3cd9070bba7908e5375001a0dd26175b5d0533dff2a9ce3aa7ea5 +SIZE (rubygem/mogilefs-client-3.9.0.gem) = 77312 From owner-svn-ports-head@freebsd.org Wed Jul 8 18:30:34 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2BE509958E8; Wed, 8 Jul 2015 18:30:34 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1B5C11A4E; Wed, 8 Jul 2015 18:30:34 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t68IUXoe065506; Wed, 8 Jul 2015 18:30:33 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t68IUXcf065499; Wed, 8 Jul 2015 18:30:33 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507081830.t68IUXcf065499@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 8 Jul 2015 18:30:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391585 - in head/devel/erlang-erlware_commons: . 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, 08 Jul 2015 18:30:34 -0000 Author: olgeni Date: Wed Jul 8 18:30:32 2015 New Revision: 391585 URL: https://svnweb.freebsd.org/changeset/ports/391585 Log: Upgrade to (untagged) version 0.13.0. Deleted: head/devel/erlang-erlware_commons/files/ Modified: head/devel/erlang-erlware_commons/Makefile head/devel/erlang-erlware_commons/distinfo Modified: head/devel/erlang-erlware_commons/Makefile ============================================================================== --- head/devel/erlang-erlware_commons/Makefile Wed Jul 8 18:08:00 2015 (r391584) +++ head/devel/erlang-erlware_commons/Makefile Wed Jul 8 18:30:32 2015 (r391585) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= erlware_commons -PORTVERSION= 0.12.0 +PORTVERSION= 0.13.0 DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= erlang- @@ -14,5 +14,6 @@ LICENSE= MIT USES= erlang:rebar USE_GITHUB= yes GH_ACCOUNT= erlware +GH_TAGNAME= cbe494b .include Modified: head/devel/erlang-erlware_commons/distinfo ============================================================================== --- head/devel/erlang-erlware_commons/distinfo Wed Jul 8 18:08:00 2015 (r391584) +++ head/devel/erlang-erlware_commons/distinfo Wed Jul 8 18:30:32 2015 (r391585) @@ -1,2 +1,2 @@ -SHA256 (erlware-erlware_commons-v0.12.0_GH0.tar.gz) = 4d3064bb23e3a8ae762eda312b4f1598fb09aa137fd3ca68d424a513c8d6b5cd -SIZE (erlware-erlware_commons-v0.12.0_GH0.tar.gz) = 63176 +SHA256 (erlware-erlware_commons-v0.13.0-cbe494b_GH0.tar.gz) = edbe8bb9d559f715845285bebb7d0c203c1d6c058d1d6afbdc7838edb4673e53 +SIZE (erlware-erlware_commons-v0.13.0-cbe494b_GH0.tar.gz) = 403331 From owner-svn-ports-head@freebsd.org Wed Jul 8 18:31:17 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5589899596E; Wed, 8 Jul 2015 18:31:17 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 45DAD1BCE; Wed, 8 Jul 2015 18:31:17 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t68IVHx3066388; Wed, 8 Jul 2015 18:31:17 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t68IVG5V066386; Wed, 8 Jul 2015 18:31:16 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507081831.t68IVG5V066386@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 8 Jul 2015 18:31:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391586 - 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, 08 Jul 2015 18:31:17 -0000 Author: olgeni Date: Wed Jul 8 18:31:16 2015 New Revision: 391586 URL: https://svnweb.freebsd.org/changeset/ports/391586 Log: Upgrade to version 3.3.0. Modified: head/devel/relx/Makefile head/devel/relx/distinfo Modified: head/devel/relx/Makefile ============================================================================== --- head/devel/relx/Makefile Wed Jul 8 18:30:32 2015 (r391585) +++ head/devel/relx/Makefile Wed Jul 8 18:31:16 2015 (r391586) @@ -1,13 +1,13 @@ # $FreeBSD$ PORTNAME= relx -PORTVERSION= 3.1.0 +PORTVERSION= 3.3.0 DISTVERSIONPREFIX=v CATEGORIES= devel MASTER_SITES+= http://olgeni.olgeni.com/~olgeni/distfiles/:deps \ LOCAL/olgeni:deps DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ - relx-cache-2.tar.gz:deps + relx-cache-3.tar.gz:deps MAINTAINER= olgeni@FreeBSD.org COMMENT= Sane, simple release creation for Erlang Modified: head/devel/relx/distinfo ============================================================================== --- head/devel/relx/distinfo Wed Jul 8 18:30:32 2015 (r391585) +++ head/devel/relx/distinfo Wed Jul 8 18:31:16 2015 (r391586) @@ -1,4 +1,4 @@ -SHA256 (erlware-relx-v3.1.0_GH0.tar.gz) = 379921d71c4fcad742bc1bccd4e23282cf75028c477731ebce282fa485e46890 -SIZE (erlware-relx-v3.1.0_GH0.tar.gz) = 443271 -SHA256 (relx-cache-2.tar.gz) = fdacd15a5decddc2d2ce1b0f5b8d7aa592b4c1c5a5f4eddef9cf6234a796f6fe -SIZE (relx-cache-2.tar.gz) = 213517 +SHA256 (erlware-relx-v3.3.0_GH0.tar.gz) = c7d32e41e1d8d9a62b328368fef1fb67776fba7381bf78f56a6e079099db932c +SIZE (erlware-relx-v3.3.0_GH0.tar.gz) = 443548 +SHA256 (relx-cache-3.tar.gz) = 39fe602ae80a93ec25f7b095eb867ea061e255dcc46ee7be6d07e22de9fca872 +SIZE (relx-cache-3.tar.gz) = 223971 From owner-svn-ports-head@freebsd.org Wed Jul 8 18:41:10 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9A62A995DE9; Wed, 8 Jul 2015 18:41:10 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 89E2B1B52; Wed, 8 Jul 2015 18:41:10 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t68IfAgL073264; Wed, 8 Jul 2015 18:41:10 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t68If8L7073251; Wed, 8 Jul 2015 18:41:08 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201507081841.t68If8L7073251@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 8 Jul 2015 18:41:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391587 - in 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: Wed, 08 Jul 2015 18:41:10 -0000 Author: swills Date: Wed Jul 8 18:41:07 2015 New Revision: 391587 URL: https://svnweb.freebsd.org/changeset/ports/391587 Log: devel/libtermkey: create port This library allows easy processing of keyboard entry from terminal-based programs. It handles all the necessary logic to recognise special keys, UTF-8 combining, and so on, with a simple interface. WWW: http://www.leonerd.org.uk/code/libtermkey/ PR: 198711 Submitted by: Anton Törnqvist Added: head/devel/libtermkey/ head/devel/libtermkey/Makefile (contents, props changed) head/devel/libtermkey/distinfo (contents, props changed) head/devel/libtermkey/pkg-descr (contents, props changed) head/devel/libtermkey/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Jul 8 18:31:16 2015 (r391586) +++ head/devel/Makefile Wed Jul 8 18:41:07 2015 (r391587) @@ -1251,6 +1251,7 @@ SUBDIR += libtap SUBDIR += libtar SUBDIR += libtecla + SUBDIR += libtermkey SUBDIR += libthai SUBDIR += libtifiles2 SUBDIR += libtool Added: head/devel/libtermkey/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libtermkey/Makefile Wed Jul 8 18:41:07 2015 (r391587) @@ -0,0 +1,24 @@ +# Created by: Anton Tornqvist +# $FreeBSD$ + +PORTNAME= libtermkey +PORTVERSION= 0.17 +CATEGORIES= devel +MASTER_SITES= http://www.leonerd.org.uk/code/libtermkey/ + +MAINTAINER= antont@inbox.lv +COMMENT= Easy processing of keyboard entry from terminal-based programs + +LICENSE= MIT + +USES= gmake libtool:build +LIB_DEPENDS= libunibilium.so:${PORTSDIR}/devel/unibilium +USE_LDCONFIG= yes + +pre-build: + ${REINPLACE_CMD} -e 's|$$(LIBDIR)/pkgconfig|${PREFIX}/libdata/pkgconfig|g' ${WRKSRC}/Makefile + +post-stage: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libtermkey.so.1.11.0 + +.include Added: head/devel/libtermkey/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libtermkey/distinfo Wed Jul 8 18:41:07 2015 (r391587) @@ -0,0 +1,2 @@ +SHA256 (libtermkey-0.17.tar.gz) = 68949364ed5eaad857b3dea10071cde74b00b9f236dfbb702169f246c3cef389 +SIZE (libtermkey-0.17.tar.gz) = 42176 Added: head/devel/libtermkey/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libtermkey/pkg-descr Wed Jul 8 18:41:07 2015 (r391587) @@ -0,0 +1,5 @@ +This library allows easy processing of keyboard entry from terminal-based +programs. It handles all the necessary logic to recognise special keys, +UTF-8 combining, and so on, with a simple interface. + +WWW: http://www.leonerd.org.uk/code/libtermkey/ Added: head/devel/libtermkey/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libtermkey/pkg-plist Wed Jul 8 18:41:07 2015 (r391587) @@ -0,0 +1,30 @@ +include/termkey.h +lib/libtermkey.a +lib/libtermkey.so +lib/libtermkey.so.1 +lib/libtermkey.so.1.11.0 +libdata/pkgconfig/termkey.pc +share/man/man3/termkey_advisereadable.3.gz +share/man/man3/termkey_canonicalise.3.gz +share/man/man3/termkey_get_buffer_remaining.3.gz +share/man/man3/termkey_get_fd.3.gz +share/man/man3/termkey_get_keyname.3.gz +share/man/man3/termkey_getkey.3.gz +share/man/man3/termkey_interpret_csi.3.gz +share/man/man3/termkey_interpret_modereport.3.gz +share/man/man3/termkey_interpret_mouse.3.gz +share/man/man3/termkey_interpret_position.3.gz +share/man/man3/termkey_keycmp.3.gz +share/man/man3/termkey_keyname2sym.3.gz +share/man/man3/termkey_lookup_keyname.3.gz +share/man/man3/termkey_new.3.gz +share/man/man3/termkey_push_bytes.3.gz +share/man/man3/termkey_set_buffer_size.3.gz +share/man/man3/termkey_set_canonflags.3.gz +share/man/man3/termkey_set_flags.3.gz +share/man/man3/termkey_set_waittime.3.gz +share/man/man3/termkey_start.3.gz +share/man/man3/termkey_strfkey.3.gz +share/man/man3/termkey_strpkey.3.gz +share/man/man3/termkey_waitkey.3.gz +share/man/man7/termkey.7.gz From owner-svn-ports-head@freebsd.org Wed Jul 8 18:45:44 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 44198995F55; Wed, 8 Jul 2015 18:45:44 +0000 (UTC) (envelope-from nox@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1A6211095; Wed, 8 Jul 2015 18:45:44 +0000 (UTC) (envelope-from nox@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t68Ijh7J075260; Wed, 8 Jul 2015 18:45:43 GMT (envelope-from nox@FreeBSD.org) Received: (from nox@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t68IjhMv075255; Wed, 8 Jul 2015 18:45:43 GMT (envelope-from nox@FreeBSD.org) Message-Id: <201507081845.t68IjhMv075255@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nox set sender to nox@FreeBSD.org using -f From: Juergen Lock Date: Wed, 8 Jul 2015 18:45:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391588 - head/emulators/qemu-sbruno X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 08 Jul 2015 18:45:44 -0000 Author: nox Date: Wed Jul 8 18:45:42 2015 New Revision: 391588 URL: https://svnweb.freebsd.org/changeset/ports/391588 Log: Catch up with github tree - changelog: https://github.com/seanbruno/qemu-bsd-user/commits/bsd-user Modified: head/emulators/qemu-sbruno/Makefile head/emulators/qemu-sbruno/distinfo Modified: head/emulators/qemu-sbruno/Makefile ============================================================================== --- head/emulators/qemu-sbruno/Makefile Wed Jul 8 18:41:07 2015 (r391587) +++ head/emulators/qemu-sbruno/Makefile Wed Jul 8 18:45:42 2015 (r391588) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= qemu -PORTVERSION= 2.3.50.g20150629 +PORTVERSION= 2.3.50.g20150708 CATEGORIES= emulators MASTER_SITES= GH \ LOCAL/nox \ @@ -20,7 +20,7 @@ COMMENT?= QEMU CPU Emulator - github bsd USE_GITHUB= yes GH_ACCOUNT= seanbruno GH_PROJECT= ${PORTNAME}-bsd-user -GH_TAGNAME= 70c092f +GH_TAGNAME= d786817 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 Wed Jul 8 18:41:07 2015 (r391587) +++ head/emulators/qemu-sbruno/distinfo Wed Jul 8 18:45:42 2015 (r391588) @@ -1,4 +1,4 @@ -SHA256 (qemu/2.3.50.g20150629/seanbruno-qemu-bsd-user-2.3.50.g20150629-70c092f_GH0.tar.gz) = e298491325347dd14bf665b49fa31043695c92af76cc593780db24e5f4e9f99c -SIZE (qemu/2.3.50.g20150629/seanbruno-qemu-bsd-user-2.3.50.g20150629-70c092f_GH0.tar.gz) = 10995004 -SHA256 (qemu/2.3.50.g20150629/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3 -SIZE (qemu/2.3.50.g20150629/dtc-v1.4.0.tar.gz) = 131893 +SHA256 (qemu/2.3.50.g20150708/seanbruno-qemu-bsd-user-2.3.50.g20150708-d786817_GH0.tar.gz) = 9fb93a049c5aaaab8ce0ce31dc965b839c7ea405c034bcedd3350d4712f90fea +SIZE (qemu/2.3.50.g20150708/seanbruno-qemu-bsd-user-2.3.50.g20150708-d786817_GH0.tar.gz) = 11009230 +SHA256 (qemu/2.3.50.g20150708/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3 +SIZE (qemu/2.3.50.g20150708/dtc-v1.4.0.tar.gz) = 131893 From owner-svn-ports-head@freebsd.org Wed Jul 8 18:49:03 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BE370995FD9; Wed, 8 Jul 2015 18:49:03 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 93E6213E0; Wed, 8 Jul 2015 18:49:03 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t68In3N2076095; Wed, 8 Jul 2015 18:49:03 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t68In3lw076091; Wed, 8 Jul 2015 18:49:03 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201507081849.t68In3lw076091@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Wed, 8 Jul 2015 18:49:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391589 - 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, 08 Jul 2015 18:49:03 -0000 Author: tijl Date: Wed Jul 8 18:49:02 2015 New Revision: 391589 URL: https://svnweb.freebsd.org/changeset/ports/391589 Log: Update flash plugin to 11.2r202.481 MFH: 2015Q3 Security: https://helpx.adobe.com/security/products/flash-player/apsb15-16.html Security: CVE-2015-5119 Modified: head/www/linux-c6-flashplugin11/Makefile head/www/linux-c6-flashplugin11/distinfo Modified: head/www/linux-c6-flashplugin11/Makefile ============================================================================== --- head/www/linux-c6-flashplugin11/Makefile Wed Jul 8 18:45:42 2015 (r391588) +++ head/www/linux-c6-flashplugin11/Makefile Wed Jul 8 18:49:02 2015 (r391589) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flashplugin -PORTVERSION= 11.2r202.468 +PORTVERSION= 11.2r202.481 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 ============================================================================== --- head/www/linux-c6-flashplugin11/distinfo Wed Jul 8 18:45:42 2015 (r391588) +++ head/www/linux-c6-flashplugin11/distinfo Wed Jul 8 18:49:02 2015 (r391589) @@ -1,4 +1,4 @@ -SHA256 (flashplugin/11.2r202.468/install_flash_player_11_linux.i386.tar.gz) = 146d5c67a78fb43ab8d48d3c73b05d3ff90654c004eb94abb31610a0da6b9fad -SIZE (flashplugin/11.2r202.468/install_flash_player_11_linux.i386.tar.gz) = 6935039 -SHA256 (flashplugin/11.2r202.468/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 4a309b1a326bd2212cc72480628659e5a7fd61d9e0572cb7350c206f030955bf -SIZE (flashplugin/11.2r202.468/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 3455 +SHA256 (flashplugin/11.2r202.481/install_flash_player_11_linux.i386.tar.gz) = 76fbede606e9eda56c73541dd55dede1afe0e08ffbce95005989dce903cfcd17 +SIZE (flashplugin/11.2r202.481/install_flash_player_11_linux.i386.tar.gz) = 6936529 +SHA256 (flashplugin/11.2r202.481/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 4a309b1a326bd2212cc72480628659e5a7fd61d9e0572cb7350c206f030955bf +SIZE (flashplugin/11.2r202.481/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 3455 From owner-svn-ports-head@freebsd.org Wed Jul 8 18:58:39 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F23B299619F; Wed, 8 Jul 2015 18:58:39 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DD9651A1A; Wed, 8 Jul 2015 18:58:39 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t68Iwd8Y080944; Wed, 8 Jul 2015 18:58:39 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t68IwdAf080943; Wed, 8 Jul 2015 18:58:39 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201507081858.t68IwdAf080943@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Wed, 8 Jul 2015 18:58:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391590 - 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, 08 Jul 2015 18:58:40 -0000 Author: tijl Date: Wed Jul 8 18:58:38 2015 New Revision: 391590 URL: https://svnweb.freebsd.org/changeset/ports/391590 Log: Document Adobe Flash Plugin vulnerability (CVE-2015-5119) Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Jul 8 18:49:02 2015 (r391589) +++ head/security/vuxml/vuln.xml Wed Jul 8 18:58:38 2015 (r391590) @@ -57,6 +57,42 @@ Notes: --> + + Adobe Flash Player -- critical vulnerabilities + + + linux-c6-flashplugin11 + 11.2r202.481 + + + linux-f10-flashplugin11 + 11.2r202.481 + + + + +

Adobe reports:

+
+

+ Adobe has released security updates for Adobe Flash Player. These + updates address critical vulnerabilities that could potentially + allow an attacker to take control of the affected system. Adobe is + aware of a report that an exploit targeting CVE-2015-5119 has been + publicly published. +

+
+ +
+ + https://helpx.adobe.com/security/products/flash-player/apsb15-16.html + CVE-2015-5119 + + + 2015-07-07 + 2015-07-08 + +
+ bind -- denial of service vulnerability From owner-svn-ports-head@freebsd.org Wed Jul 8 19:27:51 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2165B9967FF; Wed, 8 Jul 2015 19:27:51 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 04FBE1578; Wed, 8 Jul 2015 19:27:51 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t68JRoCS095981; Wed, 8 Jul 2015 19:27:50 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t68JRmR8095972; Wed, 8 Jul 2015 19:27:48 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201507081927.t68JRmR8095972@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Wed, 8 Jul 2015 19:27:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391592 - in head: . Mk security/libressl security/libressl/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, 08 Jul 2015 19:27:51 -0000 Author: brnrd Date: Wed Jul 8 19:27:47 2015 New Revision: 391592 URL: https://svnweb.freebsd.org/changeset/ports/391592 Log: security/libressl: Update to 2.2.1 * Minor update from OpenBSD LibreSSL-portable * Bumps all SHLIB versions * Bumps OPENSSL_SHLIBVER in bsd.openssl.mk * Adds UPDATING entry for SHLIB version bump * MFH as 2.2.0 already closes several vulns Changes: ftp://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.2.1-relnotes.txt Differential revision: https://reviews.freebsd.org/D2963 Reviewed by: vsevolod (maintainer/mentor), koobs (mentor) Approved by: vsevolod (maintainer/mentor), koobs (mentor) MFH: 2015Q3 Modified: head/Mk/bsd.openssl.mk head/UPDATING head/security/libressl/Makefile head/security/libressl/distinfo head/security/libressl/files/patch-include_openssl_opensslv.h head/security/libressl/pkg-plist Modified: head/Mk/bsd.openssl.mk ============================================================================== --- head/Mk/bsd.openssl.mk Wed Jul 8 19:05:44 2015 (r391591) +++ head/Mk/bsd.openssl.mk Wed Jul 8 19:27:47 2015 (r391592) @@ -107,7 +107,7 @@ OPENSSL_SHLIBVER?= ${OPENSSL_SHLIBFILE:E # try to guess SHLIBVER for libressl .if defined(OPENSSL_PORT) && ${OPENSSL_PORT} == security/libressl -OPENSSL_SHLIBVER?= 33 +OPENSSL_SHLIBVER?= 34 .endif # default Modified: head/UPDATING ============================================================================== --- head/UPDATING Wed Jul 8 19:05:44 2015 (r391591) +++ head/UPDATING Wed Jul 8 19:27:47 2015 (r391592) @@ -5,6 +5,21 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20150708: + AFFECTS: users of security/libressl + AUTHOR: brnrd@FreeBSD.org + + After upgrading to 2.2.1, manually update all packages that depend on + any of the libraries provided by LibreSSL (libssl, libcrypto and + libtls) since the versions of these libraries have changed. Normally, + you can obtain the list of dependent software by running the following + command: + + pkg query -e '%n = libressl' %ro + + Then you should rebuild all ports depending on libressl to avoid dangling + shared library dependencies. + 20150707: AFFECTS: users of net-mgmt/netmagis-* AUTHOR: pgollucci@FreeBSD.org Modified: head/security/libressl/Makefile ============================================================================== --- head/security/libressl/Makefile Wed Jul 8 19:05:44 2015 (r391591) +++ head/security/libressl/Makefile Wed Jul 8 19:27:47 2015 (r391592) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libressl -PORTVERSION= 2.2.0 +PORTVERSION= 2.2.1 CATEGORIES= security devel MASTER_SITES= OPENBSD/LibreSSL Modified: head/security/libressl/distinfo ============================================================================== --- head/security/libressl/distinfo Wed Jul 8 19:05:44 2015 (r391591) +++ head/security/libressl/distinfo Wed Jul 8 19:27:47 2015 (r391592) @@ -1,2 +1,2 @@ -SHA256 (libressl-2.2.0.tar.gz) = 9690d8f38a5d48425395452eeb305b05bb0f560cd96e0ee30f370d4f16563040 -SIZE (libressl-2.2.0.tar.gz) = 2862547 +SHA256 (libressl-2.2.1.tar.gz) = 4f331750abfc3b605b02eeca1e8994fa0d2629985bc3f62924378197fbfe572d +SIZE (libressl-2.2.1.tar.gz) = 2855917 Modified: head/security/libressl/files/patch-include_openssl_opensslv.h ============================================================================== --- head/security/libressl/files/patch-include_openssl_opensslv.h Wed Jul 8 19:05:44 2015 (r391591) +++ head/security/libressl/files/patch-include_openssl_opensslv.h Wed Jul 8 19:27:47 2015 (r391592) @@ -6,6 +6,6 @@ #define LIBRESSL_VERSION_NUMBER 0x20000000L -#define OPENSSL_VERSION_NUMBER 0x20000000L +#define OPENSSL_VERSION_NUMBER 0x1000107fL - #define OPENSSL_VERSION_TEXT "LibreSSL 2.2.0" + #define OPENSSL_VERSION_TEXT "LibreSSL 2.2.1" #define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT Modified: head/security/libressl/pkg-plist ============================================================================== --- head/security/libressl/pkg-plist Wed Jul 8 19:05:44 2015 (r391591) +++ head/security/libressl/pkg-plist Wed Jul 8 19:27:47 2015 (r391592) @@ -74,16 +74,16 @@ include/openssl/x509v3.h include/tls.h lib/libcrypto.a lib/libcrypto.so -lib/libcrypto.so.33 -lib/libcrypto.so.33.0.0 +lib/libcrypto.so.34 +lib/libcrypto.so.34.0.0 lib/libssl.a lib/libssl.so -lib/libssl.so.32 -lib/libssl.so.32.0.0 +lib/libssl.so.33 +lib/libssl.so.33.0.0 lib/libtls.a lib/libtls.so -lib/libtls.so.3 -lib/libtls.so.3.0.1 +lib/libtls.so.4 +lib/libtls.so.4.0.0 libdata/pkgconfig/libcrypto.pc libdata/pkgconfig/libssl.pc libdata/pkgconfig/libtls.pc From owner-svn-ports-head@freebsd.org Wed Jul 8 20:31:23 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E58B4997353; Wed, 8 Jul 2015 20:31:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CDE121B7E; Wed, 8 Jul 2015 20:31:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t68KVNVP028010; Wed, 8 Jul 2015 20:31:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t68KVNpY028005; Wed, 8 Jul 2015 20:31:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507082031.t68KVNpY028005@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 8 Jul 2015 20:31:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391593 - head/net/rubygem-fog-aws X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 08 Jul 2015 20:31:24 -0000 Author: sunpoet Date: Wed Jul 8 20:31:22 2015 New Revision: 391593 URL: https://svnweb.freebsd.org/changeset/ports/391593 Log: - Update to 0.7.0 Changes: https://github.com/fog/fog-aws/commits/master Modified: head/net/rubygem-fog-aws/Makefile head/net/rubygem-fog-aws/distinfo Modified: head/net/rubygem-fog-aws/Makefile ============================================================================== --- head/net/rubygem-fog-aws/Makefile Wed Jul 8 19:27:47 2015 (r391592) +++ head/net/rubygem-fog-aws/Makefile Wed Jul 8 20:31:22 2015 (r391593) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fog-aws -PORTVERSION= 0.6.0 +PORTVERSION= 0.7.0 CATEGORIES= net rubygems MASTER_SITES= RG Modified: head/net/rubygem-fog-aws/distinfo ============================================================================== --- head/net/rubygem-fog-aws/distinfo Wed Jul 8 19:27:47 2015 (r391592) +++ head/net/rubygem-fog-aws/distinfo Wed Jul 8 20:31:22 2015 (r391593) @@ -1,2 +1,2 @@ -SHA256 (rubygem/fog-aws-0.6.0.gem) = df742e356bbe75e85b9cac3b9dce57dca1e792c629778cfb050663a360d1e9d4 -SIZE (rubygem/fog-aws-0.6.0.gem) = 474624 +SHA256 (rubygem/fog-aws-0.7.0.gem) = 062294f80fb65edecde974d78d50b86c6ee28be4773aa9f930c57042d7a3e013 +SIZE (rubygem/fog-aws-0.7.0.gem) = 481792 From owner-svn-ports-head@freebsd.org Wed Jul 8 20:31:30 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 28804997372; Wed, 8 Jul 2015 20:31:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D73EF1C1E; Wed, 8 Jul 2015 20:31:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t68KVToC028139; Wed, 8 Jul 2015 20:31:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t68KVTuM028137; Wed, 8 Jul 2015 20:31:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507082031.t68KVTuM028137@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 8 Jul 2015 20:31:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391594 - head/devel/rubygem-jruby-jars X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 08 Jul 2015 20:31:30 -0000 Author: sunpoet Date: Wed Jul 8 20:31:28 2015 New Revision: 391594 URL: https://svnweb.freebsd.org/changeset/ports/391594 Log: - Update to 1.7.21 Modified: head/devel/rubygem-jruby-jars/Makefile head/devel/rubygem-jruby-jars/distinfo Modified: head/devel/rubygem-jruby-jars/Makefile ============================================================================== --- head/devel/rubygem-jruby-jars/Makefile Wed Jul 8 20:31:22 2015 (r391593) +++ head/devel/rubygem-jruby-jars/Makefile Wed Jul 8 20:31:28 2015 (r391594) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= jruby-jars -PORTVERSION= 1.7.20 +PORTVERSION= 1.7.21 CATEGORIES= devel rubygems java MASTER_SITES= RG Modified: head/devel/rubygem-jruby-jars/distinfo ============================================================================== --- head/devel/rubygem-jruby-jars/distinfo Wed Jul 8 20:31:22 2015 (r391593) +++ head/devel/rubygem-jruby-jars/distinfo Wed Jul 8 20:31:28 2015 (r391594) @@ -1,2 +1,2 @@ -SHA256 (rubygem/jruby-jars-1.7.20.gem) = 78d2fc6ac85e893b090b796553db55d1be6c5e3a4b945f5201d7e4efe35485e0 -SIZE (rubygem/jruby-jars-1.7.20.gem) = 21406720 +SHA256 (rubygem/jruby-jars-1.7.21.gem) = 706a1650801891f5832ca8dba033dce9af53f71c2f242380bff1d5dcedf8e609 +SIZE (rubygem/jruby-jars-1.7.21.gem) = 21410816 From owner-svn-ports-head@freebsd.org Wed Jul 8 20:31:35 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CA73F997392; Wed, 8 Jul 2015 20:31:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8C55C1CF8; Wed, 8 Jul 2015 20:31:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t68KVZlC028267; Wed, 8 Jul 2015 20:31:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t68KVY8L028265; Wed, 8 Jul 2015 20:31:34 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507082031.t68KVY8L028265@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 8 Jul 2015 20:31:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391595 - head/www/rubygem-faraday_middleware X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 08 Jul 2015 20:31:35 -0000 Author: sunpoet Date: Wed Jul 8 20:31:34 2015 New Revision: 391595 URL: https://svnweb.freebsd.org/changeset/ports/391595 Log: - Update to 0.9.2 Changes: https://github.com/lostisland/faraday_middleware/releases Modified: head/www/rubygem-faraday_middleware/Makefile head/www/rubygem-faraday_middleware/distinfo Modified: head/www/rubygem-faraday_middleware/Makefile ============================================================================== --- head/www/rubygem-faraday_middleware/Makefile Wed Jul 8 20:31:28 2015 (r391594) +++ head/www/rubygem-faraday_middleware/Makefile Wed Jul 8 20:31:34 2015 (r391595) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= faraday_middleware -PORTVERSION= 0.9.1 +PORTVERSION= 0.9.2 CATEGORIES= www rubygems MASTER_SITES= RG Modified: head/www/rubygem-faraday_middleware/distinfo ============================================================================== --- head/www/rubygem-faraday_middleware/distinfo Wed Jul 8 20:31:28 2015 (r391594) +++ head/www/rubygem-faraday_middleware/distinfo Wed Jul 8 20:31:34 2015 (r391595) @@ -1,2 +1,2 @@ -SHA256 (rubygem/faraday_middleware-0.9.1.gem) = d8e8e74a29ed19f07553cc82ed3a57b1bda0e3c3ca5b478c4c3faec0799ecdce -SIZE (rubygem/faraday_middleware-0.9.1.gem) = 23552 +SHA256 (rubygem/faraday_middleware-0.9.2.gem) = 15d1e22157e8a0704ae7ac0156e12304368c1695f009c292b28a034d49824ad4 +SIZE (rubygem/faraday_middleware-0.9.2.gem) = 16384 From owner-svn-ports-head@freebsd.org Wed Jul 8 20:31:41 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EAE7A9973B1; Wed, 8 Jul 2015 20:31:40 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D00241D79; Wed, 8 Jul 2015 20:31:40 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t68KVe4I028407; Wed, 8 Jul 2015 20:31:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t68KVeJa028405; Wed, 8 Jul 2015 20:31:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507082031.t68KVeJa028405@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 8 Jul 2015 20:31:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391596 - head/www/p5-Dancer2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 08 Jul 2015 20:31:41 -0000 Author: sunpoet Date: Wed Jul 8 20:31:39 2015 New Revision: 391596 URL: https://svnweb.freebsd.org/changeset/ports/391596 Log: - Update to 0.161000 Changes: http://search.cpan.org/dist/Dancer2/Changes Modified: head/www/p5-Dancer2/Makefile head/www/p5-Dancer2/distinfo Modified: head/www/p5-Dancer2/Makefile ============================================================================== --- head/www/p5-Dancer2/Makefile Wed Jul 8 20:31:34 2015 (r391595) +++ head/www/p5-Dancer2/Makefile Wed Jul 8 20:31:39 2015 (r391596) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Dancer2 -PORTVERSION= 0.160003 +PORTVERSION= 0.161000 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,7 +16,7 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-App-Cmd>=0:${PORTSDIR}/devel/p5-App-Cmd \ p5-Capture-Tiny>=0.12:${PORTSDIR}/devel/p5-Capture-Tiny \ p5-Class-Load>=0:${PORTSDIR}/devel/p5-Class-Load \ - p5-Crypt-URandom>0:${PORTSDIR}/security/p5-Crypt-URandom \ + p5-Crypt-URandom>=0:${PORTSDIR}/security/p5-Crypt-URandom \ p5-Config-Any>=0:${PORTSDIR}/devel/p5-Config-Any \ p5-File-ShareDir-Install>=0:${PORTSDIR}/devel/p5-File-ShareDir-Install \ p5-Hash-Merge-Simple>=0:${PORTSDIR}/devel/p5-Hash-Merge-Simple \ @@ -28,7 +28,7 @@ BUILD_DEPENDS= p5-App-Cmd>=0:${PORTSDIR} p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 \ p5-Moo>=0.09014:${PORTSDIR}/devel/p5-Moo \ p5-MooX-Types-MooseLike-Numeric>=0:${PORTSDIR}/devel/p5-MooX-Types-MooseLike-Numeric \ - p5-Plack>=1.0029:${PORTSDIR}/www/p5-Plack \ + p5-Plack>=1.0035:${PORTSDIR}/www/p5-Plack \ p5-Plack-Middleware-FixMissingBodyInRedirect>=0:${PORTSDIR}/www/p5-Plack-Middleware-FixMissingBodyInRedirect \ p5-Plack-Middleware-RemoveRedundantBody>=0:${PORTSDIR}/www/p5-Plack-Middleware-RemoveRedundantBody \ p5-Return-MultiLevel>=0:${PORTSDIR}/devel/p5-Return-MultiLevel \ @@ -41,11 +41,8 @@ BUILD_DEPENDS= p5-App-Cmd>=0:${PORTSDIR} RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \ p5-LWP-Protocol-PSGI>=0.06:${PORTSDIR}/www/p5-LWP-Protocol-PSGI \ - p5-LWP-Protocol-https>0:${PORTSDIR}/www/p5-LWP-Protocol-https \ - p5-Test-Fatal>0:${PORTSDIR}/devel/p5-Test-Fatal \ - p5-Test-Memory-Cycle>=0:${PORTSDIR}/devel/p5-Test-Memory-Cycle \ - p5-Test-MockTime>=0:${PORTSDIR}/devel/p5-Test-MockTime \ - p5-Test-TCP>0:${PORTSDIR}/devel/p5-Test-TCP \ + p5-LWP-Protocol-https>=0:${PORTSDIR}/www/p5-LWP-Protocol-https \ + p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \ ${XS_BUILD_DEPENDS} OPTIONS_DEFINE= XS Modified: head/www/p5-Dancer2/distinfo ============================================================================== --- head/www/p5-Dancer2/distinfo Wed Jul 8 20:31:34 2015 (r391595) +++ head/www/p5-Dancer2/distinfo Wed Jul 8 20:31:39 2015 (r391596) @@ -1,2 +1,2 @@ -SHA256 (Dancer2-0.160003.tar.gz) = 43373271bb560e4b8f30594c65160ddc6e6032f67a4fe5d17700ca1734a41ed5 -SIZE (Dancer2-0.160003.tar.gz) = 312429 +SHA256 (Dancer2-0.161000.tar.gz) = 1ac2f11604684a2390dbf7be41504e2e4508e49bdb730b012bd6d7be0d04cef8 +SIZE (Dancer2-0.161000.tar.gz) = 314343 From owner-svn-ports-head@freebsd.org Wed Jul 8 20:31:46 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B2FE39973D0; Wed, 8 Jul 2015 20:31:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A296E1E67; Wed, 8 Jul 2015 20:31:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t68KVkdK028535; Wed, 8 Jul 2015 20:31:46 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t68KVkVW028533; Wed, 8 Jul 2015 20:31:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507082031.t68KVkVW028533@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 8 Jul 2015 20:31:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391597 - 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: Wed, 08 Jul 2015 20:31:46 -0000 Author: sunpoet Date: Wed Jul 8 20:31:45 2015 New Revision: 391597 URL: https://svnweb.freebsd.org/changeset/ports/391597 Log: - Update to 3.25 - Strip shared library Changes: http://search.cpan.org/dist/Math-MPFR/CHANGES 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 Wed Jul 8 20:31:39 2015 (r391596) +++ head/math/p5-Math-MPFR/Makefile Wed Jul 8 20:31:45 2015 (r391597) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Math-MPFR -PORTVERSION= 3.24 +PORTVERSION= 3.25 CATEGORIES= math perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:SISYPHUS @@ -25,9 +25,10 @@ USES= perl5 USE_PERL5= configure MAKE_ENV= INC="-I${LOCALBASE}/include" -post-stage: +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/MPFR/MPFR.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/MPFR/Prec/Prec.so + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/MPFR/Random/Random.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/MPFR/V/V.so - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/MPFR/MPFR.so .include Modified: head/math/p5-Math-MPFR/distinfo ============================================================================== --- head/math/p5-Math-MPFR/distinfo Wed Jul 8 20:31:39 2015 (r391596) +++ head/math/p5-Math-MPFR/distinfo Wed Jul 8 20:31:45 2015 (r391597) @@ -1,2 +1,2 @@ -SHA256 (Math-MPFR-3.24.tar.gz) = ac993bfbf3bbf18f1840b9cc0f60d92a2ce9dc6de5f83836717a8cfbd5211031 -SIZE (Math-MPFR-3.24.tar.gz) = 103694 +SHA256 (Math-MPFR-3.25.tar.gz) = 5f5df3c14ff533de2b763d327b0821a5c6b6cf331deaa930db90a2e031aa755c +SIZE (Math-MPFR-3.25.tar.gz) = 104028 From owner-svn-ports-head@freebsd.org Wed Jul 8 20:39:36 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B4FD999749E; Wed, 8 Jul 2015 20:39:36 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A562A325C; Wed, 8 Jul 2015 20:39:36 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t68Kda4w031616; Wed, 8 Jul 2015 20:39:36 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t68KdauD031615; Wed, 8 Jul 2015 20:39:36 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201507082039.t68KdauD031615@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Wed, 8 Jul 2015 20:39:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391598 - head/graphics/skencil X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 08 Jul 2015 20:39:36 -0000 Author: rm Date: Wed Jul 8 20:39:35 2015 New Revision: 391598 URL: https://svnweb.freebsd.org/changeset/ports/391598 Log: graphics/skencil: mark deprecated This is quite old project being abandoned: last release was in year 2010. It's code base relying on stale libraries and in fact it was removed from most of the distributions. Users should switch to graphics/inkscape or another mature vector editor. There is also Skencil's fork - sK1 [1] that is actively developing, but that we have not in ports tree yet. There is also some story behind the fork [2]. Not sure if this a problem of this app in gnome3 environment, or some general failure, I wasn't able to add simple text label to the canvas getting this everywhere: """ EditSelection.GetObjectMethod: editor is not compatible with class skencil.Sketch.Graphics.text.CommonTextEditor """ Mark this deprecated and set expiration date to 2015-08-08. [1] http://sk1project.org/news.php?readmore=107 [2] http://sk1project.org/viewpage.php?page_id=21 Modified: head/graphics/skencil/Makefile Modified: head/graphics/skencil/Makefile ============================================================================== --- head/graphics/skencil/Makefile Wed Jul 8 20:31:45 2015 (r391597) +++ head/graphics/skencil/Makefile Wed Jul 8 20:39:35 2015 (r391598) @@ -12,6 +12,9 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.a MAINTAINER= ports@FreeBSD.org COMMENT= Interactive drawing program +DEPRECATED= Project is abandoned and was overtaken by sK1 fork +EXPIRATION_DATE=2015-08-08 + LICENSE= LGPL20 BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow From owner-svn-ports-head@freebsd.org Wed Jul 8 20:48:52 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4F56E9976B5; Wed, 8 Jul 2015 20:48:52 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3F99F39AF; Wed, 8 Jul 2015 20:48:52 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t68Kmqhl036520; Wed, 8 Jul 2015 20:48:52 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t68KmpCX036515; Wed, 8 Jul 2015 20:48:51 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201507082048.t68KmpCX036515@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Wed, 8 Jul 2015 20:48:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391599 - head/security/tinc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 08 Jul 2015 20:48:52 -0000 Author: dinoex Date: Wed Jul 8 20:48:51 2015 New Revision: 391599 URL: https://svnweb.freebsd.org/changeset/ports/391599 Log: - update to 1.0.26 Modified: head/security/tinc/Makefile head/security/tinc/distinfo Modified: head/security/tinc/Makefile ============================================================================== --- head/security/tinc/Makefile Wed Jul 8 20:39:35 2015 (r391598) +++ head/security/tinc/Makefile Wed Jul 8 20:48:51 2015 (r391599) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tinc -PORTVERSION= 1.0.25 +PORTVERSION= 1.0.26 CATEGORIES= security MASTER_SITES= http://www.tinc-vpn.org/packages/ Modified: head/security/tinc/distinfo ============================================================================== --- head/security/tinc/distinfo Wed Jul 8 20:39:35 2015 (r391598) +++ head/security/tinc/distinfo Wed Jul 8 20:48:51 2015 (r391599) @@ -1,2 +1,2 @@ -SHA256 (tinc-1.0.25.tar.gz) = c5c1c554e594d77365b63222ef15f4460c0c202f9163a89a087333a779f4f133 -SIZE (tinc-1.0.25.tar.gz) = 472819 +SHA256 (tinc-1.0.26.tar.gz) = 2b4319ddb3bd2867e72532a233f640a58c2f4d83f1088183ae544b268646ba21 +SIZE (tinc-1.0.26.tar.gz) = 473681 From owner-svn-ports-head@freebsd.org Wed Jul 8 20:57:19 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B8612997858; Wed, 8 Jul 2015 20:57:19 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A57641145; Wed, 8 Jul 2015 20:57:19 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t68KvJp7041354; Wed, 8 Jul 2015 20:57:19 GMT (envelope-from brd@FreeBSD.org) Received: (from brd@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t68KvHhD041349; Wed, 8 Jul 2015 20:57:17 GMT (envelope-from brd@FreeBSD.org) Message-Id: <201507082057.t68KvHhD041349@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brd set sender to brd@FreeBSD.org using -f From: Brad Davis Date: Wed, 8 Jul 2015 20:57:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391600 - in head/devel/boehm-gc: . 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, 08 Jul 2015 20:57:19 -0000 Author: brd Date: Wed Jul 8 20:57:16 2015 New Revision: 391600 URL: https://svnweb.freebsd.org/changeset/ports/391600 Log: Patch devel/boehm-gc to build on AArch64. PR: 201183 Submitted by: Carlos Jacobo Puga Medina , andrew, sbruno Approved by: bdrewery (mentor) Added: head/devel/boehm-gc/files/patch-include_gc__config__macros.h (contents, props changed) head/devel/boehm-gc/files/patch-include_private_gc__priv.h (contents, props changed) head/devel/boehm-gc/files/patch-os__dep.c (contents, props changed) Modified: head/devel/boehm-gc/Makefile head/devel/boehm-gc/files/patch-include_private_gcconfig.h Modified: head/devel/boehm-gc/Makefile ============================================================================== --- head/devel/boehm-gc/Makefile Wed Jul 8 20:48:51 2015 (r391599) +++ head/devel/boehm-gc/Makefile Wed Jul 8 20:57:16 2015 (r391600) @@ -3,7 +3,7 @@ PORTNAME= gc PORTVERSION= 7.4.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= http://www.hboehm.info/gc/gc_source/ PKGNAMEPREFIX= boehm- Added: head/devel/boehm-gc/files/patch-include_gc__config__macros.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/boehm-gc/files/patch-include_gc__config__macros.h Wed Jul 8 20:57:16 2015 (r391600) @@ -0,0 +1,25 @@ +--- include/gc_config_macros.h.orig 2014-06-03 06:08:02 UTC ++++ include/gc_config_macros.h +@@ -242,13 +242,17 @@ + #ifndef GC_ATTR_ALLOC_SIZE + /* 'alloc_size' attribute improves __builtin_object_size correctness. */ + /* Only single-argument form of 'alloc_size' attribute is used. */ +-# if defined(__GNUC__) && (__GNUC__ > 4 \ +- || (__GNUC__ == 4 && __GNUC_MINOR__ >= 3 && !defined(__ICC)) \ +- || __clang_major__ > 3 \ +- || (__clang_major__ == 3 && __clang_minor__ >= 2)) ++# ifdef __clang__ ++# if __has_attribute(__alloc_size__) ++# define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ++# else ++# define GC_ATTR_ALLOC_SIZE(argnum) /* empty */ ++# endif ++# elif __GNUC__ > 4 \ ++ || (__GNUC__ == 4 && __GNUC_MINOR__ >=3 && !defined(__ICC)) + # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) + # else +-# define GC_ATTR_ALLOC_SIZE(argnum) ++# define GC_ATTR_ALLOC_SIZE(argnum) /* empty */ + # endif + #endif + Added: head/devel/boehm-gc/files/patch-include_private_gc__priv.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/boehm-gc/files/patch-include_private_gc__priv.h Wed Jul 8 20:57:16 2015 (r391600) @@ -0,0 +1,13 @@ +--- include/private/gc_priv.h.orig 2014-06-03 06:08:02 UTC ++++ include/private/gc_priv.h +@@ -2461,7 +2461,9 @@ GC_INNER ptr_t GC_store_debug_info(ptr_t + #endif + + #if defined(FREEBSD) && (defined(I386) || defined(X86_64) \ +- || defined(powerpc) || defined(__powerpc__)) ++ || defined(powerpc) || defined(__powerpc__) \ ++ || defined(__aarch64__)) ++ + # include + # if !defined(PCR) + # define NEED_FIND_LIMIT Modified: head/devel/boehm-gc/files/patch-include_private_gcconfig.h ============================================================================== --- head/devel/boehm-gc/files/patch-include_private_gcconfig.h Wed Jul 8 20:48:51 2015 (r391599) +++ head/devel/boehm-gc/files/patch-include_private_gcconfig.h Wed Jul 8 20:57:16 2015 (r391600) @@ -1,5 +1,14 @@ ---- ./include/private/gcconfig.h.orig -+++ ./include/private/gcconfig.h +--- include/private/gcconfig.h.orig 2014-06-03 06:08:02 UTC ++++ include/private/gcconfig.h +@@ -97,7 +97,7 @@ + # endif + # if defined(__aarch64__) + # define AARCH64 +-# if !defined(LINUX) ++# if !defined(LINUX) && !defined(FREEBSD) + # define NOSYS + # define mach_type_known + # endif @@ -169,7 +169,7 @@ # define EWS4800 # endif @@ -9,7 +18,18 @@ # if defined(ultrix) || defined(__ultrix) # define ULTRIX # else -@@ -1647,6 +1647,26 @@ +@@ -402,6 +402,10 @@ + # define I386 + # define mach_type_known + # endif ++# if defined(FREEBSD) && defined(__aarch64__) ++# define AARCH64 ++# define mach_type_known ++# endif + # if defined(FREEBSD) && (defined(__amd64__) || defined(__x86_64__)) + # define X86_64 + # define mach_type_known +@@ -1647,6 +1651,26 @@ # define DATAEND ((ptr_t)(&_end)) # define DYNAMIC_LOADING # endif @@ -36,3 +56,24 @@ # if defined(NONSTOP) # define CPP_WORDSZ 32 # define OS_TYPE "NONSTOP" +@@ -1998,6 +2022,20 @@ + extern char _end[]; + # define DATAEND ((ptr_t)(&_end)) + # endif ++# ifdef FREEBSD ++# define OS_TYPE "FREEBSD" ++# ifndef GC_FREEBSD_THREADS ++# define MPROTECT_VDB ++# endif ++# define FREEBSD_STACKBOTTOM ++# ifdef __ELF__ ++# define DYNAMIC_LOADING ++# endif ++ extern char etext[]; ++ ptr_t GC_FreeBSDGetDataStart(size_t, ptr_t); ++# define DATASTART GC_FreeBSDGetDataStart(0x1000, (ptr_t)etext) ++# define DATASTART_IS_FUNC ++# endif + # ifdef NOSYS + /* __data_start is usually defined in the target linker script. */ + extern int __data_start[]; Added: head/devel/boehm-gc/files/patch-os__dep.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/boehm-gc/files/patch-os__dep.c Wed Jul 8 20:57:16 2015 (r391600) @@ -0,0 +1,21 @@ +--- os_dep.c.orig 2014-06-03 06:08:02 UTC ++++ os_dep.c +@@ -1869,7 +1869,8 @@ void GC_register_data_segments(void) + # endif + + # if defined(FREEBSD) && !defined(PCR) && (defined(I386) || defined(X86_64) \ +- || defined(powerpc) || defined(__powerpc__)) ++ || defined(powerpc) || defined(__powerpc__) \ ++ || defined(__aarch64__)) + + /* Its unclear whether this should be identical to the above, or */ + /* whether it should apply to non-X86 architectures. */ +@@ -3094,6 +3095,8 @@ GC_API GC_push_other_roots_proc GC_CALL + # include + # define CODE_OK (si -> si_code == EXC_DSI \ + || si -> si_code == SEGV_ACCERR) ++# elif defined(AARCH64) ++# define CODE_OK (si -> si_code == SEGV_ACCERR) + # else + # define CODE_OK (si -> si_code == BUS_PAGE_FAULT \ + || si -> si_code == SEGV_ACCERR) From owner-svn-ports-head@freebsd.org Wed Jul 8 21:25:08 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 35541997D2E; Wed, 8 Jul 2015 21:25:08 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0B20512B7; Wed, 8 Jul 2015 21:25:08 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t68LP7v7056118; Wed, 8 Jul 2015 21:25:07 GMT (envelope-from pgollucci@FreeBSD.org) Received: (from pgollucci@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t68LP7Tr056115; Wed, 8 Jul 2015 21:25:07 GMT (envelope-from pgollucci@FreeBSD.org) Message-Id: <201507082125.t68LP7Tr056115@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pgollucci set sender to pgollucci@FreeBSD.org using -f From: "Philip M. Gollucci" Date: Wed, 8 Jul 2015 21:25:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391601 - 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: Wed, 08 Jul 2015 21:25:08 -0000 Author: pgollucci Date: Wed Jul 8 21:25:06 2015 New Revision: 391601 URL: https://svnweb.freebsd.org/changeset/ports/391601 Log: - devel/p4: Unbreak - Fix distinfo things Added: head/devel/p4/distinfo.amd64 (contents, props changed) head/devel/p4/distinfo.i386 (contents, props changed) Deleted: head/devel/p4/Makefile.inc head/devel/p4/distinfo.freebsd100x86 head/devel/p4/distinfo.freebsd100x86_64 head/devel/p4/distinfo.freebsd70x86 head/devel/p4/distinfo.freebsd70x86_64 Modified: head/devel/p4/Makefile Modified: head/devel/p4/Makefile ============================================================================== --- head/devel/p4/Makefile Wed Jul 8 20:57:16 2015 (r391600) +++ head/devel/p4/Makefile Wed Jul 8 21:25:06 2015 (r391601) @@ -4,8 +4,7 @@ PORTNAME= p4 PORTVERSION= 2014.2.1045032 CATEGORIES= devel -MASTER_SITES= ftp://ftp.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/ \ - http://filehost.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/ +MASTER_SITES= ftp://ftp.perforce.com/perforce/${P4VERSION}/bin.freebsd100${ARCH:S,i386,x86,:S,amd64,x86_64,}/ DISTNAME= p4 EXTRACT_SUFX= EXTRACT_ONLY= # none @@ -13,13 +12,14 @@ EXTRACT_ONLY= # none MAINTAINER= gordon@FreeBSD.org COMMENT= Perforce client -BROKEN= checksum mismatch +BROKEN_FreeBSD_8= no distfiles +BROKEN_FreeBSD_9= no distfiles +BROKEN_FreeBSD_11= no distfiles ONLY_FOR_ARCHS= amd64 i386 P4VERSION= r${PORTVERSION:S/^20//:C/\.[0-9]+$//} -DIST_SUBDIR= perforce/${PORTVERSION}/bin.${PLATFORM} -DISTINFO_FILE= ${MASTERDIR}/distinfo.${PLATFORM} +DISTINFO_FILE= ${MASTERDIR}/distinfo.${ARCH} RESTRICTED= Restricted distribution @@ -28,11 +28,7 @@ NO_WRKSUBDIR= yes PLIST_FILES= bin/p4 -.include - -.include "Makefile.inc" - do-install: ${INSTALL_PROGRAM} ${DISTDIR}/${DIST_SUBDIR}/p4 ${STAGEDIR}${PREFIX}/bin -.include +.include Added: head/devel/p4/distinfo.amd64 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p4/distinfo.amd64 Wed Jul 8 21:25:06 2015 (r391601) @@ -0,0 +1,2 @@ +SHA256 (p4) = af4570d58a2dbb981ea87cfabdf5993272d3c7e366fdb3db5a8a327d491c3e16 +SIZE (p4) = 2755088 Added: head/devel/p4/distinfo.i386 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p4/distinfo.i386 Wed Jul 8 21:25:06 2015 (r391601) @@ -0,0 +1,2 @@ +SHA256 (p4) = 9bb15090a217e61d09f301f668f8e3828592516afe74e90e837ff93d21301750 +SIZE (p4) = 2500176 From owner-svn-ports-head@freebsd.org Wed Jul 8 21:29:39 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 67883997D66; Wed, 8 Jul 2015 21:29:39 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 572DC151D; Wed, 8 Jul 2015 21:29:39 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t68LTd6t056805; Wed, 8 Jul 2015 21:29:39 GMT (envelope-from brooks@FreeBSD.org) Received: (from brooks@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t68LTdme056804; Wed, 8 Jul 2015 21:29:39 GMT (envelope-from brooks@FreeBSD.org) Message-Id: <201507082129.t68LTdme056804@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brooks set sender to brooks@FreeBSD.org using -f From: Brooks Davis Date: Wed, 8 Jul 2015 21:29:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391602 - head/astro/xearth/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, 08 Jul 2015 21:29:39 -0000 Author: brooks Date: Wed Jul 8 21:29:38 2015 New Revision: 391602 URL: https://svnweb.freebsd.org/changeset/ports/391602 Log: Update location. Modified: head/astro/xearth/files/freebsd.committers.markers Modified: head/astro/xearth/files/freebsd.committers.markers ============================================================================== --- head/astro/xearth/files/freebsd.committers.markers Wed Jul 8 21:25:06 2015 (r391601) +++ head/astro/xearth/files/freebsd.committers.markers Wed Jul 8 21:29:38 2015 (r391602) @@ -277,7 +277,6 @@ 43.19, -89.38, "jlemon" # Madison, WI, USA 43.02, -89.41, "feld" # Madison, WI, USA 43.063, -89.452, "nwhitehorn" # Madison, WI, USA - 41.748, -92.724, "brooks" # Grinnell, IA, USA 44.99, -93.25, "mpp" # Minneapolis, MN, USA 44.89, -93.35, "bdrewery" # Minneapolis, MN, USA 42.02, -93.67, "ghelmer" # Ames, IA, USA @@ -301,6 +300,7 @@ 33.66, -117.80, " dd,davidch"# Irvine, CA, USA 33.83, -118.22, " trevor," # Dominguez, CA, USA 34.11, -118.29, " kris," # Los Angeles, CA, USA + 46.070, -118.324, "brooks" # Walla Walla, WA, USA 35.383, -120.659, "jgh" # San Luis Obispo, CA, USA 39.25, -121.02, "truckman" # Nevada City, CA, USA 37.104, -121.606, "jpaetzel" # San Martin, CA, USA From owner-svn-ports-head@freebsd.org Wed Jul 8 21:37:55 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1470B997ED7; Wed, 8 Jul 2015 21:37:55 +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 735481C23; Wed, 8 Jul 2015 21:37:53 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by apnoea.adamw.org (OpenSMTPD) with ESMTPSA id 8b81caaa; TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NO; Wed, 8 Jul 2015 15:37:43 -0600 (MDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2102\)) Subject: Re: svn commit: r391600 - in head/devel/boehm-gc: . files From: Adam Weinberger In-Reply-To: <201507082057.t68KvHhD041349@repo.freebsd.org> Date: Wed, 8 Jul 2015 15:37:41 -0600 Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <201507082057.t68KvHhD041349@repo.freebsd.org> To: Brad Davis X-Mailer: Apple Mail (2.2102) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 08 Jul 2015 21:37:55 -0000 > On 8 Jul, 2015, at 14:57, Brad Davis wrote: >=20 > Log: > Patch devel/boehm-gc to build on AArch64. >=20 > -PORTREVISION=3D 3 > +PORTREVISION=3D 4 If it wasn=E2=80=99t building on there before, why the PORTREVISION = bump? # Adam =E2=80=94 Adam Weinberger adamw@adamw.org http://www.adamw.org From owner-svn-ports-head@freebsd.org Wed Jul 8 22:00:23 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 44BA9996350; Wed, 8 Jul 2015 22:00:23 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 350F119F2; Wed, 8 Jul 2015 22:00:23 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t68M0NTQ072320; Wed, 8 Jul 2015 22:00:23 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t68M0Nur072319; Wed, 8 Jul 2015 22:00:23 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201507082200.t68M0Nur072319@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Wed, 8 Jul 2015 22:00:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391603 - head/databases/php5-tarantool X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 08 Jul 2015 22:00:23 -0000 Author: mat Date: Wed Jul 8 22:00:22 2015 New Revision: 391603 URL: https://svnweb.freebsd.org/changeset/ports/391603 Log: Fix. Pointy hat to: vg Sponsored by: Absolight Modified: head/databases/php5-tarantool/Makefile Modified: head/databases/php5-tarantool/Makefile ============================================================================== --- head/databases/php5-tarantool/Makefile Wed Jul 8 21:29:38 2015 (r391602) +++ head/databases/php5-tarantool/Makefile Wed Jul 8 22:00:22 2015 (r391603) @@ -23,8 +23,10 @@ TR_VER= 20150708 CONFIGURE_ARGS+= --with-tarantool +.include + .if ${OSVERSION} < 900000 IGNORE= does not support FreeBSD versions < 9.0 .endif -.include +.include From owner-svn-ports-head@freebsd.org Wed Jul 8 22:02:26 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 234F899645B; Wed, 8 Jul 2015 22:02:26 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 108281CDC; Wed, 8 Jul 2015 22:02:26 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t68M2Piv076249; Wed, 8 Jul 2015 22:02:25 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t68M2PS1076248; Wed, 8 Jul 2015 22:02:25 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201507082202.t68M2PS1076248@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Wed, 8 Jul 2015 22:02:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391604 - head/x11 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 08 Jul 2015 22:02:26 -0000 Author: mat Date: Wed Jul 8 22:02:25 2015 New Revision: 391604 URL: https://svnweb.freebsd.org/changeset/ports/391604 Log: Fix Pointy hat to: kmoore Sponsored by: Absolight Modified: head/x11/Makefile Modified: head/x11/Makefile ============================================================================== --- head/x11/Makefile Wed Jul 8 22:00:22 2015 (r391603) +++ head/x11/Makefile Wed Jul 8 22:02:25 2015 (r391604) @@ -46,7 +46,7 @@ SUBDIR += dgs SUBDIR += dmenu SUBDIR += dmxproto - SUBDIR += docker + SUBDIR += docker-tray SUBDIR += dri2proto SUBDIR += dri3proto SUBDIR += dxpc From owner-svn-ports-head@freebsd.org Wed Jul 8 22:04:30 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EF3FD99649C; Wed, 8 Jul 2015 22:04:30 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DE5851E07; Wed, 8 Jul 2015 22:04:30 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t68M4Uv0076778; Wed, 8 Jul 2015 22:04:30 GMT (envelope-from pgollucci@FreeBSD.org) Received: (from pgollucci@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t68M4STV076769; Wed, 8 Jul 2015 22:04:28 GMT (envelope-from pgollucci@FreeBSD.org) Message-Id: <201507082204.t68M4STV076769@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pgollucci set sender to pgollucci@FreeBSD.org using -f From: "Philip M. Gollucci" Date: Wed, 8 Jul 2015 22:04:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391605 - 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: Wed, 08 Jul 2015 22:04:31 -0000 Author: pgollucci Date: Wed Jul 8 22:04:27 2015 New Revision: 391605 URL: https://svnweb.freebsd.org/changeset/ports/391605 Log: Revert r391601 "- devel/p4: Unbreak" I have to fix all the p4* ports too. Teach me to fix something. Pointyhat to: myself Added: head/devel/p4/Makefile.inc (contents, props changed) head/devel/p4/distinfo.freebsd100x86 (contents, props changed) head/devel/p4/distinfo.freebsd100x86_64 (contents, props changed) head/devel/p4/distinfo.freebsd70x86 (contents, props changed) head/devel/p4/distinfo.freebsd70x86_64 (contents, props changed) Deleted: head/devel/p4/distinfo.amd64 head/devel/p4/distinfo.i386 Modified: head/devel/p4/Makefile Modified: head/devel/p4/Makefile ============================================================================== --- head/devel/p4/Makefile Wed Jul 8 22:02:25 2015 (r391604) +++ head/devel/p4/Makefile Wed Jul 8 22:04:27 2015 (r391605) @@ -4,7 +4,8 @@ PORTNAME= p4 PORTVERSION= 2014.2.1045032 CATEGORIES= devel -MASTER_SITES= ftp://ftp.perforce.com/perforce/${P4VERSION}/bin.freebsd100${ARCH:S,i386,x86,:S,amd64,x86_64,}/ +MASTER_SITES= ftp://ftp.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/ \ + http://filehost.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/ DISTNAME= p4 EXTRACT_SUFX= EXTRACT_ONLY= # none @@ -12,14 +13,13 @@ EXTRACT_ONLY= # none MAINTAINER= gordon@FreeBSD.org COMMENT= Perforce client -BROKEN_FreeBSD_8= no distfiles -BROKEN_FreeBSD_9= no distfiles -BROKEN_FreeBSD_11= no distfiles +BROKEN= checksum mismatch ONLY_FOR_ARCHS= amd64 i386 P4VERSION= r${PORTVERSION:S/^20//:C/\.[0-9]+$//} -DISTINFO_FILE= ${MASTERDIR}/distinfo.${ARCH} +DIST_SUBDIR= perforce/${PORTVERSION}/bin.${PLATFORM} +DISTINFO_FILE= ${MASTERDIR}/distinfo.${PLATFORM} RESTRICTED= Restricted distribution @@ -28,7 +28,11 @@ NO_WRKSUBDIR= yes PLIST_FILES= bin/p4 +.include + +.include "Makefile.inc" + do-install: ${INSTALL_PROGRAM} ${DISTDIR}/${DIST_SUBDIR}/p4 ${STAGEDIR}${PREFIX}/bin -.include +.include Added: head/devel/p4/Makefile.inc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p4/Makefile.inc Wed Jul 8 22:04:27 2015 (r391605) @@ -0,0 +1,24 @@ +# Figure out what to install +.if ${OPSYS} == FreeBSD + +.if ${ARCH} == amd64 +. if ${OSVERSION} >= 1000100 +PLATFORM= freebsd100x86_64 +. else +PLATFORM= freebsd70x86_64 +. endif + +.elif ${ARCH} == i386 +. if ${OSVERSION} >= 1000100 +PLATFORM= freebsd100x86 +. else +PLATFORM= freebsd70x86 +. endif + +.else +IGNORE= unsupported OS release, sorry +.endif + +.else +IGNORE= ${OPSYS} is unsupported, sorry +.endif Added: head/devel/p4/distinfo.freebsd100x86 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p4/distinfo.freebsd100x86 Wed Jul 8 22:04:27 2015 (r391605) @@ -0,0 +1,2 @@ +SHA256 (perforce/2014.2.1045032/bin.freebsd100x86/p4) = 1261bacd887cb09bcf79004a427784e3428ebef8ef7f8cd527e8f446feb3efb4 +SIZE (perforce/2014.2.1045032/bin.freebsd100x86/p4) = 2474416 Added: head/devel/p4/distinfo.freebsd100x86_64 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p4/distinfo.freebsd100x86_64 Wed Jul 8 22:04:27 2015 (r391605) @@ -0,0 +1,2 @@ +SHA256 (perforce/2014.2.1045032/bin.freebsd100x86_64/p4) = 676c424b485e90817e63592fc5f14ea151b489128078053989f2e85080d485c2 +SIZE (perforce/2014.2.1045032/bin.freebsd100x86_64/p4) = 2732720 Added: head/devel/p4/distinfo.freebsd70x86 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p4/distinfo.freebsd70x86 Wed Jul 8 22:04:27 2015 (r391605) @@ -0,0 +1,2 @@ +SHA256 (perforce/2014.2.1045032/bin.freebsd70x86/p4) = 0c48532af152ba9ef187fd3a098ec0be0c5f8b9312becea4a27fe63ddec427ac +SIZE (perforce/2014.2.1045032/bin.freebsd70x86/p4) = 2555504 Added: head/devel/p4/distinfo.freebsd70x86_64 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p4/distinfo.freebsd70x86_64 Wed Jul 8 22:04:27 2015 (r391605) @@ -0,0 +1,2 @@ +SHA256 (perforce/2014.2.1045032/bin.freebsd70x86_64/p4) = 3fbf5e0203bf4c2bc9b6107c8111c28e9d2f88372f6330fcff32057addf6c069 +SIZE (perforce/2014.2.1045032/bin.freebsd70x86_64/p4) = 2716456 From owner-svn-ports-head@freebsd.org Wed Jul 8 22:21:15 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A33EE9968D8; Wed, 8 Jul 2015 22:21:15 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 936133B71; Wed, 8 Jul 2015 22:21:15 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t68MLFIC086368; Wed, 8 Jul 2015 22:21:15 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t68MLFeO086367; Wed, 8 Jul 2015 22:21:15 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201507082221.t68MLFeO086367@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Wed, 8 Jul 2015 22:21:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391606 - head/www/rubygem-passenger X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 08 Jul 2015 22:21:15 -0000 Author: osa Date: Wed Jul 8 22:21:14 2015 New Revision: 391606 URL: https://svnweb.freebsd.org/changeset/ports/391606 Log: Update RUN_DEPENDS: use newer rubygem-rack. Bump PORTREVISION for dependency change. Patch from: mmoll Thanks to: sunpoet Modified: head/www/rubygem-passenger/Makefile Modified: head/www/rubygem-passenger/Makefile ============================================================================== --- head/www/rubygem-passenger/Makefile Wed Jul 8 22:04:27 2015 (r391605) +++ head/www/rubygem-passenger/Makefile Wed Jul 8 22:21:14 2015 (r391606) @@ -3,6 +3,7 @@ PORTNAME= passenger PORTVERSION= 5.0.13 +PORTREVIISON= 1 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMEPREFIX= rubygem- @@ -37,7 +38,7 @@ USE_APACHE= 22+ LIB_DEPENDS+= libuv.so:${PORTSDIR}/devel/libuv \ libcurl.so:${PORTSDIR}/ftp/curl BUILD_DEPENDS+= rubygem-fastthread>=1.0.1:${PORTSDIR}/devel/rubygem-fastthread \ - rubygem-rack>=0:${PORTSDIR}/www/rubygem-rack \ + rubygem-rack16>=0:${PORTSDIR}/www/rubygem-rack16 \ rubygem-daemon_controller>=1.2.0:${PORTSDIR}/devel/rubygem-daemon_controller RUN_DEPENDS:= ${BUILD_DEPENDS} From owner-svn-ports-head@freebsd.org Wed Jul 8 23:37:50 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 475CE9974F8; Wed, 8 Jul 2015 23:37:50 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2BC1F1C5E; Wed, 8 Jul 2015 23:37:50 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t68NbolT023169; Wed, 8 Jul 2015 23:37:50 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t68NbmAS023161; Wed, 8 Jul 2015 23:37:48 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201507082337.t68NbmAS023161@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Wed, 8 Jul 2015 23:37:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391607 - in head/math: . octave-forge-doctest X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 08 Jul 2015 23:37:50 -0000 Author: stephen Date: Wed Jul 8 23:37:47 2015 New Revision: 391607 URL: https://svnweb.freebsd.org/changeset/ports/391607 Log: - New port math/octave-forge-doctest. The octave-forge package is the result of The GNU Octave Repositry project, which is intended to be a central location for custom scripts, functions and extensions for GNU Octave. contains the source for all the functions plus build and install scripts. This is doctest. The Octave-Forge Doctest package finds specially-formatted blocks of example code within documentation files. It then executes the code and confirms the output is correct. This can be useful as part of a testing framework or simply to ensure that documentation stays up-to-date during software development. Added: head/math/octave-forge-doctest/ head/math/octave-forge-doctest/Makefile (contents, props changed) head/math/octave-forge-doctest/distinfo (contents, props changed) head/math/octave-forge-doctest/pkg-descr (contents, props changed) head/math/octave-forge-doctest/pkg-plist (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Wed Jul 8 22:21:14 2015 (r391606) +++ head/math/Makefile Wed Jul 8 23:37:47 2015 (r391607) @@ -290,6 +290,7 @@ SUBDIR += octave-forge-dataframe SUBDIR += octave-forge-dicom SUBDIR += octave-forge-divand + SUBDIR += octave-forge-doctest SUBDIR += octave-forge-econometrics SUBDIR += octave-forge-engine SUBDIR += octave-forge-fenv Added: head/math/octave-forge-doctest/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/octave-forge-doctest/Makefile Wed Jul 8 23:37:47 2015 (r391607) @@ -0,0 +1,26 @@ +# Created by: Stephen Montgomery-Smith +# $FreeBSD$ + +PORTNAME= octave-forge-doctest +PORTVERSION= 0.4.0 +CATEGORIES= math + +MAINTAINER= stephen@FreeBSD.org +COMMENT= Octave-forge package ${OCTAVE_PKGNAME} + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING + +# OCTSRC is the name of the directory of the package. +# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. +OCTSRC= ${DISTNAME} + +WRKSRC= ${WRKDIR}/${OCTSRC}/src + +.include "${.CURDIR}/../../Mk/bsd.octave.mk" + +post-build: + ${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure + cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} + +.include Added: head/math/octave-forge-doctest/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/octave-forge-doctest/distinfo Wed Jul 8 23:37:47 2015 (r391607) @@ -0,0 +1,2 @@ +SHA256 (octave-forge/doctest-0.4.0.tar.gz) = ae15513020f89675efa6da2f7e16a225c3a813a8758632e8bd73ebf53a34fe85 +SIZE (octave-forge/doctest-0.4.0.tar.gz) = 15363 Added: head/math/octave-forge-doctest/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/octave-forge-doctest/pkg-descr Wed Jul 8 23:37:47 2015 (r391607) @@ -0,0 +1,14 @@ +The octave-forge package is the result of The GNU Octave Repositry project, +which is intended to be a central location for custom scripts, functions and +extensions for GNU Octave. contains the source for all the functions plus +build and install scripts. + +This is doctest. + + The Octave-Forge Doctest package finds specially-formatted blocks of + example code within documentation files. It then executes the code and + confirms the output is correct. This can be useful as part of a testing + framework or simply to ensure that documentation stays up-to-date during + software development. + +WWW: http://octave.sourceforge.net/ Added: head/math/octave-forge-doctest/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/octave-forge-doctest/pkg-plist Wed Jul 8 23:37:47 2015 (r391607) @@ -0,0 +1 @@ +@comment This file intentionally left empty From owner-svn-ports-head@freebsd.org Thu Jul 9 00:29:08 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D9945997D07; Thu, 9 Jul 2015 00:29:08 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C60DF12B6; Thu, 9 Jul 2015 00:29:08 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t690T81H049059; Thu, 9 Jul 2015 00:29:08 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t690T8Oa049056; Thu, 9 Jul 2015 00:29:08 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201507090029.t690T8Oa049056@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Thu, 9 Jul 2015 00:29:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391608 - head/net-mgmt/py-ipy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 09 Jul 2015 00:29:09 -0000 Author: wen Date: Thu Jul 9 00:29:07 2015 New Revision: 391608 URL: https://svnweb.freebsd.org/changeset/ports/391608 Log: - Update to 0.83 - Reset maintainer to ports@ Modified: head/net-mgmt/py-ipy/Makefile head/net-mgmt/py-ipy/distinfo Modified: head/net-mgmt/py-ipy/Makefile ============================================================================== --- head/net-mgmt/py-ipy/Makefile Wed Jul 8 23:37:47 2015 (r391607) +++ head/net-mgmt/py-ipy/Makefile Thu Jul 9 00:29:07 2015 (r391608) @@ -2,14 +2,13 @@ # $FreeBSD$ PORTNAME= ipy -PORTVERSION= 0.81 -PORTREVISION= 1 +PORTVERSION= 0.83 CATEGORIES= net-mgmt python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= IPy-${PORTVERSION} -MAINTAINER= wen@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Python module for handling IPv4 and IPv6 Addresses and Networks USES= python Modified: head/net-mgmt/py-ipy/distinfo ============================================================================== --- head/net-mgmt/py-ipy/distinfo Wed Jul 8 23:37:47 2015 (r391607) +++ head/net-mgmt/py-ipy/distinfo Thu Jul 9 00:29:07 2015 (r391608) @@ -1,2 +1,2 @@ -SHA256 (IPy-0.81.tar.gz) = 4bc17a9b5e72e893a034e77193b82c2bc321ddf8d8c345281f2bb81bb007b939 -SIZE (IPy-0.81.tar.gz) = 32318 +SHA256 (IPy-0.83.tar.gz) = 61da5a532b159b387176f6eabf11946e7458b6df8fb8b91ff1d345ca7a6edab8 +SIZE (IPy-0.83.tar.gz) = 31816 From owner-svn-ports-head@freebsd.org Thu Jul 9 02:04:24 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7A0CE996F98; Thu, 9 Jul 2015 02:04:24 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6A6B61C31; Thu, 9 Jul 2015 02:04:24 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6924Og9097478; Thu, 9 Jul 2015 02:04:24 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6924NFe097476; Thu, 9 Jul 2015 02:04:23 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201507090204.t6924NFe097476@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Thu, 9 Jul 2015 02:04:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391609 - head/net/syncthing X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 09 Jul 2015 02:04:24 -0000 Author: swills Date: Thu Jul 9 02:04:22 2015 New Revision: 391609 URL: https://svnweb.freebsd.org/changeset/ports/391609 Log: net/syncthing: update to 0.11.13 Modified: head/net/syncthing/Makefile head/net/syncthing/distinfo Modified: head/net/syncthing/Makefile ============================================================================== --- head/net/syncthing/Makefile Thu Jul 9 00:29:07 2015 (r391608) +++ head/net/syncthing/Makefile Thu Jul 9 02:04:22 2015 (r391609) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= syncthing -PORTVERSION= 0.11.10 +PORTVERSION= 0.11.13 DISTVERSIONPREFIX= v CATEGORIES= net Modified: head/net/syncthing/distinfo ============================================================================== --- head/net/syncthing/distinfo Thu Jul 9 00:29:07 2015 (r391608) +++ head/net/syncthing/distinfo Thu Jul 9 02:04:22 2015 (r391609) @@ -1,2 +1,2 @@ -SHA256 (syncthing-syncthing-v0.11.10_GH0.tar.gz) = 09356f5a4d3f7f37e96a56c0a2bb113563d821133094a9797876264214143892 -SIZE (syncthing-syncthing-v0.11.10_GH0.tar.gz) = 3205513 +SHA256 (syncthing-syncthing-v0.11.13_GH0.tar.gz) = dae242d1210a4cdc21dc624a7abec324b8634c07d673059662ffb795c8405671 +SIZE (syncthing-syncthing-v0.11.13_GH0.tar.gz) = 3363523 From owner-svn-ports-head@freebsd.org Thu Jul 9 02:05:12 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6A994996FFC; Thu, 9 Jul 2015 02:05:12 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5A5C61D39; Thu, 9 Jul 2015 02:05:12 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6925C2r097730; Thu, 9 Jul 2015 02:05:12 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6925Bfi097728; Thu, 9 Jul 2015 02:05:11 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201507090205.t6925Bfi097728@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Thu, 9 Jul 2015 02:05:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391610 - head/net/syncthing-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: Thu, 09 Jul 2015 02:05:12 -0000 Author: swills Date: Thu Jul 9 02:05:10 2015 New Revision: 391610 URL: https://svnweb.freebsd.org/changeset/ports/391610 Log: net/syncthing-cli: update for syncthing 0.11.13 Modified: head/net/syncthing-cli/Makefile head/net/syncthing-cli/distinfo Modified: head/net/syncthing-cli/Makefile ============================================================================== --- head/net/syncthing-cli/Makefile Thu Jul 9 02:04:22 2015 (r391609) +++ head/net/syncthing-cli/Makefile Thu Jul 9 02:05:10 2015 (r391610) @@ -3,6 +3,7 @@ PORTNAME= syncthing-cli PORTVERSION= 0.1.0.2015062701 +PORTREVISION= 1 CATEGORIES= net MAINTAINER= swills@FreeBSD.org @@ -15,7 +16,7 @@ GH_ACCOUNT= syncthing AudriusButkevicius GH_PROJECT= syncthing:st cli:audrius GH_TAGNAME= eba2fb7 v${SYNCTHING_VER}:st 7f561c7:audrius -SYNCTHING_VER= 0.11.10 +SYNCTHING_VER= 0.11.13 PLIST_FILES= bin/syncthing-cli Modified: head/net/syncthing-cli/distinfo ============================================================================== --- head/net/syncthing-cli/distinfo Thu Jul 9 02:04:22 2015 (r391609) +++ head/net/syncthing-cli/distinfo Thu Jul 9 02:05:10 2015 (r391610) @@ -2,5 +2,5 @@ SHA256 (syncthing-syncthing-cli-0.1.0.20 SIZE (syncthing-syncthing-cli-0.1.0.2015062701-eba2fb7_GH0.tar.gz) = 9305 SHA256 (AudriusButkevicius-cli-7f561c7_GH0.tar.gz) = 8d6c282b2737c5ae17c3ba4ce81037762f46aa5a05d0095c0d481639d081110c SIZE (AudriusButkevicius-cli-7f561c7_GH0.tar.gz) = 14722 -SHA256 (syncthing-syncthing-v0.11.10_GH0.tar.gz) = 09356f5a4d3f7f37e96a56c0a2bb113563d821133094a9797876264214143892 -SIZE (syncthing-syncthing-v0.11.10_GH0.tar.gz) = 3205513 +SHA256 (syncthing-syncthing-v0.11.13_GH0.tar.gz) = dae242d1210a4cdc21dc624a7abec324b8634c07d673059662ffb795c8405671 +SIZE (syncthing-syncthing-v0.11.13_GH0.tar.gz) = 3363523 From owner-svn-ports-head@freebsd.org Thu Jul 9 02:05:38 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1242C99701F; Thu, 9 Jul 2015 02:05:38 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 025FE1E22; Thu, 9 Jul 2015 02:05:38 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6925bXk097899; Thu, 9 Jul 2015 02:05:37 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6925bfX097897; Thu, 9 Jul 2015 02:05:37 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201507090205.t6925bfX097897@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Thu, 9 Jul 2015 02:05:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391611 - head/net/syncthing-discosrv X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 09 Jul 2015 02:05:38 -0000 Author: swills Date: Thu Jul 9 02:05:36 2015 New Revision: 391611 URL: https://svnweb.freebsd.org/changeset/ports/391611 Log: net/syncthing-discosrv: update for syncthing 0.11.13 Modified: head/net/syncthing-discosrv/Makefile head/net/syncthing-discosrv/distinfo Modified: head/net/syncthing-discosrv/Makefile ============================================================================== --- head/net/syncthing-discosrv/Makefile Thu Jul 9 02:05:10 2015 (r391610) +++ head/net/syncthing-discosrv/Makefile Thu Jul 9 02:05:36 2015 (r391611) @@ -3,6 +3,7 @@ PORTNAME= syncthing-discosrv PORTVERSION= 0.0.0.2015062601 +PORTREVISION= 1 CATEGORIES= net MAINTAINER= swills@FreeBSD.org @@ -15,7 +16,7 @@ GH_ACCOUNT= syncthing golang:gc GH_PROJECT= discosrv syncthing:st groupcache:gc GH_TAGNAME= 4c705ff v${SYNCTHING_VER}:st 604ed57:gc -SYNCTHING_VER= 0.11.10 +SYNCTHING_VER= 0.11.13 PLIST_FILES= bin/syncthing-discosrv Modified: head/net/syncthing-discosrv/distinfo ============================================================================== --- head/net/syncthing-discosrv/distinfo Thu Jul 9 02:05:10 2015 (r391610) +++ head/net/syncthing-discosrv/distinfo Thu Jul 9 02:05:36 2015 (r391611) @@ -2,5 +2,5 @@ SHA256 (syncthing-discosrv-0.0.0.2015062 SIZE (syncthing-discosrv-0.0.0.2015062601-4c705ff_GH0.tar.gz) = 5227 SHA256 (golang-groupcache-604ed57_GH0.tar.gz) = 691b695141404ea5903a490a0abfdc5b89591eb654166a364b65a5785fc85b65 SIZE (golang-groupcache-604ed57_GH0.tar.gz) = 24198 -SHA256 (syncthing-syncthing-v0.11.10_GH0.tar.gz) = 09356f5a4d3f7f37e96a56c0a2bb113563d821133094a9797876264214143892 -SIZE (syncthing-syncthing-v0.11.10_GH0.tar.gz) = 3205513 +SHA256 (syncthing-syncthing-v0.11.13_GH0.tar.gz) = dae242d1210a4cdc21dc624a7abec324b8634c07d673059662ffb795c8405671 +SIZE (syncthing-syncthing-v0.11.13_GH0.tar.gz) = 3363523 From owner-svn-ports-head@freebsd.org Thu Jul 9 04:38:59 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5788198C60B; Thu, 9 Jul 2015 04:38:59 +0000 (UTC) (envelope-from loader@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 47A811074; Thu, 9 Jul 2015 04:38:59 +0000 (UTC) (envelope-from loader@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t694cxsM077677; Thu, 9 Jul 2015 04:38:59 GMT (envelope-from loader@FreeBSD.org) Received: (from loader@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t694cxMs077676; Thu, 9 Jul 2015 04:38:59 GMT (envelope-from loader@FreeBSD.org) Message-Id: <201507090438.t694cxMs077676@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: loader set sender to loader@FreeBSD.org using -f From: Fukang Chen Date: Thu, 9 Jul 2015 04:38:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391612 - head/devel/py-semantic_version X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 09 Jul 2015 04:38:59 -0000 Author: loader (doc committer) Date: Thu Jul 9 04:38:58 2015 New Revision: 391612 URL: https://svnweb.freebsd.org/changeset/ports/391612 Log: s/PYSETUP/PYDISTUTILS_SETUP/ Approved by: koobs Pointed out by: koobs Differential Revision: https://reviews.freebsd.org/D3021 Modified: head/devel/py-semantic_version/Makefile Modified: head/devel/py-semantic_version/Makefile ============================================================================== --- head/devel/py-semantic_version/Makefile Thu Jul 9 02:05:36 2015 (r391611) +++ head/devel/py-semantic_version/Makefile Thu Jul 9 04:38:58 2015 (r391612) @@ -28,6 +28,6 @@ USES= python USE_PYTHON= autoplist distutils regression-test: build - @cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test + @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test .include From owner-svn-ports-head@freebsd.org Thu Jul 9 05:12:53 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7C3D098CD05; Thu, 9 Jul 2015 05:12:53 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5617D1248; Thu, 9 Jul 2015 05:12:53 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t695CrXh097842; Thu, 9 Jul 2015 05:12:53 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t695CpiQ097835; Thu, 9 Jul 2015 05:12:51 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507090512.t695CpiQ097835@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 9 Jul 2015 05:12:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391613 - in head/www/elixir-maru: . 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, 09 Jul 2015 05:12:53 -0000 Author: olgeni Date: Thu Jul 9 05:12:51 2015 New Revision: 391613 URL: https://svnweb.freebsd.org/changeset/ports/391613 Log: Upgrade to version 0.4.0. Modified: head/www/elixir-maru/Makefile head/www/elixir-maru/distinfo head/www/elixir-maru/files/patch-mix.exs head/www/elixir-maru/pkg-plist Modified: head/www/elixir-maru/Makefile ============================================================================== --- head/www/elixir-maru/Makefile Thu Jul 9 04:38:58 2015 (r391612) +++ head/www/elixir-maru/Makefile Thu Jul 9 05:12:51 2015 (r391613) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= maru -PORTVERSION= 0.3.1 +PORTVERSION= 0.4.0 DISTVERSIONPREFIX= v CATEGORIES= www PKGNAMEPREFIX= elixir- Modified: head/www/elixir-maru/distinfo ============================================================================== --- head/www/elixir-maru/distinfo Thu Jul 9 04:38:58 2015 (r391612) +++ head/www/elixir-maru/distinfo Thu Jul 9 05:12:51 2015 (r391613) @@ -1,2 +1,2 @@ -SHA256 (falood-maru-v0.3.1_GH0.tar.gz) = 6624a26fbc144400a5e9599c777c6aa3cca1e9aea65502463807dd42703f675e -SIZE (falood-maru-v0.3.1_GH0.tar.gz) = 17263 +SHA256 (falood-maru-v0.4.0_GH0.tar.gz) = 200d5fa57bba933eae381463963f62b2702bad43dbfe21400b15f1f64d2347fc +SIZE (falood-maru-v0.4.0_GH0.tar.gz) = 17656 Modified: head/www/elixir-maru/files/patch-mix.exs ============================================================================== --- head/www/elixir-maru/files/patch-mix.exs Thu Jul 9 04:38:58 2015 (r391612) +++ head/www/elixir-maru/files/patch-mix.exs Thu Jul 9 05:12:51 2015 (r391613) @@ -1,14 +1,10 @@ ---- mix.exs.orig 2015-07-02 12:23:34 UTC +--- mix.exs.orig 2015-07-09 05:06:08 UTC +++ mix.exs -@@ -19,10 +19,7 @@ defmodule Maru.Mixfile do - end - - defp deps do -- [ { :cowboy, "~> 1.0.0" }, -- { :plug, "~> 0.12.2" }, -- { :poison, "~> 1.4.0" }, -- ] -+ [] - end - - defp package do +@@ -5,7 +5,6 @@ defmodule Maru.Mixfile do + [ app: :maru, + version: "0.4.0", + elixir: "~> 1.0.0", +- deps: deps, + description: "Elixir copy of grape for creating REST-like APIs.", + source_url: "https://github.com/falood/maru", + package: package, Modified: head/www/elixir-maru/pkg-plist ============================================================================== --- head/www/elixir-maru/pkg-plist Thu Jul 9 04:38:58 2015 (r391612) +++ head/www/elixir-maru/pkg-plist Thu Jul 9 05:12:51 2015 (r391613) @@ -37,6 +37,7 @@ lib/elixir/lib/maru/ebin/Elixir.Maru.Rou lib/elixir/lib/maru/ebin/Elixir.Maru.Router.Validator.beam lib/elixir/lib/maru/ebin/Elixir.Maru.Router.beam lib/elixir/lib/maru/ebin/Elixir.Maru.Supervisor.beam +lib/elixir/lib/maru/ebin/Elixir.Maru.Test.beam lib/elixir/lib/maru/ebin/Elixir.Maru.Utils.beam lib/elixir/lib/maru/ebin/Elixir.Maru.Validations.AllowBlank.beam lib/elixir/lib/maru/ebin/Elixir.Maru.Validations.AtLeastOneOf.beam @@ -69,6 +70,7 @@ lib/elixir/lib/maru/lib/maru/router.ex lib/elixir/lib/maru/lib/maru/router/endpoint.ex lib/elixir/lib/maru/lib/maru/router/path.ex lib/elixir/lib/maru/lib/maru/supervisor.ex +lib/elixir/lib/maru/lib/maru/test.ex lib/elixir/lib/maru/lib/maru/utils.ex lib/elixir/lib/maru/lib/maru/validations.ex lib/elixir/lib/maru/lib/mix/tasks/routers.ex From owner-svn-ports-head@freebsd.org Thu Jul 9 05:47:33 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 195EF99530F; Thu, 9 Jul 2015 05:47:33 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0981F1295; Thu, 9 Jul 2015 05:47:33 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t695lWB7014853; Thu, 9 Jul 2015 05:47:32 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t695lW8s014852; Thu, 9 Jul 2015 05:47:32 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201507090547.t695lW8s014852@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Thu, 9 Jul 2015 05:47:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391614 - head/shells/bash X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 09 Jul 2015 05:47:33 -0000 Author: ehaupt Date: Thu Jul 9 05:47:32 2015 New Revision: 391614 URL: https://svnweb.freebsd.org/changeset/ports/391614 Log: Scripts like https://github.com/henricj/scripts/blob/master/stir.sh often generate a bunch of, cannot make pipe for process substitution: File exists errors. The problem lies with colliding pipe names. The code in sh_mktmpname() in lib/sh/tmpfile.c uses a combination of things like the current time, the PID, and an incrementing counter. Since the child PIDs tend to be sequential (barring kern.randompid=1), there are collisions. Fix this problem without rewriting upstream code by defining USE_MKTEMP=1 to use the mktemp(3) code of bash. FreeBSD's mktemp() is not nearly as bad as the bash default and isn't brain-damaged like some platforms (which is likely why the bash code tries to do it's own thing). In FreeBSD, "mktemp(3)" it uses arc4random to pick one of 62 symbols for each "X". Submitted by: Henric Jungheim Modified: head/shells/bash/Makefile Modified: head/shells/bash/Makefile ============================================================================== --- head/shells/bash/Makefile Thu Jul 9 05:12:51 2015 (r391613) +++ head/shells/bash/Makefile Thu Jul 9 05:47:32 2015 (r391614) @@ -4,7 +4,7 @@ PORTNAME= bash PATCHLEVEL= 39 PORTVERSION= 4.3.${PATCHLEVEL:S/^0//g} -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= shells MASTER_SITES= GNU/${PORTNAME} DISTNAME= ${PORTNAME}-${PORTVERSION:R} @@ -54,6 +54,8 @@ CONFIGURE_ARGS+= --without-bash-malloc \ --disable-rpath \ --enable-disabled-builtins +CFLAGS+= -DUSE_MKTEMP=1 + .if empty(PKGNAMESUFFIX) CONFLICTS+= bash-static-[0-9]* .else From owner-svn-ports-head@freebsd.org Thu Jul 9 06:01:32 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D015D9954B5; Thu, 9 Jul 2015 06:01:32 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9D5AF1AB2; Thu, 9 Jul 2015 06:01:32 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6961WwF024798; Thu, 9 Jul 2015 06:01:32 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6961WFJ024793; Thu, 9 Jul 2015 06:01:32 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507090601.t6961WFJ024793@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 9 Jul 2015 06:01:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391615 - head/lang/erlang-runtime18 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 09 Jul 2015 06:01:32 -0000 Author: olgeni Date: Thu Jul 9 06:01:31 2015 New Revision: 391615 URL: https://svnweb.freebsd.org/changeset/ports/391615 Log: Upgrade to 18.0.2 and exclude HIPE option on Dragonfly. Modified: head/lang/erlang-runtime18/Makefile head/lang/erlang-runtime18/distinfo Modified: head/lang/erlang-runtime18/Makefile ============================================================================== --- head/lang/erlang-runtime18/Makefile Thu Jul 9 05:47:32 2015 (r391614) +++ head/lang/erlang-runtime18/Makefile Thu Jul 9 06:01:31 2015 (r391615) @@ -16,7 +16,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} PATCH_SITES= http://olgeni.olgeni.com/~olgeni/distfiles/ \ LOCAL/olgeni -PATCHFILES= patch-otp-18.0.1 +PATCHFILES= patch-otp-18.0.1 patch-otp-18.0.2 MAINTAINER= olgeni@FreeBSD.org COMMENT= Functional programming language from Ericsson @@ -45,7 +45,7 @@ SMP_DESC= Enable SMP support WX_DESC= Enable WX application OPTIONS_DEFAULT=KQUEUE OPENSSL SCTP SMP THREADS -OPTIONS_EXCLUDE_DragonFly= SCTP +OPTIONS_EXCLUDE_DragonFly= HIPE SCTP ERL_RELEASE= 18.0 @@ -200,9 +200,13 @@ post-install: -C ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB} ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/erts-7.0/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/erts-7.0.1 + ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/erts-7.0.2 ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/erts-7.0 + ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/runtime_tools-1.9/* \ + ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/runtime_tools-1.9.1 + ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/runtime_tools-1.9 + ${INSTALL_DATA} ${WRKSRC}/lib/dialyzer/doc/*.txt \ ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/dialyzer-*/doc/ .endif Modified: head/lang/erlang-runtime18/distinfo ============================================================================== --- head/lang/erlang-runtime18/distinfo Thu Jul 9 05:47:32 2015 (r391614) +++ head/lang/erlang-runtime18/distinfo Thu Jul 9 06:01:31 2015 (r391615) @@ -6,3 +6,5 @@ SHA256 (erlang/otp_doc_html_18.0.tar.gz) SIZE (erlang/otp_doc_html_18.0.tar.gz) = 33857396 SHA256 (erlang/patch-otp-18.0.1) = 9769b66cd0c385f40365e58c44970e38a1707e9544c797394203add744c2ea0b SIZE (erlang/patch-otp-18.0.1) = 5727 +SHA256 (erlang/patch-otp-18.0.2) = 2c6ca53c50b05586f04503b4691a0eadff4941b4acc75e72f0b963ee840cced5 +SIZE (erlang/patch-otp-18.0.2) = 32063 From owner-svn-ports-head@freebsd.org Thu Jul 9 06:01:56 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1100F9955B8; Thu, 9 Jul 2015 06:01:56 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DC5581BE7; Thu, 9 Jul 2015 06:01:55 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6961tGb025466; Thu, 9 Jul 2015 06:01:55 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6961t8D025464; Thu, 9 Jul 2015 06:01:55 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507090601.t6961t8D025464@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 9 Jul 2015 06:01:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391616 - head/lang/erlang X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 09 Jul 2015 06:01:56 -0000 Author: olgeni Date: Thu Jul 9 06:01:54 2015 New Revision: 391616 URL: https://svnweb.freebsd.org/changeset/ports/391616 Log: Upgrade to 18.0.2. Modified: head/lang/erlang/Makefile head/lang/erlang/distinfo Modified: head/lang/erlang/Makefile ============================================================================== --- head/lang/erlang/Makefile Thu Jul 9 06:01:31 2015 (r391615) +++ head/lang/erlang/Makefile Thu Jul 9 06:01:54 2015 (r391616) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= erlang -PORTVERSION= 18.0.1 +PORTVERSION= 18.0.2 PORTEPOCH= 3 CATEGORIES= lang parallel java MASTER_SITES= http://www.erlang.org/download/:erlangorg \ @@ -20,7 +20,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} PATCH_SITES= http://olgeni.olgeni.com/~olgeni/distfiles/ \ LOCAL/olgeni -PATCHFILES= patch-otp-18.0.1 +PATCHFILES= patch-otp-18.0.1 patch-otp-18.0.2 MAINTAINER= olgeni@FreeBSD.org COMMENT= Functional programming language from Ericsson @@ -222,9 +222,13 @@ post-install: -C ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB} ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/erts-7.0/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/erts-7.0.1 + ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/erts-7.0.2 ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/erts-7.0 + ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/runtime_tools-1.9/* \ + ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/runtime_tools-1.9.1 + ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/runtime_tools-1.9 + ${INSTALL_DATA} ${WRKSRC}/lib/dialyzer/doc/*.txt \ ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/dialyzer-*/doc/ @${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/lang/erlang/distinfo ============================================================================== --- head/lang/erlang/distinfo Thu Jul 9 06:01:31 2015 (r391615) +++ head/lang/erlang/distinfo Thu Jul 9 06:01:54 2015 (r391616) @@ -18,3 +18,5 @@ SHA256 (erlang/programming_rules.pdf) = SIZE (erlang/programming_rules.pdf) = 77025 SHA256 (erlang/patch-otp-18.0.1) = 9769b66cd0c385f40365e58c44970e38a1707e9544c797394203add744c2ea0b SIZE (erlang/patch-otp-18.0.1) = 5727 +SHA256 (erlang/patch-otp-18.0.2) = 2c6ca53c50b05586f04503b4691a0eadff4941b4acc75e72f0b963ee840cced5 +SIZE (erlang/patch-otp-18.0.2) = 32063 From owner-svn-ports-head@freebsd.org Thu Jul 9 06:36:21 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 92C39995B65; Thu, 9 Jul 2015 06:36:21 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 79FF51997; Thu, 9 Jul 2015 06:36:21 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t696aLLm041984; Thu, 9 Jul 2015 06:36:21 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t696aL2P041983; Thu, 9 Jul 2015 06:36:21 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201507090636.t696aL2P041983@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Thu, 9 Jul 2015 06:36:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391617 - head/graphics/copperspice X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 09 Jul 2015 06:36:21 -0000 Author: marino Date: Thu Jul 9 06:36:20 2015 New Revision: 391617 URL: https://svnweb.freebsd.org/changeset/ports/391617 Log: graphics/copperspice: Still broken in real world Somehow ccache must be responsible for it's local success. Given the error message, it may be configured for mac rather than BSD or Linux. Make broken (on amd64) until further notice. i386 is already broken. Modified: head/graphics/copperspice/Makefile Modified: head/graphics/copperspice/Makefile ============================================================================== --- head/graphics/copperspice/Makefile Thu Jul 9 06:01:54 2015 (r391616) +++ head/graphics/copperspice/Makefile Thu Jul 9 06:36:20 2015 (r391617) @@ -40,6 +40,8 @@ PLIST_SUB= SHORT_VER=0 LONG_VER=0.0.0 MAKE_JOBS_UNSAFE= yes WITH_OPENSSL_PORT= yes +BROKEN_amd64= QBuffer::_q_emitSignals Unable to register method\ + pointer, verify signal/slot (qrc_macresources.cpp) BROKEN_FreeBSD_8= error: 'to_string' is not a member of 'std' BROKEN_FreeBSD_9= error: 'to_string' is not a member of 'std' BROKEN_i386= qx11embed_x11.cpp:470:20: non-constant-expression\ From owner-svn-ports-head@freebsd.org Thu Jul 9 06:49:29 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 22DB0995DA6; Thu, 9 Jul 2015 06:49:29 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 124F91E03; Thu, 9 Jul 2015 06:49:29 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t696nSBI047740; Thu, 9 Jul 2015 06:49:28 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t696nSEl047739; Thu, 9 Jul 2015 06:49:28 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201507090649.t696nSEl047739@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Thu, 9 Jul 2015 06:49:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391618 - head/Tools/scripts X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 09 Jul 2015 06:49:29 -0000 Author: ehaupt Date: Thu Jul 9 06:49:28 2015 New Revision: 391618 URL: https://svnweb.freebsd.org/changeset/ports/391618 Log: Invoke perl with /usr/bin/env Modified: head/Tools/scripts/splitpatch.pl Modified: head/Tools/scripts/splitpatch.pl ============================================================================== --- head/Tools/scripts/splitpatch.pl Thu Jul 9 06:36:20 2015 (r391617) +++ head/Tools/scripts/splitpatch.pl Thu Jul 9 06:49:28 2015 (r391618) @@ -1,4 +1,4 @@ -#! /usr/bin/perl -w +#! /usr/bin/env perl # ---------------------------------------------------------------------------- # "THE BEER-WARE LICENSE" (Revision 42) # wrote this file. As long as you retain this notice you @@ -8,6 +8,7 @@ # # $FreeBSD$ use strict; +use warnings; # good tests: # /usr/ports/archivers/zoo/files/patch-aa (context diff) From owner-svn-ports-head@freebsd.org Thu Jul 9 06:50:42 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 79AB6995F2D; Thu, 9 Jul 2015 06:50:42 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pa0-x22f.google.com (mail-pa0-x22f.google.com [IPv6:2607:f8b0:400e:c03::22f]) (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 402A91F4F; Thu, 9 Jul 2015 06:50:42 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by pacgz10 with SMTP id gz10so71972115pac.3; Wed, 08 Jul 2015 23:50:41 -0700 (PDT) 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=K+K9DTPTDtnu+D1TMh38y7hyWYKu4S9IGYtBT6ihFS8=; b=ew+AIJAHiVA716W2Fb0Q6UapzBzGQKdv9o2KwFvQAynnMI4NBOBGU3RYRbqYsW88jA NvwkecRqELuFApO9rT+TxvzjZ3R3IAm+V1BzJiWxZg3ExTnE31H7Yfti66MV+CojtDAs 9r6+5k4oVFFfs3AZVlnWa19/JZsjfV6baYN2ADUV1q8JMU41DG34fRpju2KU356sGvh+ sA88PbGssvQ1gOd8giVAYSBNmRTQChXNls1UP2UTYWrlBeKTwdgIL/tJF7sNwgQeasVO sq3Kb0/Nhpsjy44fPTtcF0G8V5g+PPDj8nKjnPi4A/wwtXe88aUkskYSSwfU1aptzek+ 5rRw== X-Received: by 10.68.190.70 with SMTP id go6mr6495662pbc.33.1436424641453; Wed, 08 Jul 2015 23:50:41 -0700 (PDT) Received: from ?IPv6:2001:44b8:31ae:7b01::2? (2001-44b8-31ae-7b01-0000-0000-0000-0002.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01::2]) by smtp.gmail.com with ESMTPSA id uz9sm4690821pac.34.2015.07.08.23.50.37 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 08 Jul 2015 23:50:40 -0700 (PDT) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r391617 - head/graphics/copperspice References: <201507090636.t696aL2P041983@repo.freebsd.org> To: John Marino , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Kubilay Kocak X-Enigmail-Draft-Status: N1110 Message-ID: <559E19B6.5000103@FreeBSD.org> Date: Thu, 9 Jul 2015 16:50:30 +1000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.0 MIME-Version: 1.0 In-Reply-To: <201507090636.t696aL2P041983@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, 09 Jul 2015 06:50:42 -0000 On 9/07/2015 4:36 PM, John Marino wrote: > Author: marino > Date: Thu Jul 9 06:36:20 2015 > New Revision: 391617 > URL: https://svnweb.freebsd.org/changeset/ports/391617 > > Log: > graphics/copperspice: Still broken in real world I remember our very positive discussion on IRC about meaningful commit {short}logs' and convincing me to that category/port: and imperative shortlog summaries are a good thing. In that vein, this might have been better: graphics/copperspice: Set BROKEN on amd64 ./koobs From owner-svn-ports-head@freebsd.org Thu Jul 9 07:09:33 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A6BB6996292; Thu, 9 Jul 2015 07:09:33 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 948DF1890; Thu, 9 Jul 2015 07:09:33 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6979XiP058423; Thu, 9 Jul 2015 07:09:33 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6979VsY058416; Thu, 9 Jul 2015 07:09:31 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201507090709.t6979VsY058416@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Thu, 9 Jul 2015 07:09:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391619 - in head: mail/thunderbird/files www/firefox-esr/files www/firefox/files www/libxul/files www/seamonkey/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, 09 Jul 2015 07:09:33 -0000 Author: kwm Date: Thu Jul 9 07:09:30 2015 New Revision: 391619 URL: https://svnweb.freebsd.org/changeset/ports/391619 Log: Fix the build with FreeType 2.6. Obtained from: mozilla upstream. Added: head/mail/thunderbird/files/patch-bug1143411 (contents, props changed) head/www/firefox-esr/files/patch-bug1143411 (contents, props changed) head/www/firefox/files/patch-bug1143411 (contents, props changed) head/www/libxul/files/patch-bug1143411 (contents, props changed) head/www/seamonkey/files/patch-bug1143411 (contents, props changed) Added: head/mail/thunderbird/files/patch-bug1143411 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/thunderbird/files/patch-bug1143411 Thu Jul 9 07:09:30 2015 (r391619) @@ -0,0 +1,27 @@ +https://bugzilla.mozilla.org/show_bug.cgi?id=1143411 + +diff --git a/config/system-headers b/config/system-headers +--- mozilla/config/system-headers ++++ mozilla/config/system-headers +@@ -465,16 +465,17 @@ freetype/tttables.h + freetype/t1tables.h + freetype/ftlcdfil.h + freetype/ftsizes.h + freetype/ftadvanc.h + freetype/ftbitmap.h + freetype/ftxf86.h + freetype.h + ftcache.h ++ftfntfmt.h + ftglyph.h + ftsynth.h + ftoutln.h + ttnameid.h + tttables.h + t1tables.h + ftlcdfil.h + ftsizes.h + + + + Added: head/www/firefox-esr/files/patch-bug1143411 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/firefox-esr/files/patch-bug1143411 Thu Jul 9 07:09:30 2015 (r391619) @@ -0,0 +1,27 @@ +https://bugzilla.mozilla.org/show_bug.cgi?id=1143411 + +diff --git a/config/system-headers b/config/system-headers +--- config/system-headers ++++ config/system-headers +@@ -465,16 +465,17 @@ freetype/tttables.h + freetype/t1tables.h + freetype/ftlcdfil.h + freetype/ftsizes.h + freetype/ftadvanc.h + freetype/ftbitmap.h + freetype/ftxf86.h + freetype.h + ftcache.h ++ftfntfmt.h + ftglyph.h + ftsynth.h + ftoutln.h + ttnameid.h + tttables.h + t1tables.h + ftlcdfil.h + ftsizes.h + + + + Added: head/www/firefox/files/patch-bug1143411 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/firefox/files/patch-bug1143411 Thu Jul 9 07:09:30 2015 (r391619) @@ -0,0 +1,27 @@ +https://bugzilla.mozilla.org/show_bug.cgi?id=1143411 + +diff --git a/config/system-headers b/config/system-headers +--- config/system-headers ++++ config/system-headers +@@ -465,16 +465,17 @@ freetype/tttables.h + freetype/t1tables.h + freetype/ftlcdfil.h + freetype/ftsizes.h + freetype/ftadvanc.h + freetype/ftbitmap.h + freetype/ftxf86.h + freetype.h + ftcache.h ++ftfntfmt.h + ftglyph.h + ftsynth.h + ftoutln.h + ttnameid.h + tttables.h + t1tables.h + ftlcdfil.h + ftsizes.h + + + + Added: head/www/libxul/files/patch-bug1143411 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/libxul/files/patch-bug1143411 Thu Jul 9 07:09:30 2015 (r391619) @@ -0,0 +1,27 @@ +https://bugzilla.mozilla.org/show_bug.cgi?id=1143411 + +diff --git a/config/system-headers b/config/system-headers +--- config/system-headers ++++ config/system-headers +@@ -465,16 +465,17 @@ freetype/tttables.h + freetype/t1tables.h + freetype/ftlcdfil.h + freetype/ftsizes.h + freetype/ftadvanc.h + freetype/ftbitmap.h + freetype/ftxf86.h + freetype.h + ftcache.h ++ftfntfmt.h + ftglyph.h + ftsynth.h + ftoutln.h + ttnameid.h + tttables.h + t1tables.h + ftlcdfil.h + ftsizes.h + + + + Added: head/www/seamonkey/files/patch-bug1143411 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/seamonkey/files/patch-bug1143411 Thu Jul 9 07:09:30 2015 (r391619) @@ -0,0 +1,27 @@ +https://bugzilla.mozilla.org/show_bug.cgi?id=1143411 + +diff --git a/config/system-headers b/config/system-headers +--- mozilla/config/system-headers ++++ mozilla/config/system-headers +@@ -465,16 +465,17 @@ freetype/tttables.h + freetype/t1tables.h + freetype/ftlcdfil.h + freetype/ftsizes.h + freetype/ftadvanc.h + freetype/ftbitmap.h + freetype/ftxf86.h + freetype.h + ftcache.h ++ftfntfmt.h + ftglyph.h + ftsynth.h + ftoutln.h + ttnameid.h + tttables.h + t1tables.h + ftlcdfil.h + ftsizes.h + + + + From owner-svn-ports-head@freebsd.org Thu Jul 9 07:54:56 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DEC13996AAC; Thu, 9 Jul 2015 07:54:56 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B4E851E02; Thu, 9 Jul 2015 07:54:56 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t697suW1083989; Thu, 9 Jul 2015 07:54:56 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t697suVv083986; Thu, 9 Jul 2015 07:54:56 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201507090754.t697suVv083986@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Thu, 9 Jul 2015 07:54:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391620 - head/www/moodle29 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 09 Jul 2015 07:54:57 -0000 Author: wen Date: Thu Jul 9 07:54:55 2015 New Revision: 391620 URL: https://svnweb.freebsd.org/changeset/ports/391620 Log: - Update to 2.9.1 - Update options - Add missing php module - Fix file permissions Modified: head/www/moodle29/Makefile head/www/moodle29/distinfo Modified: head/www/moodle29/Makefile ============================================================================== --- head/www/moodle29/Makefile Thu Jul 9 07:09:30 2015 (r391619) +++ head/www/moodle29/Makefile Thu Jul 9 07:54:55 2015 (r391620) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= moodle -PORTVERSION= 2.9 +PORTVERSION= 2.9.1 CATEGORIES= www MASTER_SITES= SF/moodle/Moodle/stable29/ PKGNAMESUFFIX= ${PKGORIGIN:T:S/moodle//} @@ -19,13 +19,14 @@ CONFLICTS= moodle27-2.7.[0-9]* moodle28- USES= tar:tgz USE_PHP= session gd pcre mbstring iconv tokenizer curl xml xmlrpc ctype \ - soap openssl simplexml spl dom json zip zlib hash + soap openssl simplexml spl dom json zip zlib hash opcache WRKSRC= ${WRKDIR}/moodle -OPTIONS_DEFINE= MYSQL PGSQL MSSQL LDAP MIMETEX -OPTIONS_DEFAULT=MYSQL -MSSQL_DESC= MS SQL Server support -MIMETEX_DESC= mimeTeX filter functionality support +OPTIONS_SINGLE= BACKEND +OPTIONS_SINGLE_BACKEND= MYSQL PGSQL MSSQL +OPTIONS_DEFINE= LDAP MIMETEX +OPTIONS_DEFAULT= MYSQL +MIMETEX_DESC= mimeTeX filter functionality support .include @@ -62,13 +63,16 @@ pre-install: @${ECHO_CMD} "@owner ${WWWOWN}" >> ${PLIST} @${ECHO_CMD} "@group ${WWWGRP}" >> ${PLIST} @${ECHO_CMD} "@mode 755" >> ${PLIST} - @${FIND} -s -d ${WRKSRC} -type f | ${SED} "s?${WRKSRC}?${MOODLEDIR}?g" >>${PLIST} - @${FIND} -s -d ${WRKSRC} -type d | ${SED} "s?${WRKSRC}?@dir ${MOODLEDIR}?g" >> ${PLIST} @${ECHO} @dir ${MOODLEDATADIR} >> ${PLIST} @${ECHO_CMD} "@mode" >> ${PLIST} @${ECHO_CMD} "@group" >> ${PLIST} @${ECHO_CMD} "@owner" >> ${PLIST} +# Here for safety I do not set moodle diretory 0755 permission +# It require user write config.php manually then. + @${FIND} -s -d ${WRKSRC} -type f | ${SED} "s?${WRKSRC}?${MOODLEDIR}?g" >>${PLIST} + @${FIND} -s -d ${WRKSRC} -type d | ${SED} "s?${WRKSRC}?@dir ${MOODLEDIR}?g" >> ${PLIST} + do-install: @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/${MOODLEDIR} @${INSTALL} -d ${STAGEDIR}${PREFIX}/${MOODLEDATADIR} Modified: head/www/moodle29/distinfo ============================================================================== --- head/www/moodle29/distinfo Thu Jul 9 07:09:30 2015 (r391619) +++ head/www/moodle29/distinfo Thu Jul 9 07:54:55 2015 (r391620) @@ -1,2 +1,2 @@ -SHA256 (moodle-2.9.tgz) = d8fba8eb839c582a9b6451a28f82f690508b818af8d04964d57acef0606daf05 -SIZE (moodle-2.9.tgz) = 36300753 +SHA256 (moodle-2.9.1.tgz) = bfc9398904809ed6041e8bcbdb75d7bc1917d5a0ff47fd0069812d783e03c020 +SIZE (moodle-2.9.1.tgz) = 36340544 From owner-svn-ports-head@freebsd.org Thu Jul 9 08:04:34 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0D5D4996EF5; Thu, 9 Jul 2015 08:04:34 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F16B311F0; Thu, 9 Jul 2015 08:04:33 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6984XuT089325; Thu, 9 Jul 2015 08:04:33 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6984XBN089323; Thu, 9 Jul 2015 08:04:33 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201507090804.t6984XBN089323@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Thu, 9 Jul 2015 08:04:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391621 - head/security/p11-kit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 09 Jul 2015 08:04:34 -0000 Author: kwm Date: Thu Jul 9 08:04:32 2015 New Revision: 391621 URL: https://svnweb.freebsd.org/changeset/ports/391621 Log: Drop .la files. Approved by: maintainer via IRC Differential Revision: https://reviews.freebsd.org/D3011 Modified: head/security/p11-kit/Makefile head/security/p11-kit/pkg-plist Modified: head/security/p11-kit/Makefile ============================================================================== --- head/security/p11-kit/Makefile Thu Jul 9 07:54:55 2015 (r391620) +++ head/security/p11-kit/Makefile Thu Jul 9 08:04:32 2015 (r391621) @@ -3,6 +3,7 @@ PORTNAME= p11-kit PORTVERSION= 0.23.1 +PORTREVISION= 1 CATEGORIES= security devel MASTER_SITES= http://p11-glue.freedesktop.org/releases/ @@ -20,7 +21,7 @@ CONFIGURE_ARGS= --disable-nls --enable-d MAKE_ENV= exampledir=${STAGEDIR}${EXAMPLESDIR} INSTALL_TARGET= install-strip -USES= gmake libtool:keepla pathfix pkgconfig +USES= gmake libtool pathfix pkgconfig USE_LDCONFIG= yes pre-configure: Modified: head/security/p11-kit/pkg-plist ============================================================================== --- head/security/p11-kit/pkg-plist Thu Jul 9 07:54:55 2015 (r391620) +++ head/security/p11-kit/pkg-plist Thu Jul 9 08:04:32 2015 (r391621) @@ -8,14 +8,12 @@ include/p11-kit-1/p11-kit/pkcs11.h include/p11-kit-1/p11-kit/pkcs11x.h include/p11-kit-1/p11-kit/remote.h include/p11-kit-1/p11-kit/uri.h -lib/libp11-kit.la lib/libp11-kit.so lib/libp11-kit.so.0 lib/libp11-kit.so.0.1.0 lib/p11-kit-proxy.so lib/p11-kit/p11-kit-remote lib/p11-kit/trust-extract-compat -lib/pkcs11/p11-kit-trust.la lib/pkcs11/p11-kit-trust.so libdata/pkgconfig/p11-kit-1.pc share/gtk-doc/html/p11-kit/config-example.html From owner-svn-ports-head@freebsd.org Thu Jul 9 08:54:27 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ADEA9995903; Thu, 9 Jul 2015 08:54:27 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8C5971A98; Thu, 9 Jul 2015 08:54:27 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t698sRBl015053; Thu, 9 Jul 2015 08:54:27 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t698sQ10015050; Thu, 9 Jul 2015 08:54:26 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201507090854.t698sQ10015050@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Thu, 9 Jul 2015 08:54:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391622 - head/devel/caf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 09 Jul 2015 08:54:27 -0000 Author: vanilla Date: Thu Jul 9 08:54:25 2015 New Revision: 391622 URL: https://svnweb.freebsd.org/changeset/ports/391622 Log: Upgrade to 0.14.0, and support FreeBSD < 10.0. PR: 201410 Submitted by: maintainer Modified: head/devel/caf/Makefile head/devel/caf/distinfo head/devel/caf/pkg-plist Modified: head/devel/caf/Makefile ============================================================================== --- head/devel/caf/Makefile Thu Jul 9 08:04:32 2015 (r391621) +++ head/devel/caf/Makefile Thu Jul 9 08:54:25 2015 (r391622) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= actor-framework -PORTVERSION= 0.13 +PORTVERSION= 0.14.0 CATEGORIES= devel MAINTAINER= vallentin@icir.org @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE CXXFLAGS+= -std=c++11 -Wextra -Wall -pedantic LDFLAGS+= -pthread -USES= compiler:c++11-lang cmake:outsource +USES= cmake:outsource compiler:c++11-lang USE_LDCONFIG= yes USE_GITHUB= yes @@ -22,6 +22,7 @@ OPTIONS_RADIO= LOG_LEVEL OPTIONS_RADIO_LOG_LEVEL= LOG_LEVEL_ERROR LOG_LEVEL_WARN LOG_LEVEL_INFO LOG_LEVEL_DEBUG LOG_LEVEL_TRACE OPTIONS_DEFAULT= TEST OPTIONS_SUB= yes +PLIST_SUB+= PORTVERSION=${PORTVERSION} TEST_DESC= Build with unit tests STATIC_DESC= Additionally build static version of library @@ -53,7 +54,13 @@ regression-test: build .endif .if ${OSVERSION} < 1001000 -BROKEN= require clang & libc++ +# require clang & libc++ +BUILD_DEPENDS+= ${LOCALBASE}/bin/clang34:${PORTSDIR}/lang/clang34 \ + ${LOCALBASE}/lib/c++/libstdc++.so:${PORTSDIR}/devel/libc++ +CC= clang34 +CXX= clang++34 +CXXFLAGS+= -stdlib=libc++ -I${LOCALBASE}/include/c++/v1 +CPP= clang-cpp34 .endif .include Modified: head/devel/caf/distinfo ============================================================================== --- head/devel/caf/distinfo Thu Jul 9 08:04:32 2015 (r391621) +++ head/devel/caf/distinfo Thu Jul 9 08:54:25 2015 (r391622) @@ -1,2 +1,2 @@ -SHA256 (actor-framework-actor-framework-0.13_GH0.tar.gz) = 7938d287426ab4aebbc5e65b22fd36ce2c6b7073da53143592ac7b5260f3b160 -SIZE (actor-framework-actor-framework-0.13_GH0.tar.gz) = 562572 +SHA256 (actor-framework-actor-framework-0.14.0_GH0.tar.gz) = 156c9548dba4ed815eff7df58d470647304f59701b6005cb2baf32cf74c19df6 +SIZE (actor-framework-actor-framework-0.14.0_GH0.tar.gz) = 590271 Modified: head/devel/caf/pkg-plist ============================================================================== --- head/devel/caf/pkg-plist Thu Jul 9 08:04:32 2015 (r391621) +++ head/devel/caf/pkg-plist Thu Jul 9 08:54:25 2015 (r391622) @@ -2,6 +2,7 @@ include/caf/abstract_actor.hpp include/caf/abstract_channel.hpp include/caf/abstract_event_based_actor.hpp include/caf/abstract_group.hpp +include/caf/abstract_uniform_type_info.hpp include/caf/actor.hpp include/caf/actor_addr.hpp include/caf/actor_cast.hpp @@ -27,7 +28,6 @@ include/caf/config.hpp include/caf/continue_helper.hpp include/caf/default_attachable.hpp include/caf/deserializer.hpp -include/caf/detail/abstract_uniform_type_info.hpp include/caf/detail/actor_registry.hpp include/caf/detail/apply_args.hpp include/caf/detail/arg_match_t.hpp @@ -35,6 +35,8 @@ include/caf/detail/atom_val.hpp include/caf/detail/behavior_impl.hpp include/caf/detail/behavior_stack.hpp include/caf/detail/boxed.hpp +include/caf/detail/build_config.hpp +include/caf/detail/cas_weak.hpp include/caf/detail/comparable.hpp include/caf/detail/concatenated_tuple.hpp include/caf/detail/ctm.hpp @@ -46,18 +48,20 @@ include/caf/detail/double_ended_queue.hp include/caf/detail/embedded.hpp include/caf/detail/functor_attachable.hpp include/caf/detail/get_mac_addresses.hpp +include/caf/detail/get_process_id.hpp include/caf/detail/get_root_uuid.hpp include/caf/detail/group_manager.hpp include/caf/detail/ieee_754.hpp include/caf/detail/implicit_conversions.hpp +include/caf/detail/init_fun_factory.hpp include/caf/detail/int_list.hpp include/caf/detail/intrusive_partitioned_list.hpp include/caf/detail/left_or_right.hpp include/caf/detail/limited_vector.hpp include/caf/detail/logging.hpp +include/caf/detail/match_case_builder.hpp include/caf/detail/memory.hpp include/caf/detail/memory_cache_flag_type.hpp -include/caf/detail/message_case_builder.hpp include/caf/detail/message_data.hpp include/caf/detail/optional_message_visitor.hpp include/caf/detail/pair_storage.hpp @@ -65,12 +69,15 @@ include/caf/detail/pseudo_tuple.hpp include/caf/detail/purge_refs.hpp include/caf/detail/raw_access.hpp include/caf/detail/ripemd_160.hpp +include/caf/detail/run_program.hpp include/caf/detail/safe_equal.hpp include/caf/detail/scope_guard.hpp include/caf/detail/shared_spinlock.hpp include/caf/detail/single_reader_queue.hpp include/caf/detail/singleton_mixin.hpp include/caf/detail/singletons.hpp +include/caf/detail/spawn_fwd.hpp +include/caf/detail/split_join.hpp include/caf/detail/sync_request_bouncer.hpp include/caf/detail/tail_argument_token.hpp include/caf/detail/tbind.hpp @@ -92,6 +99,7 @@ include/caf/event_based_actor.hpp include/caf/exception.hpp include/caf/execution_unit.hpp include/caf/exit_reason.hpp +include/caf/experimental/stateful_actor.hpp include/caf/extend.hpp include/caf/forwarding_actor_proxy.hpp include/caf/from_string.hpp @@ -100,13 +108,14 @@ include/caf/group.hpp include/caf/illegal_message_element.hpp include/caf/intrusive_ptr.hpp include/caf/invoke_message_result.hpp +include/caf/io/abstract_broker.hpp include/caf/io/accept_handle.hpp include/caf/io/all.hpp -include/caf/io/asio_network.hpp include/caf/io/basp.hpp include/caf/io/basp_broker.hpp include/caf/io/broker.hpp include/caf/io/connection_handle.hpp +include/caf/io/experimental/typed_broker.hpp include/caf/io/fwd.hpp include/caf/io/handle.hpp include/caf/io/hook.hpp @@ -114,6 +123,8 @@ include/caf/io/max_msg_size.hpp include/caf/io/middleman.hpp include/caf/io/middleman_actor.hpp include/caf/io/network/acceptor_manager.hpp +include/caf/io/network/asio_multiplexer.hpp +include/caf/io/network/asio_multiplexer_impl.hpp include/caf/io/network/default_multiplexer.hpp include/caf/io/network/interfaces.hpp include/caf/io/network/manager.hpp @@ -127,6 +138,7 @@ include/caf/io/publish_local_groups.hpp include/caf/io/receive_policy.hpp include/caf/io/remote_actor.hpp include/caf/io/remote_group.hpp +include/caf/io/set_middleman.hpp include/caf/io/spawn_io.hpp include/caf/io/system_messages.hpp include/caf/io/unpublish.hpp @@ -143,7 +155,6 @@ include/caf/message_handler.hpp include/caf/message_id.hpp include/caf/message_priority.hpp include/caf/mixin/actor_widget.hpp -include/caf/mixin/functor_based.hpp include/caf/mixin/sync_sender.hpp include/caf/node_id.hpp include/caf/none.hpp @@ -162,6 +173,7 @@ include/caf/sb_actor.hpp include/caf/scheduler.hpp include/caf/scheduler/abstract_coordinator.hpp include/caf/scheduler/coordinator.hpp +include/caf/scheduler/detached_threads.hpp include/caf/scheduler/profiled_coordinator.hpp include/caf/scheduler/worker.hpp include/caf/scoped_actor.hpp @@ -177,6 +189,8 @@ include/caf/static_visitor.hpp include/caf/string_algorithms.hpp include/caf/string_serialization.hpp include/caf/system_messages.hpp +include/caf/test/unit_test.hpp +include/caf/test/unit_test_impl.hpp include/caf/timeout_definition.hpp include/caf/to_string.hpp include/caf/type_name_access.hpp @@ -189,12 +203,9 @@ include/caf/uniform_type_info.hpp include/caf/uniform_typeid.hpp include/caf/unit.hpp include/caf/variant.hpp -include/caf/wildcard_position.hpp lib/libcaf_core.so -lib/libcaf_core.so.0 -lib/libcaf_core.so.0.13.0 -%%STATIC%%lib/libcaf_core_static.a +lib/libcaf_core.so.%%PORTVERSION%% lib/libcaf_io.so -lib/libcaf_io.so.0 -lib/libcaf_io.so.0.13.0 +lib/libcaf_io.so.%%PORTVERSION%% +%%STATIC%%lib/libcaf_core_static.a %%STATIC%%lib/libcaf_io_static.a From owner-svn-ports-head@freebsd.org Thu Jul 9 09:13:30 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D784D996056; Thu, 9 Jul 2015 09:13:30 +0000 (UTC) (envelope-from fidaj@ukr.net) Received: from frv25.fwdcdn.com (frv25.fwdcdn.com [212.42.77.25]) by mx1.freebsd.org (Postfix) with ESMTP id 9636112E1; Thu, 9 Jul 2015 09:13:29 +0000 (UTC) (envelope-from fidaj@ukr.net) Received: from [10.10.14.27] (helo=frv158.fwdcdn.com) by frv25.fwdcdn.com QID:1ZD7YA-0008jI-3d/RC:4; Thu, 09 Jul 2015 11:51:22 +0300 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ukr.net; s=fsm; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=cMU25j8DsJ8sfurN21CmhTKFWdM58YEI+bS7FBzMKNk=; b=vWJWiAeY1/Srx12zckcELEoCF/4T2QXrSkQXTsXzoVoJPodNlWH0uVbtvpnzKu8CU7uOo3PcS2oPVhVsJMBhfJWBmj9oRPp9qYPDtJCzUf2ugQxv2xhnjwxZzES4g9Qo2zmo+qHF+0JQPEvaQGuc+FTHOAxCA005eODX3g36qFs=; Received: from [134.249.91.180] (helo=nonamehost.local) by frv158.fwdcdn.com with esmtpsa ID 1ZD7Y2-00063I-2F ; Thu, 09 Jul 2015 11:51:14 +0300 Date: Thu, 9 Jul 2015 11:51:12 +0300 From: Ivan Klymenko To: Koop Mast Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r391619 - in head: mail/thunderbird/files www/firefox-esr/files www/firefox/files www/libxul/files www/seamonkey/files Message-ID: <20150709115113.3ebb1cc2@nonamehost.local> In-Reply-To: <201507090709.t6979VsY058416@repo.freebsd.org> References: <201507090709.t6979VsY058416@repo.freebsd.org> X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.27; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Authentication-Result: IP=134.249.91.180; mail.from=fidaj@ukr.net; dkim=pass; header.d=ukr.net X-Ukrnet-Yellow: 0 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 09 Jul 2015 09:13:30 -0000 Thu, 9 Jul 2015 07:09:31 +0000 (UTC) Koop Mast =D0=BD=D0=B0=D0=BF=D0=B8=D1=81=D0=B0=D0=B2: > Author: kwm > Date: Thu Jul 9 07:09:30 2015 > New Revision: 391619 > URL: https://svnweb.freebsd.org/changeset/ports/391619 >=20 > Log: > Fix the build with FreeType 2.6. > =20 I have problems build libxul http://pastebin.com/G0Niz4Eh firefox http://pastebin.com/9R7eCfUb From owner-svn-ports-head@freebsd.org Thu Jul 9 09:39:53 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3B4049965D6; Thu, 9 Jul 2015 09:39:53 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 294AC143C; Thu, 9 Jul 2015 09:39:53 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t699dr2d035295; Thu, 9 Jul 2015 09:39:53 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t699dqEx035293; Thu, 9 Jul 2015 09:39:52 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201507090939.t699dqEx035293@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Thu, 9 Jul 2015 09:39:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391623 - in head/graphics/copperspice: . 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, 09 Jul 2015 09:39:53 -0000 Author: marino Date: Thu Jul 9 09:39:51 2015 New Revision: 391623 URL: https://svnweb.freebsd.org/changeset/ports/391623 Log: graphics/copperspice: Unbreak amd64 with altered Makefile.in patch I removed what appears to be a macos-only file from being built. I also cleared ccache before rebuilding in poudriere, which succeeded. Hopefully copperspice builds on cluster now (for F10+) Modified: head/graphics/copperspice/Makefile head/graphics/copperspice/files/patch-Makefile.in Modified: head/graphics/copperspice/Makefile ============================================================================== --- head/graphics/copperspice/Makefile Thu Jul 9 08:54:25 2015 (r391622) +++ head/graphics/copperspice/Makefile Thu Jul 9 09:39:51 2015 (r391623) @@ -40,8 +40,6 @@ PLIST_SUB= SHORT_VER=0 LONG_VER=0.0.0 MAKE_JOBS_UNSAFE= yes WITH_OPENSSL_PORT= yes -BROKEN_amd64= QBuffer::_q_emitSignals Unable to register method\ - pointer, verify signal/slot (qrc_macresources.cpp) BROKEN_FreeBSD_8= error: 'to_string' is not a member of 'std' BROKEN_FreeBSD_9= error: 'to_string' is not a member of 'std' BROKEN_i386= qx11embed_x11.cpp:470:20: non-constant-expression\ Modified: head/graphics/copperspice/files/patch-Makefile.in ============================================================================== --- head/graphics/copperspice/files/patch-Makefile.in Thu Jul 9 08:54:25 2015 (r391622) +++ head/graphics/copperspice/files/patch-Makefile.in Thu Jul 9 09:39:51 2015 (r391623) @@ -1,4 +1,4 @@ ---- Makefile.in.orig 2015-06-11 09:26:06 UTC +--- Makefile.in.orig 2015-07-05 11:31:09 UTC +++ Makefile.in @@ -200,10 +200,10 @@ DIST_COMMON = $(srcdir)/src/tools/uic/Ma @OSTYPE_WIN_TRUE@am__append_19 = -I$(top_srcdir)/mkspecs/win32-g++ @@ -324,15 +324,6 @@ am_lib_libCsCore1_la_OBJECTS = $(am__objects_1) \ src/corelib/animation/lib_libCsCore1_la-qabstractanimation.lo \ src/corelib/animation/lib_libCsCore1_la-qvariantanimation.lo \ -@@ -1676,7 +1665,7 @@ am__lib_libCsGui1_la_SOURCES_DIST = src/ - src/gui/widgets/qmacnativewidget_mac.mm \ - src/gui/widgets/qmainwindowlayout_mac.mm \ - src/gui/widgets/qmenu_mac.mm src/gui/widgets/qmenubar_x11.cpp --@OSTYPE_DARWIN_TRUE@am__objects_19 = src/gui/mac/lib_libCsGui1_la-qrc_macresources.lo -+@OSTYPE_FREEBSD_TRUE@am__objects_19 = src/gui/mac/lib_libCsGui1_la-qrc_macresources.lo - @OSTYPE_WIN_TRUE@am__objects_20 = src/gui/accessible/lib_libCsGui1_la-qaccessible_win.lo - @OSTYPE_LINUX_TRUE@am__objects_21 = src/gui/accessible/lib_libCsGui1_la-qaccessible_unix.lo \ - @OSTYPE_LINUX_TRUE@ src/gui/accessible/lib_libCsGui1_la-qaccessiblebridge.lo @@ -1813,8 +1802,6 @@ am__objects_31 = @OSTYPE_WIN_TRUE@ src/gui/styles/lib_libCsGui1_la-qwindowsvistastyle.lo @X11_TRUE@am__objects_45 = \ @@ -413,7 +404,7 @@ @BUILD_MYSQL_PLUGIN_TRUE@lib_qsqlmysql4_la_DEPENDENCIES = \ @BUILD_MYSQL_PLUGIN_TRUE@ lib/libCsCore1.la lib/libCsSql1.la am__lib_qsqlmysql4_la_SOURCES_DIST = \ -@@ -7689,39 +7651,12 @@ PHONON_HEADERS_INSTALLED = \ +@@ -7697,39 +7659,12 @@ PHONON_HEADERS_INSTALLED = \ @OSTYPE_LINUX_TRUE@lib_phonon_gstreamer_la_LDFLAGS = $(AM_LDFLAGS) -avoid-version -no-undefined -module $(GSTREAMER_LIBS) $(GSTREAMER_AUDIO_LIBS) @OSTYPE_LINUX_TRUE@lib_phonon_gstreamer_la_LIBADD = lib/libCsCore1.la lib/libCsGui1.la lib/libCsPhonon1.la @@ -458,7 +449,7 @@ lib_libCsScript1_la_SOURCES = src/script/api/qscriptclass.cpp \ src/script/api/qscriptclasspropertyiterator.cpp \ src/script/api/qscriptcontext.cpp \ -@@ -9649,7 +9584,7 @@ src/corelib/thread/lib_libCsCore1_la-qth +@@ -9661,7 +9596,7 @@ src/corelib/thread/lib_libCsCore1_la-qth src/corelib/thread/lib_libCsCore1_la-qwaitcondition_unix.lo: \ src/corelib/thread/$(am__dirstamp) \ src/corelib/thread/$(DEPDIR)/$(am__dirstamp) @@ -467,7 +458,7 @@ src/corelib/thread/$(am__dirstamp) \ src/corelib/thread/$(DEPDIR)/$(am__dirstamp) src/corelib/tools/$(am__dirstamp): -@@ -15163,7 +15098,7 @@ distclean-compile: +@@ -15175,7 +15110,7 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@src/corelib/thread/$(DEPDIR)/lib_libCsCore1_la-qatomic.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/corelib/thread/$(DEPDIR)/lib_libCsCore1_la-qmutex.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/corelib/thread/$(DEPDIR)/lib_libCsCore1_la-qmutex_linux.Plo@am__quote@ @@ -476,7 +467,7 @@ @AMDEP_TRUE@@am__include@ @am__quote@src/corelib/thread/$(DEPDIR)/lib_libCsCore1_la-qmutex_win.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/corelib/thread/$(DEPDIR)/lib_libCsCore1_la-qmutexpool.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/corelib/thread/$(DEPDIR)/lib_libCsCore1_la-qreadwritelock.Plo@am__quote@ -@@ -18361,12 +18296,12 @@ src/corelib/thread/lib_libCsCore1_la-qwa +@@ -18373,12 +18308,12 @@ src/corelib/thread/lib_libCsCore1_la-qwa @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libCsCore1_la_CXXFLAGS) $(CXXFLAGS) -c -o src/corelib/thread/lib_libCsCore1_la-qwaitcondition_unix.lo `test -f 'src/corelib/thread/qwaitcondition_unix.cpp' || echo '$(srcdir)/'`src/corelib/thread/qwaitcondition_unix.cpp @@ -494,7 +485,7 @@ src/corelib/tools/lib_libCsCore1_la-qarraydata.lo: src/corelib/tools/qarraydata.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libCsCore1_la_CXXFLAGS) $(CXXFLAGS) -MT src/corelib/tools/lib_libCsCore1_la-qarraydata.lo -MD -MP -MF src/corelib/tools/$(DEPDIR)/lib_libCsCore1_la-qarraydata.Tpo -c -o src/corelib/tools/lib_libCsCore1_la-qarraydata.lo `test -f 'src/corelib/tools/qarraydata.cpp' || echo '$(srcdir)/'`src/corelib/tools/qarraydata.cpp -@@ -28974,7 +28909,7 @@ clean-cs: +@@ -28994,7 +28929,7 @@ clean-cs: install-data-hook: webkit-headers mkdir -p $(includedir) From owner-svn-ports-head@freebsd.org Thu Jul 9 09:43:24 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 284AE996795; Thu, 9 Jul 2015 09:43:24 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F38F81949; Thu, 9 Jul 2015 09:43:23 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t699hNaU039426; Thu, 9 Jul 2015 09:43:23 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t699hNxC039423; Thu, 9 Jul 2015 09:43:23 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507090943.t699hNxC039423@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 9 Jul 2015 09:43:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391624 - in head/lang: erlang-runtime15 erlang-runtime16 erlang-runtime17 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 09 Jul 2015 09:43:24 -0000 Author: olgeni Date: Thu Jul 9 09:43:22 2015 New Revision: 391624 URL: https://svnweb.freebsd.org/changeset/ports/391624 Log: Reduce diff with R18 ports: - Exclude HIPE with OPTIONS_EXCLUDE_DragonFly Modified: head/lang/erlang-runtime15/Makefile head/lang/erlang-runtime16/Makefile head/lang/erlang-runtime17/Makefile Modified: head/lang/erlang-runtime15/Makefile ============================================================================== --- head/lang/erlang-runtime15/Makefile Thu Jul 9 09:39:51 2015 (r391623) +++ head/lang/erlang-runtime15/Makefile Thu Jul 9 09:43:22 2015 (r391624) @@ -39,7 +39,7 @@ SMP_DESC= Enable SMP support WX_DESC= Enable WX application OPTIONS_DEFAULT=KQUEUE OPENSSL SCTP SMP THREADS -OPTIONS_EXCLUDE_DragonFly= SCTP +OPTIONS_EXCLUDE_DragonFly= HIPE SCTP ERL_RELEASE= R${PORTVERSION:S/.//g:tu:S/1$/-1/} Modified: head/lang/erlang-runtime16/Makefile ============================================================================== --- head/lang/erlang-runtime16/Makefile Thu Jul 9 09:39:51 2015 (r391623) +++ head/lang/erlang-runtime16/Makefile Thu Jul 9 09:43:22 2015 (r391624) @@ -39,7 +39,7 @@ SMP_DESC= Enable SMP support WX_DESC= Enable WX application OPTIONS_DEFAULT=KQUEUE OPENSSL SCTP SMP THREADS -OPTIONS_EXCLUDE_DragonFly= SCTP +OPTIONS_EXCLUDE_DragonFly= HIPE SCTP ERL_RELEASE= R${PORTVERSION:S/.//g:tu:S/1$/-1/} Modified: head/lang/erlang-runtime17/Makefile ============================================================================== --- head/lang/erlang-runtime17/Makefile Thu Jul 9 09:39:51 2015 (r391623) +++ head/lang/erlang-runtime17/Makefile Thu Jul 9 09:43:22 2015 (r391624) @@ -45,7 +45,7 @@ SMP_DESC= Enable SMP support WX_DESC= Enable WX application OPTIONS_DEFAULT=KQUEUE OPENSSL SCTP SMP THREADS -OPTIONS_EXCLUDE_DragonFly= SCTP +OPTIONS_EXCLUDE_DragonFly= HIPE SCTP ERL_RELEASE= 17.5 From owner-svn-ports-head@freebsd.org Thu Jul 9 09:44:34 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B73289967EA; Thu, 9 Jul 2015 09:44:34 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9ABFD1A35; Thu, 9 Jul 2015 09:44:34 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t699iYWQ039716; Thu, 9 Jul 2015 09:44:34 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t699iYD6039710; Thu, 9 Jul 2015 09:44:34 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201507090944.t699iYD6039710@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Thu, 9 Jul 2015 09:44:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391625 - head/www/moodle28 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 09 Jul 2015 09:44:34 -0000 Author: wen Date: Thu Jul 9 09:44:33 2015 New Revision: 391625 URL: https://svnweb.freebsd.org/changeset/ports/391625 Log: - Update to 2.8.7 - Update options - Add missing php module - Fix file permissions - Adjust CONFLICTS Modified: head/www/moodle28/Makefile head/www/moodle28/distinfo Modified: head/www/moodle28/Makefile ============================================================================== --- head/www/moodle28/Makefile Thu Jul 9 09:43:22 2015 (r391624) +++ head/www/moodle28/Makefile Thu Jul 9 09:44:33 2015 (r391625) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= moodle -PORTVERSION= 2.8.6 +PORTVERSION= 2.8.7 CATEGORIES= www MASTER_SITES= SF/moodle/Moodle/stable28/ PKGNAMESUFFIX= ${PKGORIGIN:T:S/moodle//} @@ -15,17 +15,18 @@ LICENSE= GPLv3 BUILD_DEPENDS= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/intl.so:${PORTSDIR}/devel/pecl-intl RUN_DEPENDS= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/intl.so:${PORTSDIR}/devel/pecl-intl -CONFLICTS= moodle27-2.7.[0-9]* moodle29-2.9 +CONFLICTS= moodle27-2.7.[0-9]* moodle29-2.9.[0-9]* USES= tar:tgz USE_PHP= session gd pcre mbstring iconv tokenizer curl xml xmlrpc ctype \ - soap openssl simplexml spl dom json zip zlib hash + soap openssl simplexml spl dom json zip zlib hash opcache WRKSRC= ${WRKDIR}/moodle -OPTIONS_DEFINE= MYSQL PGSQL MSSQL LDAP MIMETEX -OPTIONS_DEFAULT=MYSQL -MSSQL_DESC= MS SQL Server support -MIMETEX_DESC= mimeTeX filter functionality support +OPTIONS_SINGLE= BACKEND +OPTIONS_SINGLE_BACKEND= MYSQL PGSQL MSSQL +OPTIONS_DEFINE= LDAP MIMETEX +OPTIONS_DEFAULT= MYSQL +MIMETEX_DESC= mimeTeX filter functionality support .include @@ -59,11 +60,12 @@ MOODLEDIR?= www/moodle MOODLEDATADIR?= moodledata pre-install: + @${FIND} -s -d ${WRKSRC} -type f | ${SED} "s?${WRKSRC}?${MOODLEDIR}?g" >>${PLIST} + @${FIND} -s -d ${WRKSRC} -type d | ${SED} "s?${WRKSRC}?@dir ${MOODLEDIR}?g" >> ${PLIST} + @${ECHO_CMD} "@owner ${WWWOWN}" >> ${PLIST} @${ECHO_CMD} "@group ${WWWGRP}" >> ${PLIST} @${ECHO_CMD} "@mode 755" >> ${PLIST} - @${FIND} -s -d ${WRKSRC} -type f | ${SED} "s?${WRKSRC}?${MOODLEDIR}?g" >>${PLIST} - @${FIND} -s -d ${WRKSRC} -type d | ${SED} "s?${WRKSRC}?@dir ${MOODLEDIR}?g" >> ${PLIST} @${ECHO} @dir ${MOODLEDATADIR} >> ${PLIST} @${ECHO_CMD} "@mode" >> ${PLIST} @${ECHO_CMD} "@group" >> ${PLIST} Modified: head/www/moodle28/distinfo ============================================================================== --- head/www/moodle28/distinfo Thu Jul 9 09:43:22 2015 (r391624) +++ head/www/moodle28/distinfo Thu Jul 9 09:44:33 2015 (r391625) @@ -1,2 +1,2 @@ -SHA256 (moodle-2.8.6.tgz) = 54287a4417db6885ff7e327d61b167f298a5a4663130def0fbbb9186f4815eb7 -SIZE (moodle-2.8.6.tgz) = 35833782 +SHA256 (moodle-2.8.7.tgz) = cd4cf38bb329cad3575d32e6692c9cdba97b25d7b09d2aaf0b20aa5fac2878f4 +SIZE (moodle-2.8.7.tgz) = 35867384 From owner-svn-ports-head@freebsd.org Thu Jul 9 09:44:52 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DD584996813; Thu, 9 Jul 2015 09:44:52 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C99121B16; Thu, 9 Jul 2015 09:44:52 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t699iqdj039851; Thu, 9 Jul 2015 09:44:52 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t699iqBR039850; Thu, 9 Jul 2015 09:44:52 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201507090944.t699iqBR039850@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 9 Jul 2015 09:44:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391626 - head/games/warzone2100 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 09 Jul 2015 09:44:53 -0000 Author: amdmi3 Date: Thu Jul 9 09:44:51 2015 New Revision: 391626 URL: https://svnweb.freebsd.org/changeset/ports/391626 Log: - Remove unncecessary full path to binary from *_DEPENDS Modified: head/games/warzone2100/Makefile Modified: head/games/warzone2100/Makefile ============================================================================== --- head/games/warzone2100/Makefile Thu Jul 9 09:44:33 2015 (r391625) +++ head/games/warzone2100/Makefile Thu Jul 9 09:44:51 2015 (r391626) @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ unzip:${PORTSDIR}/archivers/unzip \ - ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex + flex:${PORTSDIR}/textproc/flex LIB_DEPENDS= libphysfs.so:${PORTSDIR}/devel/physfs \ libpng.so:${PORTSDIR}/graphics/png \ libvorbis.so:${PORTSDIR}/audio/libvorbis \ From owner-svn-ports-head@freebsd.org Thu Jul 9 09:51:11 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2818099697B; Thu, 9 Jul 2015 09:51:11 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 126801EC0; Thu, 9 Jul 2015 09:51:11 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t699pBWR043270; Thu, 9 Jul 2015 09:51:11 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t699p9dS043264; Thu, 9 Jul 2015 09:51:09 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201507090951.t699p9dS043264@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Thu, 9 Jul 2015 09:51:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391627 - in head/net/citrix_ica: . 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, 09 Jul 2015 09:51:11 -0000 Author: ehaupt Date: Thu Jul 9 09:51:08 2015 New Revision: 391627 URL: https://svnweb.freebsd.org/changeset/ports/391627 Log: Update to 13.2.0 Added: head/net/citrix_ica/files/patch-linuxx86_hinst (contents, props changed) Deleted: head/net/citrix_ica/files/patch-linuxx86__hinst Modified: head/net/citrix_ica/Makefile head/net/citrix_ica/distinfo head/net/citrix_ica/files/patch-setupwfc head/net/citrix_ica/pkg-plist Modified: head/net/citrix_ica/Makefile ============================================================================== --- head/net/citrix_ica/Makefile Thu Jul 9 09:44:51 2015 (r391626) +++ head/net/citrix_ica/Makefile Thu Jul 9 09:51:08 2015 (r391627) @@ -2,17 +2,17 @@ # $FreeBSD$ PORTNAME= citrix_ica -PORTVERSION= 12.1 -PORTREVISION= 3 +PORTVERSION= 13.2.0 CATEGORIES= net comms linux MASTER_SITES= # -DISTNAME= linuxx86_12.1.0.203066 +DISTNAME= linuxx86-13.2.0.322243 MAINTAINER= ports@FreeBSD.org COMMENT= Citrix(R) Presentation Server(TM) client ONLY_FOR_ARCHS= i386 amd64 USES= webplugin:linux +WEBPLUGIN_DIR= ${PREFIX}/ICAClient WEBPLUGIN_FILES= npica.so USE_LINUX= yes USE_LINUX_APPS= alsalib gtk2 openmotif @@ -37,7 +37,7 @@ SUB_LIST= CDIR=${CDIR} .include .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) -IGNORE=May not be redistributed due to licensing. Please visit http://www.citrix.com/downloads/citrix-receiver/receivers-by-platform/receiver-for-linux-121.html to accept their license and download ${DISTFILES} into ${DISTDIR} +IGNORE=May not be redistributed due to licensing. Please visit http://www.citrix.com/downloads/citrix-receiver/linux/receiver-for-linux-13-2.html accept their license and download ${DISTFILES} into ${DISTDIR} .endif pre-fetch: Modified: head/net/citrix_ica/distinfo ============================================================================== --- head/net/citrix_ica/distinfo Thu Jul 9 09:44:51 2015 (r391626) +++ head/net/citrix_ica/distinfo Thu Jul 9 09:51:08 2015 (r391627) @@ -1,2 +1,2 @@ -SHA256 (linuxx86_12.1.0.203066.tar.gz) = d4206ab0251a5f722d5c92117e038b2adf63bc33045e17f2831b23af00d4f9f3 -SIZE (linuxx86_12.1.0.203066.tar.gz) = 3652203 +SHA256 (linuxx86-13.2.0.322243.tar.gz) = 56962081f31b6f30c3f0aedd76d92310881a4f62bee85e5d3c40eb72e262fd9b +SIZE (linuxx86-13.2.0.322243.tar.gz) = 15893875 Added: head/net/citrix_ica/files/patch-linuxx86_hinst ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/citrix_ica/files/patch-linuxx86_hinst Thu Jul 9 09:51:08 2015 (r391627) @@ -0,0 +1,174 @@ +--- linuxx86/hinst.orig 2015-06-26 11:30:10 UTC ++++ linuxx86/hinst +@@ -1,4 +1,7 @@ + #!/bin/sh ++ ++#set -x ++ + ############################################################################### + # + # Name: util_tr.sh +@@ -105,7 +108,7 @@ then + fi + + # Install in here by default. +-DefaultInstallDir=/opt/Citrix/ICAClient ++DefaultInstallDir=%%PREFIX%%/ICAClient + + # Default CDROM mount point + DefaultCDSourceDir=/cdrom +@@ -1460,7 +1463,7 @@ REQUIRE_LICENSE= + set_require_ICA_license() + { + REQUIRE_LICENSE= +- if [ ! -f /etc/icalicense/clientlicense ] ++ if [ ! -f %%PREFIX%%/etc/icalicense/clientlicense ] + then + TRY1=`"$ECHO_CMD" -l` + sleep 1 +@@ -1483,14 +1486,14 @@ set_license() + # a license file. + + if [ -n "$SU_INSTALL" ] ; then +- create_dir /etc/icalicense ++ create_dir %%PREFIX%%/etc/icalicense + +- if [ ! -f /etc/icalicense/clientlicense ] ++ if [ ! -f %%PREFIX%%/etc/icalicense/clientlicense ] + then +- "$ECHO_CMD" -l >/etc/icalicense/clientlicense ++ "$ECHO_CMD" -l > %%PREFIX%%/etc/icalicense/clientlicense + fi +- chmod 444 /etc/icalicense/clientlicense +- chmod 555 /etc/icalicense ++ chmod 444 %%PREFIX%%/etc/icalicense/clientlicense ++ chmod 555 %%PREFIX%%/etc/icalicense + fi + } + ############################################################################### +@@ -1533,7 +1536,7 @@ install_ICA_client() + + echo_no_nl "$instica4" + +- getyesno $INSTALLER_NO ++ ANSWER=${INSTALLER_YES} + if [ "$ANSWER" != "$INSTALLER_YES" ] + then + "$ECHO_CMD" $instica5 +@@ -1557,9 +1560,8 @@ install_ICA_client() + + if [ "$PORT" != "uclibc" ] + then +- integrate_ICA_client ++ : + fi +- install_usb "$CDSourceDir" "$ICAInstDir" + else + COR_SELECTED=false + fi +@@ -1774,7 +1776,7 @@ setCDSourceDir() + while [ "$got_directory" = "false" ] + do + echo_no_nl "$dirutil1a $ICAInstDir] $dirutil1b" +- read newCDSourceDir ++ newCDSOurceDir=${DefaultInstallDir} + if [ "x$newCDSourceDir" != "x" ] + then + CDSourceDir="$newCDSourceDir" +@@ -1846,7 +1848,7 @@ setICAInstDir() + while [ "$got_directory" = "false" ] + do + echo_no_nl "$dirutil4a $ICAInstDir] $dirutil4b" +- read newICAInstDir ++ newICAInstDir=${DefaultInstallDir} + if [ "`echo x$newICAInstDir | tolower`" = "x$INSTALLER_QUIT" ] + then + FAIL_MSG=$dirutil13 +@@ -2436,7 +2438,7 @@ install_packages(){ + then + : + else +- /bin/false ++ /usr/bin/false + return + fi + +@@ -2510,7 +2512,7 @@ install_packages(){ + fi + fi + +- /bin/true ++ /usr/bin/true + } + + #!/bin/sh +@@ -2651,26 +2653,18 @@ esac + + netscape_integrate() + { +- user_echo $integrate_netscape1 + if test -z "$SU_INSTALL" + then + set_npui_variables + found_netscape + else + search_ok=0 +- EXTRA_BROWSERS=`find_browsers` +- +- if test -d "/usr/lib/netscape"\ +- || test -d "/usr/local/netscape"\ +- || test -d "/opt/netscape"\ +- || test -d "/usr/local/lib/netscape"\ +- || test -d "/usr/dt/appconfig/netscape"\ +- || test "$MOZILLA_HOME" != "" -a -d "$MOZILLA_HOME"\ +- || test "$EXTRA_BROWSERS" != "" +- then ++ case ${FOUND_NS} in ++ TRUE) + user_echo $integrate_netscape3 + found_netscape +- else ++ ;; ++ *) + user_prompt "$integrate_netscape2" + getyesno $INSTALLER_NO + if [ "$ANSWER" = "$INSTALLER_YES" ] +@@ -2679,7 +2673,8 @@ netscape_integrate() + else + user_echo $integrate_netscape6 + fi +- fi ++ ;; ++ esac + fi + + # Create utility script files in install root. +@@ -4403,8 +4398,8 @@ main_install_menu(){ + "$ECHO_CMD" $menus5 + return 0 + fi +- while true +- do ++ #while true ++ #do + # + # Get the Function the user wants to perform + # +@@ -4418,7 +4413,7 @@ main_install_menu(){ + fi + echo_no_nl "$menus2 1-$menuItems [$keyDefault]: " + +- read keynum ++ keynum=1 + + if test "x$keynum" = "x" + then +@@ -4483,7 +4478,7 @@ main_install_menu(){ + # After any action make exit the default + keyDefault=3 + fi +- done ++ #done + } + + Modified: head/net/citrix_ica/files/patch-setupwfc ============================================================================== --- head/net/citrix_ica/files/patch-setupwfc Thu Jul 9 09:44:51 2015 (r391626) +++ head/net/citrix_ica/files/patch-setupwfc Thu Jul 9 09:51:08 2015 (r391627) @@ -1,11 +1,15 @@ ---- setupwfc.orig Fri Apr 8 13:52:46 2005 -+++ setupwfc Mon Jan 22 10:10:48 2007 -@@ -396,7 +396,7 @@ - *BSD) - # Assume Free/Net/Open BSD on an X86 with Linux emulation. - -- if uname -m | grep 86 2>&1 >/dev/null ; then -+ if uname -m | grep "i[3456]86\|amd64" 2>&1 >/dev/null ; then - PLATFORM=linuxx86 - DISP_PLATFORM="Linux (x86)" - echo +--- setupwfc.orig 2015-06-26 11:30:02 UTC ++++ setupwfc +@@ -526,6 +526,12 @@ get_OS(){ + PLATFORM=hp + DISP_PLATFORM="Hewlett-Packard (HP-UX)" + ;; ++ *BSD) ++ if uname -m | grep "i[3456]86\|amd64" 2>&1 >/dev/null ; then ++ PLATFORM=linuxx86 ++ DISP_PLATFORM="Linux (x86)" ++ fi ++ ;; + Linux) + # We use uname -m to report processor type. If we + # see 64 we assume a 64 bit Intel processor, if we see Modified: head/net/citrix_ica/pkg-plist ============================================================================== --- head/net/citrix_ica/pkg-plist Thu Jul 9 09:44:51 2015 (r391626) +++ head/net/citrix_ica/pkg-plist Thu Jul 9 09:51:08 2015 (r391627) @@ -1,193 +1,504 @@ -ICAClient/ADPCM.DLL -ICAClient/CHARICONV.DLL -ICAClient/FlashContainer.bin -ICAClient/NDS.DLL -ICAClient/PDCRYPT1.DLL -ICAClient/PDCRYPT2.DLL -ICAClient/SPEEX.DLL -ICAClient/VDFLASH2.DLL -ICAClient/VDHSSPI.DLL -ICAClient/VDMM.DLL -ICAClient/VDMSSPI.DLL -ICAClient/VDSCARD.DLL -ICAClient/VORBIS.DLL -ICAClient/config/All_Regions.ini -ICAClient/config/MediaStreamingConfig.tbl -ICAClient/config/Trusted_Region.ini -ICAClient/config/Unknown_Region.ini -ICAClient/config/Untrusted_Region.ini -ICAClient/config/canonicalization.ini -ICAClient/config/plugin.ini -ICAClient/config/regions.ini -ICAClient/config/usertemplate/All_Regions.ini -ICAClient/config/usertemplate/Trusted_Region.ini -ICAClient/config/usertemplate/Unknown_Region.ini -ICAClient/config/usertemplate/Untrusted_Region.ini -ICAClient/gtk/glade/authdialogbox.glade -ICAClient/gtk/glade/connect.glade -ICAClient/gtk/glade/dialog.glade -ICAClient/gtk/glade/flashdialogbox.glade -ICAClient/gtk/glade/flashdialogbox1.glade -ICAClient/gtk/glade/main.glade -ICAClient/gtk/glade/proxy.glade -ICAClient/gtk/glade/zlc.glade -ICAClient/gtk/resource.gtkrc -ICAClient/icons/alert.png -ICAClient/icons/background.png -ICAClient/icons/disconnect.png -ICAClient/icons/error.png -ICAClient/icons/flash.png -ICAClient/icons/info.png -ICAClient/icons/manager.png -ICAClient/icons/receiver.png -ICAClient/icons/security.png -ICAClient/icons/security_small.png -ICAClient/icons/session.xpm -ICAClient/keyboard/age2.kbd -ICAClient/keyboard/agex2.kbd -ICAClient/keyboard/automatic.kbd -ICAClient/keyboard/dcint401.kbd -ICAClient/keyboard/dcintpcx.kbd -ICAClient/keyboard/dcus401.kbd -ICAClient/keyboard/dcuspcx.kbd -ICAClient/keyboard/dec401.kbd -ICAClient/keyboard/dec401uk.kbd -ICAClient/keyboard/decpcx.kbd -ICAClient/keyboard/decpcxuk.kbd -ICAClient/keyboard/dg.kbd -ICAClient/keyboard/dgfr.kbd -ICAClient/keyboard/dggr.kbd -ICAClient/keyboard/dguk.kbd -ICAClient/keyboard/dgus.kbd -ICAClient/keyboard/hp101.kbd -ICAClient/keyboard/hpfritf.kbd -ICAClient/keyboard/hpgritf.kbd -ICAClient/keyboard/hpint101.kbd -ICAClient/keyboard/hpintps2.kbd -ICAClient/keyboard/hpitf.kbd -ICAClient/keyboard/hpps2.kbd -ICAClient/keyboard/hpuk101.kbd -ICAClient/keyboard/hpukitf.kbd -ICAClient/keyboard/hpukps2.kbd -ICAClient/keyboard/hpus101.kbd -ICAClient/keyboard/hpusitf.kbd -ICAClient/keyboard/hpusps2.kbd -ICAClient/keyboard/ibm.kbd -ICAClient/keyboard/keyboard.ini -ICAClient/keyboard/linux-ja.kbd -ICAClient/keyboard/linux.kbd -ICAClient/keyboard/mac101.kbd -ICAClient/keyboard/ncdn-101.kbd -ICAClient/keyboard/ncdn-102.kbd -ICAClient/keyboard/netbsd.kbd -ICAClient/keyboard/scoos5.kbd -ICAClient/keyboard/scouw2.kbd -ICAClient/keyboard/sg.kbd -ICAClient/keyboard/sgindy.kbd -ICAClient/keyboard/sgindyfr.kbd -ICAClient/keyboard/sgindygr.kbd -ICAClient/keyboard/sgindyuk.kbd -ICAClient/keyboard/sgindyus.kbd -ICAClient/keyboard/sngr.kbd -ICAClient/keyboard/sparc3.kbd -ICAClient/keyboard/sparc4.kbd -ICAClient/keyboard/sparc5.kbd -ICAClient/keyboard/sparc6usb.kbd -ICAClient/keyboard/sparcfr4.kbd -ICAClient/keyboard/sparcfr5.kbd -ICAClient/keyboard/sparcgr4.kbd -ICAClient/keyboard/sparcgr5.kbd -ICAClient/keyboard/sparcuk4.kbd -ICAClient/keyboard/sparcuk5.kbd -ICAClient/keyboard/sparcus3.kbd -ICAClient/keyboard/sparcus4.kbd -ICAClient/keyboard/sparcus5.kbd -ICAClient/keyboard/trimodal.kbd -ICAClient/keystore/cacerts/BTCTRoot.crt -ICAClient/keystore/cacerts/Class3PCA_G2_v2.crt -ICAClient/keystore/cacerts/Class4PCA_G2_v2.crt -ICAClient/keystore/cacerts/GTECTGlobalRoot.crt -ICAClient/keystore/cacerts/Pcs3ss_v4.crt -ICAClient/lib/libavcodec.so -ICAClient/lib/libavformat.so -ICAClient/lib/libavutil.so -ICAClient/lib/libkcph.so -ICAClient/lib/libkcpm.so -ICAClient/lib/libswscale.so -ICAClient/libctxssl.so -ICAClient/libproxy.so -ICAClient/nls/de/LC_MESSAGES/flash.mo -ICAClient/nls/de/LC_MESSAGES/icaclient.mo -ICAClient/nls/de/Npica.ad -ICAClient/nls/de/UTF-8/Wfcmgr -ICAClient/nls/de/UTF-8/XCapture.ad -ICAClient/nls/de/UTF-8/eula.txt -ICAClient/nls/de/UTF-8/pna.nls -ICAClient/nls/de/Wfcmgr -ICAClient/nls/de/XCapture.ad -ICAClient/nls/de/appsrv.ini -ICAClient/nls/de/eula.txt -ICAClient/nls/de/index.htm -ICAClient/nls/de/module.ini -ICAClient/nls/de/pna.nls -ICAClient/nls/de/wfclient.ini -ICAClient/nls/en/LC_MESSAGES/icaclient.mo -ICAClient/nls/en/Npica.ad -ICAClient/nls/en/UTF-8/Wfcmgr -ICAClient/nls/en/UTF-8/XCapture.ad -ICAClient/nls/en/UTF-8/eula.txt -ICAClient/nls/en/UTF-8/pna.nls -ICAClient/nls/en/Wfcmgr -ICAClient/nls/en/XCapture.ad -ICAClient/nls/en/appsrv.ini -ICAClient/nls/en/eula.txt -ICAClient/nls/en/index.htm -ICAClient/nls/en/module.ini -ICAClient/nls/en/pna.nls -ICAClient/nls/en/wfclient.ini -ICAClient/nls/ja/LC_MESSAGES/flash.mo -ICAClient/nls/ja/LC_MESSAGES/icaclient.mo -ICAClient/nls/ja/Npica.ad -ICAClient/nls/ja/UTF-8/Wfcmgr -ICAClient/nls/ja/UTF-8/XCapture.ad -ICAClient/nls/ja/UTF-8/eula.txt -ICAClient/nls/ja/UTF-8/pna.nls -ICAClient/nls/ja/Wfcmgr -ICAClient/nls/ja/XCapture.ad -ICAClient/nls/ja/appsrv.ini -ICAClient/nls/ja/eula.txt -ICAClient/nls/ja/index.htm -ICAClient/nls/ja/module.ini -ICAClient/nls/ja/pna.nls -ICAClient/nls/ja/wfclient.ini -ICAClient/npica.so -ICAClient/setupwfc -ICAClient/usb/VDGUSB.DLL -ICAClient/usb/ctx_usb_isactive -ICAClient/usb/ctxusb -ICAClient/usb/ctxusbd -ICAClient/usb/ctxusbd.rc -ICAClient/usb/ica-usb.rules -ICAClient/usb/usb.conf -ICAClient/util/DeleteCompleteFlashCache.sh -ICAClient/util/echo_cmd -ICAClient/util/gst_play.32 -ICAClient/util/gst_play.64 -ICAClient/util/gst_read.32 -ICAClient/util/gst_read.64 -ICAClient/util/hdxcheck.sh -ICAClient/util/hinst -ICAClient/util/icalicense.sh -ICAClient/util/libgstflatstm.32.so -ICAClient/util/libgstflatstm.64.so -ICAClient/util/nslaunch -ICAClient/util/pac.js -ICAClient/util/pacexec -ICAClient/util/pnabrowse -ICAClient/util/sunraymac.sh -ICAClient/util/what -ICAClient/util/xcapture -ICAClient/wfcmgr -ICAClient/wfica +%%WEBPLUGIN_DIR%%/ADPCM.DLL +%%WEBPLUGIN_DIR%%/AUDALSA.DLL +%%WEBPLUGIN_DIR%%/AUDOSS.DLL +%%WEBPLUGIN_DIR%%/AuthManagerDaemon +%%WEBPLUGIN_DIR%%/CHARICONV.DLL +%%WEBPLUGIN_DIR%%/FlashContainer.bin +%%WEBPLUGIN_DIR%%/PDCRYPT1.DLL +%%WEBPLUGIN_DIR%%/PDCRYPT2.DLL +%%WEBPLUGIN_DIR%%/PrimaryAuthManager +%%WEBPLUGIN_DIR%%/SPEEX.DLL +%%WEBPLUGIN_DIR%%/ServiceRecord +%%WEBPLUGIN_DIR%%/VDCAM.DLL +%%WEBPLUGIN_DIR%%/VDFLASH2.DLL +%%WEBPLUGIN_DIR%%/VDGSTCAM.DLL +%%WEBPLUGIN_DIR%%/VDHSSPI.DLL +%%WEBPLUGIN_DIR%%/VDMM.DLL +%%WEBPLUGIN_DIR%%/VDMSSPI.DLL +%%WEBPLUGIN_DIR%%/VDSCARD.DLL +%%WEBPLUGIN_DIR%%/VORBIS.DLL +%%WEBPLUGIN_DIR%%/config/.server +%%WEBPLUGIN_DIR%%/config/All_Regions.ini +%%WEBPLUGIN_DIR%%/config/AuthManConfig.xml +%%WEBPLUGIN_DIR%%/config/MediaStreamingConfig.tbl +%%WEBPLUGIN_DIR%%/config/StoreCache.ctx-template +%%WEBPLUGIN_DIR%%/config/Trusted_Region.ini +%%WEBPLUGIN_DIR%%/config/Unknown_Region.ini +%%WEBPLUGIN_DIR%%/config/Untrusted_Region.ini +%%WEBPLUGIN_DIR%%/config/appsrv.ini +%%WEBPLUGIN_DIR%%/config/canonicalization.ini +%%WEBPLUGIN_DIR%%/config/gstpresets/GstX264Enc.prs +%%WEBPLUGIN_DIR%%/config/module.ini +%%WEBPLUGIN_DIR%%/config/plugin.ini +%%WEBPLUGIN_DIR%%/config/regions.ini +%%WEBPLUGIN_DIR%%/config/usertemplate/All_Regions.ini +%%WEBPLUGIN_DIR%%/config/usertemplate/Trusted_Region.ini +%%WEBPLUGIN_DIR%%/config/usertemplate/Unknown_Region.ini +%%WEBPLUGIN_DIR%%/config/usertemplate/Untrusted_Region.ini +%%WEBPLUGIN_DIR%%/config/wfclient.ini +%%WEBPLUGIN_DIR%%/desktop/Citrix-mime_types.xml +%%WEBPLUGIN_DIR%%/eula.txt +%%WEBPLUGIN_DIR%%/gtk/glade/about.glade +%%WEBPLUGIN_DIR%%/gtk/glade/aboutAdditional.glade +%%WEBPLUGIN_DIR%%/gtk/glade/authdialogbox.glade +%%WEBPLUGIN_DIR%%/gtk/glade/configmgr.glade +%%WEBPLUGIN_DIR%%/gtk/glade/conncenter.glade +%%WEBPLUGIN_DIR%%/gtk/glade/connect.glade +%%WEBPLUGIN_DIR%%/gtk/glade/dialog.glade +%%WEBPLUGIN_DIR%%/gtk/glade/flashdialogbox.glade +%%WEBPLUGIN_DIR%%/gtk/glade/flashdialogbox1.glade +%%WEBPLUGIN_DIR%%/gtk/glade/main.glade +%%WEBPLUGIN_DIR%%/gtk/glade/promptAddress.glade +%%WEBPLUGIN_DIR%%/gtk/glade/proxy.glade +%%WEBPLUGIN_DIR%%/gtk/glade/zlc.glade +%%WEBPLUGIN_DIR%%/gtk/resource.gtkrc +%%WEBPLUGIN_DIR%%/help/index.htm +%%WEBPLUGIN_DIR%%/icons/000_ReceiverWordmark_h32bit_158x19.png +%%WEBPLUGIN_DIR%%/icons/000_Receiver_64.png +%%WEBPLUGIN_DIR%%/icons/000_Security_16.png +%%WEBPLUGIN_DIR%%/icons/000_Security_32.png +%%WEBPLUGIN_DIR%%/icons/000_info_h32bit_16.png +%%WEBPLUGIN_DIR%%/icons/000_info_h32bit_32.png +%%WEBPLUGIN_DIR%%/icons/001_Alert_h32bit_16.png +%%WEBPLUGIN_DIR%%/icons/001_Alert_h32bit_32.png +%%WEBPLUGIN_DIR%%/icons/ActivityIndicatorOnWht_16x16.gif +%%WEBPLUGIN_DIR%%/icons/ReceiverNativeInstallBackground_h32bit_497x314.png +%%WEBPLUGIN_DIR%%/icons/Tick_h32bit_16.png +%%WEBPLUGIN_DIR%%/icons/Tick_h32bit_32.png +%%WEBPLUGIN_DIR%%/icons/alert.png +%%WEBPLUGIN_DIR%%/icons/background.png +%%WEBPLUGIN_DIR%%/icons/disconnect.png +%%WEBPLUGIN_DIR%%/icons/error.png +%%WEBPLUGIN_DIR%%/icons/error_h32bit_16.png +%%WEBPLUGIN_DIR%%/icons/error_h32bit_32.png +%%WEBPLUGIN_DIR%%/icons/flash.png +%%WEBPLUGIN_DIR%%/icons/info.png +%%WEBPLUGIN_DIR%%/icons/manager.png +%%WEBPLUGIN_DIR%%/icons/padlock_h32bit_16.png +%%WEBPLUGIN_DIR%%/icons/receiver.png +%%WEBPLUGIN_DIR%%/icons/session.xpm +%%WEBPLUGIN_DIR%%/keyboard/age2.kbd +%%WEBPLUGIN_DIR%%/keyboard/agex2.kbd +%%WEBPLUGIN_DIR%%/keyboard/automatic.kbd +%%WEBPLUGIN_DIR%%/keyboard/dcint401.kbd +%%WEBPLUGIN_DIR%%/keyboard/dcintpcx.kbd +%%WEBPLUGIN_DIR%%/keyboard/dcus401.kbd +%%WEBPLUGIN_DIR%%/keyboard/dcuspcx.kbd +%%WEBPLUGIN_DIR%%/keyboard/dec401.kbd +%%WEBPLUGIN_DIR%%/keyboard/dec401uk.kbd +%%WEBPLUGIN_DIR%%/keyboard/decpcx.kbd +%%WEBPLUGIN_DIR%%/keyboard/decpcxuk.kbd +%%WEBPLUGIN_DIR%%/keyboard/dg.kbd +%%WEBPLUGIN_DIR%%/keyboard/dgfr.kbd +%%WEBPLUGIN_DIR%%/keyboard/dggr.kbd +%%WEBPLUGIN_DIR%%/keyboard/dguk.kbd +%%WEBPLUGIN_DIR%%/keyboard/dgus.kbd +%%WEBPLUGIN_DIR%%/keyboard/hp101.kbd +%%WEBPLUGIN_DIR%%/keyboard/hpfritf.kbd +%%WEBPLUGIN_DIR%%/keyboard/hpgritf.kbd +%%WEBPLUGIN_DIR%%/keyboard/hpint101.kbd +%%WEBPLUGIN_DIR%%/keyboard/hpintps2.kbd +%%WEBPLUGIN_DIR%%/keyboard/hpitf.kbd +%%WEBPLUGIN_DIR%%/keyboard/hpps2.kbd +%%WEBPLUGIN_DIR%%/keyboard/hpuk101.kbd +%%WEBPLUGIN_DIR%%/keyboard/hpukitf.kbd +%%WEBPLUGIN_DIR%%/keyboard/hpukps2.kbd +%%WEBPLUGIN_DIR%%/keyboard/hpus101.kbd +%%WEBPLUGIN_DIR%%/keyboard/hpusitf.kbd +%%WEBPLUGIN_DIR%%/keyboard/hpusps2.kbd +%%WEBPLUGIN_DIR%%/keyboard/ibm.kbd +%%WEBPLUGIN_DIR%%/keyboard/keyboard.ini +%%WEBPLUGIN_DIR%%/keyboard/linux-ja.kbd +%%WEBPLUGIN_DIR%%/keyboard/linux.kbd +%%WEBPLUGIN_DIR%%/keyboard/mac101.kbd +%%WEBPLUGIN_DIR%%/keyboard/ncdn-101.kbd +%%WEBPLUGIN_DIR%%/keyboard/ncdn-102.kbd +%%WEBPLUGIN_DIR%%/keyboard/netbsd.kbd +%%WEBPLUGIN_DIR%%/keyboard/scoos5.kbd +%%WEBPLUGIN_DIR%%/keyboard/scouw2.kbd +%%WEBPLUGIN_DIR%%/keyboard/sg.kbd +%%WEBPLUGIN_DIR%%/keyboard/sgindy.kbd +%%WEBPLUGIN_DIR%%/keyboard/sgindyfr.kbd +%%WEBPLUGIN_DIR%%/keyboard/sgindygr.kbd +%%WEBPLUGIN_DIR%%/keyboard/sgindyuk.kbd +%%WEBPLUGIN_DIR%%/keyboard/sgindyus.kbd +%%WEBPLUGIN_DIR%%/keyboard/sngr.kbd +%%WEBPLUGIN_DIR%%/keyboard/sparc3.kbd +%%WEBPLUGIN_DIR%%/keyboard/sparc4.kbd +%%WEBPLUGIN_DIR%%/keyboard/sparc5.kbd +%%WEBPLUGIN_DIR%%/keyboard/sparc6usb.kbd +%%WEBPLUGIN_DIR%%/keyboard/sparcfr4.kbd +%%WEBPLUGIN_DIR%%/keyboard/sparcfr5.kbd +%%WEBPLUGIN_DIR%%/keyboard/sparcgr4.kbd +%%WEBPLUGIN_DIR%%/keyboard/sparcgr5.kbd +%%WEBPLUGIN_DIR%%/keyboard/sparcuk4.kbd +%%WEBPLUGIN_DIR%%/keyboard/sparcuk5.kbd +%%WEBPLUGIN_DIR%%/keyboard/sparcus3.kbd +%%WEBPLUGIN_DIR%%/keyboard/sparcus4.kbd +%%WEBPLUGIN_DIR%%/keyboard/sparcus5.kbd +%%WEBPLUGIN_DIR%%/keyboard/trimodal.kbd +%%WEBPLUGIN_DIR%%/keystore/cacerts/1ec4d31a.0 +%%WEBPLUGIN_DIR%%/keystore/cacerts/2c543cd1.0 +%%WEBPLUGIN_DIR%%/keystore/cacerts/3ad48a91.0 +%%WEBPLUGIN_DIR%%/keystore/cacerts/415660c1.0 +%%WEBPLUGIN_DIR%%/keystore/cacerts/4d654d1d.0 +%%WEBPLUGIN_DIR%%/keystore/cacerts/653b494a.0 +%%WEBPLUGIN_DIR%%/keystore/cacerts/6faac4e3.0 +%%WEBPLUGIN_DIR%%/keystore/cacerts/72fa7371.0 +%%WEBPLUGIN_DIR%%/keystore/cacerts/7651b327.0 +%%WEBPLUGIN_DIR%%/keystore/cacerts/7999be0d.0 +%%WEBPLUGIN_DIR%%/keystore/cacerts/BTCTRoot.pem +%%WEBPLUGIN_DIR%%/keystore/cacerts/Class3PCA_G2_v2.pem +%%WEBPLUGIN_DIR%%/keystore/cacerts/Class4PCA_G2_v2.pem +%%WEBPLUGIN_DIR%%/keystore/cacerts/GTECTGlobalRoot.pem +%%WEBPLUGIN_DIR%%/keystore/cacerts/GeoTrust_Global_CA.pem +%%WEBPLUGIN_DIR%%/keystore/cacerts/Pcs3ss_v4.pem +%%WEBPLUGIN_DIR%%/keystore/cacerts/c692a373.0 +%%WEBPLUGIN_DIR%%/keystore/cacerts/ed049835.0 +%%WEBPLUGIN_DIR%%/lib/UIDialogLib.so +%%WEBPLUGIN_DIR%%/lib/ctxh264_fb.so +%%WEBPLUGIN_DIR%%/lib/libAMSDK.so +%%WEBPLUGIN_DIR%%/lib/libcoreavc_sdk.so +%%WEBPLUGIN_DIR%%/lib/libkcph.so +%%WEBPLUGIN_DIR%%/lib/libkcpm.so +%%WEBPLUGIN_DIR%%/libctxssl.so +%%WEBPLUGIN_DIR%%/libproxy.so +%%WEBPLUGIN_DIR%%/nls/C +%%WEBPLUGIN_DIR%%/nls/de.UTF-8/XCapture +%%WEBPLUGIN_DIR%%/nls/de.UTF-8/XCapture.ad +%%WEBPLUGIN_DIR%%/nls/de.UTF-8/eula.txt +%%WEBPLUGIN_DIR%%/nls/de.UTF-8/pna.nls +%%WEBPLUGIN_DIR%%/nls/de.UTF-8/setupwfc.msg +%%WEBPLUGIN_DIR%%/nls/de.UTF8 +%%WEBPLUGIN_DIR%%/nls/de.utf8 +%%WEBPLUGIN_DIR%%/nls/de/LC_MESSAGES/AuthManager.mo +%%WEBPLUGIN_DIR%%/nls/de/LC_MESSAGES/flash.mo +%%WEBPLUGIN_DIR%%/nls/de/LC_MESSAGES/icaclient.mo +%%WEBPLUGIN_DIR%%/nls/de/LC_MESSAGES/selfservice.mo +%%WEBPLUGIN_DIR%%/nls/de/LC_MESSAGES/servicerecord.mo +%%WEBPLUGIN_DIR%%/nls/de/XCapture +%%WEBPLUGIN_DIR%%/nls/de/XCapture.ad +%%WEBPLUGIN_DIR%%/nls/de/appsrv.ini +%%WEBPLUGIN_DIR%%/nls/de/eula.txt +%%WEBPLUGIN_DIR%%/nls/de/hinst.msg +%%WEBPLUGIN_DIR%%/nls/de/index.htm +%%WEBPLUGIN_DIR%%/nls/de/module.ini +%%WEBPLUGIN_DIR%%/nls/de/pna.nls +%%WEBPLUGIN_DIR%%/nls/de/setupwfc.msg +%%WEBPLUGIN_DIR%%/nls/de/wfclient.ini +%%WEBPLUGIN_DIR%%/nls/en.UTF-8/XCapture +%%WEBPLUGIN_DIR%%/nls/en.UTF-8/XCapture.ad +%%WEBPLUGIN_DIR%%/nls/en.UTF-8/eula.txt +%%WEBPLUGIN_DIR%%/nls/en.UTF-8/pna.nls +%%WEBPLUGIN_DIR%%/nls/en.UTF-8/setupwfc.msg +%%WEBPLUGIN_DIR%%/nls/en.UTF8 +%%WEBPLUGIN_DIR%%/nls/en.utf8 +%%WEBPLUGIN_DIR%%/nls/en/LC_MESSAGES/AuthManager.mo +%%WEBPLUGIN_DIR%%/nls/en/LC_MESSAGES/icaclient.mo +%%WEBPLUGIN_DIR%%/nls/en/LC_MESSAGES/selfservice.mo +%%WEBPLUGIN_DIR%%/nls/en/LC_MESSAGES/servicerecord.mo +%%WEBPLUGIN_DIR%%/nls/en/XCapture +%%WEBPLUGIN_DIR%%/nls/en/XCapture.ad +%%WEBPLUGIN_DIR%%/nls/en/appsrv.ini +%%WEBPLUGIN_DIR%%/nls/en/eula.txt +%%WEBPLUGIN_DIR%%/nls/en/hinst.msg +%%WEBPLUGIN_DIR%%/nls/en/index.htm +%%WEBPLUGIN_DIR%%/nls/en/module.ini +%%WEBPLUGIN_DIR%%/nls/en/pna.nls +%%WEBPLUGIN_DIR%%/nls/en/setupwfc.msg +%%WEBPLUGIN_DIR%%/nls/en/wfclient.ini +%%WEBPLUGIN_DIR%%/nls/es.UTF-8/XCapture +%%WEBPLUGIN_DIR%%/nls/es.UTF-8/XCapture.ad +%%WEBPLUGIN_DIR%%/nls/es.UTF-8/eula.txt +%%WEBPLUGIN_DIR%%/nls/es.UTF-8/pna.nls +%%WEBPLUGIN_DIR%%/nls/es.UTF-8/setupwfc.msg +%%WEBPLUGIN_DIR%%/nls/es.UTF8 +%%WEBPLUGIN_DIR%%/nls/es.utf8 +%%WEBPLUGIN_DIR%%/nls/es/LC_MESSAGES/AuthManager.mo +%%WEBPLUGIN_DIR%%/nls/es/LC_MESSAGES/icaclient.mo +%%WEBPLUGIN_DIR%%/nls/es/LC_MESSAGES/selfservice.mo +%%WEBPLUGIN_DIR%%/nls/es/LC_MESSAGES/servicerecord.mo +%%WEBPLUGIN_DIR%%/nls/es/XCapture +%%WEBPLUGIN_DIR%%/nls/es/XCapture.ad +%%WEBPLUGIN_DIR%%/nls/es/appsrv.ini +%%WEBPLUGIN_DIR%%/nls/es/eula.txt +%%WEBPLUGIN_DIR%%/nls/es/hinst.msg +%%WEBPLUGIN_DIR%%/nls/es/index.htm +%%WEBPLUGIN_DIR%%/nls/es/module.ini +%%WEBPLUGIN_DIR%%/nls/es/pna.nls +%%WEBPLUGIN_DIR%%/nls/es/setupwfc.msg +%%WEBPLUGIN_DIR%%/nls/es/wfclient.ini +%%WEBPLUGIN_DIR%%/nls/fr.UTF-8/XCapture +%%WEBPLUGIN_DIR%%/nls/fr.UTF-8/XCapture.ad +%%WEBPLUGIN_DIR%%/nls/fr.UTF-8/eula.txt +%%WEBPLUGIN_DIR%%/nls/fr.UTF-8/pna.nls +%%WEBPLUGIN_DIR%%/nls/fr.UTF-8/setupwfc.msg +%%WEBPLUGIN_DIR%%/nls/fr.UTF8 +%%WEBPLUGIN_DIR%%/nls/fr.utf8 +%%WEBPLUGIN_DIR%%/nls/fr/LC_MESSAGES/AuthManager.mo +%%WEBPLUGIN_DIR%%/nls/fr/LC_MESSAGES/icaclient.mo +%%WEBPLUGIN_DIR%%/nls/fr/LC_MESSAGES/selfservice.mo +%%WEBPLUGIN_DIR%%/nls/fr/LC_MESSAGES/servicerecord.mo +%%WEBPLUGIN_DIR%%/nls/fr/XCapture +%%WEBPLUGIN_DIR%%/nls/fr/XCapture.ad +%%WEBPLUGIN_DIR%%/nls/fr/appsrv.ini +%%WEBPLUGIN_DIR%%/nls/fr/eula.txt +%%WEBPLUGIN_DIR%%/nls/fr/hinst.msg +%%WEBPLUGIN_DIR%%/nls/fr/index.htm +%%WEBPLUGIN_DIR%%/nls/fr/module.ini +%%WEBPLUGIN_DIR%%/nls/fr/pna.nls +%%WEBPLUGIN_DIR%%/nls/fr/setupwfc.msg +%%WEBPLUGIN_DIR%%/nls/fr/wfclient.ini +%%WEBPLUGIN_DIR%%/nls/ja.UTF-8/XCapture +%%WEBPLUGIN_DIR%%/nls/ja.UTF-8/XCapture.ad +%%WEBPLUGIN_DIR%%/nls/ja.UTF-8/eula.txt +%%WEBPLUGIN_DIR%%/nls/ja.UTF-8/pna.nls +%%WEBPLUGIN_DIR%%/nls/ja.UTF-8/setupwfc.msg +%%WEBPLUGIN_DIR%%/nls/ja.UTF8 +%%WEBPLUGIN_DIR%%/nls/ja.utf8 +%%WEBPLUGIN_DIR%%/nls/ja/LC_MESSAGES/AuthManager.mo +%%WEBPLUGIN_DIR%%/nls/ja/LC_MESSAGES/flash.mo +%%WEBPLUGIN_DIR%%/nls/ja/LC_MESSAGES/icaclient.mo +%%WEBPLUGIN_DIR%%/nls/ja/LC_MESSAGES/selfservice.mo +%%WEBPLUGIN_DIR%%/nls/ja/LC_MESSAGES/servicerecord.mo +%%WEBPLUGIN_DIR%%/nls/ja/XCapture +%%WEBPLUGIN_DIR%%/nls/ja/XCapture.ad +%%WEBPLUGIN_DIR%%/nls/ja/appsrv.ini +%%WEBPLUGIN_DIR%%/nls/ja/eula.txt +%%WEBPLUGIN_DIR%%/nls/ja/hinst.msg +%%WEBPLUGIN_DIR%%/nls/ja/index.htm +%%WEBPLUGIN_DIR%%/nls/ja/module.ini +%%WEBPLUGIN_DIR%%/nls/ja/pna.nls +%%WEBPLUGIN_DIR%%/nls/ja/setupwfc.msg +%%WEBPLUGIN_DIR%%/nls/ja/wfclient.ini +%%WEBPLUGIN_DIR%%/nls/ru.UTF-8/XCapture +%%WEBPLUGIN_DIR%%/nls/ru.UTF-8/XCapture.ad +%%WEBPLUGIN_DIR%%/nls/ru.UTF-8/eula.txt +%%WEBPLUGIN_DIR%%/nls/ru.UTF-8/pna.nls +%%WEBPLUGIN_DIR%%/nls/ru.UTF-8/setupwfc.msg +%%WEBPLUGIN_DIR%%/nls/ru/LC_MESSAGES/AuthManager.mo +%%WEBPLUGIN_DIR%%/nls/ru/LC_MESSAGES/icaclient.mo +%%WEBPLUGIN_DIR%%/nls/ru/LC_MESSAGES/selfservice.mo +%%WEBPLUGIN_DIR%%/nls/ru/LC_MESSAGES/servicerecord.mo +%%WEBPLUGIN_DIR%%/nls/ru/XCapture +%%WEBPLUGIN_DIR%%/nls/ru/XCapture.ad +%%WEBPLUGIN_DIR%%/nls/ru/appsrv.ini +%%WEBPLUGIN_DIR%%/nls/ru/eula.txt +%%WEBPLUGIN_DIR%%/nls/ru/hinst.msg +%%WEBPLUGIN_DIR%%/nls/ru/index.htm +%%WEBPLUGIN_DIR%%/nls/ru/module.ini +%%WEBPLUGIN_DIR%%/nls/ru/pna.nls +%%WEBPLUGIN_DIR%%/nls/ru/setupwfc.msg +%%WEBPLUGIN_DIR%%/nls/ru/wfclient.ini +%%WEBPLUGIN_DIR%%/nls/zh_CN +%%WEBPLUGIN_DIR%%/nls/zh_CN.UTF-8 +%%WEBPLUGIN_DIR%%/nls/zh_CN.UTF8 +%%WEBPLUGIN_DIR%%/nls/zh_CN.utf8 +%%WEBPLUGIN_DIR%%/nls/zh_HANS.UTF-8/XCapture +%%WEBPLUGIN_DIR%%/nls/zh_HANS.UTF-8/XCapture.ad +%%WEBPLUGIN_DIR%%/nls/zh_HANS.UTF-8/eula.txt +%%WEBPLUGIN_DIR%%/nls/zh_HANS.UTF-8/pna.nls +%%WEBPLUGIN_DIR%%/nls/zh_HANS.UTF-8/setupwfc.msg +%%WEBPLUGIN_DIR%%/nls/zh_HANS/LC_MESSAGES/AuthManager.mo +%%WEBPLUGIN_DIR%%/nls/zh_HANS/LC_MESSAGES/icaclient.mo +%%WEBPLUGIN_DIR%%/nls/zh_HANS/LC_MESSAGES/selfservice.mo +%%WEBPLUGIN_DIR%%/nls/zh_HANS/LC_MESSAGES/servicerecord.mo +%%WEBPLUGIN_DIR%%/nls/zh_HANS/XCapture +%%WEBPLUGIN_DIR%%/nls/zh_HANS/XCapture.ad +%%WEBPLUGIN_DIR%%/nls/zh_HANS/appsrv.ini +%%WEBPLUGIN_DIR%%/nls/zh_HANS/eula.txt +%%WEBPLUGIN_DIR%%/nls/zh_HANS/hinst.msg +%%WEBPLUGIN_DIR%%/nls/zh_HANS/index.htm +%%WEBPLUGIN_DIR%%/nls/zh_HANS/module.ini +%%WEBPLUGIN_DIR%%/nls/zh_HANS/pna.nls +%%WEBPLUGIN_DIR%%/nls/zh_HANS/setupwfc.msg +%%WEBPLUGIN_DIR%%/nls/zh_HANS/wfclient.ini +%%WEBPLUGIN_DIR%%/nls/zh_SN +%%WEBPLUGIN_DIR%%/nls/zh_SN.UTF-8 +%%WEBPLUGIN_DIR%%/nls/zh_SN.UTF8 +%%WEBPLUGIN_DIR%%/nls/zh_SN.utf8 +%%WEBPLUGIN_DIR%%/npica.so +%%WEBPLUGIN_DIR%%/pkginf/F.core.linuxx86 +%%WEBPLUGIN_DIR%%/pkginf/Ver.core.linuxx86 +%%WEBPLUGIN_DIR%%/pkginf/changeno.dat +%%WEBPLUGIN_DIR%%/selfservice +%%WEBPLUGIN_DIR%%/setupwfc +%%WEBPLUGIN_DIR%%/site/contrib/custom.script.js +%%WEBPLUGIN_DIR%%/site/contrib/custom.style.css +%%WEBPLUGIN_DIR%%/site/contrib/custom.wrstrings.de.js +%%WEBPLUGIN_DIR%%/site/contrib/custom.wrstrings.en.js +%%WEBPLUGIN_DIR%%/site/contrib/custom.wrstrings.es.js +%%WEBPLUGIN_DIR%%/site/contrib/custom.wrstrings.fr.js +%%WEBPLUGIN_DIR%%/site/contrib/custom.wrstrings.ja.js +%%WEBPLUGIN_DIR%%/site/contrib/custom.wrstrings.ru.js +%%WEBPLUGIN_DIR%%/site/contrib/custom.wrstrings.zh-CN.js +%%WEBPLUGIN_DIR%%/site/contrib/custom.wrstrings.zh-TW.js +%%WEBPLUGIN_DIR%%/site/css/Default.htm.style.min.css +%%WEBPLUGIN_DIR%%/site/css/jquery-contextmenu.css +%%WEBPLUGIN_DIR%%/site/css/jquery.jscrollpane.css +%%WEBPLUGIN_DIR%%/site/media/ButtonDisabledLeft.png +%%WEBPLUGIN_DIR%%/site/media/ButtonDisabledRight.png +%%WEBPLUGIN_DIR%%/site/media/ButtonHoverLeft.png +%%WEBPLUGIN_DIR%%/site/media/ButtonHoverRight.png +%%WEBPLUGIN_DIR%%/site/media/ButtonNormalLeft.png +%%WEBPLUGIN_DIR%%/site/media/ButtonNormalRight.png +%%WEBPLUGIN_DIR%%/site/media/ButtonPressedLeft.png +%%WEBPLUGIN_DIR%%/site/media/ButtonPressedRight.png +%%WEBPLUGIN_DIR%%/site/media/LaunchReady.png +%%WEBPLUGIN_DIR%%/site/media/Loader.gif +%%WEBPLUGIN_DIR%%/site/media/Screen_shadow_bottom.png +%%WEBPLUGIN_DIR%%/site/media/Screen_shadow_top.png +%%WEBPLUGIN_DIR%%/site/media/ScrollHandleBottom.png +%%WEBPLUGIN_DIR%%/site/media/ScrollHandleMiddle.png +%%WEBPLUGIN_DIR%%/site/media/ScrollHandleTop.png +%%WEBPLUGIN_DIR%%/site/media/Scroll_gradientBar.png +%%WEBPLUGIN_DIR%%/site/media/Scroll_gradientBar_green_transparent.png +%%WEBPLUGIN_DIR%%/site/media/bg_bubbles.jpg +%%WEBPLUGIN_DIR%%/site/media/bubble_bg.png +%%WEBPLUGIN_DIR%%/site/media/bubble_bottom.png +%%WEBPLUGIN_DIR%%/site/media/bubble_left.png +%%WEBPLUGIN_DIR%%/site/media/bubble_right.png +%%WEBPLUGIN_DIR%%/site/media/bubble_top.png +%%WEBPLUGIN_DIR%%/site/media/cmenu_bottom.png +%%WEBPLUGIN_DIR%%/site/media/cmenu_bottom_left.png +%%WEBPLUGIN_DIR%%/site/media/cmenu_bottom_right.png +%%WEBPLUGIN_DIR%%/site/media/cmenu_left.png +%%WEBPLUGIN_DIR%%/site/media/cmenu_right.png +%%WEBPLUGIN_DIR%%/site/media/cmenu_top.png +%%WEBPLUGIN_DIR%%/site/media/cmenu_top_left.png +%%WEBPLUGIN_DIR%%/site/media/cmenu_top_right.png +%%WEBPLUGIN_DIR%%/site/media/dialogBox_overlay1.png +%%WEBPLUGIN_DIR%%/site/media/dialogBox_overlay_extended.png +%%WEBPLUGIN_DIR%%/site/media/dotseparator.png +%%WEBPLUGIN_DIR%%/site/media/messagebox/bottombody.png +%%WEBPLUGIN_DIR%%/site/media/messagebox/bottomleft.png +%%WEBPLUGIN_DIR%%/site/media/messagebox/bottomright.png +%%WEBPLUGIN_DIR%%/site/media/messagebox/middlebody.png +%%WEBPLUGIN_DIR%%/site/media/messagebox/middleleft.png +%%WEBPLUGIN_DIR%%/site/media/messagebox/middleright.png +%%WEBPLUGIN_DIR%%/site/media/messagebox/topbody.png +%%WEBPLUGIN_DIR%%/site/media/messagebox/topleft.png +%%WEBPLUGIN_DIR%%/site/media/messagebox/topright.png +%%WEBPLUGIN_DIR%%/site/media/onemoment.gif +%%WEBPLUGIN_DIR%%/site/media/washer_16x16.gif +%%WEBPLUGIN_DIR%%/site/media/washer_sample.gif +%%WEBPLUGIN_DIR%%/site/native/CitrixReceiver@2x.png +%%WEBPLUGIN_DIR%%/site/native/CitrixReceiverLogo_Home@2x.png +%%WEBPLUGIN_DIR%%/site/native/error.css +%%WEBPLUGIN_DIR%%/site/native/error.html +%%WEBPLUGIN_DIR%%/site/native/error.js +%%WEBPLUGIN_DIR%%/site/native/ico_dropdown_icon.png +%%WEBPLUGIN_DIR%%/site/native/loading.html +%%WEBPLUGIN_DIR%%/site/native/localization/de/ctxs.strings.de.js +%%WEBPLUGIN_DIR%%/site/native/localization/en/ctxs.strings.en.js +%%WEBPLUGIN_DIR%%/site/native/localization/es/ctxs.strings.es.js +%%WEBPLUGIN_DIR%%/site/native/localization/fr/ctxs.strings.fr.js +%%WEBPLUGIN_DIR%%/site/native/localization/ja/ctxs.strings.ja.js +%%WEBPLUGIN_DIR%%/site/native/localization/ru/ctxs.strings.ru.js +%%WEBPLUGIN_DIR%%/site/native/localization/zh-CN/ctxs.strings.zh-CN.js +%%WEBPLUGIN_DIR%%/site/native/native.js +%%WEBPLUGIN_DIR%%/site/native/spinner@2x.gif +%%WEBPLUGIN_DIR%%/site/scripts/Default.htm.style.min.js +%%WEBPLUGIN_DIR%%/site/scripts/de/ctxs.wrstrings.js +%%WEBPLUGIN_DIR%%/site/scripts/es/ctxs.wrstrings.js +%%WEBPLUGIN_DIR%%/site/scripts/fr/ctxs.wrstrings.js +%%WEBPLUGIN_DIR%%/site/scripts/ja/ctxs.wrstrings.js +%%WEBPLUGIN_DIR%%/site/scripts/jquery-ui.js +%%WEBPLUGIN_DIR%%/site/scripts/jquery.contextmenu.js +%%WEBPLUGIN_DIR%%/site/scripts/jquery.hammer.min.js +%%WEBPLUGIN_DIR%%/site/scripts/jquery.js +%%WEBPLUGIN_DIR%%/site/scripts/jquery.jscrollpane.js +%%WEBPLUGIN_DIR%%/site/scripts/jquery.mousewheel.js +%%WEBPLUGIN_DIR%%/site/scripts/ru/ctxs.wrstrings.js +%%WEBPLUGIN_DIR%%/site/scripts/zh-CN/ctxs.wrstrings.js +%%WEBPLUGIN_DIR%%/site/scripts/zh-TW/ctxs.wrstrings.js +%%WEBPLUGIN_DIR%%/site/selfservice.html +%%WEBPLUGIN_DIR%%/site/setup_account_screen/ReceiverFullScreenBackground.jpg +%%WEBPLUGIN_DIR%%/site/setup_account_screen/SetupAccount.html +%%WEBPLUGIN_DIR%%/site/sum_screen/ReceiverFullScreenBackground.jpg +%%WEBPLUGIN_DIR%%/site/sum_screen/SharedUserMode.html +%%WEBPLUGIN_DIR%%/site/sum_screen/spinner_white.gif +%%WEBPLUGIN_DIR%%/site/sum_screen/strings.js +%%WEBPLUGIN_DIR%%/site/uiareas/Store/media/AddAppCoachingMark.png +%%WEBPLUGIN_DIR%%/site/uiareas/Store/media/Added_checkMark.png +%%WEBPLUGIN_DIR%%/site/uiareas/Store/media/CitrixDesktop_AvailableGrayDot.png +%%WEBPLUGIN_DIR%%/site/uiareas/Store/media/CitrixDesktop_RunningGreenDot.png +%%WEBPLUGIN_DIR%%/site/uiareas/Store/media/DownArrow.png +%%WEBPLUGIN_DIR%%/site/uiareas/Store/media/DownArrowSelected.png +%%WEBPLUGIN_DIR%%/site/uiareas/Store/media/Home_SemiTranslucent.png +%%WEBPLUGIN_DIR%%/site/uiareas/Store/media/Icon_close_hint.png +%%WEBPLUGIN_DIR%%/site/uiareas/Store/media/Icon_close_solid.png +%%WEBPLUGIN_DIR%%/site/uiareas/Store/media/MainAppIcon_hover_backonly.png +%%WEBPLUGIN_DIR%%/site/uiareas/Store/media/MainAppIcon_normal.png +%%WEBPLUGIN_DIR%%/site/uiareas/Store/media/SearchField.png +%%WEBPLUGIN_DIR%%/site/uiareas/Store/media/SwitcherBtnLeft.png +%%WEBPLUGIN_DIR%%/site/uiareas/Store/media/SwitcherBtnLeft_Down.png +%%WEBPLUGIN_DIR%%/site/uiareas/Store/media/SwitcherBtnLeft_Hover.png +%%WEBPLUGIN_DIR%%/site/uiareas/Store/media/SwitcherBtnRight.png +%%WEBPLUGIN_DIR%%/site/uiareas/Store/media/SwitcherBtnRight_Down.png +%%WEBPLUGIN_DIR%%/site/uiareas/Store/media/SwitcherBtnRight_Hover.png +%%WEBPLUGIN_DIR%%/site/uiareas/Store/media/UserMenuSelect.png +%%WEBPLUGIN_DIR%%/site/uiareas/Store/media/accessDenied.png +%%WEBPLUGIN_DIR%%/site/uiareas/Store/media/cancel.png +%%WEBPLUGIN_DIR%%/site/uiareas/Store/media/cancelHover.png +%%WEBPLUGIN_DIR%%/site/uiareas/Store/media/categoryFolderLevel.png +%%WEBPLUGIN_DIR%%/site/uiareas/Store/media/header_gradient.png +%%WEBPLUGIN_DIR%%/site/uiareas/Store/media/icon_doc_hover.png +%%WEBPLUGIN_DIR%%/site/uiareas/Store/media/icon_doc_normal.png +%%WEBPLUGIN_DIR%%/site/uiareas/Store/media/icon_doc_selected.png +%%WEBPLUGIN_DIR%%/site/uiareas/Store/media/icon_folder_padding_tweak.png +%%WEBPLUGIN_DIR%%/site/uiareas/Store/media/logo_CR.png +%%WEBPLUGIN_DIR%%/site/uiareas/Store/media/logo_CR_blackbg.png +%%WEBPLUGIN_DIR%%/site/uiareas/Store/media/magnify_blackbg.png +%%WEBPLUGIN_DIR%%/site/uiareas/Store/media/missing1.png +%%WEBPLUGIN_DIR%%/site/uiareas/Store/media/pending.png +%%WEBPLUGIN_DIR%%/site/uiareas/Store/media/plusSign_hover.png +%%WEBPLUGIN_DIR%%/site/uiareas/Store/media/plusSign_normal.png +%%WEBPLUGIN_DIR%%/site/uiareas/Store/media/progressInner.png +%%WEBPLUGIN_DIR%%/site/uiareas/Store/media/progressOuter.png +%%WEBPLUGIN_DIR%%/site/uiareas/Store/media/search_categoryGradient.png +%%WEBPLUGIN_DIR%%/site/uiareas/Store/media/store_app_bg.png +%%WEBPLUGIN_DIR%%/site/uiareas/Store/media/store_category_bg.png +%%WEBPLUGIN_DIR%%/site/uiareas/Store/media/store_category_eastarrow1.png +%%WEBPLUGIN_DIR%%/site/uiareas/Store/media/store_category_eastarrow_hover1.png +%%WEBPLUGIN_DIR%%/site/uiareas/Store/media/store_category_otherssubcat.png +%%WEBPLUGIN_DIR%%/site/uiareas/Store/media/store_category_southarrow1.png +%%WEBPLUGIN_DIR%%/site/uiareas/Store/media/store_category_southarrow_hover1.png +%%WEBPLUGIN_DIR%%/site/uiareas/Store/media/transparent.gif +%%WEBPLUGIN_DIR%%/usb/VDGUSB.DLL +%%WEBPLUGIN_DIR%%/usb/ctx_usb_isactive +%%WEBPLUGIN_DIR%%/usb/ctxusb +%%WEBPLUGIN_DIR%%/usb/ctxusbd +%%WEBPLUGIN_DIR%%/usb/ctxusbd.rc +%%WEBPLUGIN_DIR%%/usb/ica-usb.rules +%%WEBPLUGIN_DIR%%/usb/usb.conf +%%WEBPLUGIN_DIR%%/util/DeleteCompleteFlashCache.sh +%%WEBPLUGIN_DIR%%/util/configmgr +%%WEBPLUGIN_DIR%%/util/conncenter +%%WEBPLUGIN_DIR%%/util/ctx_app_bind +%%WEBPLUGIN_DIR%%/util/ctx_rehash +%%WEBPLUGIN_DIR%%/util/echo_cmd +%%WEBPLUGIN_DIR%%/util/gst_aud_play +%%WEBPLUGIN_DIR%%/util/gst_aud_read +%%WEBPLUGIN_DIR%%/util/gst_play +%%WEBPLUGIN_DIR%%/util/gst_read +%%WEBPLUGIN_DIR%%/util/hdxcheck.sh +%%WEBPLUGIN_DIR%%/util/hinst +%%WEBPLUGIN_DIR%%/util/icalicense.sh +%%WEBPLUGIN_DIR%%/util/libgstflatstm.so +%%WEBPLUGIN_DIR%%/util/lurdump +%%WEBPLUGIN_DIR%%/util/new_store +%%WEBPLUGIN_DIR%%/util/nslaunch +%%WEBPLUGIN_DIR%%/util/pac.js +%%WEBPLUGIN_DIR%%/util/pacexec +%%WEBPLUGIN_DIR%%/util/pnabrowse +%%WEBPLUGIN_DIR%%/util/pnabrowse_launch +%%WEBPLUGIN_DIR%%/util/storebrowse +%%WEBPLUGIN_DIR%%/util/sunraymac.sh +%%WEBPLUGIN_DIR%%/util/what +%%WEBPLUGIN_DIR%%/util/xcapture +%%WEBPLUGIN_DIR%%/wfica bin/wfcmgr bin/wfica +etc/icalicense/clientlicense +@dir %%WEBPLUGIN_DIR%%/PKCS#11 From owner-svn-ports-head@freebsd.org Thu Jul 9 09:57:16 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B0B34996A78; Thu, 9 Jul 2015 09:57:16 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8A63512F9; Thu, 9 Jul 2015 09:57:15 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from [192.168.1.20] (141.Red-83-32-2.dynamicIP.rima-tde.net [83.32.2.141]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 5EC9343C36; Thu, 9 Jul 2015 04:47:11 -0500 (CDT) Subject: Re: svn commit: r391626 - head/games/warzone2100 To: Dmitry Marakasov , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201507090944.t699iqBR039850@repo.freebsd.org> Reply-To: marino@freebsd.org From: John Marino Message-ID: <559E431B.6030708@marino.st> Date: Thu, 9 Jul 2015 11:47:07 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.0.1 MIME-Version: 1.0 In-Reply-To: <201507090944.t699iqBR039850@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, 09 Jul 2015 09:57:16 -0000 On 7/9/2015 11:44 AM, Dmitry Marakasov wrote: > Author: amdmi3 > Date: Thu Jul 9 09:44:51 2015 > New Revision: 391626 > URL: https://svnweb.freebsd.org/changeset/ports/391626 > > Log: > - Remove unncecessary full path to binary from *_DEPENDS > > Modified: > head/games/warzone2100/Makefile > > Modified: head/games/warzone2100/Makefile > ============================================================================== > --- head/games/warzone2100/Makefile Thu Jul 9 09:44:33 2015 (r391625) > +++ head/games/warzone2100/Makefile Thu Jul 9 09:44:51 2015 (r391626) > @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING > > BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ > unzip:${PORTSDIR}/archivers/unzip \ > - ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex > + flex:${PORTSDIR}/textproc/flex > LIB_DEPENDS= libphysfs.so:${PORTSDIR}/devel/physfs \ > libpng.so:${PORTSDIR}/graphics/png \ > libvorbis.so:${PORTSDIR}/audio/libvorbis \ > This could be a mistake. This changes depends from /usr/local/bin/flex to /usr/bin/flex. Are you sure that's what you want to do? John From owner-svn-ports-head@freebsd.org Thu Jul 9 10:10:52 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 55205996DF5; Thu, 9 Jul 2015 10:10:52 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 391361BBC; Thu, 9 Jul 2015 10:10:52 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t69AAqwY053718; Thu, 9 Jul 2015 10:10:52 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t69AApw0053715; Thu, 9 Jul 2015 10:10:51 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201507091010.t69AApw0053715@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Thu, 9 Jul 2015 10:10:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391628 - head/www/moodle27 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 09 Jul 2015 10:10:52 -0000 Author: wen Date: Thu Jul 9 10:10:50 2015 New Revision: 391628 URL: https://svnweb.freebsd.org/changeset/ports/391628 Log: - Update to 2.7.9 - Update options - Add missing php module - Fix file permissions - Adjust CONFLICTS - Mark DEPRECTED Modified: head/www/moodle27/Makefile head/www/moodle27/distinfo Modified: head/www/moodle27/Makefile ============================================================================== --- head/www/moodle27/Makefile Thu Jul 9 09:51:08 2015 (r391627) +++ head/www/moodle27/Makefile Thu Jul 9 10:10:50 2015 (r391628) @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= moodle -PORTVERSION= 2.7.8 +PORTVERSION= 2.7.9 CATEGORIES= www MASTER_SITES= SF/moodle/Moodle/stable27/ PKGNAMESUFFIX= ${PKGORIGIN:T:S/moodle//} -EXTRACT_SUFX= .tgz MAINTAINER= wen@FreeBSD.org COMMENT= Course management system based on social constructionism @@ -16,16 +15,21 @@ LICENSE= GPLv3 BUILD_DEPENDS= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/intl.so:${PORTSDIR}/devel/pecl-intl RUN_DEPENDS= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/intl.so:${PORTSDIR}/devel/pecl-intl -CONFLICTS= moodle28-2.8.[0-9]* moodle29-2.9 +CONFLICTS= moodle28-2.8.[0-9]* moodle29-2.9.[0-9]* +DEPRECATED= Please upgrade to moodle28 or moodle29 +EXPIRATION_DATE= 2015-10-09 + +USES= tar:tgz USE_PHP= session gd pcre mbstring iconv tokenizer curl xml xmlrpc ctype \ - soap openssl simplexml spl dom json zip zlib hash + soap openssl simplexml spl dom json zip zlib hash opcache WRKSRC= ${WRKDIR}/moodle -OPTIONS_DEFINE= MYSQL PGSQL MSSQL LDAP MIMETEX -OPTIONS_DEFAULT=MYSQL -MSSQL_DESC= MS SQL Server support -MIMETEX_DESC= mimeTeX filter functionality support +OPTIONS_SINGLE= BACKEND +OPTIONS_SINGLE_BACKEND= MYSQL PGSQL MSSQL +OPTIONS_DEFINE= LDAP MIMETEX +OPTIONS_DEFAULT= MYSQL +MIMETEX_DESC= mimeTeX filter functionality support .include @@ -59,11 +63,12 @@ MOODLEDIR?= www/moodle MOODLEDATADIR?= moodledata pre-install: + @${FIND} -s -d ${WRKSRC} -type f | ${SED} "s?${WRKSRC}?${MOODLEDIR}?g" >>${PLIST} + @${FIND} -s -d ${WRKSRC} -type d | ${SED} "s?${WRKSRC}?@dir ${MOODLEDIR}?g" >> ${PLIST} + @${ECHO_CMD} "@owner ${WWWOWN}" >> ${PLIST} @${ECHO_CMD} "@group ${WWWGRP}" >> ${PLIST} @${ECHO_CMD} "@mode 755" >> ${PLIST} - @${FIND} -s -d ${WRKSRC} -type f | ${SED} "s?${WRKSRC}?${MOODLEDIR}?g" >>${PLIST} - @${FIND} -s -d ${WRKSRC} -type d | ${SED} "s?${WRKSRC}?@dir ${MOODLEDIR}?g" >> ${PLIST} @${ECHO} @dir ${MOODLEDATADIR} >> ${PLIST} @${ECHO_CMD} "@mode" >> ${PLIST} @${ECHO_CMD} "@group" >> ${PLIST} Modified: head/www/moodle27/distinfo ============================================================================== --- head/www/moodle27/distinfo Thu Jul 9 09:51:08 2015 (r391627) +++ head/www/moodle27/distinfo Thu Jul 9 10:10:50 2015 (r391628) @@ -1,2 +1,2 @@ -SHA256 (moodle-2.7.8.tgz) = 47e87402dee85f7c046371167b1b1996e6956d2557d77e5cb82324e805e1643c -SIZE (moodle-2.7.8.tgz) = 34978840 +SHA256 (moodle-2.7.9.tgz) = d746bfacd44bc7b33ed7cff12b7189bd2021e809a4a64836f124c4ae75d08a7d +SIZE (moodle-2.7.9.tgz) = 34986369 From owner-svn-ports-head@freebsd.org Thu Jul 9 11:06:11 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 497C1997727; Thu, 9 Jul 2015 11:06:11 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3967114ED; Thu, 9 Jul 2015 11:06:11 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t69B6B4t079270; Thu, 9 Jul 2015 11:06:11 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t69B6BI5079269; Thu, 9 Jul 2015 11:06:11 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201507091106.t69B6BI5079269@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Thu, 9 Jul 2015 11:06:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391629 - head/graphics/copperspice X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 09 Jul 2015 11:06:11 -0000 Author: marino Date: Thu Jul 9 11:06:10 2015 New Revision: 391629 URL: https://svnweb.freebsd.org/changeset/ports/391629 Log: graphics/copperspice: Update BROKEN messages for FreeBSD 8 and 9 The BROKEN messages are pretty explicit, but there is an open PR on this very issue so let's provide that bigger picture information instead. Essentially "USES=compiler:c++11-lib" is not guaranteed to work on FreeBSD release < 10 which is a significant issue. Modified: head/graphics/copperspice/Makefile Modified: head/graphics/copperspice/Makefile ============================================================================== --- head/graphics/copperspice/Makefile Thu Jul 9 10:10:50 2015 (r391628) +++ head/graphics/copperspice/Makefile Thu Jul 9 11:06:10 2015 (r391629) @@ -40,8 +40,8 @@ PLIST_SUB= SHORT_VER=0 LONG_VER=0.0.0 MAKE_JOBS_UNSAFE= yes WITH_OPENSSL_PORT= yes -BROKEN_FreeBSD_8= error: 'to_string' is not a member of 'std' -BROKEN_FreeBSD_9= error: 'to_string' is not a member of 'std' +BROKEN_FreeBSD_8= PR 193528 (c++11 support is broken) +BROKEN_FreeBSD_9= PR 193528 (c++11 support is broken) BROKEN_i386= qx11embed_x11.cpp:470:20: non-constant-expression\ cannot be narrowed from type 'unsigned int' to 'long'\ in initializer list [-Wc++11-narrowing] From owner-svn-ports-head@freebsd.org Thu Jul 9 11:30:50 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4919F997B4C; Thu, 9 Jul 2015 11:30:50 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 254FA1E95; Thu, 9 Jul 2015 11:30:50 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t69BUnlH090684; Thu, 9 Jul 2015 11:30:49 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t69BUnTb090681; Thu, 9 Jul 2015 11:30:49 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507091130.t69BUnTb090681@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 9 Jul 2015 11:30:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391630 - head/devel/elixir-dialyze X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 09 Jul 2015 11:30:50 -0000 Author: olgeni Date: Thu Jul 9 11:30:48 2015 New Revision: 391630 URL: https://svnweb.freebsd.org/changeset/ports/391630 Log: Upgrade to version 0.2.0. Modified: head/devel/elixir-dialyze/Makefile head/devel/elixir-dialyze/distinfo Modified: head/devel/elixir-dialyze/Makefile ============================================================================== --- head/devel/elixir-dialyze/Makefile Thu Jul 9 11:06:10 2015 (r391629) +++ head/devel/elixir-dialyze/Makefile Thu Jul 9 11:30:48 2015 (r391630) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= dialyze -PORTVERSION= 0.1.4 +PORTVERSION= 0.2.0 DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-dialyze/distinfo ============================================================================== --- head/devel/elixir-dialyze/distinfo Thu Jul 9 11:06:10 2015 (r391629) +++ head/devel/elixir-dialyze/distinfo Thu Jul 9 11:30:48 2015 (r391630) @@ -1,2 +1,2 @@ -SHA256 (fishcakez-dialyze-v0.1.4_GH0.tar.gz) = 9a0b35a97fe94e2c9d742fb671b07c0d8c4ce25222de3b55059611185c144327 -SIZE (fishcakez-dialyze-v0.1.4_GH0.tar.gz) = 9388 +SHA256 (fishcakez-dialyze-v0.2.0_GH0.tar.gz) = 742db858515aafb84d7b6717c3fc9f5dd512c2755ce0dc874674373e707d1cf1 +SIZE (fishcakez-dialyze-v0.2.0_GH0.tar.gz) = 9577 From owner-svn-ports-head@freebsd.org Thu Jul 9 11:45:06 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B5959997E46; Thu, 9 Jul 2015 11:45:06 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9F31619E3; Thu, 9 Jul 2015 11:45:06 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t69Bj6qJ099732; Thu, 9 Jul 2015 11:45:06 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t69Bj6UV099730; Thu, 9 Jul 2015 11:45:06 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201507091145.t69Bj6UV099730@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 9 Jul 2015 11:45:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391631 - head/www/kcgi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 09 Jul 2015 11:45:06 -0000 Author: bapt Date: Thu Jul 9 11:45:05 2015 New Revision: 391631 URL: https://svnweb.freebsd.org/changeset/ports/391631 Log: Update to 0.6.1 Modified: head/www/kcgi/Makefile head/www/kcgi/distinfo Modified: head/www/kcgi/Makefile ============================================================================== --- head/www/kcgi/Makefile Thu Jul 9 11:30:48 2015 (r391630) +++ head/www/kcgi/Makefile Thu Jul 9 11:45:05 2015 (r391631) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= kcgi -PORTVERSION= 0.5.9 +PORTVERSION= 0.6.1 CATEGORIES= www devel MASTER_SITES= http://kristaps.bsd.lv/kcgi/snapshots/ Modified: head/www/kcgi/distinfo ============================================================================== --- head/www/kcgi/distinfo Thu Jul 9 11:30:48 2015 (r391630) +++ head/www/kcgi/distinfo Thu Jul 9 11:45:05 2015 (r391631) @@ -1,2 +1,2 @@ -SHA256 (kcgi-0.5.9.tgz) = b22def8b2b6fb8eea2182c43968c5f468bbb144cc25c6b97fe829e07e4f8f47e -SIZE (kcgi-0.5.9.tgz) = 83107 +SHA256 (kcgi-0.6.1.tgz) = 5e0779067ff661103884d470afbbe4f85a81ccbcd29778795e6f7d28ba4bb91e +SIZE (kcgi-0.6.1.tgz) = 84326 From owner-svn-ports-head@freebsd.org Thu Jul 9 13:02:56 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 817E7997DE9; Thu, 9 Jul 2015 13:02:56 +0000 (UTC) (envelope-from tijl@freebsd.org) Received: from mailrelay107.isp.belgacom.be (mailrelay107.isp.belgacom.be [195.238.20.134]) by mx1.freebsd.org (Postfix) with ESMTP id 9980C113F; Thu, 9 Jul 2015 13:02:55 +0000 (UTC) (envelope-from tijl@freebsd.org) X-Belgacom-Dynamic: yes X-Cloudmark-SP-Filtered: true X-Cloudmark-SP-Result: v=1.1 cv=LOuw2EFi1HDSQg+ei2vZVMH4RVJmMX849kfT6mZcEoQ= c=1 sm=2 a=6I5d2MoRAAAA:8 a=69g06OIpMbhz_s_Nf84A:9 a=CjuIK1q_8ugA:10 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2BRBgAhcJ5V/++YsFtbgxJUUw29FoV3AoFgTQEBAQEBAYELhCQBAQQ6HCMQCw4GBAklDyoeBhOIMgEIzlEBAQEBAQEBAwEBAQEBAQEXBItLhFMzB4QrAQSULIRnhxiYZiaDfTwxgksBAQE Received: from 239.152-176-91.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([91.176.152.239]) by relay.skynet.be with ESMTP; 09 Jul 2015 15:01:44 +0200 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.9/8.14.9) with ESMTP id t69D1hEV003278; Thu, 9 Jul 2015 15:01:43 +0200 (CEST) (envelope-from tijl@FreeBSD.org) Date: Thu, 9 Jul 2015 15:01:43 +0200 From: Tijl Coosemans To: Mark Felder Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r391576 - head/security/vuxml Message-ID: <20150709150143.22c91137@kalimero.tijl.coosemans.org> In-Reply-To: <201507081705.t68H515b023864@repo.freebsd.org> References: <201507081705.t68H515b023864@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII 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, 09 Jul 2015 13:02:56 -0000 On Wed, 8 Jul 2015 17:05:01 +0000 (UTC) Mark Felder wrote: > Author: feld > Date: Wed Jul 8 17:05:00 2015 > New Revision: 391576 > URL: https://svnweb.freebsd.org/changeset/ports/391576 > > Log: > Fix formatting by adding some breaks > > Security: 038a5808-24b3-11e5-b0c8-bf4d8935d4fa > > Modified: > head/security/vuxml/vuln.xml > > Modified: head/security/vuxml/vuln.xml > ============================================================================== > --- head/security/vuxml/vuln.xml Wed Jul 8 17:00:39 2015 (r391575) > +++ head/security/vuxml/vuln.xml Wed Jul 8 17:05:00 2015 (r391576) > @@ -159,12 +159,12 @@ Notes: > 1.1 after fixing many minor bugs and adding some security improvements > to the 1.1 release branch. Version 1.0.6 comes with cherry-picked fixes > from the more recent version to ensure proper long term support > - especially in regards of security and compatibility. > - > - The security-related fixes in particular are: > - > - * XSS vulnerability in _mbox argument > - * security improvement in contact photo handling > + especially in regards of security and compatibility.
> +
> + The security-related fixes in particular are:
> +
> + * XSS vulnerability in _mbox argument
> + * security improvement in contact photo handling
> * potential info disclosure from temp directory

> > It's better to mark paragraphs with

instead of

and lists can be created with
    and
  • instead of ascii art like this: --- vuln.xml (revision 391631) +++ vuln.xml (working copy) @@ -195,13 +195,13 @@ Notes: 1.1 after fixing many minor bugs and adding some security improvements to the 1.1 release branch. Version 1.0.6 comes with cherry-picked fixes from the more recent version to ensure proper long term support - especially in regards of security and compatibility.
    -
    - The security-related fixes in particular are:
    -
    - * XSS vulnerability in _mbox argument
    - * security improvement in contact photo handling
    - * potential info disclosure from temp directory

    + especially in regards of security and compatibility.

    +

    The security-related fixes in particular are:

    +
      +
    • XSS vulnerability in _mbox argument
    • +
    • security improvement in contact photo handling
    • +
    • potential info disclosure from temp directory
    • +
    From owner-svn-ports-head@freebsd.org Thu Jul 9 13:37:39 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7CA4F9962C2 for ; Thu, 9 Jul 2015 13:37:39 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 51BEE12D0 for ; Thu, 9 Jul 2015 13:37:39 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id 24B0920712 for ; Thu, 9 Jul 2015 09:37:36 -0400 (EDT) Received: from web3 ([10.202.2.213]) by compute3.internal (MEProxy); Thu, 09 Jul 2015 09:37:36 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=0sO4R7EEG8G9syU DZw7fXSjbtdg=; b=YzhDYY5CPyHLZ4PExBXFA4vGPksVyLeENoexXzamAN0ZDna +esp/CUEHwcQ+YPGFePh5pQ3uxP9lATP0CS7YzzxixpcKMKU0RAoPmkfOAeW4nUt IDhHnPkPLkTaEp0b8LdY5z24HWVfs5WcTxsQ1lnQej3FKu1HnswWElWNOVk4= Received: by web3.nyi.internal (Postfix, from userid 99) id F3A821018B3; Thu, 9 Jul 2015 09:37:35 -0400 (EDT) Message-Id: <1436449055.3393221.319434617.216F10F4@webmail.messagingengine.com> X-Sasl-Enc: giXW+HdvGdb6zIofUOPu2fnTEoHn2AZqqJLPgVo5ZtY7 1436449055 From: Mark Felder To: Tijl Coosemans Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, wblock@freebsd.org, hrs@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-bfc056ae Subject: Re: svn commit: r391576 - head/security/vuxml Date: Thu, 09 Jul 2015 08:37:35 -0500 In-Reply-To: <20150709150143.22c91137@kalimero.tijl.coosemans.org> References: <201507081705.t68H515b023864@repo.freebsd.org> <20150709150143.22c91137@kalimero.tijl.coosemans.org> X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 09 Jul 2015 13:37:39 -0000 On Thu, Jul 9, 2015, at 08:01, Tijl Coosemans wrote: > > It's better to mark paragraphs with

    instead of

    and > lists can be created with
      and
    • instead of ascii art like this: > Thanks for the suggestion. I noticed the formatting was terrible and thought "I should add some
      , I wonder if anyone else has used that?" and did a search in vuxml for it. I found results and was satisfied with my decision at the time. It looked OK, so I went with it, but by then I had forgotten that I manually added the * to create the fake ascii-art list :-) I realize now that I should have just looked at the page source and copied exactly what they had to keep the formatting identical:

      We just published updates to both stable versions 1.0 and 1.1 after fixing many minor bugs and adding some security improvements to the 1.1 release branch. Version 1.0.6 comes with cherry-picked fixes from the more recent version to ensure proper long term support especially in regards of security and compatibility.

      The security-related fixes in particular are:

      • XSS vulnerability in _mbox argument
      • security improvement in contact photo handling
      • potential info disclosure from temp directory
      Hindsight is 20/20 I guess? I've also been talking to wblock about training igor to work nicely with vuxml. It reports a ridiculous amount of violations if you run it against the whole file, but it would be nice to have it identify the newest entry or the VID you supply and give you additional formatting feedback on your entry. Additionally, per my suggestion hrs has a patch to improve the vuxml port which lets you do a "make VID=xxx-xxx-xxx-xxx html" and have it spit out the full vuxml html page so you can view your entry in a browser and ensure you're happy with the layout before committing. I hope this will be beneficial to all contributors. From owner-svn-ports-head@freebsd.org Thu Jul 9 13:44:20 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E9839996422; Thu, 9 Jul 2015 13:44:20 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D74EB1A0B; Thu, 9 Jul 2015 13:44:20 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t69DiKoH058576; Thu, 9 Jul 2015 13:44:20 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t69DiKuF058569; Thu, 9 Jul 2015 13:44:20 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201507091344.t69DiKuF058569@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Thu, 9 Jul 2015 13:44:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391632 - head/games/pyfa X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 09 Jul 2015 13:44:21 -0000 Author: wen Date: Thu Jul 9 13:44:19 2015 New Revision: 391632 URL: https://svnweb.freebsd.org/changeset/ports/391632 Log: - Update 1.13.1 PR: 201436 Submitted by: andrey@bsdnir.info(maintainer) Modified: head/games/pyfa/Makefile head/games/pyfa/distinfo Modified: head/games/pyfa/Makefile ============================================================================== --- head/games/pyfa/Makefile Thu Jul 9 11:45:05 2015 (r391631) +++ head/games/pyfa/Makefile Thu Jul 9 13:44:19 2015 (r391632) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pyfa -PORTVERSION= 1.11.0 +PORTVERSION= 1.13.1 DISTVERSIONPREFIX= v CATEGORIES= games python @@ -30,8 +30,7 @@ WX_COMPS= python:run WX_UNICODE= yes OPTIONS_DEFINE= DPSGRAPHING -DPSGRAPHING_DESC= DPS graphing (requires NumPy and matplotlib) -OPTIONS_DEFAULT= DPSGRAPHING +DPSGRAPHING_DESC= DPS graphing (requires NumPy and matplotlib. need fix) DPSGRAPHING_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>0:${PORTSDIR}/math/py-matplotlib \ ${PYTHON_PKGNAMEPREFIX}numpy>0:${PORTSDIR}/math/py-numpy \ Modified: head/games/pyfa/distinfo ============================================================================== --- head/games/pyfa/distinfo Thu Jul 9 11:45:05 2015 (r391631) +++ head/games/pyfa/distinfo Thu Jul 9 13:44:19 2015 (r391632) @@ -1,2 +1,2 @@ -SHA256 (DarkFenX-pyfa-v1.11.0_GH0.tar.gz) = d2c0c4e71604a2fe7dd2557a598a3d7d5abd2cc73a9497a0ce76158e1499adca -SIZE (DarkFenX-pyfa-v1.11.0_GH0.tar.gz) = 5846954 +SHA256 (DarkFenX-pyfa-v1.13.1_GH0.tar.gz) = 9844961ddb217c22bb560016ccc101a24b9412e7daf790b1fcc9d77f25c86277 +SIZE (DarkFenX-pyfa-v1.13.1_GH0.tar.gz) = 6226749 From owner-svn-ports-head@freebsd.org Thu Jul 9 14:20:27 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F36AF996AEE; Thu, 9 Jul 2015 14:20:26 +0000 (UTC) (envelope-from so14k@valentine.liquidneon.com) Received: from valentine.liquidneon.com (cl-1479.chi-02.us.sixxs.net [IPv6:2001:4978:f:5c6::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "valentine.liquidneon.com", Issuer "Gandi Standard SSL CA 2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C3F901E82; Thu, 9 Jul 2015 14:20:26 +0000 (UTC) (envelope-from so14k@valentine.liquidneon.com) Received: by valentine.liquidneon.com (Postfix, from userid 1018) id 774D48FFD9; Thu, 9 Jul 2015 08:20:17 -0600 (MDT) Date: Thu, 9 Jul 2015 08:20:17 -0600 From: Brad Davis To: Adam Weinberger Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r391600 - in head/devel/boehm-gc: . files Message-ID: <20150709142017.GF94853@valentine.liquidneon.com> References: <201507082057.t68KvHhD041349@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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: Thu, 09 Jul 2015 14:20:27 -0000 On Wed, Jul 08, 2015 at 03:37:41PM -0600, Adam Weinberger wrote: > > > On 8 Jul, 2015, at 14:57, Brad Davis wrote: > > > > Log: > > Patch devel/boehm-gc to build on AArch64. > > > > -PORTREVISION= 3 > > +PORTREVISION= 4 > > If it wasn???t building on there before, why the PORTREVISION bump? Good point. That was an oversight on my part. Regards, Brad Davis From owner-svn-ports-head@freebsd.org Thu Jul 9 14:43:38 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 392D9996FD7; Thu, 9 Jul 2015 14:43:38 +0000 (UTC) (envelope-from vg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 294321AD1; Thu, 9 Jul 2015 14:43:38 +0000 (UTC) (envelope-from vg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t69EhcGv087781; Thu, 9 Jul 2015 14:43:38 GMT (envelope-from vg@FreeBSD.org) Received: (from vg@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t69EhbmW087778; Thu, 9 Jul 2015 14:43:37 GMT (envelope-from vg@FreeBSD.org) Message-Id: <201507091443.t69EhbmW087778@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vg set sender to vg@FreeBSD.org using -f From: Veniamin Gvozdikov Date: Thu, 9 Jul 2015 14:43:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391633 - in head/devel/msgpuck: . 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, 09 Jul 2015 14:43:38 -0000 Author: vg Date: Thu Jul 9 14:43:36 2015 New Revision: 391633 URL: https://svnweb.freebsd.org/changeset/ports/391633 Log: - Updated distfile - Removed patches Deleted: head/devel/msgpuck/files/ Modified: head/devel/msgpuck/Makefile head/devel/msgpuck/distinfo head/devel/msgpuck/pkg-plist Modified: head/devel/msgpuck/Makefile ============================================================================== --- head/devel/msgpuck/Makefile Thu Jul 9 13:44:19 2015 (r391632) +++ head/devel/msgpuck/Makefile Thu Jul 9 14:43:36 2015 (r391633) @@ -2,6 +2,7 @@ PORTNAME= msgpuck PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= vg@FreeBSD.org Modified: head/devel/msgpuck/distinfo ============================================================================== --- head/devel/msgpuck/distinfo Thu Jul 9 13:44:19 2015 (r391632) +++ head/devel/msgpuck/distinfo Thu Jul 9 14:43:36 2015 (r391633) @@ -1,2 +1,2 @@ -SHA256 (tarantool-msgpuck-1.0.0_GH0.tar.gz) = f9caff62f6deb2909b7294223231556ed9332dfbc57061750f652d397f5df9ed -SIZE (tarantool-msgpuck-1.0.0_GH0.tar.gz) = 41350 +SHA256 (tarantool-msgpuck-1.0.0_GH0.tar.gz) = f49f58ea6729d52431b1f03ac715374c962cdc9f158f2a953019cce9184fb33e +SIZE (tarantool-msgpuck-1.0.0_GH0.tar.gz) = 43196 Modified: head/devel/msgpuck/pkg-plist ============================================================================== --- head/devel/msgpuck/pkg-plist Thu Jul 9 13:44:19 2015 (r391632) +++ head/devel/msgpuck/pkg-plist Thu Jul 9 14:43:36 2015 (r391633) @@ -1,4 +1,5 @@ -include/msgpuck.h +include/msgpuck/msgpuck.h +lib/libmsgpuck.a lib/libmsgpuck.so -lib/libmsgpuck.so.0 -lib/libmsgpuck.so.0.1 +lib/libmsgpuck.so.1 +lib/libmsgpuck.so.1.0 From owner-svn-ports-head@freebsd.org Thu Jul 9 15:23:25 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1D30E997903; Thu, 9 Jul 2015 15:23:25 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0D7081095; Thu, 9 Jul 2015 15:23:25 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t69FNOn5007822; Thu, 9 Jul 2015 15:23:24 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t69FNOfT007821; Thu, 9 Jul 2015 15:23:24 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201507091523.t69FNOfT007821@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Thu, 9 Jul 2015 15:23:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391635 - 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: Thu, 09 Jul 2015 15:23:25 -0000 Author: feld Date: Thu Jul 9 15:23:23 2015 New Revision: 391635 URL: https://svnweb.freebsd.org/changeset/ports/391635 Log: node and iojs vuln now has a CVE assigned Security: 864e6f75-2372-11e5-86ff-14dae9d210b8 Security: CVE-2015-5380 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Jul 9 15:23:21 2015 (r391634) +++ head/security/vuxml/vuln.xml Thu Jul 9 15:23:23 2015 (r391635) @@ -577,11 +577,12 @@ Notes: http://blog.nodejs.org/2015/07/03/node-v0-12-6-stable/ https://github.com/joyent/node/commit/78b0e30954111cfaba0edbeee85450d8cbc6fdf6 https://github.com/nodejs/io.js/commit/030f8045c706a8c3925ec7cb3184fdfae4ba8676 + CVE-2015-5380 2015-07-03 2015-07-06 - 2015-07-06 + 2015-07-09 From owner-svn-ports-head@freebsd.org Thu Jul 9 15:23:23 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 447BC9978FD; Thu, 9 Jul 2015 15:23:23 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 34C941094; Thu, 9 Jul 2015 15:23:23 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t69FNN9P007742; Thu, 9 Jul 2015 15:23:23 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t69FNMlL007731; Thu, 9 Jul 2015 15:23:22 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201507091523.t69FNMlL007731@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Thu, 9 Jul 2015 15:23:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391634 - head/security/stunnel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 09 Jul 2015 15:23:23 -0000 Author: zi Date: Thu Jul 9 15:23:21 2015 New Revision: 391634 URL: https://svnweb.freebsd.org/changeset/ports/391634 Log: - Update to 5.20 Modified: head/security/stunnel/Makefile head/security/stunnel/distinfo Modified: head/security/stunnel/Makefile ============================================================================== --- head/security/stunnel/Makefile Thu Jul 9 14:43:36 2015 (r391633) +++ head/security/stunnel/Makefile Thu Jul 9 15:23:21 2015 (r391634) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= stunnel -PORTVERSION= 5.19 +PORTVERSION= 5.20 CATEGORIES= security MASTER_SITES= https://www.stunnel.org/downloads/%SUBDIR%/ \ http://mirrors.zerg.biz/stunnel/%SUBDIR%/ \ Modified: head/security/stunnel/distinfo ============================================================================== --- head/security/stunnel/distinfo Thu Jul 9 14:43:36 2015 (r391633) +++ head/security/stunnel/distinfo Thu Jul 9 15:23:21 2015 (r391634) @@ -1,2 +1,2 @@ -SHA256 (stunnel-5.19.tar.gz) = 0b543242cf26649acfdd9f00de564c3e8de7ac2237d53935ffdc7eb24f4d556d -SIZE (stunnel-5.19.tar.gz) = 620810 +SHA256 (stunnel-5.20.tar.gz) = 4a36a3729a7287d9d82c4b38bf72c4d3496346cb969b86129c5deac22b20292b +SIZE (stunnel-5.20.tar.gz) = 625091 From owner-svn-ports-head@freebsd.org Thu Jul 9 15:31:28 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B7C2A997A8C; Thu, 9 Jul 2015 15:31:28 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A68D71639; Thu, 9 Jul 2015 15:31:28 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t69FVSwc012555; Thu, 9 Jul 2015 15:31:28 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t69FVSVK012553; Thu, 9 Jul 2015 15:31:28 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507091531.t69FVSVK012553@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 9 Jul 2015 15:31:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391636 - head/devel/elixir-exrm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 09 Jul 2015 15:31:28 -0000 Author: olgeni Date: Thu Jul 9 15:31:27 2015 New Revision: 391636 URL: https://svnweb.freebsd.org/changeset/ports/391636 Log: Upgrade to 0.18.2. Modified: head/devel/elixir-exrm/Makefile head/devel/elixir-exrm/distinfo Modified: head/devel/elixir-exrm/Makefile ============================================================================== --- head/devel/elixir-exrm/Makefile Thu Jul 9 15:23:23 2015 (r391635) +++ head/devel/elixir-exrm/Makefile Thu Jul 9 15:31:27 2015 (r391636) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= exrm -PORTVERSION= 0.18.1 +PORTVERSION= 0.18.2 CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-exrm/distinfo ============================================================================== --- head/devel/elixir-exrm/distinfo Thu Jul 9 15:23:23 2015 (r391635) +++ head/devel/elixir-exrm/distinfo Thu Jul 9 15:31:27 2015 (r391636) @@ -1,2 +1,2 @@ -SHA256 (bitwalker-exrm-0.18.1_GH0.tar.gz) = 4e57485f446ed1f9936c6480d0fe1a2d8694b126523bc1fce703584755b3abda -SIZE (bitwalker-exrm-0.18.1_GH0.tar.gz) = 46555 +SHA256 (bitwalker-exrm-0.18.2_GH0.tar.gz) = bf565fc6905568c3f5eca92273c0f8ac4bbc2b8459ca17b90e1ab758743747e8 +SIZE (bitwalker-exrm-0.18.2_GH0.tar.gz) = 42688 From owner-svn-ports-head@freebsd.org Thu Jul 9 15:43:25 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 627C9997E0D; Thu, 9 Jul 2015 15:43:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 522B01D17; Thu, 9 Jul 2015 15:43:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t69FhPaY017745; Thu, 9 Jul 2015 15:43:25 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t69FhPhC017744; Thu, 9 Jul 2015 15:43:25 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507091543.t69FhPhC017744@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 9 Jul 2015 15:43:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391637 - head/dns/p5-Net-DNS-TestNS X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 09 Jul 2015 15:43:25 -0000 Author: sunpoet Date: Thu Jul 9 15:43:24 2015 New Revision: 391637 URL: https://svnweb.freebsd.org/changeset/ports/391637 Log: - Add NO_ARCH Modified: head/dns/p5-Net-DNS-TestNS/Makefile Modified: head/dns/p5-Net-DNS-TestNS/Makefile ============================================================================== --- head/dns/p5-Net-DNS-TestNS/Makefile Thu Jul 9 15:31:27 2015 (r391636) +++ head/dns/p5-Net-DNS-TestNS/Makefile Thu Jul 9 15:43:24 2015 (r391637) @@ -16,6 +16,7 @@ BUILD_DEPENDS= p5-Net-DNS>=0.64:${PORTSD p5-XML-LibXML>=1.53:${PORTSDIR}/textproc/p5-XML-LibXML RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USE_PERL5= configure USES= perl5 From owner-svn-ports-head@freebsd.org Thu Jul 9 15:43:29 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A026E997E15; Thu, 9 Jul 2015 15:43:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8FE421D18; Thu, 9 Jul 2015 15:43:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t69FhT69017849; Thu, 9 Jul 2015 15:43:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t69FhT53017848; Thu, 9 Jul 2015 15:43:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507091543.t69FhT53017848@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 9 Jul 2015 15:43:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391638 - head/dns/p5-Net-DNS-ZoneFile-Fast X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 09 Jul 2015 15:43:29 -0000 Author: sunpoet Date: Thu Jul 9 15:43:28 2015 New Revision: 391638 URL: https://svnweb.freebsd.org/changeset/ports/391638 Log: - Add LICENSE - Add NO_ARCH Modified: head/dns/p5-Net-DNS-ZoneFile-Fast/Makefile Modified: head/dns/p5-Net-DNS-ZoneFile-Fast/Makefile ============================================================================== --- head/dns/p5-Net-DNS-ZoneFile-Fast/Makefile Thu Jul 9 15:43:24 2015 (r391637) +++ head/dns/p5-Net-DNS-ZoneFile-Fast/Makefile Thu Jul 9 15:43:28 2015 (r391638) @@ -11,10 +11,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module to parse BIND8/9 zone files +LICENSE= BSD3CLAUSE + BUILD_DEPENDS= p5-Net-DNS>=0.65:${PORTSDIR}/dns/p5-Net-DNS \ p5-Net-DNS-SEC>=0.15:${PORTSDIR}/dns/p5-Net-DNS-SEC RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure From owner-svn-ports-head@freebsd.org Thu Jul 9 15:43:42 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4A54F997E46; Thu, 9 Jul 2015 15:43:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 365F91EB9; Thu, 9 Jul 2015 15:43:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t69Fhgk7018177; Thu, 9 Jul 2015 15:43:42 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t69FhgN3018176; Thu, 9 Jul 2015 15:43:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507091543.t69FhgN3018176@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 9 Jul 2015 15:43:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391641 - head/net-mgmt/netdot X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 09 Jul 2015 15:43:42 -0000 Author: sunpoet Date: Thu Jul 9 15:43:41 2015 New Revision: 391641 URL: https://svnweb.freebsd.org/changeset/ports/391641 Log: - Fix shebang - Bump PORTREVISION for package change Approved by: portmgr (blanket) Modified: head/net-mgmt/netdot/Makefile Modified: head/net-mgmt/netdot/Makefile ============================================================================== --- head/net-mgmt/netdot/Makefile Thu Jul 9 15:43:37 2015 (r391640) +++ head/net-mgmt/netdot/Makefile Thu Jul 9 15:43:41 2015 (r391641) @@ -3,6 +3,7 @@ PORTNAME= netdot PORTVERSION= 1.0.7 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= http://netdot.uoregon.edu/pub/dists/ @@ -40,7 +41,7 @@ RUN_DEPENDS= p5-libapreq2>=0:${PORTSDIR} rrdtool:${PORTSDIR}/databases/rrdtool \ netdisco-mibs>=0:${PORTSDIR}/net-mgmt/netdisco-mibs -USES= gmake perl5 +USES= gmake perl5 shebangfix NO_BUILD= yes USE_MYSQL= yes @@ -51,6 +52,11 @@ SUB_LIST= WWWDIR="${WWWDIR}" \ CHOWN="${CHOWN}" \ CHMOD="${CHMOD}" +SHEBANG_FILES= bin/*.pl bin/initdb upgrade/upgrade-tasks +SHEBANG_LANG= perl perl2 +perl2_OLD_CMD= <> +perl2_CMD= ${LOCALBASE}/bin/perl + .include INSTALL_TARGET= install \ From owner-svn-ports-head@freebsd.org Thu Jul 9 15:43:37 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E9AEA997E3B; Thu, 9 Jul 2015 15:43:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D95CB1DEE; Thu, 9 Jul 2015 15:43:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t69FhbpZ018083; Thu, 9 Jul 2015 15:43:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t69Fhb0R018082; Thu, 9 Jul 2015 15:43:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507091543.t69Fhb0R018082@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 9 Jul 2015 15:43:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391640 - head/net-im/p5-Jabber-Lite X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 09 Jul 2015 15:43:38 -0000 Author: sunpoet Date: Thu Jul 9 15:43:37 2015 New Revision: 391640 URL: https://svnweb.freebsd.org/changeset/ports/391640 Log: - Add NO_ARCH Modified: head/net-im/p5-Jabber-Lite/Makefile Modified: head/net-im/p5-Jabber-Lite/Makefile ============================================================================== --- head/net-im/p5-Jabber-Lite/Makefile Thu Jul 9 15:43:32 2015 (r391639) +++ head/net-im/p5-Jabber-Lite/Makefile Thu Jul 9 15:43:37 2015 (r391640) @@ -21,6 +21,7 @@ BUILD_DEPENDS= p5-Authen-SASL>=0:${PORTS p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USE_PERL5= configure USES= perl5 From owner-svn-ports-head@freebsd.org Thu Jul 9 15:43:33 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9ECB9997E35; Thu, 9 Jul 2015 15:43:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8EC741D1F; Thu, 9 Jul 2015 15:43:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t69FhXeE017970; Thu, 9 Jul 2015 15:43:33 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t69FhXMW017969; Thu, 9 Jul 2015 15:43:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507091543.t69FhXMW017969@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 9 Jul 2015 15:43:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391639 - head/dns/p5-Net-RBLClient X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 09 Jul 2015 15:43:33 -0000 Author: sunpoet Date: Thu Jul 9 15:43:32 2015 New Revision: 391639 URL: https://svnweb.freebsd.org/changeset/ports/391639 Log: - Add NO_ARCH Modified: head/dns/p5-Net-RBLClient/Makefile Modified: head/dns/p5-Net-RBLClient/Makefile ============================================================================== --- head/dns/p5-Net-RBLClient/Makefile Thu Jul 9 15:43:28 2015 (r391638) +++ head/dns/p5-Net-RBLClient/Makefile Thu Jul 9 15:43:32 2015 (r391639) @@ -17,6 +17,7 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USE_PERL5= configure USES= perl5 From owner-svn-ports-head@freebsd.org Thu Jul 9 15:43:57 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D1177997E8D; Thu, 9 Jul 2015 15:43:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AB7731244; Thu, 9 Jul 2015 15:43:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t69FhvAV018564; Thu, 9 Jul 2015 15:43:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t69FhvYP018562; Thu, 9 Jul 2015 15:43:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507091543.t69FhvYP018562@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 9 Jul 2015 15:43:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391644 - head/devel/rubygem-cucumber X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 09 Jul 2015 15:43:57 -0000 Author: sunpoet Date: Thu Jul 9 15:43:56 2015 New Revision: 391644 URL: https://svnweb.freebsd.org/changeset/ports/391644 Log: - Update to 2.0.1 Changes: https://github.com/cucumber/cucumber-ruby/blob/master/History.md Modified: head/devel/rubygem-cucumber/Makefile head/devel/rubygem-cucumber/distinfo Modified: head/devel/rubygem-cucumber/Makefile ============================================================================== --- head/devel/rubygem-cucumber/Makefile Thu Jul 9 15:43:50 2015 (r391643) +++ head/devel/rubygem-cucumber/Makefile Thu Jul 9 15:43:56 2015 (r391644) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cucumber -PORTVERSION= 2.0.0 +PORTVERSION= 2.0.1 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -11,7 +11,7 @@ COMMENT= Behaviour Driven Development wi LICENSE= MIT RUN_DEPENDS= rubygem-builder32>=2.1.2:${PORTSDIR}/devel/rubygem-builder32 \ - rubygem-cucumber-core>=1.1.3:${PORTSDIR}/devel/rubygem-cucumber-core \ + rubygem-cucumber-core>=1.2.0:${PORTSDIR}/devel/rubygem-cucumber-core \ rubygem-diff-lcs>=1.1.3:${PORTSDIR}/textproc/rubygem-diff-lcs \ rubygem-gherkin>=2.12:${PORTSDIR}/textproc/rubygem-gherkin \ rubygem-multi_json>=1.7.5:${PORTSDIR}/devel/rubygem-multi_json \ Modified: head/devel/rubygem-cucumber/distinfo ============================================================================== --- head/devel/rubygem-cucumber/distinfo Thu Jul 9 15:43:50 2015 (r391643) +++ head/devel/rubygem-cucumber/distinfo Thu Jul 9 15:43:56 2015 (r391644) @@ -1,2 +1,2 @@ -SHA256 (rubygem/cucumber-2.0.0.gem) = 75cefd4205033b58f1d3ff502da58bb4753a166dca22b04c8522ac7d0e34486b -SIZE (rubygem/cucumber-2.0.0.gem) = 239104 +SHA256 (rubygem/cucumber-2.0.1.gem) = eb55cbb9180c56ba029be264d9436f907263cea29aa9cc9e4250b5ade96eb8e7 +SIZE (rubygem/cucumber-2.0.1.gem) = 246784 From owner-svn-ports-head@freebsd.org Thu Jul 9 15:43:46 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9D279997E49; Thu, 9 Jul 2015 15:43:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8CCE31F87; Thu, 9 Jul 2015 15:43:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t69FhkZi018287; Thu, 9 Jul 2015 15:43:46 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t69FhkoH018286; Thu, 9 Jul 2015 15:43:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507091543.t69FhkoH018286@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 9 Jul 2015 15:43:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391642 - head/www/p5-Blog-Spam X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 09 Jul 2015 15:43:46 -0000 Author: sunpoet Date: Thu Jul 9 15:43:45 2015 New Revision: 391642 URL: https://svnweb.freebsd.org/changeset/ports/391642 Log: - Add NO_ARCH Modified: head/www/p5-Blog-Spam/Makefile Modified: head/www/p5-Blog-Spam/Makefile ============================================================================== --- head/www/p5-Blog-Spam/Makefile Thu Jul 9 15:43:41 2015 (r391641) +++ head/www/p5-Blog-Spam/Makefile Thu Jul 9 15:43:45 2015 (r391642) @@ -22,6 +22,7 @@ BUILD_DEPENDS= p5-Net-CIDR-Lite>=0:${POR p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USE_PERL5= configure USES= perl5 From owner-svn-ports-head@freebsd.org Thu Jul 9 15:44:03 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 44A1F997EDA; Thu, 9 Jul 2015 15:44:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 002C2145A; Thu, 9 Jul 2015 15:44:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t69Fi2jw018723; Thu, 9 Jul 2015 15:44:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t69Fi2LD018721; Thu, 9 Jul 2015 15:44:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507091544.t69Fi2LD018721@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 9 Jul 2015 15:44:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391645 - head/devel/rubygem-listen X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 09 Jul 2015 15:44:03 -0000 Author: sunpoet Date: Thu Jul 9 15:44:01 2015 New Revision: 391645 URL: https://svnweb.freebsd.org/changeset/ports/391645 Log: - Update to 3.0.2 Changes: https://github.com/guard/listen/releases Modified: head/devel/rubygem-listen/Makefile head/devel/rubygem-listen/distinfo Modified: head/devel/rubygem-listen/Makefile ============================================================================== --- head/devel/rubygem-listen/Makefile Thu Jul 9 15:43:56 2015 (r391644) +++ head/devel/rubygem-listen/Makefile Thu Jul 9 15:44:01 2015 (r391645) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= listen -PORTVERSION= 3.0.1 -PORTREVISION= 1 +PORTVERSION= 3.0.2 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-listen/distinfo ============================================================================== --- head/devel/rubygem-listen/distinfo Thu Jul 9 15:43:56 2015 (r391644) +++ head/devel/rubygem-listen/distinfo Thu Jul 9 15:44:01 2015 (r391645) @@ -1,2 +1,2 @@ -SHA256 (rubygem/listen-3.0.1.gem) = 6b265989325fbe68c665993302a7a16b195492943f0b28067a1d3608560e3563 -SIZE (rubygem/listen-3.0.1.gem) = 26624 +SHA256 (rubygem/listen-3.0.2.gem) = 75a0c685760307b93cefdd478e129b9032fc0b509b902fbffd2219747b9087ea +SIZE (rubygem/listen-3.0.2.gem) = 26624 From owner-svn-ports-head@freebsd.org Thu Jul 9 15:43:51 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F1957997E64; Thu, 9 Jul 2015 15:43:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D604910CD; Thu, 9 Jul 2015 15:43:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t69FhpYJ018440; Thu, 9 Jul 2015 15:43:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t69Fhp9p018435; Thu, 9 Jul 2015 15:43:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507091543.t69Fhp9p018435@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 9 Jul 2015 15:43:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391643 - head/devel/rubygem-cucumber-core X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 09 Jul 2015 15:43:52 -0000 Author: sunpoet Date: Thu Jul 9 15:43:50 2015 New Revision: 391643 URL: https://svnweb.freebsd.org/changeset/ports/391643 Log: - Update to 1.2.0 Changes: https://github.com/cucumber/cucumber-ruby-core/blob/master/HISTORY.md Modified: head/devel/rubygem-cucumber-core/Makefile head/devel/rubygem-cucumber-core/distinfo Modified: head/devel/rubygem-cucumber-core/Makefile ============================================================================== --- head/devel/rubygem-cucumber-core/Makefile Thu Jul 9 15:43:45 2015 (r391642) +++ head/devel/rubygem-cucumber-core/Makefile Thu Jul 9 15:43:50 2015 (r391643) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cucumber-core -PORTVERSION= 1.1.3 +PORTVERSION= 1.2.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-cucumber-core/distinfo ============================================================================== --- head/devel/rubygem-cucumber-core/distinfo Thu Jul 9 15:43:45 2015 (r391642) +++ head/devel/rubygem-cucumber-core/distinfo Thu Jul 9 15:43:50 2015 (r391643) @@ -1,2 +1,2 @@ -SHA256 (rubygem/cucumber-core-1.1.3.gem) = e6d1d41dd048e16161de92ddb415e2e599c6182923f9c6a2a2fcce63ce9dad94 -SIZE (rubygem/cucumber-core-1.1.3.gem) = 40448 +SHA256 (rubygem/cucumber-core-1.2.0.gem) = 390e4d05a99d4b648f75343b553cb22c59aa9b4e461ab383323d4ca381b4b4bb +SIZE (rubygem/cucumber-core-1.2.0.gem) = 41984 From owner-svn-ports-head@freebsd.org Thu Jul 9 15:44:09 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ABC3F997F40; Thu, 9 Jul 2015 15:44:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7A36D1618; Thu, 9 Jul 2015 15:44:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t69Fi9AS018916; Thu, 9 Jul 2015 15:44:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t69Fi7SO018911; Thu, 9 Jul 2015 15:44:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507091544.t69Fi7SO018911@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 9 Jul 2015 15:44:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391646 - in head/www/p5-HTTP-Message: . 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, 09 Jul 2015 15:44:09 -0000 Author: sunpoet Date: Thu Jul 9 15:44:07 2015 New Revision: 391646 URL: https://svnweb.freebsd.org/changeset/ports/391646 Log: - Update to 6.07 - Regenerate patch file with makepatch: - Rename patch file: original filename ends with _pm - Sort PLIST Changes: http://search.cpan.org/dist/HTTP-Message/Changes Added: head/www/p5-HTTP-Message/files/patch-lib-HTTP-Headers.pm - copied, changed from r391619, head/www/p5-HTTP-Message/files/patch-lib_HTTP_Headers_pm Deleted: head/www/p5-HTTP-Message/files/patch-lib_HTTP_Headers_pm Modified: head/www/p5-HTTP-Message/Makefile head/www/p5-HTTP-Message/distinfo head/www/p5-HTTP-Message/pkg-plist Modified: head/www/p5-HTTP-Message/Makefile ============================================================================== --- head/www/p5-HTTP-Message/Makefile Thu Jul 9 15:44:01 2015 (r391645) +++ head/www/p5-HTTP-Message/Makefile Thu Jul 9 15:44:07 2015 (r391646) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= HTTP-Message -PORTVERSION= 6.06 -PORTREVISION= 4 +PORTVERSION= 6.07 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,16 +15,16 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Encode-Locale>=1:${PORTSDIR}/converters/p5-Encode-Locale \ p5-HTTP-Date>=6:${PORTSDIR}/www/p5-HTTP-Date \ - p5-IO-HTML>0:${PORTSDIR}/devel/p5-IO-HTML \ + p5-IO-HTML>=0:${PORTSDIR}/devel/p5-IO-HTML \ p5-LWP-MediaTypes>=6:${PORTSDIR}/www/p5-LWP-MediaTypes \ p5-URI>=1.10:${PORTSDIR}/net/p5-URI RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure -NO_ARCH= YES post-patch: - @${RM} ${WRKSRC}/lib/HTTP/Headers.pm.orig + @${RM} ${WRKSRC}/lib/HTTP/Headers.pm.orig .include Modified: head/www/p5-HTTP-Message/distinfo ============================================================================== --- head/www/p5-HTTP-Message/distinfo Thu Jul 9 15:44:01 2015 (r391645) +++ head/www/p5-HTTP-Message/distinfo Thu Jul 9 15:44:07 2015 (r391646) @@ -1,2 +1,2 @@ -SHA256 (HTTP-Message-6.06.tar.gz) = 087e97009c5239dca4631cf433d836771b3fc5ba5685eef1965f9d3415cbad63 -SIZE (HTTP-Message-6.06.tar.gz) = 50806 +SHA256 (HTTP-Message-6.07.tar.gz) = d94644395f98330d6df1eda37ab13cb3994514d05ce66556a86253625a50d9f4 +SIZE (HTTP-Message-6.07.tar.gz) = 59154 Copied and modified: head/www/p5-HTTP-Message/files/patch-lib-HTTP-Headers.pm (from r391619, head/www/p5-HTTP-Message/files/patch-lib_HTTP_Headers_pm) ============================================================================== --- head/www/p5-HTTP-Message/files/patch-lib_HTTP_Headers_pm Thu Jul 9 07:09:30 2015 (r391619, copy source) +++ head/www/p5-HTTP-Message/files/patch-lib-HTTP-Headers.pm Thu Jul 9 15:44:07 2015 (r391646) @@ -1,6 +1,6 @@ ---- lib/HTTP/Headers.pm.orig 2013-04-08 11:36:07.000000000 -0400 -+++ lib/HTTP/Headers.pm 2013-04-08 11:42:27.000000000 -0400 -@@ -150,7 +150,7 @@ +--- lib/HTTP/Headers.pm.orig 2015-07-09 00:23:53 UTC ++++ lib/HTTP/Headers.pm +@@ -151,7 +151,7 @@ sub _header my($self, $field, $val, $op) = @_; Carp::croak("Illegal field name '$field'") Modified: head/www/p5-HTTP-Message/pkg-plist ============================================================================== --- head/www/p5-HTTP-Message/pkg-plist Thu Jul 9 15:44:01 2015 (r391645) +++ head/www/p5-HTTP-Message/pkg-plist Thu Jul 9 15:44:07 2015 (r391646) @@ -1,11 +1,3 @@ -%%PERL5_MAN3%%/HTTP::Config.3.gz -%%PERL5_MAN3%%/HTTP::Headers.3.gz -%%PERL5_MAN3%%/HTTP::Headers::Util.3.gz -%%PERL5_MAN3%%/HTTP::Message.3.gz -%%PERL5_MAN3%%/HTTP::Request.3.gz -%%PERL5_MAN3%%/HTTP::Request::Common.3.gz -%%PERL5_MAN3%%/HTTP::Response.3.gz -%%PERL5_MAN3%%/HTTP::Status.3.gz %%SITE_PERL%%/HTTP/Config.pm %%SITE_PERL%%/HTTP/Headers.pm %%SITE_PERL%%/HTTP/Headers/Auth.pm @@ -16,3 +8,11 @@ %%SITE_PERL%%/HTTP/Request/Common.pm %%SITE_PERL%%/HTTP/Response.pm %%SITE_PERL%%/HTTP/Status.pm +%%PERL5_MAN3%%/HTTP::Config.3.gz +%%PERL5_MAN3%%/HTTP::Headers.3.gz +%%PERL5_MAN3%%/HTTP::Headers::Util.3.gz +%%PERL5_MAN3%%/HTTP::Message.3.gz +%%PERL5_MAN3%%/HTTP::Request.3.gz +%%PERL5_MAN3%%/HTTP::Request::Common.3.gz +%%PERL5_MAN3%%/HTTP::Response.3.gz +%%PERL5_MAN3%%/HTTP::Status.3.gz From owner-svn-ports-head@freebsd.org Thu Jul 9 15:44:14 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8BE41997F5F; Thu, 9 Jul 2015 15:44:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7BEC8164D; Thu, 9 Jul 2015 15:44:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t69FiEk5019039; Thu, 9 Jul 2015 15:44:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t69FiDFL019037; Thu, 9 Jul 2015 15:44:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507091544.t69FiDFL019037@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 9 Jul 2015 15:44:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391647 - 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: Thu, 09 Jul 2015 15:44:14 -0000 Author: sunpoet Date: Thu Jul 9 15:44:13 2015 New Revision: 391647 URL: https://svnweb.freebsd.org/changeset/ports/391647 Log: - Update to 6.13 Changes: http://search.cpan.org/dist/Mojolicious/Changes Modified: head/www/p5-Mojolicious/Makefile head/www/p5-Mojolicious/distinfo Modified: head/www/p5-Mojolicious/Makefile ============================================================================== --- head/www/p5-Mojolicious/Makefile Thu Jul 9 15:44:07 2015 (r391646) +++ head/www/p5-Mojolicious/Makefile Thu Jul 9 15:44:13 2015 (r391647) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Mojolicious -PORTVERSION= 6.12 +PORTVERSION= 6.13 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/www/p5-Mojolicious/distinfo ============================================================================== --- head/www/p5-Mojolicious/distinfo Thu Jul 9 15:44:07 2015 (r391646) +++ head/www/p5-Mojolicious/distinfo Thu Jul 9 15:44:13 2015 (r391647) @@ -1,2 +1,2 @@ -SHA256 (Mojolicious-6.12.tar.gz) = 899216955c2767c2a7fd66b2170988bdf1dc933ad8579c6ad896907379614a5c -SIZE (Mojolicious-6.12.tar.gz) = 653632 +SHA256 (Mojolicious-6.13.tar.gz) = eaba1d8b8acde4d522546db319c3b1ee5522a7ceb6617b28c79719f156bdf8e2 +SIZE (Mojolicious-6.13.tar.gz) = 646993 From owner-svn-ports-head@freebsd.org Thu Jul 9 15:44:20 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1C6FB997F98; Thu, 9 Jul 2015 15:44:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DCED2192C; Thu, 9 Jul 2015 15:44:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t69FiJqS019163; Thu, 9 Jul 2015 15:44:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t69FiJCP019159; Thu, 9 Jul 2015 15:44:19 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507091544.t69FiJCP019159@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 9 Jul 2015 15:44:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391648 - head/devel/p5-Parallel-ForkManager X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 09 Jul 2015 15:44:20 -0000 Author: sunpoet Date: Thu Jul 9 15:44:18 2015 New Revision: 391648 URL: https://svnweb.freebsd.org/changeset/ports/391648 Log: - Update to 1.15 - Add NO_ARCH Changes: http://search.cpan.org/dist/Parallel-ForkManager/Changes Modified: head/devel/p5-Parallel-ForkManager/Makefile head/devel/p5-Parallel-ForkManager/distinfo Modified: head/devel/p5-Parallel-ForkManager/Makefile ============================================================================== --- head/devel/p5-Parallel-ForkManager/Makefile Thu Jul 9 15:44:13 2015 (r391647) +++ head/devel/p5-Parallel-ForkManager/Makefile Thu Jul 9 15:44:18 2015 (r391648) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Parallel-ForkManager -PORTVERSION= 1.14 +PORTVERSION= 1.15 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,9 +13,14 @@ COMMENT= Simple parallel processing fork LICENSE= ART10 GPLv1 LICENSE_COMB= dual -TEST_DEPENDS= p5-Test-Simple>1.001.003:${PORTSDIR}/devel/p5-Test-Simple - +NO_ARCH= yes USES= perl5 USE_PERL5= configure -.include +.include + +.if ${PERL_LEVEL} < 502000 +TEST_DEPENDS+= p5-Test-Simple>=1.001.003:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include Modified: head/devel/p5-Parallel-ForkManager/distinfo ============================================================================== --- head/devel/p5-Parallel-ForkManager/distinfo Thu Jul 9 15:44:13 2015 (r391647) +++ head/devel/p5-Parallel-ForkManager/distinfo Thu Jul 9 15:44:18 2015 (r391648) @@ -1,2 +1,2 @@ -SHA256 (Parallel-ForkManager-1.14.tar.gz) = ac2a799d737c41536b3278e3ae9a3403838546e39a6ba307de13561fb62fd3a3 -SIZE (Parallel-ForkManager-1.14.tar.gz) = 16857 +SHA256 (Parallel-ForkManager-1.15.tar.gz) = b99adef534282413dc90a37a0e51d3920612daf8561759aeb21bb142f73ed176 +SIZE (Parallel-ForkManager-1.15.tar.gz) = 16948 From owner-svn-ports-head@freebsd.org Thu Jul 9 15:44:25 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EC0AD997FBA; Thu, 9 Jul 2015 15:44:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B0D751A1D; Thu, 9 Jul 2015 15:44:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t69FiPWF019313; Thu, 9 Jul 2015 15:44:25 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t69FiPwi019311; Thu, 9 Jul 2015 15:44:25 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507091544.t69FiPwi019311@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 9 Jul 2015 15:44:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391649 - head/devel/p5-autodie X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 09 Jul 2015 15:44:26 -0000 Author: sunpoet Date: Thu Jul 9 15:44:24 2015 New Revision: 391649 URL: https://svnweb.freebsd.org/changeset/ports/391649 Log: - Update to 2.29 Changes: http://search.cpan.org/dist/autodie/Changes Modified: head/devel/p5-autodie/Makefile head/devel/p5-autodie/distinfo Modified: head/devel/p5-autodie/Makefile ============================================================================== --- head/devel/p5-autodie/Makefile Thu Jul 9 15:44:18 2015 (r391648) +++ head/devel/p5-autodie/Makefile Thu Jul 9 15:44:24 2015 (r391649) @@ -2,9 +2,10 @@ # $FreeBSD$ PORTNAME= autodie -PORTVERSION= 2.28 +PORTVERSION= 2.29 CATEGORIES= devel perl5 MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:PJF PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org Modified: head/devel/p5-autodie/distinfo ============================================================================== --- head/devel/p5-autodie/distinfo Thu Jul 9 15:44:18 2015 (r391648) +++ head/devel/p5-autodie/distinfo Thu Jul 9 15:44:24 2015 (r391649) @@ -1,2 +1,2 @@ -SHA256 (autodie-2.28.tar.gz) = c3e584c4e62774b0b1d56d527f232fe4b43114f3b7e245635a13285f8852d1db -SIZE (autodie-2.28.tar.gz) = 93236 +SHA256 (autodie-2.29.tar.gz) = f5b77917e7004179c93ff8511c8a4c1ea19df3da6379f78b55b57791c45229bf +SIZE (autodie-2.29.tar.gz) = 93396 From owner-svn-ports-head@freebsd.org Thu Jul 9 15:44:31 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 38CBC997FDD; Thu, 9 Jul 2015 15:44:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 275371AA5; Thu, 9 Jul 2015 15:44:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t69FiVCR019437; Thu, 9 Jul 2015 15:44:31 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t69FiUDH019435; Thu, 9 Jul 2015 15:44:30 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507091544.t69FiUDH019435@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 9 Jul 2015 15:44:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391650 - head/devel/rubygem-rack-mini-profiler X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 09 Jul 2015 15:44:31 -0000 Author: sunpoet Date: Thu Jul 9 15:44:29 2015 New Revision: 391650 URL: https://svnweb.freebsd.org/changeset/ports/391650 Log: - Update to 0.9.4 Changes: https://github.com/MiniProfiler/rack-mini-profiler/blob/master/CHANGELOG.md Modified: head/devel/rubygem-rack-mini-profiler/Makefile head/devel/rubygem-rack-mini-profiler/distinfo Modified: head/devel/rubygem-rack-mini-profiler/Makefile ============================================================================== --- head/devel/rubygem-rack-mini-profiler/Makefile Thu Jul 9 15:44:24 2015 (r391649) +++ head/devel/rubygem-rack-mini-profiler/Makefile Thu Jul 9 15:44:29 2015 (r391650) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= rack-mini-profiler -PORTVERSION= 0.9.3 -PORTREVISION= 1 +PORTVERSION= 0.9.4 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-rack-mini-profiler/distinfo ============================================================================== --- head/devel/rubygem-rack-mini-profiler/distinfo Thu Jul 9 15:44:24 2015 (r391649) +++ head/devel/rubygem-rack-mini-profiler/distinfo Thu Jul 9 15:44:29 2015 (r391650) @@ -1,2 +1,2 @@ -SHA256 (rubygem/rack-mini-profiler-0.9.3.gem) = bf77d53ab4e9fa29c6e402af51b6207983bab2e117d5151b9d2fe55ff8b635ff -SIZE (rubygem/rack-mini-profiler-0.9.3.gem) = 94720 +SHA256 (rubygem/rack-mini-profiler-0.9.4.gem) = 6b848b4a2e7a20a705b5cf42e3ad71a66068c17eac271e4b94a0e7d20786cce1 +SIZE (rubygem/rack-mini-profiler-0.9.4.gem) = 95232 From owner-svn-ports-head@freebsd.org Thu Jul 9 15:44:36 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3B19C997FF4; Thu, 9 Jul 2015 15:44:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EEF6E1B9B; Thu, 9 Jul 2015 15:44:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t69FiZRG019564; Thu, 9 Jul 2015 15:44:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t69FiZ2T019560; Thu, 9 Jul 2015 15:44:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507091544.t69FiZ2T019560@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 9 Jul 2015 15:44:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391651 - head/graphics/rubygem-pdfkit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 09 Jul 2015 15:44:36 -0000 Author: sunpoet Date: Thu Jul 9 15:44:34 2015 New Revision: 391651 URL: https://svnweb.freebsd.org/changeset/ports/391651 Log: - Update to 0.8.0 Changes: https://github.com/pdfkit/pdfkit/blob/master/CHANGELOG.md Modified: head/graphics/rubygem-pdfkit/Makefile head/graphics/rubygem-pdfkit/distinfo Modified: head/graphics/rubygem-pdfkit/Makefile ============================================================================== --- head/graphics/rubygem-pdfkit/Makefile Thu Jul 9 15:44:29 2015 (r391650) +++ head/graphics/rubygem-pdfkit/Makefile Thu Jul 9 15:44:34 2015 (r391651) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pdfkit -PORTVERSION= 0.7.0 +PORTVERSION= 0.8.0 CATEGORIES= graphics rubygems MASTER_SITES= RG Modified: head/graphics/rubygem-pdfkit/distinfo ============================================================================== --- head/graphics/rubygem-pdfkit/distinfo Thu Jul 9 15:44:29 2015 (r391650) +++ head/graphics/rubygem-pdfkit/distinfo Thu Jul 9 15:44:34 2015 (r391651) @@ -1,2 +1,2 @@ -SHA256 (rubygem/pdfkit-0.7.0.gem) = 46dcd4740f5c9370d69e935f67471984c86a9b2a0d81eb26d1d526a6ca5e6321 -SIZE (rubygem/pdfkit-0.7.0.gem) = 18432 +SHA256 (rubygem/pdfkit-0.8.0.gem) = abea36822db0bc8f140107035310de949cf16c8ba8561fc19a1077bea3084089 +SIZE (rubygem/pdfkit-0.8.0.gem) = 19968 From owner-svn-ports-head@freebsd.org Thu Jul 9 15:44:40 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EF34E99602A; Thu, 9 Jul 2015 15:44:40 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DF57F1C84; Thu, 9 Jul 2015 15:44:40 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t69FieND019710; Thu, 9 Jul 2015 15:44:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t69Fie0h019708; Thu, 9 Jul 2015 15:44:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507091544.t69Fie0h019708@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 9 Jul 2015 15:44:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391652 - head/irc/rubygem-cinch X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 09 Jul 2015 15:44:41 -0000 Author: sunpoet Date: Thu Jul 9 15:44:39 2015 New Revision: 391652 URL: https://svnweb.freebsd.org/changeset/ports/391652 Log: - Update to 2.2.6 Changes: https://github.com/cinchrb/cinch/blob/master/ChangeLog Modified: head/irc/rubygem-cinch/Makefile head/irc/rubygem-cinch/distinfo Modified: head/irc/rubygem-cinch/Makefile ============================================================================== --- head/irc/rubygem-cinch/Makefile Thu Jul 9 15:44:34 2015 (r391651) +++ head/irc/rubygem-cinch/Makefile Thu Jul 9 15:44:39 2015 (r391652) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cinch -PORTVERSION= 2.2.5 +PORTVERSION= 2.2.6 CATEGORIES= irc rubygems MASTER_SITES= RG Modified: head/irc/rubygem-cinch/distinfo ============================================================================== --- head/irc/rubygem-cinch/distinfo Thu Jul 9 15:44:34 2015 (r391651) +++ head/irc/rubygem-cinch/distinfo Thu Jul 9 15:44:39 2015 (r391652) @@ -1,2 +1,2 @@ -SHA256 (rubygem/cinch-2.2.5.gem) = 7aaac22a6fced8e844a7bfc9613adc2657ada616b36a8cc880699cebdde4bfef -SIZE (rubygem/cinch-2.2.5.gem) = 80896 +SHA256 (rubygem/cinch-2.2.6.gem) = 286b1f4708418a2d81f7c9f022b99f7fe2523dc643250e772db5255488865795 +SIZE (rubygem/cinch-2.2.6.gem) = 79360 From owner-svn-ports-head@freebsd.org Thu Jul 9 15:44:46 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5F7F499604E; Thu, 9 Jul 2015 15:44:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 210741D73; Thu, 9 Jul 2015 15:44:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t69FijBv019835; Thu, 9 Jul 2015 15:44:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t69FijHB019833; Thu, 9 Jul 2015 15:44:45 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507091544.t69FijHB019833@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 9 Jul 2015 15:44:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391653 - 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: Thu, 09 Jul 2015 15:44:46 -0000 Author: sunpoet Date: Thu Jul 9 15:44:44 2015 New Revision: 391653 URL: https://svnweb.freebsd.org/changeset/ports/391653 Log: - Update to 1.1.1 - Add NO_ARCH - While I'm here, sort USE_PYTHON Changes: https://github.com/gtaylor/python-fedex/blob/master/CHANGES.rst PR: 201440 Submitted by: Kevin Golding (maintainer) Modified: head/www/py-fedex/Makefile head/www/py-fedex/distinfo Modified: head/www/py-fedex/Makefile ============================================================================== --- head/www/py-fedex/Makefile Thu Jul 9 15:44:39 2015 (r391652) +++ head/www/py-fedex/Makefile Thu Jul 9 15:44:44 2015 (r391653) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= fedex -PORTVERSION= 1.0.14 -PORTREVISION= 1 +PORTVERSION= 1.1.1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +14,8 @@ LICENSE= BSD3CLAUSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}suds>=0:${PORTSDIR}/net/py-suds +NO_ARCH= yes USES= python:2 -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils .include Modified: head/www/py-fedex/distinfo ============================================================================== --- head/www/py-fedex/distinfo Thu Jul 9 15:44:39 2015 (r391652) +++ head/www/py-fedex/distinfo Thu Jul 9 15:44:44 2015 (r391653) @@ -1,2 +1,2 @@ -SHA256 (fedex-1.0.14.tar.gz) = afe234b7f670ba18693644560ee913213558f42b70af5b8e008dd2e2dc06db3f -SIZE (fedex-1.0.14.tar.gz) = 449290 +SHA256 (fedex-1.1.1.tar.gz) = 62021836f81df116cf78b8e17ff36d200ee540e104d3ff60d7f598b4496434db +SIZE (fedex-1.1.1.tar.gz) = 542480 From owner-svn-ports-head@freebsd.org Thu Jul 9 15:44:52 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2AA14996079; Thu, 9 Jul 2015 15:44:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DC1D41E9A; Thu, 9 Jul 2015 15:44:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t69FipeA019988; Thu, 9 Jul 2015 15:44:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t69Fiofs019983; Thu, 9 Jul 2015 15:44:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507091544.t69Fiofs019983@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 9 Jul 2015 15:44:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391654 - head/www/py-django-extensions X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 09 Jul 2015 15:44:52 -0000 Author: sunpoet Date: Thu Jul 9 15:44:50 2015 New Revision: 391654 URL: https://svnweb.freebsd.org/changeset/ports/391654 Log: - Update to 1.5.5 - Add NO_ARCH - Update WWW - While I'm here, sort USE_PYTHON Changes: https://github.com/django-extensions/django-extensions/blob/master/CHANGELOG.md PR: 201441 Submitted by: Kevin Golding (maintainer) Modified: head/www/py-django-extensions/Makefile head/www/py-django-extensions/distinfo head/www/py-django-extensions/pkg-descr Modified: head/www/py-django-extensions/Makefile ============================================================================== --- head/www/py-django-extensions/Makefile Thu Jul 9 15:44:44 2015 (r391653) +++ head/www/py-django-extensions/Makefile Thu Jul 9 15:44:50 2015 (r391654) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= django-extensions -PORTVERSION= 1.3.8 +PORTVERSION= 1.5.5 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,10 +12,11 @@ COMMENT= Global custom management extens LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>0:${PORTSDIR}/www/py-django \ - ${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=0:${PORTSDIR}/www/py-django \ + ${PYTHON_PKGNAMEPREFIX}six>=0:${PORTSDIR}/devel/py-six +NO_ARCH= yes USES= python:2 -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils .include Modified: head/www/py-django-extensions/distinfo ============================================================================== --- head/www/py-django-extensions/distinfo Thu Jul 9 15:44:44 2015 (r391653) +++ head/www/py-django-extensions/distinfo Thu Jul 9 15:44:50 2015 (r391654) @@ -1,2 +1,2 @@ -SHA256 (django-extensions-1.3.8.tar.gz) = 075e5b0504b49a1f3eef0d0b8bdeb14f7d526fcd4053f1616b7f73382e2b142e -SIZE (django-extensions-1.3.8.tar.gz) = 176942 +SHA256 (django-extensions-1.5.5.tar.gz) = 59c77d2c1bfd0bb1099dcba124a96b28c976c1c7bdcefc22be76aa2d9623654f +SIZE (django-extensions-1.5.5.tar.gz) = 400104 Modified: head/www/py-django-extensions/pkg-descr ============================================================================== --- head/www/py-django-extensions/pkg-descr Thu Jul 9 15:44:44 2015 (r391653) +++ head/www/py-django-extensions/pkg-descr Thu Jul 9 15:44:50 2015 (r391654) @@ -1,3 +1,3 @@ Global custom management extensions for the Django Framework. -WWW: http://packages.python.org/django-extensions/ +WWW: http://django-extensions.readthedocs.org/ From owner-svn-ports-head@freebsd.org Thu Jul 9 15:48:59 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A4FA69960F0; Thu, 9 Jul 2015 15:48:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9518910B4; Thu, 9 Jul 2015 15:48:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t69FmxBm020736; Thu, 9 Jul 2015 15:48:59 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t69FmxqL020735; Thu, 9 Jul 2015 15:48:59 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507091548.t69FmxqL020735@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 9 Jul 2015 15:48:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391655 - head/databases/rocksdb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 09 Jul 2015 15:48:59 -0000 Author: sunpoet Date: Thu Jul 9 15:48:58 2015 New Revision: 391655 URL: https://svnweb.freebsd.org/changeset/ports/391655 Log: - Mark BROKEN on DragonFly BSD PR: 201341 Submitted by: marino Modified: head/databases/rocksdb/Makefile Modified: head/databases/rocksdb/Makefile ============================================================================== --- head/databases/rocksdb/Makefile Thu Jul 9 15:44:50 2015 (r391654) +++ head/databases/rocksdb/Makefile Thu Jul 9 15:48:58 2015 (r391655) @@ -25,6 +25,8 @@ USES= compiler:c++11-lib gmake GH_ACCOUNT= facebook USE_GITHUB= yes +BROKEN_DragonFly= does not build on DragonFly BSD using GCC with -Werror + PROGRAMS= db_bench db_repl_stress db_sanity_test db_stress ldb sst_dump table_reader_bench .include From owner-svn-ports-head@freebsd.org Thu Jul 9 15:59:12 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7A3C29963AC; Thu, 9 Jul 2015 15:59:12 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6A0CE1950; Thu, 9 Jul 2015 15:59:12 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t69FxCrv025761; Thu, 9 Jul 2015 15:59:12 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t69FxCEF025760; Thu, 9 Jul 2015 15:59:12 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201507091559.t69FxCEF025760@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Thu, 9 Jul 2015 15:59:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391656 - 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: Thu, 09 Jul 2015 15:59:12 -0000 Author: feld Date: Thu Jul 9 15:59:11 2015 New Revision: 391656 URL: https://svnweb.freebsd.org/changeset/ports/391656 Log: document django vulnerabilities Security: 37ed8e9c-2651-11e5-86ff-14dae9d210b8 Security: CVE-2015-5143 Security: CVE-2015-5144 Security: CVE-2015-5145 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Jul 9 15:48:58 2015 (r391655) +++ head/security/vuxml/vuln.xml Thu Jul 9 15:59:11 2015 (r391656) @@ -57,6 +57,102 @@ Notes: --> + + django -- multiple vulnerabilities + + + py27-django + 1.4.01.4.21 + + + py32-django + 1.4.01.4.21 + + + py33-django + 1.4.01.4.21 + + + py34-django + 1.4.01.4.21 + + + py27-django + 1.7.01.7.9 + + + py32-django + 1.7.01.7.9 + + + py33-django + 1.7.01.7.9 + + + py34-django + 1.7.01.7.9 + + + py27-django + 1.8.01.8.3 + + + py32-django + 1.8.01.8.3 + + + py33-django + 1.8.01.8.3 + + + py34-django + 1.8.01.8.3 + + + py27-django-devel + 20150730,1 + + + py32-django-devel + 20150730,1 + + + py33-django-devel + 20150730,1 + + + py34-django-devel + 20150730,1 + + + + +

      Tim Graham reports:

      +
      +

      In accordance with our security release policy, the Django + team is issuing multiple releases -- Django 1.4.21, 1.7.9, and 1.8.3. + These releases are now available on PyPI and our download page. These + releases address several security issues detailed below. We encourage + all users of Django to upgrade as soon as possible. The Django master + branch has also been updated.

      +
      + +
      + + https://www.djangoproject.com/weblog/2015/jul/08/security-releases/ + https://github.com/django/django/commit/df049ed77a4db67e45db5679bfc76a85d2a26680 + https://github.com/django/django/commit/014247ad1922931a2f17beaf6249247298e9dc44 + https://github.com/django/django/commit/17d3a6d8044752f482453f5906026eaf12c39e8e + CVE-2015-5143 + CVE-2015-5144 + CVE-2015-5145 + + + 2015-06-10 + 2015-07-09 + +
      + Adobe Flash Player -- critical vulnerabilities From owner-svn-ports-head@freebsd.org Thu Jul 9 16:05:12 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5DE03996583; Thu, 9 Jul 2015 16:05:12 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4DA801CEC; Thu, 9 Jul 2015 16:05:12 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t69G5CFn030780; Thu, 9 Jul 2015 16:05:12 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t69G5CEI030779; Thu, 9 Jul 2015 16:05:12 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201507091605.t69G5CEI030779@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Thu, 9 Jul 2015 16:05:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391658 - head/devel/p5-autodie X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 09 Jul 2015 16:05:12 -0000 Author: adamw Date: Thu Jul 9 16:05:11 2015 New Revision: 391658 URL: https://svnweb.freebsd.org/changeset/ports/391658 Log: Add extra module to TEST_DEPENDS, necessary for t/import-into.t Modified: head/devel/p5-autodie/Makefile Modified: head/devel/p5-autodie/Makefile ============================================================================== --- head/devel/p5-autodie/Makefile Thu Jul 9 16:05:06 2015 (r391657) +++ head/devel/p5-autodie/Makefile Thu Jul 9 16:05:11 2015 (r391658) @@ -17,6 +17,7 @@ LICENSE_COMB= dual TEST_DEPENDS= p5-BSD-Resource>=0:${PORTSDIR}/devel/p5-BSD-Resource \ p5-IPC-System-Simple>=0.12:${PORTSDIR}/devel/p5-IPC-System-Simple \ p5-Import-Into>=1.002004:${PORTSDIR}/devel/p5-Import-Into \ + p5-Module-Runtime>=0:${PORTSDIR}/devel/p5-Module-Runtime \ p5-Sub-Identify>=0:${PORTSDIR}/devel/p5-Sub-Identify NO_ARCH= yes From owner-svn-ports-head@freebsd.org Thu Jul 9 16:05:16 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4C7D89965A8; Thu, 9 Jul 2015 16:05:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 31E1C1D0A; Thu, 9 Jul 2015 16:05:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t69G5GSs030816; Thu, 9 Jul 2015 16:05:16 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t69G5748030677; Thu, 9 Jul 2015 16:05:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507091605.t69G5748030677@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 9 Jul 2015 16:05:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391657 - in head: astro/merkaartor astro/osmium astro/qlandkartegt databases/grass graphics/R-cran-rgdal graphics/gdal graphics/gdal-grass graphics/gdal-grass/files graphics/gmt graphi... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 09 Jul 2015 16:05:16 -0000 Author: sunpoet Date: Thu Jul 9 16:05:06 2015 New Revision: 391657 URL: https://svnweb.freebsd.org/changeset/ports/391657 Log: - Update to 2.0.0 - Bump PORTREVISION for graphics/gdal shlib change - Mark astro/merkaartor as BROKEN Changes: http://trac.osgeo.org/gdal/wiki/Release/2.0.0-News Added: head/graphics/gdal-grass/files/patch-ogrgrass.h (contents, props changed) head/graphics/gdal-grass/files/patch-ogrgrasslayer.cpp (contents, props changed) head/graphics/mapnik/files/patch-plugins-input-ogr-ogr_datasource.cpp (contents, props changed) head/graphics/mapnik/files/patch-plugins-input-ogr-ogr_datasource.hpp (contents, props changed) head/graphics/mapnik/files/patch-plugins-input-ogr-ogr_layer_ptr.hpp (contents, props changed) Modified: head/astro/merkaartor/Makefile head/astro/osmium/Makefile head/astro/qlandkartegt/Makefile head/databases/grass/Makefile head/graphics/R-cran-rgdal/Makefile head/graphics/gdal-grass/Makefile head/graphics/gdal/Makefile head/graphics/gdal/distinfo head/graphics/gdal/pkg-plist head/graphics/gmt/Makefile head/graphics/mapnik/Makefile head/graphics/mapserver/Makefile head/graphics/osgearth/Makefile head/graphics/qgis/Makefile head/math/pdal/Makefile head/math/saga/Makefile Modified: head/astro/merkaartor/Makefile ============================================================================== --- head/astro/merkaartor/Makefile Thu Jul 9 15:59:11 2015 (r391656) +++ head/astro/merkaartor/Makefile Thu Jul 9 16:05:06 2015 (r391657) @@ -16,6 +16,8 @@ LICENSE= GPLv2 LIB_DEPENDS= libgdal.so:${PORTSDIR}/graphics/gdal \ libproj.so:${PORTSDIR}/graphics/proj +BROKEN= does not build with GDAL 2.0 + USES= qmake tar:bzip2 USE_LDCONFIG= yes Modified: head/astro/osmium/Makefile ============================================================================== --- head/astro/osmium/Makefile Thu Jul 9 15:59:11 2015 (r391656) +++ head/astro/osmium/Makefile Thu Jul 9 16:05:06 2015 (r391657) @@ -3,7 +3,7 @@ PORTNAME= osmium PORTVERSION= git20130522 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= astro geography devel MAINTAINER= amdmi3@FreeBSD.org Modified: head/astro/qlandkartegt/Makefile ============================================================================== --- head/astro/qlandkartegt/Makefile Thu Jul 9 15:59:11 2015 (r391656) +++ head/astro/qlandkartegt/Makefile Thu Jul 9 16:05:06 2015 (r391657) @@ -3,7 +3,7 @@ PORTNAME= qlandkartegt PORTVERSION= 1.7.6 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= astro MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/QLandkarte%20GT%20${PORTVERSION} Modified: head/databases/grass/Makefile ============================================================================== --- head/databases/grass/Makefile Thu Jul 9 15:59:11 2015 (r391656) +++ head/databases/grass/Makefile Thu Jul 9 16:05:06 2015 (r391657) @@ -3,7 +3,7 @@ PORTNAME= grass PORTVERSION= 6.4.4 -PORTREVISION= 5 +PORTREVISION= 6 PORTEPOCH= 2 CATEGORIES= databases geography MASTER_SITES= http://grass.osgeo.org/%SUBDIR%/ \ Modified: head/graphics/R-cran-rgdal/Makefile ============================================================================== --- head/graphics/R-cran-rgdal/Makefile Thu Jul 9 15:59:11 2015 (r391656) +++ head/graphics/R-cran-rgdal/Makefile Thu Jul 9 16:05:06 2015 (r391657) @@ -3,6 +3,7 @@ PORTNAME= rgdal DISTVERSION= 1.0-4 +PORTREVISION= 1 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/graphics/gdal-grass/Makefile ============================================================================== --- head/graphics/gdal-grass/Makefile Thu Jul 9 15:59:11 2015 (r391656) +++ head/graphics/gdal-grass/Makefile Thu Jul 9 16:05:06 2015 (r391657) @@ -3,6 +3,7 @@ PORTNAME= gdal-grass PORTVERSION= 1.11.2 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://download.osgeo.org/gdal/ Added: head/graphics/gdal-grass/files/patch-ogrgrass.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/gdal-grass/files/patch-ogrgrass.h Thu Jul 9 16:05:06 2015 (r391657) @@ -0,0 +1,11 @@ +--- ogrgrass.h.orig 2015-02-06 15:30:50 UTC ++++ ogrgrass.h +@@ -55,7 +55,7 @@ class OGRGRASSLayer : public OGRLayer + + // Layer info + OGRFeatureDefn * GetLayerDefn() { return poFeatureDefn; } +- int GetFeatureCount( int ); ++ GIntBig GetFeatureCount( int ); + OGRErr GetExtent(OGREnvelope *psExtent, int bForce); + virtual OGRSpatialReference *GetSpatialRef(); + int TestCapability( const char * ); Added: head/graphics/gdal-grass/files/patch-ogrgrasslayer.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/gdal-grass/files/patch-ogrgrasslayer.cpp Thu Jul 9 16:05:06 2015 (r391657) @@ -0,0 +1,11 @@ +--- ogrgrasslayer.cpp.orig 2015-02-06 15:30:50 UTC ++++ ogrgrasslayer.cpp +@@ -1013,7 +1013,7 @@ OGRErr OGRGRASSLayer::CreateFeature( OGR + /* Eventually we should consider implementing a more efficient */ + /* way of counting features matching a spatial query. */ + /************************************************************************/ +-int OGRGRASSLayer::GetFeatureCount( int bForce ) ++GIntBig OGRGRASSLayer::GetFeatureCount( int bForce ) + { + if( m_poFilterGeom != NULL || m_poAttrQuery != NULL ) + return OGRLayer::GetFeatureCount( bForce ); Modified: head/graphics/gdal/Makefile ============================================================================== --- head/graphics/gdal/Makefile Thu Jul 9 15:59:11 2015 (r391656) +++ head/graphics/gdal/Makefile Thu Jul 9 16:05:06 2015 (r391657) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gdal -PORTVERSION= 1.11.2 -PORTREVISION= 3 +PORTVERSION= 2.0.0 CATEGORIES= graphics geography MASTER_SITES= http://download.osgeo.org/gdal/${PORTVERSION}/ \ ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \ @@ -47,7 +46,7 @@ MAKEFILE= GNUmakefile USE_LDCONFIG= yes USES= gmake jpeg tar:xz -PLIST_SUB= PORTVERSION=${PORTVERSION} +PLIST_SUB= MAJOR_VER=${PORTVERSION:R:R} PORTVERSION=${PORTVERSION} PORTDATA= * SLAVEDIRS= graphics/p5-Geo-GDAL graphics/php-gdal graphics/py-gdal graphics/ruby-gdal Modified: head/graphics/gdal/distinfo ============================================================================== --- head/graphics/gdal/distinfo Thu Jul 9 15:59:11 2015 (r391656) +++ head/graphics/gdal/distinfo Thu Jul 9 16:05:06 2015 (r391657) @@ -1,2 +1,2 @@ -SHA256 (gdal-1.11.2.tar.xz) = b7a18956dde45d636330d558a3a804684565f9356b517ddec223462f2430075f -SIZE (gdal-1.11.2.tar.xz) = 6473004 +SHA256 (gdal-2.0.0.tar.xz) = 91704fafeea2349c5e268dc1e2d03921b3aae64b05ee01d59fdfc1a6b0ffc061 +SIZE (gdal-2.0.0.tar.xz) = 6967656 Modified: head/graphics/gdal/pkg-plist ============================================================================== --- head/graphics/gdal/pkg-plist Thu Jul 9 15:59:11 2015 (r391656) +++ head/graphics/gdal/pkg-plist Thu Jul 9 16:05:06 2015 (r391657) @@ -54,6 +54,7 @@ include/gdal_alg.h include/gdal_alg_priv.h include/gdal_csv.h include/gdal_frmts.h +include/gdal_mdreader.h include/gdal_pam.h include/gdal_priv.h include/gdal_proxy.h @@ -67,6 +68,8 @@ include/gdalgrid.h include/gdalgrid_priv.h include/gdaljp2abstractdataset.h include/gdaljp2metadata.h +include/gdaljp2metadatagenerator.h +include/gdalsse_priv.h include/gdalwarper.h include/gdalwarpkernel_opencl.h include/gvgcpfit.h @@ -87,6 +90,6 @@ include/vrtdataset.h lib/gdalplugins/.keepme lib/libgdal.a lib/libgdal.so -lib/libgdal.so.1 +lib/libgdal.so.%%MAJOR_VER%% lib/libgdal.so.%%PORTVERSION%% libdata/pkgconfig/gdal.pc Modified: head/graphics/gmt/Makefile ============================================================================== --- head/graphics/gmt/Makefile Thu Jul 9 15:59:11 2015 (r391656) +++ head/graphics/gmt/Makefile Thu Jul 9 16:05:06 2015 (r391657) @@ -3,7 +3,7 @@ PORTNAME= gmt PORTVERSION= 4.5.13 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= ftp://ftp.soest.hawaii.edu/%SUBDIR%/ \ ftp://ftp.geologi.uio.no/pub/%SUBDIR%/ \ Modified: head/graphics/mapnik/Makefile ============================================================================== --- head/graphics/mapnik/Makefile Thu Jul 9 15:59:11 2015 (r391656) +++ head/graphics/mapnik/Makefile Thu Jul 9 16:05:06 2015 (r391657) @@ -4,7 +4,7 @@ PORTNAME= mapnik PORTVERSION= 2.2.0 DISTVERSIONPREFIX= v -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= graphics geography MASTER_SITES= http://mapnik.s3.amazonaws.com/dist/v${PORTVERSION}/ Added: head/graphics/mapnik/files/patch-plugins-input-ogr-ogr_datasource.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/mapnik/files/patch-plugins-input-ogr-ogr_datasource.cpp Thu Jul 9 16:05:06 2015 (r391657) @@ -0,0 +1,54 @@ +Obtained from: https://github.com/mapnik/mapnik/commit/f68291c5b47b5189d967dba01542262f2013da53 + https://github.com/mapnik/mapnik/commit/f0821d897f66c31755f7012b68191a2ec7a060fb + +--- plugins/input/ogr/ogr_datasource.cpp.orig 2013-06-04 01:35:27 UTC ++++ plugins/input/ogr/ogr_datasource.cpp +@@ -72,7 +72,11 @@ ogr_datasource::~ogr_datasource() + { + // free layer before destroying the datasource + layer_.free_layer(); ++#if GDAL_VERSION_MAJOR >= 2 ++ GDALClose(( GDALDatasetH) dataset_); ++#else + OGRDataSource::DestroyDataSource (dataset_); ++#endif + } + + void ogr_datasource::init(mapnik::parameters const& params) +@@ -82,6 +86,7 @@ void ogr_datasource::init(mapnik::parame + #endif + + // initialize ogr formats ++ // NOTE: in GDAL >= 2.0 this is the same as GDALAllRegister() + OGRRegisterAll(); + + boost::optional file = params.get("file"); +@@ -112,17 +117,26 @@ void ogr_datasource::init(mapnik::parame + + if (! driver.empty()) + { ++#if GDAL_VERSION_MAJOR >= 2 ++ unsigned int nOpenFlags = GDAL_OF_READONLY | GDAL_OF_VECTOR; ++ const char* papszAllowedDrivers[] = { driver.c_str(), NULL }; ++ dataset_ = static_cast(GDALOpenEx(dataset_name_.c_str(),nOpenFlags,papszAllowedDrivers,NULL,NULL)); ++#else + OGRSFDriver * ogr_driver = OGRSFDriverRegistrar::GetRegistrar()->GetDriverByName(driver.c_str()); + if (ogr_driver && ogr_driver != NULL) + { + dataset_ = ogr_driver->Open((dataset_name_).c_str(), FALSE); + } +- ++#endif + } + else + { + // open ogr driver +- dataset_ = OGRSFDriverRegistrar::Open((dataset_name_).c_str(), FALSE); ++#if GDAL_VERSION_MAJOR >= 2 ++ dataset_ = static_cast(OGROpen(dataset_name_.c_str(), FALSE, NULL)); ++#else ++ dataset_ = OGRSFDriverRegistrar::Open(dataset_name_.c_str(), FALSE); ++#endif + } + + if (! dataset_) Added: head/graphics/mapnik/files/patch-plugins-input-ogr-ogr_datasource.hpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/mapnik/files/patch-plugins-input-ogr-ogr_datasource.hpp Thu Jul 9 16:05:06 2015 (r391657) @@ -0,0 +1,13 @@ +Obtained from: https://github.com/mapnik/mapnik/commit/f68291c5b47b5189d967dba01542262f2013da53 + +--- plugins/input/ogr/ogr_datasource.hpp.orig ++++ plugins/input/ogr/ogr_datasource.hpp +@@ -63,7 +63,7 @@ class ogr_datasource : public mapnik::datasource + mapnik::datasource::datasource_t type_; + std::string dataset_name_; + std::string index_name_; +- OGRDataSource* dataset_; ++ gdal_dataset_type dataset_; + ogr_layer_ptr layer_; + std::string layer_name_; + mapnik::layer_descriptor desc_; Added: head/graphics/mapnik/files/patch-plugins-input-ogr-ogr_layer_ptr.hpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/mapnik/files/patch-plugins-input-ogr-ogr_layer_ptr.hpp Thu Jul 9 16:05:06 2015 (r391657) @@ -0,0 +1,59 @@ +Obtained from: https://github.com/mapnik/mapnik/commit/f68291c5b47b5189d967dba01542262f2013da53 + https://github.com/mapnik/mapnik/commit/f0821d897f66c31755f7012b68191a2ec7a060fb + +--- plugins/input/ogr/ogr_layer_ptr.hpp.orig ++++ plugins/input/ogr/ogr_layer_ptr.hpp +@@ -29,9 +29,16 @@ + // stl + #include + +-// ogr ++// gdal ++#include + #include + ++#if GDAL_VERSION_MAJOR >= 2 ++typedef GDALDataset* gdal_dataset_type; ++#else ++typedef OGRDataSource* gdal_dataset_type; ++#endif ++ + class ogr_layer_ptr + { + public: +@@ -62,7 +69,7 @@ class ogr_layer_ptr + is_valid_ = false; + } + +- void layer_by_name(OGRDataSource* const datasource, ++ void layer_by_name(gdal_dataset_type const datasource, + std::string const& layer_name) + { + free_layer(); +@@ -84,7 +91,7 @@ class ogr_layer_ptr + #endif + } + +- void layer_by_index(OGRDataSource* const datasource, ++ void layer_by_index(gdal_dataset_type const datasource, + int layer_index) + { + free_layer(); +@@ -110,7 +117,7 @@ class ogr_layer_ptr + #endif + } + +- void layer_by_sql(OGRDataSource* const datasource, ++ void layer_by_sql(gdal_dataset_type const datasource, + std::string const& layer_sql) + { + free_layer(); +@@ -179,7 +186,7 @@ class ogr_layer_ptr + } + #endif + +- OGRDataSource* datasource_; ++ gdal_dataset_type datasource_; + OGRLayer* layer_; + std::string layer_name_; + bool owns_layer_; Modified: head/graphics/mapserver/Makefile ============================================================================== --- head/graphics/mapserver/Makefile Thu Jul 9 15:59:11 2015 (r391656) +++ head/graphics/mapserver/Makefile Thu Jul 9 16:05:06 2015 (r391657) @@ -3,7 +3,7 @@ PORTNAME= mapserver PORTVERSION= 6.4.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics www geography MASTER_SITES= http://download.osgeo.org/mapserver/ Modified: head/graphics/osgearth/Makefile ============================================================================== --- head/graphics/osgearth/Makefile Thu Jul 9 15:59:11 2015 (r391656) +++ head/graphics/osgearth/Makefile Thu Jul 9 16:05:06 2015 (r391657) @@ -4,7 +4,7 @@ PORTNAME= osgearth PORTVERSION= 2.5 DISTVERSIONPREFIX= ${PORTNAME}- -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics geography MAINTAINER= coder@tuxfamily.org Modified: head/graphics/qgis/Makefile ============================================================================== --- head/graphics/qgis/Makefile Thu Jul 9 15:59:11 2015 (r391656) +++ head/graphics/qgis/Makefile Thu Jul 9 16:05:06 2015 (r391657) @@ -3,6 +3,7 @@ PORTNAME= qgis PORTVERSION= 2.10.0 +PORTREVISION= 1 CATEGORIES= graphics geography MAINTAINER= rhurlin@gwdg.de Modified: head/math/pdal/Makefile ============================================================================== --- head/math/pdal/Makefile Thu Jul 9 15:59:11 2015 (r391656) +++ head/math/pdal/Makefile Thu Jul 9 16:05:06 2015 (r391657) @@ -3,6 +3,7 @@ PORTNAME= pdal PORTVERSION= 0.9.8 +PORTREVISION= 1 CATEGORIES= math databases graphics MAINTAINER= coder@tuxfamily.org Modified: head/math/saga/Makefile ============================================================================== --- head/math/saga/Makefile Thu Jul 9 15:59:11 2015 (r391656) +++ head/math/saga/Makefile Thu Jul 9 16:05:06 2015 (r391657) @@ -3,6 +3,7 @@ PORTNAME= saga PORTVERSION= 2.2.0 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= SF/saga-gis/SAGA%20-%20${PORTVERSION:C/\.[[:digit:]]*$//}/SAGA%20${PORTVERSION} DISTNAME= ${PORTNAME}_${PORTVERSION} From owner-svn-ports-head@freebsd.org Thu Jul 9 16:05:21 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 331F29965E7; Thu, 9 Jul 2015 16:05:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0A0FE1DE8; Thu, 9 Jul 2015 16:05:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t69G5KAg030946; Thu, 9 Jul 2015 16:05:20 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t69G5K2P030938; Thu, 9 Jul 2015 16:05:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507091605.t69G5K2P030938@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 9 Jul 2015 16:05:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391659 - head/graphics/p5-Geo-GDAL X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 09 Jul 2015 16:05:21 -0000 Author: sunpoet Date: Thu Jul 9 16:05:19 2015 New Revision: 391659 URL: https://svnweb.freebsd.org/changeset/ports/391659 Log: - Update to 2.0.0 - Fix MASTER_SITES Changes: http://trac.osgeo.org/gdal/wiki/Release/2.0.0-News Modified: head/graphics/p5-Geo-GDAL/Makefile head/graphics/p5-Geo-GDAL/distinfo Modified: head/graphics/p5-Geo-GDAL/Makefile ============================================================================== --- head/graphics/p5-Geo-GDAL/Makefile Thu Jul 9 16:05:11 2015 (r391658) +++ head/graphics/p5-Geo-GDAL/Makefile Thu Jul 9 16:05:19 2015 (r391659) @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= Geo-GDAL -PORTVERSION= 1.11.2 -PORTREVISION= 3 +PORTVERSION= 2.0.0 CATEGORIES= graphics perl5 -MASTER_SITES= http://download.osgeo.org/gdal/ \ - ftp://ftp.remotesensing.org/pub/gdal/ \ +MASTER_SITES= http://download.osgeo.org/gdal/${PORTVERSION}/ \ + ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \ LOCAL/sunpoet PKGNAMEPREFIX= p5- DISTNAME= gdal-${PORTVERSION} @@ -27,7 +26,6 @@ post-patch: @${REINPLACE_CMD} -e 's|(const char \*)""|(char \*)""|' ${WRKSRC}/gdal_wrap.cpp ${WRKSRC}/ogr_wrap.cpp post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Geo/GDAL/Const/Const.so ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Geo/*/*.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Geo/GDAL/Const/Const.so ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Geo/*/*.so .include Modified: head/graphics/p5-Geo-GDAL/distinfo ============================================================================== --- head/graphics/p5-Geo-GDAL/distinfo Thu Jul 9 16:05:11 2015 (r391658) +++ head/graphics/p5-Geo-GDAL/distinfo Thu Jul 9 16:05:19 2015 (r391659) @@ -1,2 +1,2 @@ -SHA256 (gdal-1.11.2.tar.xz) = b7a18956dde45d636330d558a3a804684565f9356b517ddec223462f2430075f -SIZE (gdal-1.11.2.tar.xz) = 6473004 +SHA256 (gdal-2.0.0.tar.xz) = 91704fafeea2349c5e268dc1e2d03921b3aae64b05ee01d59fdfc1a6b0ffc061 +SIZE (gdal-2.0.0.tar.xz) = 6967656 From owner-svn-ports-head@freebsd.org Thu Jul 9 16:05:31 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0D78899665F; Thu, 9 Jul 2015 16:05:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F15EE1FCF; Thu, 9 Jul 2015 16:05:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t69G5UNf031224; Thu, 9 Jul 2015 16:05:30 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t69G5UN8031220; Thu, 9 Jul 2015 16:05:30 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507091605.t69G5UN8031220@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 9 Jul 2015 16:05:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391661 - head/graphics/py-gdal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 09 Jul 2015 16:05:31 -0000 Author: sunpoet Date: Thu Jul 9 16:05:29 2015 New Revision: 391661 URL: https://svnweb.freebsd.org/changeset/ports/391661 Log: - Update to 2.0.0 - Fix MASTER_SITES Changes: http://trac.osgeo.org/gdal/wiki/Release/2.0.0-News Modified: head/graphics/py-gdal/Makefile head/graphics/py-gdal/distinfo Modified: head/graphics/py-gdal/Makefile ============================================================================== --- head/graphics/py-gdal/Makefile Thu Jul 9 16:05:24 2015 (r391660) +++ head/graphics/py-gdal/Makefile Thu Jul 9 16:05:29 2015 (r391661) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= gdal -PORTVERSION= 1.11.2 +PORTVERSION= 2.0.0 CATEGORIES= graphics python -MASTER_SITES= http://download.osgeo.org/gdal/ \ - ftp://ftp.remotesensing.org/pub/gdal/ \ +MASTER_SITES= http://download.osgeo.org/gdal/${PORTVERSION}/ \ + ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \ LOCAL/sunpoet PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/graphics/py-gdal/distinfo ============================================================================== --- head/graphics/py-gdal/distinfo Thu Jul 9 16:05:24 2015 (r391660) +++ head/graphics/py-gdal/distinfo Thu Jul 9 16:05:29 2015 (r391661) @@ -1,2 +1,2 @@ -SHA256 (gdal-1.11.2.tar.xz) = b7a18956dde45d636330d558a3a804684565f9356b517ddec223462f2430075f -SIZE (gdal-1.11.2.tar.xz) = 6473004 +SHA256 (gdal-2.0.0.tar.xz) = 91704fafeea2349c5e268dc1e2d03921b3aae64b05ee01d59fdfc1a6b0ffc061 +SIZE (gdal-2.0.0.tar.xz) = 6967656 From owner-svn-ports-head@freebsd.org Thu Jul 9 16:05:26 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8CF4299663D; Thu, 9 Jul 2015 16:05:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 45E141EEE; Thu, 9 Jul 2015 16:05:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t69G5Q0K031102; Thu, 9 Jul 2015 16:05:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t69G5PmN031097; Thu, 9 Jul 2015 16:05:25 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507091605.t69G5PmN031097@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 9 Jul 2015 16:05:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391660 - head/graphics/php-gdal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 09 Jul 2015 16:05:26 -0000 Author: sunpoet Date: Thu Jul 9 16:05:24 2015 New Revision: 391660 URL: https://svnweb.freebsd.org/changeset/ports/391660 Log: - Update to 2.0.0 - Fix MASTER_SITES Changes: http://trac.osgeo.org/gdal/wiki/Release/2.0.0-News Modified: head/graphics/php-gdal/Makefile head/graphics/php-gdal/distinfo Modified: head/graphics/php-gdal/Makefile ============================================================================== --- head/graphics/php-gdal/Makefile Thu Jul 9 16:05:19 2015 (r391659) +++ head/graphics/php-gdal/Makefile Thu Jul 9 16:05:24 2015 (r391660) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= gdal -PORTVERSION= 1.11.2 +PORTVERSION= 2.0.0 CATEGORIES= graphics -MASTER_SITES= http://download.osgeo.org/gdal/ \ - ftp://ftp.remotesensing.org/pub/gdal/ \ +MASTER_SITES= http://download.osgeo.org/gdal/${PORTVERSION}/ \ + ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \ LOCAL/sunpoet PKGNAMEPREFIX= php- Modified: head/graphics/php-gdal/distinfo ============================================================================== --- head/graphics/php-gdal/distinfo Thu Jul 9 16:05:19 2015 (r391659) +++ head/graphics/php-gdal/distinfo Thu Jul 9 16:05:24 2015 (r391660) @@ -1,2 +1,2 @@ -SHA256 (gdal-1.11.2.tar.xz) = b7a18956dde45d636330d558a3a804684565f9356b517ddec223462f2430075f -SIZE (gdal-1.11.2.tar.xz) = 6473004 +SHA256 (gdal-2.0.0.tar.xz) = 91704fafeea2349c5e268dc1e2d03921b3aae64b05ee01d59fdfc1a6b0ffc061 +SIZE (gdal-2.0.0.tar.xz) = 6967656 From owner-svn-ports-head@freebsd.org Thu Jul 9 16:05:36 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1CACA99669E; Thu, 9 Jul 2015 16:05:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DCDAA10D1; Thu, 9 Jul 2015 16:05:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t69G5ZX8031354; Thu, 9 Jul 2015 16:05:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t69G5ZxK031348; Thu, 9 Jul 2015 16:05:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507091605.t69G5ZxK031348@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 9 Jul 2015 16:05:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391662 - head/graphics/ruby-gdal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 09 Jul 2015 16:05:36 -0000 Author: sunpoet Date: Thu Jul 9 16:05:34 2015 New Revision: 391662 URL: https://svnweb.freebsd.org/changeset/ports/391662 Log: - Update to 2.0.0 - Fix MASTER_SITES - Mark IGNORE Changes: http://trac.osgeo.org/gdal/wiki/Release/2.0.0-News Modified: head/graphics/ruby-gdal/Makefile head/graphics/ruby-gdal/distinfo Modified: head/graphics/ruby-gdal/Makefile ============================================================================== --- head/graphics/ruby-gdal/Makefile Thu Jul 9 16:05:29 2015 (r391661) +++ head/graphics/ruby-gdal/Makefile Thu Jul 9 16:05:34 2015 (r391662) @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= gdal -PORTVERSION= 1.11.2 -PORTREVISION= 2 +PORTVERSION= 2.0.0 CATEGORIES= graphics ruby -MASTER_SITES= http://download.osgeo.org/gdal/ \ - ftp://ftp.remotesensing.org/pub/gdal/ \ +MASTER_SITES= http://download.osgeo.org/gdal/${PORTVERSION}/ \ + ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \ LOCAL/sunpoet PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -18,6 +17,8 @@ LICENSE= MIT BUILD_DEPENDS= ${LOCALBASE}/bin/swig3.0:${PORTSDIR}/devel/swig30 LIB_DEPENDS= libgdal.so:${PORTSDIR}/graphics/gdal +IGNORE= disabled by upstream (https://trac.osgeo.org/gdal/changeset/28756) + MAKE_ARGS= USER_DEFS=-fPIC MAKEFILE= GNUmakefile USE_RUBY= yes Modified: head/graphics/ruby-gdal/distinfo ============================================================================== --- head/graphics/ruby-gdal/distinfo Thu Jul 9 16:05:29 2015 (r391661) +++ head/graphics/ruby-gdal/distinfo Thu Jul 9 16:05:34 2015 (r391662) @@ -1,2 +1,2 @@ -SHA256 (gdal-1.11.2.tar.xz) = b7a18956dde45d636330d558a3a804684565f9356b517ddec223462f2430075f -SIZE (gdal-1.11.2.tar.xz) = 6473004 +SHA256 (gdal-2.0.0.tar.xz) = 91704fafeea2349c5e268dc1e2d03921b3aae64b05ee01d59fdfc1a6b0ffc061 +SIZE (gdal-2.0.0.tar.xz) = 6967656 From owner-svn-ports-head@freebsd.org Thu Jul 9 16:30:42 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 41617996D1B; Thu, 9 Jul 2015 16:30:42 +0000 (UTC) (envelope-from mmoll@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3157D12DA; Thu, 9 Jul 2015 16:30:42 +0000 (UTC) (envelope-from mmoll@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t69GUgPc044561; Thu, 9 Jul 2015 16:30:42 GMT (envelope-from mmoll@FreeBSD.org) Received: (from mmoll@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t69GUfRS044555; Thu, 9 Jul 2015 16:30:41 GMT (envelope-from mmoll@FreeBSD.org) Message-Id: <201507091630.t69GUfRS044555@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mmoll set sender to mmoll@FreeBSD.org using -f From: Michael Moll Date: Thu, 9 Jul 2015 16:30:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391663 - in head/sysutils/puppet: . 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, 09 Jul 2015 16:30:42 -0000 Author: mmoll Date: Thu Jul 9 16:30:40 2015 New Revision: 391663 URL: https://svnweb.freebsd.org/changeset/ports/391663 Log: sysutils/puppet: use REQUIRE: LOGIN in rc scripts The puppet agent will get started later, especially after ldconfig. Approved by: swills (mentor, maintainer) Differential Revision: https://reviews.freebsd.org/D3023 Modified: head/sysutils/puppet/Makefile head/sysutils/puppet/files/puppet.in head/sysutils/puppet/files/puppetmaster.in Modified: head/sysutils/puppet/Makefile ============================================================================== --- head/sysutils/puppet/Makefile Thu Jul 9 16:05:34 2015 (r391662) +++ head/sysutils/puppet/Makefile Thu Jul 9 16:30:40 2015 (r391663) @@ -3,6 +3,7 @@ PORTNAME= puppet PORTVERSION= 3.8.1 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://downloads.puppetlabs.com/puppet/ Modified: head/sysutils/puppet/files/puppet.in ============================================================================== --- head/sysutils/puppet/files/puppet.in Thu Jul 9 16:05:34 2015 (r391662) +++ head/sysutils/puppet/files/puppet.in Thu Jul 9 16:30:40 2015 (r391663) @@ -4,7 +4,7 @@ # # PROVIDE: puppet -# REQUIRE: NETWORK +# REQUIRE: LOGIN # KEYWORD: shutdown # Modified: head/sysutils/puppet/files/puppetmaster.in ============================================================================== --- head/sysutils/puppet/files/puppetmaster.in Thu Jul 9 16:05:34 2015 (r391662) +++ head/sysutils/puppet/files/puppetmaster.in Thu Jul 9 16:30:40 2015 (r391663) @@ -4,7 +4,7 @@ # # PROVIDE: puppetmaster -# REQUIRE: NETWORK +# REQUIRE: LOGIN # Add the following lines to /etc/rc.conf to enable the puppetmaster: # From owner-svn-ports-head@freebsd.org Thu Jul 9 16:42:33 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E7D2399717F; Thu, 9 Jul 2015 16:42:33 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D63DA3029; Thu, 9 Jul 2015 16:42:33 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t69GgXRc051022; Thu, 9 Jul 2015 16:42:33 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t69GgXEo051021; Thu, 9 Jul 2015 16:42:33 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201507091642.t69GgXEo051021@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Thu, 9 Jul 2015 16:42:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391664 - 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: Thu, 09 Jul 2015 16:42:34 -0000 Author: lwhsu Date: Thu Jul 9 16:42:32 2015 New Revision: 391664 URL: https://svnweb.freebsd.org/changeset/ports/391664 Log: - Correct the version range of www/py-django-devel Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Jul 9 16:30:40 2015 (r391663) +++ head/security/vuxml/vuln.xml Thu Jul 9 16:42:32 2015 (r391664) @@ -110,19 +110,19 @@ Notes: py27-django-devel - 20150730,1 + 20150531,1 py32-django-devel - 20150730,1 + 20150531,1 py33-django-devel - 20150730,1 + 20150531,1 py34-django-devel - 20150730,1 + 20150531,1 From owner-svn-ports-head@freebsd.org Thu Jul 9 17:14:13 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A93969978DD; Thu, 9 Jul 2015 17:14:13 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from mail.ptrcrt.ch (ptrcrt.ch [37.252.124.203]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 89874156A; Thu, 9 Jul 2015 17:14:11 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from ptrcrt.ch (192.168.1.1 [192.168.1.1]); by mail.ptrcrt.ch (OpenSMTPD) with ESMTPSA id a4da0903; TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Thu, 9 Jul 2015 17:14:01 +0000 (UTC) Date: Thu, 9 Jul 2015 19:14:00 +0200 From: Pietro Cerutti To: Veniamin Gvozdikov Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r391633 - in head/devel/msgpuck: . files Message-ID: <20150709171400.GA45760@ptrcrt.ch> Reply-To: gahr@FreeBSD.org References: <201507091443.t69EhbmW087778@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="C7zPtVaVf+AK4Oqc" Content-Disposition: inline In-Reply-To: <201507091443.t69EhbmW087778@repo.freebsd.org> X-PGP-Key: fp="DA6D E106 A5B8 54B8 5DD8 6D49 ADD0 D38E A192 089E"; id="0xA192089E"; get=; get=; 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: Thu, 09 Jul 2015 17:14:13 -0000 --C7zPtVaVf+AK4Oqc Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2015-Jul-09, 14:43, Veniamin Gvozdikov wrote: > Author: vg > Date: Thu Jul 9 14:43:36 2015 > New Revision: 391633 > URL: https://svnweb.freebsd.org/changeset/ports/391633 >=20 > Log: > - Updated distfile > - Removed patches >=20 Hi, I was wondering, wouldn't it be better to get the distfile from the master repo at https://github.com/rtsisyk/msgpuck? --=20 Pietro Cerutti The FreeBSD Project gahr@FreeBSD.org PGP Public Key: http://gahr.ch/pgp --C7zPtVaVf+AK4Oqc Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJVnqvYXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREQTZERTEwNkE1Qjg1NEI4NUREODZENDlB REQwRDM4RUExOTIwODlFAAoJEK3Q046hkgiewwkP/ijVfSUc0fyVfSDS1EmAFdod T+Wwm4VR71um8r8VE24x1clJoGRGM27+R7g++R1ihvUYwG67iArKTxBJ+r7rqt9e z32HPcToangt3gAfqDFab56J0wGOR9zHKgsLBBPsr7XqtxRyKxLtwVqdqdemfmwK ynZ2AYiPxXqa69Pxl5L5Jgk/BE19K4ETGjCRQywrG4ScEIL+hmeaSz4FhcKEOe7U iuXmEk8pkyqNe/0/CvlIvp85XyWp9cw7UBoF7Ok3rcvdp/wdvuFtlnFbpZ+tQ8l1 sEzFCQZTlysjRhE0OcLvOVxZ+/Sr13Owjfx6OIBUN4+pg7Js2382zZnNmLi/PAio 8vUaiimTt/w72SU/ev3VVpIRGbYPVkTMqVj72bwTvSpTLhTEBVxyYmmjM0V19AOm jDkNjLh1+/uIhCrrxW0oAuEDgUSve+ZFhhOuWqPhvYdrQhS09F4NIBhDjLDxPkwL ekk6/Fdt0y0y4he8ztXumLWUahebFz/uRAGayiuIlGWlVRCF1V5yLNXhmtzzILCl CEbWfAZvaTpEk051v9ftB391nG1Egq70XLaDm1HvDthZEQ/hHDUwhzE4FCOY8sRv 2PM20CrdX0hBaxEHRMqwQPcD3WEwNNjdLrM2u9Z1xB8bMoGvsXhlcy88sQjnJbgP HyiqxUUw1X4P1gcmGreX =WncJ -----END PGP SIGNATURE----- --C7zPtVaVf+AK4Oqc-- From owner-svn-ports-head@freebsd.org Thu Jul 9 17:16:04 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5735B99791A; Thu, 9 Jul 2015 17:16:04 +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 1E97116E7; Thu, 9 Jul 2015 17:16:03 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from hive.panopticon (unknown [78.153.152.119]) by vps.amdmi3.ru (Postfix) with ESMTPS id 1B56EB0614; Thu, 9 Jul 2015 20:16:01 +0300 (MSK) Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id B4916EB8; Thu, 9 Jul 2015 20:14:09 +0300 (MSK) Received: by hades.panopticon (Postfix, from userid 1000) id 81E972AA86; Thu, 9 Jul 2015 20:12:46 +0300 (MSK) Date: Thu, 9 Jul 2015 20:12:46 +0300 From: Dmitry Marakasov To: marino@freebsd.org Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r391626 - head/games/warzone2100 Message-ID: <20150709171246.GB46547@hades.panopticon> References: <201507090944.t699iqBR039850@repo.freebsd.org> <559E431B.6030708@marino.st> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <559E431B.6030708@marino.st> 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: Thu, 09 Jul 2015 17:16:04 -0000 * John Marino (freebsd.contact@marino.st) wrote: > > Author: amdmi3 > > Date: Thu Jul 9 09:44:51 2015 > > New Revision: 391626 > > URL: https://svnweb.freebsd.org/changeset/ports/391626 > > > > Log: > > - Remove unncecessary full path to binary from *_DEPENDS > > > > Modified: > > head/games/warzone2100/Makefile > > > > Modified: head/games/warzone2100/Makefile > > ============================================================================== > > --- head/games/warzone2100/Makefile Thu Jul 9 09:44:33 2015 (r391625) > > +++ head/games/warzone2100/Makefile Thu Jul 9 09:44:51 2015 (r391626) > > @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING > > > > BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ > > unzip:${PORTSDIR}/archivers/unzip \ > > - ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex > > + flex:${PORTSDIR}/textproc/flex > > LIB_DEPENDS= libphysfs.so:${PORTSDIR}/devel/physfs \ > > libpng.so:${PORTSDIR}/graphics/png \ > > libvorbis.so:${PORTSDIR}/audio/libvorbis \ > > > > This could be a mistake. > This changes depends from /usr/local/bin/flex to /usr/bin/flex. > Are you sure that's what you want to do? As I understand, that's why binary names are preferred: as there's /usr/bin/flex, unneeded dependency won't be installed. However, that seem to be an artifact from 6.x days, and this dependency is not needed at all, all supported FreeBSD releases have flex in base system. -- 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 Thu Jul 9 17:18:46 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D7842997A08; Thu, 9 Jul 2015 17:18:46 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C70501CEA; Thu, 9 Jul 2015 17:18:46 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t69HIkqH066931; Thu, 9 Jul 2015 17:18:46 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t69HIkal066930; Thu, 9 Jul 2015 17:18:46 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201507091718.t69HIkal066930@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 9 Jul 2015 17:18:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391665 - head/x11/docker-tray X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 09 Jul 2015 17:18:46 -0000 Author: amdmi3 Date: Thu Jul 9 17:18:45 2015 New Revision: 391665 URL: https://svnweb.freebsd.org/changeset/ports/391665 Log: - Fix build Pointyhat to: kmoore Modified: head/x11/docker-tray/Makefile Modified: head/x11/docker-tray/Makefile ============================================================================== --- head/x11/docker-tray/Makefile Thu Jul 9 16:42:32 2015 (r391664) +++ head/x11/docker-tray/Makefile Thu Jul 9 17:18:45 2015 (r391665) @@ -1,13 +1,13 @@ # Created by: Samy Al Bahra # $FreeBSD$ -PORTNAME= docker-tray +PORTNAME= docker PORTVERSION= 1.5 PORTREVISION= 8 CATEGORIES= x11 MASTER_SITES= http://offload2.icculus.org:9090/openbox/2/docker/ \ http://offload1.icculus.org:9090/openbox/2/docker/ -DISTNAME= docker-${PORTVERSION} +PKGNAMESUFFIX= -tray MAINTAINER= ports@FreeBSD.org COMMENT= Dockapp with support for GNOME2 and KDE3 tray icons From owner-svn-ports-head@freebsd.org Thu Jul 9 17:20:56 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A2916997A94; Thu, 9 Jul 2015 17:20:56 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7B8781F52; Thu, 9 Jul 2015 17:20:55 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from [192.168.1.20] (141.Red-83-32-2.dynamicIP.rima-tde.net [83.32.2.141]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 35C0C43BB7; Thu, 9 Jul 2015 12:20:51 -0500 (CDT) Subject: Re: svn commit: r391626 - head/games/warzone2100 To: Dmitry Marakasov References: <201507090944.t699iqBR039850@repo.freebsd.org> <559E431B.6030708@marino.st> <20150709171246.GB46547@hades.panopticon> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Reply-To: marino@freebsd.org From: John Marino Message-ID: <559EAD6F.3050409@marino.st> Date: Thu, 9 Jul 2015 19:20:47 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.0.1 MIME-Version: 1.0 In-Reply-To: <20150709171246.GB46547@hades.panopticon> 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, 09 Jul 2015 17:20:56 -0000 On 7/9/2015 7:12 PM, Dmitry Marakasov wrote: > * John Marino (freebsd.contact@marino.st) wrote: > >>> Author: amdmi3 >>> Date: Thu Jul 9 09:44:51 2015 >>> New Revision: 391626 >>> URL: https://svnweb.freebsd.org/changeset/ports/391626 >>> >>> Log: >>> - Remove unncecessary full path to binary from *_DEPENDS >>> >>> Modified: >>> head/games/warzone2100/Makefile >>> >>> Modified: head/games/warzone2100/Makefile >>> ============================================================================== >>> --- head/games/warzone2100/Makefile Thu Jul 9 09:44:33 2015 (r391625) >>> +++ head/games/warzone2100/Makefile Thu Jul 9 09:44:51 2015 (r391626) >>> @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING >>> >>> BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ >>> unzip:${PORTSDIR}/archivers/unzip \ >>> - ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex >>> + flex:${PORTSDIR}/textproc/flex >>> LIB_DEPENDS= libphysfs.so:${PORTSDIR}/devel/physfs \ >>> libpng.so:${PORTSDIR}/graphics/png \ >>> libvorbis.so:${PORTSDIR}/audio/libvorbis \ >>> >> >> This could be a mistake. >> This changes depends from /usr/local/bin/flex to /usr/bin/flex. >> Are you sure that's what you want to do? > > As I understand, that's why binary names are preferred: as there's > /usr/bin/flex, unneeded dependency won't be installed. However, that > seem to be an artifact from 6.x days, and this dependency is not needed > at all, all supported FreeBSD releases have flex in base system. > My understanding is that you created a dependency specification that is only accidently satisfied. You asked textproc/flex to be installed, but then check /usr/bin/flex from that package (which is not inside). Flex is notorious. If flex is specified in BUILD_DEPENDS, then 100% of the time, you really, really want /usr/local/bin/flex. If /usr/bin/flex works, then you would not put it in BUILD_DEPENDS. /usr/bin/flex is available on all releases so if it works as you say, then textproc/flex will never get pulled in. My guess is that if textproc/flex is listed here, then it's needed over the base flex. Thus, I think the change is an error. John From owner-svn-ports-head@freebsd.org Thu Jul 9 17:43:20 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F0809997757; Thu, 9 Jul 2015 17:43:20 +0000 (UTC) (envelope-from kwm@rainbow-runner.nl) Received: from fep25.mx.upcmail.net (fep25.mx.upcmail.net [62.179.121.45]) by mx1.freebsd.org (Postfix) with ESMTP id D61FD1D5A; Thu, 9 Jul 2015 17:43:19 +0000 (UTC) (envelope-from kwm@rainbow-runner.nl) Received: from edge03.upcmail.net ([192.168.13.238]) by viefep25-int.chello.at (InterMail vM.8.01.05.18 201-2260-151-151-20140610) with ESMTP id <20150709174310.HCOL767.viefep25-int.chello.at@edge03.upcmail.net>; Thu, 9 Jul 2015 19:43:10 +0200 Received: from [192.168.0.23] ([178.84.134.112]) by edge03.upcmail.net with edge id qHjA1q00K2Rg3Ey01HjAy6; Thu, 09 Jul 2015 19:43:10 +0200 X-SourceIP: 178.84.134.112 Message-ID: <559EB2AD.5000004@rainbow-runner.nl> Date: Thu, 09 Jul 2015 19:43:09 +0200 From: Koop Mast User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Ivan Klymenko CC: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r391619 - in head: mail/thunderbird/files www/firefox-esr/files www/firefox/files www/libxul/files www/seamonkey/files References: <201507090709.t6979VsY058416@repo.freebsd.org> <20150709115113.3ebb1cc2@nonamehost.local> In-Reply-To: <20150709115113.3ebb1cc2@nonamehost.local> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 09 Jul 2015 17:43:21 -0000 On 9-7-2015 10:51, Ivan Klymenko wrote: > Thu, 9 Jul 2015 07:09:31 +0000 (UTC) > Koop Mast напиÑав: > >> Author: kwm >> Date: Thu Jul 9 07:09:30 2015 >> New Revision: 391619 >> URL: https://svnweb.freebsd.org/changeset/ports/391619 >> >> Log: >> Fix the build with FreeType 2.6. >> > I have problems build > libxul http://pastebin.com/G0Niz4Eh > firefox http://pastebin.com/9R7eCfUb > Can you check if the patch-bug1143411 file is present for both libxul/files and firefox/files? It should build. -Koop From owner-svn-ports-head@freebsd.org Thu Jul 9 17:44:05 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1EAE2997786; Thu, 9 Jul 2015 17:44:05 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0B6451E43; Thu, 9 Jul 2015 17:44:05 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t69Hi4Xr081400; Thu, 9 Jul 2015 17:44:04 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t69Hi4Ol081398; Thu, 9 Jul 2015 17:44:04 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201507091744.t69Hi4Ol081398@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Thu, 9 Jul 2015 17:44:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391666 - head/www/py-django X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 09 Jul 2015 17:44:05 -0000 Author: lwhsu Date: Thu Jul 9 17:44:03 2015 New Revision: 391666 URL: https://svnweb.freebsd.org/changeset/ports/391666 Log: - Update to 1.8.3 Security: 37ed8e9c-2651-11e5-86ff-14dae9d210b8 Modified: head/www/py-django/Makefile head/www/py-django/distinfo Modified: head/www/py-django/Makefile ============================================================================== --- head/www/py-django/Makefile Thu Jul 9 17:18:45 2015 (r391665) +++ head/www/py-django/Makefile Thu Jul 9 17:44:03 2015 (r391666) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= django -PORTVERSION= 1.8.2 +PORTVERSION= 1.8.3 CATEGORIES= www python MASTER_SITES= https://www.djangoproject.com/m/releases/${PORTVERSION}/ \ CHEESESHOP @@ -10,7 +10,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Django-${PORTVERSION} DIST_SUBDIR= python -MAINTAINER= lwhsu@FreeBSD.org +MAINTAINER= python@FreeBSD.org COMMENT= High-level Python Web framework LICENSE= BSD3CLAUSE Modified: head/www/py-django/distinfo ============================================================================== --- head/www/py-django/distinfo Thu Jul 9 17:18:45 2015 (r391665) +++ head/www/py-django/distinfo Thu Jul 9 17:44:03 2015 (r391666) @@ -1,2 +1,2 @@ -SHA256 (python/Django-1.8.2.tar.gz) = 3bb60536b2fb2084612fc9486634295e7208790029081842524916b5a66d206f -SIZE (python/Django-1.8.2.tar.gz) = 7275112 +SHA256 (python/Django-1.8.3.tar.gz) = 2bb654fcc05fd53017c88caf2bc38b5c5ea23c91f8ac7f0a28b290daf2305bba +SIZE (python/Django-1.8.3.tar.gz) = 7284327 From owner-svn-ports-head@freebsd.org Thu Jul 9 17:45:25 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 507F399783F; Thu, 9 Jul 2015 17:45:25 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3CFA81078; Thu, 9 Jul 2015 17:45:25 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t69HjPHJ081795; Thu, 9 Jul 2015 17:45:25 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t69HjOur081793; Thu, 9 Jul 2015 17:45:24 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201507091745.t69HjOur081793@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Thu, 9 Jul 2015 17:45:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391667 - head/www/py-django14 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 09 Jul 2015 17:45:25 -0000 Author: lwhsu Date: Thu Jul 9 17:45:23 2015 New Revision: 391667 URL: https://svnweb.freebsd.org/changeset/ports/391667 Log: - Update to 1.4.21 - Pass maintainership to python@ Security: 37ed8e9c-2651-11e5-86ff-14dae9d210b8 Modified: head/www/py-django14/Makefile head/www/py-django14/distinfo Modified: head/www/py-django14/Makefile ============================================================================== --- head/www/py-django14/Makefile Thu Jul 9 17:44:03 2015 (r391666) +++ head/www/py-django14/Makefile Thu Jul 9 17:45:23 2015 (r391667) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= django -PORTVERSION= 1.4.20 +PORTVERSION= 1.4.21 CATEGORIES= www python MASTER_SITES= https://www.djangoproject.com/m/releases/${PORTVERSION:R}/ \ CHEESESHOP @@ -11,7 +11,7 @@ PKGNAMESUFFIX= 14 DISTNAME= Django-${PORTVERSION} DIST_SUBDIR= python -MAINTAINER= lwhsu@FreeBSD.org +MAINTAINER= python@FreeBSD.org COMMENT= High-level Python Web framework LICENSE= BSD3CLAUSE Modified: head/www/py-django14/distinfo ============================================================================== --- head/www/py-django14/distinfo Thu Jul 9 17:44:03 2015 (r391666) +++ head/www/py-django14/distinfo Thu Jul 9 17:45:23 2015 (r391667) @@ -1,2 +1,2 @@ -SHA256 (python/Django-1.4.20.tar.gz) = 58ac719464c4c8b13d664ded6770450602528bf4c36f9fd5daabdae8d410ebb1 -SIZE (python/Django-1.4.20.tar.gz) = 7877794 +SHA256 (python/Django-1.4.21.tar.gz) = 934f1975218680d51c4da9d63a39bc5fb1ddaac48476fd34b9ab7903fd98bcf4 +SIZE (python/Django-1.4.21.tar.gz) = 7878015 From owner-svn-ports-head@freebsd.org Thu Jul 9 17:46:09 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6F519997899; Thu, 9 Jul 2015 17:46:09 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5EF021181; Thu, 9 Jul 2015 17:46:09 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t69Hk9LK082075; Thu, 9 Jul 2015 17:46:09 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t69Hk8qg082072; Thu, 9 Jul 2015 17:46:08 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201507091746.t69Hk8qg082072@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Thu, 9 Jul 2015 17:46:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391668 - head/www/py-django17 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 09 Jul 2015 17:46:09 -0000 Author: lwhsu Date: Thu Jul 9 17:46:08 2015 New Revision: 391668 URL: https://svnweb.freebsd.org/changeset/ports/391668 Log: - Update to 1.7.9 - Pass maintainership to python@ Security: 37ed8e9c-2651-11e5-86ff-14dae9d210b8 Modified: head/www/py-django17/Makefile head/www/py-django17/distinfo Modified: head/www/py-django17/Makefile ============================================================================== --- head/www/py-django17/Makefile Thu Jul 9 17:45:23 2015 (r391667) +++ head/www/py-django17/Makefile Thu Jul 9 17:46:08 2015 (r391668) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= django -PORTVERSION= 1.7.8 +PORTVERSION= 1.7.9 CATEGORIES= www python MASTER_SITES= https://www.djangoproject.com/m/releases/${PORTVERSION}/ \ CHEESESHOP @@ -11,7 +11,7 @@ PKGNAMESUFFIX= 17 DISTNAME= Django-${PORTVERSION} DIST_SUBDIR= python -MAINTAINER= lwhsu@FreeBSD.org +MAINTAINER= python@FreeBSD.org COMMENT= High-level Python Web framework LICENSE= BSD3CLAUSE Modified: head/www/py-django17/distinfo ============================================================================== --- head/www/py-django17/distinfo Thu Jul 9 17:45:23 2015 (r391667) +++ head/www/py-django17/distinfo Thu Jul 9 17:46:08 2015 (r391668) @@ -1,2 +1,2 @@ -SHA256 (python/Django-1.7.8.tar.gz) = f0ab12c7c88a033681e44e2e4bf4a93d93c85d5b1e8e9c875b4b917abb246921 -SIZE (python/Django-1.7.8.tar.gz) = 7604685 +SHA256 (python/Django-1.7.9.tar.gz) = 4f3f9fe4e5d20ff8ed6a90b5d2f2df2d8fc054e478cdcc3db81c6b29bd217860 +SIZE (python/Django-1.7.9.tar.gz) = 7605194 From owner-svn-ports-head@freebsd.org Thu Jul 9 17:47:09 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4BF1F99790D; Thu, 9 Jul 2015 17:47:09 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3BD7F12F1; Thu, 9 Jul 2015 17:47:09 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t69Hl9LF082325; Thu, 9 Jul 2015 17:47:09 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t69Hl8hr082323; Thu, 9 Jul 2015 17:47:08 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201507091747.t69Hl8hr082323@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Thu, 9 Jul 2015 17:47:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391669 - head/www/py-django-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, 09 Jul 2015 17:47:09 -0000 Author: lwhsu Date: Thu Jul 9 17:47:08 2015 New Revision: 391669 URL: https://svnweb.freebsd.org/changeset/ports/391669 Log: - Update to 20150709 snapshot - Pass maintainership to python@ Security: 37ed8e9c-2651-11e5-86ff-14dae9d210b8 Modified: head/www/py-django-devel/Makefile head/www/py-django-devel/distinfo Modified: head/www/py-django-devel/Makefile ============================================================================== --- head/www/py-django-devel/Makefile Thu Jul 9 17:46:08 2015 (r391668) +++ head/www/py-django-devel/Makefile Thu Jul 9 17:47:08 2015 (r391669) @@ -8,12 +8,12 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX= -devel DIST_SUBDIR= python -MAINTAINER= lwhsu@FreeBSD.org +MAINTAINER= python@FreeBSD.org COMMENT= High-level Python Web framework LICENSE= BSD3CLAUSE -SNAPSHOTDATE= 20150531 +SNAPSHOTDATE= 20150709 USES= cpe gettext python USE_GITHUB= yes Modified: head/www/py-django-devel/distinfo ============================================================================== --- head/www/py-django-devel/distinfo Thu Jul 9 17:46:08 2015 (r391668) +++ head/www/py-django-devel/distinfo Thu Jul 9 17:47:08 2015 (r391669) @@ -1,2 +1,2 @@ -SHA256 (python/django-django-20150531-c954931_GH0.tar.gz) = bd1fee340007cd2745d21b05d9fbfb3811b02f64ab361e2241d365fc9ceff352 -SIZE (python/django-django-20150531-c954931_GH0.tar.gz) = 6896535 +SHA256 (python/django-django-20150709-c954931_GH0.tar.gz) = bd1fee340007cd2745d21b05d9fbfb3811b02f64ab361e2241d365fc9ceff352 +SIZE (python/django-django-20150709-c954931_GH0.tar.gz) = 6896535 From owner-svn-ports-head@freebsd.org Thu Jul 9 17:47:47 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 55A1F99793F; Thu, 9 Jul 2015 17:47:47 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 452F614F0; Thu, 9 Jul 2015 17:47:47 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t69HllHa082504; Thu, 9 Jul 2015 17:47:47 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t69HllbE082503; Thu, 9 Jul 2015 17:47:47 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201507091747.t69HllbE082503@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Thu, 9 Jul 2015 17:47:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391670 - head/www/py-django16 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 09 Jul 2015 17:47:47 -0000 Author: lwhsu Date: Thu Jul 9 17:47:46 2015 New Revision: 391670 URL: https://svnweb.freebsd.org/changeset/ports/391670 Log: - Mark DEPRECATED - Pass maintainership to python@ Modified: head/www/py-django16/Makefile Modified: head/www/py-django16/Makefile ============================================================================== --- head/www/py-django16/Makefile Thu Jul 9 17:47:08 2015 (r391669) +++ head/www/py-django16/Makefile Thu Jul 9 17:47:46 2015 (r391670) @@ -11,12 +11,15 @@ PKGNAMESUFFIX= 16 DISTNAME= Django-${PORTVERSION} DIST_SUBDIR= python -MAINTAINER= lwhsu@FreeBSD.org +MAINTAINER= python@FreeBSD.org COMMENT= High-level Python Web framework LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= not supported by upstream +EXPIRATION_DATE= 2015-08-10 + USES= cpe python USE_PYTHON= autoplist distutils From owner-svn-ports-head@freebsd.org Thu Jul 9 17:48:16 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 96DCA997967; Thu, 9 Jul 2015 17:48:16 +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 5F0D41614; Thu, 9 Jul 2015 17:48:16 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from hive.panopticon (unknown [78.153.152.119]) by vps.amdmi3.ru (Postfix) with ESMTPS id 18B0AB0623; Thu, 9 Jul 2015 20:48:15 +0300 (MSK) Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id C2AB4F55; Thu, 9 Jul 2015 20:46:23 +0300 (MSK) Received: by hades.panopticon (Postfix, from userid 1000) id 977F52CD6B; Thu, 9 Jul 2015 20:45:00 +0300 (MSK) Date: Thu, 9 Jul 2015 20:45:00 +0300 From: Dmitry Marakasov To: Veniamin Gvozdikov Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r391515 - in head: . databases/tarantool databases/tarantool/files Message-ID: <20150709174500.GA9933@hades.panopticon> References: <201507071659.t67GxuPZ092188@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <201507071659.t67GxuPZ092188@repo.freebsd.org> 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: Thu, 09 Jul 2015 17:48:16 -0000 * Veniamin Gvozdikov (vg@FreeBSD.org) wrote: > Author: vg > Date: Tue Jul 7 16:59:55 2015 > New Revision: 391515 > URL: https://svnweb.freebsd.org/changeset/ports/391515 > > Log: > - Update to 1.6.5 > - Added tarantool user and group By no longer installing shared libraries, it has broken benchmarks/nosqlbench. By plist it looks like something's wrong, as lua includes are still installed. > include/tarantool/lauxlib.h > include/tarantool/lua.h > include/tarantool/lua.hpp > include/tarantool/luaconf.h > include/tarantool/luajit.h > include/tarantool/lualib.h > -include/tarantool/tnt.h > -include/tarantool/tnt_buf.h > -include/tarantool/tnt_call.h > -include/tarantool/tnt_delete.h > -include/tarantool/tnt_dir.h > -include/tarantool/tnt_enc.h > -include/tarantool/tnt_insert.h > -include/tarantool/tnt_io.h > -include/tarantool/tnt_iob.h > -include/tarantool/tnt_iter.h > -include/tarantool/tnt_lex.h > -include/tarantool/tnt_log.h > -include/tarantool/tnt_mem.h > -include/tarantool/tnt_net.h > -include/tarantool/tnt_opt.h > -include/tarantool/tnt_ping.h > -include/tarantool/tnt_proto.h > -include/tarantool/tnt_queue.h > -include/tarantool/tnt_reply.h > -include/tarantool/tnt_request.h > -include/tarantool/tnt_rpl.h > -include/tarantool/tnt_select.h > -include/tarantool/tnt_snapshot.h > -include/tarantool/tnt_sql.h > -include/tarantool/tnt_stream.h > -include/tarantool/tnt_tuple.h > -include/tarantool/tnt_update.h > -include/tarantool/tnt_utf8.h > -include/tarantool/tnt_xlog.h > -lib/libtarantool.a > -lib/libtarantool.so > -lib/libtarantool.so.1 > -lib/libtarantool.so.1.1 > -lib/libtarantoolnet.a > -lib/libtarantoolnet.so > -lib/libtarantoolnet.so.1 > -lib/libtarantoolnet.so.1.1 > -lib/libtarantoolrpl.a > -lib/libtarantoolrpl.so > -lib/libtarantoolrpl.so.1 > -lib/libtarantoolrpl.so.1.1 > -lib/libtarantoolsql.a > -lib/libtarantoolsql.so > -lib/libtarantoolsql.so.1 > -lib/libtarantoolsql.so.1.1 > -lib/tarantool/box/sophia.so -- 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 Thu Jul 9 18:10:02 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4CBBF997D2E; Thu, 9 Jul 2015 18:10:02 +0000 (UTC) (envelope-from fidaj@ukr.net) Received: from frv158.fwdcdn.com (frv158.fwdcdn.com [212.42.77.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 097661FC0; Thu, 9 Jul 2015 18:10:01 +0000 (UTC) (envelope-from fidaj@ukr.net) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ukr.net; s=fsm; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=2qPPwEDoteR7yq3QLiBeT+oyHU8Xy3CsegYV0gf/buI=; b=MJfZWAp+N4CKWYG6/8Q9oIlNiCRIANmLYU9CqJ/M+3QLW/4Gc5nyAdYc2AJmgm+8SBrhnfjEEP2xLeVrVfCiHWOCN4DKHDviyJVcshjMiaGSGGyiqXw3dCOOnrzlRw//MNiUHltxfF9ll99BU/K3o/JbM09KVaHDJDYRxAWPzAM=; Received: from [134.249.91.180] (helo=nonamehost.local) by frv158.fwdcdn.com with esmtpsa ID 1ZDGGj-000Gr5-L7 ; Thu, 09 Jul 2015 21:09:57 +0300 Date: Thu, 9 Jul 2015 21:09:56 +0300 From: Ivan Klymenko To: Koop Mast Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r391619 - in head: mail/thunderbird/files www/firefox-esr/files www/firefox/files www/libxul/files www/seamonkey/files Message-ID: <20150709210956.679581f0@nonamehost.local> In-Reply-To: <559EB2AD.5000004@rainbow-runner.nl> References: <201507090709.t6979VsY058416@repo.freebsd.org> <20150709115113.3ebb1cc2@nonamehost.local> <559EB2AD.5000004@rainbow-runner.nl> X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.27; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Authentication-Result: IP=134.249.91.180; mail.from=fidaj@ukr.net; dkim=pass; header.d=ukr.net X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 09 Jul 2015 18:10:02 -0000 Thu, 09 Jul 2015 19:43:09 +0200 Koop Mast =D0=BD=D0=B0=D0=BF=D0=B8=D1=81=D0=B0=D0= =B2: > On 9-7-2015 10:51, Ivan Klymenko wrote: > > Thu, 9 Jul 2015 07:09:31 +0000 (UTC) > > Koop Mast =D0=BD=D0=B0=D0=BF=D0=B8=D1=81=D0=B0=D0=B2: > > > >> Author: kwm > >> Date: Thu Jul 9 07:09:30 2015 > >> New Revision: 391619 > >> URL: https://svnweb.freebsd.org/changeset/ports/391619 > >> > >> Log: > >> Fix the build with FreeType 2.6. > >> =20 > > I have problems build > > libxul http://pastebin.com/G0Niz4Eh > > firefox http://pastebin.com/9R7eCfUb > > > Can you check if the patch-bug1143411 file is present for both > libxul/files and firefox/files? It should build. >=20 > -Koop ls -l /usr/local/poudriere/ports/default/www/firefox/files |grep patch-bug1= 143411 -rw-r--r-- 1 root wheel 461 Jul 9 10:09 patch-bug1143411 ls -l /usr/local/poudriere/ports/default/www/libxul/files |grep patch-bug11= 43411 -rw-r--r-- 1 root wheel 461 Jul 9 10:09 patch-bug1143411 From owner-svn-ports-head@freebsd.org Thu Jul 9 18:30:05 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9CD1E9971B7; Thu, 9 Jul 2015 18:30:05 +0000 (UTC) (envelope-from olgeni@olgeni.com) Received: from olgeni.olgeni.com (host-156-246-171-31.cloudsigma.com [31.171.246.156]) by mx1.freebsd.org (Postfix) with ESMTP id 5AD7D1BA3; Thu, 9 Jul 2015 18:30:04 +0000 (UTC) (envelope-from olgeni@olgeni.com) Received: from olgeni.olgeni (unknown [82.84.75.220]) by olgeni.olgeni.com (Postfix) with ESMTPSA id 4C7A1D788B; Thu, 9 Jul 2015 20:29:56 +0200 (CEST) Date: Thu, 9 Jul 2015 20:29:55 +0200 (CEST) From: Jimmy Olgeni X-X-Sender: olgeni@olgeni.olgeni To: Koop Mast cc: Ivan Klymenko , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r391619 - in head: mail/thunderbird/files www/firefox-esr/files www/firefox/files www/libxul/files www/seamonkey/files In-Reply-To: <559EB2AD.5000004@rainbow-runner.nl> Message-ID: References: <201507090709.t6979VsY058416@repo.freebsd.org> <20150709115113.3ebb1cc2@nonamehost.local> <559EB2AD.5000004@rainbow-runner.nl> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) X-OpenPGP-KeyID: 0x90B7A98E6450AE47 X-OpenPGP-Fingerprint: 7133 AB4D DFC8 0A0D F891 B0D2 90B7 A98E 6450 AE47 X-OpenPGP-URL: http://olgeni.olgeni.com/~olgeni/pgp/olgeni@olgeni.com 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: Thu, 09 Jul 2015 18:30:05 -0000 Hi, On Thu, 9 Jul 2015, Koop Mast wrote: > > I have problems build > > libxul http://pastebin.com/G0Niz4Eh > > firefox http://pastebin.com/9R7eCfUb > > > Can you check if the patch-bug1143411 file is present for both > libxul/files and firefox/files? It should build. I have the patches but still see the same issue in poudriere. ./libxul/files/patch-bug1143411 ./firefox-esr/files/patch-bug1143411 ./firefox/files/patch-bug1143411 ./seamonkey/files/patch-bug1143411 Do you have a poudriere log that we could compare? -- jimmy From owner-svn-ports-head@freebsd.org Thu Jul 9 18:49:11 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D3FEB997575; Thu, 9 Jul 2015 18:49:11 +0000 (UTC) (envelope-from tijl@freebsd.org) Received: from mailrelay116.isp.belgacom.be (mailrelay116.isp.belgacom.be [195.238.20.143]) by mx1.freebsd.org (Postfix) with ESMTP id EADA0144A; Thu, 9 Jul 2015 18:49:10 +0000 (UTC) (envelope-from tijl@freebsd.org) X-Belgacom-Dynamic: yes X-Cloudmark-SP-Filtered: true X-Cloudmark-SP-Result: v=1.1 cv=Ax9Kd9og7W2htzcJF9odWb+87PP6pPoG1t8Q07ebhfo= c=1 sm=2 a=6I5d2MoRAAAA:8 a=vSwshMgntZk1om-lq7MA:9 a=CjuIK1q_8ugA:10 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2CCBADCwJ5V/++YsFtbgxJUUw27IwmBcYV3AoFdORQBAQEBAQEBgQqEJAEBBDocIxALFAQJJQ8qHgYTiDIBCM9EAQEBAQEBAQMBAQEBAQEBFwSLS4RTMweEKwWFXY5QhAZhhxiYaCaDfTwxgksBAQE Received: from 239.152-176-91.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([91.176.152.239]) by relay.skynet.be with ESMTP; 09 Jul 2015 20:48:00 +0200 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.9/8.14.9) with ESMTP id t69IlwMh005449; Thu, 9 Jul 2015 20:47:58 +0200 (CEST) (envelope-from tijl@FreeBSD.org) Date: Thu, 9 Jul 2015 20:47:58 +0200 From: Tijl Coosemans To: Sunpoet Po-Chuan Hsieh Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r391655 - head/databases/rocksdb Message-ID: <20150709204758.0d63e354@kalimero.tijl.coosemans.org> In-Reply-To: <201507091548.t69FmxqL020735@repo.freebsd.org> References: <201507091548.t69FmxqL020735@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII 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, 09 Jul 2015 18:49:11 -0000 On Thu, 9 Jul 2015 15:48:59 +0000 (UTC) Sunpoet Po-Chuan Hsieh wrote: > Author: sunpoet > Date: Thu Jul 9 15:48:58 2015 > New Revision: 391655 > URL: https://svnweb.freebsd.org/changeset/ports/391655 > > Log: > - Mark BROKEN on DragonFly BSD > > PR: 201341 > Submitted by: marino > > Modified: > head/databases/rocksdb/Makefile > > Modified: head/databases/rocksdb/Makefile > ============================================================================== > --- head/databases/rocksdb/Makefile Thu Jul 9 15:44:50 2015 (r391654) > +++ head/databases/rocksdb/Makefile Thu Jul 9 15:48:58 2015 (r391655) > @@ -25,6 +25,8 @@ USES= compiler:c++11-lib gmake > GH_ACCOUNT= facebook > USE_GITHUB= yes > > +BROKEN_DragonFly= does not build on DragonFly BSD using GCC with -Werror > + Normally you would just patch out -Werror, but in this case upstream added a convenient flag for that so you can add: MAKE_ARGS= -DDISABLE_WARNING_AS_ERROR If it's broken on DragonFly it's probably broken on FreeBSD too with modern GCC. From owner-svn-ports-head@freebsd.org Thu Jul 9 18:52:17 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D4754997687; Thu, 9 Jul 2015 18:52:17 +0000 (UTC) (envelope-from unicomp@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AD1291933; Thu, 9 Jul 2015 18:52:17 +0000 (UTC) (envelope-from unicomp@marino.st) Received: from [192.168.1.20] (141.Red-83-32-2.dynamicIP.rima-tde.net [83.32.2.141]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id B296A43C0B; Thu, 9 Jul 2015 13:52:13 -0500 (CDT) Subject: Re: svn commit: r391655 - head/databases/rocksdb To: Tijl Coosemans , Sunpoet Po-Chuan Hsieh References: <201507091548.t69FmxqL020735@repo.freebsd.org> <20150709204758.0d63e354@kalimero.tijl.coosemans.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: John Marino Message-ID: <559EC2D7.5070004@marino.st> Date: Thu, 9 Jul 2015 20:52:07 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.0.1 MIME-Version: 1.0 In-Reply-To: <20150709204758.0d63e354@kalimero.tijl.coosemans.org> Content-Type: text/plain; charset=windows-1252 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, 09 Jul 2015 18:52:17 -0000 On 7/9/2015 8:47 PM, Tijl Coosemans wrote: > On Thu, 9 Jul 2015 15:48:59 +0000 (UTC) Sunpoet Po-Chuan Hsieh wrote: >> Author: sunpoet >> Date: Thu Jul 9 15:48:58 2015 >> New Revision: 391655 >> URL: https://svnweb.freebsd.org/changeset/ports/391655 >> >> Log: >> - Mark BROKEN on DragonFly BSD >> >> PR: 201341 >> Submitted by: marino >> >> Modified: >> head/databases/rocksdb/Makefile >> >> Modified: head/databases/rocksdb/Makefile >> ============================================================================== >> --- head/databases/rocksdb/Makefile Thu Jul 9 15:44:50 2015 (r391654) >> +++ head/databases/rocksdb/Makefile Thu Jul 9 15:48:58 2015 (r391655) >> @@ -25,6 +25,8 @@ USES= compiler:c++11-lib gmake >> GH_ACCOUNT= facebook >> USE_GITHUB= yes >> >> +BROKEN_DragonFly= does not build on DragonFly BSD using GCC with -Werror >> + > > Normally you would just patch out -Werror, but in this case upstream > added a convenient flag for that so you can add: > > MAKE_ARGS= -DDISABLE_WARNING_AS_ERROR > > If it's broken on DragonFly it's probably broken on FreeBSD too with > modern GCC. > It was there; sunpoet reverted that valid commit. http://www.freshports.org/commit.php?category=databases&port=rocksdb&files=yes&message_id=201507041521.t64FLT91060382@repo.freebsd.org Since I'm not playing his games, I requested the BROKEN. (see PR if you care) John From owner-svn-ports-head@freebsd.org Thu Jul 9 19:02:52 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CD2E29978FA; Thu, 9 Jul 2015 19:02:52 +0000 (UTC) (envelope-from kwm@rainbow-runner.nl) Received: from fep12.mx.upcmail.net (fep12.mx.upcmail.net [62.179.121.32]) by mx1.freebsd.org (Postfix) with ESMTP id B24D11FCA; Thu, 9 Jul 2015 19:02:51 +0000 (UTC) (envelope-from kwm@rainbow-runner.nl) Received: from edge03.upcmail.net ([192.168.13.238]) by viefep15-int.chello.at (InterMail vM.8.01.05.13 201-2260-151-135-20130320) with ESMTP id <20150709190222.HXOA21075.viefep15-int.chello.at@edge03.upcmail.net>; Thu, 9 Jul 2015 21:02:22 +0200 Received: from [192.168.0.23] ([178.84.134.112]) by edge03.upcmail.net with edge id qK2L1q00g2Rg3Ey01K2LEo; Thu, 09 Jul 2015 21:02:22 +0200 X-SourceIP: 178.84.134.112 Message-ID: <559EC53B.104@rainbow-runner.nl> Date: Thu, 09 Jul 2015 21:02:19 +0200 From: Koop Mast User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Jimmy Olgeni CC: Ivan Klymenko , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r391619 - in head: mail/thunderbird/files www/firefox-esr/files www/firefox/files www/libxul/files www/seamonkey/files References: <201507090709.t6979VsY058416@repo.freebsd.org> <20150709115113.3ebb1cc2@nonamehost.local> <559EB2AD.5000004@rainbow-runner.nl> In-Reply-To: Content-Type: text/plain; charset=windows-1252 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, 09 Jul 2015 19:02:52 -0000 On 9-7-2015 20:29, Jimmy Olgeni wrote: > Hi, > > On Thu, 9 Jul 2015, Koop Mast wrote: > >>> I have problems build >>> libxul http://pastebin.com/G0Niz4Eh >>> firefox http://pastebin.com/9R7eCfUb >>> >> Can you check if the patch-bug1143411 file is present for both >> libxul/files and firefox/files? It should build. > I have the patches but still see the same issue in poudriere. > > ./libxul/files/patch-bug1143411 > ./firefox-esr/files/patch-bug1143411 > ./firefox/files/patch-bug1143411 > ./seamonkey/files/patch-bug1143411 > > Do you have a poudriere log that we could compare? > This is really curious why this happens for you. included is a build log of firefox. https://people.freebsd.org/~kwm/firefox-38.0.6,1.log -Koop From owner-svn-ports-head@freebsd.org Thu Jul 9 19:16:11 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7D938997BC7; Thu, 9 Jul 2015 19:16:11 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6DD2D19B0; Thu, 9 Jul 2015 19:16:11 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t69JGBF9027805; Thu, 9 Jul 2015 19:16:11 GMT (envelope-from johans@FreeBSD.org) Received: (from johans@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t69JGAjx027803; Thu, 9 Jul 2015 19:16:10 GMT (envelope-from johans@FreeBSD.org) Message-Id: <201507091916.t69JGAjx027803@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: johans set sender to johans@FreeBSD.org using -f From: Johan van Selst Date: Thu, 9 Jul 2015 19:16:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391676 - head/news/tin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 09 Jul 2015 19:16:11 -0000 Author: johans Date: Thu Jul 9 19:16:10 2015 New Revision: 391676 URL: https://svnweb.freebsd.org/changeset/ports/391676 Log: Update tin to 2.3.1 Modified: head/news/tin/Makefile head/news/tin/distinfo Modified: head/news/tin/Makefile ============================================================================== --- head/news/tin/Makefile Thu Jul 9 19:10:16 2015 (r391675) +++ head/news/tin/Makefile Thu Jul 9 19:16:10 2015 (r391676) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= tin -PORTVERSION= 2.2.1 -PORTREVISION= 1 +PORTVERSION= 2.3.1 CATEGORIES+= news ipv6 MASTER_SITES= ftp://ftp.tin.org/pub/news/clients/tin/v${PORTVERSION:R}/ \ ftp://ftp.sunet.se/pub/news/readers/tin/v${PORTVERSION:R}/ \ Modified: head/news/tin/distinfo ============================================================================== --- head/news/tin/distinfo Thu Jul 9 19:10:16 2015 (r391675) +++ head/news/tin/distinfo Thu Jul 9 19:16:10 2015 (r391676) @@ -1,2 +1,2 @@ -SHA256 (tin-2.2.1.tar.bz2) = 2356661d26823dbfdf06f6a2efd5f0a2141f470c5d25fbdd55842ff342f41f01 -SIZE (tin-2.2.1.tar.bz2) = 1834572 +SHA256 (tin-2.3.1.tar.bz2) = fa98a9d60adc67b8acce7e518b33fe52c013e6b844a6d98c827f8bd1aafb09dc +SIZE (tin-2.3.1.tar.bz2) = 1839208 From owner-svn-ports-head@freebsd.org Thu Jul 9 19:16:41 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 37C68997BF5; Thu, 9 Jul 2015 19:16:41 +0000 (UTC) (envelope-from fidaj@ukr.net) Received: from frv158.fwdcdn.com (frv158.fwdcdn.com [212.42.77.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 EAEA21AD5; Thu, 9 Jul 2015 19:16:40 +0000 (UTC) (envelope-from fidaj@ukr.net) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ukr.net; s=fsm; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=sCOSxUGhsrjH1bV9t7dxJyfcxaklqTzY4jxlkeL0L7Q=; b=c3eo/fisLNlsDzY2MmCm1UQJtG6xs8owlOsmHy9cQKadOWXVtk/53rxi3a0ebNPheYNMCERvpD0/qt0/gl8p+a0D/mva3Tl36u4LRgmurXebo4B6CKCpPDGKddZU3bad5UIQAOwlTKRzVTewAdQyTSS9GT11xmih4K06qA1mC90=; Received: from [134.249.91.180] (helo=nonamehost.local) by frv158.fwdcdn.com with esmtpsa ID 1ZDHJ0-000MX2-Rp ; Thu, 09 Jul 2015 22:16:22 +0300 Date: Thu, 9 Jul 2015 22:16:21 +0300 From: Ivan Klymenko To: Koop Mast Cc: Jimmy Olgeni , svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r391619 - in head: mail/thunderbird/files www/firefox-esr/files www/firefox/files www/libxul/files www/seamonkey/files Message-ID: <20150709221621.5294d65d@nonamehost.local> In-Reply-To: <559EC53B.104@rainbow-runner.nl> References: <201507090709.t6979VsY058416@repo.freebsd.org> <20150709115113.3ebb1cc2@nonamehost.local> <559EB2AD.5000004@rainbow-runner.nl> <559EC53B.104@rainbow-runner.nl> X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.27; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Authentication-Result: IP=134.249.91.180; mail.from=fidaj@ukr.net; dkim=pass; header.d=ukr.net X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 09 Jul 2015 19:16:41 -0000 Thu, 09 Jul 2015 21:02:19 +0200 Koop Mast =D0=BD=D0=B0=D0=BF=D0=B8=D1=81=D0=B0=D0= =B2: > On 9-7-2015 20:29, Jimmy Olgeni wrote: > > Hi, > > > > On Thu, 9 Jul 2015, Koop Mast wrote: > > > >>> I have problems build > >>> libxul http://pastebin.com/G0Niz4Eh > >>> firefox http://pastebin.com/9R7eCfUb > >>> > >> Can you check if the patch-bug1143411 file is present for both > >> libxul/files and firefox/files? It should build. > > I have the patches but still see the same issue in poudriere. > > > > ./libxul/files/patch-bug1143411 > > ./firefox-esr/files/patch-bug1143411 > > ./firefox/files/patch-bug1143411 > > ./seamonkey/files/patch-bug1143411 > > > > Do you have a poudriere log that we could compare? > > > This is really curious why this happens for you. included is a build > log of firefox. > https://people.freebsd.org/~kwm/firefox-38.0.6,1.log >=20 the only difference in this: from me GTK2=3Doff: GTK+ 2 GUI toolkit support GTK3=3Don: GTK+ 3 GUI toolkit support from you GTK2=3Don: GTK+ 2 GUI toolkit support GTK3=3Doff: GTK+ 3 GUI toolkit support From owner-svn-ports-head@freebsd.org Thu Jul 9 19:33:17 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 57478997F82; Thu, 9 Jul 2015 19:33:17 +0000 (UTC) (envelope-from blackend@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3FCDE1198; Thu, 9 Jul 2015 19:33:17 +0000 (UTC) (envelope-from blackend@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t69JXHBV037517; Thu, 9 Jul 2015 19:33:17 GMT (envelope-from blackend@FreeBSD.org) Received: (from blackend@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t69JXC91037494; Thu, 9 Jul 2015 19:33:12 GMT (envelope-from blackend@FreeBSD.org) Message-Id: <201507091933.t69JXC91037494@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: blackend set sender to blackend@FreeBSD.org using -f From: Marc Fonvieille Date: Thu, 9 Jul 2015 19:33:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391677 - in head/misc: freebsd-doc-all freebsd-doc-de freebsd-doc-en freebsd-doc-fr freebsd-doc-ja freebsd-doc-ru X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 09 Jul 2015 19:33:17 -0000 Author: blackend (doc committer) Date: Thu Jul 9 19:33:11 2015 New Revision: 391677 URL: https://svnweb.freebsd.org/changeset/ports/391677 Log: Update to r46935 of the FreeBSD docset (a.k.a. 10.2-R version) Approved by: doceng (implicit) Modified: head/misc/freebsd-doc-all/Makefile 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-en/pkg-plist.html head/misc/freebsd-doc-en/pkg-plist.html-common head/misc/freebsd-doc-en/pkg-plist.html-split head/misc/freebsd-doc-en/pkg-plist.pdf head/misc/freebsd-doc-en/pkg-plist.ps head/misc/freebsd-doc-en/pkg-plist.txt head/misc/freebsd-doc-fr/pkg-plist.html-split head/misc/freebsd-doc-ja/pkg-plist.html-split head/misc/freebsd-doc-ru/pkg-plist.html-split Modified: head/misc/freebsd-doc-all/Makefile ============================================================================== --- head/misc/freebsd-doc-all/Makefile Thu Jul 9 19:16:10 2015 (r391676) +++ head/misc/freebsd-doc-all/Makefile Thu Jul 9 19:33:11 2015 (r391677) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= freebsd-doc-all -PORTVERSION= 46616 +PORTVERSION= 46935 PORTEPOCH= 1 CATEGORIES= misc docs MASTER_SITES= #empty Modified: head/misc/freebsd-doc-de/pkg-plist.html-split ============================================================================== --- head/misc/freebsd-doc-de/pkg-plist.html-split Thu Jul 9 19:16:10 2015 (r391676) +++ head/misc/freebsd-doc-de/pkg-plist.html-split Thu Jul 9 19:33:11 2015 (r391677) @@ -135,6 +135,8 @@ %%DOCSDIR%%/%%DOCLANG%%/books/faq/x.html %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/doc-build-makefiles.html %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/doc-build.html +%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/docbook-markup.html +%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/editor-config.html %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/examples-docbook-article.html %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/examples-formatted.html %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/examples.html @@ -142,14 +144,12 @@ %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/ix01.html %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/legalnotice.html %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/make-includes.html -%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/overview-before.html %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/overview-quick-start.html %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/overview.html %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/preface-acknowledgements.html %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/preface-conventions.html %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/preface-notes.html %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/preface.html -%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/psgml-mode.html %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/see-also-docbook.html %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/see-also-html.html %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/see-also-linuxdoc.html @@ -160,17 +160,23 @@ %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/structure.html %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/stylesheets-css.html %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/stylesheets.html -%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/the-website-build.html %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/the-website-env.html %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/the-website-install.html %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/the-website.html %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/tools-optional.html %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/tools.html %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/translations.html +%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/working-copy-checking-out.html +%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/working-copy-choosing-directory.html +%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/working-copy-choosing-mirror.html +%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/working-copy-making-diff.html +%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/working-copy-revert.html +%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/working-copy-subversion-references.html +%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/working-copy-updating.html +%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/working-copy.html %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/writing-style-word-list.html %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/writing-style.html -%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/xml-markup-docbook.html -%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/xml-markup.html +%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/xhtml-markup.html %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/xml-primer-comments.html %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/xml-primer-conclusion.html %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/xml-primer-doctype-declaration.html @@ -248,6 +254,7 @@ %%DOCSDIR%%/%%DOCLANG%%/books/handbook/configtuning-rcd.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/configtuning-starting-services.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/configtuning-sysctl.html +%%DOCSDIR%%/%%DOCLANG%%/books/handbook/configtuning-syslog.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/configtuning-virtual-hosts.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/consoles.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/creating-cds.html @@ -276,7 +283,6 @@ %%DOCSDIR%%/%%DOCLANG%%/books/handbook/disks.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/dtrace-enable.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/dtrace-implementation.html -%%DOCSDIR%%/%%DOCLANG%%/books/handbook/dtrace-language.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/dtrace-using.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/dtrace.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/editors.html @@ -284,7 +290,7 @@ %%DOCSDIR%%/%%DOCLANG%%/books/handbook/eresources-news.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/eresources-web.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/eresources.html -%%DOCSDIR%%/%%DOCLANG%%/books/handbook/filesystems-zfs.html +%%DOCSDIR%%/%%DOCLANG%%/books/handbook/filesystems-linux.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/filesystems.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/firewalls-apps.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/firewalls-concepts.html @@ -370,7 +376,6 @@ %%DOCSDIR%%/%%DOCLANG%%/books/handbook/mail.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/make-delete-old.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/makeworld.html -%%DOCSDIR%%/%%DOCLANG%%/books/handbook/mirrors-afs.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/mirrors-bittorrent.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/mirrors-ftp.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/mirrors-rsync.html @@ -446,6 +451,8 @@ %%DOCSDIR%%/%%DOCLANG%%/books/handbook/snapshots.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/sound-mp3.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/sound-setup.html +%%DOCSDIR%%/%%DOCLANG%%/books/handbook/svn-mirrors.html +%%DOCSDIR%%/%%DOCLANG%%/books/handbook/svn.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/swap-encrypting.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/synching.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/system-administration.html Modified: head/misc/freebsd-doc-en/Makefile ============================================================================== --- head/misc/freebsd-doc-en/Makefile Thu Jul 9 19:16:10 2015 (r391676) +++ head/misc/freebsd-doc-en/Makefile Thu Jul 9 19:33:11 2015 (r391677) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= freebsd-doc -PORTVERSION= 46616 -PORTREVISION= 1 +PORTVERSION= 46935 PORTEPOCH= 1 CATEGORIES= misc docs MASTER_SITES= LOCAL/blackend Modified: head/misc/freebsd-doc-en/distinfo ============================================================================== --- head/misc/freebsd-doc-en/distinfo Thu Jul 9 19:16:10 2015 (r391676) +++ head/misc/freebsd-doc-en/distinfo Thu Jul 9 19:33:11 2015 (r391677) @@ -1,2 +1,2 @@ -SHA256 (freebsd-doc-46616.tar.gz) = 27cd14dd93fa22f2d4e4a2c016e7eed834be7c2fa0c41c9bfd59858b64904059 -SIZE (freebsd-doc-46616.tar.gz) = 34832475 +SHA256 (freebsd-doc-46935.tar.gz) = 0350d62fce4897cf647e9ead12f65d530b89b37daaa3b941579fa6257a6f49e1 +SIZE (freebsd-doc-46935.tar.gz) = 37115231 Modified: head/misc/freebsd-doc-en/pkg-plist.html ============================================================================== --- head/misc/freebsd-doc-en/pkg-plist.html Thu Jul 9 19:16:10 2015 (r391676) +++ head/misc/freebsd-doc-en/pkg-plist.html Thu Jul 9 19:33:11 2015 (r391677) @@ -14,6 +14,7 @@ %%DOCSDIR%%/%%DOCLANG%%/articles/hubs/article.html %%DOCSDIR%%/%%DOCLANG%%/articles/ipsec-must/article.html %%DOCSDIR%%/%%DOCLANG%%/articles/ldap-auth/article.html +%%DOCSDIR%%/%%DOCLANG%%/articles/leap-seconds/article.html %%DOCSDIR%%/%%DOCLANG%%/articles/linux-emulation/article.html %%DOCSDIR%%/%%DOCLANG%%/articles/linux-users/article.html %%DOCSDIR%%/%%DOCLANG%%/articles/mailing-list-faq/article.html Modified: head/misc/freebsd-doc-en/pkg-plist.html-common ============================================================================== --- head/misc/freebsd-doc-en/pkg-plist.html-common Thu Jul 9 19:16:10 2015 (r391676) +++ head/misc/freebsd-doc-en/pkg-plist.html-common Thu Jul 9 19:33:11 2015 (r391677) @@ -26,6 +26,7 @@ %%DOCSDIR%%/%%DOCLANG%%/articles/hubs/docbook.css %%DOCSDIR%%/%%DOCLANG%%/articles/ipsec-must/docbook.css %%DOCSDIR%%/%%DOCLANG%%/articles/ldap-auth/docbook.css +%%DOCSDIR%%/%%DOCLANG%%/articles/leap-seconds/docbook.css %%DOCSDIR%%/%%DOCLANG%%/articles/linux-emulation/docbook.css %%DOCSDIR%%/%%DOCLANG%%/articles/linux-users/docbook.css %%DOCSDIR%%/%%DOCLANG%%/articles/mailing-list-faq/docbook.css Modified: head/misc/freebsd-doc-en/pkg-plist.html-split ============================================================================== --- head/misc/freebsd-doc-en/pkg-plist.html-split Thu Jul 9 19:16:10 2015 (r391676) +++ head/misc/freebsd-doc-en/pkg-plist.html-split Thu Jul 9 19:33:11 2015 (r391677) @@ -141,6 +141,11 @@ %%DOCSDIR%%/%%DOCLANG%%/articles/ldap-auth/ssl-ca.html %%DOCSDIR%%/%%DOCLANG%%/articles/ldap-auth/trademarks.html %%DOCSDIR%%/%%DOCLANG%%/articles/ldap-auth/useful.html +%%DOCSDIR%%/%%DOCLANG%%/articles/leap-seconds/index.html +%%DOCSDIR%%/%%DOCLANG%%/articles/leap-seconds/leapseconds-cautions.html +%%DOCSDIR%%/%%DOCLANG%%/articles/leap-seconds/leapseconds-conclusion.html +%%DOCSDIR%%/%%DOCLANG%%/articles/leap-seconds/leapseconds-posix.html +%%DOCSDIR%%/%%DOCLANG%%/articles/leap-seconds/leapseconds-testing.html %%DOCSDIR%%/%%DOCLANG%%/articles/linux-emulation/conclusion.html %%DOCSDIR%%/%%DOCLANG%%/articles/linux-emulation/freebsd-emulation.html %%DOCSDIR%%/%%DOCLANG%%/articles/linux-emulation/index.html Modified: head/misc/freebsd-doc-en/pkg-plist.pdf ============================================================================== --- head/misc/freebsd-doc-en/pkg-plist.pdf Thu Jul 9 19:16:10 2015 (r391676) +++ head/misc/freebsd-doc-en/pkg-plist.pdf Thu Jul 9 19:33:11 2015 (r391677) @@ -14,6 +14,7 @@ %%DOCSDIR%%/%%DOCLANG%%/articles/hubs/article.pdf %%DOCSDIR%%/%%DOCLANG%%/articles/ipsec-must/article.pdf %%DOCSDIR%%/%%DOCLANG%%/articles/ldap-auth/article.pdf +%%DOCSDIR%%/%%DOCLANG%%/articles/leap-seconds/article.pdf %%DOCSDIR%%/%%DOCLANG%%/articles/linux-emulation/article.pdf %%DOCSDIR%%/%%DOCLANG%%/articles/linux-users/article.pdf %%DOCSDIR%%/%%DOCLANG%%/articles/mailing-list-faq/article.pdf Modified: head/misc/freebsd-doc-en/pkg-plist.ps ============================================================================== --- head/misc/freebsd-doc-en/pkg-plist.ps Thu Jul 9 19:16:10 2015 (r391676) +++ head/misc/freebsd-doc-en/pkg-plist.ps Thu Jul 9 19:33:11 2015 (r391677) @@ -14,6 +14,7 @@ %%DOCSDIR%%/%%DOCLANG%%/articles/hubs/article.ps %%DOCSDIR%%/%%DOCLANG%%/articles/ipsec-must/article.ps %%DOCSDIR%%/%%DOCLANG%%/articles/ldap-auth/article.ps +%%DOCSDIR%%/%%DOCLANG%%/articles/leap-seconds/article.ps %%DOCSDIR%%/%%DOCLANG%%/articles/linux-emulation/article.ps %%DOCSDIR%%/%%DOCLANG%%/articles/linux-users/article.ps %%DOCSDIR%%/%%DOCLANG%%/articles/mailing-list-faq/article.ps Modified: head/misc/freebsd-doc-en/pkg-plist.txt ============================================================================== --- head/misc/freebsd-doc-en/pkg-plist.txt Thu Jul 9 19:16:10 2015 (r391676) +++ head/misc/freebsd-doc-en/pkg-plist.txt Thu Jul 9 19:33:11 2015 (r391677) @@ -16,6 +16,7 @@ %%DOCSDIR%%/%%DOCLANG%%/articles/hubs/article.txt %%DOCSDIR%%/%%DOCLANG%%/articles/ipsec-must/article.txt %%DOCSDIR%%/%%DOCLANG%%/articles/ldap-auth/article.txt +%%DOCSDIR%%/%%DOCLANG%%/articles/leap-seconds/article.txt %%DOCSDIR%%/%%DOCLANG%%/articles/linux-emulation/article.txt %%DOCSDIR%%/%%DOCLANG%%/articles/linux-users/article.txt %%DOCSDIR%%/%%DOCLANG%%/articles/mailing-list-faq/article.txt Modified: head/misc/freebsd-doc-fr/pkg-plist.html-split ============================================================================== --- head/misc/freebsd-doc-fr/pkg-plist.html-split Thu Jul 9 19:16:10 2015 (r391676) +++ head/misc/freebsd-doc-fr/pkg-plist.html-split Thu Jul 9 19:33:11 2015 (r391677) @@ -437,7 +437,6 @@ %%DOCSDIR%%/%%DOCLANG%%/books/handbook/audit-administration.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/audit-config.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/audit-inline-glossary.html -%%DOCSDIR%%/%%DOCLANG%%/books/handbook/audit-install.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/audit.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/backup-basics.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/backup-strategies.html @@ -639,8 +638,6 @@ %%DOCSDIR%%/%%DOCLANG%%/books/handbook/outgoing-only.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/packages-using.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/permissions.html -%%DOCSDIR%%/%%DOCLANG%%/books/handbook/pgpkeys-core.html -%%DOCSDIR%%/%%DOCLANG%%/books/handbook/pgpkeys-developers.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/pgpkeys.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/ports-broken.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/ports-finding-applications.html Modified: head/misc/freebsd-doc-ja/pkg-plist.html-split ============================================================================== --- head/misc/freebsd-doc-ja/pkg-plist.html-split Thu Jul 9 19:16:10 2015 (r391676) +++ head/misc/freebsd-doc-ja/pkg-plist.html-split Thu Jul 9 19:33:11 2015 (r391677) @@ -111,7 +111,6 @@ %%DOCSDIR%%/%%DOCLANG%%/books/handbook/bsdinstall-final-warning.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/bsdinstall-hardware.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/bsdinstall-install-trouble.html -%%DOCSDIR%%/%%DOCLANG%%/books/handbook/bsdinstall-netinstall.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/bsdinstall-partitioning.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/bsdinstall-post.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/bsdinstall-pre.html Modified: head/misc/freebsd-doc-ru/pkg-plist.html-split ============================================================================== --- head/misc/freebsd-doc-ru/pkg-plist.html-split Thu Jul 9 19:16:10 2015 (r391676) +++ head/misc/freebsd-doc-ru/pkg-plist.html-split Thu Jul 9 19:33:11 2015 (r391677) @@ -23,7 +23,6 @@ %%DOCSDIR%%/%%DOCLANG%%/articles/cups/printing-cups-configuring-printers.html %%DOCSDIR%%/%%DOCLANG%%/articles/cups/printing-cups-configuring-server.html %%DOCSDIR%%/%%DOCLANG%%/articles/cups/printing-cups-install.html -%%DOCSDIR%%/%%DOCLANG%%/articles/cups/printing-cups-ports-knobs.html %%DOCSDIR%%/%%DOCLANG%%/articles/cups/printing-cups-troubleshooting.html %%DOCSDIR%%/%%DOCLANG%%/articles/cups/trademarks.html %%DOCSDIR%%/%%DOCLANG%%/articles/explaining-bsd/compairing-bsd-and-linux.html @@ -94,7 +93,6 @@ %%DOCSDIR%%/%%DOCLANG%%/articles/new-users/next-steps.html %%DOCSDIR%%/%%DOCLANG%%/articles/new-users/other-useful-commands.html %%DOCSDIR%%/%%DOCLANG%%/articles/new-users/other.html -%%DOCSDIR%%/%%DOCLANG%%/articles/new-users/printing-files-from-dos.html %%DOCSDIR%%/%%DOCLANG%%/articles/new-users/trademarks.html %%DOCSDIR%%/%%DOCLANG%%/articles/new-users/your-working-environment.html %%DOCSDIR%%/%%DOCLANG%%/articles/pam/index.html @@ -157,16 +155,13 @@ %%DOCSDIR%%/%%DOCLANG%%/books/faq/acknowledgments.html %%DOCSDIR%%/%%DOCLANG%%/books/faq/admin.html %%DOCSDIR%%/%%DOCLANG%%/books/faq/advanced.html +%%DOCSDIR%%/%%DOCLANG%%/books/faq/all-about-zfs.html %%DOCSDIR%%/%%DOCLANG%%/books/faq/applications.html %%DOCSDIR%%/%%DOCLANG%%/books/faq/bibliography.html -%%DOCSDIR%%/%%DOCLANG%%/books/faq/commercial.html %%DOCSDIR%%/%%DOCLANG%%/books/faq/compatibility-drives.html %%DOCSDIR%%/%%DOCLANG%%/books/faq/compatibility-kbd-mice.html -%%DOCSDIR%%/%%DOCLANG%%/books/faq/compatibility-memory.html -%%DOCSDIR%%/%%DOCLANG%%/books/faq/compatibility-networking.html %%DOCSDIR%%/%%DOCLANG%%/books/faq/compatibility-other.html %%DOCSDIR%%/%%DOCLANG%%/books/faq/compatibility-processors.html -%%DOCSDIR%%/%%DOCLANG%%/books/faq/compatibility-sound.html %%DOCSDIR%%/%%DOCLANG%%/books/faq/disks.html %%DOCSDIR%%/%%DOCLANG%%/books/faq/funnies.html %%DOCSDIR%%/%%DOCLANG%%/books/faq/hardware.html From owner-svn-ports-head@freebsd.org Thu Jul 9 19:35:52 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1524199703E; Thu, 9 Jul 2015 19:35:52 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 055CF12D1; Thu, 9 Jul 2015 19:35:52 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t69JZpJ6038024; Thu, 9 Jul 2015 19:35:51 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t69JZpAe038019; Thu, 9 Jul 2015 19:35:51 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201507091935.t69JZpAe038019@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Thu, 9 Jul 2015 19:35:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391678 - in head/textproc/libwps: . 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, 09 Jul 2015 19:35:52 -0000 Author: jkim Date: Thu Jul 9 19:35:50 2015 New Revision: 391678 URL: https://svnweb.freebsd.org/changeset/ports/391678 Log: Add an upstream patch to fix QuattroPro parser. http://sourceforge.net/p/libwps/code/ci/45a3dd Added: head/textproc/libwps/files/ head/textproc/libwps/files/patch-src_lib_QuattroSpreadsheet.cpp (contents, props changed) Modified: head/textproc/libwps/Makefile Modified: head/textproc/libwps/Makefile ============================================================================== --- head/textproc/libwps/Makefile Thu Jul 9 19:33:11 2015 (r391677) +++ head/textproc/libwps/Makefile Thu Jul 9 19:35:50 2015 (r391678) @@ -3,6 +3,7 @@ PORTNAME= libwps PORTVERSION= 0.4.0 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} Added: head/textproc/libwps/files/patch-src_lib_QuattroSpreadsheet.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/libwps/files/patch-src_lib_QuattroSpreadsheet.cpp Thu Jul 9 19:35:50 2015 (r391678) @@ -0,0 +1,11 @@ +--- src/lib/QuattroSpreadsheet.cpp.orig 2015-03-11 11:14:10 UTC ++++ src/lib/QuattroSpreadsheet.cpp +@@ -1668,7 +1668,7 @@ bool QuattroSpreadsheet::readCell + else + { + val &= 0x3FFF; +- if (val & 0x2000) val = val - 0x4000; ++ if (val>0x1000) val = val - 0x2000; + } + if (dim==2) + val += sheetId; From owner-svn-ports-head@freebsd.org Thu Jul 9 19:42:21 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7C3D69972D2; Thu, 9 Jul 2015 19:42:21 +0000 (UTC) (envelope-from nox@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4FEEF1A4D; Thu, 9 Jul 2015 19:42:21 +0000 (UTC) (envelope-from nox@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t69JgLYg042548; Thu, 9 Jul 2015 19:42:21 GMT (envelope-from nox@FreeBSD.org) Received: (from nox@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t69JgKnT042546; Thu, 9 Jul 2015 19:42:20 GMT (envelope-from nox@FreeBSD.org) Message-Id: <201507091942.t69JgKnT042546@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nox set sender to nox@FreeBSD.org using -f From: Juergen Lock Date: Thu, 9 Jul 2015 19:42:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391679 - head/emulators/qemu-sbruno X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 09 Jul 2015 19:42:21 -0000 Author: nox Date: Thu Jul 9 19:42:19 2015 New Revision: 391679 URL: https://svnweb.freebsd.org/changeset/ports/391679 Log: Catch up with github tree - changelog: https://github.com/seanbruno/qemu-bsd-user/commits/bsd-user Modified: head/emulators/qemu-sbruno/Makefile head/emulators/qemu-sbruno/distinfo Modified: head/emulators/qemu-sbruno/Makefile ============================================================================== --- head/emulators/qemu-sbruno/Makefile Thu Jul 9 19:35:50 2015 (r391678) +++ head/emulators/qemu-sbruno/Makefile Thu Jul 9 19:42:19 2015 (r391679) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= qemu -PORTVERSION= 2.3.50.g20150708 +PORTVERSION= 2.3.50.g20150709 CATEGORIES= emulators MASTER_SITES= GH \ LOCAL/nox \ @@ -20,7 +20,7 @@ COMMENT?= QEMU CPU Emulator - github bsd USE_GITHUB= yes GH_ACCOUNT= seanbruno GH_PROJECT= ${PORTNAME}-bsd-user -GH_TAGNAME= d786817 +GH_TAGNAME= ee1c43b 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 Thu Jul 9 19:35:50 2015 (r391678) +++ head/emulators/qemu-sbruno/distinfo Thu Jul 9 19:42:19 2015 (r391679) @@ -1,4 +1,4 @@ -SHA256 (qemu/2.3.50.g20150708/seanbruno-qemu-bsd-user-2.3.50.g20150708-d786817_GH0.tar.gz) = 9fb93a049c5aaaab8ce0ce31dc965b839c7ea405c034bcedd3350d4712f90fea -SIZE (qemu/2.3.50.g20150708/seanbruno-qemu-bsd-user-2.3.50.g20150708-d786817_GH0.tar.gz) = 11009230 -SHA256 (qemu/2.3.50.g20150708/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3 -SIZE (qemu/2.3.50.g20150708/dtc-v1.4.0.tar.gz) = 131893 +SHA256 (qemu/2.3.50.g20150709/seanbruno-qemu-bsd-user-2.3.50.g20150709-ee1c43b_GH0.tar.gz) = 4713e360ec89e687a38d949c4b6b512b3339d6bedacbd6be880cc511d5120171 +SIZE (qemu/2.3.50.g20150709/seanbruno-qemu-bsd-user-2.3.50.g20150709-ee1c43b_GH0.tar.gz) = 11008656 +SHA256 (qemu/2.3.50.g20150709/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3 +SIZE (qemu/2.3.50.g20150709/dtc-v1.4.0.tar.gz) = 131893 From owner-svn-ports-head@freebsd.org Thu Jul 9 19:43:42 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C7943997346; Thu, 9 Jul 2015 19:43:42 +0000 (UTC) (envelope-from olgeni@olgeni.com) Received: from olgeni.olgeni.com (host-156-246-171-31.cloudsigma.com [31.171.246.156]) by mx1.freebsd.org (Postfix) with ESMTP id 891FE1B55; Thu, 9 Jul 2015 19:43:42 +0000 (UTC) (envelope-from olgeni@olgeni.com) Received: from olgeni.olgeni (unknown [82.84.75.220]) by olgeni.olgeni.com (Postfix) with ESMTPSA id 779B6D7953; Thu, 9 Jul 2015 21:43:39 +0200 (CEST) Date: Thu, 9 Jul 2015 21:43:38 +0200 (CEST) From: Jimmy Olgeni X-X-Sender: olgeni@olgeni.olgeni To: Ivan Klymenko cc: Koop Mast , svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r391619 - in head: mail/thunderbird/files www/firefox-esr/files www/firefox/files www/libxul/files www/seamonkey/files In-Reply-To: <20150709221621.5294d65d@nonamehost.local> Message-ID: References: <201507090709.t6979VsY058416@repo.freebsd.org> <20150709115113.3ebb1cc2@nonamehost.local> <559EB2AD.5000004@rainbow-runner.nl> <559EC53B.104@rainbow-runner.nl> <20150709221621.5294d65d@nonamehost.local> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) X-OpenPGP-KeyID: 0x90B7A98E6450AE47 X-OpenPGP-Fingerprint: 7133 AB4D DFC8 0A0D F891 B0D2 90B7 A98E 6450 AE47 X-OpenPGP-URL: http://olgeni.olgeni.com/~olgeni/pgp/olgeni@olgeni.com MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT 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: Thu, 09 Jul 2015 19:43:42 -0000 On Thu, 9 Jul 2015, Ivan Klymenko wrote: > Thu, 09 Jul 2015 21:02:19 +0200 > Koop Mast напиÑав: > > > On 9-7-2015 20:29, Jimmy Olgeni wrote: > > > Hi, > > > > > > On Thu, 9 Jul 2015, Koop Mast wrote: > > > > > >>> I have problems build > > >>> libxul http://pastebin.com/G0Niz4Eh > > >>> firefox http://pastebin.com/9R7eCfUb > > >>> > > >> Can you check if the patch-bug1143411 file is present for both > > >> libxul/files and firefox/files? It should build. > > > I have the patches but still see the same issue in poudriere. > > > > > > ./libxul/files/patch-bug1143411 > > > ./firefox-esr/files/patch-bug1143411 > > > ./firefox/files/patch-bug1143411 > > > ./seamonkey/files/patch-bug1143411 > > > > > > Do you have a poudriere log that we could compare? > > > > > This is really curious why this happens for you. included is a build > > log of firefox. > > https://people.freebsd.org/~kwm/firefox-38.0.6,1.log > > > > the only difference in this: > > from me > GTK2=off: GTK+ 2 GUI toolkit support > GTK3=on: GTK+ 3 GUI toolkit support > > from you > GTK2=on: GTK+ 2 GUI toolkit support > GTK3=off: GTK+ 3 GUI toolkit support GTK3 looks OK here, with a warning: ====>> Checking for extra files and directories ====>> Error: Files or directories left over: @dir %%QT_LIBDIR%%/firefox @dir %%QT_LIBDIR%%/firefox/chrome -- jimmy From owner-svn-ports-head@freebsd.org Thu Jul 9 19:44:40 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 291DE997379; Thu, 9 Jul 2015 19:44:40 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0B0EE1C5F; Thu, 9 Jul 2015 19:44:40 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t69JidXb043197; Thu, 9 Jul 2015 19:44:39 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t69JiYCx043170; Thu, 9 Jul 2015 19:44:34 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201507091944.t69JiYCx043170@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Thu, 9 Jul 2015 19:44:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391680 - in head/textproc: . turboxsl turboxsl/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, 09 Jul 2015 19:44:40 -0000 Author: hrs Date: Thu Jul 9 19:44:33 2015 New Revision: 391680 URL: https://svnweb.freebsd.org/changeset/ports/391680 Log: Add textproc/turboxsl, which is a fast, multithreaded XSLT 1.0 transformation library. Added: head/textproc/turboxsl/ head/textproc/turboxsl/Makefile (contents, props changed) head/textproc/turboxsl/distinfo (contents, props changed) head/textproc/turboxsl/files/ head/textproc/turboxsl/files/patch-Makefile.am (contents, props changed) head/textproc/turboxsl/files/patch-configure.ac (contents, props changed) head/textproc/turboxsl/files/patch-src-zlog-src-category.c (contents, props changed) head/textproc/turboxsl/files/patch-src-zlog-src-category_table.c (contents, props changed) head/textproc/turboxsl/files/patch-src-zlog-src-event.c (contents, props changed) head/textproc/turboxsl/files/patch-src-zlog-src-record_table.c (contents, props changed) head/textproc/turboxsl/files/patch-src-zlog-src-rotater.c (contents, props changed) head/textproc/turboxsl/files/patch-src-zlog-src-rule.c (contents, props changed) head/textproc/turboxsl/files/patch-src-zlog-src-zc_util.c (contents, props changed) head/textproc/turboxsl/files/patch-src-zlog-src-zc_xplatform.h (contents, props changed) head/textproc/turboxsl/pkg-descr (contents, props changed) head/textproc/turboxsl/pkg-plist (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Thu Jul 9 19:42:19 2015 (r391679) +++ head/textproc/Makefile Thu Jul 9 19:44:33 2015 (r391680) @@ -1538,6 +1538,7 @@ SUBDIR += translate-toolkit SUBDIR += ts-hunspell SUBDIR += tth + SUBDIR += turboxsl SUBDIR += txt2html SUBDIR += txt2man SUBDIR += txt2tags Added: head/textproc/turboxsl/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/turboxsl/Makefile Thu Jul 9 19:44:33 2015 (r391680) @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= turboxsl +PORTVERSION= 0.0.899004eb7b +CATEGORIES= textproc + +MAINTAINER= hrs@FreeBSD.org +COMMENT= Fast, multithreaded XML+XSLT transformation library + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE + +LIB_DEPENDS= libck.so:${PORTSDIR}/devel/concurrencykit \ + libmemcached.so:${PORTSDIR}/databases/libmemcached + +USES= autoreconf libtool pkgconfig +USE_GITHUB= yes +GH_ACCOUNT= Litres +GH_TAGNAME= 899004eb7b +GNU_CONFIGURE= yes +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip + +.include Added: head/textproc/turboxsl/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/turboxsl/distinfo Thu Jul 9 19:44:33 2015 (r391680) @@ -0,0 +1,2 @@ +SHA256 (Litres-turboxsl-0.0.899004eb7b-899004eb7b_GH0.tar.gz) = ded1577aaf2edb97ddbc3ad5fa25e18dde329562c62aefbbbd50e093abd423de +SIZE (Litres-turboxsl-0.0.899004eb7b-899004eb7b_GH0.tar.gz) = 883902 Added: head/textproc/turboxsl/files/patch-Makefile.am ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/turboxsl/files/patch-Makefile.am Thu Jul 9 19:44:33 2015 (r391680) @@ -0,0 +1,10 @@ +--- Makefile.am.orig 2015-07-03 03:01:10.000000000 +0900 ++++ Makefile.am 2015-07-10 04:11:03.293694000 +0900 +@@ -8,6 +8,6 @@ + + bin_SCRIPTS = turboxsl-config + +-pkgconfigdir=$(libdir)/pkgconfig ++pkgconfigdir=$(prefix)/libdata/pkgconfig + pkgconfig_DATA = libturboxsl.pc + Added: head/textproc/turboxsl/files/patch-configure.ac ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/turboxsl/files/patch-configure.ac Thu Jul 9 19:44:33 2015 (r391680) @@ -0,0 +1,17 @@ +--- configure.ac.orig 2015-07-10 03:45:40.793312000 +0900 ++++ configure.ac 2015-07-10 03:45:53.160053000 +0900 +@@ -23,14 +23,6 @@ + AC_SUBST(EXTRA_LIBS) + AC_SUBST(M_LIBS) + +-dnl These are for debug -O2 disabling +-CPPFLAGS="${CXXFLAGS}" +-CXXFLAGS="${CPPFLAGS}" +-CFLAGS="" +-AC_SUBST(CXXFLAGS) +-AC_SUBST(CPPFLAGS) +-AC_SUBST(CLAGS) +- + AC_OUTPUT([ + Makefile + libturboxsl.pc Added: head/textproc/turboxsl/files/patch-src-zlog-src-category.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/turboxsl/files/patch-src-zlog-src-category.c Thu Jul 9 19:44:33 2015 (r391680) @@ -0,0 +1,10 @@ +--- src/zlog/src/category.c.orig 2015-07-10 03:27:30.714218000 +0900 ++++ src/zlog/src/category.c 2015-07-10 03:28:10.280729000 +0900 +@@ -6,6 +6,7 @@ + * Licensed under the LGPL v2.1, see the file COPYING in base directory. + */ + #include "fmacros.h" ++#include + #include + #include + #include Added: head/textproc/turboxsl/files/patch-src-zlog-src-category_table.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/turboxsl/files/patch-src-zlog-src-category_table.c Thu Jul 9 19:44:33 2015 (r391680) @@ -0,0 +1,10 @@ +--- src/zlog/src/category_table.c.orig 2015-07-10 03:28:51.992237000 +0900 ++++ src/zlog/src/category_table.c 2015-07-10 03:29:10.446286000 +0900 +@@ -6,6 +6,7 @@ + * Licensed under the LGPL v2.1, see the file COPYING in base directory. + */ + ++#include + #include + #include + #include Added: head/textproc/turboxsl/files/patch-src-zlog-src-event.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/turboxsl/files/patch-src-zlog-src-event.c Thu Jul 9 19:44:33 2015 (r391680) @@ -0,0 +1,10 @@ +--- src/zlog/src/event.c.orig 2015-07-10 03:29:45.286866000 +0900 ++++ src/zlog/src/event.c 2015-07-10 03:29:59.614232000 +0900 +@@ -7,6 +7,7 @@ + */ + + #include "fmacros.h" ++#include + #include + #include + #include Added: head/textproc/turboxsl/files/patch-src-zlog-src-record_table.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/turboxsl/files/patch-src-zlog-src-record_table.c Thu Jul 9 19:44:33 2015 (r391680) @@ -0,0 +1,10 @@ +--- src/zlog/src/record_table.c.orig 2015-07-10 03:30:42.116741000 +0900 ++++ src/zlog/src/record_table.c 2015-07-10 03:30:54.707463000 +0900 +@@ -6,6 +6,7 @@ + * Licensed under the LGPL v2.1, see the file COPYING in base directory. + */ + ++#include + #include + #include + #include Added: head/textproc/turboxsl/files/patch-src-zlog-src-rotater.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/turboxsl/files/patch-src-zlog-src-rotater.c Thu Jul 9 19:44:33 2015 (r391680) @@ -0,0 +1,10 @@ +--- src/zlog/src/rotater.c.orig 2015-07-10 03:31:33.156849000 +0900 ++++ src/zlog/src/rotater.c 2015-07-10 03:31:42.997304000 +0900 +@@ -6,6 +6,7 @@ + * Licensed under the LGPL v2.1, see the file COPYING in base directory. + */ + ++#include + #include + #include + #include Added: head/textproc/turboxsl/files/patch-src-zlog-src-rule.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/turboxsl/files/patch-src-zlog-src-rule.c Thu Jul 9 19:44:33 2015 (r391680) @@ -0,0 +1,16 @@ +--- src/zlog/src/rule.c.orig 2015-07-10 03:32:15.578671000 +0900 ++++ src/zlog/src/rule.c 2015-07-10 03:35:22.106690000 +0900 +@@ -8,12 +8,12 @@ + + #include "fmacros.h" + ++#include + #include + #include + #include + #include + #include +-#include + #include + #include + #include Added: head/textproc/turboxsl/files/patch-src-zlog-src-zc_util.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/turboxsl/files/patch-src-zlog-src-zc_util.c Thu Jul 9 19:44:33 2015 (r391680) @@ -0,0 +1,10 @@ +--- src/zlog/src/zc_util.c.orig 2015-07-10 03:36:43.533900000 +0900 ++++ src/zlog/src/zc_util.c 2015-07-10 03:36:53.470268000 +0900 +@@ -6,6 +6,7 @@ + * Licensed under the LGPL v2.1, see the file COPYING in base directory. + */ + ++#include + #include + #include + #include Added: head/textproc/turboxsl/files/patch-src-zlog-src-zc_xplatform.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/turboxsl/files/patch-src-zlog-src-zc_xplatform.h Thu Jul 9 19:44:33 2015 (r391680) @@ -0,0 +1,10 @@ +--- src/zlog/src/zc_xplatform.h.orig 2015-07-10 03:35:37.045763000 +0900 ++++ src/zlog/src/zc_xplatform.h 2015-07-10 03:35:49.501573000 +0900 +@@ -9,6 +9,7 @@ + #define __zc_xplatform_h + + #include ++#include + + #define ZLOG_INT32_LEN sizeof("-2147483648") - 1 + #define ZLOG_INT64_LEN sizeof("-9223372036854775808") - 1 Added: head/textproc/turboxsl/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/turboxsl/pkg-descr Thu Jul 9 19:44:33 2015 (r391680) @@ -0,0 +1,3 @@ +turboxsl is an XSLT 1.0 transform engine with proper multithreading support. + +WWW: https://github.com/Litres/turboxsl Added: head/textproc/turboxsl/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/turboxsl/pkg-plist Thu Jul 9 19:44:33 2015 (r391680) @@ -0,0 +1,8 @@ +bin/turboxsl-config +bin/turboxsltproc +include/turboxsl/turboxsl.h +lib/libturboxsl.so +lib/libturboxsl.so.0 +lib/libturboxsl.so.0.0.0 +lib/libturboxsl.a +libdata/pkgconfig/libturboxsl.pc From owner-svn-ports-head@freebsd.org Thu Jul 9 20:54:38 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 75F44997242; Thu, 9 Jul 2015 20:54:38 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 59BA410B1; Thu, 9 Jul 2015 20:54:38 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t69KsctS080854; Thu, 9 Jul 2015 20:54:38 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t69KsbFh080849; Thu, 9 Jul 2015 20:54:37 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201507092054.t69KsbFh080849@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Thu, 9 Jul 2015 20:54:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391681 - in head/security/openssl: . 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, 09 Jul 2015 20:54:38 -0000 Author: dinoex Date: Thu Jul 9 20:54:36 2015 New Revision: 391681 URL: https://svnweb.freebsd.org/changeset/ports/391681 Log: - Security update to 1.0.2d Security: http://openssl.org/news/secadv_20150709.txt Added: head/security/openssl/files/patch-testssl (contents, props changed) Deleted: head/security/openssl/files/patch-SSL_CTX_use_serverinfo.pod Modified: head/security/openssl/Makefile head/security/openssl/distinfo Modified: head/security/openssl/Makefile ============================================================================== --- head/security/openssl/Makefile Thu Jul 9 19:44:33 2015 (r391680) +++ head/security/openssl/Makefile Thu Jul 9 20:54:36 2015 (r391681) @@ -3,8 +3,8 @@ PORTNAME= openssl PORTVERSION= 1.0.2 -DISTVERSIONSUFFIX= c -PORTREVISION= 3 +DISTVERSIONSUFFIX= d +PORTREVISION= 4 CATEGORIES= security devel MASTER_SITES= http://www.openssl.org/source/ \ ftp://ftp.openssl.org/source/ \ Modified: head/security/openssl/distinfo ============================================================================== --- head/security/openssl/distinfo Thu Jul 9 19:44:33 2015 (r391680) +++ head/security/openssl/distinfo Thu Jul 9 20:54:36 2015 (r391681) @@ -1,10 +1,10 @@ -SHA256 (openssl-1.0.2c/openssl-1.0.2c.tar.gz) = 0038ba37f35a6367c58f17a7a7f687953ef8ce4f9684bbdec63e62515ed36a83 -SIZE (openssl-1.0.2c/openssl-1.0.2c.tar.gz) = 5280670 -SHA256 (openssl-1.0.2c/1001-crypto-hmac-support-EVP_MD_CTX_FLAG_ONESHOT-and-set-.patch) = 2eddcb7ab342285cb637ce6b6be143cca835f449f35dd9bb8c7b9167ba2117a7 -SIZE (openssl-1.0.2c/1001-crypto-hmac-support-EVP_MD_CTX_FLAG_ONESHOT-and-set-.patch) = 3717 -SHA256 (openssl-1.0.2c/1002-backport-changes-from-upstream-padlock-module.patch) = aee88a24622ce9d71e38deeb874e58435dcf8ff5690f56194f0e4a00fb09b260 -SIZE (openssl-1.0.2c/1002-backport-changes-from-upstream-padlock-module.patch) = 5770 -SHA256 (openssl-1.0.2c/1003-engines-e_padlock-implement-sha1-sha224-sha256-accel.patch) = c10b8aaf56a4f4f79ca195fc587e0bb533f643e777d7a3e6fb0350399a6060ea -SIZE (openssl-1.0.2c/1003-engines-e_padlock-implement-sha1-sha224-sha256-accel.patch) = 20935 -SHA256 (openssl-1.0.2c/1004-crypto-engine-autoload-padlock-dynamic-engine.patch) = 2f7c850af078a3ae71b2dd38d5d0b3964ea4262e52673e36ff33498cc6223e6c -SIZE (openssl-1.0.2c/1004-crypto-engine-autoload-padlock-dynamic-engine.patch) = 809 +SHA256 (openssl-1.0.2d/openssl-1.0.2d.tar.gz) = 671c36487785628a703374c652ad2cebea45fa920ae5681515df25d9f2c9a8c8 +SIZE (openssl-1.0.2d/openssl-1.0.2d.tar.gz) = 5295447 +SHA256 (openssl-1.0.2d/1001-crypto-hmac-support-EVP_MD_CTX_FLAG_ONESHOT-and-set-.patch) = 2eddcb7ab342285cb637ce6b6be143cca835f449f35dd9bb8c7b9167ba2117a7 +SIZE (openssl-1.0.2d/1001-crypto-hmac-support-EVP_MD_CTX_FLAG_ONESHOT-and-set-.patch) = 3717 +SHA256 (openssl-1.0.2d/1002-backport-changes-from-upstream-padlock-module.patch) = aee88a24622ce9d71e38deeb874e58435dcf8ff5690f56194f0e4a00fb09b260 +SIZE (openssl-1.0.2d/1002-backport-changes-from-upstream-padlock-module.patch) = 5770 +SHA256 (openssl-1.0.2d/1003-engines-e_padlock-implement-sha1-sha224-sha256-accel.patch) = c10b8aaf56a4f4f79ca195fc587e0bb533f643e777d7a3e6fb0350399a6060ea +SIZE (openssl-1.0.2d/1003-engines-e_padlock-implement-sha1-sha224-sha256-accel.patch) = 20935 +SHA256 (openssl-1.0.2d/1004-crypto-engine-autoload-padlock-dynamic-engine.patch) = 2f7c850af078a3ae71b2dd38d5d0b3964ea4262e52673e36ff33498cc6223e6c +SIZE (openssl-1.0.2d/1004-crypto-engine-autoload-padlock-dynamic-engine.patch) = 809 Added: head/security/openssl/files/patch-testssl ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/openssl/files/patch-testssl Thu Jul 9 20:54:36 2015 (r391681) @@ -0,0 +1,39 @@ +--- test/testssl.orig 2015-06-11 15:50:11.000000000 +0200 ++++ test/testssl 2015-06-12 13:43:32.000000000 +0200 +@@ -102,28 +102,28 @@ + $ssltest $extra || exit 1 + + echo test dtlsv1 +-$ssltest -dtls1 $extra || exit 1 ++#$ssltest -dtls1 $extra || exit 1 + + echo test dtlsv1 with server authentication +-$ssltest -dtls1 -server_auth $CA $extra || exit 1 ++#$ssltest -dtls1 -server_auth $CA $extra || exit 1 + + echo test dtlsv1 with client authentication +-$ssltest -dtls1 -client_auth $CA $extra || exit 1 ++#$ssltest -dtls1 -client_auth $CA $extra || exit 1 + + echo test dtlsv1 with both client and server authentication +-$ssltest -dtls1 -server_auth -client_auth $CA $extra || exit 1 ++#$ssltest -dtls1 -server_auth -client_auth $CA $extra || exit 1 + + echo test dtlsv1.2 +-$ssltest -dtls12 $extra || exit 1 ++#$ssltest -dtls12 $extra || exit 1 + + echo test dtlsv1.2 with server authentication +-$ssltest -dtls12 -server_auth $CA $extra || exit 1 ++#$ssltest -dtls12 -server_auth $CA $extra || exit 1 + + echo test dtlsv1.2 with client authentication +-$ssltest -dtls12 -client_auth $CA $extra || exit 1 ++#$ssltest -dtls12 -client_auth $CA $extra || exit 1 + + echo test dtlsv1.2 with both client and server authentication +-$ssltest -dtls12 -server_auth -client_auth $CA $extra || exit 1 ++#$ssltest -dtls12 -server_auth -client_auth $CA $extra || exit 1 + + if [ $dsa_cert = NO ]; then + echo 'test sslv2/sslv3 w/o (EC)DHE via BIO pair' From owner-svn-ports-head@freebsd.org Thu Jul 9 20:57:18 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5B4F19972C8; Thu, 9 Jul 2015 20:57:18 +0000 (UTC) (envelope-from kwm@rainbow-runner.nl) Received: from fep21.mx.upcmail.net (fep21.mx.upcmail.net [62.179.121.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5891713E2; Thu, 9 Jul 2015 20:57:16 +0000 (UTC) (envelope-from kwm@rainbow-runner.nl) Received: from edge03.upcmail.net ([192.168.13.238]) by viefep21-int.chello.at (InterMail vM.8.01.05.18 201-2260-151-151-20140610) with ESMTP id <20150709205714.SAFP3237.viefep21-int.chello.at@edge03.upcmail.net>; Thu, 9 Jul 2015 22:57:14 +0200 Received: from [192.168.0.23] ([178.84.134.112]) by edge03.upcmail.net with edge id qLxD1q0062Rg3Ey01LxD1T; Thu, 09 Jul 2015 22:57:14 +0200 X-SourceIP: 178.84.134.112 Message-ID: <559EE028.7070203@rainbow-runner.nl> Date: Thu, 09 Jul 2015 22:57:12 +0200 From: Koop Mast User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Jimmy Olgeni , Ivan Klymenko CC: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r391619 - in head: mail/thunderbird/files www/firefox-esr/files www/firefox/files www/libxul/files www/seamonkey/files References: <201507090709.t6979VsY058416@repo.freebsd.org> <20150709115113.3ebb1cc2@nonamehost.local> <559EB2AD.5000004@rainbow-runner.nl> <559EC53B.104@rainbow-runner.nl> <20150709221621.5294d65d@nonamehost.local> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 09 Jul 2015 20:57:18 -0000 On 9-7-2015 21:43, Jimmy Olgeni wrote: > On Thu, 9 Jul 2015, Ivan Klymenko wrote: > >> Thu, 09 Jul 2015 21:02:19 +0200 >> Koop Mast напиÑав: >> >>> On 9-7-2015 20:29, Jimmy Olgeni wrote: >>>> Hi, >>>> >>>> On Thu, 9 Jul 2015, Koop Mast wrote: >>>> >>>>>> I have problems build >>>>>> libxul http://pastebin.com/G0Niz4Eh >>>>>> firefox http://pastebin.com/9R7eCfUb >>>>>> >>>>> Can you check if the patch-bug1143411 file is present for both >>>>> libxul/files and firefox/files? It should build. >>>> I have the patches but still see the same issue in poudriere. >>>> >>>> ./libxul/files/patch-bug1143411 >>>> ./firefox-esr/files/patch-bug1143411 >>>> ./firefox/files/patch-bug1143411 >>>> ./seamonkey/files/patch-bug1143411 >>>> >>>> Do you have a poudriere log that we could compare? >>>> >>> This is really curious why this happens for you. included is a build >>> log of firefox. >>> https://people.freebsd.org/~kwm/firefox-38.0.6,1.log >>> >> the only difference in this: >> >> from me >> GTK2=off: GTK+ 2 GUI toolkit support >> GTK3=on: GTK+ 3 GUI toolkit support >> >> from you >> GTK2=on: GTK+ 2 GUI toolkit support >> GTK3=off: GTK+ 3 GUI toolkit support > GTK3 looks OK here, with a warning: > > ====>> Checking for extra files and directories > ====>> Error: Files or directories left over: > @dir %%QT_LIBDIR%%/firefox > @dir %%QT_LIBDIR%%/firefox/chrome > If you switch back to GTK2 does it still build? The left overs also showed up suddenly on my builds, no idea where that comes from. -Koop From owner-svn-ports-head@freebsd.org Thu Jul 9 21:12:07 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 90B289975DA; Thu, 9 Jul 2015 21:12:07 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7D7811F6C; Thu, 9 Jul 2015 21:12:07 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t69LC7pF090865; Thu, 9 Jul 2015 21:12:07 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t69LC4dR090849; Thu, 9 Jul 2015 21:12:04 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201507092112.t69LC4dR090849@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Thu, 9 Jul 2015 21:12:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391682 - in head/japanese: . ibus-mozc/files mozc-server mozc-server/files uim-mozc uim-mozc/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, 09 Jul 2015 21:12:07 -0000 Author: hrs Date: Thu Jul 9 21:12:03 2015 New Revision: 391682 URL: https://svnweb.freebsd.org/changeset/ports/391682 Log: - Add japanese/uim-mozc, uim plugin for mozc input method[*]. - Fix XML file for ibus engine. - Fix stop_server() in mozc startup script. PR: 199258 [*] Based on work by: Koichiro IWAO [*] Added: head/japanese/uim-mozc/ head/japanese/uim-mozc/Makefile (contents, props changed) head/japanese/uim-mozc/files/ head/japanese/uim-mozc/files/pkg-message.in (contents, props changed) Modified: head/japanese/Makefile head/japanese/ibus-mozc/files/pkg-message.in head/japanese/mozc-server/Makefile head/japanese/mozc-server/distinfo head/japanese/mozc-server/files/mozc.in head/japanese/mozc-server/files/patch-unix_ibus_gen_mozc_xml.py Modified: head/japanese/Makefile ============================================================================== --- head/japanese/Makefile Thu Jul 9 20:54:36 2015 (r391681) +++ head/japanese/Makefile Thu Jul 9 21:12:03 2015 (r391682) @@ -274,6 +274,7 @@ SUBDIR += today SUBDIR += tomoe SUBDIR += uim-anthy + SUBDIR += uim-mozc SUBDIR += uim-tomoe-gtk SUBDIR += vera-fpw SUBDIR += vftool Modified: head/japanese/ibus-mozc/files/pkg-message.in ============================================================================== --- head/japanese/ibus-mozc/files/pkg-message.in Thu Jul 9 20:54:36 2015 (r391681) +++ head/japanese/ibus-mozc/files/pkg-message.in Thu Jul 9 21:12:03 2015 (r391682) @@ -6,3 +6,6 @@ export QT_IM_MODULE=xim export XMODIFIERS=@im=ibus %%PREFIX%%/bin/mozc start ibus-daemon -r --daemonize --xim + +Note that textproc/ibus-qt with IBUS option is required to +make QT_IM_MODULE=ibus work. Modified: head/japanese/mozc-server/Makefile ============================================================================== --- head/japanese/mozc-server/Makefile Thu Jul 9 20:54:36 2015 (r391681) +++ head/japanese/mozc-server/Makefile Thu Jul 9 21:12:03 2015 (r391682) @@ -3,7 +3,7 @@ PORTNAME= mozc PORTVERSION= 2.16.2051.102 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= japanese MASTER_SITES= LOCAL/hrs DISTFILES= ${DISTNAME}${EXTRACT_SUFX} @@ -27,7 +27,7 @@ USES= compiler:c++11-lang pkgconfig ico BUILD_MOZC_LIST?= mozc_server -.if ${BUILD_MOZC_LIST:Mmozc_server} == "mozc_server" +.if ${BUILD_MOZC_LIST:Mmozc_server} == "mozc_server" PKGNAMEPREFIX= ja- PKGNAMESUFFIX= -server @@ -124,7 +124,7 @@ post-configure: ${WRKSRC}/mozcmake .endif # mozc_server -.if ${BUILD_MOZC_LIST:Mmozc_server} == "mozc_server" || defined(makesum) +.if ${BUILD_MOZC_LIST:Mmozc_server} == "mozc_server" || make(makesum) GYP_OPTIONS+= --noqt GYP_DEFINES+= use_libibus=0 \ enable_gtk_renderer=0 @@ -251,6 +251,58 @@ do-install-ibus_mozc: ${STAGEDIR}${DATADIR}/icons/product_icon.png .endif +# uim_mozc +.if ${BUILD_MOZC_LIST:Muim_mozc} == "uim_mozc" || make(makesum) +#USE_GITHUB= yes # XXX +GH_ACCOUNT= e-kato +GH_PROJECT= macuim +GH_TAGNAME= v0.6.16.2 +DISTFILES+= ${GH_ACCOUNT}-${GH_PROJECT}-${GH_TAGNAME}_GH0${EXTRACT_SUFX}:gh +EXTRACT_ONLY+= ${GH_ACCOUNT}-${GH_PROJECT}-${GH_TAGNAME}_GH0${EXTRACT_SUFX} +MASTER_SITES+= https://codeload.github.com/${GH_ACCOUNT}/${GH_PROJECT}/tar.gz/${GH_TAGNAME}?dummy=/:gh +WRKSRC_MU= ${WRKDIR}/${GH_PROJECT}-${GH_TAGNAME:C/^v//} + +LIB_DEPENDS+= libuim.so:${PORTSDIR}/textproc/uim +RUN_DEPENDS+= mozc_server:${PORTSDIR}/japanese/mozc-server \ + mozc_tool:${PORTSDIR}/japanese/mozc-tool +GYP_OPTIONS+= --noqt +GYP_DEFINES+= use_libibus=0 \ + enable_gtk_renderer=0 + +PLIST_FILES+= lib/uim/plugin/libuim-mozc.so \ + %%DATADIR%%/mozc.scm \ + %%DATADIR%%/mozc-custom.scm \ + %%DATADIR%%/mozc-key-custom.scm \ + %%DATADIR%%/pixmaps/mozc.png \ + "@exec ${LOCALBASE}/bin/uim-module-manager --register mozc" \ + "@unexec ${LOCALBASE}/bin/uim-module-manager --unregister mozc" + +post-extract-uim_mozc: + ${LN} -s ${WRKSRC_MU}/Mozc/uim ${WRKSRC}/unix + ${REINPLACE_CMD} -e "s,/usr/lib/mozc,${LOCALBASE}/libexec," \ + ${WRKSRC_MU}/Mozc/scm/mozc-custom.scm + +post-extract: post-extract-uim_mozc + +do-build-uim_mozc: + ${BUILD_MOZC_CMD_BUILD} \ + unix/uim/uim.gyp:uim-mozc + +do-install-uim_mozc: + ${MKDIR} ${STAGEDIR}${PREFIX}/lib/uim/plugin + ${INSTALL_PROGRAM} \ + ${WRKSRC}/out_linux/${BUILD_MODE}/libuim-mozc.so \ + ${STAGEDIR}${PREFIX}/lib/uim/plugin + ${MKDIR} ${STAGEDIR}${DATADIR} + cd ${WRKSRC_MU}/Mozc/scm && \ + ${INSTALL_DATA} mozc.scm mozc-custom.scm mozc-key-custom.scm \ + ${STAGEDIR}${DATADIR} + ${MKDIR} ${STAGEDIR}${DATADIR}/pixmaps + ${INSTALL_DATA} \ + ${WRKSRC}/data/images/product_icon_32bpp-128.png \ + ${STAGEDIR}${DATADIR}/pixmaps/mozc.png +.endif + # fcitx_mozc .if ${BUILD_MOZC_LIST:Mfcitx_mozc} == "fcitx_mozc" || make(makesum) PATCH_SITES= http://download.fcitx-im.org/fcitx-mozc/ @@ -261,7 +313,6 @@ PATCH_DIST_STRIP=-p2 EXTRA_PATCHES= ${PATCHDIR}/extra-patch-unix-fcitx-eim.cc \ ${PATCHDIR}/extra-patch-unix-fcitx-mozc_response_parser.cc \ ${PATCHDIR}/extra-patch-unix-fcitx-surrounding_text_util.cc - GYP_OPTIONS+= --noqt GYP_DEFINES+= use_libibus=0 \ enable_gtk_renderer=0 Modified: head/japanese/mozc-server/distinfo ============================================================================== --- head/japanese/mozc-server/distinfo Thu Jul 9 20:54:36 2015 (r391681) +++ head/japanese/mozc-server/distinfo Thu Jul 9 21:12:03 2015 (r391682) @@ -6,3 +6,5 @@ SHA256 (jigyosyo-20130628.lzh) = d7b796d SIZE (jigyosyo-20130628.lzh) = 823590 SHA256 (fcitx-mozc-2.16.2037.102.2.patch) = ff175f3e0301c33f750780765ea264887827d00bc7a59fc8b55ae514ba449a1e SIZE (fcitx-mozc-2.16.2037.102.2.patch) = 140421 +SHA256 (e-kato-macuim-v0.6.16.2_GH0.tar.bz2) = 25fca78d1d76cc5c6a49f3b2f6981791ad8275abb2726334d8d40bd49498194d +SIZE (e-kato-macuim-v0.6.16.2_GH0.tar.bz2) = 324551 Modified: head/japanese/mozc-server/files/mozc.in ============================================================================== --- head/japanese/mozc-server/files/mozc.in Thu Jul 9 20:54:36 2015 (r391681) +++ head/japanese/mozc-server/files/mozc.in Thu Jul 9 21:12:03 2015 (r391682) @@ -37,10 +37,11 @@ stop_server() { if [ -r "${MOZCDIR}/mozc_server.pid" ]; then pkill -F "${MOZCDIR}/mozc_server.pid" + else + for p in $(pgrep -U $(id -u) mozc_server); do + kill $p + done fi - for p in $(pgrep -U $(id -u) mozc_server); do - kill $p - done } case $1 in Modified: head/japanese/mozc-server/files/patch-unix_ibus_gen_mozc_xml.py ============================================================================== --- head/japanese/mozc-server/files/patch-unix_ibus_gen_mozc_xml.py Thu Jul 9 20:54:36 2015 (r391681) +++ head/japanese/mozc-server/files/patch-unix_ibus_gen_mozc_xml.py Thu Jul 9 21:12:03 2015 (r391682) @@ -1,6 +1,32 @@ ---- unix/ibus/gen_mozc_xml.py.orig 2015-02-17 18:05:39.000000000 +0900 -+++ unix/ibus/gen_mozc_xml.py 2015-02-17 18:06:30.000000000 +0900 -@@ -203,13 +203,19 @@ +--- unix/ibus/gen_mozc_xml.py.orig 2015-02-15 04:18:31.000000000 +0900 ++++ unix/ibus/gen_mozc_xml.py 2015-02-22 02:00:23.000000000 +0900 +@@ -67,7 +67,7 @@ + # Information to generate part of mozc.xml for IBus 1.5 or later. + IBUS_1_5_ENGINE_COMMON_PROPS = { + 'description': '%(product_name)s (Japanese Input Method)', +- 'language': 'ja', ++ 'language': 'jpn', + 'icon': '%(ibus_mozc_icon_path)s', + 'rank': '80', + 'symbol': 'あ', +@@ -91,7 +91,7 @@ + # unix/ibus/mozc_engine.cc. + 'name': ['mozc-jp'], + 'longname': ['%(product_name)s'], +- 'layout': ['default'], ++ 'layout': ['jp'], + }, + } + +@@ -129,6 +129,7 @@ + engines: A dictionary from a property name to a list of property values of + engines. For example, {'name': ['mozc-jp', 'mozc', 'mozc-dv']}. + """ ++ print '' + print '' + for key in component: + OutputXmlElement(param_dict, key, component[key]) +@@ -203,13 +204,19 @@ parser.add_option('--server_dir', dest='server_dir', default='', help='The absolute directory path to be installed the ' 'server executable.') Added: head/japanese/uim-mozc/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/japanese/uim-mozc/Makefile Thu Jul 9 21:12:03 2015 (r391682) @@ -0,0 +1,16 @@ +# Created by: Koichiro IWAO +# $FreeBSD$ + +PKGNAMEPREFIX= ja-uim- + +COMMENT= Mozc engine for uim + +MASTERDIR= ${.CURDIR}/../../japanese/mozc-server +FILESDIR= ${.CURDIR}/files +DATADIR= ${PREFIX}/share/uim +SUB_FILES= pkg-message +PKGMESSAGE= ${WRKDIR}/pkg-message + +BUILD_MOZC_LIST=uim_mozc + +.include "${MASTERDIR}/Makefile" Added: head/japanese/uim-mozc/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/japanese/uim-mozc/files/pkg-message.in Thu Jul 9 21:12:03 2015 (r391682) @@ -0,0 +1,9 @@ +To activate uim-mozc, please add the following into ~/.xinitrc, +~/.xsession, or ~/.kde4/env (for KDE4): + +export GTK_IM_MODULE=uim +export QT_IM_MODULE=uim +export XMODIFIERS=@im=uim +export XIM=uim +%%PREFIX%%/bin/mozc start +uim-xim & From owner-svn-ports-head@freebsd.org Thu Jul 9 23:13:28 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B98AF3C5F; Thu, 9 Jul 2015 23:13:28 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8D81A3E5; Thu, 9 Jul 2015 23:13:28 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t69NDSin051423; Thu, 9 Jul 2015 23:13:28 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t69NDSKh051422; Thu, 9 Jul 2015 23:13:28 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201507092313.t69NDSKh051422@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Thu, 9 Jul 2015 23:13:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391683 - 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: Thu, 09 Jul 2015 23:13:28 -0000 Author: delphij Date: Thu Jul 9 23:13:27 2015 New Revision: 391683 URL: https://svnweb.freebsd.org/changeset/ports/391683 Log: Document OpenSSL alternative chains certificate forgery vulnerability. Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Jul 9 21:12:03 2015 (r391682) +++ head/security/vuxml/vuln.xml Thu Jul 9 23:13:27 2015 (r391683) @@ -57,6 +57,42 @@ Notes: --> + + openssl -- alternate chains certificate forgery vulnerability + + + openssl + 1.0.2_21.0.2_4 + + + mingw32-openssl + 1.0.2b1.0.2d + + + + +

      OpenSSL reports:

      +
      +

      During certificate verification, OpenSSL (starting from version + 1.0.1n and 1.0.2b) will attempt to find an alternative certificate + chain if the first attempt to build such a chain fails. An error + in the implementation of this logic can mean that an attacker could + cause certain checks on untrusted certificates to be bypassed, + such as the CA flag, enabling them to use a valid leaf certificate + to act as a CA and "issue" an invalid certificate.

      +
      + +
      + + CVE-2015-1793 + https://www.openssl.org/news/secadv_20150709.txt + + + 2015-07-09 + 2015-07-09 + +
      + django -- multiple vulnerabilities From owner-svn-ports-head@freebsd.org Thu Jul 9 23:29:20 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3D06E3DFD; Thu, 9 Jul 2015 23:29:20 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2DF09B52; Thu, 9 Jul 2015 23:29:20 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t69NTKQ1057257; Thu, 9 Jul 2015 23:29:20 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t69NTJkH057255; Thu, 9 Jul 2015 23:29:19 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201507092329.t69NTJkH057255@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Thu, 9 Jul 2015 23:29:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391684 - head/devel/mingw32-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: Thu, 09 Jul 2015 23:29:20 -0000 Author: delphij Date: Thu Jul 9 23:29:18 2015 New Revision: 391684 URL: https://svnweb.freebsd.org/changeset/ports/391684 Log: Security Update to 1.0.2d. Security: CVE-2015-1793 Security: 075952fe-267e-11e5-9d03-3c970e169bc2 MFH: 2015Q3 Approved by: so Modified: head/devel/mingw32-openssl/Makefile head/devel/mingw32-openssl/distinfo Modified: head/devel/mingw32-openssl/Makefile ============================================================================== --- head/devel/mingw32-openssl/Makefile Thu Jul 9 23:13:27 2015 (r391683) +++ head/devel/mingw32-openssl/Makefile Thu Jul 9 23:29:18 2015 (r391684) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= openssl -PORTVERSION= 1.0.2c +PORTVERSION= 1.0.2d CATEGORIES= devel security MASTER_SITES= http://www.openssl.org/source/ \ ftp://ftp.openssl.org/source/ \ Modified: head/devel/mingw32-openssl/distinfo ============================================================================== --- head/devel/mingw32-openssl/distinfo Thu Jul 9 23:13:27 2015 (r391683) +++ head/devel/mingw32-openssl/distinfo Thu Jul 9 23:29:18 2015 (r391684) @@ -1,2 +1,2 @@ -SHA256 (openssl-1.0.2c/openssl-1.0.2c.tar.gz) = 0038ba37f35a6367c58f17a7a7f687953ef8ce4f9684bbdec63e62515ed36a83 -SIZE (openssl-1.0.2c/openssl-1.0.2c.tar.gz) = 5280670 +SHA256 (openssl-1.0.2d/openssl-1.0.2d.tar.gz) = 671c36487785628a703374c652ad2cebea45fa920ae5681515df25d9f2c9a8c8 +SIZE (openssl-1.0.2d/openssl-1.0.2d.tar.gz) = 5295447 From owner-svn-ports-head@freebsd.org Fri Jul 10 00:31:40 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6D4D53BB0; Fri, 10 Jul 2015 00:31:40 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 45D2EDF1; Fri, 10 Jul 2015 00:31:40 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6A0VdMf092060; Fri, 10 Jul 2015 00:31:39 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6A0VdEG092058; Fri, 10 Jul 2015 00:31:39 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201507100031.t6A0VdEG092058@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Fri, 10 Jul 2015 00:31:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391686 - 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: Fri, 10 Jul 2015 00:31:40 -0000 Author: delphij Date: Fri Jul 10 00:31:38 2015 New Revision: 391686 URL: https://svnweb.freebsd.org/changeset/ports/391686 Log: Document wpa_supplicant WPS_NFC option payload length validation vulnerability PR: 201432 Submitted by: Jason Unovitch Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Jul 9 23:29:51 2015 (r391685) +++ head/security/vuxml/vuln.xml Fri Jul 10 00:31:38 2015 (r391686) @@ -57,6 +57,32 @@ Notes: --> + + wpa_supplicant -- WPS_NFC option payload length validation vulnerability + + + wpa_supplicant + 2.4_4 + + + + +

      Jouni Malinen reports:

      +
      +

      Incomplete WPS and P2P NFC NDEF record payload length + validation. (2015-5)

      +
      + +
      + + http://w1.fi/security/2015-5/incomplete-wps-and-p2p-nfc-ndef-record-payload-length-validation.txt + + + 2015-07-08 + 2015-07-09 + +
      + openssl -- alternate chains certificate forgery vulnerability From owner-svn-ports-head@freebsd.org Fri Jul 10 01:24:31 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3157B358F; Fri, 10 Jul 2015 01:24:31 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0D84412E2; Fri, 10 Jul 2015 01:24:31 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6A1OU2n017411; Fri, 10 Jul 2015 01:24:30 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6A1OSFA017398; Fri, 10 Jul 2015 01:24:28 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201507100124.t6A1OSFA017398@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Fri, 10 Jul 2015 01:24:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391687 - in head/mail: . mailest mailest/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, 10 Jul 2015 01:24:31 -0000 Author: hrs Date: Fri Jul 10 01:24:27 2015 New Revision: 391687 URL: https://svnweb.freebsd.org/changeset/ports/391687 Log: Add mail/mailest, hyper estraier search engine backend for mail/mew. Added: head/mail/mailest/ head/mail/mailest/Makefile (contents, props changed) head/mail/mailest/distinfo (contents, props changed) head/mail/mailest/files/ head/mail/mailest/files/patch-mailestd-Makefile (contents, props changed) head/mail/mailest/files/patch-mailestd.c (contents, props changed) head/mail/mailest/pkg-descr (contents, props changed) head/mail/mailest/pkg-message (contents, props changed) head/mail/mailest/pkg-plist (contents, props changed) Modified: head/mail/Makefile Modified: head/mail/Makefile ============================================================================== --- head/mail/Makefile Fri Jul 10 00:31:38 2015 (r391686) +++ head/mail/Makefile Fri Jul 10 01:24:27 2015 (r391687) @@ -215,6 +215,7 @@ SUBDIR += mailagent SUBDIR += maildirsync SUBDIR += maildrop + SUBDIR += mailest SUBDIR += mailfmt SUBDIR += mailfront SUBDIR += mailgraph Added: head/mail/mailest/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/mailest/Makefile Fri Jul 10 01:24:27 2015 (r391687) @@ -0,0 +1,34 @@ +# $FreeBSD$ + +PORTNAME= mailest +PORTVERSION= 0.9.20 +CATEGORIES= mail + +MAINTAINER= hrs@FreeBSD.org +COMMENT= Hyper Estraier backend for Mew + +LICENSE= BSD2CLAUSE ISCL LGPL21 +LICENSE_COMB= multi +LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.BSD2CLAUSE +LICENSE_FILE_ISCL= ${WRKSRC}/LICENSE.ISCL +LICENSE_FILE_LGPL21= ${WRKSRC}/LICENSE.LGPL21 + +LIB_DEPENDS= libevent.so:${PORTSDIR}/devel/libevent2 \ + libqdbm.so:${PORTSDIR}/databases/qdbm +RUN_DEPENDS= mewl:${PORTSDIR}/mail/mew \ + estcmd:${PORTSDIR}/textproc/hyperestraier + +USES= iconv +USE_EMACS= yes +USE_GITHUB= yes +GH_ACCOUNT= yasuoka +GH_TAGNAME= ${PORTNAME}-${PORTVERSION} +MAKE_ENV= USE_BSDMAKE=true WITH_INSTALL_AS_USER=true + +post-extract: + ${SED} "/\*-/,/*\//!d" ${WRKSRC}/bytebuf.c > ${LICENSE_FILE_BSD2CLAUSE} + ${SED} "/^\/\*/,/ *\//!d" ${WRKSRC}/mailestctl.c > ${LICENSE_FILE_ISCL} + ${SED} "/^\/\*\*/,/\*\*\//!d" ${WRKSRC}/estdraft.c \ + > ${LICENSE_FILE_LGPL21} + +.include Added: head/mail/mailest/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/mailest/distinfo Fri Jul 10 01:24:27 2015 (r391687) @@ -0,0 +1,2 @@ +SHA256 (yasuoka-mailest-0.9.20-mailest-0.9.20_GH0.tar.gz) = f51cde2047422c993425eee8102e5f7a914094b60a1a039a0b84502e5d22c5f8 +SIZE (yasuoka-mailest-0.9.20-mailest-0.9.20_GH0.tar.gz) = 171958 Added: head/mail/mailest/files/patch-mailestd-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/mailest/files/patch-mailestd-Makefile Fri Jul 10 01:24:27 2015 (r391687) @@ -0,0 +1,29 @@ +--- mailestd/Makefile.orig 2015-05-27 12:18:27.000000000 +0900 ++++ mailestd/Makefile 2015-06-05 16:09:10.228594000 +0900 +@@ -2,9 +2,9 @@ + + PROG= mailestd + SRCS= bytebuf.c mailestd.c mailestctl.c parse.y parser.c +-LINKS= ${BINDIR}/mailestd ${LOCALBASE}/bin/mailestctl ++LINKS= ${BINDIR}/${PROG} ${BINDIR}/mailestctl + CFLAGS+= -DHAVE_LIBESTDRAFT -DMONITOR_KQUEUE +-LIBESTDRAFTOBJ!=cd ${.CURDIR}/../libestdraft; ${MAKE} _whereobj ++LIBESTDRAFTOBJ!=cd ${.CURDIR}/../libestdraft; ${MAKE} -V.OBJDIR + LDFLAGS= -L${LOCALBASE}/lib + LDADD= -lestraier -levent -lqdbm + DPADD= ${LIBESTRAIER} ${LIBEVENT} ${LIBQDBM} +@@ -21,13 +21,7 @@ + DPADD+= ${LIBPTHREAD} + .endif + +-beforeinstall: +- ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ +- ${.CURDIR}/../mew-mailest.sh ${PREFIX}/bin/mew-mailest +- ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ +- ${.CURDIR}/../cmew-mailest.sh ${PREFIX}/bin/cmew-mailest +- ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ +- ${.CURDIR}/../smew-mailest.sh ${PREFIX}/bin/smew-mailest ++SCRIPTS= mew-mailest.sh cmew-mailest.sh smew-mailest.sh + + LDFLAGS+= -L${LIBESTDRAFTOBJ} + LDADD+= -lestdraft Added: head/mail/mailest/files/patch-mailestd.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/mailest/files/patch-mailestd.c Fri Jul 10 01:24:27 2015 (r391687) @@ -0,0 +1,47 @@ +--- mailestd.c.orig 2015-05-27 12:18:27.000000000 +0900 ++++ mailestd.c 2015-06-05 16:21:58.350309000 +0900 +@@ -809,8 +809,6 @@ + + RB_INIT(&folders); + ctx = mailestd_get_gather(_this, task->gather_id); +- mailestd_log(LOG_DEBUG, "Gathering %s ...", mailestd_folder_name( +- _this, folder, buf, sizeof(buf))); + if (folder[0] == '/') + strlcpy(rdir, folder, sizeof(rdir)); + else { +@@ -818,6 +816,8 @@ + strlcat(rdir, "/", sizeof(rdir)); + strlcat(rdir, folder, sizeof(rdir)); + } ++ mailestd_log(LOG_DEBUG, "Gathering %s ...", mailestd_folder_name( ++ _this, rdir, buf, sizeof(buf))); + paths[0] = rdir; + paths[1] = NULL; + lrdir = strlen(rdir); +@@ -853,7 +853,7 @@ + } + + mailestd_log(LOG_DEBUG, "Gathered %s (Total: %d Remove: %d Update: %d)", +- mailestd_folder_name(_this, folder, buf, sizeof(buf)), ++ mailestd_folder_name(_this, rdir, buf, sizeof(buf)), + total, delete, update); + out: + if (ctx != NULL) { +@@ -2638,6 +2638,7 @@ + mailestd_monitor_folder(struct mailestd *_this, const char *dirpath) + { + int fd = -1; ++ char buf[PATH_MAX]; + struct folder *fld, fld0; + + MAILESTD_ASSERT(_thread_self() == _this->monitorworker.thread); +@@ -2659,7 +2660,8 @@ + fld->fd = fd; + fld->path = xstrdup(dirpath); + RB_INSERT(folder_tree, &_this->monitors, fld); +- mailestd_log(LOG_DEBUG, "Start monitoring %s", dirpath); ++ mailestd_log(LOG_DEBUG, "Start monitoring %s", ++ mailestd_folder_name(_this, dirpath, buf, sizeof(buf))); + } + + static void Added: head/mail/mailest/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/mailest/pkg-descr Fri Jul 10 01:24:27 2015 (r391687) @@ -0,0 +1,4 @@ +mailest provides a search backend and id index database for +Mew using Hyper Estraier. + +WWW: https://github.com/yasuoka/mailest Added: head/mail/mailest/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/mailest/pkg-message Fri Jul 10 01:24:27 2015 (r391687) @@ -0,0 +1,29 @@ +------------ +How to start +------------ + ++ For existing `mewest` user, backup and/or delete the database + (`~/Mail/casket`) + + - Since "mailestd" can work with the old database, so OK to skip deleting + `~/Mail/casket`, but remark that `V` will not work against the mails + which are indexed by `mewest`. To make `V` work against them, delete + the database in advance. + ++ Add the below line to `.mew.el` to let Mew use "Hyper Estrairer" for + search. + + ((setq mew-search-method 'est) + ++ Add the below lines to `~/.emacs` use use the "mailest" instead of + existing "mewest". + + (defvar mew-prog-est "mew-mailest") + (defvar mew-prog-est-update "mew-mailest") + (defvar mew-prog-cmew "cmew-mailest") + (defvar mew-prog-smew "smew-mailest") + (defvar mew-id-db-file ".mailest.sock") + ++ Try `km`, `kM`, `k/`, `k?`, `V` in Mew. See + http://mew.org/en/info/release/mew_6.html#dbsearch for search commands + in Mew. Added: head/mail/mailest/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/mailest/pkg-plist Fri Jul 10 01:24:27 2015 (r391687) @@ -0,0 +1,11 @@ +sbin/cmew-mailest +sbin/mailestctl +sbin/mew-mailest +sbin/smew-mailest +sbin/mailestd +man/man1/cmew-mailest.1.gz +man/man1/mailestctl.1.gz +man/man1/mew-mailest.1.gz +man/man1/smew-mailest.1.gz +man/man5/mailestd.conf.5.gz +man/man8/mailestd.8.gz From owner-svn-ports-head@freebsd.org Fri Jul 10 03:35:37 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9F169995B2F; Fri, 10 Jul 2015 03:35:37 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8E4481B7F; Fri, 10 Jul 2015 03:35:37 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6A3Zbrk082540; Fri, 10 Jul 2015 03:35:37 GMT (envelope-from pgollucci@FreeBSD.org) Received: (from pgollucci@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6A3ZZI8082531; Fri, 10 Jul 2015 03:35:35 GMT (envelope-from pgollucci@FreeBSD.org) Message-Id: <201507100335.t6A3ZZI8082531@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pgollucci set sender to pgollucci@FreeBSD.org using -f From: "Philip M. Gollucci" Date: Fri, 10 Jul 2015 03:35:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391688 - in head/www/otrs: . 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, 10 Jul 2015 03:35:37 -0000 Author: pgollucci Date: Fri Jul 10 03:35:34 2015 New Revision: 391688 URL: https://svnweb.freebsd.org/changeset/ports/391688 Log: www/otrs: update 3.3.11 -> 4.0.8 - Set NO_ARCH - Switch to OPTION helpers - Regen patches with makepatch PR: 200761 Submitted by: m.tsatsenko@gmail.com (maintainer) Added: head/www/otrs/files/patch-bin-otrs.CheckModules.pl (contents, props changed) Modified: head/www/otrs/Makefile head/www/otrs/distinfo head/www/otrs/files/patch-Kernel-System-Loader.pm head/www/otrs/files/patch-scripts-apache2-httpd.include.conf head/www/otrs/pkg-plist Modified: head/www/otrs/Makefile ============================================================================== --- head/www/otrs/Makefile Fri Jul 10 01:24:27 2015 (r391687) +++ head/www/otrs/Makefile Fri Jul 10 03:35:34 2015 (r391688) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= otrs -PORTVERSION= 3.3.11 +PORTVERSION= 4.0.8 CATEGORIES= www MASTER_SITES= http://ftp.otrs.org/pub/otrs/ \ ftp://ftp.samurai.com/pub/otrs/ \ @@ -14,7 +14,9 @@ COMMENT= Open Ticket Request System LICENSE= GPLv3 -BUILD_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ +BUILD_DEPENDS= p5-Archive-Zip>=0:${PORTSDIR}/archivers/p5-Archive-Zip \ + p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ + p5-Crypt-Eksblowfish>=0:${PORTSDIR}/security/p5-Crypt-Eksblowfish \ p5-Crypt-PasswdMD5>=0:${PORTSDIR}/security/p5-Crypt-PasswdMD5 \ p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA \ p5-MIME-Tools>=5.427:${PORTSDIR}/mail/p5-MIME-Tools \ @@ -27,19 +29,22 @@ BUILD_DEPENDS= p5-DBI>=0:${PORTSDIR}/dat p5-Proc-Daemon>=0:${PORTSDIR}/devel/p5-Proc-Daemon \ p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS \ p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \ + p5-Text-CSV_XS>=0:${PORTSDIR}/textproc/p5-Text-CSV_XS \ p5-IO-Interactive>=0:${PORTSDIR}/devel/p5-IO-Interactive \ p5-Email-Valid>=0:${PORTSDIR}/mail/p5-Email-Valid \ p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \ p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML \ p5-Date-Pcalc>=0:${PORTSDIR}/devel/p5-Date-Pcalc \ p5-Text-CSV>=0:${PORTSDIR}/textproc/p5-Text-CSV \ + p5-Text-Diff>=0:${PORTSDIR}/textproc/p5-Text-Diff \ p5-XML-FeedPP>=0:${PORTSDIR}/textproc/p5-XML-FeedPP \ p5-YAML-LibYAML>=0:${PORTSDIR}/textproc/p5-YAML-LibYAML \ p5-JavaScript-Minifier>=0:${PORTSDIR}/textproc/p5-JavaScript-Minifier \ p5-CSS-Minifier>=0:${PORTSDIR}/textproc/p5-CSS-Minifier \ p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite \ p5-Class-Inspector>=0:${PORTSDIR}/devel/p5-Class-Inspector \ - p5-Mozilla-CA>=0:${PORTSDIR}/www/p5-Mozilla-CA + p5-Mozilla-CA>=0:${PORTSDIR}/www/p5-Mozilla-CA \ + p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit RUN_DEPENDS:= ${BUILD_DEPENDS} @@ -47,16 +52,17 @@ USES= cpe shebangfix perl5 tar:bzip2 SHEBANG_FILES= bin/cgi-bin/*.pl bin/fcgi-bin/*.pl bin/*.pl \ scripts/auto_build/*.pl scripts/tools/*.pl scripts/*.pl -OPTIONS_DEFINE= MYSQL PGSQL REPORTS_MODULES SMTP POP3 IMAP LDAP PDF \ - GNUPG DOCS APACHE -OPTIONS_DEFAULT= MYSQL REPORTS_MODULES SMTP POP3 IMAP PDF ASPELL APACHE +OPTIONS_DEFINE= MYSQL PGSQL REPORTS SMTP POP3 IMAP LDAP PDF \ + GNUPG APACHE SSL +OPTIONS_DEFAULT= MYSQL REPORTS SMTP POP3 IMAP PDF ASPELL APACHE \ + SSL OPTIONS_RADIO= SPELL OPTIONS_RADIO_SPELL= ASPELL ISPELL IMAP_DESC= Fetch email via IMAP POP3_DESC= Fetch email via POP3 SMTP_DESC= Send email via SMTP -REPORTS_MODULES_DESC= Reports support +REPORTS_DESC= Reports support APACHE_DESC= Apache and www/mod_perl2 support OTRSDIR= ${PREFIX}/otrs @@ -67,15 +73,13 @@ SUB_FILES= pkg-message SUB_LIST= OTRS_USER=${USERS} OTRS_GROUP=${USERS} WWWOWN=${WWWOWN} PKGMESSAGE= ${WRKDIR}/pkg-message -ROOT_DIRS_LIST= Kernel bin scripts doc +ROOT_DIRS_LIST= Kernel bin scripts BIN_DIRS_LIST= "" cgi-bin fcgi-bin PM_DIRS_LIST= Kernel Kernel/Config Kernel/Config/Files Kernel/Language \ Modules Kernel/Output/HTML Kernel/Output/HTML/Lite \ Kernel/Output/HTML/Standard System System/Auth System/AuthSession \ System/Crypt System/CustomerAuth System/CustomerUser \ System/CustomerUser/ System/ -DOCS_DIRS_LIST= "" manual/en -DOCS_FILES_LIST= C[A-Z]* INSTALL.md RE* UPGRADING.md SCRIPTS_DIRS_LIST= "" database/update test tools CRON_SCRIPTS= ${STAGEDIR}${OTRSDIR}/var/cron/ @@ -88,57 +92,40 @@ PLIST_SUB+= VER_CKEDITOR="4.4.5" OTRS_US PGSQL_RUN_DEPENDS+= p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg PGSQL_USES= pgsql -.include +MYSQL_RUN_DEPENDS+= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql -.if ${PORT_OPTIONS:MMYSQL} -RUN_DEPENDS+= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql -USE_MYSQL= yes -.endif +SSL_RUN_DEPENDS+= p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay -.if ${PORT_OPTIONS:MAPACHE} -USE_APACHE_RUN= 22+ -RUN_DEPENDS+= ${APACHE_PKGNAMEPREFIX}mod_perl2>=2.0.5:${PORTSDIR}/www/mod_perl2 \ - p5-Apache-DBI>0:${PORTSDIR}/www/p5-Apache-DBI -.endif +APACHE_RUN_DEPENDS+= ${APACHE_PKGNAMEPREFIX}mod_perl2>=2.0.5:${PORTSDIR}/www/mod_perl2 \ + p5-Apache-DBI>0:${PORTSDIR}/www/p5-Apache-DBI -.if ${PORT_OPTIONS:MREPORTS_MODULES} -RUN_DEPENDS+= p5-GD>=0:${PORTSDIR}/graphics/p5-GD \ - p5-GD-Graph>=0:${PORTSDIR}/graphics/p5-GD-Graph \ - p5-GD-TextUtil>=0:${PORTSDIR}/graphics/p5-GD-TextUtil -.endif +REPORTS_RUN_DEPENDS+= p5-GD>=0:${PORTSDIR}/graphics/p5-GD \ + p5-GD-Graph>=0:${PORTSDIR}/graphics/p5-GD-Graph \ + p5-GD-TextUtil>=0:${PORTSDIR}/graphics/p5-GD-TextUtil -.if ${PORT_OPTIONS:MSMTP} -RUN_DEPENDS+= p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL \ - p5-Net-SSLGlue>=0:${PORTSDIR}/security/p5-Net-SSLGlue -.endif +SMTP_RUN_DEPENDS+= p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL \ + p5-Net-SSLGlue>=0:${PORTSDIR}/security/p5-Net-SSLGlue -.if ${PORT_OPTIONS:MPOP3} -RUN_DEPENDS+= p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \ - p5-Net-SSLGlue>=0:${PORTSDIR}/security/p5-Net-SSLGlue -.endif +POP3_RUN_DEPENDS+= p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \ + p5-Net-SSLGlue>=0:${PORTSDIR}/security/p5-Net-SSLGlue -.if ${PORT_OPTIONS:MIMAP} -RUN_DEPENDS+= p5-Mail-IMAPClient>=0:${PORTSDIR}/mail/p5-Mail-IMAPClient -.endif +IMAP_RUN_DEPENDS+= p5-Mail-IMAPClient>=0:${PORTSDIR}/mail/p5-Mail-IMAPClient \ + p5-Net-IMAP-Simple>=0:${PORTSDIR}/mail/p5-Net-IMAP-Simple -.if ${PORT_OPTIONS:MLDAP} -RUN_DEPENDS+= p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap -.endif +LDAP_RUN_DEPENDS+= p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap -.if ${PORT_OPTIONS:MPDF} -RUN_DEPENDS+= p5-PDF-API2>=0.57:${PORTSDIR}/textproc/p5-PDF-API2 -.endif +PDF_RUN_DEPENDS+= p5-PDF-API2>=0.57:${PORTSDIR}/textproc/p5-PDF-API2 -.if ${PORT_OPTIONS:MISPELL} -RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/aspell-ispell -.endif +ISPELL_RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/aspell-ispell -.if ${PORT_OPTIONS:MASPELL} -RUN_DEPENDS+= aspell:${PORTSDIR}/textproc/aspell -.endif +ASPELL_RUN_DEPENDS+= aspell:${PORTSDIR}/textproc/aspell -.if ${PORT_OPTIONS:MGNUPG} -RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg1 +GNUPG_RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg1 + +.include + +.if ${PORT_OPTIONS:MAPACHE} +USE_APACHE_RUN= 22+ .endif post-patch: @@ -189,16 +176,6 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/scripts/database/*.* ${STAGEDIR}${OTRSDIR}/scripts/database/ ${INSTALL_SCRIPT} ${WRKSRC}/scripts/test/*.t ${STAGEDIR}${OTRSDIR}/scripts/test/ ${INSTALL_SCRIPT} ${WRKSRC}/scripts/tools/*.pl ${STAGEDIR}${OTRSDIR}/scripts/tools/ -.if ${PORT_OPTIONS:MDOCS} - ${ECHO_MSG} "===> Installing documentation for ${PKGNAME}" -.for D in ${DOCS_DIRS_LIST:S!^!${DOCSDIR}/!} - ${MKDIR} ${STAGEDIR}${D} -.endfor - ${INSTALL_DATA} ${DOCS_FILES_LIST:S!^!${WRKSRC}/!} ${STAGEDIR}${DOCSDIR}/ -.for D in ${DOCS_DIRS_LIST} - ${INSTALL_DATA} ${WRKSRC}/doc/${D}/*.* ${STAGEDIR}${DOCSDIR}/${D}/ -.endfor -.endif ${FIND} ${CRON_SCRIPTS} -type f -name *.dist | ${SED} -e "p;s/\.dist//" | ${XARGS} -n2 ${MV} ${MKDIR} ${STAGEDIR}${PREFIX}/${PORTNAME}/var/article ${MKDIR} ${STAGEDIR}${PREFIX}/${PORTNAME}/var/httpd/htdocs/js/js-cache/ Modified: head/www/otrs/distinfo ============================================================================== --- head/www/otrs/distinfo Fri Jul 10 01:24:27 2015 (r391687) +++ head/www/otrs/distinfo Fri Jul 10 03:35:34 2015 (r391688) @@ -1,2 +1,2 @@ -SHA256 (otrs-3.3.11.tar.bz2) = 1209f7ff7d9525419db5075b82ce4014bc0b52e0a943bc5ae36fac9db5fb9649 -SIZE (otrs-3.3.11.tar.bz2) = 20381138 +SHA256 (otrs-4.0.8.tar.bz2) = 9af1afb882ab1509a394b5b4c4674d0c01472bf08b7769ff43e1625734b5c16a +SIZE (otrs-4.0.8.tar.bz2) = 14101877 Modified: head/www/otrs/files/patch-Kernel-System-Loader.pm ============================================================================== --- head/www/otrs/files/patch-Kernel-System-Loader.pm Fri Jul 10 01:24:27 2015 (r391687) +++ head/www/otrs/files/patch-Kernel-System-Loader.pm Fri Jul 10 03:35:34 2015 (r391688) @@ -1,17 +1,17 @@ ---- Kernel/System/Loader.pm.orig 2010-12-02 18:20:40.000000000 +0000 -+++ Kernel/System/Loader.pm 2010-12-02 18:21:30.000000000 +0000 -@@ -19,8 +19,8 @@ - - use Kernel::System::CacheInternal; +--- Kernel/System/Loader.pm.orig 2015-05-11 14:29:06 UTC ++++ Kernel/System/Loader.pm +@@ -12,8 +12,8 @@ package Kernel::System::Loader; + use strict; + use warnings; -use CSS::Minifier qw(); -use JavaScript::Minifier qw(); +use CSS::Minifier::XS qw(); +use JavaScript::Minifier::XS qw(); - =head1 NAME - -@@ -361,7 +361,7 @@ + our @ObjectDependencies = ( + 'Kernel::Config', +@@ -336,7 +336,7 @@ sub MinifyCSS { return; } @@ -20,7 +20,7 @@ # a few optimizations can be made for the minified CSS that CSS::Minifier doesn't yet do -@@ -408,7 +408,7 @@ +@@ -383,7 +383,7 @@ sub MinifyJavaScript { return; } @@ -28,4 +28,4 @@ + return JavaScript::Minifier::XS::minify( $Param{Code} ); } - =item CacheDelete() + =item CacheGenerate() Added: head/www/otrs/files/patch-bin-otrs.CheckModules.pl ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/otrs/files/patch-bin-otrs.CheckModules.pl Fri Jul 10 03:35:34 2015 (r391688) @@ -0,0 +1,19 @@ +--- bin/otrs.CheckModules.pl.orig 2015-05-11 14:29:06 UTC ++++ bin/otrs.CheckModules.pl +@@ -42,7 +42,6 @@ BEGIN { + } + } + +-use Linux::Distribution; + use ExtUtils::MakeMaker; + use File::Path; + use Getopt::Long; +@@ -103,7 +102,7 @@ our %DistToInstType = ( + win32as => 'ppm', + ); + +-our $OSDist = Linux::Distribution::distribution_name() || ''; ++our $OSDist = ''; + + # set win32as if active state perl is installed on windows. + # for windows installations without active state perl we use the default. Modified: head/www/otrs/files/patch-scripts-apache2-httpd.include.conf ============================================================================== --- head/www/otrs/files/patch-scripts-apache2-httpd.include.conf Fri Jul 10 01:24:27 2015 (r391687) +++ head/www/otrs/files/patch-scripts-apache2-httpd.include.conf Fri Jul 10 03:35:34 2015 (r391688) @@ -1,6 +1,6 @@ ---- scripts/apache2-httpd.include.conf.orig 2013-12-05 01:24:02.000000000 +0400 -+++ scripts/apache2-httpd.include.conf 2013-12-12 19:48:14.757188756 +0400 -@@ -55,6 +55,7 @@ +--- scripts/apache2-httpd.include.conf.orig 2015-05-11 14:29:08 UTC ++++ scripts/apache2-httpd.include.conf +@@ -49,6 +49,7 @@ Alias /otrs-web/ "/opt/otrs/var/httpd/ht AllowOverride None Options +ExecCGI -Includes Modified: head/www/otrs/pkg-plist ============================================================================== --- head/www/otrs/pkg-plist Fri Jul 10 01:24:27 2015 (r391687) +++ head/www/otrs/pkg-plist Fri Jul 10 03:35:34 2015 (r391688) @@ -80,6 +80,7 @@ otrs/Kernel/Language/sl.pm otrs/Kernel/Language/sr_Cyrl.pm otrs/Kernel/Language/sr_Latn.pm otrs/Kernel/Language/sv.pm +otrs/Kernel/Language/sw.pm otrs/Kernel/Language/tr.pm otrs/Kernel/Language/uk.pm otrs/Kernel/Language/vi_VN.pm @@ -106,6 +107,7 @@ otrs/Kernel/Modules/AdminGenericInterfac otrs/Kernel/Modules/AdminGenericInterfaceInvokerDefault.pm otrs/Kernel/Modules/AdminGenericInterfaceMappingSimple.pm otrs/Kernel/Modules/AdminGenericInterfaceOperationDefault.pm +otrs/Kernel/Modules/AdminGenericInterfaceTransportHTTPREST.pm otrs/Kernel/Modules/AdminGenericInterfaceTransportHTTPSOAP.pm otrs/Kernel/Modules/AdminGenericInterfaceWebservice.pm otrs/Kernel/Modules/AdminGenericInterfaceWebserviceHistory.pm @@ -115,6 +117,7 @@ otrs/Kernel/Modules/AdminLog.pm otrs/Kernel/Modules/AdminMailAccount.pm otrs/Kernel/Modules/AdminNotification.pm otrs/Kernel/Modules/AdminNotificationEvent.pm +otrs/Kernel/Modules/AdminOTRSBusiness.pm otrs/Kernel/Modules/AdminPGP.pm otrs/Kernel/Modules/AdminPackageManager.pm otrs/Kernel/Modules/AdminPerformanceLog.pm @@ -136,7 +139,6 @@ otrs/Kernel/Modules/AdminRoleUser.pm otrs/Kernel/Modules/AdminSLA.pm otrs/Kernel/Modules/AdminSMIME.pm otrs/Kernel/Modules/AdminSalutation.pm -otrs/Kernel/Modules/AdminScheduler.pm otrs/Kernel/Modules/AdminSelectBox.pm otrs/Kernel/Modules/AdminService.pm otrs/Kernel/Modules/AdminServiceCenter.pm @@ -145,6 +147,7 @@ otrs/Kernel/Modules/AdminSignature.pm otrs/Kernel/Modules/AdminState.pm otrs/Kernel/Modules/AdminSysConfig.pm otrs/Kernel/Modules/AdminSystemAddress.pm +otrs/Kernel/Modules/AdminSystemMaintenance.pm otrs/Kernel/Modules/AdminTemplate.pm otrs/Kernel/Modules/AdminTemplateAttachment.pm otrs/Kernel/Modules/AdminType.pm @@ -160,6 +163,7 @@ otrs/Kernel/Modules/AgentHTMLReference.p otrs/Kernel/Modules/AgentInfo.pm otrs/Kernel/Modules/AgentLinkObject.pm otrs/Kernel/Modules/AgentPreferences.pm +otrs/Kernel/Modules/AgentSchedulerInfo.pm otrs/Kernel/Modules/AgentSearch.pm otrs/Kernel/Modules/AgentSpelling.pm otrs/Kernel/Modules/AgentStats.pm @@ -171,6 +175,7 @@ otrs/Kernel/Modules/AgentTicketClose.pm otrs/Kernel/Modules/AgentTicketCompose.pm otrs/Kernel/Modules/AgentTicketCustomer.pm otrs/Kernel/Modules/AgentTicketEmail.pm +otrs/Kernel/Modules/AgentTicketEmailOutbound.pm otrs/Kernel/Modules/AgentTicketEscalationView.pm otrs/Kernel/Modules/AgentTicketForward.pm otrs/Kernel/Modules/AgentTicketFreeText.pm @@ -194,6 +199,7 @@ otrs/Kernel/Modules/AgentTicketQueue.pm otrs/Kernel/Modules/AgentTicketResponsible.pm otrs/Kernel/Modules/AgentTicketResponsibleView.pm otrs/Kernel/Modules/AgentTicketSearch.pm +otrs/Kernel/Modules/AgentTicketService.pm otrs/Kernel/Modules/AgentTicketStatusView.pm otrs/Kernel/Modules/AgentTicketWatchView.pm otrs/Kernel/Modules/AgentTicketWatcher.pm @@ -227,6 +233,7 @@ otrs/Kernel/Output/HTML/CustomerNewTicke otrs/Kernel/Output/HTML/CustomerUserGeneric.pm otrs/Kernel/Output/HTML/CustomerUserGenericTicket.pm otrs/Kernel/Output/HTML/DashboardCalendar.pm +otrs/Kernel/Output/HTML/DashboardCmdOutput.pm otrs/Kernel/Output/HTML/DashboardCustomerCompanyInformation.pm otrs/Kernel/Output/HTML/DashboardCustomerIDStatus.pm otrs/Kernel/Output/HTML/DashboardCustomerUserList.pm @@ -234,6 +241,7 @@ otrs/Kernel/Output/HTML/DashboardEventsT otrs/Kernel/Output/HTML/DashboardIFrame.pm otrs/Kernel/Output/HTML/DashboardImage.pm otrs/Kernel/Output/HTML/DashboardMOTD.pm +otrs/Kernel/Output/HTML/DashboardNews.pm otrs/Kernel/Output/HTML/DashboardProductNotify.pm otrs/Kernel/Output/HTML/DashboardRSS.pm otrs/Kernel/Output/HTML/DashboardStats.pm @@ -250,23 +258,30 @@ otrs/Kernel/Output/HTML/LayoutDatepicker otrs/Kernel/Output/HTML/LayoutLinkObject.pm otrs/Kernel/Output/HTML/LayoutLoader.pm otrs/Kernel/Output/HTML/LayoutPopup.pm +otrs/Kernel/Output/HTML/LayoutTemplate.pm otrs/Kernel/Output/HTML/LayoutTicket.pm otrs/Kernel/Output/HTML/LinkObjectTicket.pm +otrs/Kernel/Output/HTML/NavBarAgentTicketProcess.pm +otrs/Kernel/Output/HTML/NavBarAgentTicketService.pm otrs/Kernel/Output/HTML/NavBarCustomerCompany.pm +otrs/Kernel/Output/HTML/NavBarCustomerTicketProcess.pm otrs/Kernel/Output/HTML/NavBarModuleAdmin.pm -otrs/Kernel/Output/HTML/NavBarOutputModuleAgentTicketProcess.pm -otrs/Kernel/Output/HTML/NavBarOutputModuleCustomerTicketProcess.pm +otrs/Kernel/Output/HTML/NotificationAgentOTRSBusiness.pm otrs/Kernel/Output/HTML/NotificationAgentOnline.pm otrs/Kernel/Output/HTML/NotificationAgentTicketEscalation.pm +otrs/Kernel/Output/HTML/NotificationCustomerOTRSBusiness.pm otrs/Kernel/Output/HTML/NotificationCustomerOnline.pm +otrs/Kernel/Output/HTML/NotificationCustomerSystemMaintenanceCheck.pm otrs/Kernel/Output/HTML/NotificationGeneric.pm otrs/Kernel/Output/HTML/NotificationOutofOfficeCheck.pm otrs/Kernel/Output/HTML/NotificationSchedulerCheck.pm +otrs/Kernel/Output/HTML/NotificationSystemMaintenanceCheck.pm otrs/Kernel/Output/HTML/NotificationUIDCheck.pm otrs/Kernel/Output/HTML/OutputFilterTextAutoLink.pm otrs/Kernel/Output/HTML/OutputFilterTextURL.pm otrs/Kernel/Output/HTML/PreferencesColumnFilters.pm otrs/Kernel/Output/HTML/PreferencesCustomQueue.pm +otrs/Kernel/Output/HTML/PreferencesCustomService.pm otrs/Kernel/Output/HTML/PreferencesGeneric.pm otrs/Kernel/Output/HTML/PreferencesLanguage.pm otrs/Kernel/Output/HTML/PreferencesOutOfOffice.pm @@ -280,244 +295,262 @@ otrs/Kernel/Output/HTML/PreferencesTimeZ otrs/Kernel/Output/HTML/QueuePreferencesGeneric.pm otrs/Kernel/Output/HTML/SLAPreferencesGeneric.pm otrs/Kernel/Output/HTML/ServicePreferencesGeneric.pm -otrs/Kernel/Output/HTML/Standard/AAABase.dtl -otrs/Kernel/Output/HTML/Standard/AAACalendar.dtl -otrs/Kernel/Output/HTML/Standard/AAAGenericInterface.dtl -otrs/Kernel/Output/HTML/Standard/AAAMonth.dtl -otrs/Kernel/Output/HTML/Standard/AAAPreferences.dtl -otrs/Kernel/Output/HTML/Standard/AAAStats.dtl -otrs/Kernel/Output/HTML/Standard/AAASupportDataCollector.dtl -otrs/Kernel/Output/HTML/Standard/AAATicket.dtl -otrs/Kernel/Output/HTML/Standard/AAAWeekDay.dtl -otrs/Kernel/Output/HTML/Standard/AdminACL.dtl -otrs/Kernel/Output/HTML/Standard/AdminACLEdit.dtl -otrs/Kernel/Output/HTML/Standard/AdminACLNew.dtl -otrs/Kernel/Output/HTML/Standard/AdminAttachment.dtl -otrs/Kernel/Output/HTML/Standard/AdminAutoResponse.dtl -otrs/Kernel/Output/HTML/Standard/AdminCustomerCompany.dtl -otrs/Kernel/Output/HTML/Standard/AdminCustomerUser.dtl -otrs/Kernel/Output/HTML/Standard/AdminCustomerUserGroup.dtl -otrs/Kernel/Output/HTML/Standard/AdminCustomerUserService.dtl -otrs/Kernel/Output/HTML/Standard/AdminDynamicField.dtl -otrs/Kernel/Output/HTML/Standard/AdminDynamicFieldCheckbox.dtl -otrs/Kernel/Output/HTML/Standard/AdminDynamicFieldDateTime.dtl -otrs/Kernel/Output/HTML/Standard/AdminDynamicFieldDropdown.dtl -otrs/Kernel/Output/HTML/Standard/AdminDynamicFieldMultiselect.dtl -otrs/Kernel/Output/HTML/Standard/AdminDynamicFieldText.dtl -otrs/Kernel/Output/HTML/Standard/AdminEmail.dtl -otrs/Kernel/Output/HTML/Standard/AdminGenericAgent.dtl -otrs/Kernel/Output/HTML/Standard/AdminGenericInterfaceDebugger.dtl -otrs/Kernel/Output/HTML/Standard/AdminGenericInterfaceInvokerDefault.dtl -otrs/Kernel/Output/HTML/Standard/AdminGenericInterfaceMappingSimple.dtl -otrs/Kernel/Output/HTML/Standard/AdminGenericInterfaceOperationDefault.dtl -otrs/Kernel/Output/HTML/Standard/AdminGenericInterfaceTransportHTTPSOAP.dtl -otrs/Kernel/Output/HTML/Standard/AdminGenericInterfaceWebservice.dtl -otrs/Kernel/Output/HTML/Standard/AdminGenericInterfaceWebserviceHistory.dtl -otrs/Kernel/Output/HTML/Standard/AdminGroup.dtl -otrs/Kernel/Output/HTML/Standard/AdminLog.dtl -otrs/Kernel/Output/HTML/Standard/AdminMailAccount.dtl -otrs/Kernel/Output/HTML/Standard/AdminNavigationBar.dtl -otrs/Kernel/Output/HTML/Standard/AdminNotification.dtl -otrs/Kernel/Output/HTML/Standard/AdminNotificationEvent.dtl -otrs/Kernel/Output/HTML/Standard/AdminPGP.dtl -otrs/Kernel/Output/HTML/Standard/AdminPackageManager.dtl -otrs/Kernel/Output/HTML/Standard/AdminPerformanceLog.dtl -otrs/Kernel/Output/HTML/Standard/AdminPostMasterFilter.dtl -otrs/Kernel/Output/HTML/Standard/AdminPriority.dtl -otrs/Kernel/Output/HTML/Standard/AdminProcessManagement.dtl -otrs/Kernel/Output/HTML/Standard/AdminProcessManagementActivity.dtl -otrs/Kernel/Output/HTML/Standard/AdminProcessManagementActivityDialog.dtl -otrs/Kernel/Output/HTML/Standard/AdminProcessManagementPath.dtl -otrs/Kernel/Output/HTML/Standard/AdminProcessManagementPopupResponse.dtl -otrs/Kernel/Output/HTML/Standard/AdminProcessManagementProcessAccordion.dtl -otrs/Kernel/Output/HTML/Standard/AdminProcessManagementProcessEdit.dtl -otrs/Kernel/Output/HTML/Standard/AdminProcessManagementProcessNew.dtl -otrs/Kernel/Output/HTML/Standard/AdminProcessManagementProcessPrint.dtl -otrs/Kernel/Output/HTML/Standard/AdminProcessManagementTransition.dtl -otrs/Kernel/Output/HTML/Standard/AdminProcessManagementTransitionAction.dtl -otrs/Kernel/Output/HTML/Standard/AdminQueue.dtl -otrs/Kernel/Output/HTML/Standard/AdminQueueAutoResponse.dtl -otrs/Kernel/Output/HTML/Standard/AdminQueueTemplates.dtl -otrs/Kernel/Output/HTML/Standard/AdminRegistration.dtl -otrs/Kernel/Output/HTML/Standard/AdminRole.dtl -otrs/Kernel/Output/HTML/Standard/AdminRoleGroup.dtl -otrs/Kernel/Output/HTML/Standard/AdminRoleUser.dtl -otrs/Kernel/Output/HTML/Standard/AdminSLA.dtl -otrs/Kernel/Output/HTML/Standard/AdminSMIME.dtl -otrs/Kernel/Output/HTML/Standard/AdminSMIMECertRead.dtl -otrs/Kernel/Output/HTML/Standard/AdminSalutation.dtl -otrs/Kernel/Output/HTML/Standard/AdminScheduler.dtl -otrs/Kernel/Output/HTML/Standard/AdminSecureMode.dtl -otrs/Kernel/Output/HTML/Standard/AdminSelectBox.dtl -otrs/Kernel/Output/HTML/Standard/AdminService.dtl -otrs/Kernel/Output/HTML/Standard/AdminServiceCenterSupportDataCollector.dtl -otrs/Kernel/Output/HTML/Standard/AdminSession.dtl -otrs/Kernel/Output/HTML/Standard/AdminSignature.dtl -otrs/Kernel/Output/HTML/Standard/AdminState.dtl -otrs/Kernel/Output/HTML/Standard/AdminSysConfig.dtl -otrs/Kernel/Output/HTML/Standard/AdminSysConfigEdit.dtl -otrs/Kernel/Output/HTML/Standard/AdminSystemAddress.dtl -otrs/Kernel/Output/HTML/Standard/AdminTemplate.dtl -otrs/Kernel/Output/HTML/Standard/AdminTemplateAttachment.dtl -otrs/Kernel/Output/HTML/Standard/AdminType.dtl -otrs/Kernel/Output/HTML/Standard/AdminUser.dtl -otrs/Kernel/Output/HTML/Standard/AdminUserGroup.dtl -otrs/Kernel/Output/HTML/Standard/AgentBook.dtl -otrs/Kernel/Output/HTML/Standard/AgentCustomerInformationCenter.dtl -otrs/Kernel/Output/HTML/Standard/AgentCustomerInformationCenterBlank.dtl -otrs/Kernel/Output/HTML/Standard/AgentCustomerInformationCenterSearch.dtl -otrs/Kernel/Output/HTML/Standard/AgentCustomerSearch.dtl -otrs/Kernel/Output/HTML/Standard/AgentCustomerTableView.dtl -otrs/Kernel/Output/HTML/Standard/AgentDashboard.dtl -otrs/Kernel/Output/HTML/Standard/AgentDashboardCalendarOverview.dtl -otrs/Kernel/Output/HTML/Standard/AgentDashboardCommon.dtl -otrs/Kernel/Output/HTML/Standard/AgentDashboardCustomerCompanyInformation.dtl -otrs/Kernel/Output/HTML/Standard/AgentDashboardCustomerIDStatus.dtl -otrs/Kernel/Output/HTML/Standard/AgentDashboardCustomerUserList.dtl -otrs/Kernel/Output/HTML/Standard/AgentDashboardIFrame.dtl -otrs/Kernel/Output/HTML/Standard/AgentDashboardImage.dtl -otrs/Kernel/Output/HTML/Standard/AgentDashboardProductNotify.dtl -otrs/Kernel/Output/HTML/Standard/AgentDashboardRSSOverview.dtl -otrs/Kernel/Output/HTML/Standard/AgentDashboardStats.dtl -otrs/Kernel/Output/HTML/Standard/AgentDashboardTicketGeneric.dtl -otrs/Kernel/Output/HTML/Standard/AgentDashboardTicketQueueOverview.dtl -otrs/Kernel/Output/HTML/Standard/AgentDashboardTicketStats.dtl -otrs/Kernel/Output/HTML/Standard/AgentDashboardUserOnline.dtl -otrs/Kernel/Output/HTML/Standard/AgentDashboardUserOutOfOffice.dtl -otrs/Kernel/Output/HTML/Standard/AgentHTMLReferenceForms.dtl -otrs/Kernel/Output/HTML/Standard/AgentHTMLReferenceOverview.dtl -otrs/Kernel/Output/HTML/Standard/AgentHTMLReferencePageLayout.dtl -otrs/Kernel/Output/HTML/Standard/AgentInfo.dtl -otrs/Kernel/Output/HTML/Standard/AgentLinkObject.dtl -otrs/Kernel/Output/HTML/Standard/AgentNavigationBar.dtl -otrs/Kernel/Output/HTML/Standard/AgentPreferences.dtl -otrs/Kernel/Output/HTML/Standard/AgentSpelling.dtl -otrs/Kernel/Output/HTML/Standard/AgentStatsDelete.dtl -otrs/Kernel/Output/HTML/Standard/AgentStatsEditRestrictions.dtl -otrs/Kernel/Output/HTML/Standard/AgentStatsEditSpecification.dtl -otrs/Kernel/Output/HTML/Standard/AgentStatsEditValueSeries.dtl -otrs/Kernel/Output/HTML/Standard/AgentStatsEditXaxis.dtl -otrs/Kernel/Output/HTML/Standard/AgentStatsImport.dtl -otrs/Kernel/Output/HTML/Standard/AgentStatsOverview.dtl -otrs/Kernel/Output/HTML/Standard/AgentStatsPrint.dtl -otrs/Kernel/Output/HTML/Standard/AgentStatsView.dtl -otrs/Kernel/Output/HTML/Standard/AgentStatsViewSettings.dtl -otrs/Kernel/Output/HTML/Standard/AgentTicketActionCommon.dtl -otrs/Kernel/Output/HTML/Standard/AgentTicketActionPopupClose.dtl -otrs/Kernel/Output/HTML/Standard/AgentTicketBounce.dtl -otrs/Kernel/Output/HTML/Standard/AgentTicketBulk.dtl -otrs/Kernel/Output/HTML/Standard/AgentTicketClose.dtl -otrs/Kernel/Output/HTML/Standard/AgentTicketCompose.dtl -otrs/Kernel/Output/HTML/Standard/AgentTicketCustomer.dtl -otrs/Kernel/Output/HTML/Standard/AgentTicketEmail.dtl -otrs/Kernel/Output/HTML/Standard/AgentTicketEscalation.dtl -otrs/Kernel/Output/HTML/Standard/AgentTicketForward.dtl -otrs/Kernel/Output/HTML/Standard/AgentTicketFreeText.dtl -otrs/Kernel/Output/HTML/Standard/AgentTicketHistory.dtl -otrs/Kernel/Output/HTML/Standard/AgentTicketMerge.dtl -otrs/Kernel/Output/HTML/Standard/AgentTicketMove.dtl -otrs/Kernel/Output/HTML/Standard/AgentTicketNote.dtl -otrs/Kernel/Output/HTML/Standard/AgentTicketOverviewMedium.dtl -otrs/Kernel/Output/HTML/Standard/AgentTicketOverviewNavBar.dtl -otrs/Kernel/Output/HTML/Standard/AgentTicketOverviewPreview.dtl -otrs/Kernel/Output/HTML/Standard/AgentTicketOverviewSmall.dtl -otrs/Kernel/Output/HTML/Standard/AgentTicketOwner.dtl -otrs/Kernel/Output/HTML/Standard/AgentTicketPending.dtl -otrs/Kernel/Output/HTML/Standard/AgentTicketPhone.dtl -otrs/Kernel/Output/HTML/Standard/AgentTicketPhoneCommon.dtl -otrs/Kernel/Output/HTML/Standard/AgentTicketPlain.dtl -otrs/Kernel/Output/HTML/Standard/AgentTicketPrint.dtl -otrs/Kernel/Output/HTML/Standard/AgentTicketPriority.dtl -otrs/Kernel/Output/HTML/Standard/AgentTicketProcess.dtl -otrs/Kernel/Output/HTML/Standard/AgentTicketProcessNavigationBar.dtl -otrs/Kernel/Output/HTML/Standard/AgentTicketQueue.dtl -otrs/Kernel/Output/HTML/Standard/AgentTicketResponsible.dtl -otrs/Kernel/Output/HTML/Standard/AgentTicketSearch.dtl -otrs/Kernel/Output/HTML/Standard/AgentTicketSearchOpenSearchDescriptionFulltext.dtl -otrs/Kernel/Output/HTML/Standard/AgentTicketSearchOpenSearchDescriptionTicketNumber.dtl -otrs/Kernel/Output/HTML/Standard/AgentTicketSearchResultPrint.dtl -otrs/Kernel/Output/HTML/Standard/AgentTicketZoom.dtl -otrs/Kernel/Output/HTML/Standard/AttachmentBlocker.dtl -otrs/Kernel/Output/HTML/Standard/Copyright.dtl -otrs/Kernel/Output/HTML/Standard/CustomerAccept.dtl -otrs/Kernel/Output/HTML/Standard/CustomerError.dtl -otrs/Kernel/Output/HTML/Standard/CustomerFooter.dtl -otrs/Kernel/Output/HTML/Standard/CustomerFooterSmall.dtl -otrs/Kernel/Output/HTML/Standard/CustomerHeader.dtl -otrs/Kernel/Output/HTML/Standard/CustomerHeaderSmall.dtl -otrs/Kernel/Output/HTML/Standard/CustomerLogin.dtl -otrs/Kernel/Output/HTML/Standard/CustomerNavigationBar.dtl -otrs/Kernel/Output/HTML/Standard/CustomerPreferences.dtl -otrs/Kernel/Output/HTML/Standard/CustomerRichTextEditor.dtl -otrs/Kernel/Output/HTML/Standard/CustomerTicketMessage.dtl -otrs/Kernel/Output/HTML/Standard/CustomerTicketOverview.dtl -otrs/Kernel/Output/HTML/Standard/CustomerTicketPrint.dtl -otrs/Kernel/Output/HTML/Standard/CustomerTicketProcess.dtl -otrs/Kernel/Output/HTML/Standard/CustomerTicketProcessNavigationBar.dtl -otrs/Kernel/Output/HTML/Standard/CustomerTicketSearch.dtl -otrs/Kernel/Output/HTML/Standard/CustomerTicketSearchOpenSearchDescription.dtl -otrs/Kernel/Output/HTML/Standard/CustomerTicketSearchResultPrint.dtl -otrs/Kernel/Output/HTML/Standard/CustomerTicketSearchResultShort.dtl -otrs/Kernel/Output/HTML/Standard/CustomerTicketZoom.dtl -otrs/Kernel/Output/HTML/Standard/CustomerWarning.dtl -otrs/Kernel/Output/HTML/Standard/DashboardEventsTicketCalendar.dtl -otrs/Kernel/Output/HTML/Standard/Datepicker.dtl -otrs/Kernel/Output/HTML/Standard/Error.dtl -otrs/Kernel/Output/HTML/Standard/Footer.dtl -otrs/Kernel/Output/HTML/Standard/FooterJS.dtl -otrs/Kernel/Output/HTML/Standard/FooterSmall.dtl -otrs/Kernel/Output/HTML/Standard/HTMLHead.dtl -otrs/Kernel/Output/HTML/Standard/HTMLHeadBlockEvents.dtl -otrs/Kernel/Output/HTML/Standard/Header.dtl -otrs/Kernel/Output/HTML/Standard/HeaderSmall.dtl -otrs/Kernel/Output/HTML/Standard/Installer.dtl -otrs/Kernel/Output/HTML/Standard/InstallerConfigureMail.dtl -otrs/Kernel/Output/HTML/Standard/InstallerDBResult.dtl -otrs/Kernel/Output/HTML/Standard/InstallerDBStart.dtl -otrs/Kernel/Output/HTML/Standard/InstallerDBmssql.dtl -otrs/Kernel/Output/HTML/Standard/InstallerDBmysql.dtl -otrs/Kernel/Output/HTML/Standard/InstallerDBoracle.dtl -otrs/Kernel/Output/HTML/Standard/InstallerDBpostgresql.dtl -otrs/Kernel/Output/HTML/Standard/InstallerFinish.dtl -otrs/Kernel/Output/HTML/Standard/InstallerLicense.dtl -otrs/Kernel/Output/HTML/Standard/InstallerLicenseText.dtl -otrs/Kernel/Output/HTML/Standard/InstallerSystem.dtl -otrs/Kernel/Output/HTML/Standard/LinkObject.dtl -otrs/Kernel/Output/HTML/Standard/Login.dtl -otrs/Kernel/Output/HTML/Standard/Motd.dtl -otrs/Kernel/Output/HTML/Standard/NoPermission.dtl -otrs/Kernel/Output/HTML/Standard/Notify.dtl -otrs/Kernel/Output/HTML/Standard/Pagination.dtl -otrs/Kernel/Output/HTML/Standard/PictureUpload.dtl -otrs/Kernel/Output/HTML/Standard/PrintFooter.dtl -otrs/Kernel/Output/HTML/Standard/PrintHeader.dtl -otrs/Kernel/Output/HTML/Standard/ProcessManagement/ActivityDialogFooter.dtl -otrs/Kernel/Output/HTML/Standard/ProcessManagement/ActivityDialogHeader.dtl -otrs/Kernel/Output/HTML/Standard/ProcessManagement/Article.dtl -otrs/Kernel/Output/HTML/Standard/ProcessManagement/Customer.dtl -otrs/Kernel/Output/HTML/Standard/ProcessManagement/CustomerActivityDialogFooter.dtl -otrs/Kernel/Output/HTML/Standard/ProcessManagement/CustomerActivityDialogHeader.dtl -otrs/Kernel/Output/HTML/Standard/ProcessManagement/DynamicField.dtl -otrs/Kernel/Output/HTML/Standard/ProcessManagement/Lock.dtl -otrs/Kernel/Output/HTML/Standard/ProcessManagement/Owner.dtl -otrs/Kernel/Output/HTML/Standard/ProcessManagement/PendingTime.dtl -otrs/Kernel/Output/HTML/Standard/ProcessManagement/Priority.dtl -otrs/Kernel/Output/HTML/Standard/ProcessManagement/Queue.dtl -otrs/Kernel/Output/HTML/Standard/ProcessManagement/Responsible.dtl -otrs/Kernel/Output/HTML/Standard/ProcessManagement/SLA.dtl -otrs/Kernel/Output/HTML/Standard/ProcessManagement/Service.dtl -otrs/Kernel/Output/HTML/Standard/ProcessManagement/State.dtl -otrs/Kernel/Output/HTML/Standard/ProcessManagement/Title.dtl -otrs/Kernel/Output/HTML/Standard/ProcessManagement/Type.dtl -otrs/Kernel/Output/HTML/Standard/PublicDefault.dtl -otrs/Kernel/Output/HTML/Standard/Redirect.dtl -otrs/Kernel/Output/HTML/Standard/RichTextEditor.dtl -otrs/Kernel/Output/HTML/Standard/SpellingInline.dtl -otrs/Kernel/Output/HTML/Standard/Test.dtl -otrs/Kernel/Output/HTML/Standard/Warning.dtl +otrs/Kernel/Output/HTML/Standard/AAABase.tt +otrs/Kernel/Output/HTML/Standard/AAACalendar.tt +otrs/Kernel/Output/HTML/Standard/AAAGenericInterface.tt +otrs/Kernel/Output/HTML/Standard/AAAMonth.tt +otrs/Kernel/Output/HTML/Standard/AAAPreferences.tt +otrs/Kernel/Output/HTML/Standard/AAAStats.tt +otrs/Kernel/Output/HTML/Standard/AAASupportDataCollector.tt +otrs/Kernel/Output/HTML/Standard/AAATicket.tt +otrs/Kernel/Output/HTML/Standard/AAAWeekDay.tt +otrs/Kernel/Output/HTML/Standard/AdminACL.tt +otrs/Kernel/Output/HTML/Standard/AdminACLEdit.tt +otrs/Kernel/Output/HTML/Standard/AdminACLNew.tt +otrs/Kernel/Output/HTML/Standard/AdminAttachment.tt +otrs/Kernel/Output/HTML/Standard/AdminAutoResponse.tt +otrs/Kernel/Output/HTML/Standard/AdminCustomerCompany.tt +otrs/Kernel/Output/HTML/Standard/AdminCustomerUser.tt +otrs/Kernel/Output/HTML/Standard/AdminCustomerUserGroup.tt +otrs/Kernel/Output/HTML/Standard/AdminCustomerUserService.tt +otrs/Kernel/Output/HTML/Standard/AdminDynamicField.tt +otrs/Kernel/Output/HTML/Standard/AdminDynamicFieldCheckbox.tt +otrs/Kernel/Output/HTML/Standard/AdminDynamicFieldDateTime.tt +otrs/Kernel/Output/HTML/Standard/AdminDynamicFieldDropdown.tt +otrs/Kernel/Output/HTML/Standard/AdminDynamicFieldMultiselect.tt +otrs/Kernel/Output/HTML/Standard/AdminDynamicFieldText.tt +otrs/Kernel/Output/HTML/Standard/AdminEmail.tt +otrs/Kernel/Output/HTML/Standard/AdminGenericAgent.tt +otrs/Kernel/Output/HTML/Standard/AdminGenericInterfaceDebugger.tt +otrs/Kernel/Output/HTML/Standard/AdminGenericInterfaceInvokerDefault.tt +otrs/Kernel/Output/HTML/Standard/AdminGenericInterfaceMappingSimple.tt +otrs/Kernel/Output/HTML/Standard/AdminGenericInterfaceOperationDefault.tt +otrs/Kernel/Output/HTML/Standard/AdminGenericInterfaceTransportHTTPREST.tt +otrs/Kernel/Output/HTML/Standard/AdminGenericInterfaceTransportHTTPSOAP.tt +otrs/Kernel/Output/HTML/Standard/AdminGenericInterfaceWebservice.tt +otrs/Kernel/Output/HTML/Standard/AdminGenericInterfaceWebserviceHistory.tt +otrs/Kernel/Output/HTML/Standard/AdminGroup.tt +otrs/Kernel/Output/HTML/Standard/AdminLog.tt +otrs/Kernel/Output/HTML/Standard/AdminMailAccount.tt +otrs/Kernel/Output/HTML/Standard/AdminNavigationBar.tt +otrs/Kernel/Output/HTML/Standard/AdminNotification.tt +otrs/Kernel/Output/HTML/Standard/AdminNotificationEvent.tt +otrs/Kernel/Output/HTML/Standard/AdminOTRSBusinessInstalled.tt +otrs/Kernel/Output/HTML/Standard/AdminOTRSBusinessNotInstalled.tt +otrs/Kernel/Output/HTML/Standard/AdminOTRSBusinessUninstall.tt +otrs/Kernel/Output/HTML/Standard/AdminPGP.tt +otrs/Kernel/Output/HTML/Standard/AdminPackageManager.tt +otrs/Kernel/Output/HTML/Standard/AdminPerformanceLog.tt +otrs/Kernel/Output/HTML/Standard/AdminPostMasterFilter.tt +otrs/Kernel/Output/HTML/Standard/AdminPriority.tt +otrs/Kernel/Output/HTML/Standard/AdminProcessManagement.tt +otrs/Kernel/Output/HTML/Standard/AdminProcessManagementActivity.tt +otrs/Kernel/Output/HTML/Standard/AdminProcessManagementActivityDialog.tt +otrs/Kernel/Output/HTML/Standard/AdminProcessManagementPath.tt +otrs/Kernel/Output/HTML/Standard/AdminProcessManagementPopupResponse.tt +otrs/Kernel/Output/HTML/Standard/AdminProcessManagementProcessAccordion.tt +otrs/Kernel/Output/HTML/Standard/AdminProcessManagementProcessEdit.tt +otrs/Kernel/Output/HTML/Standard/AdminProcessManagementProcessNew.tt +otrs/Kernel/Output/HTML/Standard/AdminProcessManagementProcessPrint.tt +otrs/Kernel/Output/HTML/Standard/AdminProcessManagementTransition.tt +otrs/Kernel/Output/HTML/Standard/AdminProcessManagementTransitionAction.tt +otrs/Kernel/Output/HTML/Standard/AdminQueue.tt +otrs/Kernel/Output/HTML/Standard/AdminQueueAutoResponse.tt +otrs/Kernel/Output/HTML/Standard/AdminQueueTemplates.tt +otrs/Kernel/Output/HTML/Standard/AdminRegistration.tt +otrs/Kernel/Output/HTML/Standard/AdminRole.tt +otrs/Kernel/Output/HTML/Standard/AdminRoleGroup.tt +otrs/Kernel/Output/HTML/Standard/AdminRoleUser.tt +otrs/Kernel/Output/HTML/Standard/AdminSLA.tt +otrs/Kernel/Output/HTML/Standard/AdminSMIME.tt +otrs/Kernel/Output/HTML/Standard/AdminSMIMECertRead.tt +otrs/Kernel/Output/HTML/Standard/AdminSalutation.tt +otrs/Kernel/Output/HTML/Standard/AdminSecureMode.tt +otrs/Kernel/Output/HTML/Standard/AdminSelectBox.tt +otrs/Kernel/Output/HTML/Standard/AdminService.tt +otrs/Kernel/Output/HTML/Standard/AdminServiceCenterSupportDataCollector.tt +otrs/Kernel/Output/HTML/Standard/AdminSession.tt +otrs/Kernel/Output/HTML/Standard/AdminSignature.tt +otrs/Kernel/Output/HTML/Standard/AdminState.tt +otrs/Kernel/Output/HTML/Standard/AdminSysConfig.tt +otrs/Kernel/Output/HTML/Standard/AdminSysConfigEdit.tt +otrs/Kernel/Output/HTML/Standard/AdminSystemAddress.tt +otrs/Kernel/Output/HTML/Standard/AdminSystemMaintenance.tt +otrs/Kernel/Output/HTML/Standard/AdminSystemMaintenanceEdit.tt +otrs/Kernel/Output/HTML/Standard/AdminSystemMaintenanceNew.tt +otrs/Kernel/Output/HTML/Standard/AdminTemplate.tt +otrs/Kernel/Output/HTML/Standard/AdminTemplateAttachment.tt +otrs/Kernel/Output/HTML/Standard/AdminType.tt +otrs/Kernel/Output/HTML/Standard/AdminUser.tt +otrs/Kernel/Output/HTML/Standard/AdminUserGroup.tt +otrs/Kernel/Output/HTML/Standard/AgentBook.tt +otrs/Kernel/Output/HTML/Standard/AgentCustomerInformationCenter.tt +otrs/Kernel/Output/HTML/Standard/AgentCustomerInformationCenterBlank.tt +otrs/Kernel/Output/HTML/Standard/AgentCustomerInformationCenterSearch.tt +otrs/Kernel/Output/HTML/Standard/AgentCustomerSearch.tt +otrs/Kernel/Output/HTML/Standard/AgentCustomerTableView.tt +otrs/Kernel/Output/HTML/Standard/AgentDashboard.tt +otrs/Kernel/Output/HTML/Standard/AgentDashboardCalendarOverview.tt +otrs/Kernel/Output/HTML/Standard/AgentDashboardCmdOutput.tt +otrs/Kernel/Output/HTML/Standard/AgentDashboardCommon.tt +otrs/Kernel/Output/HTML/Standard/AgentDashboardCustomerCompanyInformation.tt +otrs/Kernel/Output/HTML/Standard/AgentDashboardCustomerIDStatus.tt +otrs/Kernel/Output/HTML/Standard/AgentDashboardCustomerUserList.tt +otrs/Kernel/Output/HTML/Standard/AgentDashboardIFrame.tt +otrs/Kernel/Output/HTML/Standard/AgentDashboardImage.tt +otrs/Kernel/Output/HTML/Standard/AgentDashboardProductNotify.tt +otrs/Kernel/Output/HTML/Standard/AgentDashboardRSSOverview.tt +otrs/Kernel/Output/HTML/Standard/AgentDashboardStats.tt +otrs/Kernel/Output/HTML/Standard/AgentDashboardTicketGeneric.tt +otrs/Kernel/Output/HTML/Standard/AgentDashboardTicketQueueOverview.tt +otrs/Kernel/Output/HTML/Standard/AgentDashboardTicketStats.tt +otrs/Kernel/Output/HTML/Standard/AgentDashboardUserOnline.tt +otrs/Kernel/Output/HTML/Standard/AgentDashboardUserOutOfOffice.tt +otrs/Kernel/Output/HTML/Standard/AgentHTMLReferenceForms.tt +otrs/Kernel/Output/HTML/Standard/AgentHTMLReferenceOverview.tt +otrs/Kernel/Output/HTML/Standard/AgentHTMLReferencePageLayout.tt +otrs/Kernel/Output/HTML/Standard/AgentInfo.tt +otrs/Kernel/Output/HTML/Standard/AgentLinkObject.tt +otrs/Kernel/Output/HTML/Standard/AgentNavigationBar.tt +otrs/Kernel/Output/HTML/Standard/AgentPreferences.tt +otrs/Kernel/Output/HTML/Standard/AgentSchedulerInfo.tt +otrs/Kernel/Output/HTML/Standard/AgentSpelling.tt +otrs/Kernel/Output/HTML/Standard/AgentStatsDelete.tt +otrs/Kernel/Output/HTML/Standard/AgentStatsEditRestrictions.tt +otrs/Kernel/Output/HTML/Standard/AgentStatsEditSpecification.tt +otrs/Kernel/Output/HTML/Standard/AgentStatsEditValueSeries.tt +otrs/Kernel/Output/HTML/Standard/AgentStatsEditXaxis.tt +otrs/Kernel/Output/HTML/Standard/AgentStatsImport.tt +otrs/Kernel/Output/HTML/Standard/AgentStatsOverview.tt +otrs/Kernel/Output/HTML/Standard/AgentStatsPrint.tt +otrs/Kernel/Output/HTML/Standard/AgentStatsView.tt +otrs/Kernel/Output/HTML/Standard/AgentStatsViewSettings.tt +otrs/Kernel/Output/HTML/Standard/AgentTicketActionCommon.tt +otrs/Kernel/Output/HTML/Standard/AgentTicketActionPopupClose.tt +otrs/Kernel/Output/HTML/Standard/AgentTicketBounce.tt +otrs/Kernel/Output/HTML/Standard/AgentTicketBulk.tt +otrs/Kernel/Output/HTML/Standard/AgentTicketClose.tt +otrs/Kernel/Output/HTML/Standard/AgentTicketCompose.tt +otrs/Kernel/Output/HTML/Standard/AgentTicketCustomer.tt +otrs/Kernel/Output/HTML/Standard/AgentTicketEmail.tt +otrs/Kernel/Output/HTML/Standard/AgentTicketEmailOutbound.tt +otrs/Kernel/Output/HTML/Standard/AgentTicketEscalation.tt +otrs/Kernel/Output/HTML/Standard/AgentTicketForward.tt +otrs/Kernel/Output/HTML/Standard/AgentTicketFreeText.tt +otrs/Kernel/Output/HTML/Standard/AgentTicketHistory.tt +otrs/Kernel/Output/HTML/Standard/AgentTicketMerge.tt +otrs/Kernel/Output/HTML/Standard/AgentTicketMove.tt +otrs/Kernel/Output/HTML/Standard/AgentTicketNote.tt +otrs/Kernel/Output/HTML/Standard/AgentTicketOverviewMedium.tt +otrs/Kernel/Output/HTML/Standard/AgentTicketOverviewNavBar.tt +otrs/Kernel/Output/HTML/Standard/AgentTicketOverviewPreview.tt +otrs/Kernel/Output/HTML/Standard/AgentTicketOverviewSmall.tt +otrs/Kernel/Output/HTML/Standard/AgentTicketOwner.tt +otrs/Kernel/Output/HTML/Standard/AgentTicketPending.tt +otrs/Kernel/Output/HTML/Standard/AgentTicketPhone.tt +otrs/Kernel/Output/HTML/Standard/AgentTicketPhoneCommon.tt +otrs/Kernel/Output/HTML/Standard/AgentTicketPlain.tt +otrs/Kernel/Output/HTML/Standard/AgentTicketPrint.tt +otrs/Kernel/Output/HTML/Standard/AgentTicketPriority.tt +otrs/Kernel/Output/HTML/Standard/AgentTicketProcess.tt +otrs/Kernel/Output/HTML/Standard/AgentTicketProcessSmall.tt +otrs/Kernel/Output/HTML/Standard/AgentTicketQueue.tt +otrs/Kernel/Output/HTML/Standard/AgentTicketResponsible.tt +otrs/Kernel/Output/HTML/Standard/AgentTicketSearch.tt +otrs/Kernel/Output/HTML/Standard/AgentTicketSearchOpenSearchDescriptionFulltext.tt +otrs/Kernel/Output/HTML/Standard/AgentTicketSearchOpenSearchDescriptionTicketNumber.tt +otrs/Kernel/Output/HTML/Standard/AgentTicketSearchResultPrint.tt +otrs/Kernel/Output/HTML/Standard/AgentTicketService.tt +otrs/Kernel/Output/HTML/Standard/AgentTicketZoom.tt +otrs/Kernel/Output/HTML/Standard/ArticleActionMenu.tt +otrs/Kernel/Output/HTML/Standard/ArticleAttachments.tt +otrs/Kernel/Output/HTML/Standard/AttachmentBlocker.tt +otrs/Kernel/Output/HTML/Standard/ChatDisplay.tt +otrs/Kernel/Output/HTML/Standard/ChatStartForm.tt +otrs/Kernel/Output/HTML/Standard/Copyright.tt +otrs/Kernel/Output/HTML/Standard/CustomerAccept.tt +otrs/Kernel/Output/HTML/Standard/CustomerError.tt +otrs/Kernel/Output/HTML/Standard/CustomerFooter.tt +otrs/Kernel/Output/HTML/Standard/CustomerFooterJS.tt +otrs/Kernel/Output/HTML/Standard/CustomerFooterSmall.tt +otrs/Kernel/Output/HTML/Standard/CustomerHTMLHead.tt +otrs/Kernel/Output/HTML/Standard/CustomerHeader.tt +otrs/Kernel/Output/HTML/Standard/CustomerHeaderSmall.tt +otrs/Kernel/Output/HTML/Standard/CustomerLogin.tt +otrs/Kernel/Output/HTML/Standard/CustomerNavigationBar.tt +otrs/Kernel/Output/HTML/Standard/CustomerPreferences.tt +otrs/Kernel/Output/HTML/Standard/CustomerRichTextEditor.tt +otrs/Kernel/Output/HTML/Standard/CustomerTicketMessage.tt +otrs/Kernel/Output/HTML/Standard/CustomerTicketOverview.tt +otrs/Kernel/Output/HTML/Standard/CustomerTicketPrint.tt +otrs/Kernel/Output/HTML/Standard/CustomerTicketProcess.tt +otrs/Kernel/Output/HTML/Standard/CustomerTicketSearch.tt +otrs/Kernel/Output/HTML/Standard/CustomerTicketSearchOpenSearchDescription.tt +otrs/Kernel/Output/HTML/Standard/CustomerTicketSearchResultPrint.tt +otrs/Kernel/Output/HTML/Standard/CustomerTicketSearchResultShort.tt +otrs/Kernel/Output/HTML/Standard/CustomerTicketZoom.tt +otrs/Kernel/Output/HTML/Standard/CustomerWarning.tt +otrs/Kernel/Output/HTML/Standard/DashboardEventsTicketCalendar.tt +otrs/Kernel/Output/HTML/Standard/Datepicker.tt +otrs/Kernel/Output/HTML/Standard/Error.tt +otrs/Kernel/Output/HTML/Standard/Footer.tt +otrs/Kernel/Output/HTML/Standard/FooterJS.tt +otrs/Kernel/Output/HTML/Standard/FooterSmall.tt +otrs/Kernel/Output/HTML/Standard/HTMLHead.tt +otrs/Kernel/Output/HTML/Standard/HTMLHeadBlockEvents.tt +otrs/Kernel/Output/HTML/Standard/HTMLHeadRefresh.tt +otrs/Kernel/Output/HTML/Standard/HTTPHeaders.tt +otrs/Kernel/Output/HTML/Standard/Header.tt +otrs/Kernel/Output/HTML/Standard/HeaderSmall.tt +otrs/Kernel/Output/HTML/Standard/Installer.tt +otrs/Kernel/Output/HTML/Standard/InstallerConfigureMail.tt +otrs/Kernel/Output/HTML/Standard/InstallerDBResult.tt +otrs/Kernel/Output/HTML/Standard/InstallerDBStart.tt +otrs/Kernel/Output/HTML/Standard/InstallerDBmssql.tt +otrs/Kernel/Output/HTML/Standard/InstallerDBmysql.tt +otrs/Kernel/Output/HTML/Standard/InstallerDBoracle.tt +otrs/Kernel/Output/HTML/Standard/InstallerDBpostgresql.tt +otrs/Kernel/Output/HTML/Standard/InstallerFinish.tt +otrs/Kernel/Output/HTML/Standard/InstallerLicense.tt +otrs/Kernel/Output/HTML/Standard/InstallerLicenseText.tt +otrs/Kernel/Output/HTML/Standard/InstallerSystem.tt +otrs/Kernel/Output/HTML/Standard/LinkObject.tt +otrs/Kernel/Output/HTML/Standard/Login.tt +otrs/Kernel/Output/HTML/Standard/Motd.tt +otrs/Kernel/Output/HTML/Standard/NoPermission.tt +otrs/Kernel/Output/HTML/Standard/Notify.tt +otrs/Kernel/Output/HTML/Standard/Pagination.tt +otrs/Kernel/Output/HTML/Standard/PictureUpload.tt +otrs/Kernel/Output/HTML/Standard/PrintFooter.tt +otrs/Kernel/Output/HTML/Standard/PrintHeader.tt +otrs/Kernel/Output/HTML/Standard/ProcessManagement/ActivityDialogFooter.tt +otrs/Kernel/Output/HTML/Standard/ProcessManagement/ActivityDialogHeader.tt +otrs/Kernel/Output/HTML/Standard/ProcessManagement/Article.tt +otrs/Kernel/Output/HTML/Standard/ProcessManagement/Customer.tt +otrs/Kernel/Output/HTML/Standard/ProcessManagement/CustomerActivityDialogFooter.tt +otrs/Kernel/Output/HTML/Standard/ProcessManagement/CustomerActivityDialogHeader.tt +otrs/Kernel/Output/HTML/Standard/ProcessManagement/DynamicField.tt +otrs/Kernel/Output/HTML/Standard/ProcessManagement/Lock.tt +otrs/Kernel/Output/HTML/Standard/ProcessManagement/Owner.tt +otrs/Kernel/Output/HTML/Standard/ProcessManagement/PendingTime.tt +otrs/Kernel/Output/HTML/Standard/ProcessManagement/Priority.tt +otrs/Kernel/Output/HTML/Standard/ProcessManagement/Queue.tt +otrs/Kernel/Output/HTML/Standard/ProcessManagement/Responsible.tt +otrs/Kernel/Output/HTML/Standard/ProcessManagement/SLA.tt +otrs/Kernel/Output/HTML/Standard/ProcessManagement/Service.tt +otrs/Kernel/Output/HTML/Standard/ProcessManagement/State.tt +otrs/Kernel/Output/HTML/Standard/ProcessManagement/Title.tt +otrs/Kernel/Output/HTML/Standard/ProcessManagement/Type.tt +otrs/Kernel/Output/HTML/Standard/PublicDefault.tt +otrs/Kernel/Output/HTML/Standard/Redirect.tt +otrs/Kernel/Output/HTML/Standard/RichTextEditor.tt +otrs/Kernel/Output/HTML/Standard/SpellingInline.tt +otrs/Kernel/Output/HTML/Standard/Test.tt +otrs/Kernel/Output/HTML/Standard/Warning.tt otrs/Kernel/Output/HTML/TicketMenuGeneric.pm otrs/Kernel/Output/HTML/TicketMenuLock.pm otrs/Kernel/Output/HTML/TicketMenuMove.pm +otrs/Kernel/Output/HTML/TicketMenuProcess.pm otrs/Kernel/Output/HTML/TicketMenuResponsible.pm otrs/Kernel/Output/HTML/TicketMenuTicketWatcher.pm otrs/Kernel/Output/HTML/TicketOverviewMedium.pm @@ -530,12 +563,11 @@ otrs/Kernel/Output/HTML/ToolBarTicketLoc otrs/Kernel/Output/HTML/ToolBarTicketResponsible.pm otrs/Kernel/Output/HTML/ToolBarTicketSearchFulltext.pm otrs/Kernel/Output/HTML/ToolBarTicketSearchProfile.pm +otrs/Kernel/Output/HTML/ToolBarTicketService.pm otrs/Kernel/Output/HTML/ToolBarTicketWatcher.pm -otrs/Kernel/Scheduler.pm -otrs/Kernel/Scheduler/TaskHandler.pm -otrs/Kernel/Scheduler/TaskHandler/GenericInterface.pm -otrs/Kernel/Scheduler/TaskHandler/RegistrationUpdate.pm -otrs/Kernel/Scheduler/TaskHandler/Test.pm +otrs/Kernel/Output/Template/Document.pm +otrs/Kernel/Output/Template/Plugin/OTRS.pm +otrs/Kernel/Output/Template/Provider.pm otrs/Kernel/System/ACL/DB/ACL.pm otrs/Kernel/System/Auth.pm otrs/Kernel/System/Auth/DB.pm @@ -550,8 +582,8 @@ otrs/Kernel/System/AutoResponse.pm otrs/Kernel/System/CSV.pm otrs/Kernel/System/Cache.pm otrs/Kernel/System/Cache/FileStorable.pm -otrs/Kernel/System/CacheInternal.pm otrs/Kernel/System/CheckItem.pm +otrs/Kernel/System/CloudService.pm otrs/Kernel/System/Crypt.pm otrs/Kernel/System/Crypt/PGP.pm otrs/Kernel/System/Crypt/SMIME.pm @@ -576,7 +608,6 @@ otrs/Kernel/System/DB/mssql.pm otrs/Kernel/System/DB/mysql.pm otrs/Kernel/System/DB/oracle.pm otrs/Kernel/System/DB/postgresql.pm -otrs/Kernel/System/DB/postgresql_before_8_2.pm otrs/Kernel/System/DynamicField.pm otrs/Kernel/System/DynamicField/Backend.pm otrs/Kernel/System/DynamicField/Driver/Base.pm @@ -588,6 +619,8 @@ otrs/Kernel/System/DynamicField/Driver/D otrs/Kernel/System/DynamicField/Driver/DateTime.pm otrs/Kernel/System/DynamicField/Driver/Dropdown.pm otrs/Kernel/System/DynamicField/Driver/Multiselect.pm +otrs/Kernel/System/DynamicField/Driver/ProcessManagement/ActivityID.pm +otrs/Kernel/System/DynamicField/Driver/ProcessManagement/ProcessID.pm otrs/Kernel/System/DynamicField/Driver/Text.pm otrs/Kernel/System/DynamicField/Driver/TextArea.pm otrs/Kernel/System/DynamicField/ObjectType/Article.pm @@ -634,6 +667,8 @@ otrs/Kernel/System/MailAccount/POP3TLS.p otrs/Kernel/System/Main.pm otrs/Kernel/System/Notification.pm otrs/Kernel/System/NotificationEvent.pm +otrs/Kernel/System/OTRSBusiness.pm +otrs/Kernel/System/ObjectManager.pm otrs/Kernel/System/PDF.pm otrs/Kernel/System/PID.pm otrs/Kernel/System/Package.pm @@ -666,8 +701,10 @@ otrs/Kernel/System/ProcessManagement/DB/ otrs/Kernel/System/ProcessManagement/Process.pm otrs/Kernel/System/ProcessManagement/Transition.pm otrs/Kernel/System/ProcessManagement/TransitionAction.pm +otrs/Kernel/System/ProcessManagement/TransitionAction/Base.pm otrs/Kernel/System/ProcessManagement/TransitionAction/DynamicFieldSet.pm otrs/Kernel/System/ProcessManagement/TransitionAction/TicketArticleCreate.pm +otrs/Kernel/System/ProcessManagement/TransitionAction/TicketCreate.pm otrs/Kernel/System/ProcessManagement/TransitionAction/TicketCustomerSet.pm otrs/Kernel/System/ProcessManagement/TransitionAction/TicketLockSet.pm otrs/Kernel/System/ProcessManagement/TransitionAction/TicketOwnerSet.pm @@ -680,19 +717,24 @@ otrs/Kernel/System/ProcessManagement/Tra otrs/Kernel/System/ProcessManagement/TransitionAction/TicketTypeSet.pm otrs/Kernel/System/ProcessManagement/TransitionValidation/ValidateDemo.pm otrs/Kernel/System/Queue.pm +otrs/Kernel/System/Queue/Event/TicketAcceleratorUpdate.pm otrs/Kernel/System/Queue/PreferencesDB.pm otrs/Kernel/System/ReferenceData.pm otrs/Kernel/System/Registration.pm otrs/Kernel/System/SLA.pm otrs/Kernel/System/SLA/PreferencesDB.pm otrs/Kernel/System/Salutation.pm +otrs/Kernel/System/Scheduler.pm +otrs/Kernel/System/Scheduler/TaskHandler.pm +otrs/Kernel/System/Scheduler/TaskHandler/GenericInterface.pm +otrs/Kernel/System/Scheduler/TaskHandler/RegistrationUpdate.pm +otrs/Kernel/System/Scheduler/TaskHandler/Test.pm otrs/Kernel/System/Scheduler/TaskManager.pm otrs/Kernel/System/SearchProfile.pm otrs/Kernel/System/Service.pm otrs/Kernel/System/Service/PreferencesDB.pm otrs/Kernel/System/Signature.pm otrs/Kernel/System/Spelling.pm -otrs/Kernel/System/StandardResponse.pm otrs/Kernel/System/StandardTemplate.pm otrs/Kernel/System/State.pm otrs/Kernel/System/Stats.pm @@ -708,11 +750,11 @@ otrs/Kernel/System/SupportDataCollector/ otrs/Kernel/System/SupportDataCollector/Plugin/Database/mssql/Size.pm otrs/Kernel/System/SupportDataCollector/Plugin/Database/mssql/Version.pm otrs/Kernel/System/SupportDataCollector/Plugin/Database/mysql/Charset.pm +otrs/Kernel/System/SupportDataCollector/Plugin/Database/mysql/InnoDBLogFileSize.pm otrs/Kernel/System/SupportDataCollector/Plugin/Database/mysql/MaxAllowedPacket.pm otrs/Kernel/System/SupportDataCollector/Plugin/Database/mysql/Performance.pm otrs/Kernel/System/SupportDataCollector/Plugin/Database/mysql/Size.pm otrs/Kernel/System/SupportDataCollector/Plugin/Database/mysql/StorageEngine.pm -otrs/Kernel/System/SupportDataCollector/Plugin/Database/mysql/TableStatus.pm otrs/Kernel/System/SupportDataCollector/Plugin/Database/mysql/Version.pm otrs/Kernel/System/SupportDataCollector/Plugin/Database/oracle/NLS.pm otrs/Kernel/System/SupportDataCollector/Plugin/Database/oracle/Version.pm @@ -746,6 +788,7 @@ otrs/Kernel/System/SupportDataCollector/ otrs/Kernel/System/SupportDataCollector/Plugin/OTRS/Ticket/StaticDBOrphanedRecords.pm otrs/Kernel/System/SupportDataCollector/Plugin/OTRS/Version.pm otrs/Kernel/System/SupportDataCollector/Plugin/Webserver/Apache/LoadedModules.pm +otrs/Kernel/System/SupportDataCollector/Plugin/Webserver/Apache/MPMModel.pm otrs/Kernel/System/SupportDataCollector/Plugin/Webserver/Apache/Performance.pm otrs/Kernel/System/SupportDataCollector/Plugin/Webserver/EnvironmentVariables.pm otrs/Kernel/System/SupportDataCollector/Plugin/Webserver/IIS/Performance.pm @@ -757,6 +800,7 @@ otrs/Kernel/System/SysConfig/QueueValida otrs/Kernel/System/SysConfig/StateValidate.pm otrs/Kernel/System/SystemAddress.pm otrs/Kernel/System/SystemData.pm +otrs/Kernel/System/SystemMaintenance.pm otrs/Kernel/System/TemplateGenerator.pm otrs/Kernel/System/Ticket.pm otrs/Kernel/System/Ticket/Acl/CloseParentAfterClosedChilds.pm @@ -797,7 +841,8 @@ otrs/Kernel/System/Ticket/Permission/Gro *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Fri Jul 10 04:07:25 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AB2CC3251; Fri, 10 Jul 2015 04:07:25 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8E157A4B; Fri, 10 Jul 2015 04:07:25 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6A47PTD097819; Fri, 10 Jul 2015 04:07:25 GMT (envelope-from pgollucci@FreeBSD.org) Received: (from pgollucci@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6A47IVN097791; Fri, 10 Jul 2015 04:07:18 GMT (envelope-from pgollucci@FreeBSD.org) Message-Id: <201507100407.t6A47IVN097791@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pgollucci set sender to pgollucci@FreeBSD.org using -f From: "Philip M. Gollucci" Date: Fri, 10 Jul 2015 04:07:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391689 - in head/sysutils/condor: . 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, 10 Jul 2015 04:07:25 -0000 Author: pgollucci Date: Fri Jul 10 04:07:17 2015 New Revision: 391689 URL: https://svnweb.freebsd.org/changeset/ports/391689 Log: sysutils/condor: update 8.2.6 -> 8.2.8 Update to latest stable release, canonicalize patch filenames, eliminate GCC dependency and MAKE_JOBS_UNSAFE, replace files/condor_config.in with version-specific example file provided in the dist, move sample files to etc/*.sample, improvements to condor_config.local.sample and condor-config script, make rc script more reliable by replacing fixed sleep delays with more intelligent wait loops. PR: 200713 Submitted by: jwbacon@tds.net (maintainer) Added: head/sysutils/condor/files/patch-build_cmake_CondorPackageConfig.cmake - copied, changed from r391688, head/sysutils/condor/files/patch-build-cmake-CondorPackageConfig.cmake head/sysutils/condor/files/patch-src_condor__includes_condor__crypt__3des.h - copied, changed from r391688, head/sysutils/condor/files/patch-src__condor_includes__condor_crypt_3des.h head/sysutils/condor/files/patch-src_condor__io_condor__crypt__3des.cpp - copied, changed from r391688, head/sysutils/condor/files/patch-src__condor_io__condor_crypt_3des.cpp head/sysutils/condor/files/patch-src_condor__utils_condor__config.cpp - copied, changed from r391688, head/sysutils/condor/files/patch-src-condor_utils-condor_config.cpp Deleted: head/sysutils/condor/files/condor_config.in head/sysutils/condor/files/patch-build-cmake-CondorPackageConfig.cmake head/sysutils/condor/files/patch-src-condor_utils-condor_config.cpp head/sysutils/condor/files/patch-src__condor_includes__condor_crypt_3des.h head/sysutils/condor/files/patch-src__condor_io__condor_crypt_3des.cpp Modified: head/sysutils/condor/Makefile head/sysutils/condor/distinfo head/sysutils/condor/files/condor-config.in head/sysutils/condor/files/condor.in head/sysutils/condor/files/condor_config.local.in head/sysutils/condor/files/patch-build_cmake_macros_SystemSpecificInformations.cmake head/sysutils/condor/files/patch-src_condor__includes_config.h.cmake head/sysutils/condor/files/patch-src_condor__power_power__state.cpp head/sysutils/condor/files/patch-src_condor__sysapi_idle__time.cpp head/sysutils/condor/files/patch-src_python-bindings_dc__tool.cpp head/sysutils/condor/files/patch-src_python-bindings_secman.cpp head/sysutils/condor/files/pkg-message.in head/sysutils/condor/pkg-deinstall head/sysutils/condor/pkg-plist Modified: head/sysutils/condor/Makefile ============================================================================== --- head/sysutils/condor/Makefile Fri Jul 10 03:35:34 2015 (r391688) +++ head/sysutils/condor/Makefile Fri Jul 10 04:07:17 2015 (r391689) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= condor -PORTVERSION= 8.2.6 +PORTVERSION= 8.2.8 CATEGORIES= sysutils net MASTER_SITES= http://www.acadix.biz/Ports/distfiles/ DISTNAME= condor_src-${PORTVERSION}-all-all @@ -22,8 +22,6 @@ USE_LDCONFIG= yes # Does not build with Python 3 USES= cmake cpe gmake perl5 pgsql python:2 shebangfix CPE_VENDOR= condor_project -# Does not build with gcc 4.2 or clang -USE_GCC= yes SHEBANG_FILES= src/condor_scripts/condor_qsub \ src/condor_gridmanager/remote_gahp \ src/condor_examples/condor_limits_wrapper.sh \ @@ -39,7 +37,9 @@ CMAKE_ARGS+= -DCMAKE_CXX_FLAGS:STRING=${ -DPYTHON_INCLUDE_DIR:PATH=${LOCALBASE}/include/${PYTHON_VERSION} \ -DPYTHON_LIBRARY:FILEPATH=${LOCALBASE}/lib/lib${PYTHON_VERSION}.so -MAKE_JOBS_UNSAFE= yes +# This was an issue in previous releases, but I've tested 8.2.8 extensively +# on machines with as many as 16 cores. +# MAKE_JOBS_UNSAFE= yes SUB_FILES= condor-config condor_config.local pkg-message @@ -81,8 +81,9 @@ post-patch: post-install: ${INSTALL_DATA} \ ${STAGEDIR}${ETCDIR}/examples/condor_config.annotated \ - ${STAGEDIR}${ETCDIR}/condor_config - ${INSTALL_DATA} ${WRKDIR}/condor_config.local ${STAGEDIR}${ETCDIR} + ${STAGEDIR}${PREFIX}/etc/condor_config.sample + ${INSTALL_DATA} ${WRKDIR}/condor_config.local \ + ${STAGEDIR}${PREFIX}/etc/condor_config.local.sample ${INSTALL_SCRIPT} ${WRKDIR}/condor-config ${STAGEDIR}${PREFIX}/sbin .include Modified: head/sysutils/condor/distinfo ============================================================================== --- head/sysutils/condor/distinfo Fri Jul 10 03:35:34 2015 (r391688) +++ head/sysutils/condor/distinfo Fri Jul 10 04:07:17 2015 (r391689) @@ -1,2 +1,2 @@ -SHA256 (condor_src-8.2.6-all-all.tar.gz) = a63c3b7c0d44635089ded80dadd5ebde5acba87154ca72877c76b80cdc963837 -SIZE (condor_src-8.2.6-all-all.tar.gz) = 19137825 +SHA256 (condor_src-8.2.8-all-all.tar.gz) = 4a51232f07ecd6648a8dddeebe92e82ee18e3c4819589c83bbd443189c4a7ded +SIZE (condor_src-8.2.8-all-all.tar.gz) = 19137676 Modified: head/sysutils/condor/files/condor-config.in ============================================================================== --- head/sysutils/condor/files/condor-config.in Fri Jul 10 03:35:34 2015 (r391688) +++ head/sysutils/condor/files/condor-config.in Fri Jul 10 04:07:17 2015 (r391689) @@ -5,6 +5,12 @@ if [ -z $EDITOR ]; then export EDITOR fi +for file in condor_config condor_config.local; do + if [ ! -e %%PREFIX%%/etc/$file ]; then + cp %%PREFIX%%/etc/$file.sample %%PREFIX%%/etc/$file + fi +done + $EDITOR %%PREFIX%%/etc/condor_config.local printf "Restart HTCondor? (y/[n]) " @@ -16,7 +22,6 @@ if [ 0$restart = 0y ]; then ps ax | grep condor service condor start - sleep 5 printf "\nCondor processes running after start:\n\n" ps ax | grep condor fi Modified: head/sysutils/condor/files/condor.in ============================================================================== --- head/sysutils/condor/files/condor.in Fri Jul 10 03:35:34 2015 (r391688) +++ head/sysutils/condor/files/condor.in Fri Jul 10 04:07:17 2015 (r391689) @@ -29,14 +29,29 @@ stop_cmd=condor_stop condor_start() { checkyesno condor_enable && echo "Starting condor_master." && \ %%PREFIX%%/sbin/condor_master ${condor_flags} + while ! ps ax | egrep -v 'grep|rc\.d' | grep -q condor; do + echo 'Waiting for daemons to start...' + sleep 2 + done } condor_stop() { + # FIXME: condor_off with no arguments should be the same as + # -daemon master according to the man page, but it doesn't work checkyesno condor_enable && echo "Stopping condor_master." && \ - %%PREFIX%%/sbin/condor_off -master + /usr/local/sbin/condor_off -daemon master # Prevent restart command from issuing start before daemons are down - echo 'Waiting for daemons to shut down...' - sleep 5 + tries=1 + while ps ax | egrep -v 'grep|rc\.d' | grep -q condor; do + echo 'Waiting for daemons to shut down...' + sleep 2 + tries=$(($tries + 1)) + if [ $tries = 10 ]; then + printf "condor_off has failed. Force killing condor_master...\n" + killall condor_master + sleep 2 + fi + done } run_rc_command "$1" Modified: head/sysutils/condor/files/condor_config.local.in ============================================================================== --- head/sysutils/condor/files/condor_config.local.in Fri Jul 10 03:35:34 2015 (r391688) +++ head/sysutils/condor/files/condor_config.local.in Fri Jul 10 04:07:17 2015 (r391689) @@ -27,29 +27,38 @@ COLLECTOR_NAME = Condor pool at $(CONDOR ############################################################################ # Location of logs, job output, etc. # Put this on a local partition with plenty of space for job output. -# Default is $(TILDE) = /home/condor. +# $(TILDE) = /home/condor. LOCAL_DIR = $(TILDE) -# /home is often shared by cluster compute nodes, so log files would collide +# If /home is shared by cluster compute nodes, log files would collide # when using $(TILDE). Put LOCAL_DIR on some other large, local partition. # LOCAL_DIR = /usr/condor ############################################################################ +# Use dynamic provisioning to allow multicore jobs (e.g. openmp) on +# hosts with multiple cores available to HTCondor. + +NUM_SLOTS=1 +NUM_SLOTS_TYPE_1=1 +SLOT_TYPE_1=100% +SLOT_TYPE_1_PARTITIONABLE=true + +############################################################################ # When is this machine willing to start a job? # For compute hosts dedicated to HTCondor # START = TRUE # For compute hosts used primarily for other purposes -START = (KeyboardIdle > 15 * 60) && ((LoadAvg - CondorLoadAvg) <= 0.3) +START = (KeyboardIdle > 15 * 60) && ((LoadAvg - CondorLoadAvg) <= 0.5) # For VM host, assuming we only want to run jobs in the VM # START = False # For VM guest, run jobs only when the host is not being used by owner -# START = ( HOST_KeyboardIdle > 150 ) && ( HOST_LoadAvg <= 0.3 ) ) +# START = ( HOST_KeyboardIdle > 150 ) && ( HOST_LoadAvg <= 0.5 ) ) ############################################################################ # When to suspend a job? @@ -63,7 +72,7 @@ SUSPEND = FALSE # PREEMPT = FALSE # Compute host used mainly for non-Condor activities -PREEMPT = (KeyboardIdle < 60) || (LoadAvg - CondorLoadAvg > 0.3) +PREEMPT = (KeyboardIdle < 60) || (LoadAvg - CondorLoadAvg > 0.5) ############################################################################ # When to instantaneously kill a preempting job @@ -88,7 +97,7 @@ KILL = FALSE # Central manager # DAEMON_LIST = MASTER, COLLECTOR, NEGOTIATOR, SCHEDD -# Submit/execute host +# Submit and execute host # DAEMON_LIST = MASTER, SCHEDD, STARTD # DAEMON_LIST = MASTER, SCHEDD, STARTD, SHARED_PORT Copied and modified: head/sysutils/condor/files/patch-build_cmake_CondorPackageConfig.cmake (from r391688, head/sysutils/condor/files/patch-build-cmake-CondorPackageConfig.cmake) ============================================================================== --- head/sysutils/condor/files/patch-build-cmake-CondorPackageConfig.cmake Fri Jul 10 03:35:34 2015 (r391688, copy source) +++ head/sysutils/condor/files/patch-build_cmake_CondorPackageConfig.cmake Fri Jul 10 04:07:17 2015 (r391689) @@ -1,11 +1,11 @@ ---- build/cmake/CondorPackageConfig.cmake.orig 2013-09-19 15:12:10.000000000 -0500 -+++ build/cmake/CondorPackageConfig.cmake 2013-10-20 12:04:52.000000000 -0500 +--- build/cmake/CondorPackageConfig.cmake.orig 2015-04-07 15:10:11 UTC ++++ build/cmake/CondorPackageConfig.cmake @@ -1,3 +1,4 @@ + ############################################################### # # Copyright 2011 Red Hat, Inc. -@@ -170,6 +171,23 @@ +@@ -174,6 +175,23 @@ if(${OS_NAME} STREQUAL "DARWIN") # enable if we desire native packaging. # set ( CPACK_GENERATOR "${CPACK_GENERATOR};PackageMaker" ) ; # set (CPACK_OSX_PACKAGE_VERSION) Modified: head/sysutils/condor/files/patch-build_cmake_macros_SystemSpecificInformations.cmake ============================================================================== --- head/sysutils/condor/files/patch-build_cmake_macros_SystemSpecificInformations.cmake Fri Jul 10 03:35:34 2015 (r391688) +++ head/sysutils/condor/files/patch-build_cmake_macros_SystemSpecificInformations.cmake Fri Jul 10 04:07:17 2015 (r391689) @@ -1,6 +1,6 @@ ---- build/cmake/macros/SystemSpecificInformations.cmake.orig 2014-11-26 11:22:10.000000000 -0600 -+++ build/cmake/macros/SystemSpecificInformations.cmake 2014-12-27 16:30:27.000000000 -0600 -@@ -252,7 +252,8 @@ +--- build/cmake/macros/SystemSpecificInformations.cmake.orig 2015-04-07 15:10:11 UTC ++++ build/cmake/macros/SystemSpecificInformations.cmake +@@ -252,7 +252,8 @@ if(UNIX) endif(EXISTS "/etc/issue") elseif(CMAKE_SYSTEM_NAME MATCHES "FreeBSD") @@ -10,7 +10,7 @@ set( FREEBSD_RELEASE "${CMAKE_MATCH_1}" ) set( FREEBSD_MAJOR "${CMAKE_MATCH_2}" ) set( FREEBSD_MINOR "${CMAKE_MATCH_3}" ) -@@ -270,6 +271,15 @@ +@@ -270,6 +271,15 @@ if(UNIX) set( CONDOR_FREEBSD7 ON ) elseif(FREEBSD_MAJOR MATCHES "8" ) set( CONDOR_FREEBSD8 ON ) Copied and modified: head/sysutils/condor/files/patch-src_condor__includes_condor__crypt__3des.h (from r391688, head/sysutils/condor/files/patch-src__condor_includes__condor_crypt_3des.h) ============================================================================== --- head/sysutils/condor/files/patch-src__condor_includes__condor_crypt_3des.h Fri Jul 10 03:35:34 2015 (r391688, copy source) +++ head/sysutils/condor/files/patch-src_condor__includes_condor__crypt__3des.h Fri Jul 10 04:07:17 2015 (r391689) @@ -1,6 +1,6 @@ ---- src/condor_includes/condor_crypt_3des.h.orig 2014-12-09 23:15:18.000000000 +0100 -+++ src/condor_includes/condor_crypt_3des.h 2015-02-28 19:35:54.722059602 +0100 -@@ -61,7 +61,7 @@ +--- src/condor_includes/condor_crypt_3des.h.orig 2015-04-07 15:10:11 UTC ++++ src/condor_includes/condor_crypt_3des.h +@@ -61,7 +61,7 @@ class Condor_Crypt_3des : public Condor_ //------------------------------------------ // Private constructor //------------------------------------------ Modified: head/sysutils/condor/files/patch-src_condor__includes_config.h.cmake ============================================================================== --- head/sysutils/condor/files/patch-src_condor__includes_config.h.cmake Fri Jul 10 03:35:34 2015 (r391688) +++ head/sysutils/condor/files/patch-src_condor__includes_config.h.cmake Fri Jul 10 04:07:17 2015 (r391689) @@ -1,5 +1,5 @@ ---- src/condor_includes/config.h.cmake.orig 2014-11-26 11:22:10.000000000 -0600 -+++ src/condor_includes/config.h.cmake 2014-12-27 17:19:56.000000000 -0600 +--- src/condor_includes/config.h.cmake.orig 2015-04-07 15:10:11 UTC ++++ src/condor_includes/config.h.cmake @@ -16,7 +16,11 @@ * *************************************************************/ Copied and modified: head/sysutils/condor/files/patch-src_condor__io_condor__crypt__3des.cpp (from r391688, head/sysutils/condor/files/patch-src__condor_io__condor_crypt_3des.cpp) ============================================================================== --- head/sysutils/condor/files/patch-src__condor_io__condor_crypt_3des.cpp Fri Jul 10 03:35:34 2015 (r391688, copy source) +++ head/sysutils/condor/files/patch-src_condor__io_condor__crypt__3des.cpp Fri Jul 10 04:07:17 2015 (r391689) @@ -1,6 +1,6 @@ ---- src/condor_io/condor_crypt_3des.cpp.orig 2014-12-09 23:15:18.000000000 +0100 -+++ src/condor_io/condor_crypt_3des.cpp 2015-02-28 19:38:25.216863132 +0100 -@@ -35,9 +35,9 @@ +--- src/condor_io/condor_crypt_3des.cpp.orig 2015-04-07 15:10:11 UTC ++++ src/condor_io/condor_crypt_3des.cpp +@@ -35,9 +35,9 @@ Condor_Crypt_3des :: Condor_Crypt_3des(c unsigned char * keyData = k.getPaddedKeyData(24); ASSERT(keyData); @@ -13,7 +13,7 @@ // initialize ivsec resetState(); -@@ -71,9 +71,9 @@ +@@ -71,9 +71,9 @@ bool Condor_Crypt_3des :: encrypt(unsign output = (unsigned char *) malloc(input_len); if (output) { @@ -26,7 +26,7 @@ return true; } else { -@@ -95,9 +95,9 @@ +@@ -95,9 +95,9 @@ bool Condor_Crypt_3des :: decrypt(unsign if (output) { output_len = input_len; Modified: head/sysutils/condor/files/patch-src_condor__power_power__state.cpp ============================================================================== --- head/sysutils/condor/files/patch-src_condor__power_power__state.cpp Fri Jul 10 03:35:34 2015 (r391688) +++ head/sysutils/condor/files/patch-src_condor__power_power__state.cpp Fri Jul 10 04:07:17 2015 (r391689) @@ -1,6 +1,6 @@ ---- src/condor_power/power_state.cpp.orig 2014-12-26 11:28:32.000000000 -0600 -+++ src/condor_power/power_state.cpp 2014-12-26 17:17:04.000000000 -0600 -@@ -57,7 +57,8 @@ +--- src/condor_power/power_state.cpp.orig 2015-04-07 15:10:11 UTC ++++ src/condor_power/power_state.cpp +@@ -57,7 +57,8 @@ enum E_ARGCNT = -6, /* too few/many arguments */ E_NOREST = -7, /* failed to switch the machine's power state */ E_CLASSAD = -8, /* error in class-ad (errno = %d) */ @@ -10,7 +10,7 @@ }; /** Error messages */ -@@ -72,7 +73,8 @@ +@@ -72,7 +73,8 @@ static const char *errmsgs[] = { /* E_ARGCNT -6 */ "wrong number of arguments.\n", /* E_NOREST -7 */ "failed to switch the machine's power state.\n", /* E_CLASSAD -8 */ "error in class-ad (errno = %d).\n", @@ -20,7 +20,7 @@ }; /** Typedefs */ -@@ -257,6 +259,8 @@ +@@ -257,6 +259,8 @@ main( int argc, const char *argv[] ) /** Create the hibernation mechanism. */ # if ( HIBERNATOR_TYPE_DEFINED ) hibernator = new RealHibernator; Modified: head/sysutils/condor/files/patch-src_condor__sysapi_idle__time.cpp ============================================================================== --- head/sysutils/condor/files/patch-src_condor__sysapi_idle__time.cpp Fri Jul 10 03:35:34 2015 (r391688) +++ head/sysutils/condor/files/patch-src_condor__sysapi_idle__time.cpp Fri Jul 10 04:07:17 2015 (r391689) @@ -1,6 +1,6 @@ ---- src/condor_sysapi/idle_time.cpp.orig 2014-11-26 11:22:10.000000000 -0600 -+++ src/condor_sysapi/idle_time.cpp 2014-12-27 16:42:00.000000000 -0600 -@@ -205,19 +205,28 @@ +--- src/condor_sysapi/idle_time.cpp.orig 2015-04-07 15:10:11 UTC ++++ src/condor_sysapi/idle_time.cpp +@@ -205,19 +205,28 @@ calc_idle_time_cpp( time_t & m_idle, tim return; } Copied and modified: head/sysutils/condor/files/patch-src_condor__utils_condor__config.cpp (from r391688, head/sysutils/condor/files/patch-src-condor_utils-condor_config.cpp) ============================================================================== --- head/sysutils/condor/files/patch-src-condor_utils-condor_config.cpp Fri Jul 10 03:35:34 2015 (r391688, copy source) +++ head/sysutils/condor/files/patch-src_condor__utils_condor__config.cpp Fri Jul 10 04:07:17 2015 (r391689) @@ -1,20 +1,20 @@ ---- src/condor_utils/condor_config.cpp.orig 2012-04-07 14:37:20.000000000 -0500 -+++ src/condor_utils/condor_config.cpp 2012-04-07 14:38:55.000000000 -0500 -@@ -656,7 +656,7 @@ +--- src/condor_utils/condor_config.cpp.orig 2015-04-07 15:10:11 UTC ++++ src/condor_utils/condor_config.cpp +@@ -910,7 +910,7 @@ real_config(const char* host, int wantsQ fprintf(stderr,"\nNeither the environment variable %s_CONFIG,\n", myDistro->GetUc() ); # if defined UNIX - fprintf(stderr,"/etc/%s/, nor ~%s/ contain a %s_config source.\n", -+ fprintf(stderr,"/usr/local/etc/%s/, nor ~%s/ contain a %s_config source.\n", ++ fprintf(stderr,"/etc/%s/, /usr/local/etc/, nor ~%s/ contain a %s_config source.\n", myDistro->Get(), myDistro->Get(), myDistro->Get() ); # elif defined WIN32 fprintf(stderr,"nor the registry contains a %s_config source.\n", myDistro->Get() ); -@@ -666,7 +666,7 @@ +@@ -920,7 +920,7 @@ real_config(const char* host, int wantsQ fprintf( stderr,"Either set %s_CONFIG to point to a valid config " "source,\n", myDistro->GetUc() ); # if defined UNIX - fprintf( stderr,"or put a \"%s_config\" file in /etc/%s or ~%s/\n", -+ fprintf( stderr,"or put a \"%s_config\" file in /usr/local/etc/%s or ~%s/\n", ++ fprintf( stderr,"or put a \"%s_config\" file in /etc/%s/ /usr/local/etc/ or ~%s/\n", myDistro->Get(), myDistro->Get(), myDistro->Get() ); # elif defined WIN32 fprintf( stderr,"or put a \"%s_config\" source in the registry at:\n" Modified: head/sysutils/condor/files/patch-src_python-bindings_dc__tool.cpp ============================================================================== --- head/sysutils/condor/files/patch-src_python-bindings_dc__tool.cpp Fri Jul 10 03:35:34 2015 (r391688) +++ head/sysutils/condor/files/patch-src_python-bindings_dc__tool.cpp Fri Jul 10 04:07:17 2015 (r391689) @@ -1,5 +1,5 @@ ---- src/python-bindings/dc_tool.cpp.orig 2014-11-26 11:22:10.000000000 -0600 -+++ src/python-bindings/dc_tool.cpp 2014-12-27 16:40:45.000000000 -0600 +--- src/python-bindings/dc_tool.cpp.orig 2015-04-07 15:10:11 UTC ++++ src/python-bindings/dc_tool.cpp @@ -7,6 +7,21 @@ # include # endif Modified: head/sysutils/condor/files/patch-src_python-bindings_secman.cpp ============================================================================== --- head/sysutils/condor/files/patch-src_python-bindings_secman.cpp Fri Jul 10 03:35:34 2015 (r391688) +++ head/sysutils/condor/files/patch-src_python-bindings_secman.cpp Fri Jul 10 04:07:17 2015 (r391689) @@ -1,5 +1,5 @@ ---- src/python-bindings/secman.cpp.orig 2014-11-26 11:22:10.000000000 -0600 -+++ src/python-bindings/secman.cpp 2014-12-27 16:27:22.000000000 -0600 +--- src/python-bindings/secman.cpp.orig 2015-04-07 15:10:11 UTC ++++ src/python-bindings/secman.cpp @@ -7,6 +7,21 @@ # include # endif Modified: head/sysutils/condor/files/pkg-message.in ============================================================================== --- head/sysutils/condor/files/pkg-message.in Fri Jul 10 03:35:34 2015 (r391688) +++ head/sysutils/condor/files/pkg-message.in Fri Jul 10 04:07:17 2015 (r391689) @@ -1,7 +1,5 @@ -Sample condor_config and condor_config.local files are available in -%%ETCDIR%%. Copy them to %%PREFIX%%/etc and edit condor_config.local to taste -to get started. +Edit %%PREFIX%%/etc/condor_config.local to taste to get started. Settings in condor_config.local override the defaults in condor_config. Use condor_config as a reference, and make all changes to condor_config.local. Modified: head/sysutils/condor/pkg-deinstall ============================================================================== --- head/sysutils/condor/pkg-deinstall Fri Jul 10 03:35:34 2015 (r391688) +++ head/sysutils/condor/pkg-deinstall Fri Jul 10 04:07:17 2015 (r391689) @@ -25,12 +25,12 @@ DEINSTALL) # the syadmin is left to deal with this. # Remove the link to /home/condor - /bin/rm -f /var/db/condor + rm -f /var/db/condor # Remove /home/condor, if empty - /bin/rmdir /home/condor/config - /bin/rmdir /home/condor/execute - /bin/rmdir /home/condor/log - /bin/rmdir /home/condor/spool - /bin/rmdir /home/condor + rmdir /home/condor/config + rmdir /home/condor/execute + rmdir /home/condor/log + rmdir /home/condor/spool + rmdir /home/condor ;; esac Modified: head/sysutils/condor/pkg-plist ============================================================================== --- head/sysutils/condor/pkg-plist Fri Jul 10 03:35:34 2015 (r391688) +++ head/sysutils/condor/pkg-plist Fri Jul 10 04:07:17 2015 (r391689) @@ -42,9 +42,10 @@ bin/condor_vacate_job bin/condor_version bin/condor_wait bin/condor_who +@sample etc/condor_config.sample +@sample etc/condor_config.local.sample %%ETCDIR%%/condor %%ETCDIR%%/condor_config -%%ETCDIR%%/condor_config.local %%ETCDIR%%/examples/README %%ETCDIR%%/examples/condor.boot.generic %%ETCDIR%%/examples/condor.boot.rpm @@ -126,7 +127,7 @@ lib/condor_ssh_to_job_sshd_config_templa lib/libchirp_client.a lib/libclassad.a lib/libcondorapi.a -lib/libpyclassad%%PYTHON_VER%%_8_2_6.a +lib/libpyclassad%%PYTHON_VER%%_8_2_8.a lib/python/classad.so lib/python/htcondor.so lib/scimark2lib.jar From owner-svn-ports-head@freebsd.org Fri Jul 10 07:28:22 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 660C3997F1C; Fri, 10 Jul 2015 07:28:22 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4BC101218; Fri, 10 Jul 2015 07:28:22 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6A7SM68094949; Fri, 10 Jul 2015 07:28:22 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6A7SLqN094947; Fri, 10 Jul 2015 07:28:21 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507100728.t6A7SLqN094947@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Fri, 10 Jul 2015 07:28:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391690 - head/devel/elixir-exrm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 10 Jul 2015 07:28:22 -0000 Author: olgeni Date: Fri Jul 10 07:28:20 2015 New Revision: 391690 URL: https://svnweb.freebsd.org/changeset/ports/391690 Log: Upgrade to version 0.18.3. Modified: head/devel/elixir-exrm/Makefile head/devel/elixir-exrm/distinfo Modified: head/devel/elixir-exrm/Makefile ============================================================================== --- head/devel/elixir-exrm/Makefile Fri Jul 10 04:07:17 2015 (r391689) +++ head/devel/elixir-exrm/Makefile Fri Jul 10 07:28:20 2015 (r391690) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= exrm -PORTVERSION= 0.18.2 +PORTVERSION= 0.18.3 CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-exrm/distinfo ============================================================================== --- head/devel/elixir-exrm/distinfo Fri Jul 10 04:07:17 2015 (r391689) +++ head/devel/elixir-exrm/distinfo Fri Jul 10 07:28:20 2015 (r391690) @@ -1,2 +1,2 @@ -SHA256 (bitwalker-exrm-0.18.2_GH0.tar.gz) = bf565fc6905568c3f5eca92273c0f8ac4bbc2b8459ca17b90e1ab758743747e8 -SIZE (bitwalker-exrm-0.18.2_GH0.tar.gz) = 42688 +SHA256 (bitwalker-exrm-0.18.3_GH0.tar.gz) = e02d4d73ceb9cca855c8e49f9fda0ae9585671546311ca7d5733085aba036c89 +SIZE (bitwalker-exrm-0.18.3_GH0.tar.gz) = 42682 From owner-svn-ports-head@freebsd.org Fri Jul 10 07:32:06 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1ABE5304F; Fri, 10 Jul 2015 07:32:06 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E410418CE; Fri, 10 Jul 2015 07:32:05 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6A7W5vZ099149; Fri, 10 Jul 2015 07:32:05 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6A7W4tt099145; Fri, 10 Jul 2015 07:32:04 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507100732.t6A7W4tt099145@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Fri, 10 Jul 2015 07:32:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391691 - in head/devel/elixir-timex: . 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, 10 Jul 2015 07:32:06 -0000 Author: olgeni Date: Fri Jul 10 07:32:04 2015 New Revision: 391691 URL: https://svnweb.freebsd.org/changeset/ports/391691 Log: Upgrade to version 0.16.1. Modified: head/devel/elixir-timex/Makefile head/devel/elixir-timex/distinfo head/devel/elixir-timex/files/patch-mix.exs Modified: head/devel/elixir-timex/Makefile ============================================================================== --- head/devel/elixir-timex/Makefile Fri Jul 10 07:28:20 2015 (r391690) +++ head/devel/elixir-timex/Makefile Fri Jul 10 07:32:04 2015 (r391691) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= timex -PORTVERSION= 0.16.0 +PORTVERSION= 0.16.1 CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-timex/distinfo ============================================================================== --- head/devel/elixir-timex/distinfo Fri Jul 10 07:28:20 2015 (r391690) +++ head/devel/elixir-timex/distinfo Fri Jul 10 07:32:04 2015 (r391691) @@ -1,2 +1,2 @@ -SHA256 (bitwalker-timex-0.16.0_GH0.tar.gz) = f9110d831008ea65adf94461097b1b8ac56cfe58ced8b3c646d18780aa5569f3 -SIZE (bitwalker-timex-0.16.0_GH0.tar.gz) = 69691 +SHA256 (bitwalker-timex-0.16.1_GH0.tar.gz) = 9a9b16f72722086bd07047254cf2f4735e3d57c646ab8e2d37812a8f3236a8c4 +SIZE (bitwalker-timex-0.16.1_GH0.tar.gz) = 69943 Modified: head/devel/elixir-timex/files/patch-mix.exs ============================================================================== --- head/devel/elixir-timex/files/patch-mix.exs Fri Jul 10 07:28:20 2015 (r391690) +++ head/devel/elixir-timex/files/patch-mix.exs Fri Jul 10 07:32:04 2015 (r391691) @@ -1,13 +1,12 @@ ---- mix.exs.orig 2015-07-02 22:58:50 UTC +--- mix.exs.orig 2015-07-10 07:31:12 UTC +++ mix.exs -@@ -23,9 +23,7 @@ defmodule Timex.Mixfile do - end +@@ -6,8 +6,7 @@ defmodule Timex.Mixfile do + version: "0.16.1", + elixir: "~> 1.0.0", + description: "A date/time library for Elixir", +- package: package, +- deps: deps ] ++ package: package] - def deps do -- [{:tzdata, "~> 0.1.6"}, -- {:earmark, "~> 0.1", only: :dev}, -- {:ex_doc, "~> 0.5", only: :dev}] -+ [] end - end From owner-svn-ports-head@freebsd.org Fri Jul 10 08:11:24 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EAA073A6B; Fri, 10 Jul 2015 08:11:24 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D892374D; Fri, 10 Jul 2015 08:11:24 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6A8BOOS017965; Fri, 10 Jul 2015 08:11:24 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6A8BOJq017964; Fri, 10 Jul 2015 08:11:24 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201507100811.t6A8BOJq017964@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Fri, 10 Jul 2015 08:11:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391692 - head/shells/bash X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 10 Jul 2015 08:11:25 -0000 Author: ehaupt Date: Fri Jul 10 08:11:23 2015 New Revision: 391692 URL: https://svnweb.freebsd.org/changeset/ports/391692 Log: In addition to the previous commit also define USE_MKSTEMP=1 for a different code section. Notified by: naddy Modified: head/shells/bash/Makefile Modified: head/shells/bash/Makefile ============================================================================== --- head/shells/bash/Makefile Fri Jul 10 07:32:04 2015 (r391691) +++ head/shells/bash/Makefile Fri Jul 10 08:11:23 2015 (r391692) @@ -4,7 +4,7 @@ PORTNAME= bash PATCHLEVEL= 39 PORTVERSION= 4.3.${PATCHLEVEL:S/^0//g} -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= shells MASTER_SITES= GNU/${PORTNAME} DISTNAME= ${PORTNAME}-${PORTVERSION:R} @@ -54,7 +54,7 @@ CONFIGURE_ARGS+= --without-bash-malloc \ --disable-rpath \ --enable-disabled-builtins -CFLAGS+= -DUSE_MKTEMP=1 +CFLAGS+= -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 .if empty(PKGNAMESUFFIX) CONFLICTS+= bash-static-[0-9]* From owner-svn-ports-head@freebsd.org Fri Jul 10 08:28:33 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 324D93CB9; Fri, 10 Jul 2015 08:28:33 +0000 (UTC) (envelope-from philip@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 15EAFCAD; Fri, 10 Jul 2015 08:28:33 +0000 (UTC) (envelope-from philip@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6A8SWFw024434; Fri, 10 Jul 2015 08:28:32 GMT (envelope-from philip@FreeBSD.org) Received: (from philip@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6A8SWDp024429; Fri, 10 Jul 2015 08:28:32 GMT (envelope-from philip@FreeBSD.org) Message-Id: <201507100828.t6A8SWDp024429@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: philip set sender to philip@FreeBSD.org using -f From: Philip Paeps Date: Fri, 10 Jul 2015 08:28:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391693 - in head/www/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: Fri, 10 Jul 2015 08:28:33 -0000 Author: philip Date: Fri Jul 10 08:28:31 2015 New Revision: 391693 URL: https://svnweb.freebsd.org/changeset/ports/391693 Log: Update third-party KRB5/SPNEGO module to the latest upstream version. Approved by: osa (maintainer) Modified: head/www/nginx/Makefile head/www/nginx/distinfo head/www/nginx/files/extra-patch-spnego-http-auth-nginx-module-config Modified: head/www/nginx/Makefile ============================================================================== --- head/www/nginx/Makefile Fri Jul 10 08:11:23 2015 (r391692) +++ head/www/nginx/Makefile Fri Jul 10 08:28:31 2015 (r391693) @@ -302,7 +302,7 @@ EXTRA_PATCHES+= ${PATCHDIR}/extra-patch- .endif .if ${PORT_OPTIONS:MHTTP_AUTH_KRB5} -GIT_HTTP_AUTH_KRB5_VERSION= 29cb489 +GIT_HTTP_AUTH_KRB5_VERSION= f76d5d9 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 Fri Jul 10 08:11:23 2015 (r391692) +++ head/www/nginx/distinfo Fri Jul 10 08:28:31 2015 (r391693) @@ -40,8 +40,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-29cb489_GH0.tar.gz) = 0b85a00e6e918fe8eb633c178c709dc4e91289515be7b06f83f33ff1fcd7b40e -SIZE (stnoonan-spnego-http-auth-nginx-module-29cb489_GH0.tar.gz) = 17546 +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 (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.0_GH0.tar.gz) = 1611fb0e82c82a26c2c6c751a597111443705fa4557331296aa0dafae86c5915 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 Fri Jul 10 08:11:23 2015 (r391692) +++ head/www/nginx/files/extra-patch-spnego-http-auth-nginx-module-config Fri Jul 10 08:28:31 2015 (r391693) @@ -1,5 +1,5 @@ ---- ../spnego-http-auth-nginx-module-29cb489/config.orig 2015-06-13 20:49:15.590751000 +0300 -+++ ../spnego-http-auth-nginx-module-29cb489/config 2015-06-13 20:49:31.024936000 +0300 +--- ../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 @@ -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 Fri Jul 10 09:12:10 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CA2929965ED; Fri, 10 Jul 2015 09:12:10 +0000 (UTC) (envelope-from vg.freebsd@gmail.com) Received: from mail-la0-x235.google.com (mail-la0-x235.google.com [IPv6:2a00:1450:4010:c03::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 5E73F209; Fri, 10 Jul 2015 09:12:10 +0000 (UTC) (envelope-from vg.freebsd@gmail.com) Received: by labgy5 with SMTP id gy5so109387530lab.2; Fri, 10 Jul 2015 02:12:08 -0700 (PDT) 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=UQRX0qJ98fZhm4juo+kIvZMm7eCTT4TVSvV3U4XL6LU=; b=i/2f441QEyNFZDikfwkGCTkkZ7+F5CTAHExs4+jxj4H3KgaUdkUk5HP0c+//XbZfEN bbqgMGw2uBcnKbVEFwRBk3SsSVZPI3FSkjxGrICB0YIoT2JjbH841gURYVcz2VkAPq1G YyeuuPLjtfSoejCx5izdbjy60z0VndzjD5wsVWuEhSFbixNgRSuZiqP7cBzIwF9i2233 Kt3SxZ+glj5T1/SXJ4a86ZSZ+V+wjC7Hj2KCWF7s/5kuOY1arpsD1zYw5P/1L5WUhuak PDaFu4mode+rLGKBqVfwqaabsoJPx/BtUcHSjHZZfTCIzJLCNtTrwl+nJ07JQ+C6yGnw ESdA== MIME-Version: 1.0 X-Received: by 10.112.161.40 with SMTP id xp8mr18824429lbb.71.1436519528152; Fri, 10 Jul 2015 02:12:08 -0700 (PDT) Sender: vg.freebsd@gmail.com Received: by 10.112.230.5 with HTTP; Fri, 10 Jul 2015 02:12:08 -0700 (PDT) In-Reply-To: <20150709174500.GA9933@hades.panopticon> References: <201507071659.t67GxuPZ092188@repo.freebsd.org> <20150709174500.GA9933@hades.panopticon> Date: Fri, 10 Jul 2015 12:12:08 +0300 X-Google-Sender-Auth: _V6wIPVva4Aa2PO9q3rUMcYrIBo Message-ID: Subject: Re: svn commit: r391515 - in head: . databases/tarantool databases/tarantool/files From: Veniamin Gvozdikov To: Dmitry Marakasov Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset=UTF-8 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: Fri, 10 Jul 2015 09:12:10 -0000 I have not commited fixes yet. It depended by new port which I'm testing. 2015-07-09 20:45 GMT+03:00 Dmitry Marakasov : > * Veniamin Gvozdikov (vg@FreeBSD.org) wrote: > > > Author: vg > > Date: Tue Jul 7 16:59:55 2015 > > New Revision: 391515 > > URL: https://svnweb.freebsd.org/changeset/ports/391515 > > > > Log: > > - Update to 1.6.5 > > - Added tarantool user and group > > By no longer installing shared libraries, it has broken > benchmarks/nosqlbench. By plist it looks like something's wrong, > as lua includes are still installed. > > > include/tarantool/lauxlib.h > > include/tarantool/lua.h > > include/tarantool/lua.hpp > > include/tarantool/luaconf.h > > include/tarantool/luajit.h > > include/tarantool/lualib.h > > -include/tarantool/tnt.h > > -include/tarantool/tnt_buf.h > > -include/tarantool/tnt_call.h > > -include/tarantool/tnt_delete.h > > -include/tarantool/tnt_dir.h > > -include/tarantool/tnt_enc.h > > -include/tarantool/tnt_insert.h > > -include/tarantool/tnt_io.h > > -include/tarantool/tnt_iob.h > > -include/tarantool/tnt_iter.h > > -include/tarantool/tnt_lex.h > > -include/tarantool/tnt_log.h > > -include/tarantool/tnt_mem.h > > -include/tarantool/tnt_net.h > > -include/tarantool/tnt_opt.h > > -include/tarantool/tnt_ping.h > > -include/tarantool/tnt_proto.h > > -include/tarantool/tnt_queue.h > > -include/tarantool/tnt_reply.h > > -include/tarantool/tnt_request.h > > -include/tarantool/tnt_rpl.h > > -include/tarantool/tnt_select.h > > -include/tarantool/tnt_snapshot.h > > -include/tarantool/tnt_sql.h > > -include/tarantool/tnt_stream.h > > -include/tarantool/tnt_tuple.h > > -include/tarantool/tnt_update.h > > -include/tarantool/tnt_utf8.h > > -include/tarantool/tnt_xlog.h > > -lib/libtarantool.a > > -lib/libtarantool.so > > -lib/libtarantool.so.1 > > -lib/libtarantool.so.1.1 > > -lib/libtarantoolnet.a > > -lib/libtarantoolnet.so > > -lib/libtarantoolnet.so.1 > > -lib/libtarantoolnet.so.1.1 > > -lib/libtarantoolrpl.a > > -lib/libtarantoolrpl.so > > -lib/libtarantoolrpl.so.1 > > -lib/libtarantoolrpl.so.1.1 > > -lib/libtarantoolsql.a > > -lib/libtarantoolsql.so > > -lib/libtarantoolsql.so.1 > > -lib/libtarantoolsql.so.1.1 > > -lib/tarantool/box/sophia.so > > -- > 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 Fri Jul 10 09:14:04 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AF84C9966B7; Fri, 10 Jul 2015 09:14:04 +0000 (UTC) (envelope-from vg.freebsd@gmail.com) Received: from mail-lb0-x234.google.com (mail-lb0-x234.google.com [IPv6:2a00:1450:4010:c04::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 3864532F; Fri, 10 Jul 2015 09:14:04 +0000 (UTC) (envelope-from vg.freebsd@gmail.com) Received: by lbbpo10 with SMTP id po10so89074759lbb.3; Fri, 10 Jul 2015 02:14:02 -0700 (PDT) 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=KweR4FPk+Ogj0eRW3Jwo6mIUo6tyVx0uOdx999maSo0=; b=El0G+G+6AtKzWB3drJj4/mVuxt2cHwD1lOD1yBW8O2SpilWj0y8UKGRYWCZaglTbJo OjsuPV/DbMigPvtpHUW7vJMDf1QfRacjspf/SuFqlH6LSZF/ixecPTSuKJ3qHtlWxHx2 GSvqAJIQfziUnl5nQeuoVsRm/39pIyuer1po++S33DmDK/oPPWc+pfaNeVIm8bRnu6aV dWmNxtm30Pc4DsIF2Beufsn6m1I3Lrq2hgzLX9nZeDG6yYUp9M1WRXC6gqIRlI+Mujt5 ohkfN4h0yzFa/SE60hugJhve4OOV0WZkkIlzbywGvD2CTgKpB2HuCn3+nY7PYPQ/7tKJ 1Cjw== MIME-Version: 1.0 X-Received: by 10.152.21.65 with SMTP id t1mr18955258lae.26.1436519642212; Fri, 10 Jul 2015 02:14:02 -0700 (PDT) Sender: vg.freebsd@gmail.com Received: by 10.112.230.5 with HTTP; Fri, 10 Jul 2015 02:14:02 -0700 (PDT) In-Reply-To: <20150709171400.GA45760@ptrcrt.ch> References: <201507091443.t69EhbmW087778@repo.freebsd.org> <20150709171400.GA45760@ptrcrt.ch> Date: Fri, 10 Jul 2015 12:14:02 +0300 X-Google-Sender-Auth: DW7h0ZxDTzuwimXUMm2z_rtGZ1M Message-ID: Subject: Re: svn commit: r391633 - in head/devel/msgpuck: . files From: Veniamin Gvozdikov To: gahr@freebsd.org Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset=UTF-8 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: Fri, 10 Jul 2015 09:14:04 -0000 Hi, no. Official repository is tarantool/msgpuck. 2015-07-09 20:14 GMT+03:00 Pietro Cerutti : > On 2015-Jul-09, 14:43, Veniamin Gvozdikov wrote: > > Author: vg > > Date: Thu Jul 9 14:43:36 2015 > > New Revision: 391633 > > URL: https://svnweb.freebsd.org/changeset/ports/391633 > > > > Log: > > - Updated distfile > > - Removed patches > > > > Hi, I was wondering, wouldn't it be better to get the distfile from the > master repo at https://github.com/rtsisyk/msgpuck? > > -- > Pietro Cerutti > The FreeBSD Project > gahr@FreeBSD.org > > PGP Public Key: > http://gahr.ch/pgp > From owner-svn-ports-head@freebsd.org Fri Jul 10 09:32:18 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C40C9996A59; Fri, 10 Jul 2015 09:32:18 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A240CEE0; Fri, 10 Jul 2015 09:32:18 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6A9WIV6057861; Fri, 10 Jul 2015 09:32:18 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6A9WHRo057859; Fri, 10 Jul 2015 09:32:17 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201507100932.t6A9WHRo057859@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Fri, 10 Jul 2015 09:32:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391694 - head/net/citrix_ica X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 10 Jul 2015 09:32:18 -0000 Author: ehaupt Date: Fri Jul 10 09:32:16 2015 New Revision: 391694 URL: https://svnweb.freebsd.org/changeset/ports/391694 Log: Make 'wfica' executable. Modified: head/net/citrix_ica/Makefile head/net/citrix_ica/pkg-plist Modified: head/net/citrix_ica/Makefile ============================================================================== --- head/net/citrix_ica/Makefile Fri Jul 10 08:28:31 2015 (r391693) +++ head/net/citrix_ica/Makefile Fri Jul 10 09:32:16 2015 (r391694) @@ -3,6 +3,7 @@ PORTNAME= citrix_ica PORTVERSION= 13.2.0 +PORTREVISION= 1 CATEGORIES= net comms linux MASTER_SITES= # DISTNAME= linuxx86-13.2.0.322243 Modified: head/net/citrix_ica/pkg-plist ============================================================================== --- head/net/citrix_ica/pkg-plist Fri Jul 10 08:28:31 2015 (r391693) +++ head/net/citrix_ica/pkg-plist Fri Jul 10 09:32:16 2015 (r391694) @@ -497,7 +497,7 @@ %%WEBPLUGIN_DIR%%/util/sunraymac.sh %%WEBPLUGIN_DIR%%/util/what %%WEBPLUGIN_DIR%%/util/xcapture -%%WEBPLUGIN_DIR%%/wfica +@(,,00555) %%WEBPLUGIN_DIR%%/wfica bin/wfcmgr bin/wfica etc/icalicense/clientlicense From owner-svn-ports-head@freebsd.org Fri Jul 10 09:40:20 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3C6B2996AE1; Fri, 10 Jul 2015 09:40:20 +0000 (UTC) (envelope-from olgeni@olgeni.com) Received: from olgeni.olgeni.com (host-156-246-171-31.cloudsigma.com [31.171.246.156]) by mx1.freebsd.org (Postfix) with ESMTP id DBD2F1084; Fri, 10 Jul 2015 09:40:19 +0000 (UTC) (envelope-from olgeni@olgeni.com) Received: from [10.0.2.15] (unknown [5.8.101.242]) by olgeni.olgeni.com (Postfix) with ESMTPSA id EA4A4D792B; Fri, 10 Jul 2015 11:40:16 +0200 (CEST) Date: Fri, 10 Jul 2015 11:40:16 +0200 (CEST) From: Jimmy Olgeni To: Koop Mast cc: Ivan Klymenko , svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r391619 - in head: mail/thunderbird/files www/firefox-esr/files www/firefox/files www/libxul/files www/seamonkey/files In-Reply-To: <559EE028.7070203@rainbow-runner.nl> Message-ID: References: <201507090709.t6979VsY058416@repo.freebsd.org> <20150709115113.3ebb1cc2@nonamehost.local> <559EB2AD.5000004@rainbow-runner.nl> <559EC53B.104@rainbow-runner.nl> <20150709221621.5294d65d@nonamehost.local> <559EE028.7070203@rainbow-runner.nl> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) X-OpenPGP-KeyID: 0x90B7A98E6450AE47 X-OpenPGP-Fingerprint: 7133 AB4D DFC8 0A0D F891 B0D2 90B7 A98E 6450 AE47 X-OpenPGP-URL: http://olgeni.olgeni.com/~olgeni/pgp/olgeni@olgeni.com 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: Fri, 10 Jul 2015 09:40:20 -0000 Hi, On Thu, 9 Jul 2015, Koop Mast wrote: > If you switch back to GTK2 does it still build? The left overs also > showed up suddenly on my builds, no idea where that comes from. GTK2 still fails over here (poudriere). -- jimmy From owner-svn-ports-head@freebsd.org Fri Jul 10 10:10:10 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 74955334E; Fri, 10 Jul 2015 10:10:10 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5D51B1E2B; Fri, 10 Jul 2015 10:10:10 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6AAAAH3073827; Fri, 10 Jul 2015 10:10:10 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6AAAAbF073825; Fri, 10 Jul 2015 10:10:10 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507101010.t6AAAAbF073825@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Fri, 10 Jul 2015 10:10:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391696 - 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: Fri, 10 Jul 2015 10:10:10 -0000 Author: olgeni Date: Fri Jul 10 10:10:09 2015 New Revision: 391696 URL: https://svnweb.freebsd.org/changeset/ports/391696 Log: Fix typo in variable name. Modified: head/Mk/Uses/erlang.mk Modified: head/Mk/Uses/erlang.mk ============================================================================== --- head/Mk/Uses/erlang.mk Fri Jul 10 09:58:41 2015 (r391695) +++ head/Mk/Uses/erlang.mk Fri Jul 10 10:10:09 2015 (r391696) @@ -128,7 +128,7 @@ do-install-erlang: .if ${ERL_DOCS} != "" @${MKDIR} ${STAGEDIR}${DOCSDIR} .for file in ${ERL_DOCS} - if [ -d "${WKSRC}/${file}" ]; then \ + if [ -d "${WRKSRC}/${file}" ]; then \ cd ${WRKSRC} && ${COPYTREE_SHARE} ${dir} ${STAGEDIR}${DOCSDIR}; \ else \ ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}; \ From owner-svn-ports-head@freebsd.org Fri Jul 10 10:59:43 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 465ED3B04; Fri, 10 Jul 2015 10:59:43 +0000 (UTC) (envelope-from vg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2A0C21FA1; Fri, 10 Jul 2015 10:59:43 +0000 (UTC) (envelope-from vg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6AAxhuD098564; Fri, 10 Jul 2015 10:59:43 GMT (envelope-from vg@FreeBSD.org) Received: (from vg@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6AAxf8m098555; Fri, 10 Jul 2015 10:59:41 GMT (envelope-from vg@FreeBSD.org) Message-Id: <201507101059.t6AAxf8m098555@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vg set sender to vg@FreeBSD.org using -f From: Veniamin Gvozdikov Date: Fri, 10 Jul 2015 10:59:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391697 - in head/databases/tarantool: . 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, 10 Jul 2015 10:59:43 -0000 Author: vg Date: Fri Jul 10 10:59:40 2015 New Revision: 391697 URL: https://svnweb.freebsd.org/changeset/ports/391697 Log: - Fixed bug with run as daemon - Updated description of port - Added extra patches to change group - Bump port revision - Added gettext depend Added: head/databases/tarantool/files/patch-extra_dist_default_tarantool.in (contents, props changed) head/databases/tarantool/files/patch-extra_dist_tarantoolctl (contents, props changed) head/databases/tarantool/files/patch-src_box_lua_load__cfg.lua (contents, props changed) head/databases/tarantool/files/patch-third__party_libev_ev.c (contents, props changed) Modified: head/databases/tarantool/Makefile head/databases/tarantool/pkg-descr Modified: head/databases/tarantool/Makefile ============================================================================== --- head/databases/tarantool/Makefile Fri Jul 10 10:10:09 2015 (r391696) +++ head/databases/tarantool/Makefile Fri Jul 10 10:59:40 2015 (r391697) @@ -3,18 +3,19 @@ PORTNAME= tarantool PORTVERSION= 1.6.5 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= http://tarantool.org/dist/master/ DISTNAME= ${PORTNAME}-${PORTVERSION}-${TR_REV}-src MAINTAINER= vg@FreeBSD.org -COMMENT= High performance key/value storage server +COMMENT= NoSQL database running in a Lua application server LICENSE= BSD2CLAUSE TR_REV= 238-g74f3d65 MAKE_JOBS_UNSAFE=yes -USES= cmake compiler:c++11-lang gmake perl5 readline +USES= cmake compiler:c++11-lang gettext gmake perl5 readline USE_GCC= 4.9+ # clang bug PR/201270 USE_LDCONFIG= yes USE_RC_SUBR= ${PORTNAME} Added: head/databases/tarantool/files/patch-extra_dist_default_tarantool.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/tarantool/files/patch-extra_dist_default_tarantool.in Fri Jul 10 10:59:40 2015 (r391697) @@ -0,0 +1,13 @@ +--- extra/dist/default/tarantool.in.orig 2015-07-07 14:38:20 UTC ++++ extra/dist/default/tarantool.in +@@ -6,8 +6,9 @@ default_cfg = { + sophia_dir = "@TARANTOOL_DATADIR@", -- will become sophia_dir/sophia/instance/ + logger = "/var/log/tarantool", -- logger/instance .. '.log' + username = "tarantool", ++ groupname = "tarantool", + } + +-instance_dir = "@CMAKE_INSTALL_SYSCONFDIR@/tarantool/instances.enabled" ++instance_dir = "@CMAKE_INSTALL_SYSCONFDIR@/instances.enabled" + + -- vim: set ft=lua : Added: head/databases/tarantool/files/patch-extra_dist_tarantoolctl ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/tarantool/files/patch-extra_dist_tarantoolctl Fri Jul 10 10:59:40 2015 (r391697) @@ -0,0 +1,44 @@ +--- extra/dist/tarantoolctl.orig 2015-07-07 14:38:20 UTC ++++ extra/dist/tarantoolctl +@@ -39,6 +39,7 @@ The file contains common default instanc + logger = "/var/log/tarantool", + + username = "tarantool", ++ groupname = "tarantool", + } + + instance_dir = "/etc/tarantool/instances.enabled" +@@ -259,7 +260,8 @@ function load_default_file(default_file) + + if not usermode then + -- change user name only if not running locally +- d.username = d.username and d.username or "tarantool" ++ d.username = d.username and d.username or "tarantool" ++ d.groupname = d.groupname and d.groupname or "tarantool" + -- + -- instance_dir must be set in the defaults file, + -- but don't try to set it to the global instance dir +@@ -310,9 +312,9 @@ local function mkdir(dirname) + os.exit(-1) + end + +- if not usermode and not fio.chown(dirname, default_cfg.username, default_cfg.username) then ++ if not usermode and not fio.chown(dirname, default_cfg.username, default_cfg.groupname) then + log.error("Can't chown(%s, %s, %s): %s", +- default_cfg.username, default_cfg.username, dirname, errno.strerror()) ++ default_cfg.username, default_cfg.groupname, dirname, errno.strerror()) + end + end + +@@ -367,8 +369,9 @@ local function wrapper_cfg(cfg) + -- + -- force these startup options + -- +- cfg.pid_file = default_cfg.pid_file +- cfg.username = default_cfg.username ++ cfg.pid_file = default_cfg.pid_file ++ cfg.username = default_cfg.username ++ cfg.groupname = default_cfg.groupname + if cfg.background == nil then + cfg.background = true + end Added: head/databases/tarantool/files/patch-src_box_lua_load__cfg.lua ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/tarantool/files/patch-src_box_lua_load__cfg.lua Fri Jul 10 10:59:40 2015 (r391697) @@ -0,0 +1,20 @@ +--- src/box/lua/load_cfg.lua.orig 2015-05-28 22:07:40 UTC ++++ src/box/lua/load_cfg.lua +@@ -54,7 +54,8 @@ local default_cfg = { + custom_proc_title = nil, + pid_file = nil, + background = false, +- username = nil , ++ username = nil, ++ groupname = nil, + coredump = false, + + -- snapshot_daemon +@@ -101,6 +102,7 @@ local template_cfg = { + pid_file = 'string', + background = 'boolean', + username = 'string', ++ groupname = 'string', + coredump = 'boolean', + snapshot_period = 'number', + snapshot_count = 'number', Added: head/databases/tarantool/files/patch-third__party_libev_ev.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/tarantool/files/patch-third__party_libev_ev.c Fri Jul 10 10:59:40 2015 (r391697) @@ -0,0 +1,11 @@ +--- third_party/libev/ev.c.orig 2015-07-10 10:15:23 UTC ++++ third_party/libev/ev.c +@@ -2225,7 +2225,7 @@ ev_recommended_backends (void) EV_THROW + { + unsigned int flags = ev_supported_backends (); + +-#if !defined(__NetBSD__) && !defined(__FreeBSD__) ++#if !defined(__NetBSD__) + /* kqueue is borked on everything but netbsd apparently */ + /* it usually doesn't work correctly on anything but sockets and pipes */ + flags &= ~EVBACKEND_KQUEUE; Modified: head/databases/tarantool/pkg-descr ============================================================================== --- head/databases/tarantool/pkg-descr Fri Jul 10 10:10:09 2015 (r391696) +++ head/databases/tarantool/pkg-descr Fri Jul 10 10:59:40 2015 (r391697) @@ -1,5 +1,19 @@ -Tarantool/Box, or simply Tarantool, is a high performance key/value -storage server. The code is available for free under the terms of -BSD license. Supported platforms are GNU/Linux and FreeBSD. +Tarantool is an efficient NoSQL database and a Lua application server. + +Key features of the Lua application server: +* 100% compatible drop-in replacement for Lua 5.1, based on LuaJIT 2.0. +Simply use #!/usr/bin/tarantool instead of #!/usr/bin/lua in your script. +* full support for Lua modules and a rich set of own modules, including +cooperative multitasking, non-blocking I/O, access to external databases, +etc. + +Key features of the database: +* MsgPack data format and MsgPack based client-server protocol +* two data engines: 100% in-memory with optional persistence and a 2-level +disk-based B-tree, to use with large data sets +* multiple index types: HASH, TREE, BITSET +* asynchronous master-master replication +* authentication and access control +* the database is just a C extension to the app server and can be turned off WWW: http://tarantool.org/ From owner-svn-ports-head@freebsd.org Fri Jul 10 11:17:41 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 09C373EAD; Fri, 10 Jul 2015 11:17:41 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E09F3B80; Fri, 10 Jul 2015 11:17:40 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6ABHeLb008462; Fri, 10 Jul 2015 11:17:40 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6ABHdNR008459; Fri, 10 Jul 2015 11:17:39 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201507101117.t6ABHdNR008459@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Fri, 10 Jul 2015 11:17:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391698 - head/www/cmsmadesimple X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 10 Jul 2015 11:17:41 -0000 Author: pi Date: Fri Jul 10 11:17:38 2015 New Revision: 391698 URL: https://svnweb.freebsd.org/changeset/ports/391698 Log: www/cmsmadesimple: 1.9.1 -> 1.12 Changelog: 1.12: http://dev.cmsmadesimple.org/project/changelog/4940 1.11.13: http://dev.cmsmadesimple.org/project/changelog/4909 Older changes see: http://dev.cmsmadesimple.org/project/files/6 Taking maintainer. PR: 201442 Approved by: wen (maintainer) Modified: head/www/cmsmadesimple/Makefile head/www/cmsmadesimple/distinfo head/www/cmsmadesimple/pkg-plist Modified: head/www/cmsmadesimple/Makefile ============================================================================== --- head/www/cmsmadesimple/Makefile Fri Jul 10 10:59:40 2015 (r391697) +++ head/www/cmsmadesimple/Makefile Fri Jul 10 11:17:38 2015 (r391698) @@ -2,60 +2,46 @@ # $FreeBSD$ PORTNAME= cmsmadesimple -PORTVERSION= 1.9.1 +PORTVERSION= 1.12 CATEGORIES= www -MASTER_SITES= http://s3.amazonaws.com/cmsms/downloads/6491/ +MASTER_SITES= http://s3.amazonaws.com/cmsms/downloads/12553/ DISTNAME= ${PORTNAME}-${PORTVERSION}-full -MAINTAINER= wen@FreeBSD.org +MAINTAINER= pi@FreeBSD.org COMMENT= Simple Open Source CMS +LICENSE= GPLv2 + USE_PHP= mysql tokenizer gd WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} NO_BUILD= yes SUB_FILES= pkg-message WRKSRC= ${WRKDIR} -CMS_DIRS= admin doc images install lib \ +CMS_DIRS= admin doc install lib \ modules plugins tmp uploads CMS_FILES= favicon_cms.ico fileloc.php include.php \ index.php moduleinterface.php \ - soap.php stylesheet.css \ - stylesheet.php version.php + version.php WRITABLE_DIRS= tmp tmp/templates_c tmp/cache \ uploads uploads/images modules .include + post-extract: - @cd ${WRKSRC} && ${RM} -f config.php + cd ${WRKSRC} && ${RM} -f config.php do-install: .for i in ${CMS_DIRS} - @cd ${WRKSRC} && ${COPYTREE_SHARE} ${i} ${STAGEDIR}${WWWDIR} + cd ${WRKSRC} && ${COPYTREE_SHARE} ${i} ${STAGEDIR}${WWWDIR} .endfor .for i in ${CMS_FILES} - @cd ${WRKSRC} && ${CP} ${i} ${STAGEDIR}${WWWDIR}/${i} + cd ${WRKSRC} && ${CP} ${i} ${STAGEDIR}${WWWDIR}/${i} .endfor - @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${WWWDIR} - @${CHMOD} -R 755 ${STAGEDIR}${WWWDIR} - - @if [ ! -f ${STAGEDIR}${WWWDIR}/config.php ]; then \ - ${TOUCH} ${STAGEDIR}${WWWDIR}/config.php ; fi -post-install: - @${ECHO_CMD} '@exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}' \ - >> ${TMPPLIST} - @${ECHO_CMD} '@exec ${CHMOD} -R 755 ${WWWDIR}' \ - >> ${TMPPLIST} - -.for i in ${WRITABLE_DIRS} - @${CHMOD} 775 ${STAGEDIR}${WWWDIR}/${i} - @${ECHO_CMD} '@exec ${CHMOD} 775 ${WWWDIR}/${i}' \ - >> ${TMPPLIST} -.endfor + ${FIND} ${STAGEDIR}${WWWDIR} -type d -print0 | ${XARGS} -0 ${CHOWN} ${WWWOWN}:${WWWGRP} - @${CHMOD} 666 ${STAGEDIR}${WWWDIR}/config.php - @${ECHO_CMD} '@exec ${CHMOD} 666 ${WWWDIR}/config.php' \ - >> ${TMPPLIST} + if [ ! -f ${STAGEDIR}${WWWDIR}/config.php ]; then \ + ${TOUCH} ${STAGEDIR}${WWWDIR}/config.php ; fi .include Modified: head/www/cmsmadesimple/distinfo ============================================================================== --- head/www/cmsmadesimple/distinfo Fri Jul 10 10:59:40 2015 (r391697) +++ head/www/cmsmadesimple/distinfo Fri Jul 10 11:17:38 2015 (r391698) @@ -1,2 +1,2 @@ -SHA256 (cmsmadesimple-1.9.1-full.tar.gz) = 939acc833b502b9e837b34160559b87f78139e6c1209f1624e6ae9533adad63a -SIZE (cmsmadesimple-1.9.1-full.tar.gz) = 5851380 +SHA256 (cmsmadesimple-1.12-full.tar.gz) = 5bcc38c68f3fed7b476a22740e599cd01733de33394ae17c2c1fe97cff9d1eaa +SIZE (cmsmadesimple-1.12-full.tar.gz) = 5295495 Modified: head/www/cmsmadesimple/pkg-plist ============================================================================== --- head/www/cmsmadesimple/pkg-plist Fri Jul 10 10:59:40 2015 (r391697) +++ head/www/cmsmadesimple/pkg-plist Fri Jul 10 11:17:38 2015 (r391698) @@ -1,3 +1,6 @@ +@mode 0644 +@owner www +@group www %%WWWDIR%%/admin/addbookmark.php %%WWWDIR%%/admin/addcontent.php %%WWWDIR%%/admin/addcss.php @@ -15,7 +18,6 @@ %%WWWDIR%%/admin/copycontent.php %%WWWDIR%%/admin/copystylesheet.php %%WWWDIR%%/admin/copytemplate.php -%%WWWDIR%%/admin/dashboard.php %%WWWDIR%%/admin/deletebookmark.php %%WWWDIR%%/admin/deletecss.php %%WWWDIR%%/admin/deletecssassoc.php @@ -32,7 +34,6 @@ %%WWWDIR%%/admin/editevent.php %%WWWDIR%%/admin/editgroup.php %%WWWDIR%%/admin/edithtmlblob.php -%%WWWDIR%%/admin/editprefs.php %%WWWDIR%%/admin/edittemplate.php %%WWWDIR%%/admin/edituser.php %%WWWDIR%%/admin/edituserplugin.php @@ -40,24 +41,14 @@ %%WWWDIR%%/admin/files.php %%WWWDIR%%/admin/footer.php %%WWWDIR%%/admin/header.php -%%WWWDIR%%/admin/home.php %%WWWDIR%%/admin/imagefiles.php %%WWWDIR%%/admin/index.php -%%WWWDIR%%/admin/lang/af_ZA.nls.php -%%WWWDIR%%/admin/lang/bg_BG.nls.php -%%WWWDIR%%/admin/lang/ca_ES.nls.php -%%WWWDIR%%/admin/lang/cs_CZ.nls.php -%%WWWDIR%%/admin/lang/da_DK.nls.php -%%WWWDIR%%/admin/lang/de_DE.nls.php -%%WWWDIR%%/admin/lang/el_GR.nls.php %%WWWDIR%%/admin/lang/en_US/admin.inc.php %%WWWDIR%%/admin/lang/en_US/index.html -%%WWWDIR%%/admin/lang/en_US.nls.php -%%WWWDIR%%/admin/lang/es_ES.nls.php -%%WWWDIR%%/admin/lang/et_EE.nls.php -%%WWWDIR%%/admin/lang/eu_ES.nls.php %%WWWDIR%%/admin/lang/ext/af_ZA/admin.inc.php %%WWWDIR%%/admin/lang/ext/af_ZA/index.html +%%WWWDIR%%/admin/lang/ext/ar_AR/admin.inc.php +%%WWWDIR%%/admin/lang/ext/ar_AR/index.html %%WWWDIR%%/admin/lang/ext/bg_BG/admin.inc.php %%WWWDIR%%/admin/lang/ext/bg_BG/index.html %%WWWDIR%%/admin/lang/ext/ca_ES/admin.inc.php @@ -82,10 +73,14 @@ %%WWWDIR%%/admin/lang/ext/eu_ES/index.html %%WWWDIR%%/admin/lang/ext/fa_FA/admin.inc.php %%WWWDIR%%/admin/lang/ext/fa_FA/index.html +%%WWWDIR%%/admin/lang/ext/fa_IR/admin.inc.php +%%WWWDIR%%/admin/lang/ext/fa_IR/index.html %%WWWDIR%%/admin/lang/ext/fi_FI/admin.inc.php %%WWWDIR%%/admin/lang/ext/fi_FI/index.html %%WWWDIR%%/admin/lang/ext/fr_FR/admin.inc.php %%WWWDIR%%/admin/lang/ext/fr_FR/index.html +%%WWWDIR%%/admin/lang/ext/gl_GL/admin.inc.php +%%WWWDIR%%/admin/lang/ext/gl_GL/index.html %%WWWDIR%%/admin/lang/ext/hr_HR/admin.inc.php %%WWWDIR%%/admin/lang/ext/hr_HR/index.html %%WWWDIR%%/admin/lang/ext/hu_HU/admin.inc.php @@ -136,34 +131,13 @@ %%WWWDIR%%/admin/lang/ext/sv_SE/index.html %%WWWDIR%%/admin/lang/ext/tr_TR/admin.inc.php %%WWWDIR%%/admin/lang/ext/tr_TR/index.html +%%WWWDIR%%/admin/lang/ext/vi_VN/admin.inc.php +%%WWWDIR%%/admin/lang/ext/vi_VN/index.html %%WWWDIR%%/admin/lang/ext/zh_CN/admin.inc.php %%WWWDIR%%/admin/lang/ext/zh_CN/index.html %%WWWDIR%%/admin/lang/ext/zh_TW/admin.inc.php %%WWWDIR%%/admin/lang/ext/zh_TW/index.html -%%WWWDIR%%/admin/lang/fa_IR.nls.php -%%WWWDIR%%/admin/lang/fi_FI.nls.php -%%WWWDIR%%/admin/lang/fr_FR.nls.php -%%WWWDIR%%/admin/lang/hr_HR.nls.php -%%WWWDIR%%/admin/lang/hu_HU.nls.php -%%WWWDIR%%/admin/lang/id_ID.nls.php %%WWWDIR%%/admin/lang/index.html -%%WWWDIR%%/admin/lang/is_IS.nls.php -%%WWWDIR%%/admin/lang/it_IT.nls.php -%%WWWDIR%%/admin/lang/ja_JP.nls.php -%%WWWDIR%%/admin/lang/kz_KZ.nls.php -%%WWWDIR%%/admin/lang/lt_LT.nls.php -%%WWWDIR%%/admin/lang/nb_NO.nls.php -%%WWWDIR%%/admin/lang/nl_NL.nls.php -%%WWWDIR%%/admin/lang/pl_PL.nls.php -%%WWWDIR%%/admin/lang/pt_BR.nls.php -%%WWWDIR%%/admin/lang/pt_PT.nls.php -%%WWWDIR%%/admin/lang/ro_RO.nls.php -%%WWWDIR%%/admin/lang/ru_RU.nls.php -%%WWWDIR%%/admin/lang/sk_SK.nls.php -%%WWWDIR%%/admin/lang/sv_SE.nls.php -%%WWWDIR%%/admin/lang/tr_TR.nls.php -%%WWWDIR%%/admin/lang/zh_CN.nls.php -%%WWWDIR%%/admin/lang/zh_TW.nls.php %%WWWDIR%%/admin/listbookmarks.php %%WWWDIR%%/admin/listcontent.php %%WWWDIR%%/admin/listcss.php @@ -179,36 +153,59 @@ %%WWWDIR%%/admin/loginstyle.php %%WWWDIR%%/admin/logout.php %%WWWDIR%%/admin/makebookmark.php -%%WWWDIR%%/admin/menu.php %%WWWDIR%%/admin/moduleinterface.php %%WWWDIR%%/admin/multicontent.php %%WWWDIR%%/admin/multistylesheet.php %%WWWDIR%%/admin/multitemplate.php +%%WWWDIR%%/admin/myaccount.php %%WWWDIR%%/admin/ordercontent.php %%WWWDIR%%/admin/pagedefaults.php %%WWWDIR%%/admin/runuserplugin.php %%WWWDIR%%/admin/siteprefs.php %%WWWDIR%%/admin/style.php %%WWWDIR%%/admin/systeminfo.php +%%WWWDIR%%/admin/systemmaintenance.php %%WWWDIR%%/admin/tab.php %%WWWDIR%%/admin/templatecss.php +%%WWWDIR%%/admin/templates/addtemplate.tpl +%%WWWDIR%%/admin/templates/adminlog.tpl %%WWWDIR%%/admin/templates/changegroupperm.tpl %%WWWDIR%%/admin/templates/changeusergroup.tpl %%WWWDIR%%/admin/templates/checksum.tpl %%WWWDIR%%/admin/templates/copycontent.tpl %%WWWDIR%%/admin/templates/index.html %%WWWDIR%%/admin/templates/listcssassoc.tpl +%%WWWDIR%%/admin/templates/listtags.tpl +%%WWWDIR%%/admin/templates/multicontent_owner.tpl %%WWWDIR%%/admin/templates/multicontent_template.tpl +%%WWWDIR%%/admin/templates/myaccount.tpl %%WWWDIR%%/admin/templates/ordercontent.tpl %%WWWDIR%%/admin/templates/ordercontent_tree.tpl %%WWWDIR%%/admin/templates/orig_new_template.tpl +%%WWWDIR%%/admin/templates/pagedefaults.tpl %%WWWDIR%%/admin/templates/runuserplugin.tpl %%WWWDIR%%/admin/templates/siteprefs.tpl %%WWWDIR%%/admin/templates/systeminfo.tpl %%WWWDIR%%/admin/templates/systeminfo.txt.tpl +%%WWWDIR%%/admin/templates/systemmaintenance.tpl %%WWWDIR%%/admin/themes/NCleanGrey/NCleanGreyTheme.php -%%WWWDIR%%/admin/themes/NCleanGrey/README-FIRST.txt -%%WWWDIR%%/admin/themes/NCleanGrey/css/ie6.css +%%WWWDIR%%/admin/themes/NCleanGrey/css/default-cmsms/images/animated-overlay.gif +%%WWWDIR%%/admin/themes/NCleanGrey/css/default-cmsms/images/index.html +%%WWWDIR%%/admin/themes/NCleanGrey/css/default-cmsms/images/ui-bg_flat_0_aaaaaa_40x100.png +%%WWWDIR%%/admin/themes/NCleanGrey/css/default-cmsms/images/ui-bg_flat_75_ffffff_40x100.png +%%WWWDIR%%/admin/themes/NCleanGrey/css/default-cmsms/images/ui-bg_glass_55_fbf9ee_1x400.png +%%WWWDIR%%/admin/themes/NCleanGrey/css/default-cmsms/images/ui-bg_glass_65_ffffff_1x400.png +%%WWWDIR%%/admin/themes/NCleanGrey/css/default-cmsms/images/ui-bg_glass_75_dadada_1x400.png +%%WWWDIR%%/admin/themes/NCleanGrey/css/default-cmsms/images/ui-bg_glass_75_e6e6e6_1x400.png +%%WWWDIR%%/admin/themes/NCleanGrey/css/default-cmsms/images/ui-bg_glass_95_fef1ec_1x400.png +%%WWWDIR%%/admin/themes/NCleanGrey/css/default-cmsms/images/ui-bg_highlight-soft_75_cccccc_1x100.png +%%WWWDIR%%/admin/themes/NCleanGrey/css/default-cmsms/images/ui-icons_222222_256x240.png +%%WWWDIR%%/admin/themes/NCleanGrey/css/default-cmsms/images/ui-icons_2e83ff_256x240.png +%%WWWDIR%%/admin/themes/NCleanGrey/css/default-cmsms/images/ui-icons_454545_256x240.png +%%WWWDIR%%/admin/themes/NCleanGrey/css/default-cmsms/images/ui-icons_888888_256x240.png +%%WWWDIR%%/admin/themes/NCleanGrey/css/default-cmsms/images/ui-icons_cd0a0a_256x240.png +%%WWWDIR%%/admin/themes/NCleanGrey/css/default-cmsms/index.html +%%WWWDIR%%/admin/themes/NCleanGrey/css/default-cmsms/jquery-ui-1.10.4.custom.min.css %%WWWDIR%%/admin/themes/NCleanGrey/css/index.html %%WWWDIR%%/admin/themes/NCleanGrey/css/style-rtl.css %%WWWDIR%%/admin/themes/NCleanGrey/css/style.css @@ -296,6 +293,7 @@ %%WWWDIR%%/admin/themes/NCleanGrey/images/icons/topfiles/siteprefs.gif %%WWWDIR%%/admin/themes/NCleanGrey/images/icons/topfiles/stylesheets.gif %%WWWDIR%%/admin/themes/NCleanGrey/images/icons/topfiles/systeminfo.gif +%%WWWDIR%%/admin/themes/NCleanGrey/images/icons/topfiles/systemmaintenance.gif %%WWWDIR%%/admin/themes/NCleanGrey/images/icons/topfiles/tags.gif %%WWWDIR%%/admin/themes/NCleanGrey/images/icons/topfiles/template.gif %%WWWDIR%%/admin/themes/NCleanGrey/images/icons/topfiles/users.gif @@ -325,131 +323,260 @@ %%WWWDIR%%/admin/themes/NCleanGrey/includes/standard.js %%WWWDIR%%/admin/themes/NCleanGrey/index.html %%WWWDIR%%/admin/themes/NCleanGrey/login.php -%%WWWDIR%%/admin/themes/default/css/index.html -%%WWWDIR%%/admin/themes/default/css/style-rtl.css -%%WWWDIR%%/admin/themes/default/css/style.css -%%WWWDIR%%/admin/themes/default/defaultTheme.php -%%WWWDIR%%/admin/themes/default/images/hide_navtools.gif -%%WWWDIR%%/admin/themes/default/images/hstippled.gif -%%WWWDIR%%/admin/themes/default/images/icons/Notifications/1.gif -%%WWWDIR%%/admin/themes/default/images/icons/Notifications/2.gif -%%WWWDIR%%/admin/themes/default/images/icons/Notifications/3.gif -%%WWWDIR%%/admin/themes/default/images/icons/Notifications/index.html -%%WWWDIR%%/admin/themes/default/images/icons/Notifications/notifications_icons.gif -%%WWWDIR%%/admin/themes/default/images/icons/extra/false.gif -%%WWWDIR%%/admin/themes/default/images/icons/extra/green.gif -%%WWWDIR%%/admin/themes/default/images/icons/extra/index.html -%%WWWDIR%%/admin/themes/default/images/icons/extra/logout.gif -%%WWWDIR%%/admin/themes/default/images/icons/extra/red.gif -%%WWWDIR%%/admin/themes/default/images/icons/extra/space.gif -%%WWWDIR%%/admin/themes/default/images/icons/extra/true.gif -%%WWWDIR%%/admin/themes/default/images/icons/extra/view.gif -%%WWWDIR%%/admin/themes/default/images/icons/extra/yellow.gif -%%WWWDIR%%/admin/themes/default/images/icons/filetypes/fdoc.gif -%%WWWDIR%%/admin/themes/default/images/icons/filetypes/fexe.gif -%%WWWDIR%%/admin/themes/default/images/icons/filetypes/ffile.gif -%%WWWDIR%%/admin/themes/default/images/icons/filetypes/fhtml.gif -%%WWWDIR%%/admin/themes/default/images/icons/filetypes/fmedia.gif -%%WWWDIR%%/admin/themes/default/images/icons/filetypes/folder.gif -%%WWWDIR%%/admin/themes/default/images/icons/filetypes/fpaint.gif -%%WWWDIR%%/admin/themes/default/images/icons/filetypes/fpowerp.gif -%%WWWDIR%%/admin/themes/default/images/icons/filetypes/frtf.gif -%%WWWDIR%%/admin/themes/default/images/icons/filetypes/fsound.gif -%%WWWDIR%%/admin/themes/default/images/icons/filetypes/fxls.gif -%%WWWDIR%%/admin/themes/default/images/icons/filetypes/fzip.gif -%%WWWDIR%%/admin/themes/default/images/icons/filetypes/index.html -%%WWWDIR%%/admin/themes/default/images/icons/filetypes/upfolder.gif -%%WWWDIR%%/admin/themes/default/images/icons/index.html -%%WWWDIR%%/admin/themes/default/images/icons/license.txt -%%WWWDIR%%/admin/themes/default/images/icons/readme.txt -%%WWWDIR%%/admin/themes/default/images/icons/system/accept.gif -%%WWWDIR%%/admin/themes/default/images/icons/system/arrow-d.gif -%%WWWDIR%%/admin/themes/default/images/icons/system/arrow-u.gif -%%WWWDIR%%/admin/themes/default/images/icons/system/back.gif -%%WWWDIR%%/admin/themes/default/images/icons/system/bookmark.gif -%%WWWDIR%%/admin/themes/default/images/icons/system/contract.gif -%%WWWDIR%%/admin/themes/default/images/icons/system/contractall.gif -%%WWWDIR%%/admin/themes/default/images/icons/system/copy.gif -%%WWWDIR%%/admin/themes/default/images/icons/system/css.gif -%%WWWDIR%%/admin/themes/default/images/icons/system/delete.gif -%%WWWDIR%%/admin/themes/default/images/icons/system/edit.gif -%%WWWDIR%%/admin/themes/default/images/icons/system/expand.gif -%%WWWDIR%%/admin/themes/default/images/icons/system/expandall.gif -%%WWWDIR%%/admin/themes/default/images/icons/system/export.gif -%%WWWDIR%%/admin/themes/default/images/icons/system/false.gif -%%WWWDIR%%/admin/themes/default/images/icons/system/groupassign.gif -%%WWWDIR%%/admin/themes/default/images/icons/system/import.gif -%%WWWDIR%%/admin/themes/default/images/icons/system/index.html -%%WWWDIR%%/admin/themes/default/images/icons/system/info-external.gif -%%WWWDIR%%/admin/themes/default/images/icons/system/info.gif -%%WWWDIR%%/admin/themes/default/images/icons/system/newfolder.gif -%%WWWDIR%%/admin/themes/default/images/icons/system/newobject.gif -%%WWWDIR%%/admin/themes/default/images/icons/system/permissions.gif -%%WWWDIR%%/admin/themes/default/images/icons/system/reorder.gif -%%WWWDIR%%/admin/themes/default/images/icons/system/run.gif -%%WWWDIR%%/admin/themes/default/images/icons/system/sort_down.gif -%%WWWDIR%%/admin/themes/default/images/icons/system/sort_up.gif -%%WWWDIR%%/admin/themes/default/images/icons/system/stop.gif -%%WWWDIR%%/admin/themes/default/images/icons/system/true.gif -%%WWWDIR%%/admin/themes/default/images/icons/system/view.gif -%%WWWDIR%%/admin/themes/default/images/icons/system/warning.gif -%%WWWDIR%%/admin/themes/default/images/icons/topfiles/adminlog.gif -%%WWWDIR%%/admin/themes/default/images/icons/topfiles/blobs.gif -%%WWWDIR%%/admin/themes/default/images/icons/topfiles/bookmark.gif -%%WWWDIR%%/admin/themes/default/images/icons/topfiles/checksum.gif -%%WWWDIR%%/admin/themes/default/images/icons/topfiles/content.gif -%%WWWDIR%%/admin/themes/default/images/icons/topfiles/ecommerce.gif -%%WWWDIR%%/admin/themes/default/images/icons/topfiles/eventhandlers.gif -%%WWWDIR%%/admin/themes/default/images/icons/topfiles/extensions.gif -%%WWWDIR%%/admin/themes/default/images/icons/topfiles/files.gif -%%WWWDIR%%/admin/themes/default/images/icons/topfiles/groupmembers.gif -%%WWWDIR%%/admin/themes/default/images/icons/topfiles/groupperms.gif -%%WWWDIR%%/admin/themes/default/images/icons/topfiles/groups.gif -%%WWWDIR%%/admin/themes/default/images/icons/topfiles/images.gif -%%WWWDIR%%/admin/themes/default/images/icons/topfiles/index.html -%%WWWDIR%%/admin/themes/default/images/icons/topfiles/layout.gif -%%WWWDIR%%/admin/themes/default/images/icons/topfiles/logout.gif -%%WWWDIR%%/admin/themes/default/images/icons/topfiles/main.gif -%%WWWDIR%%/admin/themes/default/images/icons/topfiles/managebookmarks.gif -%%WWWDIR%%/admin/themes/default/images/icons/topfiles/modules.gif -%%WWWDIR%%/admin/themes/default/images/icons/topfiles/myaccount.gif -%%WWWDIR%%/admin/themes/default/images/icons/topfiles/myprefs.gif -%%WWWDIR%%/admin/themes/default/images/icons/topfiles/newsmodule.gif -%%WWWDIR%%/admin/themes/default/images/icons/topfiles/pagedefaults.gif -%%WWWDIR%%/admin/themes/default/images/icons/topfiles/pages.gif -%%WWWDIR%%/admin/themes/default/images/icons/topfiles/preferences.gif -%%WWWDIR%%/admin/themes/default/images/icons/topfiles/shortcut.gif -%%WWWDIR%%/admin/themes/default/images/icons/topfiles/siteadmin.gif -%%WWWDIR%%/admin/themes/default/images/icons/topfiles/siteprefs.gif -%%WWWDIR%%/admin/themes/default/images/icons/topfiles/stylesheets.gif -%%WWWDIR%%/admin/themes/default/images/icons/topfiles/systeminfo.gif -%%WWWDIR%%/admin/themes/default/images/icons/topfiles/tags.gif -%%WWWDIR%%/admin/themes/default/images/icons/topfiles/template.gif -%%WWWDIR%%/admin/themes/default/images/icons/topfiles/users.gif -%%WWWDIR%%/admin/themes/default/images/icons/topfiles/usersgroups.gif -%%WWWDIR%%/admin/themes/default/images/icons/topfiles/usertags.gif -%%WWWDIR%%/admin/themes/default/images/icons/topfiles/viewsite.gif -%%WWWDIR%%/admin/themes/default/images/icons/topfiles/wysiwyg.gif -%%WWWDIR%%/admin/themes/default/images/index.html -%%WWWDIR%%/admin/themes/default/images/logo.gif -%%WWWDIR%%/admin/themes/default/images/show_navtools.gif -%%WWWDIR%%/admin/themes/default/images/vstippled.gif -%%WWWDIR%%/admin/themes/default/includes/index.html -%%WWWDIR%%/admin/themes/default/includes/standard.js -%%WWWDIR%%/admin/themes/default/index.html -%%WWWDIR%%/admin/themes/default/login.php +%%WWWDIR%%/admin/themes/OneEleven/OneElevenTheme.php +%%WWWDIR%%/admin/themes/OneEleven/css/default-cmsms/images/animated-overlay.gif +%%WWWDIR%%/admin/themes/OneEleven/css/default-cmsms/images/index.html +%%WWWDIR%%/admin/themes/OneEleven/css/default-cmsms/images/ui-bg_flat_0_aaaaaa_40x100.png +%%WWWDIR%%/admin/themes/OneEleven/css/default-cmsms/images/ui-bg_flat_75_ffffff_40x100.png +%%WWWDIR%%/admin/themes/OneEleven/css/default-cmsms/images/ui-bg_glass_55_fbf9ee_1x400.png +%%WWWDIR%%/admin/themes/OneEleven/css/default-cmsms/images/ui-bg_glass_65_ffffff_1x400.png +%%WWWDIR%%/admin/themes/OneEleven/css/default-cmsms/images/ui-bg_glass_75_dadada_1x400.png +%%WWWDIR%%/admin/themes/OneEleven/css/default-cmsms/images/ui-bg_glass_95_fef1ec_1x400.png +%%WWWDIR%%/admin/themes/OneEleven/css/default-cmsms/images/ui-bg_highlight-soft_25_232323_1x100.png +%%WWWDIR%%/admin/themes/OneEleven/css/default-cmsms/images/ui-bg_highlight-soft_65_ffffff_1x100.png +%%WWWDIR%%/admin/themes/OneEleven/css/default-cmsms/images/ui-bg_highlight-soft_75_232323_1x100.png +%%WWWDIR%%/admin/themes/OneEleven/css/default-cmsms/images/ui-bg_highlight-soft_75_cecece_1x100.png +%%WWWDIR%%/admin/themes/OneEleven/css/default-cmsms/images/ui-bg_highlight-soft_75_fa8004_1x100.png +%%WWWDIR%%/admin/themes/OneEleven/css/default-cmsms/images/ui-bg_inset-soft_95_fef1ec_1x100.png +%%WWWDIR%%/admin/themes/OneEleven/css/default-cmsms/images/ui-icons_147fdb_256x240.png +%%WWWDIR%%/admin/themes/OneEleven/css/default-cmsms/images/ui-icons_222222_256x240.png +%%WWWDIR%%/admin/themes/OneEleven/css/default-cmsms/images/ui-icons_232323_256x240.png +%%WWWDIR%%/admin/themes/OneEleven/css/default-cmsms/images/ui-icons_2e83ff_256x240.png +%%WWWDIR%%/admin/themes/OneEleven/css/default-cmsms/images/ui-icons_454545_256x240.png +%%WWWDIR%%/admin/themes/OneEleven/css/default-cmsms/images/ui-icons_cd0a0a_256x240.png +%%WWWDIR%%/admin/themes/OneEleven/css/default-cmsms/images/ui-icons_fa8004_256x240.png +%%WWWDIR%%/admin/themes/OneEleven/css/default-cmsms/images/ui-icons_ffffff_256x240.png +%%WWWDIR%%/admin/themes/OneEleven/css/default-cmsms/index.html +%%WWWDIR%%/admin/themes/OneEleven/css/default-cmsms/jquery-ui-1.10.4.custom.min.css +%%WWWDIR%%/admin/themes/OneEleven/css/index.html +%%WWWDIR%%/admin/themes/OneEleven/css/style-rtl.css +%%WWWDIR%%/admin/themes/OneEleven/css/style.css +%%WWWDIR%%/admin/themes/OneEleven/doc/AUTHORS.txt +%%WWWDIR%%/admin/themes/OneEleven/doc/README.txt +%%WWWDIR%%/admin/themes/OneEleven/doc/dashboard-screen.JPG +%%WWWDIR%%/admin/themes/OneEleven/doc/dashboard-small-screen.JPG +%%WWWDIR%%/admin/themes/OneEleven/doc/grid.html +%%WWWDIR%%/admin/themes/OneEleven/doc/index.html +%%WWWDIR%%/admin/themes/OneEleven/doc/login-screen.JPG +%%WWWDIR%%/admin/themes/OneEleven/images/favicon/apple-touch-icon-ipad.png +%%WWWDIR%%/admin/themes/OneEleven/images/favicon/apple-touch-icon-ipad3.png +%%WWWDIR%%/admin/themes/OneEleven/images/favicon/apple-touch-icon-iphone.png +%%WWWDIR%%/admin/themes/OneEleven/images/favicon/apple-touch-icon-iphone4.png +%%WWWDIR%%/admin/themes/OneEleven/images/favicon/cmsms-favicon.ico +%%WWWDIR%%/admin/themes/OneEleven/images/favicon/index.html +%%WWWDIR%%/admin/themes/OneEleven/images/favicon/ms-application-icon.png +%%WWWDIR%%/admin/themes/OneEleven/images/icons/Notifications/1.gif +%%WWWDIR%%/admin/themes/OneEleven/images/icons/Notifications/2.gif +%%WWWDIR%%/admin/themes/OneEleven/images/icons/Notifications/3.gif +%%WWWDIR%%/admin/themes/OneEleven/images/icons/Notifications/index.html +%%WWWDIR%%/admin/themes/OneEleven/images/icons/extra/accept.png +%%WWWDIR%%/admin/themes/OneEleven/images/icons/extra/block.png +%%WWWDIR%%/admin/themes/OneEleven/images/icons/extra/false.gif +%%WWWDIR%%/admin/themes/OneEleven/images/icons/extra/forgot-pass.gif +%%WWWDIR%%/admin/themes/OneEleven/images/icons/extra/green.gif +%%WWWDIR%%/admin/themes/OneEleven/images/icons/extra/index.html +%%WWWDIR%%/admin/themes/OneEleven/images/icons/extra/info.png +%%WWWDIR%%/admin/themes/OneEleven/images/icons/extra/red.gif +%%WWWDIR%%/admin/themes/OneEleven/images/icons/extra/reorder.gif +%%WWWDIR%%/admin/themes/OneEleven/images/icons/extra/space.gif +%%WWWDIR%%/admin/themes/OneEleven/images/icons/extra/warning.png +%%WWWDIR%%/admin/themes/OneEleven/images/icons/extra/yellow.gif +%%WWWDIR%%/admin/themes/OneEleven/images/icons/index.html +%%WWWDIR%%/admin/themes/OneEleven/images/icons/system/accept.gif +%%WWWDIR%%/admin/themes/OneEleven/images/icons/system/arrow-d.gif +%%WWWDIR%%/admin/themes/OneEleven/images/icons/system/arrow-u.gif +%%WWWDIR%%/admin/themes/OneEleven/images/icons/system/attachment.gif +%%WWWDIR%%/admin/themes/OneEleven/images/icons/system/back.gif +%%WWWDIR%%/admin/themes/OneEleven/images/icons/system/bookmark.gif +%%WWWDIR%%/admin/themes/OneEleven/images/icons/system/bookmark.png +%%WWWDIR%%/admin/themes/OneEleven/images/icons/system/contract.gif +%%WWWDIR%%/admin/themes/OneEleven/images/icons/system/contractall.gif +%%WWWDIR%%/admin/themes/OneEleven/images/icons/system/copy.gif +%%WWWDIR%%/admin/themes/OneEleven/images/icons/system/css.gif +%%WWWDIR%%/admin/themes/OneEleven/images/icons/system/delete.gif +%%WWWDIR%%/admin/themes/OneEleven/images/icons/system/document-list.png +%%WWWDIR%%/admin/themes/OneEleven/images/icons/system/edit.gif +%%WWWDIR%%/admin/themes/OneEleven/images/icons/system/expand-rtl.gif +%%WWWDIR%%/admin/themes/OneEleven/images/icons/system/expand.gif +%%WWWDIR%%/admin/themes/OneEleven/images/icons/system/expandall.gif +%%WWWDIR%%/admin/themes/OneEleven/images/icons/system/export.gif +%%WWWDIR%%/admin/themes/OneEleven/images/icons/system/external-small.png +%%WWWDIR%%/admin/themes/OneEleven/images/icons/system/false.gif +%%WWWDIR%%/admin/themes/OneEleven/images/icons/system/groupassign.gif +%%WWWDIR%%/admin/themes/OneEleven/images/icons/system/import.gif +%%WWWDIR%%/admin/themes/OneEleven/images/icons/system/index.html +%%WWWDIR%%/admin/themes/OneEleven/images/icons/system/info-external.gif +%%WWWDIR%%/admin/themes/OneEleven/images/icons/system/info-external.png +%%WWWDIR%%/admin/themes/OneEleven/images/icons/system/info.gif +%%WWWDIR%%/admin/themes/OneEleven/images/icons/system/newfolder.gif +%%WWWDIR%%/admin/themes/OneEleven/images/icons/system/newobject.gif +%%WWWDIR%%/admin/themes/OneEleven/images/icons/system/permissions.gif +%%WWWDIR%%/admin/themes/OneEleven/images/icons/system/reorder.gif +%%WWWDIR%%/admin/themes/OneEleven/images/icons/system/run.gif +%%WWWDIR%%/admin/themes/OneEleven/images/icons/system/sort_down.gif +%%WWWDIR%%/admin/themes/OneEleven/images/icons/system/sort_up.gif +%%WWWDIR%%/admin/themes/OneEleven/images/icons/system/stop.gif +%%WWWDIR%%/admin/themes/OneEleven/images/icons/system/true.gif +%%WWWDIR%%/admin/themes/OneEleven/images/icons/system/view.gif +%%WWWDIR%%/admin/themes/OneEleven/images/icons/system/warning.gif +%%WWWDIR%%/admin/themes/OneEleven/images/icons/topfiles/adminlog.gif +%%WWWDIR%%/admin/themes/OneEleven/images/icons/topfiles/adminlog.png +%%WWWDIR%%/admin/themes/OneEleven/images/icons/topfiles/blobs.gif +%%WWWDIR%%/admin/themes/OneEleven/images/icons/topfiles/blobs.png +%%WWWDIR%%/admin/themes/OneEleven/images/icons/topfiles/checksum.gif +%%WWWDIR%%/admin/themes/OneEleven/images/icons/topfiles/checksum.png +%%WWWDIR%%/admin/themes/OneEleven/images/icons/topfiles/cmsmailer.gif +%%WWWDIR%%/admin/themes/OneEleven/images/icons/topfiles/cmsmailer.png +%%WWWDIR%%/admin/themes/OneEleven/images/icons/topfiles/cmsprinting.gif +%%WWWDIR%%/admin/themes/OneEleven/images/icons/topfiles/cmsprinting.png +%%WWWDIR%%/admin/themes/OneEleven/images/icons/topfiles/content.gif +%%WWWDIR%%/admin/themes/OneEleven/images/icons/topfiles/content.png +%%WWWDIR%%/admin/themes/OneEleven/images/icons/topfiles/ecommerce.gif +%%WWWDIR%%/admin/themes/OneEleven/images/icons/topfiles/ecommerce.png +%%WWWDIR%%/admin/themes/OneEleven/images/icons/topfiles/eventhandlers.gif +%%WWWDIR%%/admin/themes/OneEleven/images/icons/topfiles/eventhandlers.png +%%WWWDIR%%/admin/themes/OneEleven/images/icons/topfiles/extensions.gif +%%WWWDIR%%/admin/themes/OneEleven/images/icons/topfiles/extensions.png +%%WWWDIR%%/admin/themes/OneEleven/images/icons/topfiles/filemanager.gif +%%WWWDIR%%/admin/themes/OneEleven/images/icons/topfiles/filemanager.png +%%WWWDIR%%/admin/themes/OneEleven/images/icons/topfiles/files.gif +%%WWWDIR%%/admin/themes/OneEleven/images/icons/topfiles/files.png +%%WWWDIR%%/admin/themes/OneEleven/images/icons/topfiles/groupmembers.gif +%%WWWDIR%%/admin/themes/OneEleven/images/icons/topfiles/groupmembers.png +%%WWWDIR%%/admin/themes/OneEleven/images/icons/topfiles/groupperms.gif +%%WWWDIR%%/admin/themes/OneEleven/images/icons/topfiles/groupperms.png +%%WWWDIR%%/admin/themes/OneEleven/images/icons/topfiles/groups.gif +%%WWWDIR%%/admin/themes/OneEleven/images/icons/topfiles/groups.png +%%WWWDIR%%/admin/themes/OneEleven/images/icons/topfiles/images.gif +%%WWWDIR%%/admin/themes/OneEleven/images/icons/topfiles/images.png +%%WWWDIR%%/admin/themes/OneEleven/images/icons/topfiles/index.html +%%WWWDIR%%/admin/themes/OneEleven/images/icons/topfiles/layout.gif +%%WWWDIR%%/admin/themes/OneEleven/images/icons/topfiles/layout.png +%%WWWDIR%%/admin/themes/OneEleven/images/icons/topfiles/main.gif +%%WWWDIR%%/admin/themes/OneEleven/images/icons/topfiles/main.png +%%WWWDIR%%/admin/themes/OneEleven/images/icons/topfiles/managebookmarks.gif +%%WWWDIR%%/admin/themes/OneEleven/images/icons/topfiles/managebookmarks.png +%%WWWDIR%%/admin/themes/OneEleven/images/icons/topfiles/microtiny.gif +%%WWWDIR%%/admin/themes/OneEleven/images/icons/topfiles/microtiny.png +%%WWWDIR%%/admin/themes/OneEleven/images/icons/topfiles/modulemanager.gif +%%WWWDIR%%/admin/themes/OneEleven/images/icons/topfiles/modulemanager.png +%%WWWDIR%%/admin/themes/OneEleven/images/icons/topfiles/modules.gif +%%WWWDIR%%/admin/themes/OneEleven/images/icons/topfiles/modules.png +%%WWWDIR%%/admin/themes/OneEleven/images/icons/topfiles/myaccount.gif +%%WWWDIR%%/admin/themes/OneEleven/images/icons/topfiles/myaccount.png +%%WWWDIR%%/admin/themes/OneEleven/images/icons/topfiles/myprefs.gif +%%WWWDIR%%/admin/themes/OneEleven/images/icons/topfiles/myprefs.png +%%WWWDIR%%/admin/themes/OneEleven/images/icons/topfiles/news.gif +%%WWWDIR%%/admin/themes/OneEleven/images/icons/topfiles/news.png +%%WWWDIR%%/admin/themes/OneEleven/images/icons/topfiles/pagedefaults.gif +%%WWWDIR%%/admin/themes/OneEleven/images/icons/topfiles/pagedefaults.png +%%WWWDIR%%/admin/themes/OneEleven/images/icons/topfiles/pages.gif +%%WWWDIR%%/admin/themes/OneEleven/images/icons/topfiles/pages.png +%%WWWDIR%%/admin/themes/OneEleven/images/icons/topfiles/preferences.gif +%%WWWDIR%%/admin/themes/OneEleven/images/icons/topfiles/preferences.png +%%WWWDIR%%/admin/themes/OneEleven/images/icons/topfiles/search.gif +%%WWWDIR%%/admin/themes/OneEleven/images/icons/topfiles/search.png +%%WWWDIR%%/admin/themes/OneEleven/images/icons/topfiles/siteadmin.gif +%%WWWDIR%%/admin/themes/OneEleven/images/icons/topfiles/siteadmin.png +%%WWWDIR%%/admin/themes/OneEleven/images/icons/topfiles/siteprefs.gif +%%WWWDIR%%/admin/themes/OneEleven/images/icons/topfiles/siteprefs.png +%%WWWDIR%%/admin/themes/OneEleven/images/icons/topfiles/stylesheets.gif +%%WWWDIR%%/admin/themes/OneEleven/images/icons/topfiles/stylesheets.png +%%WWWDIR%%/admin/themes/OneEleven/images/icons/topfiles/systeminfo.gif +%%WWWDIR%%/admin/themes/OneEleven/images/icons/topfiles/systeminfo.png +%%WWWDIR%%/admin/themes/OneEleven/images/icons/topfiles/systemmaintenance.gif +%%WWWDIR%%/admin/themes/OneEleven/images/icons/topfiles/systemmaintenance.png +%%WWWDIR%%/admin/themes/OneEleven/images/icons/topfiles/tags.gif +%%WWWDIR%%/admin/themes/OneEleven/images/icons/topfiles/tags.png +%%WWWDIR%%/admin/themes/OneEleven/images/icons/topfiles/template.gif +%%WWWDIR%%/admin/themes/OneEleven/images/icons/topfiles/template.png +%%WWWDIR%%/admin/themes/OneEleven/images/icons/topfiles/usergroups.gif +%%WWWDIR%%/admin/themes/OneEleven/images/icons/topfiles/users.gif +%%WWWDIR%%/admin/themes/OneEleven/images/icons/topfiles/users.png +%%WWWDIR%%/admin/themes/OneEleven/images/icons/topfiles/usersgroups.png +%%WWWDIR%%/admin/themes/OneEleven/images/icons/topfiles/usertags.gif +%%WWWDIR%%/admin/themes/OneEleven/images/icons/topfiles/usertags.png +%%WWWDIR%%/admin/themes/OneEleven/images/icons/topfiles/viewsite.gif +%%WWWDIR%%/admin/themes/OneEleven/images/icons/topfiles/viewsite.png +%%WWWDIR%%/admin/themes/OneEleven/images/icons/topfiles/wysiwyg.gif +%%WWWDIR%%/admin/themes/OneEleven/images/icons/topfiles/wysiwyg.png +%%WWWDIR%%/admin/themes/OneEleven/images/index.html +%%WWWDIR%%/admin/themes/OneEleven/images/layout/accept.png +%%WWWDIR%%/admin/themes/OneEleven/images/layout/admin-off.png +%%WWWDIR%%/admin/themes/OneEleven/images/layout/admin-on.png +%%WWWDIR%%/admin/themes/OneEleven/images/layout/block.png +%%WWWDIR%%/admin/themes/OneEleven/images/layout/bottom-shadow.png +%%WWWDIR%%/admin/themes/OneEleven/images/layout/breadcrubms-divider-rtl.png +%%WWWDIR%%/admin/themes/OneEleven/images/layout/breadcrubms-divider.png +%%WWWDIR%%/admin/themes/OneEleven/images/layout/close-sidebar-rtl.png +%%WWWDIR%%/admin/themes/OneEleven/images/layout/cms-logo-bg.gif +%%WWWDIR%%/admin/themes/OneEleven/images/layout/cmsms-logo.jpg +%%WWWDIR%%/admin/themes/OneEleven/images/layout/cmsms_login_logo.png +%%WWWDIR%%/admin/themes/OneEleven/images/layout/content-off.png +%%WWWDIR%%/admin/themes/OneEleven/images/layout/content-on.png +%%WWWDIR%%/admin/themes/OneEleven/images/layout/email-icon.png +%%WWWDIR%%/admin/themes/OneEleven/images/layout/exclamation.png +%%WWWDIR%%/admin/themes/OneEleven/images/layout/extensions-off.png +%%WWWDIR%%/admin/themes/OneEleven/images/layout/extensions-on.png +%%WWWDIR%%/admin/themes/OneEleven/images/layout/folder-horizontal-open.png +%%WWWDIR%%/admin/themes/OneEleven/images/layout/goback.png +%%WWWDIR%%/admin/themes/OneEleven/images/layout/help.png +%%WWWDIR%%/admin/themes/OneEleven/images/layout/home-button.png +%%WWWDIR%%/admin/themes/OneEleven/images/layout/home-icon.png +%%WWWDIR%%/admin/themes/OneEleven/images/layout/home-off.png +%%WWWDIR%%/admin/themes/OneEleven/images/layout/home-on.png +%%WWWDIR%%/admin/themes/OneEleven/images/layout/index.html +%%WWWDIR%%/admin/themes/OneEleven/images/layout/info-icon.png +%%WWWDIR%%/admin/themes/OneEleven/images/layout/info.png +%%WWWDIR%%/admin/themes/OneEleven/images/layout/information.png +%%WWWDIR%%/admin/themes/OneEleven/images/layout/input-bg.gif +%%WWWDIR%%/admin/themes/OneEleven/images/layout/input-hover-bg.gif +%%WWWDIR%%/admin/themes/OneEleven/images/layout/layout-off.png +%%WWWDIR%%/admin/themes/OneEleven/images/layout/layout-on.png +%%WWWDIR%%/admin/themes/OneEleven/images/layout/login-bg.gif +%%WWWDIR%%/admin/themes/OneEleven/images/layout/login-top-bg.gif +%%WWWDIR%%/admin/themes/OneEleven/images/layout/navigation-bg.gif +%%WWWDIR%%/admin/themes/OneEleven/images/layout/open-sidebar-rtl.png +%%WWWDIR%%/admin/themes/OneEleven/images/layout/preferences-off.png +%%WWWDIR%%/admin/themes/OneEleven/images/layout/preferences-on.png +%%WWWDIR%%/admin/themes/OneEleven/images/layout/sidebar-shadow-rtl.png +%%WWWDIR%%/admin/themes/OneEleven/images/layout/sidebar-shadow.png +%%WWWDIR%%/admin/themes/OneEleven/images/layout/sprite_norepeat.png +%%WWWDIR%%/admin/themes/OneEleven/images/layout/sprite_repeatx.png +%%WWWDIR%%/admin/themes/OneEleven/images/layout/submit-bg.gif +%%WWWDIR%%/admin/themes/OneEleven/images/layout/submit-hover.gif +%%WWWDIR%%/admin/themes/OneEleven/images/layout/tab-active.png +%%WWWDIR%%/admin/themes/OneEleven/images/layout/toggle-dropzone.png +%%WWWDIR%%/admin/themes/OneEleven/images/layout/user-icon.png +%%WWWDIR%%/admin/themes/OneEleven/images/layout/users-off.png +%%WWWDIR%%/admin/themes/OneEleven/images/layout/users-on.png +%%WWWDIR%%/admin/themes/OneEleven/images/layout/warning.png +%%WWWDIR%%/admin/themes/OneEleven/images/layout/welcome-bg.gif +%%WWWDIR%%/admin/themes/OneEleven/images/logo.gif +%%WWWDIR%%/admin/themes/OneEleven/images/logoCMS.png +%%WWWDIR%%/admin/themes/OneEleven/includes/index.html +%%WWWDIR%%/admin/themes/OneEleven/includes/jquery.cookie.js +%%WWWDIR%%/admin/themes/OneEleven/includes/jquery.cookie.min.js +%%WWWDIR%%/admin/themes/OneEleven/includes/login.js +%%WWWDIR%%/admin/themes/OneEleven/includes/standard.js +%%WWWDIR%%/admin/themes/OneEleven/index.html +%%WWWDIR%%/admin/themes/OneEleven/login.php +%%WWWDIR%%/admin/themes/OneEleven/templates/breadcrumbs.tpl +%%WWWDIR%%/admin/themes/OneEleven/templates/footer.tpl +%%WWWDIR%%/admin/themes/OneEleven/templates/index.html +%%WWWDIR%%/admin/themes/OneEleven/templates/login.tpl +%%WWWDIR%%/admin/themes/OneEleven/templates/messages.tpl +%%WWWDIR%%/admin/themes/OneEleven/templates/navigation.tpl +%%WWWDIR%%/admin/themes/OneEleven/templates/notifications.tpl +%%WWWDIR%%/admin/themes/OneEleven/templates/pagetemplate.tpl +%%WWWDIR%%/admin/themes/OneEleven/templates/shortcuts.tpl +%%WWWDIR%%/admin/themes/OneEleven/templates/topcontent.tpl %%WWWDIR%%/admin/themes/index.html -%%WWWDIR%%/admin/topadmin.php -%%WWWDIR%%/admin/topcontent.php -%%WWWDIR%%/admin/topecomm.php -%%WWWDIR%%/admin/topextensions.php -%%WWWDIR%%/admin/toplayout.php -%%WWWDIR%%/admin/topmyprefs.php -%%WWWDIR%%/admin/topusers.php %%WWWDIR%%/config.php %%WWWDIR%%/doc/.htaccess %%WWWDIR%%/doc/AUTHORS.txt %%WWWDIR%%/doc/CHANGELOG.txt +%%WWWDIR%%/doc/CMSMS_config_reference.pdf %%WWWDIR%%/doc/COPYING.txt %%WWWDIR%%/doc/INSTALL.txt %%WWWDIR%%/doc/README.txt @@ -459,24 +586,6 @@ %%WWWDIR%%/doc/robots.txt %%WWWDIR%%/favicon_cms.ico %%WWWDIR%%/fileloc.php -%%WWWDIR%%/images/.htaccess -%%WWWDIR%%/images/cms/arrow-down.gif -%%WWWDIR%%/images/cms/arrow-l.gif -%%WWWDIR%%/images/cms/arrow-r.gif -%%WWWDIR%%/images/cms/arrow-right-active.gif -%%WWWDIR%%/images/cms/arrow-right.gif -%%WWWDIR%%/images/cms/arrow.gif -%%WWWDIR%%/images/cms/dash.gif -%%WWWDIR%%/images/cms/editbutton.png -%%WWWDIR%%/images/cms/external.gif -%%WWWDIR%%/images/cms/index.html -%%WWWDIR%%/images/cms/login.gif -%%WWWDIR%%/images/cms/logo1.gif -%%WWWDIR%%/images/cms/page_structure.png -%%WWWDIR%%/images/cms/printbutton.gif -%%WWWDIR%%/images/cms/rss.png -%%WWWDIR%%/images/cms/xml_rss.gif -%%WWWDIR%%/images/index.html %%WWWDIR%%/include.php %%WWWDIR%%/index.php %%WWWDIR%%/install/cmschecksum.php @@ -510,13 +619,17 @@ %%WWWDIR%%/install/images/yellow.gif %%WWWDIR%%/install/index.php %%WWWDIR%%/install/install.css +%%WWWDIR%%/install/lang.php %%WWWDIR%%/install/lang/en_US.php +%%WWWDIR%%/install/lang/ext/ar_AR.php %%WWWDIR%%/install/lang/ext/ca_ES.php %%WWWDIR%%/install/lang/ext/cs_CZ.php %%WWWDIR%%/install/lang/ext/da_DK.php %%WWWDIR%%/install/lang/ext/de_DE.php %%WWWDIR%%/install/lang/ext/en_CY.php %%WWWDIR%%/install/lang/ext/es_ES.php +%%WWWDIR%%/install/lang/ext/fa_FA.php +%%WWWDIR%%/install/lang/ext/fa_IR.php %%WWWDIR%%/install/lang/ext/fi_FI.php %%WWWDIR%%/install/lang/ext/fr_FR.php %%WWWDIR%%/install/lang/ext/hr_HR.php @@ -537,10 +650,11 @@ %%WWWDIR%%/install/lang/ext/ru_RU.php %%WWWDIR%%/install/lang/ext/sk_SK.php %%WWWDIR%%/install/lang/ext/sl_SI.php +%%WWWDIR%%/install/lang/ext/sr_YU.php %%WWWDIR%%/install/lang/ext/sv_SE.php %%WWWDIR%%/install/lang/ext/tr_TR.php +%%WWWDIR%%/install/lang/ext/zh_TW.php %%WWWDIR%%/install/lang/index.html -%%WWWDIR%%/install/lang.php %%WWWDIR%%/install/lib/classes/CMSInstallPage1.class.php %%WWWDIR%%/install/lib/classes/CMSInstallPage2.class.php %%WWWDIR%%/install/lib/classes/CMSInstallPage3.class.php @@ -617,13 +731,16 @@ %%WWWDIR%%/install/upgrades/upgrade.31.to.32.php %%WWWDIR%%/install/upgrades/upgrade.32.to.33.php %%WWWDIR%%/install/upgrades/upgrade.33.to.34.php +%%WWWDIR%%/install/upgrades/upgrade.34.to.35.php +%%WWWDIR%%/install/upgrades/upgrade.35.to.36.php +%%WWWDIR%%/install/upgrades/upgrade.36.to.37.php %%WWWDIR%%/install/upgrades/upgrade.4.to.5.php %%WWWDIR%%/install/upgrades/upgrade.5.to.6.php %%WWWDIR%%/install/upgrades/upgrade.6.to.7.php %%WWWDIR%%/install/upgrades/upgrade.7.to.8.php %%WWWDIR%%/install/upgrades/upgrade.8.to.9.php %%WWWDIR%%/install/upgrades/upgrade.9.to.10.php -%%WWWDIR%%/lib/Tree/index.html +%%WWWDIR%%/lib/.htaccess %%WWWDIR%%/lib/adodb.functions.php %%WWWDIR%%/lib/adodb_lite/adodb-datadict.inc.php %%WWWDIR%%/lib/adodb_lite/adodb-error.inc.php @@ -631,8 +748,6 @@ %%WWWDIR%%/lib/adodb_lite/adodb-errorpear.inc.php %%WWWDIR%%/lib/adodb_lite/adodb-exceptions.inc.php %%WWWDIR%%/lib/adodb_lite/adodb-time.inc.php -%%WWWDIR%%/lib/adodb_lite/adodb-xmlschema.inc.php -%%WWWDIR%%/lib/adodb_lite/adodb.config.php %%WWWDIR%%/lib/adodb_lite/adodb.inc.php %%WWWDIR%%/lib/adodb_lite/adodbSQL_drivers/index.html %%WWWDIR%%/lib/adodb_lite/adodbSQL_drivers/mysql/index.html @@ -647,45 +762,37 @@ %%WWWDIR%%/lib/adodb_lite/adodbSQL_drivers/mysqli/mysqli_driver.inc %%WWWDIR%%/lib/adodb_lite/adodbSQL_drivers/mysqli/mysqli_extend_module.inc %%WWWDIR%%/lib/adodb_lite/adodbSQL_drivers/mysqli/mysqli_transaction_module.inc -%%WWWDIR%%/lib/adodb_lite/adodbSQL_drivers/postgres/index.html -%%WWWDIR%%/lib/adodb_lite/adodbSQL_drivers/postgres/postgres_datadict.inc -%%WWWDIR%%/lib/adodb_lite/adodbSQL_drivers/postgres/postgres_date_module.inc -%%WWWDIR%%/lib/adodb_lite/adodbSQL_drivers/postgres/postgres_driver.inc -%%WWWDIR%%/lib/adodb_lite/adodbSQL_drivers/postgres/postgres_extend_module.inc -%%WWWDIR%%/lib/adodb_lite/adodbSQL_drivers/postgres/postgres_meta_module.inc -%%WWWDIR%%/lib/adodb_lite/adodbSQL_drivers/postgres/postgres_transaction_module.inc -%%WWWDIR%%/lib/adodb_lite/adodbSQL_drivers/postgres64/index.html -%%WWWDIR%%/lib/adodb_lite/adodbSQL_drivers/postgres64/postgres64_datadict.inc -%%WWWDIR%%/lib/adodb_lite/adodbSQL_drivers/postgres64/postgres64_date_module.inc -%%WWWDIR%%/lib/adodb_lite/adodbSQL_drivers/postgres64/postgres64_driver.inc -%%WWWDIR%%/lib/adodb_lite/adodbSQL_drivers/postgres64/postgres64_extend_module.inc -%%WWWDIR%%/lib/adodb_lite/adodbSQL_drivers/postgres64/postgres64_meta_module.inc -%%WWWDIR%%/lib/adodb_lite/adodbSQL_drivers/postgres64/postgres64_transaction_module.inc -%%WWWDIR%%/lib/adodb_lite/adodbSQL_drivers/postgres7/index.html -%%WWWDIR%%/lib/adodb_lite/adodbSQL_drivers/postgres7/postgres7_datadict.inc -%%WWWDIR%%/lib/adodb_lite/adodbSQL_drivers/postgres7/postgres7_date_module.inc -%%WWWDIR%%/lib/adodb_lite/adodbSQL_drivers/postgres7/postgres7_driver.inc -%%WWWDIR%%/lib/adodb_lite/adodbSQL_drivers/postgres7/postgres7_extend_module.inc -%%WWWDIR%%/lib/adodb_lite/adodbSQL_drivers/postgres7/postgres7_transaction_module.inc -%%WWWDIR%%/lib/adodb_lite/adodbSQL_drivers/postgres8/index.html -%%WWWDIR%%/lib/adodb_lite/adodbSQL_drivers/postgres8/postgres8_datadict.inc -%%WWWDIR%%/lib/adodb_lite/adodbSQL_drivers/postgres8/postgres8_date_module.inc -%%WWWDIR%%/lib/adodb_lite/adodbSQL_drivers/postgres8/postgres8_driver.inc -%%WWWDIR%%/lib/adodb_lite/adodbSQL_drivers/postgres8/postgres8_extend_module.inc -%%WWWDIR%%/lib/adodb_lite/adodbSQL_drivers/postgres8/postgres8_meta_module.inc -%%WWWDIR%%/lib/adodb_lite/adodbSQL_drivers/postgres8/postgres8_transaction_module.inc %%WWWDIR%%/lib/adodb_lite/generic_modules/adodblite_module.inc %%WWWDIR%%/lib/adodb_lite/generic_modules/index.html -%%WWWDIR%%/lib/adodb_lite/generic_modules/menu_module.inc -%%WWWDIR%%/lib/adodb_lite/generic_modules/object_module.inc %%WWWDIR%%/lib/adodb_lite/generic_modules/pear_module.inc %%WWWDIR%%/lib/adodb_lite/index.html %%WWWDIR%%/lib/adodb_lite/lang/adodb-en.inc.php %%WWWDIR%%/lib/adodb_lite/lang/index.html %%WWWDIR%%/lib/adodb_lite/xmlschema.dtd %%WWWDIR%%/lib/autoloader.php +%%WWWDIR%%/lib/classes/class.CMSContentTemplateResource.php +%%WWWDIR%%/lib/classes/class.CMSGlobalContentTemplateResource.php +%%WWWDIR%%/lib/classes/class.CMSModule.php +%%WWWDIR%%/lib/classes/class.CMSModuleContentType.php +%%WWWDIR%%/lib/classes/class.CMSModuleDbTemplateResource.php +%%WWWDIR%%/lib/classes/class.CMSNullTemplateResource.php +%%WWWDIR%%/lib/classes/class.CMSPageTemplateResource.php +%%WWWDIR%%/lib/classes/class.CMSSmartySecurityPolicy.php +%%WWWDIR%%/lib/classes/class.CMS_Content_Block.php +%%WWWDIR%%/lib/classes/class.CmsAdminThemeBase.php +%%WWWDIR%%/lib/classes/class.CmsAdminUtils.php +%%WWWDIR%%/lib/classes/class.CmsApp.php +%%WWWDIR%%/lib/classes/class.CmsException.php +%%WWWDIR%%/lib/classes/class.CmsLangOperations.php +%%WWWDIR%%/lib/classes/class.CmsLanguageDetector.php +%%WWWDIR%%/lib/classes/class.CmsNls.php +%%WWWDIR%%/lib/classes/class.CmsNlsOperations.php %%WWWDIR%%/lib/classes/class.CmsRegularTaskHandler.php %%WWWDIR%%/lib/classes/class.CmsRoute.php +%%WWWDIR%%/lib/classes/class.ContentBase.php +%%WWWDIR%%/lib/classes/class.Events.php +%%WWWDIR%%/lib/classes/class.Smarty_CMS.php +%%WWWDIR%%/lib/classes/class.Smarty_Parser.php %%WWWDIR%%/lib/classes/class.admintheme.inc.php %%WWWDIR%%/lib/classes/class.bookmark.inc.php %%WWWDIR%%/lib/classes/class.bookmarkoperations.inc.php @@ -693,23 +800,24 @@ %%WWWDIR%%/lib/classes/class.cms_config.php %%WWWDIR%%/lib/classes/class.cms_content_cache.php %%WWWDIR%%/lib/classes/class.cms_content_tree.php -%%WWWDIR%%/lib/classes/class.cms_route_agregator.php +%%WWWDIR%%/lib/classes/class.cms_cookies.php +%%WWWDIR%%/lib/classes/class.cms_http_request.php +%%WWWDIR%%/lib/classes/class.cms_module_smarty_plugin_manager.php %%WWWDIR%%/lib/classes/class.cms_route_manager.php +%%WWWDIR%%/lib/classes/class.cms_siteprefs.php %%WWWDIR%%/lib/classes/class.cms_tree.php %%WWWDIR%%/lib/classes/class.cms_tree_operations.php +%%WWWDIR%%/lib/classes/class.cms_url.php +%%WWWDIR%%/lib/classes/class.cms_userprefs.php %%WWWDIR%%/lib/classes/class.cms_utils.php %%WWWDIR%%/lib/classes/class.cms_variables.php -%%WWWDIR%%/lib/classes/class.content.inc.php %%WWWDIR%%/lib/classes/class.content_assistant.php %%WWWDIR%%/lib/classes/class.contentoperations.inc.php -%%WWWDIR%%/lib/classes/class.events.inc.php -%%WWWDIR%%/lib/classes/class.global.inc.php %%WWWDIR%%/lib/classes/class.globalcontent.inc.php %%WWWDIR%%/lib/classes/class.globalcontentoperations.inc.php %%WWWDIR%%/lib/classes/class.group.inc.php %%WWWDIR%%/lib/classes/class.groupoperations.inc.php -%%WWWDIR%%/lib/classes/class.module.inc.php -%%WWWDIR%%/lib/classes/class.moduleloader.inc.php +%%WWWDIR%%/lib/classes/class.module_meta.php %%WWWDIR%%/lib/classes/class.moduleoperations.inc.php %%WWWDIR%%/lib/classes/class.pageinfo.inc.php %%WWWDIR%%/lib/classes/class.recentpage.inc.php @@ -735,10 +843,7 @@ %%WWWDIR%%/lib/classes/module_support/modmisc.inc.php %%WWWDIR%%/lib/classes/module_support/modredirect.inc.php %%WWWDIR%%/lib/classes/module_support/modtemplates.inc.php -%%WWWDIR%%/lib/config.functions.php %%WWWDIR%%/lib/content.functions.php -%%WWWDIR%%/lib/dynamic_tabs/index.html -%%WWWDIR%%/lib/dynamic_tabs/tabs.js %%WWWDIR%%/lib/filemanager/ImageManager/Classes/Files.php %%WWWDIR%%/lib/filemanager/ImageManager/Classes/GD.php %%WWWDIR%%/lib/filemanager/ImageManager/Classes/IM.php @@ -808,11 +913,11 @@ %%WWWDIR%%/lib/filemanager/ImageManager/thumbs.php %%WWWDIR%%/lib/filemanager/filetypes.inc.php %%WWWDIR%%/lib/filemanager/index.html -%%WWWDIR%%/lib/helparea.js %%WWWDIR%%/lib/html_entity_decode_php4.php %%WWWDIR%%/lib/html_entity_decode_utf8.php %%WWWDIR%%/lib/index.html %%WWWDIR%%/lib/jquery/css/index.html +%%WWWDIR%%/lib/jquery/css/smoothness/images/animated-overlay.gif %%WWWDIR%%/lib/jquery/css/smoothness/images/index.html %%WWWDIR%%/lib/jquery/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png %%WWWDIR%%/lib/jquery/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png @@ -828,46 +933,71 @@ %%WWWDIR%%/lib/jquery/css/smoothness/images/ui-icons_888888_256x240.png %%WWWDIR%%/lib/jquery/css/smoothness/images/ui-icons_cd0a0a_256x240.png %%WWWDIR%%/lib/jquery/css/smoothness/index.html -%%WWWDIR%%/lib/jquery/css/smoothness/jquery-ui-1.8.4.custom.css +%%WWWDIR%%/lib/jquery/css/smoothness/jquery-ui-1.10.4.custom.min.css %%WWWDIR%%/lib/jquery/index.html %%WWWDIR%%/lib/jquery/js/index.html -%%WWWDIR%%/lib/jquery/js/jquery-1.4.2.min.js -%%WWWDIR%%/lib/jquery/js/jquery-ui-1.8.4.custom.min.js -%%WWWDIR%%/lib/jquery/js/jquery-ui-1.8.5.custom.min.js -%%WWWDIR%%/lib/jquery/js/jquery.json-2.2.js -%%WWWDIR%%/lib/jquery/js/jquery.json-2.2.min.js -%%WWWDIR%%/lib/jquery/js/jquery.ui.nestedSortable.js +%%WWWDIR%%/lib/jquery/js/jquery-1.11.0.min.js +%%WWWDIR%%/lib/jquery/js/jquery-1.11.0.min.map +%%WWWDIR%%/lib/jquery/js/jquery-migrate-1.2.1.min.js +%%WWWDIR%%/lib/jquery/js/jquery-ui-1.10.4.custom.js +%%WWWDIR%%/lib/jquery/js/jquery-ui-1.10.4.custom.min.js +%%WWWDIR%%/lib/jquery/js/jquery.json-2.3.min.js +%%WWWDIR%%/lib/jquery/js/jquery.ui.nestedSortable-1.3.4.js %%WWWDIR%%/lib/lang/cms_selflink/en_US.php +%%WWWDIR%%/lib/lang/cms_selflink/ext/ar_AR.php +%%WWWDIR%%/lib/lang/cms_selflink/ext/cs_CZ.php +%%WWWDIR%%/lib/lang/cms_selflink/ext/da_DK.php %%WWWDIR%%/lib/lang/cms_selflink/ext/de_DE.php %%WWWDIR%%/lib/lang/cms_selflink/ext/en_CY.php %%WWWDIR%%/lib/lang/cms_selflink/ext/es_ES.php +%%WWWDIR%%/lib/lang/cms_selflink/ext/et_EE.php +%%WWWDIR%%/lib/lang/cms_selflink/ext/fa_FA.php %%WWWDIR%%/lib/lang/cms_selflink/ext/fi_FI.php %%WWWDIR%%/lib/lang/cms_selflink/ext/fr_FR.php +%%WWWDIR%%/lib/lang/cms_selflink/ext/gl_GL.php %%WWWDIR%%/lib/lang/cms_selflink/ext/hr_HR.php +%%WWWDIR%%/lib/lang/cms_selflink/ext/hu_HU.php %%WWWDIR%%/lib/lang/cms_selflink/ext/index.html %%WWWDIR%%/lib/lang/cms_selflink/ext/it_IT.php +%%WWWDIR%%/lib/lang/cms_selflink/ext/lt_LT.php %%WWWDIR%%/lib/lang/cms_selflink/ext/nb_NO.php %%WWWDIR%%/lib/lang/cms_selflink/ext/nl_NL.php %%WWWDIR%%/lib/lang/cms_selflink/ext/pl_PL.php +%%WWWDIR%%/lib/lang/cms_selflink/ext/pt_BR.php +%%WWWDIR%%/lib/lang/cms_selflink/ext/pt_PT.php +%%WWWDIR%%/lib/lang/cms_selflink/ext/ro_RO.php %%WWWDIR%%/lib/lang/cms_selflink/ext/ru_RU.php %%WWWDIR%%/lib/lang/cms_selflink/ext/sk_SK.php %%WWWDIR%%/lib/lang/cms_selflink/ext/sl_SI.php %%WWWDIR%%/lib/lang/cms_selflink/ext/sr_YU.php %%WWWDIR%%/lib/lang/cms_selflink/ext/sv_SE.php +%%WWWDIR%%/lib/lang/cms_selflink/ext/tr_TR.php +%%WWWDIR%%/lib/lang/cms_selflink/ext/vi_VN.php +%%WWWDIR%%/lib/lang/cms_selflink/ext/zh_TW.php %%WWWDIR%%/lib/lang/cms_selflink/index.html %%WWWDIR%%/lib/lang/index.html %%WWWDIR%%/lib/lang/tasks/en_US.php +%%WWWDIR%%/lib/lang/tasks/ext/ar_AR.php +%%WWWDIR%%/lib/lang/tasks/ext/cs_CZ.php +%%WWWDIR%%/lib/lang/tasks/ext/da_DK.php %%WWWDIR%%/lib/lang/tasks/ext/de_DE.php %%WWWDIR%%/lib/lang/tasks/ext/en_CY.php %%WWWDIR%%/lib/lang/tasks/ext/es_ES.php +%%WWWDIR%%/lib/lang/tasks/ext/et_EE.php +%%WWWDIR%%/lib/lang/tasks/ext/fa_FA.php %%WWWDIR%%/lib/lang/tasks/ext/fi_FI.php %%WWWDIR%%/lib/lang/tasks/ext/fr_FR.php +%%WWWDIR%%/lib/lang/tasks/ext/gl_GL.php %%WWWDIR%%/lib/lang/tasks/ext/hr_HR.php +%%WWWDIR%%/lib/lang/tasks/ext/hu_HU.php %%WWWDIR%%/lib/lang/tasks/ext/index.html %%WWWDIR%%/lib/lang/tasks/ext/it_IT.php %%WWWDIR%%/lib/lang/tasks/ext/ja_JP.php +%%WWWDIR%%/lib/lang/tasks/ext/lt_LT.php %%WWWDIR%%/lib/lang/tasks/ext/nb_NO.php %%WWWDIR%%/lib/lang/tasks/ext/nl_NL.php +%%WWWDIR%%/lib/lang/tasks/ext/pl_PL.php +%%WWWDIR%%/lib/lang/tasks/ext/pt_BR.php %%WWWDIR%%/lib/lang/tasks/ext/pt_PT.php %%WWWDIR%%/lib/lang/tasks/ext/rm_CH.php %%WWWDIR%%/lib/lang/tasks/ext/ro_RO.php @@ -876,94 +1006,190 @@ %%WWWDIR%%/lib/lang/tasks/ext/sl_SI.php %%WWWDIR%%/lib/lang/tasks/ext/sr_YU.php %%WWWDIR%%/lib/lang/tasks/ext/sv_SE.php +%%WWWDIR%%/lib/lang/tasks/ext/tr_TR.php +%%WWWDIR%%/lib/lang/tasks/ext/vi_VN.php +%%WWWDIR%%/lib/lang/tasks/ext/zh_TW.php %%WWWDIR%%/lib/lang/tasks/index.html %%WWWDIR%%/lib/misc.functions.php %%WWWDIR%%/lib/module.functions.php +%%WWWDIR%%/lib/nls/af_ZA.nls.php +%%WWWDIR%%/lib/nls/ar_AR.nls.php +%%WWWDIR%%/lib/nls/bg_BG.nls.php +%%WWWDIR%%/lib/nls/ca_ES.nls.php +%%WWWDIR%%/lib/nls/cs_CZ.nls.php +%%WWWDIR%%/lib/nls/da_DK.nls.php +%%WWWDIR%%/lib/nls/de_DE.nls.php +%%WWWDIR%%/lib/nls/el_GR.nls.php +%%WWWDIR%%/lib/nls/en_CY.nls.php +%%WWWDIR%%/lib/nls/en_US.nls.php +%%WWWDIR%%/lib/nls/es_ES.nls.php +%%WWWDIR%%/lib/nls/et_EE.nls.php +%%WWWDIR%%/lib/nls/eu_ES.nls.php +%%WWWDIR%%/lib/nls/fa_IR.nls.php +%%WWWDIR%%/lib/nls/fi_FI.nls.php +%%WWWDIR%%/lib/nls/fr_FR.nls.php +%%WWWDIR%%/lib/nls/hr_HR.nls.php +%%WWWDIR%%/lib/nls/hu_HU.nls.php +%%WWWDIR%%/lib/nls/id_ID.nls.php +%%WWWDIR%%/lib/nls/index.html +%%WWWDIR%%/lib/nls/is_IS.nls.php +%%WWWDIR%%/lib/nls/it_IT.nls.php +%%WWWDIR%%/lib/nls/ja_JP.nls.php +%%WWWDIR%%/lib/nls/kz_KZ.nls.php +%%WWWDIR%%/lib/nls/lt_LT.nls.php +%%WWWDIR%%/lib/nls/nb_NO.nls.php +%%WWWDIR%%/lib/nls/nl_NL.nls.php +%%WWWDIR%%/lib/nls/pl_PL.nls.php +%%WWWDIR%%/lib/nls/pt_BR.nls.php +%%WWWDIR%%/lib/nls/pt_PT.nls.php +%%WWWDIR%%/lib/nls/ro_RO.nls.php +%%WWWDIR%%/lib/nls/ru_RU.nls.php +%%WWWDIR%%/lib/nls/sk_SK.nls.php +%%WWWDIR%%/lib/nls/sl_SI.nls.php +%%WWWDIR%%/lib/nls/sr_YU.nls.php +%%WWWDIR%%/lib/nls/sv_SE.nls.php +%%WWWDIR%%/lib/nls/tr_TR.nls.php +%%WWWDIR%%/lib/nls/zh_CN.nls.php +%%WWWDIR%%/lib/nls/zh_TW.nls.php %%WWWDIR%%/lib/page.functions.php %%WWWDIR%%/lib/replacement.php -%%WWWDIR%%/lib/scriptaculous/index.html -%%WWWDIR%%/lib/sllists/SLLists.class.php -%%WWWDIR%%/lib/sllists/css/index.html -%%WWWDIR%%/lib/sllists/css/lists.css -%%WWWDIR%%/lib/sllists/index.html -%%WWWDIR%%/lib/smarty/CMS_Compiler.class.php -%%WWWDIR%%/lib/smarty/Config_File.class.php -%%WWWDIR%%/lib/smarty/Smarty.class.php -%%WWWDIR%%/lib/smarty/Smarty_Compiler.class.php -%%WWWDIR%%/lib/smarty/debug.tpl +%%WWWDIR%%/lib/smarty/3.1.16_RELEASE_NOTES.txt +%%WWWDIR%%/lib/smarty/COPYING.lib +%%WWWDIR%%/lib/smarty/README +%%WWWDIR%%/lib/smarty/SMARTY_2_BC_NOTES.txt +%%WWWDIR%%/lib/smarty/SMARTY_3.0_BC_NOTES.txt +%%WWWDIR%%/lib/smarty/SMARTY_3.1_NOTES.txt +%%WWWDIR%%/lib/smarty/change_log.txt +%%WWWDIR%%/lib/smarty/error-console.tpl +%%WWWDIR%%/lib/smarty/img/cmsms-logo.png +%%WWWDIR%%/lib/smarty/img/index.html %%WWWDIR%%/lib/smarty/index.html -%%WWWDIR%%/lib/smarty/internals/core.assemble_plugin_filepath.php -%%WWWDIR%%/lib/smarty/internals/core.assign_smarty_interface.php -%%WWWDIR%%/lib/smarty/internals/core.create_dir_structure.php -%%WWWDIR%%/lib/smarty/internals/core.display_debug_console.php *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Fri Jul 10 11:31:42 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1ABBF995173; Fri, 10 Jul 2015 11:31:42 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D52901175; Fri, 10 Jul 2015 11:31:41 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6ABVfbZ015048; Fri, 10 Jul 2015 11:31:41 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6ABVft5015047; Fri, 10 Jul 2015 11:31:41 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507101131.t6ABVft5015047@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Fri, 10 Jul 2015 11:31:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391699 - 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: Fri, 10 Jul 2015 11:31:42 -0000 Author: olgeni Date: Fri Jul 10 11:31:40 2015 New Revision: 391699 URL: https://svnweb.freebsd.org/changeset/ports/391699 Log: Fix installation of ERL_DOCS directories. Modified: head/Mk/Uses/erlang.mk Modified: head/Mk/Uses/erlang.mk ============================================================================== --- head/Mk/Uses/erlang.mk Fri Jul 10 11:17:38 2015 (r391698) +++ head/Mk/Uses/erlang.mk Fri Jul 10 11:31:40 2015 (r391699) @@ -129,7 +129,7 @@ do-install-erlang: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for file in ${ERL_DOCS} if [ -d "${WRKSRC}/${file}" ]; then \ - cd ${WRKSRC} && ${COPYTREE_SHARE} ${dir} ${STAGEDIR}${DOCSDIR}; \ + cd ${WRKSRC} && ${COPYTREE_SHARE} ${file} ${STAGEDIR}${DOCSDIR}; \ else \ ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}; \ fi From owner-svn-ports-head@freebsd.org Fri Jul 10 11:34:11 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C66889952A0; Fri, 10 Jul 2015 11:34:11 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 929391575; Fri, 10 Jul 2015 11:34:11 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6ABYAXB017933; Fri, 10 Jul 2015 11:34:10 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6ABY807017925; Fri, 10 Jul 2015 11:34:08 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507101134.t6ABY807017925@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Fri, 10 Jul 2015 11:34:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391700 - in head/textproc: . erlang-yamerl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 10 Jul 2015 11:34:11 -0000 Author: olgeni Date: Fri Jul 10 11:34:08 2015 New Revision: 391700 URL: https://svnweb.freebsd.org/changeset/ports/391700 Log: Add textproc/erlang-yamerl, a YAML 1.2 parser in pure Erlang. Added: head/textproc/erlang-yamerl/ head/textproc/erlang-yamerl/Makefile (contents, props changed) head/textproc/erlang-yamerl/distinfo (contents, props changed) head/textproc/erlang-yamerl/pkg-descr (contents, props changed) head/textproc/erlang-yamerl/pkg-plist (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Fri Jul 10 11:31:40 2015 (r391699) +++ head/textproc/Makefile Fri Jul 10 11:34:08 2015 (r391700) @@ -159,6 +159,7 @@ SUBDIR += eo-aspell SUBDIR += eqe SUBDIR += erlang-edown + SUBDIR += erlang-yamerl SUBDIR += es-aspell SUBDIR += es-hunspell SUBDIR += es-hyphen Added: head/textproc/erlang-yamerl/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/erlang-yamerl/Makefile Fri Jul 10 11:34:08 2015 (r391700) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= yamerl +PORTVERSION= 0.3.2 +CATEGORIES= textproc +PKGNAMEPREFIX= erlang- + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= YAML 1.2 parser in pure Erlang + +LICENSE= BSD2CLAUSE + +USES= erlang:rebar +USE_GITHUB= yes +GH_ACCOUNT= yakaz +GH_TAGNAME= v${PORTVERSION}-1 + +ERL_DOCS= README.md doc + +.include Added: head/textproc/erlang-yamerl/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/erlang-yamerl/distinfo Fri Jul 10 11:34:08 2015 (r391700) @@ -0,0 +1,2 @@ +SHA256 (yakaz-yamerl-0.3.2-v0.3.2-1_GH0.tar.gz) = 93c5beb377f8af4a589046b7da2bb7fb1a964dee9109512734bcd98201475337 +SIZE (yakaz-yamerl-0.3.2-v0.3.2-1_GH0.tar.gz) = 112817 Added: head/textproc/erlang-yamerl/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/erlang-yamerl/pkg-descr Fri Jul 10 11:34:08 2015 (r391700) @@ -0,0 +1,9 @@ +YAML is a human-friendly data serialization format. The specification +for this language and many examples are available from the Official +YAML web site. You may also want to check the YAML Wikipedia article. + +yamerl is a pure Erlang application which is able to parse YAML 1.1 +and YAML 1.2 documents, as well as JSON documents. It only depends +on standard Erlang/OTP applications. + +WWW: https://github.com/yakaz/yamerl Added: head/textproc/erlang-yamerl/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/erlang-yamerl/pkg-plist Fri Jul 10 11:34:08 2015 (r391700) @@ -0,0 +1,79 @@ +lib/erlang/lib/yamerl-%%VERSION%%/ebin/Makefile.am +lib/erlang/lib/yamerl-%%VERSION%%/ebin/yamerl.app +lib/erlang/lib/yamerl-%%VERSION%%/ebin/yamerl.app.in.in +lib/erlang/lib/yamerl-%%VERSION%%/ebin/yamerl.appup.in +lib/erlang/lib/yamerl-%%VERSION%%/ebin/yamerl.beam +lib/erlang/lib/yamerl-%%VERSION%%/ebin/yamerl_app.beam +lib/erlang/lib/yamerl-%%VERSION%%/ebin/yamerl_constr.beam +lib/erlang/lib/yamerl-%%VERSION%%/ebin/yamerl_errors.beam +lib/erlang/lib/yamerl-%%VERSION%%/ebin/yamerl_node_bool.beam +lib/erlang/lib/yamerl-%%VERSION%%/ebin/yamerl_node_bool_ext.beam +lib/erlang/lib/yamerl-%%VERSION%%/ebin/yamerl_node_bool_json.beam +lib/erlang/lib/yamerl-%%VERSION%%/ebin/yamerl_node_erlang_atom.beam +lib/erlang/lib/yamerl-%%VERSION%%/ebin/yamerl_node_erlang_fun.beam +lib/erlang/lib/yamerl-%%VERSION%%/ebin/yamerl_node_float.beam +lib/erlang/lib/yamerl-%%VERSION%%/ebin/yamerl_node_float_ext.beam +lib/erlang/lib/yamerl-%%VERSION%%/ebin/yamerl_node_float_json.beam +lib/erlang/lib/yamerl-%%VERSION%%/ebin/yamerl_node_int.beam +lib/erlang/lib/yamerl-%%VERSION%%/ebin/yamerl_node_int_ext.beam +lib/erlang/lib/yamerl-%%VERSION%%/ebin/yamerl_node_int_json.beam +lib/erlang/lib/yamerl-%%VERSION%%/ebin/yamerl_node_ipaddr.beam +lib/erlang/lib/yamerl-%%VERSION%%/ebin/yamerl_node_map.beam +lib/erlang/lib/yamerl-%%VERSION%%/ebin/yamerl_node_null.beam +lib/erlang/lib/yamerl-%%VERSION%%/ebin/yamerl_node_null_json.beam +lib/erlang/lib/yamerl-%%VERSION%%/ebin/yamerl_node_seq.beam +lib/erlang/lib/yamerl-%%VERSION%%/ebin/yamerl_node_size.beam +lib/erlang/lib/yamerl-%%VERSION%%/ebin/yamerl_node_str.beam +lib/erlang/lib/yamerl-%%VERSION%%/ebin/yamerl_node_str_json.beam +lib/erlang/lib/yamerl-%%VERSION%%/ebin/yamerl_node_timestamp.beam +lib/erlang/lib/yamerl-%%VERSION%%/ebin/yamerl_parser.beam +lib/erlang/lib/yamerl-%%VERSION%%/ebin/yamerl_sup.beam +lib/erlang/lib/yamerl-%%VERSION%%/ebin/yamerl_yamler_compat.beam +lib/erlang/lib/yamerl-%%VERSION%%/include/Makefile.am +lib/erlang/lib/yamerl-%%VERSION%%/include/internal/yamerl_constr.hrl +lib/erlang/lib/yamerl-%%VERSION%%/include/internal/yamerl_parser.hrl +lib/erlang/lib/yamerl-%%VERSION%%/include/yamerl_errors.hrl +lib/erlang/lib/yamerl-%%VERSION%%/include/yamerl_nodes.hrl +lib/erlang/lib/yamerl-%%VERSION%%/include/yamerl_nodes_yamerl_extensions.hrl +lib/erlang/lib/yamerl-%%VERSION%%/include/yamerl_tokens.hrl +lib/erlang/lib/yamerl-%%VERSION%%/include/yamerl_types.hrl +lib/erlang/lib/yamerl-%%VERSION%%/src/Emakefile.in.in +lib/erlang/lib/yamerl-%%VERSION%%/src/Makefile.am +lib/erlang/lib/yamerl-%%VERSION%%/src/yamerl.app.src +lib/erlang/lib/yamerl-%%VERSION%%/src/yamerl.erl +lib/erlang/lib/yamerl-%%VERSION%%/src/yamerl_app.erl +lib/erlang/lib/yamerl-%%VERSION%%/src/yamerl_constr.erl +lib/erlang/lib/yamerl-%%VERSION%%/src/yamerl_errors.erl +lib/erlang/lib/yamerl-%%VERSION%%/src/yamerl_node_bool.erl +lib/erlang/lib/yamerl-%%VERSION%%/src/yamerl_node_bool_ext.erl +lib/erlang/lib/yamerl-%%VERSION%%/src/yamerl_node_bool_json.erl +lib/erlang/lib/yamerl-%%VERSION%%/src/yamerl_node_erlang_atom.erl +lib/erlang/lib/yamerl-%%VERSION%%/src/yamerl_node_erlang_fun.erl +lib/erlang/lib/yamerl-%%VERSION%%/src/yamerl_node_float.erl +lib/erlang/lib/yamerl-%%VERSION%%/src/yamerl_node_float_ext.erl +lib/erlang/lib/yamerl-%%VERSION%%/src/yamerl_node_float_json.erl +lib/erlang/lib/yamerl-%%VERSION%%/src/yamerl_node_int.erl +lib/erlang/lib/yamerl-%%VERSION%%/src/yamerl_node_int_ext.erl +lib/erlang/lib/yamerl-%%VERSION%%/src/yamerl_node_int_json.erl +lib/erlang/lib/yamerl-%%VERSION%%/src/yamerl_node_ipaddr.erl +lib/erlang/lib/yamerl-%%VERSION%%/src/yamerl_node_map.erl +lib/erlang/lib/yamerl-%%VERSION%%/src/yamerl_node_null.erl +lib/erlang/lib/yamerl-%%VERSION%%/src/yamerl_node_null_json.erl +lib/erlang/lib/yamerl-%%VERSION%%/src/yamerl_node_seq.erl +lib/erlang/lib/yamerl-%%VERSION%%/src/yamerl_node_size.erl +lib/erlang/lib/yamerl-%%VERSION%%/src/yamerl_node_str.erl +lib/erlang/lib/yamerl-%%VERSION%%/src/yamerl_node_str_json.erl +lib/erlang/lib/yamerl-%%VERSION%%/src/yamerl_node_timestamp.erl +lib/erlang/lib/yamerl-%%VERSION%%/src/yamerl_parser.erl +lib/erlang/lib/yamerl-%%VERSION%%/src/yamerl_sup.erl +lib/erlang/lib/yamerl-%%VERSION%%/src/yamerl_yamler_compat.erl +%%PORTDOCS%%%%DOCSDIR%%/README.md +%%PORTDOCS%%%%DOCSDIR%%/doc/README.md +%%PORTDOCS%%%%DOCSDIR%%/doc/alternatives.md +%%PORTDOCS%%%%DOCSDIR%%/doc/features.md +%%PORTDOCS%%%%DOCSDIR%%/doc/installation.md +%%PORTDOCS%%%%DOCSDIR%%/doc/reference-manual/README.md +%%PORTDOCS%%%%DOCSDIR%%/doc/reference-manual/module-yamerl_constr.md +%%PORTDOCS%%%%DOCSDIR%%/doc/user-guide/README.md +%%PORTDOCS%%%%DOCSDIR%%/doc/user-guide/recipe-basic-parsing.md +%%PORTDOCS%%%%DOCSDIR%%/doc/user-guide/recipe-error-handling.md From owner-svn-ports-head@freebsd.org Fri Jul 10 11:42:07 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 784A2995473; Fri, 10 Jul 2015 11:42:07 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5A3D41A6A; Fri, 10 Jul 2015 11:42:07 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6ABg6wn022640; Fri, 10 Jul 2015 11:42:06 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6ABg4MP022630; Fri, 10 Jul 2015 11:42:04 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507101142.t6ABg4MP022630@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Fri, 10 Jul 2015 11:42:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391701 - in head/devel: . erlang-clique erlang-clique/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, 10 Jul 2015 11:42:07 -0000 Author: olgeni Date: Fri Jul 10 11:42:03 2015 New Revision: 391701 URL: https://svnweb.freebsd.org/changeset/ports/391701 Log: Add devel/erlang-clique, a CLI Framework for Erlang. Added: head/devel/erlang-clique/ head/devel/erlang-clique/Makefile (contents, props changed) head/devel/erlang-clique/distinfo (contents, props changed) head/devel/erlang-clique/files/ head/devel/erlang-clique/files/patch-rebar.config (contents, props changed) head/devel/erlang-clique/pkg-descr (contents, props changed) head/devel/erlang-clique/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Jul 10 11:34:08 2015 (r391700) +++ head/devel/Makefile Fri Jul 10 11:42:03 2015 (r391701) @@ -433,6 +433,7 @@ SUBDIR += eris SUBDIR += erlang-bbmustache SUBDIR += erlang-bear + SUBDIR += erlang-clique SUBDIR += erlang-common_lib SUBDIR += erlang-cuttlefish SUBDIR += erlang-erlware_commons Added: head/devel/erlang-clique/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/erlang-clique/Makefile Fri Jul 10 11:42:03 2015 (r391701) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= clique +PORTVERSION= 0.3.1 +CATEGORIES= devel +PKGNAMEPREFIX= erlang- + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= CLI Framework for Erlang + +LICENSE= APACHE20 + +USES= erlang:rebar +USE_GITHUB= yes +GH_ACCOUNT= basho + +ERL_BUILD_DEPS= devel/erlang-cuttlefish +ERL_RUN_DEPS:= ${ERL_BUILD_DEPS} + +.include Added: head/devel/erlang-clique/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/erlang-clique/distinfo Fri Jul 10 11:42:03 2015 (r391701) @@ -0,0 +1,2 @@ +SHA256 (basho-clique-0.3.1_GH0.tar.gz) = 00cd340d6fcceb7b94d1169367af1f0e4cac5aeb54572aa356eb3a75fbfcf684 +SIZE (basho-clique-0.3.1_GH0.tar.gz) = 179125 Added: head/devel/erlang-clique/files/patch-rebar.config ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/erlang-clique/files/patch-rebar.config Fri Jul 10 11:42:03 2015 (r391701) @@ -0,0 +1,8 @@ +--- rebar.config.orig 2015-07-10 11:37:24 UTC ++++ rebar.config +@@ -12,5 +12,4 @@ + ]}. + + {deps, [ +- {cuttlefish, ".*", {git, "git://github.com/basho/cuttlefish.git", {branch, "develop"}}} + ]}. Added: head/devel/erlang-clique/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/erlang-clique/pkg-descr Fri Jul 10 11:42:03 2015 (r391701) @@ -0,0 +1,6 @@ +Clique is an opinionated framework for building command line +interfaces in Erlang. It provides users with an interface that gives +them enough power to build complex CLIs, but enough constraint to +make them appear consistent. + +WWW: https://github.com/basho/clique Added: head/devel/erlang-clique/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/erlang-clique/pkg-plist Fri Jul 10 11:42:03 2015 (r391701) @@ -0,0 +1,45 @@ +lib/erlang/lib/clique-%%VERSION%%/ebin/clique.app +lib/erlang/lib/clique-%%VERSION%%/ebin/clique.beam +lib/erlang/lib/clique-%%VERSION%%/ebin/clique_app.beam +lib/erlang/lib/clique-%%VERSION%%/ebin/clique_command.beam +lib/erlang/lib/clique-%%VERSION%%/ebin/clique_config.beam +lib/erlang/lib/clique-%%VERSION%%/ebin/clique_csv_writer.beam +lib/erlang/lib/clique-%%VERSION%%/ebin/clique_error.beam +lib/erlang/lib/clique-%%VERSION%%/ebin/clique_handler.beam +lib/erlang/lib/clique-%%VERSION%%/ebin/clique_human_writer.beam +lib/erlang/lib/clique-%%VERSION%%/ebin/clique_json_writer.beam +lib/erlang/lib/clique-%%VERSION%%/ebin/clique_manager.beam +lib/erlang/lib/clique-%%VERSION%%/ebin/clique_nodes.beam +lib/erlang/lib/clique-%%VERSION%%/ebin/clique_parser.beam +lib/erlang/lib/clique-%%VERSION%%/ebin/clique_spec.beam +lib/erlang/lib/clique-%%VERSION%%/ebin/clique_status.beam +lib/erlang/lib/clique-%%VERSION%%/ebin/clique_sup.beam +lib/erlang/lib/clique-%%VERSION%%/ebin/clique_table.beam +lib/erlang/lib/clique-%%VERSION%%/ebin/clique_test_group_leader.beam +lib/erlang/lib/clique-%%VERSION%%/ebin/clique_typecast.beam +lib/erlang/lib/clique-%%VERSION%%/ebin/clique_usage.beam +lib/erlang/lib/clique-%%VERSION%%/ebin/clique_writer.beam +lib/erlang/lib/clique-%%VERSION%%/include/clique_specs.hrl +lib/erlang/lib/clique-%%VERSION%%/include/clique_status_types.hrl +lib/erlang/lib/clique-%%VERSION%%/src/clique.app.src +lib/erlang/lib/clique-%%VERSION%%/src/clique.erl +lib/erlang/lib/clique-%%VERSION%%/src/clique_app.erl +lib/erlang/lib/clique-%%VERSION%%/src/clique_command.erl +lib/erlang/lib/clique-%%VERSION%%/src/clique_config.erl +lib/erlang/lib/clique-%%VERSION%%/src/clique_csv_writer.erl +lib/erlang/lib/clique-%%VERSION%%/src/clique_error.erl +lib/erlang/lib/clique-%%VERSION%%/src/clique_handler.erl +lib/erlang/lib/clique-%%VERSION%%/src/clique_human_writer.erl +lib/erlang/lib/clique-%%VERSION%%/src/clique_json_writer.erl +lib/erlang/lib/clique-%%VERSION%%/src/clique_manager.erl +lib/erlang/lib/clique-%%VERSION%%/src/clique_nodes.erl +lib/erlang/lib/clique-%%VERSION%%/src/clique_parser.erl +lib/erlang/lib/clique-%%VERSION%%/src/clique_spec.erl +lib/erlang/lib/clique-%%VERSION%%/src/clique_status.erl +lib/erlang/lib/clique-%%VERSION%%/src/clique_sup.erl +lib/erlang/lib/clique-%%VERSION%%/src/clique_table.erl +lib/erlang/lib/clique-%%VERSION%%/src/clique_test_group_leader.erl +lib/erlang/lib/clique-%%VERSION%%/src/clique_typecast.erl +lib/erlang/lib/clique-%%VERSION%%/src/clique_usage.erl +lib/erlang/lib/clique-%%VERSION%%/src/clique_writer.erl +%%PORTDOCS%%%%DOCSDIR%%/README.md From owner-svn-ports-head@freebsd.org Fri Jul 10 13:03:34 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BFD203FBA; Fri, 10 Jul 2015 13:03:34 +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 86E76F33; Fri, 10 Jul 2015 13:03:34 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from hive.panopticon (unknown [78.153.152.119]) by vps.amdmi3.ru (Postfix) with ESMTPS id 9C7E6B0622; Fri, 10 Jul 2015 16:03:27 +0300 (MSK) Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id 5EABA609; Fri, 10 Jul 2015 16:01:35 +0300 (MSK) Received: by hades.panopticon (Postfix, from userid 1000) id 63DDC369D3; Fri, 10 Jul 2015 16:00:12 +0300 (MSK) Date: Fri, 10 Jul 2015 16:00:12 +0300 From: Dmitry Marakasov To: Veniamin Gvozdikov Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r391515 - in head: . databases/tarantool databases/tarantool/files Message-ID: <20150710130012.GA76541@hades.panopticon> References: <201507071659.t67GxuPZ092188@repo.freebsd.org> <20150709174500.GA9933@hades.panopticon> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: 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: Fri, 10 Jul 2015 13:03:34 -0000 * Veniamin Gvozdikov (vg@freebsd.org) wrote: > I have not commited fixes yet. It depended by new port which I'm testing. You should either commit fixes along with or right after the breaking commit, or do not commit breaking commit at all. -- 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 Fri Jul 10 13:32:27 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C733B303C; Fri, 10 Jul 2015 13:32:27 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B74AA1D0E; Fri, 10 Jul 2015 13:32:27 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6ADWRko076225; Fri, 10 Jul 2015 13:32:27 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6ADWRbg076224; Fri, 10 Jul 2015 13:32:27 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201507101332.t6ADWRbg076224@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Fri, 10 Jul 2015 13:32:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391702 - 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: Fri, 10 Jul 2015 13:32:27 -0000 Author: dinoex Date: Fri Jul 10 13:32:26 2015 New Revision: 391702 URL: https://svnweb.freebsd.org/changeset/ports/391702 Log: - add more manpage links Modified: head/security/openssl/pkg-plist Modified: head/security/openssl/pkg-plist ============================================================================== --- head/security/openssl/pkg-plist Fri Jul 10 11:42:03 2015 (r391701) +++ head/security/openssl/pkg-plist Fri Jul 10 13:32:26 2015 (r391702) @@ -1155,6 +1155,7 @@ man/man3/SSL_CTX_ctrl.3.gz man/man3/SSL_CTX_flush_sessions.3.gz man/man3/SSL_CTX_free.3.gz man/man3/SSL_CTX_get0_chain_certs.3.gz +man/man3/SSL_CTX_get0_param.3.gz man/man3/SSL_CTX_get_cert_store.3.gz man/man3/SSL_CTX_get_client_CA_list.3.gz man/man3/SSL_CTX_get_client_cert_cb.3.gz @@ -1205,6 +1206,7 @@ man/man3/SSL_CTX_set1_chain.3.gz man/man3/SSL_CTX_set1_chain_cert_store.3.gz man/man3/SSL_CTX_set1_curves.3.gz man/man3/SSL_CTX_set1_curves_list.3.gz +man/man3/SSL_CTX_set1_param.3.gz man/man3/SSL_CTX_set1_verify_cert_store.3.gz man/man3/SSL_CTX_set_cert_cb.3.gz man/man3/SSL_CTX_set_cert_store.3.gz @@ -1283,6 +1285,7 @@ man/man3/SSL_do_handshake.3.gz man/man3/SSL_flush_sessions.3.gz man/man3/SSL_free.3.gz man/man3/SSL_get0_chain_certs.3.gz +man/man3/SSL_get0_param.3.gz man/man3/SSL_get1_curves.3.gz man/man3/SSL_get_SSL_CTX.3.gz man/man3/SSL_get_accept_state.3.gz @@ -1342,6 +1345,7 @@ man/man3/SSL_set1_chain.3.gz man/man3/SSL_set1_chain_cert_store.3.gz man/man3/SSL_set1_curves.3.gz man/man3/SSL_set1_curves_list.3.gz +man/man3/SSL_set1_param.3.gz man/man3/SSL_set1_verify_cert_store.3.gz man/man3/SSL_set_bio.3.gz man/man3/SSL_set_cert_cb.3.gz From owner-svn-ports-head@freebsd.org Fri Jul 10 13:53:59 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CDD4534AF; Fri, 10 Jul 2015 13:53:59 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A4A681602; Fri, 10 Jul 2015 13:53:59 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6ADrxun086123; Fri, 10 Jul 2015 13:53:59 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6ADrxMj086120; Fri, 10 Jul 2015 13:53:59 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201507101353.t6ADrxMj086120@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Fri, 10 Jul 2015 13:53:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391703 - 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: Fri, 10 Jul 2015 13:53:59 -0000 Author: feld Date: Fri Jul 10 13:53:58 2015 New Revision: 391703 URL: https://svnweb.freebsd.org/changeset/ports/391703 Log: Update squid entry to reflect new range of affected versions Still waiting on CVE assignment PR: 201374 Security: 150d1538-23fa-11e5-a4a5-002590263bf5 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Fri Jul 10 13:32:26 2015 (r391702) +++ head/security/vuxml/vuln.xml Fri Jul 10 13:53:58 2015 (r391703) @@ -402,37 +402,33 @@ Notes: - squid -- multiple vulnerabilities + squid -- Improper Protection of Alternate Path with CONNECT requests squid - 3.53.5.6 + 3.5.6 -

      Amos Jeffries, Squid-3 release manager, reports:

      -
      -

      Due to incorrect handling of peer responses in a hierarchy of 2 or - more proxies remote clients (or scripts run on a client) are able to - gain unrestricted access through a gateway proxy to its backend - proxy.

      -

      If the two proxies have differing levels of security this could - lead to authentication bypass or unprivileged access to supposedly - secure resources.

      -

      Squid up to and including 3.5.5 are apparently vulnerable to DoS - attack from malicious clients using repeated TLS renegotiation - messages. This has not been verified as it also seems to require - outdated (0.9.8l and older) OpenSSL libraries.

      +

      Squid security advisory 2015:2 reports:

      +
      +

      Squid configured with cache_peer and operating on explicit proxy + traffic does not correctly handle CONNECT method peer responses.

      +

      The bug is important because it allows remote clients to bypass + security in an explicit gateway proxy.

      +

      However, the bug is exploitable only if you have configured + cache_peer to receive CONNECT requests.

      - http://openwall.com/lists/oss-security/2015/07/06/8 + http://www.squid-cache.org/Advisories/SQUID-2015_2.txt 2015-07-06 2015-07-06 + 2015-07-10 From owner-svn-ports-head@freebsd.org Fri Jul 10 14:02:57 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 89A343684; Fri, 10 Jul 2015 14:02:57 +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 483BC1CA1; Fri, 10 Jul 2015 14:02:56 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from hive.panopticon (unknown [78.153.152.119]) by vps.amdmi3.ru (Postfix) with ESMTPS id 1535BB0614; Fri, 10 Jul 2015 17:02:56 +0300 (MSK) Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id C9439644; Fri, 10 Jul 2015 17:01:03 +0300 (MSK) Received: by hades.panopticon (Postfix, from userid 1000) id D2F61369E5; Fri, 10 Jul 2015 16:59:40 +0300 (MSK) Date: Fri, 10 Jul 2015 16:59:40 +0300 From: Dmitry Marakasov To: marino@freebsd.org Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r391626 - head/games/warzone2100 Message-ID: <20150710135940.GB9933@hades.panopticon> References: <201507090944.t699iqBR039850@repo.freebsd.org> <559E431B.6030708@marino.st> <20150709171246.GB46547@hades.panopticon> <559EAD6F.3050409@marino.st> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <559EAD6F.3050409@marino.st> 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: Fri, 10 Jul 2015 14:02:57 -0000 * John Marino (freebsd.contact@marino.st) wrote: > >>> Author: amdmi3 > >>> Date: Thu Jul 9 09:44:51 2015 > >>> New Revision: 391626 > >>> URL: https://svnweb.freebsd.org/changeset/ports/391626 > >>> > >>> Log: > >>> - Remove unncecessary full path to binary from *_DEPENDS > >>> > >>> Modified: > >>> head/games/warzone2100/Makefile > >>> > >>> Modified: head/games/warzone2100/Makefile > >>> ============================================================================== > >>> --- head/games/warzone2100/Makefile Thu Jul 9 09:44:33 2015 (r391625) > >>> +++ head/games/warzone2100/Makefile Thu Jul 9 09:44:51 2015 (r391626) > >>> @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING > >>> > >>> BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ > >>> unzip:${PORTSDIR}/archivers/unzip \ > >>> - ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex > >>> + flex:${PORTSDIR}/textproc/flex > >>> LIB_DEPENDS= libphysfs.so:${PORTSDIR}/devel/physfs \ > >>> libpng.so:${PORTSDIR}/graphics/png \ > >>> libvorbis.so:${PORTSDIR}/audio/libvorbis \ > >>> > >> > >> This could be a mistake. > >> This changes depends from /usr/local/bin/flex to /usr/bin/flex. > >> Are you sure that's what you want to do? > > > > As I understand, that's why binary names are preferred: as there's > > /usr/bin/flex, unneeded dependency won't be installed. However, that > > seem to be an artifact from 6.x days, and this dependency is not needed > > at all, all supported FreeBSD releases have flex in base system. > > > > My understanding is that you created a dependency specification that is > only accidently satisfied. You asked textproc/flex to be installed, but > then check /usr/bin/flex from that package (which is not inside). > > Flex is notorious. If flex is specified in BUILD_DEPENDS, then 100% of > the time, you really, really want /usr/local/bin/flex. If /usr/bin/flex > works, then you would not put it in BUILD_DEPENDS. /usr/bin/flex is > available on all releases so if it works as you say, then textproc/flex > will never get pulled in. > > My guess is that if textproc/flex is listed here, then it's needed over > the base flex. Thus, I think the change is an error. Like I've already said, the dependency is absolutely correct and does what it should. It's a no-op though on all supported FreeBSD versions, so I'm removing it. -- 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 Fri Jul 10 14:03:20 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E598136B2; Fri, 10 Jul 2015 14:03:20 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D661D1D86; Fri, 10 Jul 2015 14:03:20 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6AE3KiR091184; Fri, 10 Jul 2015 14:03:20 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6AE3KAM091183; Fri, 10 Jul 2015 14:03:20 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201507101403.t6AE3KAM091183@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 10 Jul 2015 14:03:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391704 - head/games/warzone2100 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 10 Jul 2015 14:03:21 -0000 Author: amdmi3 Date: Fri Jul 10 14:03:19 2015 New Revision: 391704 URL: https://svnweb.freebsd.org/changeset/ports/391704 Log: - Remove unneeded dependency Modified: head/games/warzone2100/Makefile Modified: head/games/warzone2100/Makefile ============================================================================== --- head/games/warzone2100/Makefile Fri Jul 10 13:53:58 2015 (r391703) +++ head/games/warzone2100/Makefile Fri Jul 10 14:03:19 2015 (r391704) @@ -12,8 +12,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ - unzip:${PORTSDIR}/archivers/unzip \ - flex:${PORTSDIR}/textproc/flex + unzip:${PORTSDIR}/archivers/unzip LIB_DEPENDS= libphysfs.so:${PORTSDIR}/devel/physfs \ libpng.so:${PORTSDIR}/graphics/png \ libvorbis.so:${PORTSDIR}/audio/libvorbis \ From owner-svn-ports-head@freebsd.org Fri Jul 10 14:10:39 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BDA8D3742; Fri, 10 Jul 2015 14:10:39 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AE95B1F48; Fri, 10 Jul 2015 14:10:39 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6AEAdI1094637; Fri, 10 Jul 2015 14:10:39 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6AEAdPv094636; Fri, 10 Jul 2015 14:10:39 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201507101410.t6AEAdPv094636@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 10 Jul 2015 14:10:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391705 - head/graphics/liblqr-1 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 10 Jul 2015 14:10:39 -0000 Author: amdmi3 Date: Fri Jul 10 14:10:38 2015 New Revision: 391705 URL: https://svnweb.freebsd.org/changeset/ports/391705 Log: - Remove unncecessary full path to binary from *_DEPENDS Modified: head/graphics/liblqr-1/Makefile Modified: head/graphics/liblqr-1/Makefile ============================================================================== --- head/graphics/liblqr-1/Makefile Fri Jul 10 14:03:19 2015 (r391704) +++ head/graphics/liblqr-1/Makefile Fri Jul 10 14:10:38 2015 (r391705) @@ -33,7 +33,7 @@ SUB_LIST= PORTSDIR=${PORTSDIR} .endif .if ${PORT_OPTIONS:MHTMLDOCS} -BUILD_DEPENDS+= ${LOCALBASE}/bin/xsltproc:${PORTSDIR}/textproc/libxslt \ +BUILD_DEPENDS+= xsltproc:${PORTSDIR}/textproc/libxslt \ ${LOCALBASE}/share/xsl/docbook/xhtml/chunk.xsl:${PORTSDIR}/textproc/docbook-xsl \ docbook-xml>0:${PORTSDIR}/textproc/docbook-xml PLIST_SUB= HTMLDOCS="" From owner-svn-ports-head@freebsd.org Fri Jul 10 14:14:58 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A9F993926; Fri, 10 Jul 2015 14:14:58 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 82BA927F; Fri, 10 Jul 2015 14:14:57 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from [192.168.0.22] (unknown [130.255.19.191]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 6E49543BC2; Fri, 10 Jul 2015 09:14:43 -0500 (CDT) Subject: Re: svn commit: r391626 - head/games/warzone2100 To: Dmitry Marakasov , marino@freebsd.org References: <201507090944.t699iqBR039850@repo.freebsd.org> <559E431B.6030708@marino.st> <20150709171246.GB46547@hades.panopticon> <559EAD6F.3050409@marino.st> <20150710135940.GB9933@hades.panopticon> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: John Marino X-Enigmail-Draft-Status: N1110 Reply-To: marino@freebsd.org Message-ID: <559FD34D.2080803@marino.st> Date: Fri, 10 Jul 2015 16:14:37 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.0.1 MIME-Version: 1.0 In-Reply-To: <20150710135940.GB9933@hades.panopticon> 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: Fri, 10 Jul 2015 14:14:58 -0000 On 7/10/2015 3:59 PM, Dmitry Marakasov wrote: > * John Marino (freebsd.contact@marino.st) wrote: > Like I've already said, the dependency is absolutely correct and does what > it should. It's a no-op though on all supported FreeBSD versions, > so I'm removing it. I've suggested (based on it's presence) that it should be pulling in textproc/flex, which is no longer does. IF this package is supposed to pull in the ports flex for a specific reason, then the change obviously prevents that. It's not clear to me why are you stating textproc/flex is a bad dependency. Somebody put it there intentionally. I would have tried to figure out the exact reason it was put there before declaring it is wrong. It must have been there for a reason. The dependency has always been a "no-op" so removing it based on that seems like weak logic to me. But -- I raised my concern. I'm not going to discuss it anymore. If warzone is busted because of these changes somebody will raise a PR. John From owner-svn-ports-head@freebsd.org Fri Jul 10 14:22:47 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 873883B36; Fri, 10 Jul 2015 14:22:47 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7830A964; Fri, 10 Jul 2015 14:22:47 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6AEMlvx001129; Fri, 10 Jul 2015 14:22:47 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6AEMkbo001124; Fri, 10 Jul 2015 14:22:46 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201507101422.t6AEMkbo001124@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 10 Jul 2015 14:22:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391706 - 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, 10 Jul 2015 14:22:47 -0000 Author: amdmi3 Date: Fri Jul 10 14:22:46 2015 New Revision: 391706 URL: https://svnweb.freebsd.org/changeset/ports/391706 Log: - Update to 5.5.6 PR: 201426 Submitted by: jimmy@mammothcheese.ca (maintainer) Modified: head/www/drood/Makefile head/www/drood/distinfo Modified: head/www/drood/Makefile ============================================================================== --- head/www/drood/Makefile Fri Jul 10 14:10:38 2015 (r391705) +++ head/www/drood/Makefile Fri Jul 10 14:22:46 2015 (r391706) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= drood -PORTVERSION= 5.5.5 +PORTVERSION= 5.5.6 CATEGORIES= www MASTER_SITES= http://www.mammothcheese.ca/ Modified: head/www/drood/distinfo ============================================================================== --- head/www/drood/distinfo Fri Jul 10 14:10:38 2015 (r391705) +++ head/www/drood/distinfo Fri Jul 10 14:22:46 2015 (r391706) @@ -1,2 +1,2 @@ -SHA256 (drood-5.5.5.tar.gz) = 9d4c2e945a8e3f35a453c3fb18a0d5058d4243ce58ebf33d29a581ca652c7b6f -SIZE (drood-5.5.5.tar.gz) = 54475 +SHA256 (drood-5.5.6.tar.gz) = 1ba36657b573b4c67f2a776f0cc35aa5da7322d2bc7663f52288c081d13f6b36 +SIZE (drood-5.5.6.tar.gz) = 54540 From owner-svn-ports-head@freebsd.org Fri Jul 10 14:34:45 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5D7C33CC8 for ; Fri, 10 Jul 2015 14:34:45 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: from mail-ie0-f169.google.com (mail-ie0-f169.google.com [209.85.223.169]) (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 2A900D28 for ; Fri, 10 Jul 2015 14:34:44 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: by ietj16 with SMTP id j16so24480201iet.0 for ; Fri, 10 Jul 2015 07:34:38 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=/3eLjbdrOBgFy6S7b2InC+aYZwyQaC51KatmsIggtyU=; b=b7l/Mh2UO0XVcVQjD2GE5sG2VuLYjCcIEEfaBVZ8NBzJrgxeljDUCSzsA7it0klmuX NcYBILSIE83kDIuihh8tqFLcoX3lScjkngtsDkPzcB15348LZM9fAvmP6RZ4O2jVRiWN WRboYgyPgapw1ZfyL/ciRPC7jnqdwL/+iVG6AvTu7izlx1PVpCw21z6qKDLm6SteeVkr nU+fqlgh8mCKwiJW7YCKNESmkRWsK63+SL8saug6n55qEB5BIhj/sDJ/53T0p8IPmb9v mGvOGBFKHAqKlIaQzXB2PwMIwOG0DEUJvhKuzT+gMEdVLgXHdKF6zM5N/GN9LOkxoi+Y SRGQ== X-Gm-Message-State: ALoCoQkrC9QLC5wkQcK3FJM8Sd+p70G1qiEzFmMyxCR+FPaRadjnJupySf4nKoRIRwW63Qx5xL1h X-Received: by 10.50.61.241 with SMTP id t17mr3756120igr.34.1436538878190; Fri, 10 Jul 2015 07:34:38 -0700 (PDT) MIME-Version: 1.0 Received: by 10.50.195.199 with HTTP; Fri, 10 Jul 2015 07:33:58 -0700 (PDT) X-Originating-IP: [68.101.40.130] In-Reply-To: <201507101332.t6ADWRbg076224@repo.freebsd.org> References: <201507101332.t6ADWRbg076224@repo.freebsd.org> From: "Philip M. Gollucci" Date: Fri, 10 Jul 2015 10:33:58 -0400 Message-ID: Subject: Re: svn commit: r391702 - head/security/openssl To: Dirk Meyer Cc: "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 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: Fri, 10 Jul 2015 14:34:45 -0000 ty On Fri, Jul 10, 2015 at 9:32 AM, Dirk Meyer wrote: > Author: dinoex > Date: Fri Jul 10 13:32:26 2015 > New Revision: 391702 > URL: https://svnweb.freebsd.org/changeset/ports/391702 > > Log: > - add more manpage links > > Modified: > head/security/openssl/pkg-plist > > Modified: head/security/openssl/pkg-plist > > ============================================================================== > --- head/security/openssl/pkg-plist Fri Jul 10 11:42:03 2015 > (r391701) > +++ head/security/openssl/pkg-plist Fri Jul 10 13:32:26 2015 > (r391702) > @@ -1155,6 +1155,7 @@ man/man3/SSL_CTX_ctrl.3.gz > man/man3/SSL_CTX_flush_sessions.3.gz > man/man3/SSL_CTX_free.3.gz > man/man3/SSL_CTX_get0_chain_certs.3.gz > +man/man3/SSL_CTX_get0_param.3.gz > man/man3/SSL_CTX_get_cert_store.3.gz > man/man3/SSL_CTX_get_client_CA_list.3.gz > man/man3/SSL_CTX_get_client_cert_cb.3.gz > @@ -1205,6 +1206,7 @@ man/man3/SSL_CTX_set1_chain.3.gz > man/man3/SSL_CTX_set1_chain_cert_store.3.gz > man/man3/SSL_CTX_set1_curves.3.gz > man/man3/SSL_CTX_set1_curves_list.3.gz > +man/man3/SSL_CTX_set1_param.3.gz > man/man3/SSL_CTX_set1_verify_cert_store.3.gz > man/man3/SSL_CTX_set_cert_cb.3.gz > man/man3/SSL_CTX_set_cert_store.3.gz > @@ -1283,6 +1285,7 @@ man/man3/SSL_do_handshake.3.gz > man/man3/SSL_flush_sessions.3.gz > man/man3/SSL_free.3.gz > man/man3/SSL_get0_chain_certs.3.gz > +man/man3/SSL_get0_param.3.gz > man/man3/SSL_get1_curves.3.gz > man/man3/SSL_get_SSL_CTX.3.gz > man/man3/SSL_get_accept_state.3.gz > @@ -1342,6 +1345,7 @@ man/man3/SSL_set1_chain.3.gz > man/man3/SSL_set1_chain_cert_store.3.gz > man/man3/SSL_set1_curves.3.gz > man/man3/SSL_set1_curves_list.3.gz > +man/man3/SSL_set1_param.3.gz > man/man3/SSL_set1_verify_cert_store.3.gz > man/man3/SSL_set_bio.3.gz > man/man3/SSL_set_cert_cb.3.gz > _______________________________________________ > svn-ports-all@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/svn-ports-all > To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" > -- --------------------------------------------------------------------------------- Curb: Your ride is here 4096R/D21D2752 ECDF B597 B54B 7F92 753E E0EA F699 A450 D21D 2752 Philip M. Gollucci (pgollucci@p6m7g8.com) c: 703.336.9354 Member, Apache Software Foundation Committer, FreeBSD Foundation Consultant, P6M7G8 Inc. Sr. Director IT Operations, Curb What doesn't kill us can only make us stronger; Except it almost kills you. From owner-svn-ports-head@freebsd.org Fri Jul 10 14:55:03 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 88A687626; Fri, 10 Jul 2015 14:55:03 +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 50E2D1908; Fri, 10 Jul 2015 14:55:02 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from hive.panopticon (unknown [78.153.152.119]) by vps.amdmi3.ru (Postfix) with ESMTPS id C29BFB0614; Fri, 10 Jul 2015 17:55:00 +0300 (MSK) Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id 6E1D1681; Fri, 10 Jul 2015 17:53:08 +0300 (MSK) Received: by hades.panopticon (Postfix, from userid 1000) id 738B1446D6; Fri, 10 Jul 2015 17:51:45 +0300 (MSK) Date: Fri, 10 Jul 2015 17:51:45 +0300 From: Dmitry Marakasov To: marino@freebsd.org Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r391626 - head/games/warzone2100 Message-ID: <20150710145145.GA17689@hades.panopticon> References: <201507090944.t699iqBR039850@repo.freebsd.org> <559E431B.6030708@marino.st> <20150709171246.GB46547@hades.panopticon> <559EAD6F.3050409@marino.st> <20150710135940.GB9933@hades.panopticon> <559FD34D.2080803@marino.st> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <559FD34D.2080803@marino.st> 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: Fri, 10 Jul 2015 14:55:03 -0000 * John Marino (freebsd.contact@marino.st) wrote: > It's not clear to me why are you stating textproc/flex is a bad > dependency. Somebody put it there intentionally. I would have tried to > figure out the exact reason it was put there before declaring it is wrong. That `somebody' was me. But thank you for your concern. -- 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 Fri Jul 10 15:00:22 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 57BBF7664; Fri, 10 Jul 2015 15:00:22 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 485731B8B; Fri, 10 Jul 2015 15:00:22 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6AF0MGP017797; Fri, 10 Jul 2015 15:00:22 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6AF0Lnk017793; Fri, 10 Jul 2015 15:00:21 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507101500.t6AF0Lnk017793@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Fri, 10 Jul 2015 15:00:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391707 - head/databases/elixir-mariaex X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 10 Jul 2015 15:00:22 -0000 Author: olgeni Date: Fri Jul 10 15:00:20 2015 New Revision: 391707 URL: https://svnweb.freebsd.org/changeset/ports/391707 Log: Upgrade to version 0.4.0. Modified: head/databases/elixir-mariaex/Makefile head/databases/elixir-mariaex/distinfo Modified: head/databases/elixir-mariaex/Makefile ============================================================================== --- head/databases/elixir-mariaex/Makefile Fri Jul 10 14:22:46 2015 (r391706) +++ head/databases/elixir-mariaex/Makefile Fri Jul 10 15:00:20 2015 (r391707) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mariaex -PORTVERSION= 0.3.2 +PORTVERSION= 0.4.0 DISTVERSIONPREFIX= v CATEGORIES= databases PKGNAMEPREFIX= elixir- Modified: head/databases/elixir-mariaex/distinfo ============================================================================== --- head/databases/elixir-mariaex/distinfo Fri Jul 10 14:22:46 2015 (r391706) +++ head/databases/elixir-mariaex/distinfo Fri Jul 10 15:00:20 2015 (r391707) @@ -1,2 +1,2 @@ -SHA256 (xerions-mariaex-v0.3.2_GH0.tar.gz) = a4614e830dd2cc966c76eb9ca33198a0a1d37b458c465ab58540ff2bd43b681c -SIZE (xerions-mariaex-v0.3.2_GH0.tar.gz) = 17138 +SHA256 (xerions-mariaex-v0.4.0_GH0.tar.gz) = c42e44c220ab8bedc4863c123954b61a3c970425b49f7dc250dde27eadb088f5 +SIZE (xerions-mariaex-v0.4.0_GH0.tar.gz) = 17208 From owner-svn-ports-head@freebsd.org Fri Jul 10 16:21:05 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 39932997876; Fri, 10 Jul 2015 16:21:05 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2A3D61EF9; Fri, 10 Jul 2015 16:21:05 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6AGL5XF059335; Fri, 10 Jul 2015 16:21:05 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6AGL5WE059334; Fri, 10 Jul 2015 16:21:05 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201507101621.t6AGL5WE059334@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 10 Jul 2015 16:21:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391708 - head/games/xmoto X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 10 Jul 2015 16:21:05 -0000 Author: amdmi3 Date: Fri Jul 10 16:21:04 2015 New Revision: 391708 URL: https://svnweb.freebsd.org/changeset/ports/391708 Log: - Extend BROKEN condition: this is also broken on e.g. mips which still uses old gcc Modified: head/games/xmoto/Makefile Modified: head/games/xmoto/Makefile ============================================================================== --- head/games/xmoto/Makefile Fri Jul 10 15:00:20 2015 (r391707) +++ head/games/xmoto/Makefile Fri Jul 10 16:21:04 2015 (r391708) @@ -21,7 +21,7 @@ LICENSE= GPLv2 # or later LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes -USES= dos2unix gmake jpeg lua:51 +USES= compiler:features dos2unix gmake jpeg lua:51 USE_GNOME= libxml2 USE_SQLITE= 3 USE_SDL= sdl mixer ttf net @@ -57,8 +57,8 @@ DESKTOP_ENTRIES="XMoto" \ .include -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 -BROKEN= does not build +.if ${COMPILER_TYPE} == gcc && ${COMPILER_VERSION} <= 42 +BROKEN= does not build with gcc 4.2 .endif post-extract: From owner-svn-ports-head@freebsd.org Fri Jul 10 16:32:20 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4C6B5997B01; Fri, 10 Jul 2015 16:32:20 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3309C1586; Fri, 10 Jul 2015 16:32:20 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6AGWJ8d067933; Fri, 10 Jul 2015 16:32:19 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6AGWJdf067929; Fri, 10 Jul 2015 16:32:19 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201507101632.t6AGWJdf067929@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 10 Jul 2015 16:32:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391709 - head/audio/ncmpcpp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 10 Jul 2015 16:32:20 -0000 Author: amdmi3 Date: Fri Jul 10 16:32:18 2015 New Revision: 391709 URL: https://svnweb.freebsd.org/changeset/ports/391709 Log: - Update to 0.6.5 PR: 201453 Submitted by: yamagi@yamagi.org (maintainer) Modified: head/audio/ncmpcpp/Makefile head/audio/ncmpcpp/distinfo Modified: head/audio/ncmpcpp/Makefile ============================================================================== --- head/audio/ncmpcpp/Makefile Fri Jul 10 16:21:04 2015 (r391708) +++ head/audio/ncmpcpp/Makefile Fri Jul 10 16:32:18 2015 (r391709) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ncmpcpp -PORTVERSION= 0.6.4 +PORTVERSION= 0.6.5 CATEGORIES= audio MASTER_SITES= http://ncmpcpp.rybczak.net/stable/ Modified: head/audio/ncmpcpp/distinfo ============================================================================== --- head/audio/ncmpcpp/distinfo Fri Jul 10 16:21:04 2015 (r391708) +++ head/audio/ncmpcpp/distinfo Fri Jul 10 16:32:18 2015 (r391709) @@ -1,2 +1,2 @@ -SHA256 (ncmpcpp-0.6.4.tar.bz2) = 757e2e06b7e17009c24e2b46a69f008e61aa679476f93e00dc602ca087c805f1 -SIZE (ncmpcpp-0.6.4.tar.bz2) = 429705 +SHA256 (ncmpcpp-0.6.5.tar.bz2) = 51128f6835c592c8d4367a66b08e06a9419a86c9d5c6e91d0f1dc73af56cd1fd +SIZE (ncmpcpp-0.6.5.tar.bz2) = 429699 From owner-svn-ports-head@freebsd.org Fri Jul 10 16:42:23 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AADF9997CEB; Fri, 10 Jul 2015 16:42:23 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9AC151C83; Fri, 10 Jul 2015 16:42:23 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6AGgN2s072859; Fri, 10 Jul 2015 16:42:23 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6AGgN6x072858; Fri, 10 Jul 2015 16:42:23 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201507101642.t6AGgN6x072858@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 10 Jul 2015 16:42:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391710 - head/devel/concurrencykit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 10 Jul 2015 16:42:23 -0000 Author: amdmi3 Date: Fri Jul 10 16:42:22 2015 New Revision: 391710 URL: https://svnweb.freebsd.org/changeset/ports/391710 Log: - Only available on predefined set of architectures (and not on mips* for example) Approved by: portmgr blanket Modified: head/devel/concurrencykit/Makefile Modified: head/devel/concurrencykit/Makefile ============================================================================== --- head/devel/concurrencykit/Makefile Fri Jul 10 16:32:18 2015 (r391709) +++ head/devel/concurrencykit/Makefile Fri Jul 10 16:42:22 2015 (r391710) @@ -14,6 +14,8 @@ COMMENT= Lock-free data structures for h LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +ONLY_FOR_ARCHS= aarch64 amd64 armv6 i386 powerpc powerpc64 sparc64 + OPTIONS_DEFINE= RTM VMAPACK OPTIONS_DEFAULT= VMAPACK From owner-svn-ports-head@freebsd.org Fri Jul 10 17:05:09 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 00EA93095; Fri, 10 Jul 2015 17:05:09 +0000 (UTC) (envelope-from nox@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CBE8F8AD; Fri, 10 Jul 2015 17:05:08 +0000 (UTC) (envelope-from nox@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6AH58tl083129; Fri, 10 Jul 2015 17:05:08 GMT (envelope-from nox@FreeBSD.org) Received: (from nox@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6AH58w3083127; Fri, 10 Jul 2015 17:05:08 GMT (envelope-from nox@FreeBSD.org) Message-Id: <201507101705.t6AH58w3083127@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nox set sender to nox@FreeBSD.org using -f From: Juergen Lock Date: Fri, 10 Jul 2015 17:05:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391711 - head/emulators/qemu-sbruno X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 10 Jul 2015 17:05:09 -0000 Author: nox Date: Fri Jul 10 17:05:07 2015 New Revision: 391711 URL: https://svnweb.freebsd.org/changeset/ports/391711 Log: Catch up with github tree - changelog: https://github.com/seanbruno/qemu-bsd-user/commits/bsd-user Modified: head/emulators/qemu-sbruno/Makefile head/emulators/qemu-sbruno/distinfo Modified: head/emulators/qemu-sbruno/Makefile ============================================================================== --- head/emulators/qemu-sbruno/Makefile Fri Jul 10 16:42:22 2015 (r391710) +++ head/emulators/qemu-sbruno/Makefile Fri Jul 10 17:05:07 2015 (r391711) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= qemu -PORTVERSION= 2.3.50.g20150709 +PORTVERSION= 2.3.50.g20150710 CATEGORIES= emulators MASTER_SITES= GH \ LOCAL/nox \ @@ -20,7 +20,7 @@ COMMENT?= QEMU CPU Emulator - github bsd USE_GITHUB= yes GH_ACCOUNT= seanbruno GH_PROJECT= ${PORTNAME}-bsd-user -GH_TAGNAME= ee1c43b +GH_TAGNAME= 47f98bd 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 Fri Jul 10 16:42:22 2015 (r391710) +++ head/emulators/qemu-sbruno/distinfo Fri Jul 10 17:05:07 2015 (r391711) @@ -1,4 +1,4 @@ -SHA256 (qemu/2.3.50.g20150709/seanbruno-qemu-bsd-user-2.3.50.g20150709-ee1c43b_GH0.tar.gz) = 4713e360ec89e687a38d949c4b6b512b3339d6bedacbd6be880cc511d5120171 -SIZE (qemu/2.3.50.g20150709/seanbruno-qemu-bsd-user-2.3.50.g20150709-ee1c43b_GH0.tar.gz) = 11008656 -SHA256 (qemu/2.3.50.g20150709/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3 -SIZE (qemu/2.3.50.g20150709/dtc-v1.4.0.tar.gz) = 131893 +SHA256 (qemu/2.3.50.g20150710/seanbruno-qemu-bsd-user-2.3.50.g20150710-47f98bd_GH0.tar.gz) = 74ade8e7a54f0cf08b613cb34cf8ab1e61e52f944dc65e899732e2a458c1562d +SIZE (qemu/2.3.50.g20150710/seanbruno-qemu-bsd-user-2.3.50.g20150710-47f98bd_GH0.tar.gz) = 11011170 +SHA256 (qemu/2.3.50.g20150710/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3 +SIZE (qemu/2.3.50.g20150710/dtc-v1.4.0.tar.gz) = 131893 From owner-svn-ports-head@freebsd.org Fri Jul 10 17:13:00 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 45C4833AF; Fri, 10 Jul 2015 17:13:00 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 21474C8D; Fri, 10 Jul 2015 17:13:00 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6AHCxQC087773; Fri, 10 Jul 2015 17:12:59 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6AHCx86087764; Fri, 10 Jul 2015 17:12:59 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201507101712.t6AHCx86087764@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Fri, 10 Jul 2015 17:12:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391712 - in 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, 10 Jul 2015 17:13:00 -0000 Author: osa Date: Fri Jul 10 17:12:58 2015 New Revision: 391712 URL: https://svnweb.freebsd.org/changeset/ports/391712 Log: Update third-party KRB5/SPNEGO module to the latest upstream version. No cookie for: philip Modified: head/www/nginx-devel/Makefile head/www/nginx-devel/distinfo head/www/nginx-devel/files/extra-patch-spnego-http-auth-nginx-module-config Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Fri Jul 10 17:05:07 2015 (r391711) +++ head/www/nginx-devel/Makefile Fri Jul 10 17:12:58 2015 (r391712) @@ -308,7 +308,7 @@ EXTRA_PATCHES+= ${PATCHDIR}/extra-patch- .endif .if ${PORT_OPTIONS:MHTTP_AUTH_KRB5} -GIT_HTTP_AUTH_KRB5_VERSION= 29cb489 +GIT_HTTP_AUTH_KRB5_VERSION= f76d5d9 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 Fri Jul 10 17:05:07 2015 (r391711) +++ head/www/nginx-devel/distinfo Fri Jul 10 17:12:58 2015 (r391712) @@ -40,8 +40,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-29cb489_GH0.tar.gz) = 0b85a00e6e918fe8eb633c178c709dc4e91289515be7b06f83f33ff1fcd7b40e -SIZE (stnoonan-spnego-http-auth-nginx-module-29cb489_GH0.tar.gz) = 17546 +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 (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.0_GH0.tar.gz) = 1611fb0e82c82a26c2c6c751a597111443705fa4557331296aa0dafae86c5915 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 Fri Jul 10 17:05:07 2015 (r391711) +++ head/www/nginx-devel/files/extra-patch-spnego-http-auth-nginx-module-config Fri Jul 10 17:12:58 2015 (r391712) @@ -1,5 +1,5 @@ ---- ../spnego-http-auth-nginx-module-29cb489/config.orig 2015-06-13 20:49:15.590751000 +0300 -+++ ../spnego-http-auth-nginx-module-29cb489/config 2015-06-13 20:49:31.024936000 +0300 +--- ../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 @@ -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 Fri Jul 10 18:11:18 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A32503DAD; Fri, 10 Jul 2015 18:11:18 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 939B7BEE; Fri, 10 Jul 2015 18:11:18 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6AIBI7Q016408; Fri, 10 Jul 2015 18:11:18 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6AIBIH6016405; Fri, 10 Jul 2015 18:11:18 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507101811.t6AIBIH6016405@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Fri, 10 Jul 2015 18:11:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391713 - head/devel/erlang-erlware_commons X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 10 Jul 2015 18:11:18 -0000 Author: olgeni Date: Fri Jul 10 18:11:17 2015 New Revision: 391713 URL: https://svnweb.freebsd.org/changeset/ports/391713 Log: Upgrade to 0.14.0. Modified: head/devel/erlang-erlware_commons/Makefile head/devel/erlang-erlware_commons/distinfo Modified: head/devel/erlang-erlware_commons/Makefile ============================================================================== --- head/devel/erlang-erlware_commons/Makefile Fri Jul 10 17:12:58 2015 (r391712) +++ head/devel/erlang-erlware_commons/Makefile Fri Jul 10 18:11:17 2015 (r391713) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= erlware_commons -PORTVERSION= 0.13.0 +PORTVERSION= 0.14.0 DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= erlang- @@ -14,6 +14,5 @@ LICENSE= MIT USES= erlang:rebar USE_GITHUB= yes GH_ACCOUNT= erlware -GH_TAGNAME= cbe494b .include Modified: head/devel/erlang-erlware_commons/distinfo ============================================================================== --- head/devel/erlang-erlware_commons/distinfo Fri Jul 10 17:12:58 2015 (r391712) +++ head/devel/erlang-erlware_commons/distinfo Fri Jul 10 18:11:17 2015 (r391713) @@ -1,2 +1,2 @@ -SHA256 (erlware-erlware_commons-v0.13.0-cbe494b_GH0.tar.gz) = edbe8bb9d559f715845285bebb7d0c203c1d6c058d1d6afbdc7838edb4673e53 -SIZE (erlware-erlware_commons-v0.13.0-cbe494b_GH0.tar.gz) = 403331 +SHA256 (erlware-erlware_commons-v0.14.0_GH0.tar.gz) = 72b99ad58f8514abffeb6aa484ffc3581f9faabaf63c92ae40dd587aa2f91483 +SIZE (erlware-erlware_commons-v0.14.0_GH0.tar.gz) = 403386 From owner-svn-ports-head@freebsd.org Fri Jul 10 18:12:01 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 88DD43DDF; Fri, 10 Jul 2015 18:12:01 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5CD8EE14; Fri, 10 Jul 2015 18:12:01 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6AIC1pf017279; Fri, 10 Jul 2015 18:12:01 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6AIC0GD017271; Fri, 10 Jul 2015 18:12:00 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507101812.t6AIC0GD017271@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Fri, 10 Jul 2015 18:12:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391714 - 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: Fri, 10 Jul 2015 18:12:01 -0000 Author: olgeni Date: Fri Jul 10 18:12:00 2015 New Revision: 391714 URL: https://svnweb.freebsd.org/changeset/ports/391714 Log: Upgrade to 3.3.1, chasing forks around to match hex.pm. Modified: head/devel/relx/Makefile head/devel/relx/distinfo Modified: head/devel/relx/Makefile ============================================================================== --- head/devel/relx/Makefile Fri Jul 10 18:11:17 2015 (r391713) +++ head/devel/relx/Makefile Fri Jul 10 18:12:00 2015 (r391714) @@ -1,13 +1,13 @@ # $FreeBSD$ PORTNAME= relx -PORTVERSION= 3.3.0 -DISTVERSIONPREFIX=v +PORTVERSION= 3.3.1 +DISTVERSIONPREFIX= v CATEGORIES= devel MASTER_SITES+= http://olgeni.olgeni.com/~olgeni/distfiles/:deps \ LOCAL/olgeni:deps DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ - relx-cache-3.tar.gz:deps + relx-cache-4.tar.gz:deps MAINTAINER= olgeni@FreeBSD.org COMMENT= Sane, simple release creation for Erlang @@ -27,8 +27,11 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} PLIST_SUB= VERSION="${PORTVERSION}" +# Use either erlware or tsloughter, depending on who actually +# published the package on hex.pm USE_GITHUB= yes -GH_ACCOUNT= erlware +GH_ACCOUNT= tsloughter +GH_TAGNAME= 0b04cf0 # rebar3 insists on downloading dependencies, and some kind of package # index into the user's HOME. We need to trick it into behaving by Modified: head/devel/relx/distinfo ============================================================================== --- head/devel/relx/distinfo Fri Jul 10 18:11:17 2015 (r391713) +++ head/devel/relx/distinfo Fri Jul 10 18:12:00 2015 (r391714) @@ -1,4 +1,4 @@ -SHA256 (erlware-relx-v3.3.0_GH0.tar.gz) = c7d32e41e1d8d9a62b328368fef1fb67776fba7381bf78f56a6e079099db932c -SIZE (erlware-relx-v3.3.0_GH0.tar.gz) = 443548 -SHA256 (relx-cache-3.tar.gz) = 39fe602ae80a93ec25f7b095eb867ea061e255dcc46ee7be6d07e22de9fca872 -SIZE (relx-cache-3.tar.gz) = 223971 +SHA256 (tsloughter-relx-v3.3.1-0b04cf0_GH0.tar.gz) = e07390e630923aad8b687f87393e33d121ef2389b15b1529b15ba9e574b6456d +SIZE (tsloughter-relx-v3.3.1-0b04cf0_GH0.tar.gz) = 443583 +SHA256 (relx-cache-4.tar.gz) = e2c424a68de8de0a30e917f2a8940a62218113359368daec522bf372f4c35c38 +SIZE (relx-cache-4.tar.gz) = 226275 From owner-svn-ports-head@freebsd.org Fri Jul 10 18:35:01 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4115D77EC; Fri, 10 Jul 2015 18:35:01 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3143B1B60; Fri, 10 Jul 2015 18:35:01 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6AIZ1N2027605; Fri, 10 Jul 2015 18:35:01 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6AIZ0Rw027600; Fri, 10 Jul 2015 18:35:00 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507101835.t6AIZ0Rw027600@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Fri, 10 Jul 2015 18:35:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391715 - 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: Fri, 10 Jul 2015 18:35:01 -0000 Author: olgeni Date: Fri Jul 10 18:34:59 2015 New Revision: 391715 URL: https://svnweb.freebsd.org/changeset/ports/391715 Log: Official 3.3.1 tag got in. Modified: head/devel/relx/Makefile head/devel/relx/distinfo Modified: head/devel/relx/Makefile ============================================================================== --- head/devel/relx/Makefile Fri Jul 10 18:12:00 2015 (r391714) +++ head/devel/relx/Makefile Fri Jul 10 18:34:59 2015 (r391715) @@ -30,8 +30,7 @@ PLIST_SUB= VERSION="${PORTVERSION}" # Use either erlware or tsloughter, depending on who actually # published the package on hex.pm USE_GITHUB= yes -GH_ACCOUNT= tsloughter -GH_TAGNAME= 0b04cf0 +GH_ACCOUNT= erlware # rebar3 insists on downloading dependencies, and some kind of package # index into the user's HOME. We need to trick it into behaving by Modified: head/devel/relx/distinfo ============================================================================== --- head/devel/relx/distinfo Fri Jul 10 18:12:00 2015 (r391714) +++ head/devel/relx/distinfo Fri Jul 10 18:34:59 2015 (r391715) @@ -1,4 +1,4 @@ -SHA256 (tsloughter-relx-v3.3.1-0b04cf0_GH0.tar.gz) = e07390e630923aad8b687f87393e33d121ef2389b15b1529b15ba9e574b6456d -SIZE (tsloughter-relx-v3.3.1-0b04cf0_GH0.tar.gz) = 443583 +SHA256 (erlware-relx-v3.3.1_GH0.tar.gz) = b5fc3123e92600a10f3c0c08948f13391c925210880d4594ac6a7f9db7caf16b +SIZE (erlware-relx-v3.3.1_GH0.tar.gz) = 443575 SHA256 (relx-cache-4.tar.gz) = e2c424a68de8de0a30e917f2a8940a62218113359368daec522bf372f4c35c38 SIZE (relx-cache-4.tar.gz) = 226275 From owner-svn-ports-head@freebsd.org Fri Jul 10 18:40:49 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F10258E8A; Fri, 10 Jul 2015 18:40:49 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E0D221DD4; Fri, 10 Jul 2015 18:40:49 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6AIenB9030826; Fri, 10 Jul 2015 18:40:49 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6AIenLB030824; Fri, 10 Jul 2015 18:40:49 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201507101840.t6AIenLB030824@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Fri, 10 Jul 2015 18:40:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391716 - head/math/octave-forge-io X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 10 Jul 2015 18:40:50 -0000 Author: stephen Date: Fri Jul 10 18:40:48 2015 New Revision: 391716 URL: https://svnweb.freebsd.org/changeset/ports/391716 Log: - Update to 2.2.9. Modified: head/math/octave-forge-io/Makefile head/math/octave-forge-io/distinfo Modified: head/math/octave-forge-io/Makefile ============================================================================== --- head/math/octave-forge-io/Makefile Fri Jul 10 18:34:59 2015 (r391715) +++ head/math/octave-forge-io/Makefile Fri Jul 10 18:40:48 2015 (r391716) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= octave-forge-io -PORTVERSION= 2.2.8 +PORTVERSION= 2.2.9 PORTEPOCH= 1 CATEGORIES= math Modified: head/math/octave-forge-io/distinfo ============================================================================== --- head/math/octave-forge-io/distinfo Fri Jul 10 18:34:59 2015 (r391715) +++ head/math/octave-forge-io/distinfo Fri Jul 10 18:40:48 2015 (r391716) @@ -1,2 +1,2 @@ -SHA256 (octave-forge/io-2.2.8.tar.gz) = bbcba0b06eeb7111058f54b779f81b292ed409f399a551809dffa3d964682e9d -SIZE (octave-forge/io-2.2.8.tar.gz) = 260659 +SHA256 (octave-forge/io-2.2.9.tar.gz) = affd91ea797919cb81b4da1ebc15bc168de20df559178200419884790251c10d +SIZE (octave-forge/io-2.2.9.tar.gz) = 261033 From owner-svn-ports-head@freebsd.org Fri Jul 10 19:34:03 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 41F9B997967; Fri, 10 Jul 2015 19:34:03 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2695F900; Fri, 10 Jul 2015 19:34:03 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6AJY2dA056694; Fri, 10 Jul 2015 19:34:02 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6AJY2q2056689; Fri, 10 Jul 2015 19:34:02 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507101934.t6AJY2q2056689@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Fri, 10 Jul 2015 19:34:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391717 - head/devel/elixir-exrm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 10 Jul 2015 19:34:03 -0000 Author: olgeni Date: Fri Jul 10 19:34:01 2015 New Revision: 391717 URL: https://svnweb.freebsd.org/changeset/ports/391717 Log: Upgrade to 0.18.4. Modified: head/devel/elixir-exrm/Makefile head/devel/elixir-exrm/distinfo Modified: head/devel/elixir-exrm/Makefile ============================================================================== --- head/devel/elixir-exrm/Makefile Fri Jul 10 18:40:48 2015 (r391716) +++ head/devel/elixir-exrm/Makefile Fri Jul 10 19:34:01 2015 (r391717) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= exrm -PORTVERSION= 0.18.3 +PORTVERSION= 0.18.4 CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-exrm/distinfo ============================================================================== --- head/devel/elixir-exrm/distinfo Fri Jul 10 18:40:48 2015 (r391716) +++ head/devel/elixir-exrm/distinfo Fri Jul 10 19:34:01 2015 (r391717) @@ -1,2 +1,2 @@ -SHA256 (bitwalker-exrm-0.18.3_GH0.tar.gz) = e02d4d73ceb9cca855c8e49f9fda0ae9585671546311ca7d5733085aba036c89 -SIZE (bitwalker-exrm-0.18.3_GH0.tar.gz) = 42682 +SHA256 (bitwalker-exrm-0.18.4_GH0.tar.gz) = 6c4319496e28286e161c38c82487ac84f13ec5201d7af86dcc444ebb524cc199 +SIZE (bitwalker-exrm-0.18.4_GH0.tar.gz) = 42699 From owner-svn-ports-head@freebsd.org Fri Jul 10 19:34:15 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9D335997992; Fri, 10 Jul 2015 19:34:15 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 847659D2; Fri, 10 Jul 2015 19:34:15 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6AJYFdZ056845; Fri, 10 Jul 2015 19:34:15 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6AJYE00056843; Fri, 10 Jul 2015 19:34:14 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507101934.t6AJYE00056843@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Fri, 10 Jul 2015 19:34:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391718 - head/devel/erlang-clique X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 10 Jul 2015 19:34:15 -0000 Author: olgeni Date: Fri Jul 10 19:34:14 2015 New Revision: 391718 URL: https://svnweb.freebsd.org/changeset/ports/391718 Log: Upgrade to version 0.3.2. Modified: head/devel/erlang-clique/Makefile head/devel/erlang-clique/distinfo Modified: head/devel/erlang-clique/Makefile ============================================================================== --- head/devel/erlang-clique/Makefile Fri Jul 10 19:34:01 2015 (r391717) +++ head/devel/erlang-clique/Makefile Fri Jul 10 19:34:14 2015 (r391718) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= clique -PORTVERSION= 0.3.1 +PORTVERSION= 0.3.2 CATEGORIES= devel PKGNAMEPREFIX= erlang- Modified: head/devel/erlang-clique/distinfo ============================================================================== --- head/devel/erlang-clique/distinfo Fri Jul 10 19:34:01 2015 (r391717) +++ head/devel/erlang-clique/distinfo Fri Jul 10 19:34:14 2015 (r391718) @@ -1,2 +1,2 @@ -SHA256 (basho-clique-0.3.1_GH0.tar.gz) = 00cd340d6fcceb7b94d1169367af1f0e4cac5aeb54572aa356eb3a75fbfcf684 -SIZE (basho-clique-0.3.1_GH0.tar.gz) = 179125 +SHA256 (basho-clique-0.3.2_GH0.tar.gz) = 526eb8325c717dbe3b1a9f15450b3d8fd4bdede8a1900d904cf74fe99f9809fc +SIZE (basho-clique-0.3.2_GH0.tar.gz) = 179153 From owner-svn-ports-head@freebsd.org Fri Jul 10 20:01:11 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 798B6997DAC; Fri, 10 Jul 2015 20:01:11 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 69B0B1571; Fri, 10 Jul 2015 20:01:11 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6AK1BUO070006; Fri, 10 Jul 2015 20:01:11 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6AK1AEr070003; Fri, 10 Jul 2015 20:01:10 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507102001.t6AK1AEr070003@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Fri, 10 Jul 2015 20:01:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391719 - head/databases/elixir-mariaex X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 10 Jul 2015 20:01:11 -0000 Author: olgeni Date: Fri Jul 10 20:01:09 2015 New Revision: 391719 URL: https://svnweb.freebsd.org/changeset/ports/391719 Log: Upgrade to version 0.4.1. Modified: head/databases/elixir-mariaex/Makefile head/databases/elixir-mariaex/distinfo Modified: head/databases/elixir-mariaex/Makefile ============================================================================== --- head/databases/elixir-mariaex/Makefile Fri Jul 10 19:34:14 2015 (r391718) +++ head/databases/elixir-mariaex/Makefile Fri Jul 10 20:01:09 2015 (r391719) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mariaex -PORTVERSION= 0.4.0 +PORTVERSION= 0.4.1 DISTVERSIONPREFIX= v CATEGORIES= databases PKGNAMEPREFIX= elixir- Modified: head/databases/elixir-mariaex/distinfo ============================================================================== --- head/databases/elixir-mariaex/distinfo Fri Jul 10 19:34:14 2015 (r391718) +++ head/databases/elixir-mariaex/distinfo Fri Jul 10 20:01:09 2015 (r391719) @@ -1,2 +1,2 @@ -SHA256 (xerions-mariaex-v0.4.0_GH0.tar.gz) = c42e44c220ab8bedc4863c123954b61a3c970425b49f7dc250dde27eadb088f5 -SIZE (xerions-mariaex-v0.4.0_GH0.tar.gz) = 17208 +SHA256 (xerions-mariaex-v0.4.1_GH0.tar.gz) = 91dc0afd6609f6751ac6efcb3d2c3f6723da7f080d767891302e4729de8dbd59 +SIZE (xerions-mariaex-v0.4.1_GH0.tar.gz) = 17679 From owner-svn-ports-head@freebsd.org Fri Jul 10 20:42:54 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8E1319974A8; Fri, 10 Jul 2015 20:42:54 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 79165B62; Fri, 10 Jul 2015 20:42:54 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6AKgsJC090935; Fri, 10 Jul 2015 20:42:54 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6AKgqY6090927; Fri, 10 Jul 2015 20:42:52 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201507102042.t6AKgqY6090927@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Fri, 10 Jul 2015 20:42:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391720 - in head/emulators: virtualbox-ose virtualbox-ose-additions virtualbox-ose-kmod X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 10 Jul 2015 20:42:54 -0000 Author: jkim Date: Fri Jul 10 20:42:51 2015 New Revision: 391720 URL: https://svnweb.freebsd.org/changeset/ports/391720 Log: Update to 4.3.30. MFH: 2015Q3 Modified: head/emulators/virtualbox-ose-additions/Makefile head/emulators/virtualbox-ose-additions/distinfo head/emulators/virtualbox-ose-kmod/Makefile head/emulators/virtualbox-ose-kmod/distinfo head/emulators/virtualbox-ose/Makefile head/emulators/virtualbox-ose/distinfo Modified: head/emulators/virtualbox-ose-additions/Makefile ============================================================================== --- head/emulators/virtualbox-ose-additions/Makefile Fri Jul 10 20:01:09 2015 (r391719) +++ head/emulators/virtualbox-ose-additions/Makefile Fri Jul 10 20:42:51 2015 (r391720) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= virtualbox-ose -DISTVERSION= 4.3.28 +DISTVERSION= 4.3.30 CATEGORIES= emulators MASTER_SITES= http://download.virtualbox.org/virtualbox/${DISTVERSION}/ \ http://tmp.chruetertee.ch/ \ Modified: head/emulators/virtualbox-ose-additions/distinfo ============================================================================== --- head/emulators/virtualbox-ose-additions/distinfo Fri Jul 10 20:01:09 2015 (r391719) +++ head/emulators/virtualbox-ose-additions/distinfo Fri Jul 10 20:42:51 2015 (r391720) @@ -1,2 +1,2 @@ -SHA256 (VirtualBox-4.3.28.tar.bz2) = e157ab76d1958ae2c56b2a3875194fbff3de82486ad0e30032fd5bd772297c31 -SIZE (VirtualBox-4.3.28.tar.bz2) = 100092002 +SHA256 (VirtualBox-4.3.30.tar.bz2) = ea9569ec16cd6202ee61bcadb2506d31ac12fd343adb91565773a05eaaea9a36 +SIZE (VirtualBox-4.3.30.tar.bz2) = 97428942 Modified: head/emulators/virtualbox-ose-kmod/Makefile ============================================================================== --- head/emulators/virtualbox-ose-kmod/Makefile Fri Jul 10 20:01:09 2015 (r391719) +++ head/emulators/virtualbox-ose-kmod/Makefile Fri Jul 10 20:42:51 2015 (r391720) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= virtualbox-ose -DISTVERSION= 4.3.28 +DISTVERSION= 4.3.30 CATEGORIES= emulators MASTER_SITES= http://download.virtualbox.org/virtualbox/${DISTVERSION}/ \ http://tmp.chruetertee.ch/ \ Modified: head/emulators/virtualbox-ose-kmod/distinfo ============================================================================== --- head/emulators/virtualbox-ose-kmod/distinfo Fri Jul 10 20:01:09 2015 (r391719) +++ head/emulators/virtualbox-ose-kmod/distinfo Fri Jul 10 20:42:51 2015 (r391720) @@ -1,2 +1,2 @@ -SHA256 (VirtualBox-4.3.28.tar.bz2) = e157ab76d1958ae2c56b2a3875194fbff3de82486ad0e30032fd5bd772297c31 -SIZE (VirtualBox-4.3.28.tar.bz2) = 100092002 +SHA256 (VirtualBox-4.3.30.tar.bz2) = ea9569ec16cd6202ee61bcadb2506d31ac12fd343adb91565773a05eaaea9a36 +SIZE (VirtualBox-4.3.30.tar.bz2) = 97428942 Modified: head/emulators/virtualbox-ose/Makefile ============================================================================== --- head/emulators/virtualbox-ose/Makefile Fri Jul 10 20:01:09 2015 (r391719) +++ head/emulators/virtualbox-ose/Makefile Fri Jul 10 20:42:51 2015 (r391720) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= virtualbox-ose -DISTVERSION= 4.3.28 -PORTREVISION= 1 +DISTVERSION= 4.3.30 CATEGORIES= emulators MASTER_SITES= http://download.virtualbox.org/virtualbox/${DISTVERSION}/ \ http://tmp.chruetertee.ch/ \ Modified: head/emulators/virtualbox-ose/distinfo ============================================================================== --- head/emulators/virtualbox-ose/distinfo Fri Jul 10 20:01:09 2015 (r391719) +++ head/emulators/virtualbox-ose/distinfo Fri Jul 10 20:42:51 2015 (r391720) @@ -1,4 +1,4 @@ -SHA256 (VirtualBox-4.3.28.tar.bz2) = e157ab76d1958ae2c56b2a3875194fbff3de82486ad0e30032fd5bd772297c31 -SIZE (VirtualBox-4.3.28.tar.bz2) = 100092002 -SHA256 (VBoxGuestAdditions_4.3.28.iso) = 9f52e186d6c9407b2676d4b2ed1cdf96940ec129cc2bd92e54b24526271a9733 -SIZE (VBoxGuestAdditions_4.3.28.iso) = 58241024 +SHA256 (VirtualBox-4.3.30.tar.bz2) = ea9569ec16cd6202ee61bcadb2506d31ac12fd343adb91565773a05eaaea9a36 +SIZE (VirtualBox-4.3.30.tar.bz2) = 97428942 +SHA256 (VBoxGuestAdditions_4.3.30.iso) = 432c2da1d9a939de7ba1d2cfb10595031374af9ce66417a43979d1794beedbb1 +SIZE (VBoxGuestAdditions_4.3.30.iso) = 58257408 From owner-svn-ports-head@freebsd.org Fri Jul 10 21:04:28 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DE19F99787B; Fri, 10 Jul 2015 21:04:28 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CE382145A; Fri, 10 Jul 2015 21:04:28 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6AL4SRg001228; Fri, 10 Jul 2015 21:04:28 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6AL4Sxq001227; Fri, 10 Jul 2015 21:04:28 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507102104.t6AL4Sxq001227@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Fri, 10 Jul 2015 21:04:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391721 - head/devel/rebar X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 10 Jul 2015 21:04:29 -0000 Author: olgeni Date: Fri Jul 10 21:04:27 2015 New Revision: 391721 URL: https://svnweb.freebsd.org/changeset/ports/391721 Log: Install rebar.config.sample in EXAMPLESDIR. Modified: head/devel/rebar/Makefile Modified: head/devel/rebar/Makefile ============================================================================== --- head/devel/rebar/Makefile Fri Jul 10 20:42:51 2015 (r391720) +++ head/devel/rebar/Makefile Fri Jul 10 21:04:27 2015 (r391721) @@ -3,6 +3,7 @@ PORTNAME= rebar PORTVERSION= 2.6.0 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= olgeni@FreeBSD.org @@ -18,6 +19,7 @@ OPTIONS_DEFINE= BASH ZSH USE_GITHUB= yes PLIST_FILES= bin/${PORTNAME} +PORTEXAMPLES= rebar.config.sample BASH_PLIST_FILES= share/bash-completion/completions/rebar ZSH_PLIST_FILES= share/zsh/site-functions/_rebar @@ -36,5 +38,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/priv/shell-completion/zsh/_rebar \ ${STAGEDIR}${PREFIX}/share/zsh/site-functions/ .endif + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/rebar.config.sample ${STAGEDIR}${EXAMPLESDIR} .include From owner-svn-ports-head@freebsd.org Fri Jul 10 21:04:58 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 773EB9978A7; Fri, 10 Jul 2015 21:04:58 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 67A56158D; Fri, 10 Jul 2015 21:04:58 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6AL4wCX001397; Fri, 10 Jul 2015 21:04:58 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6AL4wIO001395; Fri, 10 Jul 2015 21:04:58 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507102104.t6AL4wIO001395@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Fri, 10 Jul 2015 21:04:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391722 - head/devel/rebar3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 10 Jul 2015 21:04:58 -0000 Author: olgeni Date: Fri Jul 10 21:04:57 2015 New Revision: 391722 URL: https://svnweb.freebsd.org/changeset/ports/391722 Log: Install rebar.config.sample in EXAMPLESDIR; pet portlint. Modified: head/devel/rebar3/Makefile Modified: head/devel/rebar3/Makefile ============================================================================== --- head/devel/rebar3/Makefile Fri Jul 10 21:04:27 2015 (r391721) +++ head/devel/rebar3/Makefile Fri Jul 10 21:04:57 2015 (r391722) @@ -2,6 +2,7 @@ PORTNAME= rebar3 PORTVERSION= 20150630 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES+= LOCAL/olgeni:pkg \ http://olgeni.olgeni.com/~olgeni/distfiles/:pkg \ @@ -26,6 +27,7 @@ GH_ACCOUNT= rebar GH_TAGNAME= 4f98106 PLIST_FILES= bin/${PORTNAME} +PORTEXAMPLES= rebar.config.sample BASH_PLIST_FILES= share/bash-completion/completions/rebar3 ZSH_PLIST_FILES= share/zsh/site-functions/_rebar3 @@ -49,7 +51,7 @@ post-extract: @${MKDIR} ${REBAR_PACKAGES} @${TAR} xfz ${DISTDIR}/rebar3-packages-1${EXTRACT_SUFX} -C ${REBAR_PACKAGES} .for _dep in ${REBAR_DEPS} - @${INSTALL_DATA} ${DISTDIR}/${_dep}.tar ${REBAR_PACKAGES} + ${INSTALL_DATA} ${DISTDIR}/${_dep}.tar ${REBAR_PACKAGES} .endfor .for _dep in ${REBAR_DEPS} @${MKDIR} ${WRKSRC}/_build/default/lib/${_dep:C/-.*//} @@ -72,5 +74,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/priv/shell-completion/zsh/_rebar3 \ ${STAGEDIR}${PREFIX}/share/zsh/site-functions/ .endif + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/rebar.config.sample ${STAGEDIR}${EXAMPLESDIR} .include From owner-svn-ports-head@freebsd.org Fri Jul 10 21:14:16 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 582C2997A63; Fri, 10 Jul 2015 21:14:16 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 486B21BE7; Fri, 10 Jul 2015 21:14:16 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6ALEGfu006610; Fri, 10 Jul 2015 21:14:16 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6ALEFmr006608; Fri, 10 Jul 2015 21:14:15 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507102114.t6ALEFmr006608@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Fri, 10 Jul 2015 21:14:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391723 - 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: Fri, 10 Jul 2015 21:14:16 -0000 Author: olgeni Date: Fri Jul 10 21:14:14 2015 New Revision: 391723 URL: https://svnweb.freebsd.org/changeset/ports/391723 Log: Install examples. Modified: head/devel/relx/Makefile head/devel/relx/pkg-plist Modified: head/devel/relx/Makefile ============================================================================== --- head/devel/relx/Makefile Fri Jul 10 21:04:57 2015 (r391722) +++ head/devel/relx/Makefile Fri Jul 10 21:14:14 2015 (r391723) @@ -3,6 +3,7 @@ PORTNAME= relx PORTVERSION= 3.3.1 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES+= http://olgeni.olgeni.com/~olgeni/distfiles/:deps \ LOCAL/olgeni:deps @@ -71,5 +72,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/_build/default/lib/relx/ebin/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin cd ${WRKSRC}/priv && ${COPYTREE_SHARE} \* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/priv ${INSTALL_SCRIPT} ${WRKSRC}/_build/default/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR} .include Modified: head/devel/relx/pkg-plist ============================================================================== --- head/devel/relx/pkg-plist Fri Jul 10 21:04:57 2015 (r391722) +++ head/devel/relx/pkg-plist Fri Jul 10 21:14:14 2015 (r391723) @@ -58,3 +58,5 @@ lib/erlang/lib/relx-%%VERSION%%/src/rlx_ lib/erlang/lib/relx-%%VERSION%%/src/rlx_topo.erl lib/erlang/lib/relx-%%VERSION%%/src/rlx_util.erl %%PORTDOCS%%%%DOCSDIR%%/README.md +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/relx.config +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/relx_simple.config From owner-svn-ports-head@freebsd.org Sat Jul 11 06:01:30 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A78A7997B38; Sat, 11 Jul 2015 06:01:30 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8C4C018CA; Sat, 11 Jul 2015 06:01:30 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6B61UqO068463; Sat, 11 Jul 2015 06:01:30 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6B61U5O068462; Sat, 11 Jul 2015 06:01:30 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201507110601.t6B61U5O068462@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 11 Jul 2015 06:01:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391726 - head/www/swfdec-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: Sat, 11 Jul 2015 06:01:30 -0000 Author: amdmi3 Date: Sat Jul 11 06:01:29 2015 New Revision: 391726 URL: https://svnweb.freebsd.org/changeset/ports/391726 Log: - Drop @dirrm* from plist Modified: head/www/swfdec-plugin/pkg-plist Modified: head/www/swfdec-plugin/pkg-plist ============================================================================== --- head/www/swfdec-plugin/pkg-plist Fri Jul 10 21:50:24 2015 (r391725) +++ head/www/swfdec-plugin/pkg-plist Sat Jul 11 06:01:29 2015 (r391726) @@ -7,4 +7,3 @@ share/icons/hicolor/24x24/apps/swfdec-mo share/icons/hicolor/32x32/apps/swfdec-mozilla.png share/icons/hicolor/48x48/apps/swfdec-mozilla.png share/icons/hicolor/scalable/apps/swfdec-mozilla.svg -@dirrmtry %%WEBPLUGIN_DIR%% From owner-svn-ports-head@freebsd.org Sat Jul 11 06:02:22 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CBCC0997C48; Sat, 11 Jul 2015 06:02:22 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AF8261A03; Sat, 11 Jul 2015 06:02:22 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6B62MlT068733; Sat, 11 Jul 2015 06:02:22 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6B62KWU068724; Sat, 11 Jul 2015 06:02:20 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201507110602.t6B62KWU068724@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Sat, 11 Jul 2015 06:02:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391727 - in head/editors/mousepad: . 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, 11 Jul 2015 06:02:22 -0000 Author: olivierd Date: Sat Jul 11 06:02:20 2015 New Revision: 391727 URL: https://svnweb.freebsd.org/changeset/ports/391727 Log: - Add patches in order to fix warnings, when color scheme is not defined - Bump PORTREVISION PR: 199181 Reported by: Obtained from: Xfce upstream repository Added: head/editors/mousepad/files/patch-mousepad_mousepad-action-group.c (contents, props changed) head/editors/mousepad/files/patch-mousepad_mousepad-settings.c (contents, props changed) head/editors/mousepad/files/patch-mousepad_mousepad-view.c (contents, props changed) head/editors/mousepad/files/patch-mousepad_mousepad-window.c (contents, props changed) Modified: head/editors/mousepad/Makefile Modified: head/editors/mousepad/Makefile ============================================================================== --- head/editors/mousepad/Makefile Sat Jul 11 06:01:29 2015 (r391726) +++ head/editors/mousepad/Makefile Sat Jul 11 06:02:20 2015 (r391727) @@ -3,7 +3,7 @@ PORTNAME= mousepad PORTVERSION= 0.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors xfce MASTER_SITES= XFCE/src/apps/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 @@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib GNU_CONFIGURE= yes -USES= desktop-file-utils gettext gmake libtool pkgconfig perl5 tar:bzip2 +USES= desktop-file-utils gettext gmake libtool perl5 pkgconfig tar:bzip2 USE_GNOME= glib20 intltool intlhack OPTIONS_DEFINE= GTK3 Added: head/editors/mousepad/files/patch-mousepad_mousepad-action-group.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/mousepad/files/patch-mousepad_mousepad-action-group.c Sat Jul 11 06:02:20 2015 (r391727) @@ -0,0 +1,25 @@ +--- mousepad/mousepad-action-group.c.orig 2014-09-01 20:50:07 UTC ++++ mousepad/mousepad-action-group.c +@@ -283,7 +283,8 @@ void + mousepad_action_group_set_active_style_scheme (MousepadActionGroup *self, + GtkSourceStyleScheme *scheme) + { +- GtkAction *action; ++ GtkAction *action; ++ const gchar *scheme_name = NULL; + + g_return_if_fail (MOUSEPAD_IS_ACTION_GROUP (self)); + +@@ -303,8 +304,11 @@ mousepad_action_group_set_active_style_s + self->locked = FALSE; + + /* update the setting when the active action is changed */ ++ if (scheme != NULL) ++ scheme_name = gtk_source_style_scheme_get_id(scheme); ++ + self->locked = TRUE; +- MOUSEPAD_SETTING_SET_STRING (COLOR_SCHEME, gtk_source_style_scheme_get_id (scheme)); ++ MOUSEPAD_SETTING_SET_STRING (COLOR_SCHEME, scheme_name); + self->locked = FALSE; + + g_object_notify (G_OBJECT (self), "active-style-scheme"); Added: head/editors/mousepad/files/patch-mousepad_mousepad-settings.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/mousepad/files/patch-mousepad_mousepad-settings.c Sat Jul 11 06:02:20 2015 (r391727) @@ -0,0 +1,11 @@ +--- mousepad/mousepad-settings.c.orig 2014-09-01 20:50:07 UTC ++++ mousepad/mousepad-settings.c +@@ -298,7 +298,7 @@ void + mousepad_setting_set_string (const gchar *path, + const gchar *value) + { +- mousepad_setting_set (path, "s", value); ++ mousepad_setting_set (path, "s", value != NULL ? value : ""); + } + + Added: head/editors/mousepad/files/patch-mousepad_mousepad-view.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/mousepad/files/patch-mousepad_mousepad-view.c Sat Jul 11 06:02:20 2015 (r391727) @@ -0,0 +1,12 @@ +--- mousepad/mousepad-view.c.orig 2014-09-01 20:50:07 UTC ++++ mousepad/mousepad-view.c +@@ -257,7 +257,8 @@ mousepad_view_buffer_changed (MousepadVi + GtkSourceStyleScheme *scheme; + + manager = gtk_source_style_scheme_manager_get_default (); +- scheme = gtk_source_style_scheme_manager_get_scheme (manager, view->color_scheme); ++ scheme = gtk_source_style_scheme_manager_get_scheme (manager, ++ view->color_scheme ? view->color_scheme : ""); + gtk_source_buffer_set_style_scheme (buffer, scheme); + + gtk_source_buffer_set_highlight_matching_brackets (buffer, view->match_braces); Added: head/editors/mousepad/files/patch-mousepad_mousepad-window.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/mousepad/files/patch-mousepad_mousepad-window.c Sat Jul 11 06:02:20 2015 (r391727) @@ -0,0 +1,18 @@ +--- mousepad/mousepad-window.c.orig 2014-09-01 20:58:02 UTC ++++ mousepad/mousepad-window.c +@@ -717,12 +717,13 @@ mousepad_window_action_group_style_schem + MousepadActionGroup *group) + { + GtkSourceStyleScheme *scheme; +- const gchar *scheme_id; ++ const gchar *scheme_id = NULL; + gint npages, i; + + /* get the new active language */ + scheme = mousepad_action_group_get_active_style_scheme (group); +- scheme_id = gtk_source_style_scheme_get_id (scheme); ++ if (scheme != NULL) ++ scheme_id = gtk_source_style_scheme_get_id (scheme); + + /* update the color scheme on all the documents */ + npages = gtk_notebook_get_n_pages (GTK_NOTEBOOK (window->notebook)); From owner-svn-ports-head@freebsd.org Sat Jul 11 07:07:19 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B504299871B; Sat, 11 Jul 2015 07:07:19 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9D9181029; Sat, 11 Jul 2015 07:07:19 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6B77JV6098510; Sat, 11 Jul 2015 07:07:19 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6B77JFo098508; Sat, 11 Jul 2015 07:07:19 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201507110707.t6B77JFo098508@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Sat, 11 Jul 2015 07:07:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391728 - head/devel/R-cran-gdata X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 11 Jul 2015 07:07:19 -0000 Author: tota Date: Sat Jul 11 07:07:18 2015 New Revision: 391728 URL: https://svnweb.freebsd.org/changeset/ports/391728 Log: - Update to 2.17.0 Modified: head/devel/R-cran-gdata/Makefile head/devel/R-cran-gdata/distinfo Modified: head/devel/R-cran-gdata/Makefile ============================================================================== --- head/devel/R-cran-gdata/Makefile Sat Jul 11 06:02:20 2015 (r391727) +++ head/devel/R-cran-gdata/Makefile Sat Jul 11 07:07:18 2015 (r391728) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gdata -PORTVERSION= 2.16.1 +PORTVERSION= 2.17.0 CATEGORIES= devel DISTNAME= ${PORTNAME}_${PORTVERSION} Modified: head/devel/R-cran-gdata/distinfo ============================================================================== --- head/devel/R-cran-gdata/distinfo Sat Jul 11 06:02:20 2015 (r391727) +++ head/devel/R-cran-gdata/distinfo Sat Jul 11 07:07:18 2015 (r391728) @@ -1,2 +1,2 @@ -SHA256 (gdata_2.16.1.tar.gz) = b5cd865587aafc4e9963d6cd701660b06968e2188cf6e71ee7c1fd423ec25a93 -SIZE (gdata_2.16.1.tar.gz) = 1069911 +SHA256 (gdata_2.17.0.tar.gz) = 8097ec0e4868f6bf746f821cff7842f696e874bb3a84f1b2aa977ecd961c3e4e +SIZE (gdata_2.17.0.tar.gz) = 1041264 From owner-svn-ports-head@freebsd.org Sat Jul 11 08:34:56 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8E4689975E1; Sat, 11 Jul 2015 08:34:56 +0000 (UTC) (envelope-from loader@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 72D74FB1; Sat, 11 Jul 2015 08:34:56 +0000 (UTC) (envelope-from loader@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6B8YuiA041388; Sat, 11 Jul 2015 08:34:56 GMT (envelope-from loader@FreeBSD.org) Received: (from loader@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6B8YtBT041381; Sat, 11 Jul 2015 08:34:55 GMT (envelope-from loader@FreeBSD.org) Message-Id: <201507110834.t6B8YtBT041381@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: loader set sender to loader@FreeBSD.org using -f From: Fukang Chen Date: Sat, 11 Jul 2015 08:34:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391729 - in head/sysutils: . py-honcho X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 11 Jul 2015 08:34:56 -0000 Author: loader (doc committer) Date: Sat Jul 11 08:34:54 2015 New Revision: 391729 URL: https://svnweb.freebsd.org/changeset/ports/391729 Log: [NEW] sysutils/py-honcho: Managing Procfile-based applications tool Honcho is a Python port of Foreman, a tool for managing Procfile-based applications. WWW: https://github.com/nickstenning/honcho Approved by: koobs Differential Revision: https://reviews.freebsd.org/D3047 Added: head/sysutils/py-honcho/ head/sysutils/py-honcho/Makefile (contents, props changed) head/sysutils/py-honcho/distinfo (contents, props changed) head/sysutils/py-honcho/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Sat Jul 11 07:07:18 2015 (r391728) +++ head/sysutils/Makefile Sat Jul 11 08:34:54 2015 (r391729) @@ -752,6 +752,7 @@ SUBDIR += py-filelike SUBDIR += py-glances SUBDIR += py-halite + SUBDIR += py-honcho SUBDIR += py-iowait SUBDIR += py-nagiosplugin SUBDIR += py-ploy Added: head/sysutils/py-honcho/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/py-honcho/Makefile Sat Jul 11 08:34:54 2015 (r391729) @@ -0,0 +1,27 @@ +# Created by: loader +# $FreeBSD$ + +PORTNAME= honcho +PORTVERSION= 0.6.6 +DISTVERSIONPREFIX= v +CATEGORIES= sysutils python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= loader@FreeBSD.org +COMMENT= Managing Procfile-based applications tool + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.7:${PORTSDIR}/devel/py-Jinja2 + +USE_GITHUB= yes +GH_ACCOUNT= nickstenning + +USES= python +USE_PYTHON= autoplist distutils + +regression-test: + @cd ${WRKSRC} && py.test + +.include Added: head/sysutils/py-honcho/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/py-honcho/distinfo Sat Jul 11 08:34:54 2015 (r391729) @@ -0,0 +1,2 @@ +SHA256 (nickstenning-honcho-v0.6.6_GH0.tar.gz) = 02703190e9775c899045e25e7f5b5b1a3b3ec1a4720d6b85a50da680f7f750c7 +SIZE (nickstenning-honcho-v0.6.6_GH0.tar.gz) = 34868 Added: head/sysutils/py-honcho/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/py-honcho/pkg-descr Sat Jul 11 08:34:54 2015 (r391729) @@ -0,0 +1,4 @@ +Honcho is a Python port of Foreman, a tool for managing +Procfile-based applications. + +WWW: https://github.com/nickstenning/honcho From owner-svn-ports-head@freebsd.org Sat Jul 11 09:26:45 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 056879981CB; Sat, 11 Jul 2015 09:26:45 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DC00510AB; Sat, 11 Jul 2015 09:26:44 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6B9QiM5065636; Sat, 11 Jul 2015 09:26:44 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6B9QiEt065635; Sat, 11 Jul 2015 09:26:44 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201507110926.t6B9QiEt065635@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Sat, 11 Jul 2015 09:26:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391730 - head/devel/fossil/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, 11 Jul 2015 09:26:45 -0000 Author: gahr Date: Sat Jul 11 09:26:43 2015 New Revision: 391730 URL: https://svnweb.freebsd.org/changeset/ports/391730 Log: devel/fossil: Support the --repolist switch via fossil_repolist in rc.conf Approved by: maintainer (via IRC) Modified: head/devel/fossil/files/fossil.in Modified: head/devel/fossil/files/fossil.in ============================================================================== --- head/devel/fossil/files/fossil.in Sat Jul 11 08:34:54 2015 (r391729) +++ head/devel/fossil/files/fossil.in Sat Jul 11 09:26:43 2015 (r391730) @@ -55,6 +55,7 @@ esac [ -z "${fossil_listenall}" ] && fossil_args="${fossil_args} --localhost" [ -n "${fossil_files}" ] && fossil_args="${fossil_args} --files '${fossil_files}'" [ -n "${fossil_notfound}" ] && fossil_args="${fossil_args} --notfound \"${fossil_notfound}\"" +[ -n "${fossil_repolist}" ] && fossil_args="${fossil_args} --repolist" command_args="-f -p ${pidfile} ${procname} server -P ${fossil_port} ${fossil_args} ${fossil_directory}" From owner-svn-ports-head@freebsd.org Sat Jul 11 10:14:07 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1E84A998917; Sat, 11 Jul 2015 10:14:07 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EABB31246; Sat, 11 Jul 2015 10:14:06 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6BAE6fJ089118; Sat, 11 Jul 2015 10:14:06 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6BAE6a2089117; Sat, 11 Jul 2015 10:14:06 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201507111014.t6BAE6a2089117@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 11 Jul 2015 10:14:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391731 - 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, 11 Jul 2015 10:14:07 -0000 Author: bapt Date: Sat Jul 11 10:14:05 2015 New Revision: 391731 URL: https://svnweb.freebsd.org/changeset/ports/391731 Log: Document a few pivotx vulnerabilities Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sat Jul 11 09:26:43 2015 (r391730) +++ head/security/vuxml/vuln.xml Sat Jul 11 10:14:05 2015 (r391731) @@ -57,6 +57,61 @@ Notes: --> + + pivotx -- Multiple unrestricted file upload vulnerabilities + + + pivotx + 2.3.9 + + + + +

      Pivotx reports:

      +
      +

      Multiple unrestricted file upload vulnerabilities in fileupload.php + in PivotX before 2.3.9 allow remote authenticated users to execute + arbitrary PHP code by uploading a file with a (1) .php or (2) .php# + extension, and then accessing it via unspecified vectors.

      +
      + +
      + + CVE-2014-0341 + + + 2014-04-15 + 2015-07-11 + +
      + + + pivotx -- cross-site scripting (XSS) vulnerability + + + pivotx + 2.3.9 + + + + +

      pivotx reports:

      +
      +

      cross-site scripting (XSS) vulnerability in the nickname (and + possibly the email) field. Mitigated by the fact that an attacker + must have a PivotX account.

      +
      + +
      + + CVE-2014-0341 + + + 2014-04-15 + 2015-07-11 + +
      + wpa_supplicant -- WPS_NFC option payload length validation vulnerability From owner-svn-ports-head@freebsd.org Sat Jul 11 11:22:48 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7756B9984AC; Sat, 11 Jul 2015 11:22:48 +0000 (UTC) (envelope-from nox@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4D7D91CAD; Sat, 11 Jul 2015 11:22:48 +0000 (UTC) (envelope-from nox@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6BBMmDQ023211; Sat, 11 Jul 2015 11:22:48 GMT (envelope-from nox@FreeBSD.org) Received: (from nox@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6BBMlLg023207; Sat, 11 Jul 2015 11:22:47 GMT (envelope-from nox@FreeBSD.org) Message-Id: <201507111122.t6BBMlLg023207@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nox set sender to nox@FreeBSD.org using -f From: Juergen Lock Date: Sat, 11 Jul 2015 11:22:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391732 - in head/multimedia/vlc: . 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, 11 Jul 2015 11:22:48 -0000 Author: nox Date: Sat Jul 11 11:22:46 2015 New Revision: 391732 URL: https://svnweb.freebsd.org/changeset/ports/391732 Log: - Update to compile with Lua 5.3 support. - Bump PORTREVISION. PR: 201470 Submitted by: milios@ccsys.com Added: head/multimedia/vlc/files/patch-modules-lua-vlc.h (contents, props changed) head/multimedia/vlc/files/patch-share-lua-intf-cli.lua (contents, props changed) Modified: head/multimedia/vlc/Makefile Modified: head/multimedia/vlc/Makefile ============================================================================== --- head/multimedia/vlc/Makefile Sat Jul 11 10:14:05 2015 (r391731) +++ head/multimedia/vlc/Makefile Sat Jul 11 11:22:46 2015 (r391732) @@ -3,7 +3,7 @@ PORTNAME= vlc DISTVERSION= 2.2.1 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 4 CATEGORIES= multimedia audio ipv6 net www MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \ Added: head/multimedia/vlc/files/patch-modules-lua-vlc.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/vlc/files/patch-modules-lua-vlc.h Sat Jul 11 11:22:46 2015 (r391732) @@ -0,0 +1,10 @@ +--- modules/lua/vlc.h.orig 2015-07-11 03:08:07.625881252 +0000 ++++ modules/lua/vlc.h 2015-07-11 03:08:25.711881262 +0000 +@@ -38,6 +38,7 @@ + #include + #include + ++#define LUA_COMPAT_APIINTCASTS + #define LUA_COMPAT_MODULE + #include /* Low level lua C API */ + #include /* Higher level C API */ Added: head/multimedia/vlc/files/patch-share-lua-intf-cli.lua ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/vlc/files/patch-share-lua-intf-cli.lua Sat Jul 11 11:22:46 2015 (r391732) @@ -0,0 +1,11 @@ +--- share/lua/intf/cli.lua.orig 2015-07-11 02:39:34.126886159 +0000 ++++ share/lua/intf/cli.lua 2015-07-11 02:54:46.665888389 +0000 +@@ -343,7 +343,7 @@ + end + if val.args then str = str .. " " .. val.args end + if #str%2 == 1 then str = str .. " " end +- str = str .. string.rep(" .",(width-(#str+#val.help)-1)/2) ++ str = str .. string.rep(" .",math.floor((width-(#str+#val.help)-1)/2)) + str = str .. string.rep(" ",width-#str-#val.help) .. val.help + end + client:append(str) From owner-svn-ports-head@freebsd.org Sat Jul 11 11:30:26 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A3D9D998724; Sat, 11 Jul 2015 11:30:26 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7B6761F5D; Sat, 11 Jul 2015 11:30:26 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6BBUQOr024703; Sat, 11 Jul 2015 11:30:26 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6BBUPLM024700; Sat, 11 Jul 2015 11:30:25 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <201507111130.t6BBUPLM024700@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Sat, 11 Jul 2015 11:30:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391733 - head/devel/rcs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 11 Jul 2015 11:30:26 -0000 Author: zeising Date: Sat Jul 11 11:30:24 2015 New Revision: 391733 URL: https://svnweb.freebsd.org/changeset/ports/391733 Log: Update to 5.9.4 Modified: head/devel/rcs/Makefile head/devel/rcs/distinfo Modified: head/devel/rcs/Makefile ============================================================================== --- head/devel/rcs/Makefile Sat Jul 11 11:22:46 2015 (r391732) +++ head/devel/rcs/Makefile Sat Jul 11 11:30:24 2015 (r391733) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rcs -PORTVERSION= 5.9.2 +PORTVERSION= 5.9.4 CATEGORIES= devel MASTER_SITES= GNU Modified: head/devel/rcs/distinfo ============================================================================== --- head/devel/rcs/distinfo Sat Jul 11 11:22:46 2015 (r391732) +++ head/devel/rcs/distinfo Sat Jul 11 11:30:24 2015 (r391733) @@ -1,2 +1,2 @@ -SHA256 (rcs-5.9.2.tar.xz) = 651af3429ccfaa7d0d10b64214a9fe7b77b33ed958f233532b6026f5e8adb571 -SIZE (rcs-5.9.2.tar.xz) = 795096 +SHA256 (rcs-5.9.4.tar.xz) = 063d5a0d7da1821754b80c639cdae2c82b535c8ff4131f75dc7bbf0cd63a5dff +SIZE (rcs-5.9.4.tar.xz) = 801360 From owner-svn-ports-head@freebsd.org Sat Jul 11 11:55:53 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D9905998BC5; Sat, 11 Jul 2015 11:55:53 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CA08E1964; Sat, 11 Jul 2015 11:55:53 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6BBtrAv039749; Sat, 11 Jul 2015 11:55:53 GMT (envelope-from ale@FreeBSD.org) Received: (from ale@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6BBtrG5039747; Sat, 11 Jul 2015 11:55:53 GMT (envelope-from ale@FreeBSD.org) Message-Id: <201507111155.t6BBtrG5039747@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ale set sender to ale@FreeBSD.org using -f From: Alex Dupre Date: Sat, 11 Jul 2015 11:55:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391734 - 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: Sat, 11 Jul 2015 11:55:54 -0000 Author: ale Date: Sat Jul 11 11:55:52 2015 New Revision: 391734 URL: https://svnweb.freebsd.org/changeset/ports/391734 Log: Update to 5.6.11 release. Modified: head/lang/php56/Makefile head/lang/php56/distinfo Modified: head/lang/php56/Makefile ============================================================================== --- head/lang/php56/Makefile Sat Jul 11 11:30:24 2015 (r391733) +++ head/lang/php56/Makefile Sat Jul 11 11:55:52 2015 (r391734) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= php56 -PORTVERSION= 5.6.10 +PORTVERSION= 5.6.11 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions Modified: head/lang/php56/distinfo ============================================================================== --- head/lang/php56/distinfo Sat Jul 11 11:30:24 2015 (r391733) +++ head/lang/php56/distinfo Sat Jul 11 11:55:52 2015 (r391734) @@ -1,4 +1,4 @@ -SHA256 (php-5.6.10.tar.bz2) = 0a579c81c724ea41815eee0caa8ea7d8eeb302458519d8cc4fc5b055577c8c45 -SIZE (php-5.6.10.tar.bz2) = 14080915 +SHA256 (php-5.6.11.tar.bz2) = bd6b260816764c267244749ead07482120dbf8d1920ebbbb0dcb2aa411033866 +SIZE (php-5.6.11.tar.bz2) = 14081292 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 Sat Jul 11 12:07:52 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C854833BC; Sat, 11 Jul 2015 12:07:52 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B8B081EC1; Sat, 11 Jul 2015 12:07:52 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6BC7qIh044965; Sat, 11 Jul 2015 12:07:52 GMT (envelope-from ale@FreeBSD.org) Received: (from ale@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6BC7q0c044963; Sat, 11 Jul 2015 12:07:52 GMT (envelope-from ale@FreeBSD.org) Message-Id: <201507111207.t6BC7q0c044963@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ale set sender to ale@FreeBSD.org using -f From: Alex Dupre Date: Sat, 11 Jul 2015 12:07:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391735 - 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: Sat, 11 Jul 2015 12:07:52 -0000 Author: ale Date: Sat Jul 11 12:07:51 2015 New Revision: 391735 URL: https://svnweb.freebsd.org/changeset/ports/391735 Log: Update to 5.5.27 release. Modified: head/lang/php55/Makefile head/lang/php55/distinfo Modified: head/lang/php55/Makefile ============================================================================== --- head/lang/php55/Makefile Sat Jul 11 11:55:52 2015 (r391734) +++ head/lang/php55/Makefile Sat Jul 11 12:07:51 2015 (r391735) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= php55 -PORTVERSION= 5.5.26 +PORTVERSION= 5.5.27 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions Modified: head/lang/php55/distinfo ============================================================================== --- head/lang/php55/distinfo Sat Jul 11 11:55:52 2015 (r391734) +++ head/lang/php55/distinfo Sat Jul 11 12:07:51 2015 (r391735) @@ -1,4 +1,4 @@ -SHA256 (php-5.5.26.tar.bz2) = 816afffdb03ff4c542bc172a2f77f9c69b817df82d60cce05c1b4f578c2c926e -SIZE (php-5.5.26.tar.bz2) = 13671379 +SHA256 (php-5.5.27.tar.bz2) = c4b4c6a534c0ca67a9ae39bec4f51e52d13e820135dd016eae230e15337e1f70 +SIZE (php-5.5.27.tar.bz2) = 13692811 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 Sat Jul 11 12:13:07 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5EF5D351B; Sat, 11 Jul 2015 12:13:07 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4F7361257; Sat, 11 Jul 2015 12:13:07 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6BCD7Wl049292; Sat, 11 Jul 2015 12:13:07 GMT (envelope-from ale@FreeBSD.org) Received: (from ale@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6BCD6HY049290; Sat, 11 Jul 2015 12:13:06 GMT (envelope-from ale@FreeBSD.org) Message-Id: <201507111213.t6BCD6HY049290@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ale set sender to ale@FreeBSD.org using -f From: Alex Dupre Date: Sat, 11 Jul 2015 12:13:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391736 - head/lang/php5 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 11 Jul 2015 12:13:07 -0000 Author: ale Date: Sat Jul 11 12:13:05 2015 New Revision: 391736 URL: https://svnweb.freebsd.org/changeset/ports/391736 Log: Update to 5.4.43 release. Modified: head/lang/php5/Makefile head/lang/php5/distinfo Modified: head/lang/php5/Makefile ============================================================================== --- head/lang/php5/Makefile Sat Jul 11 12:07:51 2015 (r391735) +++ head/lang/php5/Makefile Sat Jul 11 12:13:05 2015 (r391736) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= php5 -PORTVERSION= 5.4.42 +PORTVERSION= 5.4.43 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions Modified: head/lang/php5/distinfo ============================================================================== --- head/lang/php5/distinfo Sat Jul 11 12:07:51 2015 (r391735) +++ head/lang/php5/distinfo Sat Jul 11 12:13:05 2015 (r391736) @@ -1,4 +1,4 @@ -SHA256 (php-5.4.42.tar.bz2) = 6285b2e64bfaa69e5d983d7d981b4f254f5259ad3fd591ca832722a4cc1ae0f9 -SIZE (php-5.4.42.tar.bz2) = 12708394 +SHA256 (php-5.4.43.tar.bz2) = 25d7724fb00ad1b520f5bad2173717031153d0a8e3de2c75e7a084c76f8ecd6b +SIZE (php-5.4.43.tar.bz2) = 12708452 SHA256 (php-5.4.x-mail-header.patch) = 005ae1cd8ed17c72d7b09dee9c4466e8b16d4ecba7fe11276731ed6ff9fbb344 SIZE (php-5.4.x-mail-header.patch) = 3379 From owner-svn-ports-head@freebsd.org Sat Jul 11 13:16:47 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 501B73F54; Sat, 11 Jul 2015 13:16:47 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3EE92103D; Sat, 11 Jul 2015 13:16:47 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6BDGlvQ079448; Sat, 11 Jul 2015 13:16:47 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6BDGkfR079444; Sat, 11 Jul 2015 13:16:46 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201507111316.t6BDGkfR079444@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 11 Jul 2015 13:16:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391737 - in head/sysutils/xen-tools: . 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, 11 Jul 2015 13:16:47 -0000 Author: bapt Date: Sat Jul 11 13:16:45 2015 New Revision: 391737 URL: https://svnweb.freebsd.org/changeset/ports/391737 Log: Fix XSA-137 / CVE-2015-3259 PR: 201416 Submitted by: Jason Unovitch Added: head/sysutils/xen-tools/files/xsa137.patch (contents, props changed) Modified: head/sysutils/xen-tools/Makefile Modified: head/sysutils/xen-tools/Makefile ============================================================================== --- head/sysutils/xen-tools/Makefile Sat Jul 11 12:13:05 2015 (r391736) +++ head/sysutils/xen-tools/Makefile Sat Jul 11 13:16:45 2015 (r391737) @@ -3,7 +3,7 @@ PORTNAME= xen PKGNAMESUFFIX= -tools PORTVERSION= 4.5.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= sysutils emulators MASTER_SITES= http://bits.xensource.com/oss-xen/release/${PORTVERSION}/ \ http://code.coreboot.org/p/seabios/downloads/get/:seabios @@ -49,6 +49,7 @@ QEMU_ARGS= --disable-gtk \ EXTRA_PATCHES= ${FILESDIR}/xsa119-unstable.patch:-p1 \ ${FILESDIR}/xsa125.patch:-p1 \ + ${FILESDIR}/xsa137.patch:-p1 \ ${FILESDIR}/0001-libelf-fix-elf_parse_bsdsyms-call.patch:-p1 \ ${FILESDIR}/0002-libxc-fix-xc_dom_load_elf_symtab.patch:-p1 Added: head/sysutils/xen-tools/files/xsa137.patch ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/xen-tools/files/xsa137.patch Sat Jul 11 13:16:45 2015 (r391737) @@ -0,0 +1,231 @@ +From 593fe52faa1b85567a7ec20c69d8cfbc7368ae5b Mon Sep 17 00:00:00 2001 +From: Ian Jackson +Date: Mon, 15 Jun 2015 14:50:42 +0100 +Subject: [PATCH] xl: Sane handling of extra config file arguments + +Various xl sub-commands take additional parameters containing = as +additional config fragments. + +The handling of these config fragments has a number of bugs: + + 1. Use of a static 1024-byte buffer. (If truncation would occur, + with semi-trusted input, a security risk arises due to quotes + being lost.) + + 2. Mishandling of the return value from snprintf, so that if + truncation occurs, the to-write pointer is updated with the + wanted-to-write length, resulting in stack corruption. (This is + XSA-137.) + + 3. Clone-and-hack of the code for constructing the appended + config file. + +These are fixed here, by introducing a new function +`string_realloc_append' and using it everywhere. The `extra_info' +buffers are replaced by pointers, which start off NULL and are +explicitly freed on all return paths. + +The separate variable which will become dom_info.extra_config is +abolished (which involves moving the clearing of dom_info). + +Additional bugs I observe, not fixed here: + + 4. The functions which now call string_realloc_append use ad-hoc + error returns, with multiple calls to `return'. This currently + necessitates multiple new calls to `free'. + + 5. Many of the paths in xl call exit(-rc) where rc is a libxl status + code. This is a ridiculous exit status `convention'. + + 6. The loops for handling extra config data are clone-and-hacks. + + 7. Once the extra config buffer is accumulated, it must be combined + with the appropriate main config file. The code to do this + combining is clone-and-hacked too. + +Signed-off-by: Ian Jackson +Tested-by: Ian Jackson +Acked-by: Ian Campbell +--- +v2: Use SSIZE_MAX, not INT_MAX. + Check *accumulate for NULL, not accumulate. + Move memset of dom_info. +--- + tools/libxl/xl_cmdimpl.c | 64 +++++++++++++++++++++++++++++----------------- + 1 file changed, 40 insertions(+), 24 deletions(-) + +diff --git a/tools/libxl/xl_cmdimpl.c b/tools/libxl/xl_cmdimpl.c +index c858068..c01a851 100644 +--- a/tools/libxl/xl_cmdimpl.c ++++ b/tools/libxl/xl_cmdimpl.c +@@ -151,7 +151,7 @@ struct domain_create { + int console_autoconnect; + int checkpointed_stream; + const char *config_file; +- const char *extra_config; /* extra config string */ ++ char *extra_config; /* extra config string */ + const char *restore_file; + int migrate_fd; /* -1 means none */ + char **migration_domname_r; /* from malloc */ +@@ -4805,11 +4805,25 @@ int main_vm_list(int argc, char **argv) + return 0; + } + ++static void string_realloc_append(char **accumulate, const char *more) ++{ ++ /* Appends more to accumulate. Accumulate is either NULL, or ++ * points (always) to a malloc'd nul-terminated string. */ ++ ++ size_t oldlen = *accumulate ? strlen(*accumulate) : 0; ++ size_t morelen = strlen(more) + 1/*nul*/; ++ if (oldlen > SSIZE_MAX || morelen > SSIZE_MAX - oldlen) { ++ fprintf(stderr,"Additional config data far too large\n"); ++ exit(-ERROR_FAIL); ++ } ++ ++ *accumulate = xrealloc(*accumulate, oldlen + morelen); ++ memcpy(*accumulate + oldlen, more, morelen); ++} ++ + int main_create(int argc, char **argv) + { + const char *filename = NULL; +- char *p; +- char extra_config[1024]; + struct domain_create dom_info; + int paused = 0, debug = 0, daemonize = 1, console_autoconnect = 0, + quiet = 0, monitor = 1, vnc = 0, vncautopass = 0; +@@ -4824,6 +4838,8 @@ int main_create(int argc, char **argv) + {0, 0, 0, 0} + }; + ++ dom_info.extra_config = NULL; ++ + if (argv[1] && argv[1][0] != '-' && !strchr(argv[1], '=')) { + filename = argv[1]; + argc--; argv++; +@@ -4863,20 +4879,21 @@ int main_create(int argc, char **argv) + break; + } + +- extra_config[0] = '\0'; +- for (p = extra_config; optind < argc; optind++) { ++ memset(&dom_info, 0, sizeof(dom_info)); ++ ++ for (; optind < argc; optind++) { + if (strchr(argv[optind], '=') != NULL) { +- p += snprintf(p, sizeof(extra_config) - (p - extra_config), +- "%s\n", argv[optind]); ++ string_realloc_append(&dom_info.extra_config, argv[optind]); ++ string_realloc_append(&dom_info.extra_config, "\n"); + } else if (!filename) { + filename = argv[optind]; + } else { + help("create"); ++ free(dom_info.extra_config); + return 2; + } + } + +- memset(&dom_info, 0, sizeof(dom_info)); + dom_info.debug = debug; + dom_info.daemonize = daemonize; + dom_info.monitor = monitor; +@@ -4884,16 +4901,18 @@ int main_create(int argc, char **argv) + dom_info.dryrun = dryrun_only; + dom_info.quiet = quiet; + dom_info.config_file = filename; +- dom_info.extra_config = extra_config; + dom_info.migrate_fd = -1; + dom_info.vnc = vnc; + dom_info.vncautopass = vncautopass; + dom_info.console_autoconnect = console_autoconnect; + + rc = create_domain(&dom_info); +- if (rc < 0) ++ if (rc < 0) { ++ free(dom_info.extra_config); + return -rc; ++ } + ++ free(dom_info.extra_config); + return 0; + } + +@@ -4901,8 +4920,7 @@ int main_config_update(int argc, char **argv) + { + uint32_t domid; + const char *filename = NULL; +- char *p; +- char extra_config[1024]; ++ char *extra_config = NULL; + void *config_data = 0; + int config_len = 0; + libxl_domain_config d_config; +@@ -4940,15 +4958,15 @@ int main_config_update(int argc, char **argv) + break; + } + +- extra_config[0] = '\0'; +- for (p = extra_config; optind < argc; optind++) { ++ for (; optind < argc; optind++) { + if (strchr(argv[optind], '=') != NULL) { +- p += snprintf(p, sizeof(extra_config) - (p - extra_config), +- "%s\n", argv[optind]); ++ string_realloc_append(&extra_config, argv[optind]); ++ string_realloc_append(&extra_config, "\n"); + } else if (!filename) { + filename = argv[optind]; + } else { + help("create"); ++ free(extra_config); + return 2; + } + } +@@ -4957,7 +4975,8 @@ int main_config_update(int argc, char **argv) + rc = libxl_read_file_contents(ctx, filename, + &config_data, &config_len); + if (rc) { fprintf(stderr, "Failed to read config file: %s: %s\n", +- filename, strerror(errno)); return ERROR_FAIL; } ++ filename, strerror(errno)); ++ free(extra_config); return ERROR_FAIL; } + if (strlen(extra_config)) { + if (config_len > INT_MAX - (strlen(extra_config) + 2 + 1)) { + fprintf(stderr, "Failed to attach extra configration\n"); +@@ -4998,7 +5017,7 @@ int main_config_update(int argc, char **argv) + libxl_domain_config_dispose(&d_config); + + free(config_data); +- ++ free(extra_config); + return 0; + } + +@@ -7255,7 +7274,7 @@ int main_cpupoolcreate(int argc, char **argv) + { + const char *filename = NULL, *config_src=NULL; + const char *p; +- char extra_config[1024]; ++ char *extra_config = NULL; + int opt; + static struct option opts[] = { + {"defconfig", 1, 0, 'f'}, +@@ -7289,13 +7308,10 @@ int main_cpupoolcreate(int argc, char **argv) + break; + } + +- memset(extra_config, 0, sizeof(extra_config)); + while (optind < argc) { + if ((p = strchr(argv[optind], '='))) { +- if (strlen(extra_config) + 1 + strlen(argv[optind]) < sizeof(extra_config)) { +- strcat(extra_config, "\n"); +- strcat(extra_config, argv[optind]); +- } ++ string_realloc_append(&extra_config, "\n"); ++ string_realloc_append(&extra_config, argv[optind]); + } else if (!filename) { + filename = argv[optind]; + } else { +-- +1.7.10.4 + From owner-svn-ports-head@freebsd.org Sat Jul 11 13:37:55 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B7D5B8EFB; Sat, 11 Jul 2015 13:37:55 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 900A01A21; Sat, 11 Jul 2015 13:37:55 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6BDbtMD089851; Sat, 11 Jul 2015 13:37:55 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6BDbsWG089846; Sat, 11 Jul 2015 13:37:54 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201507111337.t6BDbsWG089846@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Sat, 11 Jul 2015 13:37:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391738 - head/databases/spatialite X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 11 Jul 2015 13:37:55 -0000 Author: robak Date: Sat Jul 11 13:37:53 2015 New Revision: 391738 URL: https://svnweb.freebsd.org/changeset/ports/391738 Log: databases/spatialite: update 4.2.0 -> 4.3.0 - Add new options for postgis PR: 201310 Submitted by: Bartoletti (maintainer) Modified: head/databases/spatialite/Makefile head/databases/spatialite/distinfo head/databases/spatialite/pkg-plist Modified: head/databases/spatialite/Makefile ============================================================================== --- head/databases/spatialite/Makefile Sat Jul 11 13:16:45 2015 (r391737) +++ head/databases/spatialite/Makefile Sat Jul 11 13:37:53 2015 (r391738) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= spatialite -PORTVERSION= 4.2.0 -PORTREVISION= 1 +PORTVERSION= 4.3.0 CATEGORIES= databases geography MASTER_SITES= http://www.gaia-gis.it/gaia-sins/ DISTNAME= lib${PORTNAME}-${PORTVERSION} @@ -26,9 +25,14 @@ USE_GNOME= libxml2 CFLAGS+= -I${WRKSRC}/src/headers -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} -CONFIGURE_ARGS+=--enable-libxml2=yes CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" +CONFIGURE_ARGS+= --enable-gcp=yes --enable-libxml2=yes CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" USE_LDCONFIG= yes +OPTIONS_DEFINE=LWGEOM +LWGEOM_DESC=Enable lwgeom (PostGIS) functions +LWGEOM_CONFIGURE_ENABLE= lwgeom +LWGEOM_LIB_DEPENDS= liblwgeom.so:${PORTSDIR}/databases/postgis21 + post-patch: @${REINPLACE_CMD} -e 's|-ldl| |' ${WRKSRC}/src/Makefile.am @${REINPLACE_CMD} -e 's|-ldl| |' ${WRKSRC}/src/Makefile.in Modified: head/databases/spatialite/distinfo ============================================================================== --- head/databases/spatialite/distinfo Sat Jul 11 13:16:45 2015 (r391737) +++ head/databases/spatialite/distinfo Sat Jul 11 13:37:53 2015 (r391738) @@ -1,2 +1,2 @@ -SHA256 (libspatialite-4.2.0.tar.gz) = 9f138a6854740c7827fdee53845eb1485fce3e805a7aa9fc9151f8046ebd312d -SIZE (libspatialite-4.2.0.tar.gz) = 4188406 +SHA256 (libspatialite-4.3.0.tar.gz) = 4acf2d2b891989e61351584fe28514a6561f8f6a1901b988990513be5fe1bdfe +SIZE (libspatialite-4.3.0.tar.gz) = 4439538 Modified: head/databases/spatialite/pkg-plist ============================================================================== --- head/databases/spatialite/pkg-plist Sat Jul 11 13:16:45 2015 (r391737) +++ head/databases/spatialite/pkg-plist Sat Jul 11 13:37:53 2015 (r391738) @@ -1,8 +1,10 @@ include/spatialite.h +include/spatialite/control_points.h include/spatialite/debug.h include/spatialite/gaiaaux.h include/spatialite/gaiaexif.h include/spatialite/gaiageo.h +include/spatialite/gaiamatrix.h include/spatialite/geopackage.h include/spatialite/gg_advanced.h include/spatialite/gg_const.h @@ -19,8 +21,8 @@ include/spatialite/sqlite.h lib/libspatialite.a lib/libspatialite.so lib/libspatialite.so.7 -lib/libspatialite.so.7.0.0 +lib/libspatialite.so.7.1.0 lib/mod_spatialite.so lib/mod_spatialite.so.7 -lib/mod_spatialite.so.7.0.0 +lib/mod_spatialite.so.7.1.0 libdata/pkgconfig/spatialite.pc From owner-svn-ports-head@freebsd.org Sat Jul 11 13:48:42 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E64E3998157; Sat, 11 Jul 2015 13:48:42 +0000 (UTC) (envelope-from kwm@rainbow-runner.nl) Received: from fep18.mx.upcmail.net (fep18.mx.upcmail.net [62.179.121.38]) by mx1.freebsd.org (Postfix) with ESMTP id E1004200C; Sat, 11 Jul 2015 13:48:41 +0000 (UTC) (envelope-from kwm@rainbow-runner.nl) Received: from edge03.upcmail.net ([192.168.13.238]) by viefep18-int.chello.at (InterMail vM.8.01.05.05 201-2260-151-110-20120111) with ESMTP id <20150711134838.UIDC6841.viefep18-int.chello.at@edge03.upcmail.net>; Sat, 11 Jul 2015 15:48:38 +0200 Received: from [192.168.0.23] ([178.84.134.112]) by edge03.upcmail.net with edge id r1od1q00m2Rg3Ey011odZB; Sat, 11 Jul 2015 15:48:38 +0200 X-SourceIP: 178.84.134.112 Message-ID: <55A11EB5.9020600@rainbow-runner.nl> Date: Sat, 11 Jul 2015 15:48:37 +0200 From: Koop Mast User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Jimmy Olgeni CC: Ivan Klymenko , svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r391619 - in head: mail/thunderbird/files www/firefox-esr/files www/firefox/files www/libxul/files www/seamonkey/files References: <201507090709.t6979VsY058416@repo.freebsd.org> <20150709115113.3ebb1cc2@nonamehost.local> <559EB2AD.5000004@rainbow-runner.nl> <559EC53B.104@rainbow-runner.nl> <20150709221621.5294d65d@nonamehost.local> <559EE028.7070203@rainbow-runner.nl> In-Reply-To: Content-Type: text/plain; charset=windows-1252 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: Sat, 11 Jul 2015 13:48:43 -0000 On 10-7-2015 11:40, Jimmy Olgeni wrote: > Hi, > > On Thu, 9 Jul 2015, Koop Mast wrote: > >> If you switch back to GTK2 does it still build? The left overs also >> showed up suddenly on my builds, no idea where that comes from. > GTK2 still fails over here (poudriere). > > -- > jimmy So GTK3 builds but GTK2 doesn't ... can you do the following? 1) Do you have any non-default settings/options set/unset? 2) Could you build firefox with -w and put the resulting tarball somewhere where I can download it and look at it? I'm not sure if I can find something but I'm willing to try. -Koop From owner-svn-ports-head@freebsd.org Sat Jul 11 13:49:30 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 109D7998181; Sat, 11 Jul 2015 13:49:30 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DAF2820DD; Sat, 11 Jul 2015 13:49:29 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6BDnTTb094970; Sat, 11 Jul 2015 13:49:29 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6BDnSUY094967; Sat, 11 Jul 2015 13:49:28 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201507111349.t6BDnSUY094967@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Sat, 11 Jul 2015 13:49:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391739 - head/databases/spatialite-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: Sat, 11 Jul 2015 13:49:30 -0000 Author: robak Date: Sat Jul 11 13:49:28 2015 New Revision: 391739 URL: https://svnweb.freebsd.org/changeset/ports/391739 Log: databases/spatialite-tools: update 4.2.0 -> 4.3.0 - Add USES=iconv PR: 201312 Submitted by: Bartoletti (maintainer) Modified: head/databases/spatialite-tools/Makefile head/databases/spatialite-tools/distinfo head/databases/spatialite-tools/pkg-plist Modified: head/databases/spatialite-tools/Makefile ============================================================================== --- head/databases/spatialite-tools/Makefile Sat Jul 11 13:37:53 2015 (r391738) +++ head/databases/spatialite-tools/Makefile Sat Jul 11 13:49:28 2015 (r391739) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= spatialite-tools -PORTVERSION= 4.2.0 -PORTREVISION= 1 +PORTVERSION= 4.3.0 CATEGORIES= databases geography MASTER_SITES= http://www.gaia-gis.it/gaia-sins/ @@ -19,7 +18,7 @@ LIB_DEPENDS= libgeos_c.so:${PORTSDIR}/gr libreadosm.so:${PORTSDIR}/astro/readosm GNU_CONFIGURE= yes -USES= gmake pkgconfig +USES= gmake pkgconfig iconv USE_SQLITE= yes CFLAGS+= -I${LOCALBASE}/include Modified: head/databases/spatialite-tools/distinfo ============================================================================== --- head/databases/spatialite-tools/distinfo Sat Jul 11 13:37:53 2015 (r391738) +++ head/databases/spatialite-tools/distinfo Sat Jul 11 13:49:28 2015 (r391739) @@ -1,2 +1,2 @@ -SHA256 (spatialite-tools-4.2.0.tar.gz) = 890c4cdab5b6b450df4f98341110dd79df20b3cc3af4fecd6e4a06cfc718cdbc -SIZE (spatialite-tools-4.2.0.tar.gz) = 510497 +SHA256 (spatialite-tools-4.3.0.tar.gz) = f739859bc04f38735591be2f75009b98a2359033675ae310dffc3114a17ccf89 +SIZE (spatialite-tools-4.3.0.tar.gz) = 540811 Modified: head/databases/spatialite-tools/pkg-plist ============================================================================== --- head/databases/spatialite-tools/pkg-plist Sat Jul 11 13:37:53 2015 (r391738) +++ head/databases/spatialite-tools/pkg-plist Sat Jul 11 13:49:28 2015 (r391739) @@ -8,8 +8,10 @@ bin/spatialite_network bin/spatialite_osm_filter bin/spatialite_osm_map bin/spatialite_osm_net +bin/spatialite_osm_overpass bin/spatialite_osm_raw bin/spatialite_tool bin/spatialite_xml_collapse bin/spatialite_xml_load bin/spatialite_xml_print +bin/spatialite_xml_validator From owner-svn-ports-head@freebsd.org Sat Jul 11 14:08:07 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1DE7D99840C; Sat, 11 Jul 2015 14:08:07 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EFA3D285C; Sat, 11 Jul 2015 14:08:06 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6BE860j004659; Sat, 11 Jul 2015 14:08:06 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6BE86Pm004657; Sat, 11 Jul 2015 14:08:06 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201507111408.t6BE86Pm004657@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Sat, 11 Jul 2015 14:08:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391740 - head/shells/mksh X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 11 Jul 2015 14:08:07 -0000 Author: olivierd Date: Sat Jul 11 14:08:05 2015 New Revision: 391740 URL: https://svnweb.freebsd.org/changeset/ports/391740 Log: Update to R51 Modified: head/shells/mksh/Makefile head/shells/mksh/distinfo Modified: head/shells/mksh/Makefile ============================================================================== --- head/shells/mksh/Makefile Sat Jul 11 13:49:28 2015 (r391739) +++ head/shells/mksh/Makefile Sat Jul 11 14:08:05 2015 (r391740) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mksh -PORTVERSION= 50f +PORTVERSION= 51 DISTVERSIONPREFIX= R CATEGORIES= shells MASTER_SITES= http://www.mirbsd.org/MirOS/dist/mir/mksh/ \ Modified: head/shells/mksh/distinfo ============================================================================== --- head/shells/mksh/distinfo Sat Jul 11 13:49:28 2015 (r391739) +++ head/shells/mksh/distinfo Sat Jul 11 14:08:05 2015 (r391740) @@ -1,2 +1,2 @@ -SHA256 (mksh-R50f.tgz) = 74e051ce92ece9555d91505b956572f64668fc88c5ccabee742099e7f29a2bcb -SIZE (mksh-R50f.tgz) = 377797 +SHA256 (mksh-R51.tgz) = 9feeaa5ff33d8199c0123675dec29785943ffc67152d58d431802bc20765dadf +SIZE (mksh-R51.tgz) = 382169 From owner-svn-ports-head@freebsd.org Sat Jul 11 14:40:24 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3983A998B7C; Sat, 11 Jul 2015 14:40:24 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EF5751ACB; Sat, 11 Jul 2015 14:40:23 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6BEeMvc020480; Sat, 11 Jul 2015 14:40:22 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6BEeKFK020473; Sat, 11 Jul 2015 14:40:20 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201507111440.t6BEeKFK020473@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 11 Jul 2015 14:40:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391741 - in head: . security security/chkrootkit security/chkrootkit/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, 11 Jul 2015 14:40:24 -0000 Author: riggs Date: Sat Jul 11 14:40:19 2015 New Revision: 391741 URL: https://svnweb.freebsd.org/changeset/ports/391741 Log: - Revive security/chkrootkit - Update to upstream version 0.50 - Port has a new maintainer: Lacey Powers PR: 201297 Submitted by: lacey.leanne@gmail.com (maintainer) Reviewed by: koobs Added: head/security/chkrootkit/ - copied from r362835, head/security/chkrootkit/ head/security/chkrootkit/files/ head/security/chkrootkit/files/patch-chklastlog.c (contents, props changed) head/security/chkrootkit/files/patch-chkwtmp.c (contents, props changed) Modified: head/MOVED head/security/Makefile head/security/chkrootkit/Makefile head/security/chkrootkit/distinfo Modified: head/MOVED ============================================================================== --- head/MOVED Sat Jul 11 14:08:05 2015 (r391740) +++ head/MOVED Sat Jul 11 14:40:19 2015 (r391741) @@ -6302,7 +6302,6 @@ misc/c-hey||2014-07-24|Has expired: Fail misc/wminfo||2014-07-24|Has expired: Fails to build with new utmpx net/sendfile||2014-07-24|Has expired: Fails to build with new utmpx net-im/centericq||2014-07-24|Has expired: Fails to build with new utmpx -security/chkrootkit||2014-07-24|Has expired: Fails to build with new utmpx security/openfwtk||2014-07-24|Has expired: Fails to build with new utmpx security/pam_alreadyloggedin||2014-07-24|Has expired: Fails to build with new utmpx security/srp||2014-07-24|Has expired: Fails to build with new utmpx Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Sat Jul 11 14:08:05 2015 (r391740) +++ head/security/Makefile Sat Jul 11 14:40:19 2015 (r391741) @@ -56,6 +56,7 @@ SUBDIR += chaosreader SUBDIR += checkpassword SUBDIR += checkpassword-pam + SUBDIR += chkrootkit SUBDIR += chntpw SUBDIR += chroot_safe SUBDIR += chrootuid Modified: head/security/chkrootkit/Makefile ============================================================================== --- head/security/chkrootkit/Makefile Thu Jul 24 18:34:16 2014 (r362835) +++ head/security/chkrootkit/Makefile Sat Jul 11 14:40:19 2015 (r391741) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= chkrootkit -PORTVERSION= 0.49 +PORTVERSION= 0.50 CATEGORIES= security MASTER_SITES= ftp://ftp.pangeia.com.br/pub/seg/pac/ \ ftp://gd.tuwien.ac.at/infosys/security/chkrootkit/ \ @@ -13,11 +13,10 @@ MASTER_SITES= ftp://ftp.pangeia.com.br/p http://ftp.bit.nl/mirror/chkrootkit/ \ http://chkrootkit.mirror.fr/ -MAINTAINER= cordeiro@nic.br +MAINTAINER= lacey.leanne@gmail.com COMMENT= Tool to locally check for signs of a rootkit -DEPRECATED= Fails to build with new utmpx -EXPIRATION_DATE= 2014-07-23 +LICENSE= BSD2CLAUSE OPTIONS_DEFINE= DOCS @@ -43,10 +42,6 @@ BINMODE= 0700 .include -.if ${OSVERSION} > 900007 -BROKEN= fails to build with new utmpx -.endif - post-patch: @${REINPLACE_CMD} -E "s/^(CC|CFLAGS)[^a-zA-Z]*=/\1 ?=/" \ ${WRKSRC}/Makefile Modified: head/security/chkrootkit/distinfo ============================================================================== --- head/security/chkrootkit/distinfo Thu Jul 24 18:34:16 2014 (r362835) +++ head/security/chkrootkit/distinfo Sat Jul 11 14:40:19 2015 (r391741) @@ -1,2 +1,2 @@ -SHA256 (chkrootkit-0.49.tar.gz) = ccb87be09e8923d51f450a167f484414f70c36c942f8ef5b9e5e4a69b7baa17f -SIZE (chkrootkit-0.49.tar.gz) = 39421 +SHA256 (chkrootkit-0.50.tar.gz) = 9548fc922b0cb8ddf055faff4a4887f140a31c45f2f5e3aa64aad91ecfa56cc7 +SIZE (chkrootkit-0.50.tar.gz) = 38616 Added: head/security/chkrootkit/files/patch-chklastlog.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/chkrootkit/files/patch-chklastlog.c Sat Jul 11 14:40:19 2015 (r391741) @@ -0,0 +1,11 @@ +--- chklastlog.c.orig 2014-05-06 10:12:14 UTC ++++ chklastlog.c +@@ -33,7 +33,7 @@ + #else + #undef HAVE_LASTLOG_H + #endif +-#if __FreeBSD__ > 9 ++#if __FreeBSD__ >= 9 + int main () { return 0; } + #else + #include Added: head/security/chkrootkit/files/patch-chkwtmp.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/chkrootkit/files/patch-chkwtmp.c Sat Jul 11 14:40:19 2015 (r391741) @@ -0,0 +1,11 @@ +--- chkwtmp.c.orig 2014-05-06 10:13:16 UTC ++++ chkwtmp.c +@@ -19,7 +19,7 @@ + Nelson Murilo, nelson@pangeia.com.br + */ + +-#if __FreeBSD__ > 9 ++#if __FreeBSD__ >= 9 + int main () { return 0; } + #else + #include From owner-svn-ports-head@freebsd.org Sat Jul 11 14:41:00 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C2111998B9B; Sat, 11 Jul 2015 14:41:00 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A4E851C23; Sat, 11 Jul 2015 14:41:00 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6BEf08Z022568; Sat, 11 Jul 2015 14:41:00 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6BEex1n022560; Sat, 11 Jul 2015 14:40:59 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201507111440.t6BEex1n022560@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Sat, 11 Jul 2015 14:40:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391742 - in head/net-im: tox toxic X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 11 Jul 2015 14:41:00 -0000 Author: thierry Date: Sat Jul 11 14:40:58 2015 New Revision: 391742 URL: https://svnweb.freebsd.org/changeset/ports/391742 Log: Switch to the new official site. See https://blog.tox.chat/2015/07/current-situation-3/ Modified: head/net-im/tox/pkg-descr head/net-im/toxic/pkg-descr Modified: head/net-im/tox/pkg-descr ============================================================================== --- head/net-im/tox/pkg-descr Sat Jul 11 14:40:19 2015 (r391741) +++ head/net-im/tox/pkg-descr Sat Jul 11 14:40:58 2015 (r391742) @@ -7,4 +7,4 @@ e.g. net-im/venom or net-im/toxic. Tox isn't complete yet, but we encourage you to contribute to help make us awesome! -WWW: http://tox.im/ +WWW: http://tox.chat/ Modified: head/net-im/toxic/pkg-descr ============================================================================== --- head/net-im/toxic/pkg-descr Sat Jul 11 14:40:19 2015 (r391741) +++ head/net-im/toxic/pkg-descr Sat Jul 11 14:40:58 2015 (r391742) @@ -3,4 +3,4 @@ reference CLI front-end written for the It uses the ncurses library. -WWW: http://tox.im/ +WWW: http://tox.chat/ From owner-svn-ports-head@freebsd.org Sat Jul 11 15:27:19 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 78EBC998444; Sat, 11 Jul 2015 15:27:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 611BC1F30; Sat, 11 Jul 2015 15:27:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6BFRJCt043218; Sat, 11 Jul 2015 15:27:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6BFRJ8L043217; Sat, 11 Jul 2015 15:27:19 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507111527.t6BFRJ8L043217@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 11 Jul 2015 15:27:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391743 - head/devel/shapelib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 11 Jul 2015 15:27:19 -0000 Author: sunpoet Date: Sat Jul 11 15:27:18 2015 New Revision: 391743 URL: https://svnweb.freebsd.org/changeset/ports/391743 Log: - Convert to new options target helper Modified: head/devel/shapelib/Makefile Modified: head/devel/shapelib/Makefile ============================================================================== --- head/devel/shapelib/Makefile Sat Jul 11 14:40:58 2015 (r391742) +++ head/devel/shapelib/Makefile Sat Jul 11 15:27:18 2015 (r391743) @@ -22,14 +22,6 @@ USE_LDCONFIG= yes PROJ_LIB_DEPENDS= libproj.so:${PORTSDIR}/graphics/proj -.include - -.if ${PORT_OPTIONS:MPROJ} -PROJ= -DPROJ4 -.else -PROJ= -DNO_PROJ4 -.endif - .include # Ref: /usr/share/mk/bsd.endian.mk @@ -40,10 +32,13 @@ ENDIAN= -D_BIG_ENDIAN # mips*eb, powerp .endif post-patch: - @${REINPLACE_CMD} \ - -e 's|%%ENDIAN%%|${ENDIAN}|g' \ - -e 's|%%PROJ%%|${PROJ}|g' \ - ${WRKSRC}/Makefile ${WRKSRC}/contrib/Makefile + @${REINPLACE_CMD} -e 's|%%ENDIAN%%|${ENDIAN}|g' ${WRKSRC}/contrib/Makefile + +post-patch-PROJ-off: + @${REINPLACE_CMD} -e 's|%%PROJ%%|-DNO_PROJ4|g' ${WRKSRC}/Makefile ${WRKSRC}/contrib/Makefile + +post-patch-PROJ-on: + @${REINPLACE_CMD} -e 's|%%PROJ%%|-DPROJ4|g' ${WRKSRC}/Makefile ${WRKSRC}/contrib/Makefile post-install: ${LN} -s libshp.so.1 ${STAGEDIR}${PREFIX}/lib/libshp.so From owner-svn-ports-head@freebsd.org Sat Jul 11 15:27:25 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F268E998465; Sat, 11 Jul 2015 15:27:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C0AE01F99; Sat, 11 Jul 2015 15:27:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6BFRONW043346; Sat, 11 Jul 2015 15:27:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6BFROLS043344; Sat, 11 Jul 2015 15:27:24 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507111527.t6BFROLS043344@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 11 Jul 2015 15:27:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391744 - in head/databases/leveldb: . 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, 11 Jul 2015 15:27:25 -0000 Author: sunpoet Date: Sat Jul 11 15:27:23 2015 New Revision: 391744 URL: https://svnweb.freebsd.org/changeset/ports/391744 Log: - Convert to new options target helper - Update comment - Regenerate patch file with makepatch: Modified: head/databases/leveldb/Makefile head/databases/leveldb/files/patch-Makefile Modified: head/databases/leveldb/Makefile ============================================================================== --- head/databases/leveldb/Makefile Sat Jul 11 15:27:18 2015 (r391743) +++ head/databases/leveldb/Makefile Sat Jul 11 15:27:23 2015 (r391744) @@ -34,14 +34,6 @@ USE_GITHUB= yes GPERFTOOLS_LIB_DEPENDS= libtcmalloc.so:${PORTSDIR}/devel/google-perftools SNAPPY_LIB_DEPENDS= libsnappy.so:${PORTSDIR}/archivers/snappy -.include - -.if ${PORT_OPTIONS:MSNAPPY} -SNAPPY= 1 -.else -SNAPPY= 0 -.endif - post-patch: @${REINPLACE_CMD} -e '/PLATFORM_IS_LITTLE_ENDIAN/ s|__|_|g' ${WRKSRC}/port/port_posix.h @@ -51,6 +43,13 @@ post-patch-GPERFTOOLS-off: post-patch-SNAPPY-off: @${REINPLACE_CMD} -e 's| -DSNAPPY||; s| -lsnappy||' ${WRKSRC}/build_detect_platform +# backward compatibility (for databases/p5-Tie-LevelDB) +pre-install-SNAPPY-off: + ${ECHO_CMD} "SNAPPY=0" >> ${WRKSRC}/build_config.mk + +pre-install-SNAPPY-on: + ${ECHO_CMD} "SNAPPY=1" >> ${WRKSRC}/build_config.mk + do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/include/leveldb/ ${STAGEDIR}${PREFIX}/include/memenv/ ${STAGEDIR}${DATADIR}/ ${INSTALL_DATA} ${WRKSRC}/include/leveldb/* ${STAGEDIR}${PREFIX}/include/leveldb/ @@ -63,8 +62,7 @@ do-install: ${LN} -fs libleveldb.so.${SHLIB_MAJOR}.${SHLIB_MINOR} ${STAGEDIR}${PREFIX}/lib/libleveldb.so.${SHLIB_MAJOR} ${LN} -fs libmemenv.so.${SHLIB_MAJOR} ${STAGEDIR}${PREFIX}/lib/libmemenv.so ${LN} -fs libmemenv.so.${SHLIB_MAJOR}.${SHLIB_MINOR} ${STAGEDIR}${PREFIX}/lib/libmemenv.so.${SHLIB_MAJOR} -# backward compatibility - ${ECHO_CMD} "SNAPPY=${SNAPPY}" >> ${WRKSRC}/build_config.mk +# backward compatibility (for databases/p5-Tie-LevelDB) ${GREP} '^PLATFORM_CXXFLAGS=' ${WRKSRC}/build_config.mk | ${SED} 's|PLATFORM_CXXFLAGS|PORT_CFLAGS|' >> ${WRKSRC}/build_config.mk ${GREP} '^PLATFORM_CXXFLAGS=' ${WRKSRC}/build_config.mk | ${SED} 's|PLATFORM_CXXFLAGS|PLATFORM_CFLAGS|' >> ${WRKSRC}/build_config.mk ${INSTALL_DATA} ${WRKSRC}/build_config.mk ${STAGEDIR}${DATADIR}/ Modified: head/databases/leveldb/files/patch-Makefile ============================================================================== --- head/databases/leveldb/files/patch-Makefile Sat Jul 11 15:27:18 2015 (r391743) +++ head/databases/leveldb/files/patch-Makefile Sat Jul 11 15:27:23 2015 (r391744) @@ -1,6 +1,6 @@ ---- Makefile.orig 2013-01-08 05:07:29.000000000 +0800 -+++ Makefile 2013-04-13 03:12:17.312769320 +0800 -@@ -83,9 +83,21 @@ +--- Makefile.orig 2014-09-16 21:19:52 UTC ++++ Makefile +@@ -95,9 +95,21 @@ endif $(SHARED3): $(CXX) $(LDFLAGS) $(PLATFORM_SHARED_LDFLAGS)$(SHARED2) $(CXXFLAGS) $(PLATFORM_SHARED_CFLAGS) $(SOURCES) -o $(SHARED3) $(LIBS) From owner-svn-ports-head@freebsd.org Sat Jul 11 15:27:29 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0097A998485; Sat, 11 Jul 2015 15:27:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E566F102E; Sat, 11 Jul 2015 15:27:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6BFRSpT043454; Sat, 11 Jul 2015 15:27:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6BFRSs4043452; Sat, 11 Jul 2015 15:27:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507111527.t6BFRSs4043452@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 11 Jul 2015 15:27:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391745 - head X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 11 Jul 2015 15:27:29 -0000 Author: sunpoet Date: Sat Jul 11 15:27:28 2015 New Revision: 391745 URL: https://svnweb.freebsd.org/changeset/ports/391745 Log: - Document the change of graphics/gdal Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Sat Jul 11 15:27:23 2015 (r391744) +++ head/UPDATING Sat Jul 11 15:27:28 2015 (r391745) @@ -5,6 +5,13 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20150711: + AFFECTS: users of graphics/gdal + AUTHOR: sunpoet@FreeBSD.org + + Due to changes in header files, please deinstall gdal first while updating + from 1.x to 2.0. + 20150708: AFFECTS: users of security/libressl AUTHOR: brnrd@FreeBSD.org From owner-svn-ports-head@freebsd.org Sat Jul 11 15:27:34 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B881A9984A8; Sat, 11 Jul 2015 15:27:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A13E6114F; Sat, 11 Jul 2015 15:27:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6BFRYLR043592; Sat, 11 Jul 2015 15:27:34 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6BFRYfY043590; Sat, 11 Jul 2015 15:27:34 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507111527.t6BFRYfY043590@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 11 Jul 2015 15:27:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391746 - head/textproc/p5-Unicode-Collate X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 11 Jul 2015 15:27:34 -0000 Author: sunpoet Date: Sat Jul 11 15:27:33 2015 New Revision: 391746 URL: https://svnweb.freebsd.org/changeset/ports/391746 Log: - Update to 1.13 Changes: http://search.cpan.org/dist/Unicode-Collate/Changes Modified: head/textproc/p5-Unicode-Collate/Makefile head/textproc/p5-Unicode-Collate/distinfo Modified: head/textproc/p5-Unicode-Collate/Makefile ============================================================================== --- head/textproc/p5-Unicode-Collate/Makefile Sat Jul 11 15:27:28 2015 (r391745) +++ head/textproc/p5-Unicode-Collate/Makefile Sat Jul 11 15:27:33 2015 (r391746) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Unicode-Collate -PORTVERSION= 1.12 +PORTVERSION= 1.13 CATEGORIES= textproc converters perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/textproc/p5-Unicode-Collate/distinfo ============================================================================== --- head/textproc/p5-Unicode-Collate/distinfo Sat Jul 11 15:27:28 2015 (r391745) +++ head/textproc/p5-Unicode-Collate/distinfo Sat Jul 11 15:27:33 2015 (r391746) @@ -1,2 +1,2 @@ -SHA256 (Unicode-Collate-1.12.tar.gz) = d4a71dca428e1a76a235a0cde8d0c59c85288cc4de9c3dafadb375b2a55f45af -SIZE (Unicode-Collate-1.12.tar.gz) = 863579 +SHA256 (Unicode-Collate-1.13.tar.gz) = ca8efe98581c14ef9f72fb8867c24ccd3916ab94894d9fe35bb149d6a63885a2 +SIZE (Unicode-Collate-1.13.tar.gz) = 866017 From owner-svn-ports-head@freebsd.org Sat Jul 11 15:27:41 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 36BA39984C9; Sat, 11 Jul 2015 15:27:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0C66311FA; Sat, 11 Jul 2015 15:27:40 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6BFRe0w043720; Sat, 11 Jul 2015 15:27:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6BFRdJ4043718; Sat, 11 Jul 2015 15:27:39 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507111527.t6BFRdJ4043718@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 11 Jul 2015 15:27:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391747 - head/www/p5-Protocol-HTTP2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 11 Jul 2015 15:27:41 -0000 Author: sunpoet Date: Sat Jul 11 15:27:39 2015 New Revision: 391747 URL: https://svnweb.freebsd.org/changeset/ports/391747 Log: - Update to 1.03 Changes: http://search.cpan.org/dist/Protocol-HTTP2/Changes Modified: head/www/p5-Protocol-HTTP2/Makefile head/www/p5-Protocol-HTTP2/distinfo Modified: head/www/p5-Protocol-HTTP2/Makefile ============================================================================== --- head/www/p5-Protocol-HTTP2/Makefile Sat Jul 11 15:27:33 2015 (r391746) +++ head/www/p5-Protocol-HTTP2/Makefile Sat Jul 11 15:27:39 2015 (r391747) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Protocol-HTTP2 -PORTVERSION= 1.02 +PORTVERSION= 1.03 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:CRUX Modified: head/www/p5-Protocol-HTTP2/distinfo ============================================================================== --- head/www/p5-Protocol-HTTP2/distinfo Sat Jul 11 15:27:33 2015 (r391746) +++ head/www/p5-Protocol-HTTP2/distinfo Sat Jul 11 15:27:39 2015 (r391747) @@ -1,2 +1,2 @@ -SHA256 (Protocol-HTTP2-1.02.tar.gz) = 06d098fcd5ec0cde842d545fb8ae0fbcbd6fd8f64993d81e4fc07dd2cfc1154b -SIZE (Protocol-HTTP2-1.02.tar.gz) = 45946 +SHA256 (Protocol-HTTP2-1.03.tar.gz) = 449e01e73959a9823124b2a209e791534c7780459740f1415ffa27cedd5cd61c +SIZE (Protocol-HTTP2-1.03.tar.gz) = 47536 From owner-svn-ports-head@freebsd.org Sat Jul 11 15:27:45 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 68F02998692; Sat, 11 Jul 2015 15:27:45 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 596F312D5; Sat, 11 Jul 2015 15:27:45 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6BFRjvg043859; Sat, 11 Jul 2015 15:27:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6BFRif4043850; Sat, 11 Jul 2015 15:27:44 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507111527.t6BFRif4043850@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 11 Jul 2015 15:27:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391748 - head/net/rubygem-fog-aws X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 11 Jul 2015 15:27:45 -0000 Author: sunpoet Date: Sat Jul 11 15:27:44 2015 New Revision: 391748 URL: https://svnweb.freebsd.org/changeset/ports/391748 Log: - Update to 0.7.3 Changes: https://github.com/fog/fog-aws/commits/master Modified: head/net/rubygem-fog-aws/Makefile head/net/rubygem-fog-aws/distinfo Modified: head/net/rubygem-fog-aws/Makefile ============================================================================== --- head/net/rubygem-fog-aws/Makefile Sat Jul 11 15:27:39 2015 (r391747) +++ head/net/rubygem-fog-aws/Makefile Sat Jul 11 15:27:44 2015 (r391748) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fog-aws -PORTVERSION= 0.7.0 +PORTVERSION= 0.7.3 CATEGORIES= net rubygems MASTER_SITES= RG Modified: head/net/rubygem-fog-aws/distinfo ============================================================================== --- head/net/rubygem-fog-aws/distinfo Sat Jul 11 15:27:39 2015 (r391747) +++ head/net/rubygem-fog-aws/distinfo Sat Jul 11 15:27:44 2015 (r391748) @@ -1,2 +1,2 @@ -SHA256 (rubygem/fog-aws-0.7.0.gem) = 062294f80fb65edecde974d78d50b86c6ee28be4773aa9f930c57042d7a3e013 -SIZE (rubygem/fog-aws-0.7.0.gem) = 481792 +SHA256 (rubygem/fog-aws-0.7.3.gem) = 5e4ee100b56672e6b7bcd28ea93b3217164953d7ec4dae067f57327493a32a77 +SIZE (rubygem/fog-aws-0.7.3.gem) = 482304 From owner-svn-ports-head@freebsd.org Sat Jul 11 15:27:50 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A50939986BA; Sat, 11 Jul 2015 15:27:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 660CF150F; Sat, 11 Jul 2015 15:27:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6BFRo4j043983; Sat, 11 Jul 2015 15:27:50 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6BFRn1B043981; Sat, 11 Jul 2015 15:27:49 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507111527.t6BFRn1B043981@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 11 Jul 2015 15:27:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391749 - head/sysutils/rubygem-guard-rspec X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 11 Jul 2015 15:27:50 -0000 Author: sunpoet Date: Sat Jul 11 15:27:48 2015 New Revision: 391749 URL: https://svnweb.freebsd.org/changeset/ports/391749 Log: - Update to 4.6.1 Changes: https://github.com/guard/guard-rspec/releases Modified: head/sysutils/rubygem-guard-rspec/Makefile head/sysutils/rubygem-guard-rspec/distinfo Modified: head/sysutils/rubygem-guard-rspec/Makefile ============================================================================== --- head/sysutils/rubygem-guard-rspec/Makefile Sat Jul 11 15:27:44 2015 (r391748) +++ head/sysutils/rubygem-guard-rspec/Makefile Sat Jul 11 15:27:48 2015 (r391749) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= guard-rspec -PORTVERSION= 4.6.0 +PORTVERSION= 4.6.1 CATEGORIES= sysutils rubygems MASTER_SITES= RG Modified: head/sysutils/rubygem-guard-rspec/distinfo ============================================================================== --- head/sysutils/rubygem-guard-rspec/distinfo Sat Jul 11 15:27:44 2015 (r391748) +++ head/sysutils/rubygem-guard-rspec/distinfo Sat Jul 11 15:27:48 2015 (r391749) @@ -1,2 +1,2 @@ -SHA256 (rubygem/guard-rspec-4.6.0.gem) = 4ae669def3468048235604d13375222ceafd0d9e61ed673f6653269e6c4ce317 -SIZE (rubygem/guard-rspec-4.6.0.gem) = 28160 +SHA256 (rubygem/guard-rspec-4.6.1.gem) = e6872357091d2740062730f48e7a52a678cf844f82ac92e673047d532735268a +SIZE (rubygem/guard-rspec-4.6.1.gem) = 29184 From owner-svn-ports-head@freebsd.org Sat Jul 11 15:27:55 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4A7099986DD; Sat, 11 Jul 2015 15:27:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0DFB515FF; Sat, 11 Jul 2015 15:27:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6BFRsE8044109; Sat, 11 Jul 2015 15:27:54 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6BFRswu044106; Sat, 11 Jul 2015 15:27:54 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507111527.t6BFRswu044106@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 11 Jul 2015 15:27:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391750 - head/portuguese/hunspell X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 11 Jul 2015 15:27:55 -0000 Author: sunpoet Date: Sat Jul 11 15:27:53 2015 New Revision: 391750 URL: https://svnweb.freebsd.org/changeset/ports/391750 Log: - Update to 20150704 - Update MASTER_SITES: add my LOCAL to :BR Modified: head/portuguese/hunspell/Makefile head/portuguese/hunspell/distinfo Modified: head/portuguese/hunspell/Makefile ============================================================================== --- head/portuguese/hunspell/Makefile Sat Jul 11 15:27:48 2015 (r391749) +++ head/portuguese/hunspell/Makefile Sat Jul 11 15:27:53 2015 (r391750) @@ -1,12 +1,12 @@ # $FreeBSD$ PORTNAME= hunspell -PORTVERSION= 20150418 +PORTVERSION= 20150704 CATEGORIES= portuguese textproc -MASTER_SITES= http://natura.di.uminho.pt/download/sources/Dictionaries/hunspell/ \ +MASTER_SITES= http://natura.di.uminho.pt/download/sources/Dictionaries/hunspell/:PT \ http://www.broffice.org/files/:BR \ - LOCAL/sunpoet/${PORTNAME} -DISTFILES= hunspell-pt_PT-${PORTVERSION}.tar.gz \ + LOCAL/sunpoet/${PORTNAME}:PT,BR +DISTFILES= hunspell-pt_PT-${PORTVERSION}.tar.gz:PT \ pt_BR-2012-06-09AOC.zip:BR DIST_SUBDIR= ${PORTNAME} Modified: head/portuguese/hunspell/distinfo ============================================================================== --- head/portuguese/hunspell/distinfo Sat Jul 11 15:27:48 2015 (r391749) +++ head/portuguese/hunspell/distinfo Sat Jul 11 15:27:53 2015 (r391750) @@ -1,4 +1,4 @@ -SHA256 (hunspell/hunspell-pt_PT-20150418.tar.gz) = f034d7780093b10ee2a18111553bcc029409ce95d5b8507d23a3cb2f1a96e235 -SIZE (hunspell/hunspell-pt_PT-20150418.tar.gz) = 255645 +SHA256 (hunspell/hunspell-pt_PT-20150704.tar.gz) = 2cf4b5ff5e48744636adc310fc9b57e8e5d3e38df2c73512924c0466e6aeb76f +SIZE (hunspell/hunspell-pt_PT-20150704.tar.gz) = 255687 SHA256 (hunspell/pt_BR-2012-06-09AOC.zip) = 883d616f2f302a34802e8a60e17c2d6d292c9d125022c0f79ab4a60870c73f4f SIZE (hunspell/pt_BR-2012-06-09AOC.zip) = 1362087 From owner-svn-ports-head@freebsd.org Sat Jul 11 15:28:00 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A224F9986FB; Sat, 11 Jul 2015 15:28:00 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8CB5916EA; Sat, 11 Jul 2015 15:28:00 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6BFS0lc044241; Sat, 11 Jul 2015 15:28:00 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6BFRxUw044231; Sat, 11 Jul 2015 15:27:59 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507111527.t6BFRxUw044231@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 11 Jul 2015 15:27:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391751 - head/devel/p5-Coro X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 11 Jul 2015 15:28:00 -0000 Author: sunpoet Date: Sat Jul 11 15:27:58 2015 New Revision: 391751 URL: https://svnweb.freebsd.org/changeset/ports/391751 Log: - Update to 6.47 Changes: http://search.cpan.org/dist/Coro/Changes Modified: head/devel/p5-Coro/Makefile head/devel/p5-Coro/distinfo Modified: head/devel/p5-Coro/Makefile ============================================================================== --- head/devel/p5-Coro/Makefile Sat Jul 11 15:27:53 2015 (r391750) +++ head/devel/p5-Coro/Makefile Sat Jul 11 15:27:58 2015 (r391751) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Coro -PORTVERSION= 6.46 +PORTVERSION= 6.47 PORTEPOCH= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN Modified: head/devel/p5-Coro/distinfo ============================================================================== --- head/devel/p5-Coro/distinfo Sat Jul 11 15:27:53 2015 (r391750) +++ head/devel/p5-Coro/distinfo Sat Jul 11 15:27:58 2015 (r391751) @@ -1,2 +1,2 @@ -SHA256 (Coro-6.46.tar.gz) = ff90f49574a1c64e5c21653b4570fbc39a66e47c1c015fdac6c89e9a3fb35454 -SIZE (Coro-6.46.tar.gz) = 191533 +SHA256 (Coro-6.47.tar.gz) = c341cd0968d61948eefcb83c4fafaf3c5b81e12676c4198e3bae2dbc1ae0c00f +SIZE (Coro-6.47.tar.gz) = 191649 From owner-svn-ports-head@freebsd.org Sat Jul 11 15:28:06 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3EACF99871E; Sat, 11 Jul 2015 15:28:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 28209192F; Sat, 11 Jul 2015 15:28:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6BFS5TN044388; Sat, 11 Jul 2015 15:28:05 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6BFS5he044386; Sat, 11 Jul 2015 15:28:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507111528.t6BFS5he044386@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 11 Jul 2015 15:28:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391752 - 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: Sat, 11 Jul 2015 15:28:06 -0000 Author: sunpoet Date: Sat Jul 11 15:28:04 2015 New Revision: 391752 URL: https://svnweb.freebsd.org/changeset/ports/391752 Log: - Update to 2.85 - Remove MASTER_SITE_SUBDIR - Add NO_ARCH Changes: http://search.cpan.org/dist/Net-Whois-Raw/Changes 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 Sat Jul 11 15:27:58 2015 (r391751) +++ head/net/p5-Net-Whois-Raw/Makefile Sat Jul 11 15:28:04 2015 (r391752) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= Net-Whois-Raw -PORTVERSION= 2.84 +PORTVERSION= 2.85 CATEGORIES= net perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:NALOBIN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org @@ -21,6 +20,7 @@ BUILD_DEPENDS= p5-HTTP-Message>=0:${PORT p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/net/p5-Net-Whois-Raw/distinfo ============================================================================== --- head/net/p5-Net-Whois-Raw/distinfo Sat Jul 11 15:27:58 2015 (r391751) +++ head/net/p5-Net-Whois-Raw/distinfo Sat Jul 11 15:28:04 2015 (r391752) @@ -1,2 +1,2 @@ -SHA256 (Net-Whois-Raw-2.84.tar.gz) = ede64dcd079ca7855805509de8dd9932d422f2554d8ecc14afd2f785629db738 -SIZE (Net-Whois-Raw-2.84.tar.gz) = 44100 +SHA256 (Net-Whois-Raw-2.85.tar.gz) = 31acdf18cdc79cd4b97a759cdee50f6d03952bae0d7842aff42c81c5befafcac +SIZE (Net-Whois-Raw-2.85.tar.gz) = 44164 From owner-svn-ports-head@freebsd.org Sat Jul 11 15:28:11 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7F1A8998743; Sat, 11 Jul 2015 15:28:11 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 55EA01A13; Sat, 11 Jul 2015 15:28:11 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6BFSBaL044531; Sat, 11 Jul 2015 15:28:11 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6BFSAHe044527; Sat, 11 Jul 2015 15:28:10 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507111528.t6BFSAHe044527@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 11 Jul 2015 15:28:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391753 - head/textproc/p5-Unicode-Normalize X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 11 Jul 2015 15:28:11 -0000 Author: sunpoet Date: Sat Jul 11 15:28:09 2015 New Revision: 391753 URL: https://svnweb.freebsd.org/changeset/ports/391753 Log: - Update to 1.19 - Remove MASTER_SITE_SUBDIR - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/Unicode-Normalize/Changes Modified: head/textproc/p5-Unicode-Normalize/Makefile head/textproc/p5-Unicode-Normalize/distinfo head/textproc/p5-Unicode-Normalize/pkg-plist Modified: head/textproc/p5-Unicode-Normalize/Makefile ============================================================================== --- head/textproc/p5-Unicode-Normalize/Makefile Sat Jul 11 15:28:04 2015 (r391752) +++ head/textproc/p5-Unicode-Normalize/Makefile Sat Jul 11 15:28:09 2015 (r391753) @@ -2,11 +2,9 @@ # $FreeBSD$ PORTNAME= Unicode-Normalize -PORTVERSION= 1.18 -PORTREVISION= 1 +PORTVERSION= 1.19 CATEGORIES= textproc perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:SADAHIRO PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org @@ -15,6 +13,7 @@ COMMENT= Unicode Normalization Forms LICENSE= ART10 GPLv1 LICENSE_COMB= dual +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/textproc/p5-Unicode-Normalize/distinfo ============================================================================== --- head/textproc/p5-Unicode-Normalize/distinfo Sat Jul 11 15:28:04 2015 (r391752) +++ head/textproc/p5-Unicode-Normalize/distinfo Sat Jul 11 15:28:09 2015 (r391753) @@ -1,2 +1,2 @@ -SHA256 (Unicode-Normalize-1.18.tar.gz) = c3058b55f77f648af9f3557f6e66d328ced8e0e211a7d633ff97c21e94da6874 -SIZE (Unicode-Normalize-1.18.tar.gz) = 19856 +SHA256 (Unicode-Normalize-1.19.tar.gz) = ab16467692cb78ced706fb7bee4145ac09d9f14d9eed92be4a305de3172ce6c4 +SIZE (Unicode-Normalize-1.19.tar.gz) = 19870 Modified: head/textproc/p5-Unicode-Normalize/pkg-plist ============================================================================== --- head/textproc/p5-Unicode-Normalize/pkg-plist Sat Jul 11 15:28:04 2015 (r391752) +++ head/textproc/p5-Unicode-Normalize/pkg-plist Sat Jul 11 15:28:09 2015 (r391753) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/Unicode::Normalize.3.gz %%SITE_PERL%%/Unicode/Normalize.pm +%%PERL5_MAN3%%/Unicode::Normalize.3.gz From owner-svn-ports-head@freebsd.org Sat Jul 11 15:28:16 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BA199998763; Sat, 11 Jul 2015 15:28:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A1F921AF3; Sat, 11 Jul 2015 15:28:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6BFSG3Q044658; Sat, 11 Jul 2015 15:28:16 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6BFSFkN044656; Sat, 11 Jul 2015 15:28:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507111528.t6BFSFkN044656@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 11 Jul 2015 15:28:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391754 - head/www/p5-HTTP-Message X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 11 Jul 2015 15:28:16 -0000 Author: sunpoet Date: Sat Jul 11 15:28:15 2015 New Revision: 391754 URL: https://svnweb.freebsd.org/changeset/ports/391754 Log: - Update to 6.08 Changes: http://search.cpan.org/dist/HTTP-Message/Changes Modified: head/www/p5-HTTP-Message/Makefile head/www/p5-HTTP-Message/distinfo Modified: head/www/p5-HTTP-Message/Makefile ============================================================================== --- head/www/p5-HTTP-Message/Makefile Sat Jul 11 15:28:09 2015 (r391753) +++ head/www/p5-HTTP-Message/Makefile Sat Jul 11 15:28:15 2015 (r391754) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= HTTP-Message -PORTVERSION= 6.07 +PORTVERSION= 6.08 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/www/p5-HTTP-Message/distinfo ============================================================================== --- head/www/p5-HTTP-Message/distinfo Sat Jul 11 15:28:09 2015 (r391753) +++ head/www/p5-HTTP-Message/distinfo Sat Jul 11 15:28:15 2015 (r391754) @@ -1,2 +1,2 @@ -SHA256 (HTTP-Message-6.07.tar.gz) = d94644395f98330d6df1eda37ab13cb3994514d05ce66556a86253625a50d9f4 -SIZE (HTTP-Message-6.07.tar.gz) = 59154 +SHA256 (HTTP-Message-6.08.tar.gz) = 7e45b3013e2099a56b50f28bd880cafadfbc603025c0ebde761898bac3f14324 +SIZE (HTTP-Message-6.08.tar.gz) = 59554 From owner-svn-ports-head@freebsd.org Sat Jul 11 15:28:21 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BF2BC998784; Sat, 11 Jul 2015 15:28:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AFAC21BEC; Sat, 11 Jul 2015 15:28:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6BFSLYL044800; Sat, 11 Jul 2015 15:28:21 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6BFSLEq044796; Sat, 11 Jul 2015 15:28:21 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507111528.t6BFSLEq044796@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 11 Jul 2015 15:28:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391755 - head/databases/rubygem-arel6 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 11 Jul 2015 15:28:21 -0000 Author: sunpoet Date: Sat Jul 11 15:28:20 2015 New Revision: 391755 URL: https://svnweb.freebsd.org/changeset/ports/391755 Log: -- Update to 6.0.1 Changes: https://github.com/rails/arel/blob/master/History.txt Modified: head/databases/rubygem-arel6/Makefile head/databases/rubygem-arel6/distinfo Modified: head/databases/rubygem-arel6/Makefile ============================================================================== --- head/databases/rubygem-arel6/Makefile Sat Jul 11 15:28:15 2015 (r391754) +++ head/databases/rubygem-arel6/Makefile Sat Jul 11 15:28:20 2015 (r391755) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= arel -PORTVERSION= 6.0.0 +PORTVERSION= 6.0.1 CATEGORIES= databases rubygems MASTER_SITES= RG PKGNAMESUFFIX= 6 Modified: head/databases/rubygem-arel6/distinfo ============================================================================== --- head/databases/rubygem-arel6/distinfo Sat Jul 11 15:28:15 2015 (r391754) +++ head/databases/rubygem-arel6/distinfo Sat Jul 11 15:28:20 2015 (r391755) @@ -1,2 +1,2 @@ -SHA256 (rubygem/arel-6.0.0.gem) = 590178be44d2d6167b6e682e3b04329ad7c8425cb235fdbc1bb74491bf7596a3 -SIZE (rubygem/arel-6.0.0.gem) = 30720 +SHA256 (rubygem/arel-6.0.1.gem) = 723aa5d484835c0ad27b152d4229823c11fbb54814f2a60efae08242d3891526 +SIZE (rubygem/arel-6.0.1.gem) = 30720 From owner-svn-ports-head@freebsd.org Sat Jul 11 15:28:27 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 926CC9987A9; Sat, 11 Jul 2015 15:28:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3C9A51D09; Sat, 11 Jul 2015 15:28:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6BFSQpo044924; Sat, 11 Jul 2015 15:28:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6BFSQRC044922; Sat, 11 Jul 2015 15:28:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507111528.t6BFSQRC044922@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 11 Jul 2015 15:28:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391756 - head/devel/rubygem-message_bus X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 11 Jul 2015 15:28:27 -0000 Author: sunpoet Date: Sat Jul 11 15:28:25 2015 New Revision: 391756 URL: https://svnweb.freebsd.org/changeset/ports/391756 Log: - Update to 1.0.16 Changes: https://github.com/SamSaffron/message_bus/blob/master/CHANGELOG Modified: head/devel/rubygem-message_bus/Makefile head/devel/rubygem-message_bus/distinfo Modified: head/devel/rubygem-message_bus/Makefile ============================================================================== --- head/devel/rubygem-message_bus/Makefile Sat Jul 11 15:28:20 2015 (r391755) +++ head/devel/rubygem-message_bus/Makefile Sat Jul 11 15:28:25 2015 (r391756) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= message_bus -PORTVERSION= 1.0.14 +PORTVERSION= 1.0.16 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-message_bus/distinfo ============================================================================== --- head/devel/rubygem-message_bus/distinfo Sat Jul 11 15:28:20 2015 (r391755) +++ head/devel/rubygem-message_bus/distinfo Sat Jul 11 15:28:25 2015 (r391756) @@ -1,2 +1,2 @@ -SHA256 (rubygem/message_bus-1.0.14.gem) = 5bf8bd2e558003a01fd3e44e42461e6721c2315411cd637653dd51858bde766b -SIZE (rubygem/message_bus-1.0.14.gem) = 310272 +SHA256 (rubygem/message_bus-1.0.16.gem) = 5620630c9d404b49ff7584d4d2a4a18373f6e2bdcb5971a16983ac1dbef58cae +SIZE (rubygem/message_bus-1.0.16.gem) = 310784 From owner-svn-ports-head@freebsd.org Sat Jul 11 15:28:32 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E3FDC9987D8; Sat, 11 Jul 2015 15:28:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B94BA1E0F; Sat, 11 Jul 2015 15:28:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6BFSWgO045054; Sat, 11 Jul 2015 15:28:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6BFSWUK045051; Sat, 11 Jul 2015 15:28:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507111528.t6BFSWUK045051@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 11 Jul 2015 15:28:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391757 - head/devel/rubygem-rack-mini-profiler X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 11 Jul 2015 15:28:33 -0000 Author: sunpoet Date: Sat Jul 11 15:28:31 2015 New Revision: 391757 URL: https://svnweb.freebsd.org/changeset/ports/391757 Log: - Update to 0.9.6 Changes: https://github.com/MiniProfiler/rack-mini-profiler/blob/master/CHANGELOG.md Modified: head/devel/rubygem-rack-mini-profiler/Makefile head/devel/rubygem-rack-mini-profiler/distinfo Modified: head/devel/rubygem-rack-mini-profiler/Makefile ============================================================================== --- head/devel/rubygem-rack-mini-profiler/Makefile Sat Jul 11 15:28:25 2015 (r391756) +++ head/devel/rubygem-rack-mini-profiler/Makefile Sat Jul 11 15:28:31 2015 (r391757) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rack-mini-profiler -PORTVERSION= 0.9.4 +PORTVERSION= 0.9.6 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-rack-mini-profiler/distinfo ============================================================================== --- head/devel/rubygem-rack-mini-profiler/distinfo Sat Jul 11 15:28:25 2015 (r391756) +++ head/devel/rubygem-rack-mini-profiler/distinfo Sat Jul 11 15:28:31 2015 (r391757) @@ -1,2 +1,2 @@ -SHA256 (rubygem/rack-mini-profiler-0.9.4.gem) = 6b848b4a2e7a20a705b5cf42e3ad71a66068c17eac271e4b94a0e7d20786cce1 -SIZE (rubygem/rack-mini-profiler-0.9.4.gem) = 95232 +SHA256 (rubygem/rack-mini-profiler-0.9.6.gem) = cc2b72e65f0693ffd1cabfc16c87b503d9406d9f0e3f6f04c8a332876213fc15 +SIZE (rubygem/rack-mini-profiler-0.9.6.gem) = 95744 From owner-svn-ports-head@freebsd.org Sat Jul 11 15:28:38 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 40A729987F9; Sat, 11 Jul 2015 15:28:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0E8041EAC; Sat, 11 Jul 2015 15:28:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6BFSbLd045201; Sat, 11 Jul 2015 15:28:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6BFSba1045195; Sat, 11 Jul 2015 15:28:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507111528.t6BFSba1045195@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 11 Jul 2015 15:28:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391758 - head/devel/rubygem-ref X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 11 Jul 2015 15:28:38 -0000 Author: sunpoet Date: Sat Jul 11 15:28:36 2015 New Revision: 391758 URL: https://svnweb.freebsd.org/changeset/ports/391758 Log: - Update to 2.0.0 Changes: https://github.com/ruby-concurrency/ref/commits/master Modified: head/devel/rubygem-ref/Makefile head/devel/rubygem-ref/distinfo Modified: head/devel/rubygem-ref/Makefile ============================================================================== --- head/devel/rubygem-ref/Makefile Sat Jul 11 15:28:31 2015 (r391757) +++ head/devel/rubygem-ref/Makefile Sat Jul 11 15:28:36 2015 (r391758) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ref -PORTVERSION= 1.0.5 +PORTVERSION= 2.0.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-ref/distinfo ============================================================================== --- head/devel/rubygem-ref/distinfo Sat Jul 11 15:28:31 2015 (r391757) +++ head/devel/rubygem-ref/distinfo Sat Jul 11 15:28:36 2015 (r391758) @@ -1,2 +1,2 @@ -SHA256 (rubygem/ref-1.0.5.gem) = 8a8ec8f40f1e622c4324055d85300e03d9a78a9faf476ea0d382f1af9dbe0fa7 -SIZE (rubygem/ref-1.0.5.gem) = 27136 +SHA256 (rubygem/ref-2.0.0.gem) = 31cafc3ba73128e3c32791c9c8ddc2ee54d1cb3eac8161f73d9ecea809bee412 +SIZE (rubygem/ref-2.0.0.gem) = 16384 From owner-svn-ports-head@freebsd.org Sat Jul 11 15:28:43 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DE63499881B; Sat, 11 Jul 2015 15:28:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7700A1FBA; Sat, 11 Jul 2015 15:28:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6BFSh3E045333; Sat, 11 Jul 2015 15:28:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6BFSgK3045328; Sat, 11 Jul 2015 15:28:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507111528.t6BFSgK3045328@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 11 Jul 2015 15:28:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391759 - head/devel/rubygem-web-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: Sat, 11 Jul 2015 15:28:44 -0000 Author: sunpoet Date: Sat Jul 11 15:28:41 2015 New Revision: 391759 URL: https://svnweb.freebsd.org/changeset/ports/391759 Log: - Update to 2.2.0 Changes: https://github.com/rails/web-console/blob/master/CHANGELOG.markdown Modified: head/devel/rubygem-web-console/Makefile head/devel/rubygem-web-console/distinfo Modified: head/devel/rubygem-web-console/Makefile ============================================================================== --- head/devel/rubygem-web-console/Makefile Sat Jul 11 15:28:36 2015 (r391758) +++ head/devel/rubygem-web-console/Makefile Sat Jul 11 15:28:41 2015 (r391759) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= web-console -PORTVERSION= 2.1.3 +PORTVERSION= 2.2.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-web-console/distinfo ============================================================================== --- head/devel/rubygem-web-console/distinfo Sat Jul 11 15:28:36 2015 (r391758) +++ head/devel/rubygem-web-console/distinfo Sat Jul 11 15:28:41 2015 (r391759) @@ -1,2 +1,2 @@ -SHA256 (rubygem/web-console-2.1.3.gem) = 725c79853281f76cc71439ebfcf26f22089725c84125c74b06e5478fc15a4fc8 -SIZE (rubygem/web-console-2.1.3.gem) = 181760 +SHA256 (rubygem/web-console-2.2.0.gem) = 5458e9e70c3ca6f15b72b26abaedce87b23cbddd0d8d96d7fe2b1dd03f073ada +SIZE (rubygem/web-console-2.2.0.gem) = 22016 From owner-svn-ports-head@freebsd.org Sat Jul 11 15:28:48 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B973699884C; Sat, 11 Jul 2015 15:28:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A94FD2024; Sat, 11 Jul 2015 15:28:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6BFSmT1045465; Sat, 11 Jul 2015 15:28:48 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6BFSm9D045456; Sat, 11 Jul 2015 15:28:48 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507111528.t6BFSm9D045456@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 11 Jul 2015 15:28:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391760 - head/graphics/rubygem-emoji X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 11 Jul 2015 15:28:48 -0000 Author: sunpoet Date: Sat Jul 11 15:28:47 2015 New Revision: 391760 URL: https://svnweb.freebsd.org/changeset/ports/391760 Log: - Update to 1.0.5 Changes: https://github.com/wpeterson/emoji/blob/master/CHANGELOG.md Modified: head/graphics/rubygem-emoji/Makefile head/graphics/rubygem-emoji/distinfo Modified: head/graphics/rubygem-emoji/Makefile ============================================================================== --- head/graphics/rubygem-emoji/Makefile Sat Jul 11 15:28:41 2015 (r391759) +++ head/graphics/rubygem-emoji/Makefile Sat Jul 11 15:28:47 2015 (r391760) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= emoji -PORTVERSION= 1.0.4 +PORTVERSION= 1.0.5 CATEGORIES= graphics rubygems MASTER_SITES= RG Modified: head/graphics/rubygem-emoji/distinfo ============================================================================== --- head/graphics/rubygem-emoji/distinfo Sat Jul 11 15:28:41 2015 (r391759) +++ head/graphics/rubygem-emoji/distinfo Sat Jul 11 15:28:47 2015 (r391760) @@ -1,2 +1,2 @@ -SHA256 (rubygem/emoji-1.0.4.gem) = 52b8ffd02682163954722ba282b8c0c2d62004d734a8294e0a0ebc917a0a1d6f -SIZE (rubygem/emoji-1.0.4.gem) = 2031616 +SHA256 (rubygem/emoji-1.0.5.gem) = 7548bf2b99f532df80e5ab4ee756ad466261970f6ddca5bc79db253803bf8e63 +SIZE (rubygem/emoji-1.0.5.gem) = 2032128 From owner-svn-ports-head@freebsd.org Sat Jul 11 15:28:53 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C5707998874; Sat, 11 Jul 2015 15:28:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B36372106; Sat, 11 Jul 2015 15:28:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6BFSr8F045603; Sat, 11 Jul 2015 15:28:53 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6BFSrgP045598; Sat, 11 Jul 2015 15:28:53 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507111528.t6BFSrgP045598@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 11 Jul 2015 15:28:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391761 - head/textproc/rubygem-sass X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 11 Jul 2015 15:28:53 -0000 Author: sunpoet Date: Sat Jul 11 15:28:52 2015 New Revision: 391761 URL: https://svnweb.freebsd.org/changeset/ports/391761 Log: - Update to 3.4.16 Changes: http://sass-lang.com/documentation/file.SASS_CHANGELOG.html Modified: head/textproc/rubygem-sass/Makefile head/textproc/rubygem-sass/distinfo Modified: head/textproc/rubygem-sass/Makefile ============================================================================== --- head/textproc/rubygem-sass/Makefile Sat Jul 11 15:28:47 2015 (r391760) +++ head/textproc/rubygem-sass/Makefile Sat Jul 11 15:28:52 2015 (r391761) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sass -PORTVERSION= 3.4.15 +PORTVERSION= 3.4.16 CATEGORIES= textproc ruby MASTER_SITES= RG Modified: head/textproc/rubygem-sass/distinfo ============================================================================== --- head/textproc/rubygem-sass/distinfo Sat Jul 11 15:28:47 2015 (r391760) +++ head/textproc/rubygem-sass/distinfo Sat Jul 11 15:28:52 2015 (r391761) @@ -1,2 +1,2 @@ -SHA256 (rubygem/sass-3.4.15.gem) = 6b461a469d29ec80b52b1401b5e5d58c48762a8f3e00f3b0b2d37b6791a87a59 -SIZE (rubygem/sass-3.4.15.gem) = 336896 +SHA256 (rubygem/sass-3.4.16.gem) = 5e0ec434e4a3004ac2c164dcdbb40c38e0aae0c8f38d4e914fc5a4b89dfd0d13 +SIZE (rubygem/sass-3.4.16.gem) = 337408 From owner-svn-ports-head@freebsd.org Sat Jul 11 15:28:59 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3D95699889B; Sat, 11 Jul 2015 15:28:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 12B5F21F3; Sat, 11 Jul 2015 15:28:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6BFSwCP045726; Sat, 11 Jul 2015 15:28:58 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6BFSwVQ045722; Sat, 11 Jul 2015 15:28:58 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507111528.t6BFSwVQ045722@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 11 Jul 2015 15:28:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391762 - head/www/rubygem-http_router X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 11 Jul 2015 15:28:59 -0000 Author: sunpoet Date: Sat Jul 11 15:28:57 2015 New Revision: 391762 URL: https://svnweb.freebsd.org/changeset/ports/391762 Log: - Update to 0.11.2 Changes: https://github.com/joshbuddy/http_router/commits/master Modified: head/www/rubygem-http_router/Makefile head/www/rubygem-http_router/distinfo Modified: head/www/rubygem-http_router/Makefile ============================================================================== --- head/www/rubygem-http_router/Makefile Sat Jul 11 15:28:52 2015 (r391761) +++ head/www/rubygem-http_router/Makefile Sat Jul 11 15:28:57 2015 (r391762) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= http_router -PORTVERSION= 0.11.1 -PORTREVISION= 1 +PORTVERSION= 0.11.2 CATEGORIES= www rubygems MASTER_SITES= RG Modified: head/www/rubygem-http_router/distinfo ============================================================================== --- head/www/rubygem-http_router/distinfo Sat Jul 11 15:28:52 2015 (r391761) +++ head/www/rubygem-http_router/distinfo Sat Jul 11 15:28:57 2015 (r391762) @@ -1,2 +1,2 @@ -SHA256 (rubygem/http_router-0.11.1.gem) = 61cb61d6135b40d7e74428663a9fd609a32eb376c137db66d7614512dc66913f -SIZE (rubygem/http_router-0.11.1.gem) = 156672 +SHA256 (rubygem/http_router-0.11.2.gem) = bffe3cf2fa05191d47225d4901893cff2990e3c5d813ebfd388762a0905d2c5a +SIZE (rubygem/http_router-0.11.2.gem) = 156672 From owner-svn-ports-head@freebsd.org Sat Jul 11 16:31:34 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0FD25999410; Sat, 11 Jul 2015 16:31:34 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E3F282718; Sat, 11 Jul 2015 16:31:33 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6BGVXEQ078344; Sat, 11 Jul 2015 16:31:33 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6BGVXRw078341; Sat, 11 Jul 2015 16:31:33 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201507111631.t6BGVXRw078341@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Sat, 11 Jul 2015 16:31:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391763 - head/security/p5-CryptX X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-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, 11 Jul 2015 16:31:34 -0000 Author: vanilla Date: Sat Jul 11 16:31:32 2015 New Revision: 391763 URL: https://svnweb.freebsd.org/changeset/ports/391763 Log: Upgrade to 0.025. Modified: head/security/p5-CryptX/Makefile head/security/p5-CryptX/distinfo Modified: head/security/p5-CryptX/Makefile ============================================================================== --- head/security/p5-CryptX/Makefile Sat Jul 11 15:28:57 2015 (r391762) +++ head/security/p5-CryptX/Makefile Sat Jul 11 16:31:32 2015 (r391763) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= CryptX -PORTVERSION= 0.024 +PORTVERSION= 0.025 CATEGORIES= security perl5 MASTER_SITES= CPAN/Crypt PKGNAMEPREFIX= p5- Modified: head/security/p5-CryptX/distinfo ============================================================================== --- head/security/p5-CryptX/distinfo Sat Jul 11 15:28:57 2015 (r391762) +++ head/security/p5-CryptX/distinfo Sat Jul 11 16:31:32 2015 (r391763) @@ -1,2 +1,2 @@ -SHA256 (CryptX-0.024.tar.gz) = 2970fd2ca945430828bb0f7850572545b96adf126810dbd8e9602af14d8038f2 -SIZE (CryptX-0.024.tar.gz) = 1321676 +SHA256 (CryptX-0.025.tar.gz) = f8b7e3ec1713c8dfe3eef9d114f45f223b97e2340f81a20589b5605fa49cfe38 +SIZE (CryptX-0.025.tar.gz) = 1322492 From owner-svn-ports-head@freebsd.org Sat Jul 11 17:21:35 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9A674999D5C; Sat, 11 Jul 2015 17:21:35 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 897A011EE; Sat, 11 Jul 2015 17:21:35 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6BHLZhb003195; Sat, 11 Jul 2015 17:21:35 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6BHLZh7003192; Sat, 11 Jul 2015 17:21:35 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201507111721.t6BHLZh7003192@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 11 Jul 2015 17:21:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391764 - 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, 11 Jul 2015 17:21:35 -0000 Author: bapt Date: Sat Jul 11 17:21:34 2015 New Revision: 391764 URL: https://svnweb.freebsd.org/changeset/ports/391764 Log: Document all recent xen-kernel and xen-tools security issues PR: 201416 Submitted by: Jason Unovitch Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sat Jul 11 16:31:32 2015 (r391763) +++ head/security/vuxml/vuln.xml Sat Jul 11 17:21:34 2015 (r391764) @@ -57,6 +57,610 @@ Notes: --> + + xen-tools -- xl command line config handling stack overflow + + + xen-tools + 4.14.5.0_8 + + + + +

      The Xen Project reports:

      +
      +

      The xl command line utility mishandles long configuration values + when passed as command line arguments, with a buffer overrun.

      +

      A semi-trusted guest administrator or controller, who is intended + to be able to partially control the configuration settings for a + domain, can escalate their privileges to that of the whole host.

      +
      + +
      + + CVE-2015-3259 + http://xenbits.xen.org/xsa/advisory-137.html + + + 2015-07-07 + 2015-07-11 + +
      + + + xen-kernel -- vulnerability in the iret hypercall handler + + + xen-kernel + 3.14.5.0_3 + + + + +

      The Xen Project reports:

      +
      +

      A buggy loop in Xen's compat_iret() function iterates the wrong way + around a 32-bit index. Any 32-bit PV guest kernel can trigger this + vulnerability by attempting a hypercall_iret with EFLAGS.VM set.

      +

      Given the use of __get/put_user(), and that the virtual addresses + in question are contained within the lower canonical half, the guest + cannot clobber any hypervisor data. Instead, Xen will take up to + 2^33 pagefaults, in sequence, effectively hanging the host.

      +

      Malicious guest administrators can cause a denial of service + affecting the whole system.

      +
      + +
      + + CVE-2015-4164 + http://xenbits.xen.org/xsa/advisory-136.html + + + 2015-06-11 + 2015-07-11 + +
      + + + xen-kernel -- GNTTABOP_swap_grant_ref operation misbehavior + + + xen-kernel + 4.24.5.0_3 + + + + +

      The Xen Project reports:

      +
      +

      With the introduction of version 2 grant table operations, a + version check became necessary for most grant table related + hypercalls. The GNTTABOP_swap_grant_ref call was lacking such a + check. As a result, the subsequent code behaved as if version 2 was + in use, when a guest issued this hypercall without a prior + GNTTABOP_setup_table or GNTTABOP_set_version.

      +

      The effect is a possible NULL pointer dereferences. However, this + cannot be exploited to elevate privileges of the attacking domain, + as the maximum memory address that can be wrongly accessed this way + is bounded to far below the start of hypervisor memory.

      +

      Malicious or buggy guest domain kernels can mount a denial of + service attack which, if successful, can affect the whole system.

      +
      + +
      + + CVE-2015-4163 + http://xenbits.xen.org/xsa/advisory-134.html + + + 2015-06-11 + 2015-07-11 + +
      + + + xen-kernel -- Information leak through XEN_DOMCTL_gettscinfo + + + xen-kernel + 4.04.5.0_3 + + + + +

      The Xen Project reports:

      +
      +

      The handler for XEN_DOMCTL_gettscinfo failed to initialize a + padding field subsequently copied to guest memory.

      +

      A similar leak existed in XEN_SYSCTL_getdomaininfolist, which is + being addressed here regardless of that operation being declared + unsafe for disaggregation by XSA-77.

      +

      Malicious or buggy stub domain kernels or tool stacks otherwise + living outside of Domain0 may be able to read sensitive data + relating to the hypervisor or other guests not under the control of + that domain.

      +
      + +
      + + CVE-2015-3340 + http://xenbits.xen.org/xsa/advisory-132.html + + + 2015-04-20 + 2015-07-11 + +
      + + + xen-tools -- Unmediated PCI register access in qemu + + + xen-tools + 3.34.5.0_6 + + + + +

      The Xen Project reports:

      +
      +

      Qemu allows guests to not only read, but also write all parts of + the PCI config space (but not extended config space) of passed + through PCI devices not explicitly dealt with for (partial) + emulation purposes.

      +

      Since the effect depends on the specific purpose of the the config + space field, it's not possbile to give a general statement about the + exact impact on the host or other guests. Privilege escalation, + host crash (Denial of Service), and leaked information all cannot be + excluded.

      +
      + +
      + + CVE-2015-4106 + http://xenbits.xen.org/xsa/advisory-131.html + + + 2015-06-02 + 2015-07-11 + +
      + + + xen-tools -- Guest triggerable qemu MSI-X pass-through error messages + + + xen-tools + 3.34.5.0_6 + + + + +

      The Xen Project reports:

      +
      +

      Device model code dealing with guest PCI MSI-X interrupt management + activities logs messages on certain (supposedly) invalid guest + operations.

      +

      A buggy or malicious guest repeatedly invoking such operations may + result in the host disk to fill up, possibly leading to a Denial of + Service.

      +
      + +
      + + CVE-2015-4105 + http://xenbits.xen.org/xsa/advisory-130.html + + + 2015-06-02 + 2015-07-11 + +
      + + + xen-tools -- PCI MSI mask bits inadvertently exposed to guests + + + xen-tools + 3.34.5.0_6 + + + + +

      The Xen Project reports:

      +
      +

      The mask bits optionally available in the PCI MSI capability + structure are used by the hypervisor to occasionally suppress + interrupt delivery. Unprivileged guests were, however, nevertheless + allowed direct control of these bits.

      +

      Interrupts may be observed by Xen at unexpected times, which may + lead to a host crash and therefore a Denial of Service.

      +
      + +
      + + CVE-2015-4104 + http://xenbits.xen.org/xsa/advisory-129.html + + + 2015-06-02 + 2015-07-11 + +
      + + + xen-tools -- Potential unintended writes to host MSI message data field via qemu + + + xen-tools + 3.34.5.0_6 + + + + +

      The Xen Project reports:

      +
      +

      Logic is in place to avoid writes to certain host config space + fields when the guest must nevertheless be able to access their + virtual counterparts. A bug in how this logic deals with accesses + spanning multiple fields allows the guest to write to the host MSI + message data field.

      +

      While generally the writes write back the values previously read, + their value in config space may have got changed by the host between + the qemu read and write. In such a case host side interrupt handling + could become confused, possibly losing interrupts or allowing + spurious interrupt injection into other guests.

      +

      Certain untrusted guest administrators may be able to confuse host + side interrupt handling, leading to a Denial of Service.

      +
      + +
      + + CVE-2015-4103 + http://xenbits.xen.org/xsa/advisory-128.html + + + 2015-06-02 + 2015-07-11 + +
      + + + xen-kernel -- Certain domctl operations may be abused to lock up the host + + + xen-kernel + 4.34.5.0_3 + + + + +

      The Xen Project reports:

      +
      +

      XSA-77 put the majority of the domctl operations on a list + excepting them from having security advisories issued for them if + any effects their use might have could hamper security. Subsequently + some of them got declared disaggregation safe, but for a small + subset this was not really correct: Their (mis-)use may result in + host lockups.

      +

      As a result, the potential security benefits of toolstack + disaggregation are not always fully realised.

      +

      Domains deliberately given partial management control may be able + to deny service to the entire host.

      +

      As a result, in a system designed to enhance security by radically + disaggregating the management, the security may be reduced. But, + the security will be no worse than a non-disaggregated design.

      +
      + +
      + + CVE-2015-2751 + http://xenbits.xen.org/xsa/advisory-127.html + + + 2015-03-31 + 2015-07-11 + +
      + + + xen-tools -- Unmediated PCI command register access in qemu + + + xen-tools + 3.34.5.0_6 + + + + +

      The Xen Project reports:

      +
      +

      HVM guests are currently permitted to modify the memory and I/O + decode bits in the PCI command register of devices passed through to + them. Unless the device is an SR-IOV virtual function, after + disabling one or both of these bits subsequent accesses to the MMIO + or I/O port ranges would - on PCI Express devices - lead to + Unsupported Request responses. The treatment of such errors is + platform specific.

      +

      Furthermore (at least) devices under control of the Linux pciback + driver in the host are handed to guests with the aforementioned bits + turned off. This means that such accesses can similarly lead to + Unsupported Request responses until these flags are set as needed by + the guest.

      +

      In the event that the platform surfaces aforementioned UR responses + as Non-Maskable Interrupts, and either the OS is configured to treat + NMIs as fatal or (e.g. via ACPI's APEI) the platform tells the OS to + treat these errors as fatal, the host would crash, leading to a + Denial of Service.

      +
      + +
      + + CVE-2015-2756 + http://xenbits.xen.org/xsa/advisory-126.html + + + 2015-03-31 + 2015-07-11 + +
      + + + xen-kernel and xen-tools -- Long latency MMIO mapping operations are not preemptible + + + xen-kernel + 4.5.0_3 + + + xen-tools + 4.5.0_6 + + + + +

      The Xen Project reports:

      +
      +

      The XEN_DOMCTL_memory_mapping hypercall allows long running + operations without implementing preemption.

      +

      This hypercall is used by the device model as part of the emulation + associated with configuration of PCI devices passed through to HVM + guests and is therefore indirectly exposed to those guests.

      +

      This can cause a physical CPU to become busy for a significant + period, leading to a host denial of service in some cases.

      +

      If a host denial of service is not triggered then it may instead be + possible to deny service to the domain running the device model, + e.g. domain 0.

      +

      This hypercall is also exposed more generally to all toolstacks. + However the uses of it in libxl based toolstacks are not believed + to open up any avenue of attack from an untrusted guest. Other + toolstacks may be vulnerable however.

      +

      The vulnerability is exposed via HVM guests which have a PCI device + assigned to them. A malicious HVM guest in such a configuration can + mount a denial of service attack affecting the whole system via its + associated device model (qemu-dm).

      +

      A guest is able to trigger this hypercall via operations which it + is legitimately expected to perform, therefore running the device + model as a stub domain does not offer protection against the host + denial of service issue. However it does offer some protection + against secondary issues such as denial of service against dom0.

      +
      + +
      + + CVE-2015-2752 + http://xenbits.xen.org/xsa/advisory-125.html + + + 2015-03-31 + 2015-07-11 + +
      + + + xen-kernel -- Hypervisor memory corruption due to x86 emulator flaw + + + xen-kernel + 4.5.0_3 + + + + +

      The Xen Project reports:

      +
      +

      Instructions with register operands ignore eventual segment + overrides encoded for them. Due to an insufficiently conditional + assignment such a bogus segment override can, however, corrupt a + pointer used subsequently to store the result of the instruction.

      +

      A malicious guest might be able to read sensitive data relating to + other guests, or to cause denial of service on the host. Arbitrary + code execution, and therefore privilege escalation, cannot be + excluded.

      +
      + +
      + + CVE-2015-2151 + http://xenbits.xen.org/xsa/advisory-123.html + + + 2015-03-10 + 2015-07-11 + +
      + + + xen-kernel -- Information leak through version information hypercall + + + xen-kernel + 4.5.0_3 + + + + +

      The Xen Project reports:

      +
      +

      The code handling certain sub-operations of the + HYPERVISOR_xen_version hypercall fails to fully initialize all + fields of structures subsequently copied back to guest memory. Due + to this hypervisor stack contents are copied into the destination of + the operation, thus becoming visible to the guest.

      +

      A malicious guest might be able to read sensitive data relating to + other guests.

      +
      + +
      + + CVE-2015-2045 + http://xenbits.xen.org/xsa/advisory-122.html + + + 2015-03-05 + 2015-07-11 + +
      + + + xen-kernel -- Information leak via internal x86 system device emulation + + + xen-kernel + 4.5.0_3 + + + + +

      The Xen Project reports:

      +
      +

      Emulation routines in the hypervisor dealing with certain system + devices check whether the access size by the guest is a supported + one. When the access size is unsupported these routines failed to + set the data to be returned to the guest for read accesses, so that + hypervisor stack contents are copied into the destination of the + operation, thus becoming visible to the guest.

      +

      A malicious HVM guest might be able to read sensitive data relating + to other guests.

      +
      + +
      + + CVE-2015-2044 + http://xenbits.xen.org/xsa/advisory-121.html + + + 2015-03-05 + 2015-07-11 + +
      + + + xen-tools -- HVM qemu unexpectedly enabling emulated VGA graphics backends + + + xen-tools + 4.5.0_6 + + + + +

      The Xen Project reports:

      +
      +

      When instantiating an emulated VGA device for an x86 HVM guest qemu + will by default enable a backend to expose that device, either SDL + or VNC depending on the version of qemu and the build time + configuration.

      +

      The libxl toolstack library does not explicitly disable these + default backends when they are not enabled, leading to an unexpected + backend running.

      +

      If either SDL or VNC is explicitly enabled in the guest + configuration then only the expected backends will be enabled.

      +

      This affects qemu-xen and qemu-xen-traditional differently.

      +

      If qemu-xen was compiled with SDL support then this would result in + an SDL window being opened if $DISPLAY is valid, or a failure to + start the guest if not.

      +

      If qemu-xen was compiled without SDL support then qemu would + instead start a VNC server listening on ::1 (IPv6 localhost) or + 127.0.0.1 (IPv4 localhost) with IPv6 preferred if available. A VNC + password will not be configured even if one is present in the guest + configuration.

      +

      qemu-xen-traditional will never start a vnc backend unless + explicitly configured. However by default it will start an SDL + backend if it was built with SDL support and $DISPLAY is valid.

      +
      + +
      + + CVE-2015-2152 + http://xenbits.xen.org/xsa/advisory-119.html + + + 2015-03-13 + 2015-07-11 + +
      + + + xen-kernel -- arm: vgic: incorrect rate limiting of guest triggered logging + + + xen-kernel + 4.44.5.0_3 + + + + +

      The Xen Project reports:

      +
      +

      On ARM systems the code which deals with virtualising the GIC + distributor would, under various circumstances, log messages on a + guest accessible code path without appropriate rate limiting.

      +

      A malicious guest could cause repeated logging to the hypervisor + console, leading to a Denial of Service attack.

      +
      + +
      + + CVE-2015-1563 + http://xenbits.xen.org/xsa/advisory-118.html + + + 2015-01-29 + 2015-07-11 + +
      + + + xen-kernel -- arm: vgic-v2: GICD_SGIR is not properly emulated + + + xen-kernel + 4.54.5.0_3 + + + + +

      The Xen Project reports:

      +
      +

      When decoding a guest write to a specific register in the virtual + interrupt controller Xen would treat an invalid value as a critical + error and crash the host.

      +

      By writing an invalid value to the GICD.SGIR register a guest can + crash the host, resulting in a Denial of Service attack.

      +
      + +
      + + CVE-2015-0268 + http://xenbits.xen.org/xsa/advisory-117.html + + + 2015-02-12 + 2015-07-11 + +
      + pivotx -- Multiple unrestricted file upload vulnerabilities From owner-svn-ports-head@freebsd.org Sat Jul 11 17:29:03 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D304C999E14; Sat, 11 Jul 2015 17:29:03 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B99171654; Sat, 11 Jul 2015 17:29:03 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6BHT3HM004768; Sat, 11 Jul 2015 17:29:03 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6BHT3kl004766; Sat, 11 Jul 2015 17:29:03 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201507111729.t6BHT3kl004766@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 11 Jul 2015 17:29:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391765 - 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, 11 Jul 2015 17:29:03 -0000 Author: bapt Date: Sat Jul 11 17:29:02 2015 New Revision: 391765 URL: https://svnweb.freebsd.org/changeset/ports/391765 Log: - Add xen-tools to the list of packages fixed in existing XSA-135 / CVE-2015-3209 entry PR: 201416 Submitted by: Jason Unovitch Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sat Jul 11 17:21:34 2015 (r391764) +++ head/security/vuxml/vuln.xml Sat Jul 11 17:29:02 2015 (r391765) @@ -1601,6 +1601,10 @@ Notes: qemu-sbruno 2.3.50.g20150618_1 + + xen-tools + 4.5.0_6 + @@ -1621,6 +1625,7 @@ Notes: 2015-04-10 2015-06-26 + 2015-07-11 From owner-svn-ports-head@freebsd.org Sat Jul 11 17:44:29 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AB4AE9980A1; Sat, 11 Jul 2015 17:44:29 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9B54C1EE0; Sat, 11 Jul 2015 17:44:29 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6BHiTH7014178; Sat, 11 Jul 2015 17:44:29 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6BHiRoh014169; Sat, 11 Jul 2015 17:44:27 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507111744.t6BHiRoh014169@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sat, 11 Jul 2015 17:44:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391766 - in head/devel: . elixir-csv elixir-csv/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, 11 Jul 2015 17:44:29 -0000 Author: olgeni Date: Sat Jul 11 17:44:26 2015 New Revision: 391766 URL: https://svnweb.freebsd.org/changeset/ports/391766 Log: Add devel/elixir-csv, a CSV decoding and encoding library for Elixir. Added: head/devel/elixir-csv/ head/devel/elixir-csv/Makefile (contents, props changed) head/devel/elixir-csv/distinfo (contents, props changed) head/devel/elixir-csv/files/ head/devel/elixir-csv/files/patch-mix.exs (contents, props changed) head/devel/elixir-csv/pkg-descr (contents, props changed) head/devel/elixir-csv/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Jul 11 17:29:02 2015 (r391765) +++ head/devel/Makefile Sat Jul 11 17:44:26 2015 (r391766) @@ -412,6 +412,7 @@ SUBDIR += elixir-bson SUBDIR += elixir-calendar SUBDIR += elixir-conform + SUBDIR += elixir-csv SUBDIR += elixir-decimal SUBDIR += elixir-dialyze SUBDIR += elixir-exactor Added: head/devel/elixir-csv/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-csv/Makefile Sat Jul 11 17:44:26 2015 (r391766) @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= csv +PORTVERSION= 1.0.1 +DISTVERSIONPREFIX= v +CATEGORIES= devel +PKGNAMEPREFIX= elixir- + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= CSV decoding and encoding for Elixir + +LICENSE= MIT + +USES= elixir +USE_GITHUB= yes +GH_ACCOUNT= beatrichartz + +.include Added: head/devel/elixir-csv/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-csv/distinfo Sat Jul 11 17:44:26 2015 (r391766) @@ -0,0 +1,2 @@ +SHA256 (beatrichartz-csv-v1.0.1_GH0.tar.gz) = 3513c20ca1c8850d09bd774a6fc6385001392c5352cb05f4a552d8aa4bf80916 +SIZE (beatrichartz-csv-v1.0.1_GH0.tar.gz) = 8669 Added: head/devel/elixir-csv/files/patch-mix.exs ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-csv/files/patch-mix.exs Sat Jul 11 17:44:26 2015 (r391766) @@ -0,0 +1,10 @@ +--- mix.exs.orig 2015-07-11 17:38:59 UTC ++++ mix.exs +@@ -6,7 +6,6 @@ defmodule CSV.Mixfile do + app: :csv, + version: "1.0.1", + elixir: "~> 1.0.0 or ~> 1.1-dev", +- deps: deps, + package: package, + docs: &docs/0, + name: "CSV", Added: head/devel/elixir-csv/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-csv/pkg-descr Sat Jul 11 17:44:26 2015 (r391766) @@ -0,0 +1,3 @@ +RFC 4180 compliant CSV parsing and encoding for Elixir. + +WWW: https://github.com/beatrichartz/csv Added: head/devel/elixir-csv/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-csv/pkg-plist Sat Jul 11 17:44:26 2015 (r391766) @@ -0,0 +1,20 @@ +lib/elixir/lib/csv/ebin/Elixir.CSV.Decoder.beam +lib/elixir/lib/csv/ebin/Elixir.CSV.Defaults.beam +lib/elixir/lib/csv/ebin/Elixir.CSV.Encode.Any.beam +lib/elixir/lib/csv/ebin/Elixir.CSV.Encode.BitString.beam +lib/elixir/lib/csv/ebin/Elixir.CSV.Encode.beam +lib/elixir/lib/csv/ebin/Elixir.CSV.Encoder.beam +lib/elixir/lib/csv/ebin/Elixir.CSV.Lexer.beam +lib/elixir/lib/csv/ebin/Elixir.CSV.Parser.SyntaxError.beam +lib/elixir/lib/csv/ebin/Elixir.CSV.Parser.beam +lib/elixir/lib/csv/ebin/Elixir.CSV.beam +lib/elixir/lib/csv/ebin/csv.app +lib/elixir/lib/csv/lib/csv.ex +lib/elixir/lib/csv/lib/csv/decoder.ex +lib/elixir/lib/csv/lib/csv/defaults.ex +lib/elixir/lib/csv/lib/csv/encode.ex +lib/elixir/lib/csv/lib/csv/encoder.ex +lib/elixir/lib/csv/lib/csv/exceptions.ex +lib/elixir/lib/csv/lib/csv/lexer.ex +lib/elixir/lib/csv/lib/csv/parser.ex +%%PORTDOCS%%%%DOCSDIR%%/README.md From owner-svn-ports-head@freebsd.org Sat Jul 11 19:00:51 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 895289990C6; Sat, 11 Jul 2015 19:00:51 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6DB0D10ED; Sat, 11 Jul 2015 19:00:51 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6BJ0pdh052014; Sat, 11 Jul 2015 19:00:51 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6BJ0o5k052009; Sat, 11 Jul 2015 19:00:50 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201507111900.t6BJ0o5k052009@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Sat, 11 Jul 2015 19:00:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391767 - head/x11/xfce4-verve-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: Sat, 11 Jul 2015 19:00:51 -0000 Author: olivierd Date: Sat Jul 11 19:00:49 2015 New Revision: 391767 URL: https://svnweb.freebsd.org/changeset/ports/391767 Log: Update to 1.1.0 Modified: head/x11/xfce4-verve-plugin/Makefile head/x11/xfce4-verve-plugin/distinfo head/x11/xfce4-verve-plugin/pkg-plist Modified: head/x11/xfce4-verve-plugin/Makefile ============================================================================== --- head/x11/xfce4-verve-plugin/Makefile Sat Jul 11 17:44:26 2015 (r391766) +++ head/x11/xfce4-verve-plugin/Makefile Sat Jul 11 19:00:49 2015 (r391767) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= verve-plugin -PORTVERSION= 1.0.1 -PORTREVISION= 1 +PORTVERSION= 1.1.0 CATEGORIES= x11 xfce MASTER_SITES= XFCE/src/panel-plugins/${PKGNAMEPREFIX}${PORTNAME}/${PORTVERSION:R} PKGNAMEPREFIX= xfce4- @@ -19,15 +18,16 @@ LIB_DEPENDS= libpcre.so:${PORTSDIR}/deve libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib GNU_CONFIGURE= yes -USES= gmake libtool pkgconfig xfce tar:bzip2 +USES= gettext-tools gmake libtool pkgconfig tar:bzip2 xfce USE_GNOME= glib20 intltool intlhack USE_XFCE= panel +INSTALL_TARGET= install-strip CONFIGURE_ARGS=--enable-dbus OPTIONS_DEFINE= NLS NLS_CONFIGURE_ENABLE= nls -NLS_USES= gettext +NLS_USES= gettext-runtime OPTIONS_SUB= yes .include Modified: head/x11/xfce4-verve-plugin/distinfo ============================================================================== --- head/x11/xfce4-verve-plugin/distinfo Sat Jul 11 17:44:26 2015 (r391766) +++ head/x11/xfce4-verve-plugin/distinfo Sat Jul 11 19:00:49 2015 (r391767) @@ -1,2 +1,2 @@ -SHA256 (xfce4/xfce4-verve-plugin-1.0.1.tar.bz2) = 3b9c847ef4b10259137e4c8d1baa4a05486b35d3ff01ded3c00a8669c7dc9bf8 -SIZE (xfce4/xfce4-verve-plugin-1.0.1.tar.bz2) = 325191 +SHA256 (xfce4/xfce4-verve-plugin-1.1.0.tar.bz2) = a3196f818c7ad57d19cd6581e168fd2b9f96de070246aea70c35ce2e5f9d9c84 +SIZE (xfce4/xfce4-verve-plugin-1.1.0.tar.bz2) = 353998 Modified: head/x11/xfce4-verve-plugin/pkg-plist ============================================================================== --- head/x11/xfce4-verve-plugin/pkg-plist Sat Jul 11 17:44:26 2015 (r391766) +++ head/x11/xfce4-verve-plugin/pkg-plist Sat Jul 11 19:00:49 2015 (r391767) @@ -16,6 +16,7 @@ lib/xfce4/panel/plugins/libverve.so %%NLS%%share/locale/fi/LC_MESSAGES/xfce4-verve-plugin.mo %%NLS%%share/locale/fr/LC_MESSAGES/xfce4-verve-plugin.mo %%NLS%%share/locale/gl/LC_MESSAGES/xfce4-verve-plugin.mo +%%NLS%%share/locale/he/LC_MESSAGES/xfce4-verve-plugin.mo %%NLS%%share/locale/hr/LC_MESSAGES/xfce4-verve-plugin.mo %%NLS%%share/locale/hu/LC_MESSAGES/xfce4-verve-plugin.mo %%NLS%%share/locale/id/LC_MESSAGES/xfce4-verve-plugin.mo @@ -23,6 +24,7 @@ lib/xfce4/panel/plugins/libverve.so %%NLS%%share/locale/it/LC_MESSAGES/xfce4-verve-plugin.mo %%NLS%%share/locale/ja/LC_MESSAGES/xfce4-verve-plugin.mo %%NLS%%share/locale/ko/LC_MESSAGES/xfce4-verve-plugin.mo +%%NLS%%share/locale/lt/LC_MESSAGES/xfce4-verve-plugin.mo %%NLS%%share/locale/lv/LC_MESSAGES/xfce4-verve-plugin.mo %%NLS%%share/locale/ms/LC_MESSAGES/xfce4-verve-plugin.mo %%NLS%%share/locale/nb/LC_MESSAGES/xfce4-verve-plugin.mo